/*
Theme Name: INX
Theme URI: https://farmaciaekono.com
Author: Matias Rodriguez
Author URI: https://farmaciaekono.com
Description: Tema personalizado para Farmacia Ekono con soporte para Bootstrap, Owl Carousel, Animate Scroll y WooCommerce
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inx
Tags: e-commerce, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, responsive-layout, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, responsive-layout
*/

/* Import Bootstrap CSS */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css');

/* Import Owl Carousel CSS */
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css');

/* Import AOS (Animate On Scroll) CSS */
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* Custom styles will go here */ 

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


@font-face {
    font-family: 'Akira Expanded';
    src: url('fonts/Akira Expanded.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Manrope", sans-serif;

}
/* HEADER ESTILO */

.inicio {
    color: #7C7C7C;
}
.inicio a {
    color: #7C7C7C;
    text-decoration: none;
}


.redes-sociales a {
    padding-right: 20px;
}
.header-iconos {
    display: flex;
    justify-content: center;
}
.topbar {
    padding-bottom: 20px;
}
.iconos-header-topbar{
 background-color: #f2f2f2;
    display: flex;
    justify-content: space-around;
    padding: 10px 0px;
    margin-bottom: 15px;
    align-items: center;
}
.iconos-header-topbar a i {
    margin-right: 2px;
}
.header-iconos a {
    color: #1D1D1D;
    text-decoration: none;
    margin-left: 9px;
}

span.cart-badge {
    margin-top: -20px;
}

.logo-header{
    height: 120px !important;
    object-fit: cover;
}
.iconos-header-topbar a {
    color: #1D1D1D;
    text-decoration: none;
    font-weight: 200;
}
.iconos-header-topbar a {
    font-size: 12px;
}

/* footer */
.menu-footer #mega-menu-wrap-primary {
    background: transparent;
}
.info-footer a {
    font-weight: 200;
    padding-right: 10px;
}
p.titulo-newsletter {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px !important;
    font-size: 18px;
    margin-top: -2rem;
}
.menu-footer #mega-menu-wrap-primary #mega-menu-primary li  {
    background: transparent;
}
.menu-footer #mega-menu-wrap-primary #mega-menu-primary li a {
    color: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
    text-align: center;
    padding: 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.menu-footer #mega-menu-wrap-primary ul {
    display: flex;
    justify-content: space-between !important;
}
.redes-sociales a {
    color: #fff;
    text-decoration: none;
    justify-content: center;
}
.redes-sociales {
    padding: 20px 0px;
}
.info-footer a {
    color: #fff;
    text-decoration: none;
    justify-content: center;
}

.contenedor-seccion.cop {

    color: #fff;
}
p.descripcion-newsletter {
    color: #fff;
    font-size: 14px;
}

/* como funciona */
.componente-como-funciona {
    background: #f2f2f2;
}
.contenedor {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.contenido-item{
    padding: 20px;
    margin: 20px;
    border: 1px solid #e0e0e0;
}
.contenido-item img{
    width: 200px;
    height: 120px;
    object-fit: contain;
}

.contenido-titulo-como-funciona {
    text-align: center;
}

/* tituloy y texto */

.componente-titulo-texto{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.texto {
    font-size: 22px;
    color: #1D1D1D;
    font-family: 'Manrope';
}

p.descripcion-corta {
    color: #7C7C7C;
    font-family: 'Manrope';
    font-size: 16px;
    padding: 0px;
    margin: 0;
}
/* categorias */



/* caracteristicas */   

.componente-caracteristicas{
    background: #f2f2f2;
}

/*quienes somos*/

.header-pagina{
    background: #f2f2f2;
}

.header-pagina .inicio{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding:50px 0px;
}
.componente-titulo-texto{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px;
    padding-bottom: 50px;
}
.componente-titulo-texto-quienes{
      max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 65px 0px;
}

/* banner general */

.componente-banner-general {
    background: #000;
}
button#abrir-drawer-cotizacion {
    background: #000;
    color: #fff;
    width: 50px;
    text-align: center;
    display: flex
;
    justify-content: center;
    height: 50px;
    border-radius: 50px;
}

/* .cotizacion-counter {
    position: absolute;
    top: 40px;
    right: 0px;
    background: #ED7D31;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: bold;
} */


.titulo-componente{
    font-family: 'Akira Expanded', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #000;
}

.sub-texto {
    color: #fff;
}

.componente-banner-general .row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    max-width: 1300px;
    align-items: center;
 
}

.banner-content h2 {
    font-size: 40px;
    color: #fff;
    font-weight: bolder;
}

.contenido-item {
    padding: 20px;
    margin: 20px;
    border: 1px solid #e0e0e0;
    height: 340px;
}
.titulo-principal {
    color: #1D1D1D;
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 3rem;
}

.caracteristica-item.col-md-3.bg-white.text-center {
    width: 19rem;
    margin: 0 auto;
    height: 350px;
    padding: 40px 20px;
    border: 1px solid #D6D6D6;
}

.caracteristica-item img {
    padding-bottom: 20px;
    height: 120px;
}
a.link-opcional {
    text-decoration: underline;
    color: #1D1D1D;
    font-weight: bold;
}
.items-como-funciona.row.mx-auto {
    margin: 0 auto;
    max-width: 1200px;
}

