 /*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700');


/*

    font-family: 'Poppins', sans-serif;

    font-family: 'Dosis', sans-serif;

*/

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(all.css);
@import url(superslides.css);
@import url(bootstrap-select.css);
@import url(carousel-ticker.css);
@import url(code_animate.css);
@import url(bootsnav.css);
@import url(owl.carousel.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);
@import url(baguetteBox.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/
 body {
     color: #666666;
     font-size: 15px;
     font-family: 'Dosis', sans-serif;
     line-height: 1.80857;/
}


/* Contenedor principal para aislar estilos */
#seccion-corporativa {
    all: initial; /* Resetea propiedades heredadas (opcional) */
    display: block;
    font-family: 'Segoe UI', Arial, sans-serif;
    max-width: 1100px;
    margin: 40px auto;
    padding: 20px;
    text-align: center;
    color: #555;
}

#seccion-corporativa .agro-logo {
    font-size: 45px;
    margin-bottom: 10px;
}

#seccion-corporativa .agro-titulo {
    color: #1a4d2e;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

#seccion-corporativa .agro-intro {
    font-size: 1.3em;
    line-height: 1.6;
    margin-bottom: 30px;
}

#seccion-corporativa .agro-bold {
    font-weight: 800;
    color: #222;
}

#seccion-corporativa .agro-divisor {
    border: 0;
    height: 6px;
    background-color: #18711b;
    width: 90%;
    margin: 30px auto;
}

#seccion-corporativa .agro-divisor2 {
    border: 0;
    height: 6px;
    background-color: #18711b;
    width: 70%;
    margin: 30px auto;
}

#seccion-corporativa .agro-frase {
    font-style: italic;
    color: #1a4d2e;
    font-size: 1.4em;
    line-height: 1.4;
    font-weight: 600;
    margin: 40px 0;
}

#seccion-corporativa .agro-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
    text-align: left;
}

#seccion-corporativa .agro-col {
    flex: 1;
}

#seccion-corporativa .agro-subtitulo {
    color: #1a4d2e;
    font-size: 35px;
    text-align: center;
    
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/* Ajuste para móviles */
@media (max-width: 650px) {
    #seccion-corporativa .agro-grid {
        flex-direction: column;
    }
}
#seccion-corporativa .agro-frase {
    font-style: italic;
    font-size: 2em; /* Un poco más grande para que luzcan los colores */
    line-height: 1.3;
    font-weight: 700;
    margin: 40px 0;
}



/* Contenedor principal para centrar todo en la página */
#agro-slider-master {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