h4.titulo-interno {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px;
}
h2.titulo-como-funciona {
    font-size: 26px;
    color: #1D1D1D;
    font-weight: bolder;
}
h3.sub-titulo-como-funciona {
    font-size: 18px;
    color: #1D1D1D;
    font-weight: lighter;
}
a.link-opciona {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    margin-top: -15px;
}
.sub-texto p img {
    height: 50px;
    width: 100px;
    object-fit: contain;
    margin-bottom: 15px;
}
.sub-texto  {
    padding: 20px 0px;
    
}
.sub-texto p {
    padding: 0px;
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
h2.titulo-slider {
    color: #fff;
    font-size: 40px;
    font-weight: bolder;
    font-family: 'Akira Expanded', sans-serif;
    
}
p.texto-slider {
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
}
a.btn-info {
    border: 1px solid #fff;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
 .pc{
    display: block;
 }
 .movil{
    display: none;
 }

.titulo-pagina h1 {
    color: #1D1D1D;
    font-size: 55px !important;
     font-family: 'Akira Expanded', sans-serif;
}
.titulo-pagina {
    width: 100px;
}
h2.titulo-quienes-somos {
    color: #1D1D1D;
    font-size: 35px !important;
    font-family: 'Akira Expanded', sans-serif;
}
.texto p {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
        color: #7C7C7C;
}
.texto h2 {
    font-size: 22px;
    color: #1D1D1D;
}
.boton a {
    text-decoration: none;
    background: #1D1D1D;
    border-radius: 32px;
    padding: 15px 30px;
    color: #fff;
}
.boton {
    margin-top: 33px;
}

.redes-contacto {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.redes-contacto a {
    color: #000;
    margin-right: 15px;
}
p.parrafo_contacto {
    font-size: 22px;
}

/* Estilos para las direcciones de contacto */
.direcciones-contacto {
    margin-top: 30px;
}

.direccion-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #1D1D1D;
    transition: all 0.3s ease;
}

.direccion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.direccion-icon {
    margin-right: 15px;
    min-width: 50px;
    height: 50px;
    background: #1D1D1D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.direccion-info {
    flex: 1;
}

.direccion-titulo {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
    color: #1D1D1D;
}

.direccion-texto {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.direccion-item.oficina .direccion-icon {
    background: #1D1D1D;
}

.direccion-item.taller .direccion-icon {
    background: #1D1D1D;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    border: 1px solid #D6D6D6;
    height: 50px;
    border-radius: 5px;
}
.gform_wrapper.gravity-theme .gfield textarea.medium {
    border: 1px solid #D6D6D6;
    height: max-content;
    border-radius: 5px;
    resize: none;
}

input#gform_submit_button_1 {
    background: #1D1D1D;
    color: #fff;
    font-size: 20px;
    border-radius: 30px;
    padding: 10px 20px;
}

@media only screen and (max-width: 600px) {
 .pc{
    display: none;
 }
 .sidebar-widget {
    margin: 20px 0px;
}
 .movil{
    display: block;
 }
 .movil .iconos-header-topbar {
    display: contents;
}

#mega-menu-wrap-primary #mega-menu-primary{
    justify-content: start;
}

ul#mega-menu-primary li {
    padding: 5px 10px !important;
}
h2.titulo-slider {
    font-size: 35px !important;
}
.header-iconos{
    display: none;
}
.componente-titulo-texto {
    padding: 20px;
}
.componente-como-funciona {
    background: #f2f2f2;
    padding: 50px 15px !important;
}
.banner-content h2 {
    margin-top: 40px;
    font-size: 30px;
}
.banner-content {
    padding: 0px 20px;
}
.categorias-izq {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
}
.titulo-principal {
    font-size: 26px;
}
.caracteristica-item.col-md-3.bg-white.text-center {
    width: 19rem;
    margin: 15px auto;
    height: 350px;
    padding: 20px 10px;
    border: 1px solid #D6D6D6;
}
.redes-sociales {
    padding: 10px 12px;
    display: flex;
            flex-direction: column;
            align-items: baseline;
}
.redes-sociales a {
    color: #fff;
    text-decoration: none;
    justify-content: center;
    padding-bottom: 20px;
}
.info-footer {
    padding: 0px 13px;
}
.info-footer {
    display: flex;
    flex-direction: column;
}
.info-footer a {
    padding: 10px 0px;
}

.contenedor-seccion.cop {
    display: flex
;
    justify-content: center;
}
.newsletter {
    padding: 0px 13px;
}
p.titulo-newsletter {
    padding: 0px 13px;
    margin-top: 15px;
    margin-bottom: 15px !important;
}

.contenedor-footer {
    padding: 20px 40px !important;
}
.header .container-fluid {
    padding: 0px !important;
}
.header .container-fluid .row {
    padding: 10px !important;
    text-align: center;
}
.tleft{
    text-align: start !important;
}
.bg-movil{
    background: #000 !important;
}
.col-tx-custom a {
    color: #fff;
}

/* Estilos para el slider de galería de productos */
.product-gallery-slider .owl-nav {
    margin-top: 10px;
    text-align: center;
}

.product-gallery-slider .owl-nav button {
    background: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    margin: 0 5px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.product-gallery-slider .owl-nav button:hover {
    background: #007bff !important;
    border-color: #007bff !important;
    color: white !important;
}

.product-gallery-slider .owl-nav button i {
    font-size: 14px;
    color: #6c757d;
}

.product-gallery-slider .owl-nav button:hover i {
    color: white;
}

.product-gallery-slider .galeria-item {
    padding: 2px;
}

.product-gallery-slider .galeria-item img {
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.product-gallery-slider .galeria-item:hover img {
    border-color: #007bff;
}

/* Estilos para imágenes de variación en el slider */
.product-gallery-slider .variation-image img {
    border-color: #28a745;
    opacity: 0.9;
}

.product-gallery-slider .variation-image:hover img {
    border-color: #20c997;
    opacity: 1;
}
}