/* El "ancla" para las flechas y el círculo */
.slider-wrapper {
    position: relative;
    width: 600px; /* Mismo ancho que el círculo */
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* El círculo con degradado */
.slider-gradient-border {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 6px;
    background: linear-gradient(135deg, #1a4d2e 0%, #4caf50 50%, #81c784 100%);
    box-sizing: border-box; /* Evita que el padding agrande el círculo */
}

.slider-circle-inner {
    width: 100%;
    height: 99%;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.agro-slide {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agro-slide.active {
    display: block;
}

/* FLECHAS: Posicionadas absolutamente respecto al .slider-wrapper */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #0f361f;
    color: white;
    border: none;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.slider-arrow.prev {
    left: -60px; /* Las aleja del círculo hacia la izquierda */
}

.slider-arrow.next {
    right: -60px; /* Las aleja del círculo hacia la derecha */
}

/* Si en móvil se salen de la pantalla, las metemos un poco */
@media (max-width: 500px) {
    .slider-wrapper {
        width: 280px;
        height: 280px;
    }
    .slider-arrow.prev { left: -40px; }
    .slider-arrow.next { right: -40px; }
}
.agro-slide.active {
    display: block;
    animation: agroFade 0.8s ease-in-out;
}

@keyframes agroFade {
    from { opacity: 0; }
    to { opacity: 1; }
}













/* Escala de verdes */
#seccion-corporativa .agro-v1 { color: #1a4d2e; } /* Verde Oscuro */
#seccion-corporativa .agro-v2 { color: #2e7d32; } /* Verde Medio */
#seccion-corporativa .agro-v3 { color: #388e3c; } /* Verde Hoja */
#seccion-corporativa .agro-v4 { color: #66bb6a; } /* Verde Claro */

#seccion-corporativa .agro-logo-container {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
#seccion-corporativa .agro-logo-img {
    max-width: 150px; /* Ajusta este ancho según el tamaño de tu logo */
    height: auto;     /* Mantiene la proporción */
    display: block;
    /* Si tu logo tiene fondo blanco y quieres que se vea transparente, 
       puedes usar: mix-blend-mode: multiply; */
}


/*inico de productos*/


 .header11 h1 {
            color: var(--primary-color);
            text-align: center;
            margin-bottom: 30px;
        }

        .layout-wrapper11 {
            display: flex;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
            align-items: flex-start;
        }

        /* --- LISTA LATERAL IZQUIERDA --- */
        .sidebar11 {
            flex: 0 0 280px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .product-option11 {
            cursor: pointer;
            padding: 12px;
            border: 2px solid transparent;
            border-radius: 12px;
            background: white;
            display: flex;
            align-items: center;
            gap: 15px;
            transition: var(--transition);
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }

        .product-option11 img {
            width: 50px;
            height: 50px;
            object-fit: contain;
        }

        .product-option11 p {
            margin: 0;
            font-weight: 600;
            font-size: 0.9em;
            color: #444;
        }

        .product-option11:hover {
            transform: translateX(8px);
            background-color: #f0f7f5;
        }

        .product-option11.active {
            background-color: #e0f2f1;
            border-color: var(--primary-color);
        }

        /* --- ÁREA DE DETALLE DERECHA --- */
        .content-area11 {
            flex: 1;
        }

        .detailed-description-container11 {
            /* Eliminado display:none para que sea visible siempre */
            background: white;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        }

        .main-container11 {
            display: flex;
            gap: 40px;
            flex-wrap: wrap;
        }

        /* --- EFECTO ZOOM --- */
        .product-image-section11 {
            flex: 1;
            min-width: 280px;
            overflow: hidden;
            border-radius: 15px;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 400px;
        }

        .product-image11 {
            max-width: 100%;
            height: 100%;
            object-fit: contain;
            transition: transform 0.5s ease, opacity 0.3s ease;
            cursor: zoom-in;
        }

        .product-image-section11:hover .product-image11 {
            transform: scale(1.2);
        }

        .product-image11.fade-out11 { opacity: 0; }

        /* --- TEXTOS Y BOTONES --- */
        .product-details-section11 {
            flex: 1.5;
        }

        .description-header11 {
            color: #2C6194;
            font-weight: 700;
            font-size: 1.6em;
            margin-bottom: 10px;
        }

        .description-text11 {
            line-height: 1.7;
            color: #555;
            margin-bottom: 25px;
            min-height: 80px; 
            font-size: 14pt;
            text-align: justify;
        }
 .description-text12 {
            line-height: 1.7;
            color: #0f3507;
            margin-bottom: 25px;
              font-size: 12pt;
            text-align: justify;
        }

        .volume-options11 {
            display: flex;
            gap: 10px;
            margin: 15px 0 30px 0;
        }

        .volume-box11 {
            padding: 10px 15px;
            border: 1px solid #434343;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 500;
            transition: var(--transition);
        }

        .volume-box11.active {
           background-image: linear-gradient(to right, #41B74E, #0E3E20);
            color: white;
            border-color: var(--primary-color);
        }

        .action-buttons11 {
            display: flex;
            gap: 15px;
        }

        .btn11 {

            
            padding: 16px;
            text-align: center;
            border-radius: 12px;
            text-decoration: none;
            font-weight: bold;
            transition: var(--transition);
        }
        .btn11:hover{

            
            padding: 16px;
            text-align: center;
            border-radius: 12px;
            text-decoration: none;
            font-weight: bold;
            transition: var(--transition);
        }

        .btn-buy11 { background-image: linear-gradient(to right, #41B74E, #0E3E20); color: white; }
        .btn-contact11 {background-image: linear-gradient(to right, #41B74E, #0E3E20); color: white; }

        @media (max-width: 900px) {
            .layout-wrapper11 { flex-direction: column; }
            .sidebar11 { flex: none; width: 100%; flex-direction: row; overflow-x: auto; padding: 10px 0; }
            .product-option11 { flex: 0 0 220px; }
        }




/*fin de productos*/
.hero-container {
     max-width: 1000px; 
  margin: 0 auto; /* Centra el contenedor */
  position: relative; /* Permite posicionar el texto absolutamente dentro */
  width: 100%;
        
        }










/*textos con botones*/
 .content-container {
            text-align: center;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Fuente común, se puede ajustar */
            padding: 40px;
            background-color: #fff; /* Fondo blanco para el bloque de texto */
            border-radius: 12px;
            
        }
        .text-main {
            font-style: italic;
            font-size: 1.2rem;
            color: #333;
            max-width: 1200px;
            margin: 0 auto 20px auto;
            line-height: 1.5;
        }
        .button-link8 {
            display: inline-block;
            margin-top: 15px;
            padding: 12px 30px;
            background-image: linear-gradient(to right, #41B74E, #0E3E20);/* Verde básico, el tono exacto puede variar */
            color: white;
            text-decoration: none;
            border-radius: 20px;
            font-weight: bold;
            text-transform: uppercase;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
            transition: background-color 0.3s;
        }
        .button-link8:hover {
            background-color: #006400; /* Verde más oscuro al pasar el ratón */
            color: #8CFFAF;
        }


        

.containerq2 {

 background-image: url('../images/bannerContacto.jpg'); /* Reemplaza con la URL de tu imagen de fondo */
       
   
            /* Use viewport units for a fluid container size */
            width: 100vw; 
            height: 45vw; /* Maintain aspect ratio approximation */
            max-width: 100%;
            max-height: 500px;
            background-size: cover;
            background-position: center;
            position: relative;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }





.containerq3 {
    width: 100vw; 
    height: 45vw; /* Maintain aspect ratio approximation */
    max-width: 100%;
    max-height: 550px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: var(--bi1);
}

/* Cuando la pantalla sea pequeña (celulares) */
@media (max-width: 768px) {
    .containerq3 {
         background-image: var(--bi2);
         height: 60vw; 
    }
}

.slider-container8 {
            width: 100%; 
            margin: 5px auto; 
            position: relative; /* Necesario para posicionar elementos dentro */
            overflow: hidden; 
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
            height: 90vh; 
            min-height: 250px; 
            background-color: #000;
        }

        @media (max-width: 600px) {
            .slider-container8 { height: 35vh; }
        }

        /* --- WRAPPER DE MOVIMIENTO --- */
        .slider-wrapper8 {
            display: flex; 
            width: 100%;
            height: 100%;
            transition: transform 0.8s ease-in-out; 
        }
        
        .slide8 {
            flex: 0 0 100%; 
            height: 100%;
            display: block;
        }

        .slide8 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* --- FLECHAS (SOBRE LA IMAGEN) --- */
        .prev8, .next8 {
            cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px;
            margin-top: -22px; color: white; font-weight: bold; font-size: 18px;
            transition: 0.6s ease; user-select: none; background-color: rgba(0,0,0,0.3); border: none;
            z-index: 10; 
        }
        .next8 { right: 0; border-radius: 3px 0 0 3px; }
        .prev8 { border-radius: 0 3px 3px 0; }
        .prev8:hover, .next8:hover { background-color: rgba(0,0,0,0.7); }

        /* --- DOTS (AHORA SOBRE LA IMAGEN) --- */
        .dots-container8 {
            position: absolute; /* Flota sobre el slider */
            bottom: 20px;       /* Distancia desde el borde inferior */
            left: 50%;          /* Centrado horizontal parte 1 */
            transform: translateX(-50%); /* Centrado horizontal parte 2 */
            z-index: 15;        /* Por encima de las imágenes */
            display: flex;
            gap: 8px;           /* Espacio entre puntos */
        }

        .dot {
            cursor: pointer; 
            height: 12px; 
            width: 12px; 
            background-color: rgba(255, 255, 255, 0.5); /* Blanco traslúcido */
            border-radius: 50%; 
            display: inline-block;
            transition: all 0.3s ease;
            border: 1px solid rgba(0,0,0,0.2);
        }

        .dot.active, .dot:hover { 
            background-color: #fff; 
            transform: scale(1.2); /* Se agranda un poco al estar activo */
            box-shadow: 0 0 5px rgba(0,0,0,0.5);
        }


.containerq4 {
    width: 100vw; 
    height: 50vw; /* Maintain aspect ratio approximation */
    max-width: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: var(--bi1);
}

/* Cuando la pantalla sea pequeña (celulares) */
@media (max-width: 768px) {
    .containerq4 {
         background-image: var(--bi2);
         height: 60vw; 
    }
}
.btn-directorio {
    background-color: #0d3b1b; /* Verde oscuro similar al de tu imagen */
    color: white;              /* Texto blanco */
    padding: 12px 25px;        /* Espaciado interno */
    text-decoration: none;     /* Quita el subrayado si es un link */
    font-family: Arial, sans-serif; 
    font-weight: bold;         /* Texto en negrita */
    font-size: 1.2rem;
    border-radius: 4px;        /* Bordes ligeramente redondeados */
    letter-spacing: 1px;       /* Espacio entre letras para que se vea profesional */
    transition: background 0.3s; /* Efecto suave al pasar el mouse */
    border: none;
    cursor: pointer;
}

/* Efecto cuando el usuario pasa el mouse por encima */
.btn-directorio:hover {
    background-color: #1a5c2d; 
}


/*Sliders paquetes*/
:root {
            --color-primary: #76ff03;
            --color-button: #008000;
            --color-text: #333;
            --font-family: 'Poppins', sans-serif;

        }


        .main-content-wrapperp {
           display: flex; flex-direction: column; width: 100%; max-width: 1000px; gap: 20px;
            margin: auto;      }

            .main-content-wrapperp h1{

                    font-size: 28px;
                    font-family: Arial, Helvetica, sans-serif;
                    font-weight: bold; /* Para negrita */
                  color: #006400; /* Para el color verde de la imagen */
                  font-style: italic;

            }

.main-content-wrapperp p{

                    font-size: 20px;
                    font-family: Arial, Helvetica, sans-serif;
                   
                  color: black; /* Para el color verde de la imagen */
             

            }




        @media (min-width: 768px) {
            .main-content-wrapperp { flex-direction: row; }
        }


    .slider-wrapperp { /* Nuevo contenedor para el slider + miniaturas */
            flex: 1; max-width: 600px;
        }



        /* Carrusel Styles */
        .slider-containerp {
              position: relative;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    aspect-ratio: 4 / 3; 
        }
        .product-imagep {
         width: 100%; height: auto; position: absolute; opacity: 0; transition: opacity 1.5s ease-in-out;
       }
        .product-imagep.active { opacity: 1; }
        .nav-btnp {
       cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); /* Mejor centrado vertical que margin-top */
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    background-color: rgba(0,0,0,0.5);
    border: none;
    z-index: 10;       }


        .nextp { right: 0; border-radius: 3px 0 0 3px; }
        .prevp {   left: 0; 
    border-radius: 0 3px 3px 0;  }
        .nav-btnp:hover { background-color: rgba(0,0,0,0.8); }


 .thumbnail-container {
            display: flex; justify-content: center; gap: 10px; margin-top: 10px;
        }

.thumbnail {
            width: 80px; height: 60px; /* Tamaño fijo para las miniaturas */
            object-fit: cover; /* Asegura que la imagen cubra el área sin estirarse */
            cursor: pointer; opacity: 0.6;
            border: 2px solid transparent;
            transition: opacity 0.3s, border-color 0.3s;
        }
        .thumbnail:hover, .thumbnail.active {
            opacity: 1;
            border-color: var(--color-primary);
        }



        /* Description Styles */
        .description-containerp { flex: 1; background-color: white; padding: 20px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
        .description-containerp h2 { color: var(--color-text); font-weight: 900; margin-bottom: 10px; }
        .description-containerp p { color: var(--color-text); line-height: 1.5; margin-bottom: 20px; }
        .product-listp { margin-bottom: 20px; list-style-type: none; padding-left: 0; }
        .product-listp li { margin-bottom: 5px; color: var(--color-text); font-weight: bold; }
        
        .action-buttonp {
            display: block; width: 100%; padding: 15px; margin-bottom: 10px; color:#ffffff; text-decoration: none;
            border-radius: 50px; font-weight: 900; text-transform: uppercase; text-align: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); transition: background-color 0.3s;
        }
        .action-buttonp.buy-online { background-image: linear-gradient(to right, #106634, #16A542);  }
        .action-buttonp.contact { background-image: linear-gradient(to right, #106634, #16A542);  }


.package-tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}
.tab-item {
    cursor: pointer;
    filter: grayscale(100%);
    transition: 0.3s;
    opacity: 0.6;
}
.tab-item.active, .tab-item:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}
.tab-item img {
    height: 60px; /* Ajusta según tus imágenes */
    width: auto;
}
.tab-item.active {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1); /* Un pequeño aumento para resaltar */
}

















.containerq {

     background-image: url('../images/BANNERS WEB/BANNER MENÚ.png'); 
    
            min-height: 100vh;
            /* Use viewport units for a fluid container size */
            width: 100vw; 
            height: 45vw; /* Maintain aspect ratio approximation */
            max-width: 100%;
            max-height: 500px;
               background-size: cover;
            background-position: center;
            position: relative;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
             perspective: 1000px; 
        }



.btnq {
           width: 18vw;           /* Ancho fijo para todos */
    height: 4vw;           /* Alto fijo para todos */
    min-width: 180px;      /* Seguridad para pantallas medianas */
    min-height: 45px;

    /* --- Centrado total del texto --- */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; /* Quita el subrayado */
    
    /* --- Tus estilos originales --- */
    border: none;
    border-radius: 20px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    white-space: normal;   /* Permite que el texto baje si es largo */
    position: absolute;
    font-size: 1.1vw;
    box-sizing: border-box;
       transition: transform 0.3s ease, box-shadow 0.3s ease, z-index 0s;
    z-index: 1;

        }
.btnq::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px; /* Igual al de tus botones */
}

.btnq:hover {
            transform: translateX(-50%) scale(1.2); 
    box-shadow: 0 15px 30px rgba(0,0,0,0.4);
    z-index: 100; /* Lo pone por encima de todos los demás */
        }

.btnq:active {

  transform: translateX(-50%) scale(0.95); 
  transition: transform 0.1s;
}
.btn-microelementos, .btn-antiestres, .btn-hormonales, 
.btn-adherentes, .btn-mejoradores, .btn-arrancadores, 
.btn-plagas, .btn-llenado {
    transform: translateX(-50%);
}


 .btn-microelementos { background-image: linear-gradient(to right, #41B74E, #0E3E20); top: 15%; left: 50%; transform: translateX(-50%); }
.btn-antiestres     { background-image: linear-gradient(to right, #8760C7, #29275B); top: 25%; left: 30%; transform: translateX(-50%); }
.btn-hormonales     { background-image: linear-gradient(to right, #009FE3, #2F2C7D); top: 25%; left: 70%; transform: translateX(-50%); }
.btn-adherentes     { background-image: linear-gradient(to right, #009FE3, #302C7D); top: 43%; left: 20%; transform: translateX(-50%); }
.btn-mejoradores    { background-image: linear-gradient(to right, #9C7D5D, #442A19); top: 43%; left: 80%; transform: translateX(-50%); }
.btn-arrancadores   { background-image: linear-gradient(to right, #A07141, #442B1A); top: 62%; left: 35%; transform: translateX(-50%); }
.btn-plagas         { background-image: linear-gradient(to right, #707070, #1C1D1B); top: 62%; left: 65%; transform: translateX(-50%); }
.btn-llenado        { background-image: linear-gradient(to right, #F89B2B, #963A1C); top: 80%; left: 50%; transform: translateX(-50%); }

  @media (max-width: 600px) {
            .containerq {
                /* Stack buttons vertically on small screens */
                flex-direction: column;
                height: auto;
                min-height: 100vh;
                background-image: none; /* Optional: remove background image on mobile for performance/clarity */
                background-color: #ffffff;
            }

 .btnq {
                position: static; /* Remove absolute positioning on mobile */
                width: 80%;
                margin: 10px auto;
                font-size: 1rem; /* Use fixed font size on mobile */
                padding: 15px;
                transform: none;
            }
            
            /* Center static buttons */
            .btn-microelementos, .btn-antiestres, .btn-hormonales, .btn-adherentes, 
            .btn-mejoradores, .btn-arrancadores, .btn-plagas, .btn-llenado {
                left: auto;
                right: auto;
                top: auto;
            }

  }
 .logo-img {
            max-width: 160px; /* Tamaño máximo del logo */
            height: auto;
            margin-bottom: 0px;
            display: block; /* Centra la imagen */
            margin-left: auto;
            margin-right: auto;
        }

.logo-img2 {
            max-width: 400px; /* Tamaño máximo del logo */
            height: auto;
            margin-bottom: 0px;
            display: block; /* Centra la imagen */
            margin-left: auto;
            margin-right: auto;
        }
.titulos-img
{
            max-width: 250px; /* Tamaño máximo del logo */
            height: auto;
            margin-bottom: 0px;
            display: block; /* Centra la imagen */
           
            margin-right: auto;
        }





 a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
h2, h4, h5, h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     font-family: arial black;
     font-style: italic;
     color: #006400;
     line-height: 120% !important;
     
     margin: 0 
}
 h1 {
     font-size: 24px 
}
 h2 {
     font-size: 50px 
}
 h3 {
     font-size: 20px ;
     font-family: sans-serif;
     font-style: italic;
     color:     #5A5A5A;
}
 h4 {
     font-size: 16px 
}
 h5 {
     font-size: 14px 
}
 h6 {
     font-size: 13px 
}
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1 
}
 h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
     opacity: .8 
     

}
 a {
     color: #1f1f1f;
     text-decoration: none;
     outline: none;
}
 a, .btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 .btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}
 .lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}
 blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}
 ul, li, ol{
     list-style: none;
     margin: 0px;
     padding: 0px;
}
 button:focus{
     outline: none;
     box-shadow: none;
}
 :focus {
     outline: 0;
}
 p{
     margin: 0px;
}
 .bootstrap-select .dropdown-toggle:focus{
     outline: none !important;
}
 .form-control::-moz-placeholder {
     color: #ffffff;
     opacity: 1;
}
 .bootstrap-select .dropdown-toggle:focus{
     box-shadow: none !important 
}
/*------------------------------------------------------------------ LOADER -------------------------------------------------------------------*/
 #back-to-top {
     position: fixed;
     bottom: 40px;
     right: 40px;
     z-index: 9999;
     width: 32px;
     height: 32px;
     text-align: center;
     line-height: 24px;
     background: #3aaa35;
     color: #ffffff;
     cursor: pointer;
     border: 0;
     border-radius: 5px;
     text-decoration: none;
     transition: opacity 0.2s ease-out;
     font-size: 30px;
}
/*------------------------------------------------------------------ HEADER -------------------------------------------------------------------*/
 .main-top{
     background: #000000;
     padding: 10px 0px;
}
 .custom-select-box{
     float: left;
     width: 95px;
     margin-right: 10px;
}
.custom-select-box .form-control{
     background: none;
     border: none;
}
 .custom-select-box .bootstrap-select .btn-light{
     padding: 4px;
     font-size: 14px;
     background: #3aaa35;
     color: #fff;
     border: none;
     border-radius: 0px;
}
 .custom-select-box .bootstrap-select .btn-light span{
     padding: 2px;
     line-height: 15px;
}
 .dropdown-toggle::after{
     margin-left: -24px;
}
 .custom-select-box .dropdown-toggle::after {
     display: inline-block;
     width: 0;
     height: 0;
     margin-left: .255em;
     vertical-align: .255em;
     content: "";
     border-top: .3em solid;
     border-right: .3em solid transparent;
     border-bottom: 0;
     border-left: .3em solid transparent;
     position: absolute;
     top: 13px;
     right: 10px;
}
 .bootstrap-select.btn-group .dropdown-toggle .filter-option{
     overflow: inherit;
}
 .bootstrap-select.btn-group .dropdown-menu{
     border: none;
     padding: 0px;
     border-radius: 0px;
}
 .right-phone-box{
     float: left;
     margin-right: 10px;
}
 .right-phone-box p{
     margin: 0px;
     color: #ffffff;
     font-size: 14px;
     line-height: 30px;
}
 .right-phone-box p a{
     color: #ffffff;
}
 .right-phone-box p a:hover{
     color: #3aaa35;
}
 .offer-box,.slide {
     color: #FFFFFF;
     font-size: 13px;
     padding: 2px 15px;
     font-family: 'Poppins', sans-serif;
}
 .offer-box li {
     font-weight: 600;
}
 .offer-box li i{
     margin-right: 15px;
     color: #3aaa35;
     font-size: 20px;
}
 .our-link{
     float: left;
}
 .our-link ul li{
     display: inline-block;
     border-right: 1px solid #ffffff;
     padding: 0px 10px;
     line-height: 14px;
}
 .our-link ul{
     line-height: 30px;
}
 .our-link ul li a{
     color: #ffffff;
     font-weight: 700;
     text-transform: uppercase;
     font-size: 14px;
}
 .our-link ul li a:hover{
     color: #3aaa35;
}
 .our-link ul li:last-child{
     border: none;
}
.login-box{
    float: right;
    width: 120px;
    margin-left: 20px;
}

.login-box .form-control{
     background: none;
     border: none;
}
 .login-box .bootstrap-select .btn-light{
     padding: 4px;
     font-size: 14px;
     background: #3aaa35;
     color: #fff;
     border: none;
     border-radius: 0px;
}
 .login-box .bootstrap-select .btn-light span{
     padding: 2px;
     line-height: 15px;
}
.login-box .dropdown-toggle::after {
     display: inline-block;
     width: 0;
     height: 0;
     margin-left: .255em;
     vertical-align: .255em;
     content: "";
     border-top: .3em solid;
     border-right: .3em solid transparent;
     border-bottom: 0;
     border-left: .3em solid transparent;
     position: absolute;
     top: 13px;
     right: 10px;
}

.login-box .dropdown-item{
	padding: 5px 10px;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.text{
	font-size: 13px;
}

 .main-header{
}
 .search a{
     color: #3aaa35;
}
 .attr-nav > ul > li > a:hover{
     color: #0000FF;
}
 nav.navbar.bootsnav ul.nav > li > a{
     margin: 0px;
}
/* Navbar Adjusment =========================== */
/* Navbar Atribute ------*/
 .attr-nav > ul > li > a{
     padding: 28px 15px;
}
 ul.cart-list > li.total > .btn{
     border-bottom: solid 1px #cfcfcf !important;
     color: #000000 ;
     padding: 10px 15px;
     border: none;
     font-weight: 700;
     color: #ffffff;
}
 @media (min-width: 1024px) {
    /* Navbar General ------*/
     nav.navbar ul.nav > li > a{
         padding: 30px 15px;
         font-weight: 600;
    }
     nav.navbar .navbar-brand{
         margin-top: 0;
    }
     nav.navbar .navbar-brand{
         margin-top: 0;
    }
     nav.navbar li.dropdown ul.dropdown-menu{
         border-top: solid 5px;
    }
    /* Navbar Center ------*/
     nav.navbar-center .navbar-brand{
         margin: 0 !important;
    }
    /* Navbar Brand Top ------*/
     nav.navbar-brand-top .navbar-brand{
         margin: 10px !important;
    }
    /* Navbar Full ------*/
     nav.navbar-full .navbar-brand{
         position: relative;
         top: -15px;
    }
    /* Navbar Sidebar ------*/
     nav.navbar-sidebar ul.nav, nav.navbar-sidebar .navbar-brand{
         margin-bottom: 50px;
    }
     nav.navbar-sidebar ul.nav > li > a{
         padding: 10px 15px;
         font-weight: bold;
    }
    /* Navbar Transparent & Fixed ------*/
     nav.navbar.bootsnav.navbar-transparent.white{
         background-color: rgba(255,255,255,0.3);
         border-bottom: solid 1px #bbb;
    }
     nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark, nav.navbar.bootsnav.navbar-transparent.dark{
         background-color: rgba(0,0,0,0.3);
         border-bottom: solid 1px #555;
    }
     nav.navbar.bootsnav.navbar-transparent.white .attr-nav{
         border-left: solid 1px #bbb;
    }
     nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav, nav.navbar.bootsnav.navbar-transparent.dark .attr-nav{
         border-left: solid 1px #ffffff;
    }
     nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a, nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a, nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a, nav.navbar.bootsnav.no-background.white ul.nav > li > a{
         color: #fff;
    }
     nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a, nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a{
         color: #ffffff;
    }
}
 @media (max-width: 992px) {
    /* Navbar General ------*/
     nav.navbar .navbar-brand{
         margin-top: 0;
         position: relative;
         top: -2px;
    }
     nav.navbar .navbar-brand img.logo{
         width: 160px;
    }
     .attr-nav > ul > li > a{
         padding: 16px 15px 15px;
    }
    /* Navbar Mobile slide ------*/
     nav.navbar.navbar-mobile ul.nav > li > a{
         padding: 15px 15px;
    }
     nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a{
         padding-right: 15px !important;
         padding-top: 15px !important;
         padding-bottom: 15px !important;
    }
     nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title{
         padding-right: 30px !important;
         padding-top: 13px !important;
         padding-bottom: 13px !important;
    }
     nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a{
         padding-top: 13px !important;
         padding-bottom: 13px !important;
    }
    /* Navbar Full ------*/
     nav.navbar-full .navbar-brand{
         top: 0;
         padding-top: 10px;
    }
}
/* Navbar Inverse =================================*/
 nav.navbar.navbar-inverse{
     background-color: #222;
     border-bottom: solid 1px #000000;
}
 nav.navbar.navbar-inverse ul.cart-list > li.total > .btn{
     border-bottom: solid 1px #222 !important;
}
 nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right{
     color: #fff;
}
 nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a, nav.navbar.navbar-inverse ul.nav > li > a{
     color: #fff;
}
 nav.navbar.navbar-inverse ul.nav > li.dropdown > a{
     background-color: #fff;
}
 nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
     color: #999;
}
 nav.navbar.navbar-inverse ul.nav .dropdown-menu h1, nav.navbar.navbar-inverse ul.nav .dropdown-menu h2, nav.navbar.navbar-inverse ul.nav .dropdown-menu h3, nav.navbar.navbar-inverse ul.nav .dropdown-menu h4, nav.navbar.navbar-inverse ul.nav .dropdown-menu h5, nav.navbar.navbar-inverse ul.nav .dropdown-menu h6{
     color: #fff;
}
 nav.navbar.navbar-inverse .form-control{
     background-color: #333;
     border-color: #303030;
     color: #fff;
}
 nav.navbar.navbar-inverse .attr-nav > ul > li > a{
     color: #eee;
}
 nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu{
     background-color: #222;
     border-left: solid 1px #303030;
     border-bottom: solid 1px #303030;
     border-right: solid 1px #303030;
}
 nav.navbar.navbar-inverse ul.cart-list > li{
     border-bottom: solid 1px #303030;
     color: #eee;
}
 nav.navbar.navbar-inverse ul.cart-list > li img{
     border: solid 1px #303030;
}
 nav.navbar.navbar-inverse ul.cart-list > li.total{
     background-color: #333;
}
 nav.navbar.navbar-inverse .share ul > li > a{
     background-color: #555;
}
 nav.navbar.navbar-inverse .dropdown-tabs .tab-menu{
     border-right: solid 1px #303030;
}
 nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a{
     border-bottom: solid 1px #303030;
}
 nav.navbar.navbar-inverse .dropdown-tabs .tab-content{
     border-left: solid 1px #303030;
}
 nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover, nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus, nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a{
     background-color: #333 !important;
}
 nav.navbar-inverse.navbar-full ul.nav > li > a{
     border:none;
}
 nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu{
     background-color: #222;
}
 nav.navbar-inverse.navbar-full .navbar-toggle{
     background-color: #222 !important;
     color: #6f6f6f;
}
 nav.navbar.bootsnav ul.nav > li > a{
     position: relative;
     font-weight: 700;
     font-size: 16px;
     color: #000000;
	 text-transform: uppercase;
     padding-top: 10px;
     padding-bottom: 10px;
     padding-left: 10px;
     padding-right: 30px;
}
 nav.navbar.bootsnav ul.nav li.active > a{
     color: #006633;
}
 nav.navbar.bootsnav ul.nav li.active > a:hover{
     color: #006633;
}
 nav.navbar.bootsnav ul.nav li > a:hover{
     color: #006633;
}
 nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover{
     color: #006633;
}
 @media (min-width: 1024px) {
     nav.navbar.navbar-inverse ul.nav .dropdown-menu{
         background-color: #222 !important;
         border-left: solid 1px #3aaa35 !important;
         border-bottom: solid 1px #3aaa35 !important;
         border-right: solid 1px #3aaa35 !important;
    }
     nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
         border-bottom: solid 1px #3aaa35;
    }
     nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu{
         border-left: solid 1px #3aaa35;
         border-right: solid 1px #3aaa35;
    }
     nav.navbar.navbar-inverse.navbar-transparent.dark{
         background-color: rgba(0,0,0,0.3);
         border-bottom: solid 1px #3aaa35;
    }
     nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav{
         border-left: solid 1px #3aaa35;
    }
     nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a, nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a, nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a, nav.navbar.navbar-inverse.no-background.white ul.nav > li > a{
         color: #fff;
    }
     nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a, nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a, nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a, nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a{
         color: #3aaa35;
    }
}
 @media (max-width: 992px) {
     nav.navbar.navbar-inverse .navbar-toggle{
         color: #eee;
         background-color: #222 !important;
    }
     nav.navbar.navbar-inverse .navbar-nav > li > a{
         border-top: solid 1px #3aaa35;
         border-bottom: solid 1px #3aaa35;
    }
     nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu > li > a{
         color: #999;
         border-bottom: solid 1px #3aaa35;
    }
     nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title{
         border-bottom: solid 1px #3aaa35;
         color: #eee;
    }
     nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a{
         border-bottom: solid 1px #3aaa35;
         color: #999 !important;
    }
     nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title{
         border-bottom: solid 1px #3aaa35;
    }
     nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul{
         border-top: solid 1px #3aaa35;
    }
     nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse{
         background-color: #222;
    }
}
 @media (max-width: 767px) {
     nav.navbar.navbar-inverse.navbar-mobile ul.nav{
         border-top: solid 1px #222;
    }
}
 .arrow::before{
     font-family: 'FontAwesome';
      margin-left: 5px;
     margin-top: 2px;
     border: none;
     display: inline-block;
     vertical-align: inherit;
     position: absolute;
     right: 10px;
     top: 10px;
}
 .dropdown-toggle::after{
     display: none;
}
 nav.navbar.bootsnav ul.navbar-nav li.dropdown ul.dropdown-menu li a{
     display: block;
	 padding: 6px 25px;
}

 nav.navbar.bootsnav ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover{
	 
 }
 nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
     left: auto;
}
.custom-select-box .dropdown-item{
	padding: 5px 10px;
}
 .btn-cart{
}
 .cart-list h6 a{
     font-size: 16px;
     font-weight: 700;
}
 .cart-list h6 a:hover{
     color: #3aaa35;
}
 ul.cart-list p .price{
     font-weight: normal;
}
.side-menu p{
	display: inline-block;
}
 .col-menu .title{
     font-size: 20px;
     font-weight: 700;
     text-transform: uppercase;
}
 .hvr-hover{
     display: inline-block;
     vertical-align: middle;
     -webkit-transform: perspective(1px) translateZ(0);
     transform: perspective(1px) translateZ(0);
     box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     position: relative;
     background: #3aaa35;
     -webkit-transition-property: color;
     transition-property: color;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     border-radius: 0;
     box-shadow: none;
}
 .hvr-hover::after {
    content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
 .hvr-hover:hover::after{
     -webkit-transform: scale(2);
	 transform: scale(2);
     color: #ffffff;
}
 .hvr-hover{
	 overflow: hidden;
}
 ul.cart-list > li.total > .btn:hover{
     color: #ffffff;
}
 .cart-box{
     margin-top: 40px;
     background: #ffffff;
}
 .main-header.fixed-menu {
     position: fixed;
     visibility: hidden;
     left: 0px;
     top: 0px;
     width: 100%;
     padding: 0px 0px;
     background: #ffffff;
     z-index: 0;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     z-index: 999;
     opacity: 1;
     visibility: visible;
     -ms-animation-name: fadeInDown;
     -moz-animation-name: fadeInDown;
     -op-animation-name: fadeInDown;
     -webkit-animation-name: fadeInDown;
     animation-name: fadeInDown;
     -ms-animation-duration: 500ms;
     -moz-animation-duration: 500ms;
     -op-animation-duration: 500ms;
     -webkit-animation-duration: 500ms;
     animation-duration: 500ms;
     -ms-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
     -op-animation-timing-function: linear;
     -webkit-animation-timing-function: linear;
     animation-timing-function: linear;
     -ms-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
     -op-animation-iteration-count: 1;
     -webkit-animation-iteration-count: 1;
     animation-iteration-count: 1;
}
 .main-header.fixed-menu {
     padding: 0px;
     box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
     border-radius: 0;
}
 .top-search .input-group-addon{
     line-height: 40px;
}
 .top-search input.form-control{
     color: #ffffff;
}
/*------------------------------------------------------------------ Slider -------------------------------------------------------------------*/
 .cover-slides{
     height: 100vh;
}
 .slides-navigation a {
     background: #3aaa35;
     border-radius: 16px;
     position: absolute;
     height: 70px;
     width: 70px;
     top: 50%;
     font-size: 20px;
     display: block;
     color: #fff;
     line-height: 90px;
     text-align: center;
     transition: all .3s ease-in-out;
}
 .slides-navigation a i{
     font-size: 40px;
}
 .slides-navigation a:hover {
     background: #000000;
}
 .cover-slides .container{
    
     height: 100%;
     position: relative;
     z-index: 2;
}
 .cover-slides .container > .row {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .cover-slides .container > .row {
     height: 100%;
}
 .overlay-background {
     
     position: absolute;
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     opacity: 0.5;
}
 .cover-slides h1{
     font-family: 'Poppins', sans-serif;
     font-weight: 500;
     font-size: 64px;
     color: #fff;
}
 .cover-slides p{
     font-size: 18px;
     color: #fff;
     padding-bottom: 30px;
}
 .slides-pagination a{
     border: 2px solid #ffffff;
	 border-radius: 6px;
}
 .slides-pagination a.current{
     background: #3aaa35;
     border: 2px solid #3aaa35;
}
 .cover-slides p a{
     font-size: 24px;
     color: #ffffff;
     border: none;
     text-transform: uppercase;
     padding: 10px 20px;
}
/*------------------------------------------------------------------ Categories Shop -------------------------------------------------------------------*/
 .categories-shop{
     padding: 70px 0px;
}
 .shop-cat-box{

 border: 8px solid transparent; 
  
  /* 2. Aplica esquinas redondeadas como en la imagen */
  border-radius: 20px; /* Ajusta este valor para más o menos curvatura */
  
  /* 3. Crea dos capas de fondo: una para el interior (blanco) y otra para el borde (degradado) */
  background: 
    linear-gradient(#042100, #113B0B) padding-box, /* Fondo interior (ajusta 'white' si tu fondo es diferente) */
    linear-gradient(to right, #028E39, #026634) border-box;


     margin-bottom: 30px;
     position: relative;
     padding: 3px;
     overflow: hidden;
    
	 box-shadow: 9px 9px 30px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease-in-out 0s;
}
 .shop-cat-box img{
     margin: -10px 0 0 -10px;
     max-width: none;
     width: -webkit-calc(100% + 10px);
     width: calc(100% + 10px);
     opacity: 0.9;
     -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
     transition: opacity 0.35s, transform 0.35s;
     -webkit-transform: translate3d(10px,10px,0);
     transform: translate3d(10px,10px,0);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
}
 .shop-cat-box:hover img{
    
     -webkit-transform: translate3d(0,0,0);
     transform: translate3d(0,0,0);
}
 .shop-cat-box a{
     position: absolute;
     z-index: 2;
     bottom: 0px;
     left: 0px;
     right: 0;
     margin: 0 auto;
     text-align: center;
     border: none;
     color: #ffffff;
     font-size: 18px;
     font-weight: 700;
     padding: 12px 0px;
}

.box-add-products{
	padding: 70px 0px;
	background-color: #f4f4f4;
}

.offer-box{
	position: relative;
	overflow: hidden;
}

.offer-box-products{
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease-in-out 0s;
}

.offer-box-products:hover{
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------------------------------ Products -------------------------------------------------------------------*/
 .title-all{
     margin-bottom: 30px;
}
 .title-all h1{
     font-size: 42px;
     font-family: Calibri Light;
     color: #042c01;
}
 .title-all p{
     color: #999999;
     font-size: 16px;
}
 .products-box{
     padding: 70px 0px;
}
 .special-menu{
     margin-bottom: 40px;
}
 .filter-button-group{
     display: inline-block;
}
 .filter-button-group button{
     background: #3aaa35;
     color: #ffffff;
     border: none;
     cursor: pointer;
     padding: 5px 30px;
     font-size: 18px;
}
 .filter-button-group button.active{
     background: #000000;
}
 .filter-button-group button{
}
 .products-single {
     overflow: hidden;
     position: relative;
     margin-bottom: 30px;
}
 .products-single .box-img-hover{
     overflow: hidden;
     position: relative;
}
 .box-img-hover img{
     margin: 0 auto;
     text-align: center;
     display: block;
}
 .type-lb{
     position: absolute;
     top: 0px;
     right: 0px;
     z-index:8;
}
 .type-lb .sale{
     
background-color: #ffff;
     color: #00ff0000;
     padding: 2px 10px;
     font-weight: 700;
     text-transform: uppercase;
}
 .type-lb .new{
     background: #000000;
     color: #ffffff;
     padding: 2px 10px;
     font-weight: 700;
     text-transform: uppercase;
}
 .why-text{
     background: #f5f5f5;
     padding: 15px;
}

.why-text h3{
   text-align: justify;
     padding-bottom: 15px;
}

 .why-text h4{
     font-size: 16px;
     font-weight: 700;
     padding-bottom: 15px;
}

 .why-text h5{
     font-size: 18px;
     font-family: 'Poppins', sans-serif;
     padding: 4px;
	 display: inline-block;
	 background: #3aaa35;
	 color: #ffffff;
     font-weight: 600;
}
 .mask-icon{
     width: 100%;
     height: 100%;
     position: absolute;
     overflow: hidden;
     top: 0;
     left: 0;
}
 .mask-icon ul{
     display: inline-block;
	 position: absolute;
	 bottom: 0;
	 right: 0;
}
 .mask-icon ul li{
     background: #3aaa35;
}
 .mask-icon ul li a{
     color: #ffffff;
     padding: 5px 10px;
     display: block;
}
 .mask-icon a.cart{
     background: #3aaa35;
     position: absolute;
     bottom: 0;
     left: 0px;
     padding: 10px 20px;
     font-weight: 700;
     color: #ffffff;
}
 .mask-icon a.cart:hover{
     background: #000000;
     color: #ffffff;
}
 .mask-icon ul li a:hover{
     background: #000000;
     color: #ffffff;
}
 .products-single .mask-icon{
     background: rgba(1,1,1, 0.5);
     top: -100%;
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
     opacity: 0;
     -webkit-transition: all 0.3s ease-out 0.5s;
     -moz-transition: all 0.3s ease-out 0.5s;
     -o-transition: all 0.3s ease-out 0.5s;
     -ms-transition: all 0.3s ease-out 0.5s;
     transition: all 0.3s ease-out 0.5s;
}
 .products-single:hover .mask-icon{
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
     filter: alpha(opacity=100);
     opacity: 1;
     top: 0px;
     -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
     -o-transition-delay: 0s;
     -ms-transition-delay: 0s;
     transition-delay: 0s;
     -webkit-animation: bounceY 0.9s linear;
     -moz-animation: bounceY 0.9s linear;
     -ms-animation: bounceY 0.9s linear;
     animation: bounceY 0.9s linear;
}
 @keyframes bounceY {
     0% {
         transform: translateY(-205px);
    }
     40% {
         transform: translateY(-100px);
    }
     65% {
         transform: translateY(-52px);
    }
     82% {
         transform: translateY(-25px);
    }
     92% {
         transform: translateY(-12px);
    }
     55%, 75%, 87%, 97%, 100% {
         transform: translateY(0px);
    }
}
 @-moz-keyframes bounceY {
     0% {
         -moz-transform: translateY(-205px);
    }
     40% {
         -moz-transform: translateY(-100px);
    }
     65% {
         -moz-transform: translateY(-52px);
    }
     82% {
         -moz-transform: translateY(-25px);
    }
     92% {
         -moz-transform: translateY(-12px);
    }
     55%, 75%, 87%, 97%, 100% {
         -moz-transform: translateY(0px);
    }
}
 @-webkit-keyframes bounceY {
     0% {
         -webkit-transform: translateY(-205px);
    }
     40% {
         -webkit-transform: translateY(-100px);
    }
     65% {
         -webkit-transform: translateY(-52px);
    }
     82% {
         -webkit-transform: translateY(-25px);
    }
     92% {
         -webkit-transform: translateY(-12px);
    }
     55%, 75%, 87%, 97%, 100% {
         -webkit-transform: translateY(0px);
    }
}




/*------------------------------------------------------------------ Blog -------------------------------------------------------------------*/
 .latest-blog{
     padding: 70px 0px;
     background: #f5f5f5;
}
 .blog-box{
     -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
     box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
     background: #ffffff;
     margin-bottom: 30px;
}
 .blog-content{
     position: relative;
}
 .title-blog{
     padding: 40px 30px 40px 30px;
}
 .title-blog h3{
     font-size: 20px;
     font-weight: 700;
     color: #000000;
}
 .title-blog p{
     margin: 0px;
}
 .option-blog {
     position: absolute;
     bottom: 0px;
     left: 0px;
	 right: 0px;
	 margin: 0 auto;
	 text-align: center;
}
 .option-blog li{
	 display: inline-block;
 }
 .option-blog li a{
     background: #000000;
     display: inline-block;
     font-size: 18px;
     color: #ffffff;
     width: 34px;
     height: 34px;
     text-align: center;
     line-height: 34px;
}
 .option-blog li a:hover{
     background: #3aaa35;
     color: #ffffff;
}
 .tooltip-inner {
     background-color: #3aaa35;
}
 .tooltip.bs-tooltip-right .arrow:before {
     border-right-color: #3aaa35 !important;
     padding-top: 0px !important;
     top: 0px !important;
}
 .tooltip.bs-tooltip-left .arrow:before {
     border-left-color: #3aaa35 !important;
	 padding-top: 0px !important;
	 padding-right: 5px !important;
     top: 0px !important;
}
 .tooltip.bs-tooltip-bottom .arrow:before {
     border-right-color: #3aaa35 !important;
}
 .tooltip.bs-tooltip-top .arrow:before {
     border-top-color: #3aaa35 !important;
	 padding-top: 0px !important;
     top: 0px !important;
}
/*------------------------------------------------------------------ Instagram Feed -------------------------------------------------------------------*/
 .instagram-box{
     padding: 70px 0px;
     background: url(../images/ins-bg.jpg) no-repeat center center;
     background-size: auto auto;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -ms-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     position: relative;
}
 .instagram-box::before{
     background: rgba(0,0,0,0.9);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     content: "" ;
     position: absolute;
     z-index: 0;
}
 .main-instagram.owl-carousel .owl-nav button.owl-prev{
     background: #000000;
     position: absolute;
     z-index: 1;
     display: block;
     height: 100%;
     width: 50px;
     line-height: 0px;
     font-size: 24px;
     cursor: pointer;
     color: #ffffff;
     top: 0;
     padding: 0;
     margin-top: 0;
     opacity: 1;
     left: 0px;
     -webkit-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .main-instagram.owl-carousel .owl-nav button.owl-next{
     background: #000000;
     position: absolute;
     z-index: 1;
     display: block;
     height: 100%;
     width: 50px;
     line-height: 0px;
     font-size: 24px;
     cursor: pointer;
     color: #ffffff;
     top: 0;
     padding: 0;
     margin-top: 0;
     opacity: 1;
     right: 0px;
     -webkit-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .main-instagram.owl-carousel .owl-nav button.owl-next:hover, .main-instagram.owl-carousel .owl-nav button.owl-prev:hover{
     background: #3aaa35;
}
 .ins-inner-box{
     position: relative;
}
 .hov-in{
     opacity: 0;
     background: rgba(211,59,51, 0.5);
     bottom: -100%;
     position: absolute;
     width: 100%;
     height: 100%;
     -webkit-transition: all 0.3s ease-out 0.5s;
     -moz-transition: all 0.3s ease-out 0.5s;
     -o-transition: all 0.3s ease-out 0.5s;
     -ms-transition: all 0.3s ease-out 0.5s;
     transition: all 0.3s ease-out 0.5s;
     text-align: center;
     display: table;
}
 .hov-in a{
     display: table-cell;
     vertical-align: middle;
     height: 100%;
}
 .hov-in i{
     color: #000000;
     font-size: 48px;
     position: relative;
     z-index: 2;
}
 .hov-in a i:hover{
     color: #ffffff;
}
 .ins-inner-box:hover .hov-in{
     bottom: 0;
     opacity: 1;
}
/*------------------------------------------------------------------ Footer Main -------------------------------------------------------------------*/
 .footer-main{
     padding: 70px 0px;
     background: #010101;
}
.footer-main hr{
	border-top: 1px solid rgba(255,255,255,.6);
}
.footer-top-box{
	margin-bottom: 30px;
}
.footer-top-box h3{
	color: #ffffff;
	position: relative;
	font-size: 20px;
}
.footer-top-box h3::before {
    border-bottom: 2px solid #3aaa35;
    content: "";
    height: 3px;
    width: 50%;
    position: absolute;
    bottom: 3px;
    left: 0px;
}
.list-time{
	margin-top: 15px;
}
.footer-top-box .list-time li{
	color: #ffffff;
	font-size: 16px;
	display: block;
	float: none;
}

.newsletter-box{
	margin-top: 15px;
	position: relative;
}
.newsletter-box input{
	height: 40px;
	border: none;
	padding: 0 10px;
	background: transparent;
	border-radius: 0;
	background: #fff;
	padding: 0 20px;
	width: 100%;
}
.newsletter-box i{
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 20px;
}
.newsletter-box button{	
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	
}
 .footer-top-box p{
	 padding-bottom: 15px;
	 color: #cccccc;
 }

 .footer-top-box ul{
     display: inline-block;
}
 .footer-top-box ul li {
     float: left;
     margin-right: 5px;
}
 .footer-top-box ul li a {
     color: #ffffff;
     display: inline-block;
     width: 36px;
     height: 36px;
     border: 2px solid #ffffff;
     text-align: center;
     line-height: 32px;
}
 .footer-top-box ul li a:hover {
     color: #3aaa35;
     border-color: #3aaa35;
}
.footer-widget, .footer-link, .footer-link-contact{
	margin-top: 15px;
}
 .footer-widget h4 {
     color: #ffffff;
     font-size: 16px;
     text-transform: uppercase;
     letter-spacing: 2px;
     margin-bottom: 20px;
     position: relative;
     font-weight: 700;
}
 .footer-widget h4::before {
     border-bottom: 3px solid #3aaa35;
     content: "";
     height: 3px;
     width: 100%;
     position: absolute;
     bottom: 3px;
     left: 0px;
}
 .footer-widget p {
     color: #cccccc;
     font-weight: 400;
     font-size: 14px;
     padding-bottom: 20px;
}

 .footer-link{
}
 .footer-link h4{
     color: #ffffff;
     font-size: 16px;
     text-transform: uppercase;
     letter-spacing: 2px;
     margin-bottom: 20px;
     position: relative;
     font-weight: 700;
}
 .footer-link h4::before {
     border-bottom: 3px solid #3aaa35;
     content: "";
     height: 3px;
     width: 100%;
     position: absolute;
     bottom: 3px;
     left: 0px;
}
 .footer-link ul li {
     margin-right: 5px;
}
 .footer-link ul li a {
     color: #ffffff;
     text-align: left;
     display: block;
     line-height: 32px;
     position: relative;
     padding-left: 15px;
     transition: all .3s ease-in-out;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
}
 .footer-link ul li a::before {
     font-family: FontAwesome;
    
     position: absolute;
     left: 5px;
     line-height: 35px;
     font-size: 16px;
     transition: all .3s ease-in-out;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
}
 .footer-link ul li a:hover::before {
     left: 5px;
}
 .footer-link ul li a:hover {
     color: #3aaa35;
     border-color: #3aaa35;
     padding-left: 20px;
}
 .footer-link-contact h4{
     color: #ffffff;
     font-size: 16px;
     text-transform: uppercase;
     letter-spacing: 2px;
     margin-bottom: 20px;
     position: relative;
     font-weight: 700;
}
 .footer-link-contact h4::before {
     border-bottom: 3px solid #3aaa35;
     content: "";
     height: 3px;
     width: 100%;
     position: absolute;
     bottom: 3px;
     left: 0px;
}
 .footer-link-contact ul li{
     margin-bottom: 12px;
}
 .footer-link-contact ul li i{
     position: absolute;
     left: 0;
     top: 5px;
     padding-right: 6px;
}
 .footer-link-contact ul li p{
     padding-left: 25px;
     color: #cccccc;
     position: relative;
}
 .footer-link-contact ul li p{
     font-size: 16px;
     color: #cccccc;
     font-weight: 300;
     padding-right: 16px;
     line-height: 24px;
}
 .footer-link-contact ul li p a{
     color: #cccccc;
}
 .footer-link-contact ul li p a:hover{
     color: #3aaa35;
}
/*------------------------------------------------------------------ Copyright -------------------------------------------------------------------*/
 .footer-copyright{
     background: #060606;
     padding: 20px 0px;
     position: relative;
}
 .footer-copyright p {
     text-align: center;
     color: #ffffff;
     font-size: 16px;
}
 .footer-copyright p a{
     color: #ffffff;
}
 .footer-copyright p a:hover{
     color: #3aaa35;
}
/*------------------------------------------------------------------ All Pages -------------------------------------------------------------------*/
 .all-title-box{
     background: no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -ms-background-size: cover;
     -o-background-size: cover;
     background-size:contain;
     text-align: center;
     padding: 230px 0px;
     position: relative;
}
 .all-title-box::before{
     
     content: "";
     position: absolute;
     z-index: 0;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
}
 .all-title-box h2{
     font-size: 28px;
     font-weight: 700;
     color: #ffffff;
	 float: left;
     padding: 10px 0px;
}
 .all-title-box .breadcrumb{
     background: #3aaa35;
     margin: 0px;
     display: inline-block;
     border-radius: 0px;
	 float: right;
}
 .all-title-box .breadcrumb li{
     display: inline-block;
     color: #000000;
     font-size: 16px;
}
 .all-title-box .breadcrumb li a{
     color: #ffffff;
     font-size: 16px;
}
 .all-title-box .breadcrumb-item + .breadcrumb-item::before{
     color: #000000;
}
 .about-box-main{
     padding: 70px 0px;
}
 .noo-sh-title{
     font-size: 28px;
     text-transform: uppercase;
     font-style: normal;
     font-weight: 700;
	 margin-bottom: 30px;
}
.noo-sh-title-top{
     font-size: 28px;
     text-transform: uppercase;
     font-style: normal;
     font-weight: 700;
	 margin-bottom: 0px;
}
 .about-box-main p{
     padding-bottom: 20px;
}
 .service-block-inner {
     padding: 15px 20px;
     position: relative;
     margin-bottom: 30px;
}

.about-box-main a{
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	border: none;
}

.about-box-main a.btn{
	padding: 12px 15px;
}

 .service-block-inner::before {
     content: "";
     width: 100%;
     height: 5px;
     border-radius: 0px;
     background: #000000;
     position: absolute;
     top: 0;
     left: 0;
     transition: all 0.5s ease 0s;
}
 .service-block-inner::after {
     content: "";
     width: 100%;
     height: 0;
     border-radius: 0px;
     background: #006633;
     position: absolute;
     top: 0;
     left: 0;
	 z-index: -1;
     transition: all 0.5s ease 0s;
}
 .service-block-inner h3 {
     font-size: 24px;
     text-transform: uppercase;
     font-weight: 600;
}
 .service-block-inner p {
     margin: 0px;
     font-size: 16px;
     font-weight: 300;
     padding-bottom: 0px;
}
 .service-block-inner:hover::after {
     height: 100%;
}

.service-block-inner:hover h3{
	color: #ffffff;
	transition: all 0.5s ease 0s;
}

.service-block-inner:hover p{
	color: #ffffff;
	transition: all 0.5s ease 0s;
}

 .our-team{
     box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
     overflow: hidden;
     position: relative;
     transition: all 0.3s ease 0s;
}
 .our-team:hover{
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
 .our-team img{
     width: 100%;
     height: auto;
     transition: all 0.3s ease-in-out 0s;
}
 .our-team:hover img{
     opacity: 0.5;
}
 .our-team .team-content{
     color: #000;
     opacity: 1;
     position: absolute;
     bottom: 0px;
     left: 0px;
	 background: #ffffff;
	 padding-left: 55px;
	 width: 100%;
     transition: all 0.3s ease 0s;
}
 .our-team .title{
     display: block;
     font-size: 20px;
     font-weight: 700;
     margin: 0 0 7px 0;
}
 .our-team .post{
     display: block;
     font-size: 15px;
}
 .our-team .social{
     list-style: none;
     padding: 0;
     margin: 0;
     width: 35px;
     text-align: center;
     opacity: 0;
     position: absolute;
     bottom: 35px;
	 right: 0px;
     transition: all 0.3s ease 0s;
}
 .our-team:hover .social{
     opacity: 1;
}
 .our-team .social li{
     display: block;
}
 .our-team .social li a{
     display: inline-block;
     width: 35px;
     height: 35px;
     line-height: 35px;
     background: #000000;
     font-size: 17px;
     color: #fff;
     opacity: 0.9;
     position: relative;
     transform: translate(35px, -35px);
     transition: all 0.3s ease-in-out 0s 
}
 .our-team .social li a:hover{
     width: 35px;
     background: #3aaa35;
     transition-delay: 0s;
}
 .our-team .icon{
     width: 35px;
     height: 35px;
     line-height: 35px;
     background: #3aaa35;
     text-align: center;
     color: #fff;
     position: absolute;
     bottom: 0;
}
 .team-description{
     padding: 20px 0px;
}
 .team-description p{
     font-size: 14px;
     margin: 0px;
}
 .hover-team:hover .social{
     opacity: 1;
}
 .hover-team:hover .social li:nth-child(1) a{
     transition-delay: 0.3s;
}
 .hover-team:hover .social li:nth-child(2) a{
     transition-delay: 0.2s;
}
 .hover-team:hover .social li:nth-child(3) a{
     transition-delay: 0.1s;
}
 .hover-team:hover .social li:nth-child(4) a{
     transition-delay: 0.0s;
}
 .hover-team:hover .social li a{
     transform: translate(0, 0) 
}
 .hover-team:hover img{
     opacity: 0.5;
}
 .hover-team .team-content .title{
     border-bottom: 2px solid #3aaa35;
}
 .shop-box-inner{
     padding: 70px 0px;
}
 .search-product {
     position: relative;
}
 .search-product input[type="text"] {
     background: #333333;
     border: 0;
     box-shadow: none;
     border-radius: 0;
     color: #ffffff;
     height: 55px;
     font-weight: 300;
     font-size: 16px;
     margin-bottom: 15px;
     padding: 0 20px;
     -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
     transition: all .5s ease;
     width: 100%;
     outline: 0;
}
 .search-product .form-control::-moz-placeholder {
     color: #ffffff;
     opacity: 1;
}
 .search-product button {
     background: #000000;
     color: #ffffff;
     font-size: 18px;
     position: absolute;
     right: 0px;
     padding: 12px 15px;
     top: 0;
     line-height: 27px;
     border: none;
     cursor: pointer;
     height: 100%;
}
 .search-product button:hover{
     background: #3aaa35;
}
 .filter-sidebar-left{
     margin-bottom: 20px;
}
 .title-left{
     font-size: 16px;
     border-bottom: 3px solid #000000;
     margin-bottom: 20px;
}
 .title-left h3{
     font-weight: 700;
}
 .list-group-item {
     border: none;
     padding: 5px 20px;
     font-size: 14px;
}
 .text-muted {
     padding: 10px 0px;
}
 .list-group-item[data-toggle="collapse"]::after {
     width: 0;
     height: 0;
     position: absolute;
     top: calc(50% - 12px);
     right: 10px;
     content: '';
     -webkit-transition: top .2s,-webkit-transform .2s;
     transition: top .2s,-webkit-transform .2s;
     transition: transform .2s,top .2s;
     transition: transform .2s,top .2s,-webkit-transform .2s;
     font-family: FontAwesome;
     content: "\f105";
}
 .list-group-tree .list-group-collapse .list-group {
     margin-left: 25px;
     border-left: 1px solid #ced4da;
}
 .list-group-tree .list-group-item.active {
     color: #3aaa35;
     background-color: #fff;
     font-weight: 700;
}
 .list-group-tree .list-group-collapse .list-group > .list-group-item::before {
     position: absolute;
     top: 14px;
     left: 0;
     content: '';
     width: 8px;
     height: 1px;
     background-color: #ced4da;
}
 .list-group-tree .list-group-item:hover {
     color: #3aaa35;
     background-color: #fff;
     outline: 0;
     font-weight: 700;
}
 .filter-price-left{
     margin-bottom: 20px;
}
 #slider-range .ui-slider-handle {
     background-color: #3aaa35;
     border: 2px solid #fff;
     border-radius: 50%;
     cursor: pointer;
     height: 21px;
     top: -6px;
     transition: none 0s ease 0s;
     width: 21px;
     box-shadow: 0px 0px 6.65px 0.35px rgba(0,0,0,0.15);
}
 #slider-range .ui-slider-range {
     background-color: #3aaa35;
     border-radius: 0;
}
 #slider-range {
     background: #000000;
     border: medium none;
     border-radius: 50px;
     float: left;
     height: 10px;
     margin-top: 14px;
     width: 100%;
}
 .price-box-slider p{
     clear: both;
     margin-top: 20px;
     display: inline-block;
     width: 100%;
}
 .price-box-slider p input{
     margin-top: 5px;
}
 .price-box-slider p button{
     border: none;
     color: #ffffff;
     float: right;
}
 .brand-box {
     display: inline-block;
     width: 100%;
     height: 259px;
     position: relative;
}
 .product-item-filter{
    
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     -webkit-justify-content: space-between;
     justify-content: space-between;
     padding: 5px 0;
}
 .nice-select.wide{
     width: 75%;
}
 .product-item-filter .toolbar-sorter-right span{
     line-height: 42px;
     padding-right: 15px;
     float: left;
}
 .product-item-filter .toolbar-sorter-right{
     width: 65%;
}
 .toolbar-sorter-right{
     float: left;
}
 .toolbar-sorter-right .bootstrap-select.form-control:not([class*="col-"]){
     width: 77%;
     float: right;
}
 .toolbar-sorter-right .bootstrap-select.btn-group > .dropdown-toggle{
     padding: 0px;
     border-radius: 0px;
     border: none;
}
 .toolbar-sorter-right .bootstrap-select.btn-group .dropdown-toggle .filter-option{
     padding-left: 15px;
}
 .toolbar-sorter-right .btn-light{
     background: #000000;
     color: #ffffff;
}
 .toolbar-sorter-right .btn-light:hover{
     background: #3aaa35;
     border-radius: 0px;
     border: none;
}
 .toolbar-sorter-right .show > .btn-light.dropdown-toggle{
     background-color: #3aaa35;
}
 .toolbar-sorter-right .bootstrap-select .dropdown-toggle:focus{
     background: #3aaa35;
}
 .toolbar-sorter-right .dropup .dropdown-toggle::after{
     position: absolute;
     right: 15px;
     top: 18px;
}
 .product-item-filter p{
     float: right;
     line-height: 42px;
}
 .product-item-filter .nav-tabs{
     border: none;
     float: right;
}
 .nav > li {
     position: relative;
     display: inline-block;
     vertical-align: middle;
}
 .product-item-filter li .nav-link {
     border: none;
     border-radius: 0px;
     color: #111111;
     font-size: 18px;
     padding: 4px 12px;
}
 .product-item-filter li .nav-link.active {
     background: #006633;
     border: none;
     color: #ffffff;
}
 .product-item-filter li .nav-link:hover {
     background: #000000;
     border: none;
     color: #ffffff;
}
 .product-categori{
     margin-bottom: 30px;
}
 .product-categorie-box{
     margin-top: 20px;
}
 .tab-content, .tab-pane{
     width: 100%;
}
 .why-text.full-width h4 {
     font-size: 24px;
     font-weight: 700;
     padding-bottom: 15px;
}
 .why-text.full-width h5 del{
     font-size: 13px;
     color: #666;
}
 .why-text.full-width h5{
     color: #000000;
     font-weight: 700;
}
 .why-text.full-width p{
     padding-bottom: 20px;
}
 .why-text.full-width a{
     padding: 10px 20px;
     font-weight: 700;
     color: #ffffff;
     border: none;
}
 .list-view-box{
     margin-bottom: 30px;
}
 .list-view-box:hover .mask-icon{
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
     filter: alpha(opacity=100);
     opacity: 1;
     top: 0px;
     -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
     -o-transition-delay: 0s;
     -ms-transition-delay: 0s;
     transition-delay: 0s;
     -webkit-animation: bounceY 0.9s linear;
     -moz-animation: bounceY 0.9s linear;
     -ms-animation: bounceY 0.9s linear;
     animation: bounceY 0.9s linear;
}
 .cart-box-main{
     padding: 70px 0px;
}
 .table-main table thead{
     background: #3aaa35;
     color: #ffffff;
}
 .table-main .table thead th{
     font-size: 16px;
}
 .table-main table td.thumbnail-img{
     width: 120px;
}
 .table-main table td{
     vertical-align: middle;
     font-size: 16px;
}
 .quantity-box input{
     width: 60px;
     border: 2px solid #000000;
     text-align: justify;
}
 .quantity-box input:focus{
     border-color: #3aaa35;
}
 .name-pr a{
     font-weight: 700;
     font-size: 18px;
     color: #000000;
}
 .remove-pr{
     text-align: center;
}
 .coupon-box .input-group .form-control {
     min-height: 50px;
     border-radius: 0px;
     font-weight: 400;
     border: 1px solid #e8e8e8;
     box-shadow: none !important;
}
 .coupon-box .input-group .form-control::-moz-placeholder{
     color: #000000;
}
 .coupon-box .input-group .input-group-append .btn-theme {
     background: #000000;
     color: #ffffff;
     border: none;
     border-radius: 0px;
     font-size: 16px;
     padding: 0px 20px;
}
 .coupon-box .input-group .input-group-append .btn-theme:hover {
     background: #3aaa35;
}
 .update-box input[type="submit"]{
     background: #000000;
     border: medium none;
     border-radius: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
     color: #fff;
     display: inline-block;
     float: right;
     cursor: pointer;
     font-size: 16px;
     font-weight: 500;
     height: 50px;
     line-height: 40px;
     margin-right: 15px;
     padding: 0 20px;
     text-shadow: none;
     text-transform: uppercase;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     white-space: nowrap;
     width: inherit;
}
 .update-box input[type="submit"]:hover{
     background: #3aaa35;
}
 .order-box h3{
     font-size: 16px;
     color: #222222;
     font-weight: 700;
}
 .order-box h4 {
     font-size: 16px;
     padding: 0px;
     line-height: 35px !important;
}
 .order-box .font-weight-bold{
     font-size: 18px;
}
 .gr-total h5 {
     font-weight: 700;
     color: #3aaa35;
     font-size: 18px;
     margin: 0px;
     padding: 0px;
     line-height: 35px !important;
}
 .gr-total .h5{
     margin: 0px;
     font-weight: 700;
     line-height: 35px;
}
 .my-account-box-main{
     padding: 70px 0px;
}
 .shopping-box a{
     font-size: 18px;
     color: #ffffff;
     border: none;
     padding: 10px 20px;
}
 .payment-icon {
     display: inline-block;
     padding: 10px 0px;
}
 .payment-icon ul li {
     width: 20%;
     float: left;
}
 .needs-validation label {
     font-size: 16px;
     margin-bottom: 0px;
     line-height: 24px;
}
 .needs-validation .form-control {
     min-height: 40px;
     border-radius: 0px;
     border: 1px solid #e8e8e8;
     box-shadow: none !important;
     font-size: 14px;
}
 .needs-validation .form-control:focus {
     border: 1px solid #3aaa35 !important;
}
 .review-form-box .form-control{
     min-height: 40px;
     border-radius: 0px;
     border: 1px solid #e8e8e8;
     box-shadow: none !important;
     font-size: 14px;
}
 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
     background-color: #3aaa35;
     box-shadow: none;
}
 .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
     background-color: #3aaa35;
     box-shadow: none;
}
 .new-account-login h5 {
     font-size: 18px;
     color: #1111111;
     font-weight: 600;
}
 .new-account-login h5 a:hover{
     color: #3aaa35;
}
 .review-form-box button{
     padding: 10px 20px;
     color: #ffffff;
     font-size: 18px;
     border: none;
}
 .wide.w-100{
     min-height: 40px;
     border: 1px solid #e8e8e8;
}
 .wide.w-100 option{
     min-height: 40px;
}
 .custom-control-input:focus ~ .custom-control-label::before{
     box-shadow: none;
}
 .odr-box a {
     font-size: 18px;
     color: #111111;
     font-weight: 700;
}
 .account-box{
     text-align: center;
     background: #ffffff;
     padding: 30px;
     border: 1px solid #000000;
}
 .bottom-box {
     border-top: 1px solid #eee;
     margin-bottom: 30px;
     margin-top: 30px;
     padding-top: 15px;
}
 .bottom-box .account-box {
     min-height: 205px;
}
 .account-box {
     border: 2px solid #000000;
     margin-top: 15px;
}
 .my-account-page a{
     color: #000000;
}
 .my-account-page a:hover{
     color: #3aaa35;
}
 .service-icon i{
     font-size: 34px;
}
 .my-account-page a:hover i{
}
 .service-desc p{
     font-size: 16px;
}
 .service-desc h4{
     text-decoration: underline;
     font-size: 18px;
     font-weight: 700;
}
 .service-icon a{
     background: rgba(0, 0, 0, 0.9);
     -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
     -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
     transition: transform ease-out 0.1s, background 0.2s;
}
 .service-icon a{
     display: inline-block;
     font-size: 0px;
     cursor: pointer;
     margin: 15px 0px;
     width: 90px;
     height: 90px;
     line-height: 110px;
     border-radius: 50%;
     text-align: center;
     position: relative;
     z-index: 1;
     color: #ffffff;
}
 .service-icon a::after {
     pointer-events: none;
     position: absolute;
     width: 100%;
     height: 100%;
     border-radius: 50%;
     content: '';
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
     content: "";
     top: 0;
     left: 0;
     padding: 0;
     z-index: -1;
     box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
     opacity: 0;
     -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
     -ms-transform: scale(0.9);
     transform: scale(0.9);
}
 .service-icon a:hover::after{
     -webkit-animation: sonarEffect 1.3s ease-out 75ms;
     -moz-animation: sonarEffect 1.3s ease-out 75ms;
     animation: sonarEffect 1.3s ease-out 75ms;
}
 .service-icon a:hover{
     background: rgba(251, 183, 20, 1);
     -webkit-transform: scale(0.93);
     -moz-transform: scale(0.93);
     -ms-transform: scale(0.93);
     transform: scale(0.93);
     color: #fff;
}
 @-webkit-keyframes sonarEffect {
     0% {
         opacity: 0.3;
    }
     40% {
         opacity: 0.5;
         box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #3aaa35, 0 0 0 10px rgba(0, 53, 68, 0.5);
    }
     100% {
         box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #3aaa35, 0 0 0 10px rgba(0, 53, 68, 0.5);
         -webkit-transform: scale(1.5);
         opacity: 0;
    }
}
 @-moz-keyframes sonarEffect {
     0% {
         opacity: 0.3;
    }
     40% {
         opacity: 0.5;
         box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #3aaa35, 0 0 0 10px rgba(0, 53, 68, 0.5);
    }
     100% {
         box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #3aaa35, 0 0 0 10px rgba(0, 53, 68, 0.5);
         -moz-transform: scale(1.5);
         opacity: 0;
    }
}
 @keyframes sonarEffect {
     0% {
         opacity: 0.3;
    }
     40% {
         opacity: 0.5;
         box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #3aaa35, 0 0 0 10px rgba(0, 53, 68, 0.5);
    }
     100% {
         box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(0, 53, 68, 0.5);
         transform: scale(1.5);
         opacity: 0;
    }
}
 .add-pr a{
     padding: 10px 20px;
     font-weight: 700;
     color: #ffffff;
     border: none;
}
 .wishlist-box-main{
     padding: 70px 0px;
}
 .services-box-main{
     padding: 70px 0px;
}
 .contact-box-main{
     padding: 70px 0px;
}
 .contact-info-left{
     padding: 20px;
     background: url(../images/FONDO.png) no-repeat center;
	 background-size: cover;
}
 .contact-info-left h2{
     font-size: 22px;
     font-weight: 700;
}
 .contact-info-left p{
     margin-bottom: 15px;
         font-size: 18px;
          color: #006633;
          font-weight: bold;
}
 .contact-info-left ul li{
     margin-bottom: 12px;
}

.contact-info-left h1{
     margin-bottom:0px;
      font-size: 16px;
        font-weight: 700;
}


 .contact-info-left ul li p{
     font-size: 18px;
     color: #000000;
     font-weight: 300;
     padding-right: 15px;
     padding-left: 25px;
     line-height: 24px;
     position: relative;
     font-weight: bold;
}
 .contact-info-left ul li p i{
     position: absolute;
     left: 0;
     top: 0px;
     padding-right: 5px;
   
      color: #3aaa35;
}
 .contact-info-left ul li p a:hover{
      color: #006633;
       font-weight: bold;
}
 .contact-form-right{
     padding: 10px;
}
 .contact-form-right h2{
     font-size: 24px;
     font-weight: 700;
}
 .contact-form-right p{
     margin-bottom: 20px;
}
 .contact-form-right .form-group .form-control::-moz-placeholder{
     color: #000000;
}
 .contact-form-right .form-group .form-control{
     border-radius: 0px;
     min-height: 40px;
}
 .contact-form-right .form-group {
     margin-bottom: 30px;
     position: relative;
}
 .contact-form-right .form-group .form-control:focus{
     border: 1px solid #3aaa35;
     box-shadow: none;
}
 .submit-button button{
     padding: 10px 20px;
     font-weight: 700;
     color: #ffffff;
     border: none;
}
 .help-block.with-errors{
     position: absolute;
     right: 0;
     background: red;
     color: #fff;
     padding: 0px 15px;
}
 .help-block ul li{
     color: #fff;
}
 .shop-detail-box-main{
     padding: 70px 0px;

    
    background-image: url("images/categories_img_03.jpg");
    background-size:auto;
   
}
 .single-product-slider .carousel-control-prev {
     bottom: auto;
     background: #111111;
     width: 6%;
     padding: 10px 0;
     background-image: none;
     top: 40%;
}
 .single-product-slider .carousel-control-next {
     bottom: auto;
     background: #111111;
     width: 6%;
     padding: 10px 0;
     background-image: none;
     top: 40%;
}
 .single-product-slider .carousel-indicators li img {
     opacity: 0.5;
}
 .single-product-slider .carousel-indicators li.active img {
     opacity: 1;
}
 .carousel-indicators{
     position: relative;
     bottom: 0;
     background: #000000;
}
 .carousel-indicators li{
     width: 30%;
     height: 100%;
     cursor: pointer;
}



 .single-product-details h2{
     color: #000000;
     font-weight: 700;
     font-size: 24px;
}
 .single-product-details h5 {
     color: #3aaa35;
     font-weight: 700;
     font-size: 18px;
}
 .single-product-details h5 del {
     font-size: 13px;
     color: #666;
}
 .available-stock span {
     font-size: 15px;
}
 .available-stock span a {
     color: #3aaa35;
}
 .single-product-details h4{
     font-size: 18px;
     font-weight: 700;
     margin-top: 20px;
}
 .single-product-details p{
     font-size: 16px;
     margin-bottom: 20px;
}
 .single-product-details ul{
     display: inline-block;
     width: 100%;
     border: 1px #000000 dashed;
     margin-bottom: 30px;
}
 .single-product-details ul li{
     width: 50%;
     float: left;
     padding: 0px 15px;
}
 .size-st .bootstrap-select > .dropdown-toggle.btn-light{
     background: #000000;
     border: none;
     border-radius: 0px;
     color: #ffffff;
}
 .quantity-box input{
     width: 100%;
}
 .price-box-bar{
     margin-bottom: 30px;
}
 .price-box-bar a{
     padding: 10px 20px;
     font-weight: 700;
     color: #ffffff;
     border: none;
}
 .add-to-btn .add-comp {
     float: left;
}
 .add-to-btn .share-bar {
     float: right;
}
 .add-comp a{
     padding: 10px 20px;
     font-weight: 700;
     color: #ffffff;
     border: none;
}
 .share-bar{
}
 .share-bar a {
     background: #3aaa35;
     color: #ffffff;
     padding: 5px 10px;
     display: inline-block;
     width: 34px;
     text-align: center;
}
 .share-bar a {
}
 .featured-products-box{
}
 .featured-products-box .owl-nav{
     position: absolute;
     margin: 0 auto;
     left: 0;
     right: 0;
     bottom: -20px;
     text-align: center;
}
 .featured-products-box .owl-nav button.owl-prev{
     background: #000000;
     color: #ffffff;
     width: 38px;
     height: 38px;
     text-align: center;
}
 .featured-products-box .owl-nav button.owl-next{
     background: #000000;
     color: #ffffff;
     width: 38px;
     height: 38px;
     text-align: center;
}
 .featured-products-box .owl-nav button.owl-prev:hover, .featured-products-box .owl-nav button.owl-next:hover{
     background: #006633;
}
 .table-responsive .table td, .table-responsive .table th {
     vertical-align: middle;
     white-space: pre-line;
     text-align: center;
}
 
 .table-responsive .table a {
     font-size: 15px;
     text-align: justify;
}

 .table-responsive .table p {
     font-size: 15px;
     text-align: justify;
}
.card-outline-secondary .card-body a{
	color: #ffffff;
	font-size: 1px;
	font-weight: 700;
	padding: 12px 25px;
	border: none;
}










/* Base del contenedor sin interferencias externas */
.rtc-map-container {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Arial', sans-serif;
  max-width: 1100px;
  margin: 20px auto;
  padding: 0px;
  background-color: #ffffff;
  box-sizing: border-box;
  gap: 0px;
}

.rtc-map-container * {
  box-sizing: border-box;
  color: white;
}

/* Estilos columna izquierda */
.rtc-left-column {
  flex: 1 1 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rtc-header-green {
  color: #1e4620;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.rtc-title-large {
  display: block;
  font-size: 32px;
  color: #008f39;
  font-weight: 900;
}

.rtc-content-row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.rtc-map-image {
  max-width: 100%;
  height: auto;
}

.rtc-badge-click {
  position: absolute;
  right: 20%;
  top: 25%;
  color: #1e4620;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.rtc-badge-highlight {
  display: block;
  background-color: #134f2c;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 16px;
  margin: 4px 0;
}

/* Estilos columna derecha (Imagen única de fondo) */
.rtc-right-column {
  flex: 1 1 360px;
  max-width: 360px;
  min-height: 500px; /* Asegura la altura mínima aproximada de la imagen original */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Capa absoluta para posicionar el texto sobre la zona blanca de la imagen */
.rtc-card-content {
  width: 100%;
  padding-top: 150px; /* Empuja el texto hacia abajo para librar el banner verde 'PRESENCIA' */
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rtc-call-to-action {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px 0;
  text-align: center;
}

/* Grid de enlaces en 2 columnas */
.rtc-states-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 45px; /* Espaciado entre renglones y columnas de texto */
  width: 100%;
  max-width: 310px;
}

/* Estilo para los links de los estados */
.rtc-state-link {
  color: #222222;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}

.rtc-state-link:hover {
  color: #008f39;
  text-decoration: underline;
}

/* Ajustes para dispositivos móviles */
@media (max-width: 768px) {
  .rtc-map-container {
    flex-direction: column;
    align-items: center;
  }
  .rtc-content-row {
    flex-direction: column;
  }
  .rtc-badge-click {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 15px;
  }
  .rtc-right-column {
    width: 100%;
    min-height: 500px;
  }
}










