/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css?family=Kanit');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

body {
  font-family: 'Poppins', sans-serif;
}


/*colores de productos definidos*/
:root{
    /*fmc*/
    --herbicidas-fmc: rgb(229, 128, 8);
    --herbicidas-fmc-r: 229;
    --herbicidas-fmc-g: 128;
    --herbicidas-fmc-b: 8;

    --insecticidas-fmc: rgb(31, 59, 117);
    --insecticidas-fmc-r: 31;
    --insecticidas-fmc-g: 59;
    --insecticidas-fmc-b: 117;

    --fungicidas-fmc: rgb(117, 78, 130);
    --fungicidas-fmc-r: 117;
    --fungicidas-fmc-g: 78;
    --fungicidas-fmc-b: 130;

    --otros-productos-fmc: rgb(142, 183, 41);
    --otros-productos-fmc-r: 142;
    --otros-productos-fmc-g: 183;
    --otros-productos-fmc-b: 41;

    /*greencrop*/
    --biopesticidas-greencrop: rgb(255, 127, 80);
    --biorreguladores-greencrop: rgb(235, 77, 129);
    --foliares-greencrop: rgb(0, 128, 0);
    --coadyuvantes-greencrop: rgb(26, 200, 200);
    --edaficos-greencrop: rgb(221, 221, 18);
    --fertirriegos-greencrop: rgb(0, 89, 255);
    --fitoproteccion-greencrop: rgb(49, 245, 114);

    /*Nitrofert*/
    --cc-nitrofert: rgb(131, 178, 30);
    --mf-nitrofert: rgb(202, 154, 45);
    --especializados-nitrofert: rgb(187, 49, 55);
    --simples-nitrofert: rgb(134, 134, 135);

    /*Campofert*/
    --foliares-campofert: rgb(26, 172, 37);
    --foliares-campofert-r: 26;
    --foliares-campofert-g: 172;
    --foliares-campofert-b: 37;

    --bioestimulantes-campofert: rgb(0, 90, 7);
    --bioestimulantes-campofert-r: 0;
    --bioestimulantes-campofert-g: 90;
    --bioestimulantes-campofert-b: 7;

    --fertirrigacion-campofert: rgb(28, 133, 193);
    --fertirrigacion-campofert-r: 28;
    --fertirrigacion-campofert-g: 133;
    --fertirrigacion-campofert-b: 193;

    --edaficos-campofert: rgb(84, 57, 10);
    --edaficos-campofert-r: 84;
    --edaficos-campofert-g: 57;
    --edaficos-campofert-b: 10;

    --especiales-campofert: rgb(255 ,105 ,0);
    --especiales-campofert-r: 255;
    --especiales-campofert-g: 105;
    --especiales-campofert-b: 0;

    --coadyuvantes-campofert: rgb(13, 49, 172);
    --coadyuvantes-campofert-r: 13;
    --coadyuvantes-campofert-g: 49;
    --coadyuvantes-campofert-b: 172;


    /*Saat y Agrexcel*/


    /*Vecol*/
    --insecticidas-vecol: rgb(138, 28, 15);
    --insecticidas-vecol-r: 138;
    --insecticidas-vecol-g: 28;
    --insecticidas-vecol-b: 15;

    --herbicidas-vecol: rgb(72, 139, 85);
    --herbicidas-vecol-r: 72;
    --herbicidas-vecol-g: 139;
    --herbicidas-vecol-b: 85;

    --fertirrigacion-vecol: rgb(28, 133, 193);
    --fertirrigacion-vecol-r: 28;
    --fertirrigacion-vecol-g: 133;
    --fertirrigacion-vecol-b: 193;

    --fungicidas-vecol: rgb(0, 73, 155);
    --fungicidas-vecol-r: 0;
    --fungicidas-vecol-g: 73;
    --fungicidas-vecol-b: 155;

    --foliares-vecol: rgb(255 ,105 ,0);
    --foliares-vecol-r: 255;
    --foliares-vecol-g: 105;
    --foliares-vecol-b: 0;

/*California*/

    --maiz-semillasvalle: rgb(49, 134, 32);
    --maiz-semillasvalle-r: 0;
    --maiz-semillasvalle-g: 152;
    --maiz-semillasvalle-b: 69;

    --maiz-california: rgb(23, 116, 36);
    --maiz-california-r: 96;
    --maiz-california-g: 35;
    --maiz-california-b: 101;

/* color borde modal */
    --antimicrobianos-maiz: rgba(29, 129, 4, 0.801);
    --antimicrobianos-maiz-r: 227;
    --antimicrobianos-maiz-grgba(37, 37, 37, 0.801)
    --antimicrobianos-maiz-b: 32;


   

   --vitaminicos-allvet: rgb(10, 92, 37);
    --vitaminicos-allvet-r: 132;
    --vitaminicos-allvet-g: 34;
    --vitaminicos-allvet-b: 51;

    --antiparasitarios-allvet: rgb(56, 95, 6);
    --antiparasitarios-allvet-r: 195;
    --antiparasitarios-allvet-g: 108;
    --antiparasitarios-allvet-b: 26;

    --antibioticos-allvet: rgb(11, 99, 15);
    --antibioticos-allvet-r: 212;
    --antibioticos-allvet-g: 13;
    --antibioticos-allvet-b: 59;
}




    /* Tamaño de la imagen CAMPOVERDE */
.logo-proveedor-campoverde {
    width: 90px; /* Ajusta el tamaño según lo que necesites */
    height: auto;
}

    /* Fin de la imagen CAMPOVERDE */
    
    

body {
    font-size: 16px;
    font-family: 'kanit';
    margin: 0;
}

/* Estilos definidos */
.texto-blanco{
    color: white;
}
.texto-verde{
    color: #149A0A;
}
.margin-top-150{
    margin-top: 150px;
}
.margin-top-50{
    margin-top: 50px;
}
.margin-top-90{
    margin-top: 90px;
}
.margin-top-92neg{
    margin-top: -92px;
}
.margin-top-120neg{
    margin-top: -120px;
}
.margin-top-165neg{
    margin-top: -165px;
}
.margin-izq{
    margin:-30px 0 -58px -106px;
}
.margin-right-20{
    margin-right: 20px;
}
.margin-bottom-50{
    margin-bottom: 50px;
}
.hrem-35{
    height: 35rem;
}
.hrem-26{
    height: 26.1rem;
}
.texto-centro{
    font-size: 1.5rem;
    font-weight: revert;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -2px 2px 4px rgba(13, 111, 8, 0.452);
    margin: 55px 100px 30px 255px;
    font-style: italic;
}
.contenido-centro{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.contenido-der{
    width: 30%;
    
            padding-inline-end: 150px;
}
/* Estilos para el navbar */
.navbar {
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, #14640E), color-stop(97%, #149A0A));
    background: -o-linear-gradient(left, #14640E 35%, #149A0A 97%);
    background: linear-gradient(to right, #14640E 35%, #149A0A 97%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1px;
    margin-left: 5rem;
    margin-top: -2rem;
    width: 100%;
}
ul.paginas {
    margin-top: revert;
}
.paginas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; /* Align to the right */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 15rem;
}
.paginas li {
    margin-left: 4rem; /* Add spacing between li elements */
    text-shadow: 0 4px 4px rgb(0 0 0 / 50%);
    text-transform: uppercase;
}
.paginas li a{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.paginas .pestaña-activa{
    border-bottom: 2px solid white;
    -webkit-box-shadow: 1px 6px 4px -3px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 6px 4px -3px rgba(0, 0, 0, 0.2) /* Add shadow to the bottom border */
}
.paginas li a:hover{
    color: rgb(13, 255, 0);
    text-shadow: 0 4px 4px rgb(3, 61, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-color: rgb(13,255,0);
}
ul {
    list-style: none;
}
.paginas a {
    font-style: italic;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.logo1{
    height: 72px;
    width: 523px;
    margin-left: -0.3rem;
    margin-top: -0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    position: absolute; /* Agrega posición absoluta al logo */
    top: 0; /* Coloca el logo en la parte superior del navbar */
    z-index: 9999;
}
.logo-navbar {
    margin-left: 0rem;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

/* Estilos para el header */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.fondo-blanco{
    background-color: white;
}
.contenido {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#nosotros-contenido{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.texto {
    -webkit-box-flex: 1;
            flex: 1;
    min-width: 300px;
}
.texto#nosotros-texto{
   
    display: flex;
    
    
    -webkit-box-align: start;
        
            align-items: flex-start;
    -webkit-box-pack: justify;
    
            justify-content: space-between;
}


/* clases del carrusel de video */
 /* Fondo verde y padding de sección */

.pantalla-verde {
  background-color: #c8f0d1;
   padding: 15px 0; /* antes 30px */
}

.carousel-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  background-color: #fff; /* <-- Cambia aquí a blanco */
  padding: 50px;
  border-radius: 18px;    /* Opcional: bordes redondeados */
  /* box-shadow: 0 4px 24px rgba(0,0,0,0.08); Opcional: sombra suave */
}

.titulo-izq {
  display: flex;
  justify-content: flex-start;
  background-image: url('../img/TITULO-IZQUIERDA-osc.webp');
  background-repeat: no-repeat;
  background-position: left center;
  height: 133px;
  width: 80vw;
  align-items: center;
  padding-left: 0;
  position: relative;
}

.titulo-seccion {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  color: white;
  transform: translateX(-30px); /* 👈 fuerza que se vea más a la izquierda */
}

.carrusel-wrapper {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
   /* 👈 Cambia este valor según el resultado que busques */
  overflow: hidden;  /* 👈 Evita que el contenido desborde si es muy alto */
}



.carrusel-items {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  gap: 0;
  width: 100%;
  box-sizing: border-box; /* 👈 IMPORTANTE: hace que el padding cuente dentro del ancho total */
}

.service {
  min-width: 0;
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
  background: transparent;      /* Sin fondo */
  border-radius: 0;             /* Sin bordes redondeados */
  padding: 0;                   /* Sin padding extra */
  box-shadow: none;             /* Sin sombra */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
}
/* Video individual */
.video-contenido {
  position: relative;
  width: 90%;
  max-width: 700px;
  padding-bottom: 35%; /* ajusta según la altura que desees */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  margin: 30px auto 10px auto;
}

.video-contenido iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
  display: block;
}

/* Doble video */
  .descripcion-principal {
    font-size: 1rem;
    padding: 0 0.5rem;
    margin-top: 1rem;
    text-align: center;
  }
  .boton-detalles {
    width: 90vw;
    max-width: 320px;
    font-size: 1rem;
    margin: 1.2rem auto 0 auto;
    padding: 12px 0;
    display: block;
  }


/* Descripción */
.descripcion {
  font-weight: bold;
  max-width: 560px;
  width: 90%;
  margin: 0 auto; /* sin margin-top */
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #034113;
}
.descripcion-principal {
  font-weight: bold;
  max-width: 560px;
  width: 90%;
  margin: 20px auto 20px auto; /* antes era solo 0 auto 20px auto */
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #034113;
}

.texto-soluciones-desc {
  color: #075307;
  font-weight: bold;
  text-align: center;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 10px auto 0;
  box-sizing: border-box;
}

.texto-soluciones-desc {
  color: #075307 !important;
  /* ...otros estilos... */
}


/* Imagen del producto */
.logo {
  max-width: 140px;
  height: auto;
  margin-top: 2px;
  transition: transform 0.3s ease; /* transición suave para el efecto */
}

.logo:hover {
  transform: scale(1.1); /* aumenta el tamaño un 10% */
  cursor: pointer; /* cambia el cursor para indicar que es interactivo */
}

.logo-mover {
  position: relative;
  top: -85px; /* sube el logo 30px */
}



/* Botón */   

.boton-detalles span {
  position: relative;
  z-index: 2;
  color: white;
  transition: color 0.4s ease;
}

.boton-detalles:hover span {
  color: #075307;
}


.boton-detalles {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  background-color: #1e771e; /* verde fuerte */
  color: white; /* backup color */
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #1c5a1c;
  transition: color 0.4s ease;
  z-index: 1;
}

.boton-detalles::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 300%;
  background-color: #a2f0a2; /* verde claro al hover */
  transition: all 0.8s ease;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 0;
}

.boton-detalles:hover::before {
  width: 200%;
}

.boton-detalles span {
  position: relative;
  z-index: 2;
  color: white;
  transition: color 0.4s ease;
}

.boton-detalles:hover span {
  color: #075307; /* verde fuerte para contraste sobre fondo claro */
}

.boton-detalles {
  align-self: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.bloque-soluciones {
  padding-bottom: 4rem; /* Puedes aumentar esto si el botón se pega al borde */
}

.bloque-soluciones .boton-detalles {
  margin-top: 2.5rem; /* Ajusta el valor según el espacio que desees */
}

/* Flechas */
.flechas-carrusel {
  position: absolute;
  top: 50%;
  left: 0; right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  padding: 0 10px;
}

.flecha {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 24px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
}

/* Contenedor general */
.conten {
  max-width: 100%;
  padding: 0 2rem;
}

  /* clase de cuadro de dos imagenes */
/* CUADRO 4 COMPLETO */
.imagenes-soluciones {
  display: flex;
  gap: 4rem;
  justify-content: center;
  max-width: 1200px;
  margin: 2rem auto 1rem auto;
  flex-wrap: wrap;
}

.bloque-soluciones .imagen-lado {
  flex: 1 1 0;
  max-width: 480px;
  min-width: 220px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.13);
  display: flex;
  justify-content: center;
  align-items: center;
}

.bloque-soluciones .imagen-lado img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

/* Estilo general del botón */
.boton-detalles {
  display: inline-block;
  margin: 1.5rem auto 0 auto;
  padding: 12px 24px;
  background-color: #007B00;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.boton-detalles:hover {
  background-color: #005f00;
}

/* Responsive para pantallas pequeñas */
@media (max-width: 600px) {
  .imagen-lado {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .imagen-lado img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}


@media (max-width: 600px) {
  .imagenes-soluciones {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .imagen-lado {
    width: 90vw;
    max-width: 400px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  }

  .imagen-lado img {
    border-radius: 12px;
  }

  .texto-soluciones {
    padding: 1rem;
    text-align: center;
  }

  .boton-detalles {
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 1rem auto 2rem auto;
  }
}

  /* fin carrusel */

    /* css de las fichas tecnicas del boton ver mas detalles */


/* Ficha técnica EVOFERT FOTOACTIV - clases únicas y mejor legibilidad */
.ficha-evf-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 40px auto;
  background: #f8fafb; /* Fondo gris claro para mejor contraste */
  border-radius: 18px;
  box-shadow: 0 0 18px rgba(0,0,0,0.10);
  padding: 30px 20px;
  gap: 32px;
}

.ficha-evf-col-izq {
  flex: 1;
  max-width: 340px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.ficha-evf-img {
  width: 100%;
  max-width: 320px;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0,0,0,0.13);
  background: #fff;
  height: auto;
  display: block;
}

.ficha-evf-col-der {
  flex: 2;
  min-width: 320px;
  padding: 0 10px;
}

.ficha-evf-titulo {
  color: #0cae4b;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: none;
}

.ficha-evf-separador {
  border: none;
  border-top: 2px solid #0cae4b;
  margin: 0 0 18px 0;
}

.ficha-evf-subtitulo,
.ficha-evf-verde {
  color: #0cae4b !important;
  font-weight: 700;
  text-shadow: none;
}

.ficha-evf-icono {
  font-size: 1.1em;
  color: #0cae4b;
  font-weight: bold;
}

.ficha-evf-descripcion,
.ficha-evf-caracteristicas p,
.ficha-evf-tabla th,
.ficha-evf-tabla td {
  color: #222 !important;
  text-shadow: none;
  font-weight: 500;
}

.ficha-evf-descripcion {
  font-size: 1.08rem;
  margin-bottom: 1.2rem;
}

.ficha-evf-tabla {
  width: 100%;
  border-collapse: collapse;
  margin: 0.7rem 0 1.2rem 0;
  font-size: 1rem;
}

.ficha-evf-tabla-verde th {
  background: #16c45b !important;
  color: #fff !important;
  font-weight: bold;
  border: none;
  text-shadow: none;
}

.ficha-evf-tabla th, .ficha-evf-tabla td {
  border: 1px solid #c2eecf;
  padding: 10px 14px;
  text-align: left;
}

.ficha-evf-tabla td {
  background: #f6fff8;
}

.ficha-evf-caracteristicas p {
  font-size: 1.05rem;
  margin: 0 0 1.2rem 0;
  line-height: 1.6;
}

.ficha-evf-enlace {
  margin: 1.5rem 0;
  text-align: left;
}

.ficha-evf-enlace a {
  background: #16c45b;
  color: #fff !important;
  padding: 12px 28px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(22,196,91,0.10);
  transition: background 0.3s, box-shadow 0.3s;
  display: inline-block;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
  text-shadow: none;
}

.ficha-evf-enlace a:hover {
  background: #0cae4b;
  box-shadow: 0 4px 16px rgba(22,196,91,0.18);
}

.ficha-evf-boton-volver {
  margin-top: 1.2rem; /* Subido el botón */
  text-align: center;
}

.boton-evf-volver {
  background: #218838;
  color: #fff !important;
  padding: 12px 28px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
  margin-top: 0;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(33,136,56,0.10);
  transition: background 0.3s, box-shadow 0.3s;
  text-align: center;
  text-shadow: none;
}

.boton-evf-volver:hover {
  background: #166c2c;
  box-shadow: 0 4px 16px rgba(33,136,56,0.18);
}

/* Responsive */
@media (max-width: 700px) {
  .ficha-evf-container {
    flex-direction: column;
    max-width: 98vw;
    padding: 18px 4vw;
    gap: 18px;
    margin: 18px auto;
  }
  .ficha-evf-col-izq,
  .ficha-evf-col-der {
    max-width: 100%;
    min-width: unset;
    padding: 0;
    flex: unset;
  }
  .ficha-evf-img {
    max-width: 90vw;
    margin: 0 auto 18px auto;
    display: block;
  }
  .ficha-evf-titulo {
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
  }
  .ficha-evf-tabla th,
  .ficha-evf-tabla td {
    font-size: 0.98rem;
    padding: 8px 6px;
  }
  .ficha-evf-enlace a,
  .boton-evf-volver {
    width: 100%;
    font-size: 1rem;
    padding: 12px 0;
    box-sizing: border-box;
  }
  .ficha-evf-boton-volver {
    margin-top: 1.2rem;
    text-align: center;
  }
}
    /* fin css fichas tecnicas */

/* ficha tecnica impact */
.ficha-evf-boton-volver {
  margin-top: 1rem; /* Más arriba */
  text-align: center;
}

/* Ficha técnica morada - estilo único */
.ficha-morado-container {
  max-width: 1000px;
  min-width: 340px;
  margin: 40px auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 0 18px rgba(80, 40, 120, 0.10);
  padding: 38px 38px 28px 38px;
  font-family: 'Kanit', Arial, sans-serif;
  font-size: 1.15rem;
}

.ficha-morado-titulo {
  background: #6c3483;
  color: #fff;
  font-size: 1.15rem;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 7px 7px 0 0;
  margin: 32px 0 0 0;
  letter-spacing: 0.5px;
}

.ficha-morado-mt {
  margin-top: 28px;
}

.ficha-morado-descripcion {
  background: #ede7f6;
  color: #3d225a;
  padding: 14px 18px;
  border-radius: 0 0 7px 7px;
  font-size: 1.05rem;
  margin-bottom: 18px;
  margin-top: 0;
}

.ficha-morado-tabla {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 22px;
  font-size: 1.08rem;
}

.ficha-morado-tabla th,
.ficha-morado-tabla td {
  border: 1px solid #b39ddb;
  padding: 8px 12px;
  text-align: left;
}

.ficha-morado-tabla th {
  background: #6c3483;
  color: #fff;
  font-weight: bold;
}

.ficha-morado-tabla td {
  background: #f8f6fa;
  color: #3d225a;
}

.ficha-morado-tabla-cultivos th {
  background: #512e5f;
}

.ficha-morado-nota {
  color: #6c3483;
  font-size: 0.95rem;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 700px) {
  .ficha-evf-container {
    flex-direction: column;
    align-items: center;
    padding: 12px 2vw;
    gap: 10px;
    max-width: 100vw;
    box-sizing: border-box;
  }
  .ficha-evf-col-izq,
  .ficha-evf-col-der {
    max-width: 100%;
    min-width: unset;
    padding: 0;
    flex: none;
    width: 100%;
    box-sizing: border-box;
  }
  .ficha-evf-img {
    max-width: 260px;
    width: 90vw;
    margin: 0 auto 18px auto;
    display: block;
    height: auto;
  }
  .ficha-evf-titulo {
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
  }
  .ficha-evf-tabla th,
  .ficha-evf-tabla td {
    font-size: 0.98rem;
    padding: 8px 6px;
    word-break: break-word;
  }
  .ficha-evf-enlace a,
  .boton-evf-volver {
    width: 100%;
    font-size: 1rem;
    padding: 12px 0;
    box-sizing: border-box;
  }
  .ficha-evf-boton-volver {
    margin-top: 1.2rem;
    text-align: center;
  }
}

/* fin ficha tecnica impac */

/* ficha tecnica semillasvalle */


/* fin estilos modal semillasvalle */

/* estilos semillas del valle */

/* Contenedor del grid de productos */


/* Imagen dentro de la tarjeta */





/* Estilo para el contenedor de la imagen principal */
.fondo-principal{
    background-image: url(../img/fondo1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 47rem;
    width: 100%;
    margin-top: -1px;
    border-radius: 0 0 25px 25px;
}
.fondo-principalv2{
    background-image: url(../img/IMAGEN-FONDO.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 37rem;
    width: 100%;
    margin-top: -1px;
    border-radius: 0 0 25px 25px;
}

/* estilo para agricultor como imagen */
.img-agricultor{
    position: absolute;
    right: 40px;
    top: 35.79px;
    height: 33rem;
    margin-top: -1px;
    -webkit-filter: drop-shadow(1px 1px 20px rgba(105, 255, 45, 0.188));
            filter: drop-shadow(1px 1px 20px rgba(105, 255, 45, 0.188));
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.img-agricultor:hover{
    -webkit-filter:drop-shadow(1px 1px 30px rgba(77, 200, 28, 0.593));
            filter:drop-shadow(1px 1px 30px rgba(77, 200, 28, 0.593));
}
.fondo-nosotros{
    background-image: url(../img/fondo2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 40rem;
    width: 100%;
    margin-top: -1px;
    border-radius: 0 0 25px 25px;
}

/* css de contactanos */
 .contact-banner {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 600px;
  background-image: url('../img/Banner-orig-contac.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center; /* ✅ Centra el texto también horizontalmente */
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid #0c5515;
}

.contact-text {
  text-align: left;
  padding: 300px 20px 20px 20px; /* ⬅ Aumentamos el espacio arriba (padding-top) */
  border-radius: 10px;
  max-width: 90%;
}

/* Títulos principales */
.contact-text h2 {
  font-size: 4.3rem;
  color: #1baf13;
  font-weight: bold;
  margin-bottom: 15px;
  text-shadow: 2px 2px 5px rgb(7, 7, 7);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.contact-text h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #219c21;
  padding: 10px 15px;
  border-radius: 5px;
  width: 100%;
  margin-top: 5px;
  text-shadow: 2px 2px 5px hsl(0, 0%, 3%);
}

/* Hover efectos para h2 y h3 */
.contact-text h2:hover,
.contact-text h3:hover {
  transform: scale(1.05) translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* 🟡 Media query para tablets */
@media (max-width: 991px) {
  .contact-banner {
    height: 400px;
    padding: 15px;
    background-position: center;
  }

  .contact-text {
    max-width: 100%;
    padding: 10px;
    text-align: center; /* Opcional: centra texto en tablets */
  }

  .contact-text h2 {
    font-size: 3rem;
  }

  .contact-text h3 {
    font-size: 1.5rem;
    text-align: center;
  }
}

/* 🔵 Media query para celulares */
@media (max-width: 600px) {
  .contact-banner {
    flex-direction: column; /* ✅ Hace que el texto se acomode verticalmente */
    height: auto;
    padding: 20px 10px;
    background-position: left;
  }

  .contact-text {
    padding: 10px;
    max-width: 100%;
    text-align: center;
  }

  .contact-text h2 {
    font-size: 2.2rem;
  }

  .contact-text h3 {
    font-size: 1.4rem;
    text-align: center;
  }
}



/* FIN DE RESPONSIVE CSS DE CONTACTANOS */

.fondo-productos{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgb(2 65 0 / 50%)) ),url(../img/productos/fondo-productos.avif);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgb(2 65 0 / 50%) ),url(../img/productos/fondo-productos.avif);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgb(2 65 0 / 50%) ),url(../img/productos/fondo-productos.avif);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 25rem;
    width: 100%;
    margin-top: -1%;
    border-radius: 2% 1% 100% 100%;
    margin-bottom: 2%;
}

/* Estilo para el contenedor del texto para que quede encima del fondo principal */

.titulo-principal {
    font-size: 4rem;
    font-weight: revert;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -5px 4px 4px rgb(0 0 0 / 66%);
    z-index: 1;
}
.animated-text-section .animated-text {
    font-weight: revert;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -5px 4px 4px rgb(0 0 0 / 66%);
    z-index: 1;
    opacity: 0;
    -webkit-animation: fadeOut 1s ease-in-out forwards;
            animation: fadeOut 1s ease-in-out forwards;
    position: relative; /* Cambio para permitir que los textos se alineen debajo del otro */
    margin-bottom: 20px; /* Espacio entre los textos */
}

.animated-text-section .animated-text.active {
    visibility: visible; /* Hacer visibles los textos progresivamente */
    opacity: 1;
    -webkit-animation: fadeIn 1s ease-in-out forwards;
            animation: fadeIn 1s ease-in-out forwards;
}
.animated-text.hidden {
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.animated-text {
    visibility: hidden; /* Ocultar los textos antes de que cargue la página */
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; /* Para hacer la transición suave */
}


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}


@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
}


.titulo-principal.productos-titulo{
    padding-top: 5%;
    font-size: 3.5rem;
}
.titulo-principal-der{
    font-size: 4.5rem;
    font-weight: revert;
    text-align: right;
    text-transform: uppercase;
    text-shadow: -5px 4px 4px rgb(0 0 0 / 66%);
    margin-right: 15%;
}
.subtitulo-principal{
    font-size: 1.5rem;
    font-weight: inherit;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -5px 4px 4px rgb(0 0 0 / 66%);
}
.posicion-titulo-izq {
    padding: 9rem 23rem 10rem 5rem;
    margin-right: 20rem;
    text-shadow: 0 4px 4px rgb(0 0 0 / 50%);
    position: relative;
}


.titulo-principal, .subtitulo-principal, .titulo-principal-der{
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.titulo-principal:hover, .subtitulo-principal:hover, .titulo-principal-der:hover{
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
}
.posicion-titulo-der {
    padding: 7rem 10rem 10rem 30rem;
    margin-left: 20rem;
    text-shadow: 0 4px 4px rgb(0 0 0 / 50%);
}

figure {
    margin: revert;
}

/* Estilo para el contenedor del recuadro del titulo */
.titulo-izq{
    background-image: url('../img/TITULO-IZQUIERDA-osc.webp');
    background-repeat: no-repeat;
    height: 133px;
    width: 80vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            justify-content: flex-start;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    image-rendering: auto;
    


}
.titulo-izq-largo{
    background-image: url(../img/TITULO-IZQUIERDA-osc.webp);
    /* background-image: url('../img/titulo-largo.png'); */
    background-repeat: no-repeat;
    height: 133px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-size: 60% 120%;
}
.titulo-izq:hover, .titulo-izq-largo:hover{
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
}

/* Estilo ccs banner campesino */

/* .contenedor-principal {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
} */

 /* estilo banner campesino */
.contenedor-contacto {
  position: relative;
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 20px;
}

.imagen-contacto {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}

.texto-sobre-imagen {
  position: absolute;
  top: 15%;
  left: 5%;
  width: 30%;
  color: white;
  padding: 25px 15px 25px 30px; /* menos padding a la derecha */
  border-radius: 15px;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.943);
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(61, 53, 53, 0));
}

/* Efecto contenedor al pasar mouse */
.texto-sobre-imagen:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
  filter: brightness(1.1);
}

/* Títulos y texto */
.texto-sobre-imagen h2 {
  margin-bottom: 10px;
  font-size: 2.3rem;
  color: #24b71c;
  transition: transform 0.3s ease;
}

.texto-sobre-imagen p {
  font-size: 1.2rem;
  margin: 5px 0;
  font-weight: bold;
  transition: transform 0.3s ease;
}

/* Efecto de aumento al pasar el mouse */
.texto-sobre-imagen h2:hover {
  transform: scale(1.1);
}

.texto-sobre-imagen p:hover {
  transform: scale(1.05);
}

/* Responsive para tablets */
@media screen and (max-width: 768px) {
  .texto-sobre-imagen {
    width: 80%;
    left: 10%;
    top: 20%;
    padding: 20px;
  }

  .texto-sobre-imagen h2 {
    font-size: 1.8rem;
  }

  .texto-sobre-imagen p {
    font-size: 1rem;
  }
}

/* Responsive para celulares */
@media screen and (max-width: 480px) {
  .texto-sobre-imagen {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    margin: 15px auto;
    padding: 15px;
  }

  .imagen-contacto {
    height: auto;
  }

  .texto-sobre-imagen h2 {
    font-size: 1.6rem;
  }

  .texto-sobre-imagen p {
    font-size: 0.95rem;
  }
}


/* Responsive para celulares */
@media screen and (max-width: 480px) {
  .texto-sobre-imagen {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    margin: 15px auto;
    padding: 15px;
  }

  .imagen-contacto {
    height: auto;
  }

  .texto-sobre-imagen h2 {
    font-size: 1.6rem;
  }

  .texto-sobre-imagen p {
    font-size: 0.95rem;
  }
}

/* fin de css campesino */
/* Estilo para el contenedor del texto para que quede encima del fondo blanco */

.contenido-izq{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contenido-izq-nosotros{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

/* Estilos para el texto que va sobre el fondo blanco*/
.texto-izq{
    font-size: 1.5rem;
    font-weight: revert;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -2px 2px 4px rgba(13, 111, 8, 0.452);
    margin: 55px 0 30px 0;
    font-style: italic;
    padding:0 20px;
}
.texto-izq#nosotros-texto{
    padding: 35px 55px 0px 141px;
}

/* inicio para el arreglo de la section de contactanos. */




.contact-content {
color: green;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    font-size: 1.3rem;
    background-color: white;
}
.contact-title {
    font-size: 42px;
    font-weight: bold;
    color: white;
}
.contact-icon {
    font-size: 32px;
    color: white;
}
.contact-text {
    font-size: 28px;
    font-weight: bold;
    color: white;
}

.contact-header{
    margin-bottom: ;
}






/* fin de contactanos */

/* Estilos para el boton que quedara a la izquierda del texto*/


.boton-izq{
    width: 10.5em;
    height: 2.8em;
    margin: 0.5em;
    background: rgb(0, 128, 0);
    color: white;
    border: none;
    border-radius: 0.625em;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 0 0 34.5%;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 100;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.boton-izq:hover{
    color: green;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
}
.boton-izq:after{
    content: "";
    background: lightgreen;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    -webkit-transform: skewX(-45deg) scale(0, 1);
        -ms-transform: skewX(-45deg) scale(0, 1);
            transform: skewX(-45deg) scale(0, 1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.boton-izq:hover:after {
    -webkit-transform: skewX(-45deg) scale(1, 1);
        -ms-transform: skewX(-45deg) scale(1, 1);
            transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* boton contacto */
.boton-contacto {
    width: 10.5em;
    height: 2.8em;
    margin: 0.5em;
    background: green;
    color: white;
    border: none;
    border-radius: 0.625em;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto; /* Center the button horizontally */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.boton-contacto:hover{
    color: green;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
}
.boton-contacto:after{
    content: "";
    background: lightgreen;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    -webkit-transform: skewX(-45deg) scale(0, 1);
        -ms-transform: skewX(-45deg) scale(0, 1);
            transform: skewX(-45deg) scale(0, 1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.boton-contacto:hover:after {
    -webkit-transform: skewX(-45deg) scale(1, 1);
        -ms-transform: skewX(-45deg) scale(1, 1);
            transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

 /* carrusel con 2 imagenes de quienes somos */
.modo-carrusel {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.slider-box {
    width: 90%; /* Cambiado de 50% a 90% para mejor visualización en móvil */
    max-width: 900px;
    height: auto;
    margin: 50px auto 0;
    overflow: hidden;
    position: relative;
}

.slider-box ul {
    display: flex;
    padding: 0;
    width: 200%; /* Para 2 imágenes */
    animation: slide 10s infinite alternate ease-in-out;
    position: relative;
}

.slider-box li {
    width: 100%;
    list-style-type: none;
    position: relative;
    height: auto;
}

.slider-box img {
    width: 100%;
    height: auto;
    display: block;
}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    color: white;
    font-size: clamp(20px, 5vw, 30px);
    font-weight: bold;
    text-shadow:
        3px 3px 8px rgba(0, 0, 0, 0.9),
        -3px -3px 8px rgba(0, 0, 0, 0.9);
}

/* Video */
.video {
    width: 50%;
}

/* Animación para 2 imágenes */
@keyframes slide {
    0% { margin-left: 0; }
    45% { margin-left: 0; }
    55% { margin-left: -100%; }
    100% { margin-left: -100%; }
}

/* Texto quienes somos */
.text-inicio {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.texto-quienessomos {
    font-weight: revert;
    text-transform: uppercase;
    font-style: italic;
    font-size: clamp(14px, 2.5vw, 24px);
    line-height: 1.4;
    color: white;
    text-shadow:
        3px 3px 8px rgba(0, 0, 0, 0.9),
        -3px -3px 8px rgba(0, 0, 0, 0.9);
}

.fondo-texto {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1rem 3rem;
  border-radius: 8px;
  display: inline-block;
  overflow: hidden;
}

.fondo-texto::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  animation: shimmer 3s linear infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%) rotate(25deg);
  }
  100% {
    transform: translateX(100%) rotate(25deg);
  }
}






/* 🔄 Responsive para pantallas menores a 768px */
@media (max-width: 768px) {
    .slider-box {
        width: 100%;
        margin-top: 20px;
    }

    .text {
        font-size: clamp(16px, 4vw, 26px);
        padding: 0 1rem;
    }

    .texto-quienessomos {
        font-size: clamp(16px, 4vw, 26px);
    }

    .video {
        width: 100%;
    }
}



/* Puedes usar este para el segundo texto si lo deseas */
.imagen-campesino2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.texto2 {
    font-weight: bold;
    font-size: 2vw;
    color: white;
    text-transform: uppercase;
}

fin carrusel
/* seccion del video del abono */

/* carrusel nuevo */

/*Estilo para la barra de estadisticas*/

.fondo-estadistica{
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(120, 225, 119)), color-stop(40%, rgb(202, 243, 208)), color-stop(60%, rgb(202, 243, 208)), to(rgb(120, 225, 119)));
    background: -o-linear-gradient(bottom, rgb(120, 225, 119) 0%, rgb(202, 243, 208) 40%, rgb(202, 243, 208) 60%, rgb(120, 225, 119)  100%);
    background: linear-gradient(0deg, rgb(120, 225, 119) 0%, rgb(202, 243, 208) 40%, rgb(202, 243, 208) 60%, rgb(120, 225, 119)  100%);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    height: 162px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.texto-estadistica{
    font-size: 1.5rem;
    font-weight: revert;
    text-align: left;
    text-transform: uppercase;
    text-shadow: -2px 2px 4px rgba(13, 111, 8, 0.452);
    margin: 37px 106px 30px 144px;
    font-style: italic;
}
.contenedor-grid{
    display: -ms-grid;
    display: grid;
    display: -webkit-grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
}

/*Estilo para los contenedores de los items del grid*/

.contenedor-item{
    padding: 20px;
    background-color: transparent;
    border-radius: 20px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: -2px 2px 4px rgba(13, 111, 8, 0.452);
    font-style: italic;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/*Estilo para los textos de los servicios*/

.titulo-servicio{
    font-size: 1.25rem;
    margin: 10px 0;
    font-weight: revert;
    text-transform: uppercase;
    text-shadow: -2px 2px 4px rgba(36, 183, 28, 1);
    font-style: italic;
}

.texto-servicio{
    font-size: 1rem;
    font-weight: revert;
    text-transform: uppercase;
    font-style: italic;
}
.imagen-servicio{
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 10px 10px 30px 30px;
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
}
.imagen-servicio:hover{
    -webkit-animation: shake-img 0.5s infinite;
            animation: shake-img 0.5s infinite;
    -webkit-transition-timing-function: both;
         -o-transition-timing-function: both;
            transition-timing-function: both;
    background-color: #3dff469a;
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}

/*Estilo para la parte de testimonios */

.fondo-verde{
    background: #C1F7CD;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    padding-bottom: 3%;
}
.contenedor-testimonio{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 35%;
}
.contenedor-texto{
    margin-left:  20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
}
.contenedor-img {
  display: flex;          /* Activa modo fila */
  justify-content: center;
  align-items: center;
  gap: 20px;              /* Espacio entre las imágenes */
}

.img-nosotros {
  flex: 1;
  max-width: 70%;         /* Que cada imagen ocupe la mitad */
}

.img-nosotros img {
  width: 100%;            /* La imagen ocupa todo su contenedor */
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.img-nosotros img:hover {
  transform: scale(1.05); /* Efecto zoom al pasar el mouse */
}
@media (max-width: 768px) {
  .contenedor-img {
    flex-direction: column;
  }
  .img-nosotros {
    max-width: 100%;
  }
}

.mapa-col{
    margin-top: 20px;
    margin-left: 163px;
    margin-right: 20px;
}
/*Estilos para el footer*/
.linea-footer{
    background: -webkit-gradient(linear,left top, right top,from(#4EB848), color-stop(64%, #14640E), to(#14640E));
    background: -o-linear-gradient(left,#4EB848 0%, #14640E 64%, #14640E 100%);
    background: linear-gradient(to right,#4EB848 0%, #14640E 64%, #14640E 100%);
    height: 10px;
    width: 100%;
}
.footer{
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, #eaffe9), color-stop(97%, #b5f2b1));
    background: -o-linear-gradient(left, #eaffe9 35%, #b5f2b1 97%);
    background: linear-gradient(to right, #eaffe9 35%, #b5f2b1 97%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
}
.footer li {
    margin: 5px 0;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 1.2rem;
}
.footer-data li {
    text-transform: none;
}
.footer-section{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 200px;
            flex: 1 1 200px;
    margin: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.footer-section-logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer-logo{
    max-width: 300px;
}
.fas{
    font-size: 1.2rem;
    color: #0C2C0B;
    margin-right: 10px;
}
.footer a {
    font-style: italic;
    color:#0C2C0B;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.footer-text{
    font-size: .8rem;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -2px 2px 4px rgba(13, 111, 8, 0.452);
    font-style: italic;
}
.footer-small-text{
    font-size: .6rem;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -2px 2px 4px rgba(13, 111, 8, 0.452);
    font-style: italic;
}
.footer-title{
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -2px 2px 4px rgba(13, 111, 8, 0.452);
    font-style: italic;
}
.footer-links li{
    padding: 6px 0;
}
.footer-copy{
    background-color: #404040;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: white;
    padding: 10px;
}
.footer-copy p{
    font-size: .9rem;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -2px 2px 4px rgba(13, 111, 8, 0.452);
    font-style: italic;
}
/*Estilos para el formulario de contacto*/
*,
*:focus{
    outline: none;
}
.formulario{
    width: 500px;
    margin-top: 60px;
    background: #fff;
}
.form-item{
    position: relative;
    margin-bottom: 15px;
}
.form-item input{
    display: block;
    width: 100%;
    height: 60px;
    background: transparent;
    border: solid 1px #585858;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0 15px;
    border-radius: 18px;
    font-size: 1.4rem;
}
.form-item input:focus{
    border-color: rgb(9, 121, 11);
}
.form-item label{
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 13px;
    left: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    background: #fff;
    padding: 0 10px;
    color: #585858;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
}
.form-item input:focus + label,
.form-item input:valid + label{
    font-size: 0.8rem;
    top: -5px;
}
.form-item input:focus + label{
    color: rgb(9, 121, 11);
}
.form-item textarea{
    display: block;
    width: 100%;
    height: 100px;
    background: transparent;
    border: solid 1px #585858;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 23px 15px;
    border-radius: 18px;
    font-size: 1.2rem;
}
.form-item textarea:focus{
    border-color: rgb(9, 121, 11);
}
.form-item textarea + label{
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 13px;
    left: 10px;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    padding: 0 10px;
    color: #585858;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.form-item textarea:focus + label,
.form-item textarea:valid + label{
    font-size: 0.8rem;
    top: -5px;
}
.form-item textarea:focus + label{
    color: rgb(9, 121, 11);
}
.form-item button{
    display: block;
    width: 100%;
    height: 40px;
    background: #149A0A;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/*Slider infinito*/
#logo-greencrop{
    -o-object-fit: fill;
       object-fit: fill;
}
.contenedor-logos{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.flecha-izquierda, .flecha-derecha {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
    padding: 0 40px 0 40px;
    color:#062400;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.flecha-izquierda:hover, .flecha-derecha:hover{
    color:#98ff9a;
    -webkit-transform: translateY(-50%) scale(2.1);
        -ms-transform: translateY(-50%) scale(2.1);
            transform: translateY(-50%) scale(2.1);
}
.flecha-izquierda:active, .flecha-derecha:active{
    color:#25d52e;
    -webkit-transform: translateY(-50%) scale(2.1);
        -ms-transform: translateY(-50%) scale(2.1);
            transform: translateY(-50%) scale(2.1);
}
.flecha-izquierda {
    left: 10px;
}
.flecha-derecha {
    right: 10px;
}
.contenedor-logos::before,
.contenedor-logos::after {
    position: absolute;
    z-index: 1;
    content: "";
    width: 18%;
    height: 202px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), to(rgba(255,255,255,0)));
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    top: 0;
}
.contenedor-logos::after {
    right: 0;
    left: auto;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), to(rgba(255,255,255,0)));
    background: -o-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
.slide-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /* width: calc(250px * 12);
    animation: scroll 30s linear infinite; */
}
.slide {
    width: 250px; /* Ajusta el tamaño según sea necesario */
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-inline:-16px;
}
.contenedor-logos .slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}
.contenedor-logos .slide img{
    width: 166px;
    height: 100px;
    padding: 5px;
    -o-object-fit: contain;
       object-fit: contain;
    background-color: white;
    cursor: pointer;
    margin-block: 20px;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
                rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
                rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.contenedor-logos .slide img:hover{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.contenedor-logos .slide img{
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.contenedor-logos .slide img:not(:hover){
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.logo-deptos {
    width: 100%;
    height: auto;
    max-width: 150px; /* Ajusta el tamaño máximo según sea necesario */
    margin: 0 auto;
}
.logo-proveedor {
    width: 100%;
}

.fondo-figura-sede{
    background-image: url(../img/fondo-sede.webp);
    /* background-size: cover; */
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* background-position: center; */
    height: 47rem;
    width: 100%;
    margin-top: 60px;
    border-radius: 0 0 25px 25px;
}
.texto-izq-sede{
    font-size: 1.7rem;
    font-weight: revert;
    text-align: justify;
    text-shadow: 2px 0px 2px rgb(0 47 4);
    padding: 54px 0 30px 176px;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    margin-top: -33px;
}
.subtitulo-izq{
    background-image: url(../img/SUBTITULO.webp);
    background-repeat: no-repeat;
    height: 133px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    margin-top: 50px;
}
.subtitulo-seccion{
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: revert;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -2px 2px 4px rgba(36, 183, 28, 1);
    font-style: italic;
    margin: 27px 0 0 249px;
}
.fondo-contacto{
    background-image: url(../img/CONTACT-ASESOR.webp);
    background-repeat: no-repeat;
    height: 11rem;
    width: 100%;
    margin-top: 20px;
    -webkit-animation: aparecer ease-in-out both;
            animation: aparecer ease-in-out both;
    animation-timeline: view();
    animation-range: entry 10% cover 50%;
}
.contacto-asesores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: 100px;
}
.contacto-asesor {
    position: relative;
    width: 25%; /* Ajusta el ancho de las tarjetas */
    margin: 1%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.img-asesor {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.texto-overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
    color: white;
    width: 100%;
    height: 28%; /* Altura inicial */
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; /* Transición suave */
}
.contacto-asesor:hover .texto-overlay {
    height: 35%; /* Cambiar la altura al 100% */
}
.texto-asesores {
    margin: 5px 0;
    color: #ffffff;
    font-size: .8rem;
    font-weight: revert;
    text-transform: uppercase;
    text-shadow: -2px 1px 1px rgb(17 213 34 / 50%);
    font-style: italic;
    font-weight: bold;
}
.nombre-asesores {
    font-size: 1em; /* Tamaño más grande para el nombre */
    font-weight: bold;
    margin: 0;
}
.mapa-google{
    margin-top: -16px;
    margin-left: 0;
    margin-right: 27px;
    width: 50%;
    height: 50%;
    border-radius: 200px;
    padding: 0px 0 55px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;

}
.cont-texto-mapa{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /* margin-top: 20px; */
    margin-left: 20%;
}
.texto-izq-sub{
    font-size: 1.4rem;
    font-weight: revert;
    text-align: justify;
    text-shadow: -2px 1px 1px rgb(17 213 34);
    font-style: italic;
    /* font-weight: bold; */
    color: #062400;
    position: relative;
    top: 266px;
    margin-top: -7px;
    margin-inline: -25px;
}

/* estilo mapa de google*/
.mapa-google iframe{
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 0px 6px rgb(12 94 0);
            box-shadow: 0px 0px 0px 6px rgb(12 94 0);
    border-style: dashed;
}
.menu-res{
    display: none;
}

/*Keyframes para las animaciones*/

@-webkit-keyframes scroll{
    0%{
        -wevkit-transform: translateX(0);
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100%{
        -webkit-transform: translateX(calc(-250px * 6));
        transform: translateX(calc(-250px * 6));
    }
}

@keyframes scroll{
    0%{
        -wevkit-transform: translateX(0);
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100%{
        -webkit-transform: translateX(calc(-250px * 6));
        transform: translateX(calc(-250px * 6));
    }
}
@-webkit-keyframes aparecer {
    from {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        translate: 0 100px;
        scale: 0.01;
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        translate: 0 0;
        scale: 1;
        opacity: 1;
    }
}
@keyframes aparecer {
    from {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        translate: 0 100px;
        scale: 0.01;
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        translate: 0 0;
        scale: 1;
        opacity: 1;
    }
}
@-webkit-keyframes shake-img{
    0%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        opacity: 1;
    }
    25%{
        -webkit-transform: rotate(5deg);
                transform: rotate(5deg);
    }
    50%{
        -webkit-transform: rotate(-5deg);
                transform: rotate(-5deg);
    }
    75%{
        -webkit-transform: rotate(5deg);
                transform: rotate(5deg);
    }
    100%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        opacity: 1;
    }
}
@keyframes shake-img{
    0%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        opacity: 1;
    }
    25%{
        -webkit-transform: rotate(5deg);
                transform: rotate(5deg);
    }
    50%{
        -webkit-transform: rotate(-5deg);
                transform: rotate(-5deg);
    }
    75%{
        -webkit-transform: rotate(5deg);
                transform: rotate(5deg);
    }
    100%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        opacity: 1;
    }
}
@-webkit-keyframes titulo-mov-hover{
    0%{
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    100%{
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
}
@keyframes titulo-mov-hover{
    0%{
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    100%{
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
}
.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.check:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    /* background: rgba(34, 84, 38, 0.03); */
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #5c7d5f;
    stroke-width: 1.5;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}
.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}
.check:hover:before {
    opacity: 1;
}
.check:hover svg {
    stroke: #42f448;
}
#cbx:checked + .check svg {
    stroke: #42f448;
}
#cbx:checked + .check svg path {
    stroke-dashoffset: 60;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#cbx:checked + .check svg polyline {
    stroke-dashoffset: 42;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.15s;
         -o-transition-delay: 0.15s;
            transition-delay: 0.15s;
}
#LogoNosotros, #imgNosotros{
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
#LogoNosotros:hover, #imgNosotros:hover{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
/*ToTop*/
.ui-to-top {
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 100;
	width: 40px;
	height: 40px;
	font-size: 30px;
	line-height: 46px;
	color: #ffffff;
	background: #038d0c;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	-webkit-transition: .45s all ease-in-out;
	-o-transition: .45s all ease-in-out;
	transition: .45s all ease-in-out;
	-webkit-transform: translate3d(0, 100px, 0);
	        transform: translate3d(0, 100px, 0);
    border-radius: 50%;
}
.ui-to-top:hover {
	color: #ffffff;
	background: #003d01;
	text-decoration: none;
}
.ui-to-top:focus {
	color: #ffffff;
}
.ui-to-top.active {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.ui-to-top.fa{
    line-height: 1.3;
}
.burger{
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
}
.burger.active{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.linea{
    background: white;
    height: 4px;
    width: 30px;
    margin: 3px;
}
.nav-links{
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

/*Carrusel de testimonios*/
.testimonios {
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.testimonios-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.testimonio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    overflow: hidden;
    width: 100%;
    position: relative;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.testimonio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-block: 41px;
    padding-inline: 240px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.imagen-testimonio{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 20px;
}
.nombre-testimonio{
    font-size: 1rem;
    font-weight: revert;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -2px 2px 4px rgba(13, 111, 8, 0.452);
    margin-bottom: 5px;
    font-style: italic;
}
.nombre-empresa{
    font-size: .8rem;
    font-weight: revert;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -2px 2px 4px rgba(13, 111, 8, 0.452);
    /* margin: 37px; */
    font-style: italic;
}
.contenedor-imagen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px; /* Add space between image and text */
    padding-top: 20px;
}
.texto-testimonio{
    font-size: 1.2rem;
    font-weight: revert;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -2px 2px 4px rgba(13, 111, 8, 0.452);
    margin-top: 10px;
    font-style: italic;
    line-height: 1.60;
}
.testimonio.active {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}
.contenedor-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    margin-right: 20px;
}
.nav-btn {
    background-color: rgb(193, 247, 205);
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 2rem;
    color: rgb(8, 53, 6);
    padding: 10px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-btn:hover {
    /* background-color: rgba(0, 0, 0, 0.8); */
    color:#006d4c;
    -webkit-transform: translateY(-50%) scale(2.1);
        -ms-transform: translateY(-50%) scale(2.1);
            transform: translateY(-50%) scale(2.1);
}
.left-btn {
    left: 10px;
}
.right-btn {
    right: 10px;
}
.dots-container {
    /* text-align: center;
    margin-top: 20px; */
    position: absolute;
    left: 50%;
    bottom: 4px;
}
.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #9d9c9c;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.dot.active {
    background-color: #487948;
}
.dot:hover {
    background-color: #414141;
}
.contenedor-video{
    width: 200px;
    position: relative;
    display: inline-block;
}
    /* Estilos para el video en grande */
.video-grande {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1000;
}
.video-grande video {
    max-width: 90%;
    max-height: 90%;
}
.video-grande.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}
.video-grande .cerrar {
    position: fixed;
    top: 5px;
    right: 5px;
    font-size: 5rem;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.video-grande .cerrar:hover {
    color: #42f448;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contenedor-texto-video{
    margin-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    margin-top: -32px;
}
.texto-testimonio-video{
    font-size: 1.2rem;
    font-weight: revert;
    text-align: center;
    text-transform: math-auto;
    text-shadow: -2px 2px 4px rgba(13, 111, 8, 0.452);
    margin-top: 80px;
    font-style: italic;
    line-height: 1.60;
}
.imagen-video {
    width: 100%;
    max-width: 600px;
    cursor: pointer;
}
.icono-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 50px;
    border-radius: 50%;
    padding: 20px;
    cursor: pointer;
}
.icono-play i.fas.fa-play{
    color:white;
    font-size: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.icono-play i.fas.fa-play:hover{
    color: #42f448;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
}
/* Main content */
.section {
    background: #fff;
    margin: 20px 50px;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 90%;
}
.section h2 {
    color: #14640E;
    margin-bottom: 15px;
}
.section .content {
    line-height: 1.8;
}
main.legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 65px;
}
/* Clases de productos */
.proveedores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
}
.proveedor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.proveedor li {
    margin: 10px;
}
.proveedor-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border: 2px solid transparent;
    padding: 10px;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.proveedor-link img {
    max-width: 130px;
    margin-bottom: 10px;
    background-color: white;
}
.proveedor-link.selected {
    border-color: #089f10;
    background-color: #f7fff8;
}
.productos-proveedor {
    -moz-text-align-last: center;
         text-align-last: center;
}
.proveedor ul li {
    margin: 10px 0;
}
.proveedor{
    margin-bottom: 50px;
}
.proveedor ul li a {
    text-decoration: none;
    color: #14c423;
    cursor: pointer;
}
.proveedor ul li a:hover {
    text-decoration: underline;
}
.proveedor-productos {
    display: none;
    margin-top: 20px;
}
.proveedor-productos.active {
    display: block;
}
.proveedor-productos ul {
    list-style-type: none;
    padding: 0;
}
.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px;
    padding: 10px;
    border-radius: 4px;
    -webkit-box-shadow: gray 0px 0px 10px;
            box-shadow: gray 0px 0px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
/*greencrop*/
.item-biopesticidas{
    border-left: 4px solid var(--biopesticidas-greencrop);
}
.item-biorregulador{
    border-left: 4px solid var(--biorreguladores-greencrop);
}
.item-foliares{
    border-left: 4px solid var(--foliares-greencrop);
}
.item-coadyuvantes{
    border-left: 4px solid var(--coadyuvantes-greencrop);
}
.item-edaficos{
    border-left: 4px solid var(--edaficos-greencrop);
}
.item-fertirriego{
    border-left: 4px solid var(--fertirriegos-greencrop);
}

.item-fitoproteccion{
    border-left: 4px solid var(--fitoproteccion-greencrop);
}



/*Campofert*/
.item-foliares-campofert{
    border-left: 4px solid var(--foliares-campofert);
}
.item-bioestimulantes-campofert{
    border-left: 4px solid var(--bioestimulantes-campofert);
}
.item-fertirrigacion-campofert{
    border-left: 4px solid var(--fertirrigacion-campofert);
}
.item-edaficos-campofert{
    border-left: 4px solid var(--edaficos-campofert);
}
.item-coadyuvantes-campofert{
    border-left: 4px solid var(--coadyuvantes-campofert);
}
.item-especiales-campofert{
    border-left: 4px solid var(--especiales-campofert);
}

/*Vecol*/
.item-foliares-vecol{
    border-left: 4px solid var(--foliares-vecol);
}
.item-fungicidas-vecol{
    border-left: 4px solid var(--fungicidas-vecol);
}
.item-insecticidas-vecol{
    border-left: 4px solid var(--insecticidas-vecol);
}
.item-herbicidas-vecol{
    border-left: 4px solid var(--herbicidas-vecol);
}
/*allvet*/
.item-fungicidas-campoverde{
    border-left: 4px solid var(--fungicidas-campoverde);
}
.item-antiparasitarios-allvet{
    border-left: 4px solid var(--antiparasitarios-allvet);
}
.item-antibioticos-allvet{
    border-left: 4px solid var(--antibioticos-allvet);
}

.item-vitaminicos-allvet{
    border-left: 4px solid var(--antibioticos-allvet);
}



/*California*/

.item-maiz-semillasvalle{
    border-left: 4px solid var(--maiz-semillasvalle);
}

.item-maizblanco-semillasvalle{
    border-left: 4px solid var(--maiz-semillasvalle);
}

.card-image{
    width: 100%;
    height: 9rem;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition-duration: .7s;
         -o-transition-duration: .7s;
            transition-duration: .7s;
}

img#imagen-nitrollenado {
    block-size: auto;
    margin-top: -40px;
}
.titulo-card-item {
    font-size: 1.25em;
    color: #2c3e50;
    margin: 15px 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.titulo-card-item:hover {
    color: #108738;
    -webkit-transform: scale(1.12) translateY(5px);
        -ms-transform: scale(1.12) translateY(5px);
            transform: scale(1.12) translateY(5px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
}
.link-container::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #adadad;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.more-card-item {
    font-size: 1em;
    color: #108738;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 25px;
    background: #fff; /* Fondo blanco para resaltar el enlace */
    z-index: 1; /* Asegura que el enlace esté por encima de la línea */
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.more-card-item:hover {
    color: #003f04;
    text-shadow: 1px 1px 2px rgb(94, 255, 53), 0 0 1em rgb(26, 153, 31), 0 0 0.2em rgb(2, 109, 6);
    font-size: 1.2em;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(0px, -10px);
        -ms-transform: translate(0px, -10px);
            transform: translate(0px, -10px);
}
.product-item {
    /* display: none; */
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(20% - 20px);
            flex: 1 1 calc(20% - 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -ms-flex-line-pack: baseline;
        align-content: baseline;
}
.product-item h4 {
    text-align: center;
    margin: 10px 20px;
}
.product-item a {
    /* display: block; */
    text-align: center;
    /* color: blue; */
    text-decoration: none;
}
.product-item a:hover {
    text-decoration: underline;
}
.item.product-item:hover{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.card-image:hover{
    -webkit-transform: scale(1.13) translate(10px, 5px);
        -ms-transform: scale(1.13) translate(10px, 5px);
            transform: scale(1.13) translate(10px, 5px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*FMC*/
.item-herbicidas-fmc.fmc-card .card-image,
.item-insecticidas-fmc.fmc-card .card-image,
.item-fungicidas-fmc.fmc-card .card-image,
.item-insecticidas-acaricidas-fmc.fmc-card .card-image,
.item-nematicidas-insecticidas-fmc.fmc-card .card-image,
.item-nutricion-vegetal-fmc.fmc-card .card-image {
    background-size: 150px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 4px 0 0;
}
.item-herbicidas-fmc.fmc-card{
    border-left: 4px solid var(--herbicidas-fmc);
}
.item-insecticidas-fmc.fmc-card{
    border-left: 4px solid var(--insecticidas-fmc);
}
.item-fungicidas-fmc.fmc-card{
    border-left: 4px solid var(--fungicidas-fmc);
}
.item-insecticidas-acaricidas-fmc.fmc-card{
    border-left: 4px solid var(--insecticidas-acaricidas-fmc);
}
.item-nematicidas-insecticidas-fmc.fmc-card{
    border-left: 4px solid rgb(0, 92, 185);
}
.item-otros-productos-fmc.fmc-card {
    border-left: 4px solid var(--otros-productos-fmc);
}
.item.item-herbicidas, .item.item-insecticidas, .item.item-fungicidas, .item.item-insecticidas-acaricidas, .item.item-nematicidas-insecticidas, .item.item-nutricion-vegetal{
    padding: 0;
}
ul.lista {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.lista {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.lista .item {
    text-align: center;
}
.lista .item img {
    max-width: 200px;
    display: block;
    margin: 0 auto 10px;
}
.card-categoria {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    /* width: 160px; */
    /* height: 158px; */
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0px 15px 0 15px;
    margin: 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.card-categoria:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
/*fmc*/
.herbicidas.titulo-fmc.card-categoria {
    border-left: 3px solid var(--herbicidas-fmc);
}
.insecticidas.titulo-fmc.card-categoria {
    border-left: 3px solid var(--insecticidas-fmc);
}
.fungicidas.titulo-fmc.card-categoria {
    border-left: 3px solid var(--fungicidas-fmc);
}
.insecticidas-acaricidas.titulo-fmc.card-categoria {
    border-left: 3px solid var(--insecticidas-acaricidas-fmc);
}
.otros-productos.titulo-fmc.card-categoria {
    border-left: 3px solid var(--otros-productos-fmc);
}
.herbicidas.titulo-fmc.card-categoria:hover,.herbicidas.card-categoria.selected {
    background-color: rgba(var(--herbicidas-fmc-r), var(--herbicidas-fmc-g), var(--herbicidas-fmc-b), 0.222);
}
.insecticidas.titulo-fmc.card-categoria:hover,.insecticidas.card-categoria.selected{
    background-color: rgba(var(--insecticidas-fmc-r), var(--insecticidas-fmc-g), var(--insecticidas-fmc-b), 0.222);
}
.fungicidas.titulo-fmc.card-categoria:hover,.fungicidas.card-categoria.selected{
    background-color: rgba(var(--fungicidas-fmc-r), var(--fungicidas-fmc-g), var(--fungicidas-fmc-b), 0.222);
}
.insecticidas-acaricidas.titulo-fmc.card-categoria:hover,.insecticidas-acaricidas.card-categoria.selected{
    background-color: rgba(var(--insecticidas-acaricidas-fmc-r), var(--insecticidas-acaricidas-fmc-g), var(--insecticidas-acaricidas-fmc-b), 0.222);
}
.otros-productos.titulo-fmc.card-categoria:hover,
.otros-productos.card-categoria.selected{
    background-color: rgba(var(--otros-productos-fmc-r), var(--otros-productos-fmc-g), var(--otros-productos-fmc-b), 0.222);
}
.titulo-fmc.card-categoria:hover{
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.foliares.campofert-titulo.card-categoria{
    border-left: 3px solid var(--foliares-campofert);
}
.bioestimulantes.campofert-titulo.card-categoria{
    border-left: 3px solid var(--bioestimulantes-campofert);
}
.fertirrigacion.campofert-titulo.card-categoria{
    border-left: 3px solid var(--fertirrigacion-campofert);
}
.edaficos.campofert-titulo.card-categoria{
    border-left: 3px solid var(--edaficos-campofert);
}
.coadyuvantes.campofert-titulo.card-categoria{
    border-left: 3px solid var(--coadyuvantes-campofert);
}
.especiales.campofert-titulo.card-categoria{
    border-left: 3px solid var(--especiales-campofert);
}
.foliares.campofert-titulo.card-categoria:hover,.foliares.campofert-titulo.card-categoria.selected {
    background-color: rgba(var(--foliares-campofert-r), var(--foliares-campofert-g), var(--foliares-campofert-b), 0.222);
}
.bioestimulantes.campofert-titulo.card-categoria:hover,.bioestimulantes.campofert-titulo.card-categoria.selected {
    background-color: rgba(var(--bioestimulantes-campofert-r), var(--bioestimulantes-campofert-g), var(--bioestimulantes-campofert-b), 0.222);
}
.fertirrigacion.campofert-titulo.card-categoria:hover, .fertirrigacion.campofert-titulo.card-categoria.selected {
    background-color: rgba(var(--fertirrigacion-campofert-r), var(--fertirrigacion-campofert-g), var(--fertirrigacion-campofert-b), 0.222);
}
.edaficos.campofert-titulo.card-categoria:hover, .edaficos.campofert-titulo.card-categoria.selected {
    background-color: rgba(var(--edaficos-campofert-r), var(--edaficos-campofert-g), var(--edaficos-campofert-b), 0.222);
}
.coadyuvantes.campofert-titulo.card-categoria:hover, .coadyuvantes.campofert-titulo.card-categoria.selected {
    background-color: rgba(var(--coadyuvantes-campofert-r), var(--coadyuvantes-campofert-g), var(--coadyuvantes-campofert-b), 0.222);
}
.especiales.campofert-titulo.card-categoria:hover, .especiales.campofert-titulo.card-categoria.selected {
    background-color: rgba(var(--especiales-campofert-r), var(--especiales-campofert-g), var(--especiales-campofert-b), 0.222);
}
.campofert-titulo.card-categoria:hover{
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.insecticidas.titulo-vecol.card-categoria {
    border-left: 3px solid var(--insecticidas-vecol);
}
.insecticidas.titulo-vecol.card-categoria:hover,.insecticidas.titulo-vecol.card-categoria.selected{
    background-color: rgba(var(--insecticidas-vecol-r), var(--insecticidas-vecol-g), var(--insecticidas-vecol-b), 0.222);
}
.titulo-vecol.card-categoria:hover{
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.herbicidas.titulo-vecol.card-categoria {
    border-left: 3px solid var(--herbicidas-vecol);
}
.herbicidas.titulo-vecol.card-categoria:hover,.herbicidas.titulo-vecol.card-categoria.selected{
    background-color: rgba(var(--herbicidas-vecol-r), var(--herbicidas-vecol-g), var(--herbicidas-vecol-b), 0.222);
}
.fungicidas.titulo-vecol.card-categoria {
    border-left: 3px solid var(--fungicidas-vecol);
}
.fungicidas.titulo-vecol.card-categoria:hover,.fungicidas.titulo-vecol.card-categoria.selected{
    background-color: rgba(var(--fungicidas-vecol-r), var(--fungicidas-vecol-g), var(--fungicidas-vecol-b), 0.222);
}
.foliares.titulo-vecol.card-categoria {
    border-left: 3px solid var(--foliares-vecol);
}
.foliares.titulo-vecol.card-categoria:hover,.foliares.titulo-vecol.card-categoria.selected{
    background-color: rgba(var(--foliares-vecol-r), var(--foliares-vecol-g), var(--foliares-vecol-b), 0.222);
}

.card-categoria img {
    width: 160px;
    height: 183px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: -25px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.card-categoria h3 {
    font-size: 1.2rem;
    font-weight: bold;
    /* margin-bottom: 10px; */
}
.card-categoria-greencrop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 160px;
    height: 158px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px 0 8px 0px;
    margin: 10px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.card-categoria-greencrop:hover,.card-categoria-greencrop.selected {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.card-categoria-greencrop.selected{
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
}
.card-categoria-greencrop.biopesticidas{
    background-color: var(--biopesticidas-greencrop);
}
.card-categoria-greencrop.biorregulador{
    background-color: var(--biorreguladores-greencrop);
}
.card-categoria-greencrop.foliares{
    background-color: var(--foliares-greencrop);
}
.card-categoria-greencrop.coadyuvantes{
    background-color: var(--coadyuvantes-greencrop);
}
.card-categoria-greencrop.edaficos{
    background-color: var(--edaficos-greencrop);
}
.card-categoria-greencrop.fertirriego{
    background-color: var(--fertirriegos-greencrop);
}
.card-categoria-greencrop.fitoproteccion{
    background-color: var(--fitoproteccion-greencrop);
}



.card-categoria-greencrop img {
    width: 160px;
    height: 183px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: -25px;
}
.card-categoria-greencrop h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.categorias{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 60px;
}
h3.titulo-categoria {
    background-color: white;
    -webkit-box-shadow: gray 0px 5px 10px 0px;
            box-shadow: gray 0px 5px 10px 0px;
    border-radius: 0 0 5px 5px;
    color: #082500;
}
h3.titulo-categoria-blanco {
    text-shadow: white;
    color: rgb(31, 43, 33);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.herbicidas.card-categoria:hover h3.titulo-categoria-blanco#herbicidas-titulo,
.herbicidas.card-categoria.selected h3.titulo-categoria-blanco#herbicidas-titulo {
    color: rgb(58, 27, 0);
    text-shadow: -2px -1px 5px rgb(255, 185, 65);
}

.insecticidas.card-categoria:hover h3.titulo-categoria-blanco#insecticidas-titulo,
.insecticidas.card-categoria.selected h3.titulo-categoria-blanco#insecticidas-titulo {
    color: rgb(5, 0, 59);
    text-shadow: -2px -1px 5px rgb(61, 113, 172);
}

.fungicidas.card-categoria:hover h3.titulo-categoria-blanco#fungicidas-titulo,
.fungicidas.card-categoria.selected h3.titulo-categoria-blanco#fungicidas-titulo {
    color: rgb(48, 0, 54);
    text-shadow: -2px -1px 5px rgb(204, 89, 253);
}

.otros-productos.card-categoria:hover h3.titulo-categoria-blanco#otros-productos-titulo,
.otros-productos.card-categoria.selected h3.titulo-categoria-blanco#otros-productos-titulo {
    color: rgb(30, 59, 0);
    text-shadow: -2px -1px 5px rgb(165, 255, 75);
}

.nutricion-vegetal.card-categoria:hover h3.titulo-categoria-blanco#nutricion-vegetal-titulo,
.nutricion-vegetal.card-categoria.selected h3.titulo-categoria-blanco#nutricion-vegetal-titulo {
    color: rgb(0, 53, 51);
    text-shadow: -2px -1px 5px rgb(84, 255, 246);
}
/*NITROSOIL*/
.fertilizantes-compuestos-complejos.card-categoria,.fertilizantes-mezclas-fisicas.card-categoria,.fertilizantes-especializados.card-categoria,.fertilizantes-simples.card-categoria{
    padding: 0;
    width: 250px;
}
.fertilizantes-compuestos-complejos.card-categoria h3,.fertilizantes-mezclas-fisicas.card-categoria h3,.fertilizantes-especializados.card-categoria h3,.fertilizantes-simples.card-categoria h3{
    width: 250px;
    margin-bottom: 0;
    height: 56px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fertilizantes-compuestos-complejos.card-categoria.selected h3{
    background-color: var(--cc-nitrofert);
    color: white;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fertilizantes-mezclas-fisicas.card-categoria.selected h3{
    background-color: var(--mf-nitrofert);
    color: white;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fertilizantes-especializados.card-categoria.selected h3{
    background-color: var(--especializados-nitrofert);
    color: white;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fertilizantes-simples.card-categoria.selected h3{
    background-color: var(--simples-nitrofert);
    color: white;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*ALLVET*/

.vitaminicos.titulo-allvet.card-categoria{
    border-top: 4px solid var(--vitaminicos-allvet);
}
.antiparasitarios.titulo-allvet.card-categoria{
    border-top: 4px solid var(--antiparasitarios-allvet);
}
.antibioticos.titulo-allvet.card-categoria{
    border-top: 4px solid var(--antibioticos-allvet);
}
.card-categoria:hover img, .card-categoria.selected img{
    width: 245px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.antibioticos.titulo-allvet.card-categoria:hover,.antibioticos.titulo-allvet.card-categoria.selected{
    background-color: rgba(var(--antibioticos-allvet-r), var(--antibioticos-allvet-g), var(--antibioticos-allvet-b), 0.222);
}
.antiparasitarios.titulo-allvet.card-categoria:hover,.antiparasitarios.titulo-allvet.card-categoria.selected{
    background-color: rgba(var(--antiparasitarios-allvet-r), var(--antiparasitarios-allvet-g), var(--antiparasitarios-allvet-b), 0.222);
}
.vitaminicos.titulo-allvet.card-categoria:hover,.vitaminicos.titulo-allvet.card-categoria.selected{
    background-color: rgba(var(--vitaminicos-allvet-r), var(--vitaminicos-allvet-g), var(--vitaminicos-allvet-b), 0.222);
}


.titulo-allvet.card-categoria{
    border-left: 2.5px solid rgb(0, 132, 64);
}

a.texto-categoria {
    text-decoration: none;
}
.contenedor-titulo-proveedor {
    background-color: #216e00;
    padding: 10px 20px;
    max-width: 70%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 50px 36%;
}
.titulo-proveedor {
    color: white;
    font-size: 2.1em;
    margin: 0;
}
.contenedor-subtitulo-proveedor {
    background-color: #216e00;
    padding: 10px 20px;
    border-radius: 50px 36%;
    max-width: 70%;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin: 0 auto;
}
.subtitulo-proveedor {
    color: white;
    font-size: 1.85em;
    margin: 0;
}
.product-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    gap: 0px;
    margin-inline: 13%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* flex-direction: row; */
    /* justify-content: space-between; */
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    margin-top: 30px;
}
.titulo-saat.card-categoria{
    background-color: #ffffff;
    border: #216e00 2px solid;
    border-radius: 39% 12%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}
.titulo-saat.card-categoria h3{
    color: #216e00;
    background-color: revert;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.titulo-saat.card-categoria:hover{
    background-color: #7fdd36;
    border: #216e00 2px solid;
    border-radius: 39% 12%;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.titulo-saat.card-categoria.selected{
    background-color: #7fdd36;
    border: #216e00 2px solid;
    border-radius: 39% 12%;
    -webkit-transform: scale(1.18);
        -ms-transform: scale(1.18);
            transform: scale(1.18);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.titulo-saat.card-categoria:hover h3.titulo-agrexcel.card-categoria.selected h3{
    color: #044f00;
    text-shadow: -2px -1px 5px #57ff41;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.titulo-agrexcel.card-categoria{
    background-color: #ffffff;
    border: #216e00 2px solid;
    border-radius: 12% 39%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}
.titulo-agrexcel.card-categoria h3{
    color: #216e00;
    background-color: revert;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.titulo-agrexcel.card-categoria:hover{
    background-color: #016e00;
    border: #012f00 2px solid;
    border-radius: 12% 39%;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.titulo-agrexcel.card-categoria.selected{
    background-color: #016e00;
    border: #012f00 2px solid;
    border-radius: 12% 39%;
    -webkit-transform: scale(1.18);
        -ms-transform: scale(1.18);
            transform: scale(1.18);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.titulo-agrexcel.card-categoria:hover h3,.titulo-agrexcel.card-categoria.selected h3{
    color: #ffffff;
    text-shadow: -2px -1px 5px #57ff41;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* Estilos generales para el contenedor */
.link-web {
    text-align: center;
    margin: 20px 0;
    padding: 10px;
    background-color: #f7f7f7; /* Color de fondo del contenedor */
    border-radius: 8px; /* Bordes redondeados */
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra */
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s /* Transiciones */
}
/* Estilos para el enlace */
.link-web a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff; /* Color del texto */
    background-color: #0eb019; /* Color de fondo del enlace */
    text-decoration: none; /* Sin subrayado */
    font-size: 16px; /* Tamaño de fuente */
    border-radius: 4px; /* Bordes redondeados del enlace */
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s; /* Transiciones */
}
/* Efecto hover para el contenedor */
.link-web:hover {
    background-color: #e0e0e0; /* Cambia el color de fondo al hacer hover */
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* Aumenta la sombra */
}
/* Efecto hover para el enlace */
.link-web a:hover {
    background-color: #0eb019; /* Cambia el color de fondo del enlace al hacer hover */
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); /* Mueve ligeramente el enlace hacia arriba */
}
/* Estilos generales */
.category-name {
    font-size: 13px;
    margin-top: 0px;
    -moz-text-align-last: left;
         text-align-last: left;
    margin-left: -10px;
    padding-inline: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 0px 5px 5px 0;
    color: white;
    text-transform: uppercase;
}

/* Estilos específicos por categoría */
/*Categorias de FMC*/
.category-insecticidas-acaricidas.provider-proveedor1 {
    background-color: var(--insecticidas-acaricidas-fmc);
}
.category-insecticidas.provider-proveedor1{
    background-color: var(--insecticidas-fmc);
}
.category-fungicidas.provider-proveedor1 {
    background-color: var(--fungicidas-fmc);
}
.category-herbicidas.provider-proveedor1{
    background-color: var(--herbicidas-fmc);
}
.category-inoculante-de-suelos.provider-proveedor1 {
    background-color: var(--otros-productos-fmc);
}
.category-fertilizantes-foliares.provider-proveedor1 {
    background-color: var(--otros-productos-fmc);
}
.category-reguladores.provider-proveedor1 {
    background-color: var(--otros-productos-fmc);
}
.category-reguladores-de-crecimiento.provider-proveedor1 {
    background-color: var(--otros-productos-fmc);
}
.category-tratamiento-de-semillas.provider-proveedor1{
    background-color: var(--otros-productos-fmc);
}

/*Categorias de Greencrop*/
.category-biopesticidas.provider-proveedor2 {
    background-color: var(--biopesticidas-greencrop);
}
.category-biorregulador.provider-proveedor2 {
    background-color: var(--biorreguladores-greencrop);
}
.category-foliares.provider-proveedor2 {
    background-color: var(--foliares-greencrop);
}
.category-coadyuvantes.provider-proveedor2 {
    background-color: var(--coadyuvantes-greencrop)
}
.category-edaficos.provider-proveedor2 {
    background-color: var(--edaficos-greencrop);
}
.category-fertirriego.provider-proveedor2 {
    background-color: var(--fertirriegos-greencrop);
}
.category-fitoproteccion.provider-proveedor2 {
    background-color: var(--fitoproteccion-greencrop);
}


/*Categorias de Nitrofert*/
.category-compuestos-complejos.provider-proveedor4  {
    background-color: var(--cc-nitrofert);
    color: white;
}
.category-mezclas-fisicas.provider-proveedor4 {
    background-color: var(--mf-nitrofert);
    color: white;
}
.category-especializados.provider-proveedor4  {
    background-color: var(--especializados-nitrofert);
    color: white;
}
.category-simples.provider-proveedor4  {
    background-color: var(--simples-nitrofert);
    color: white;
}
/*Categorias de Agrexcel y Saat*/
.category-insecticidas.provider-proveedor6, .category-insecticidas.provider-proveedor5 {
    background-color: rgb(45, 138, 17);
}
.category-herbicidas.provider-proveedor6, .category-herbicidas.provider-proveedor5 {
    background-color: rgb(11, 90, 28);
}
.category-fungicidas.provider-proveedor6.proveedor8, .category-fungicidas.provider-proveedor5 {
    background-color: rgb(67, 185, 21);
}
.category-tratamiento-de-semillas.provider-proveedor6, .category-tratamiento-de-semillas.provider-proveedor5 {
    background-color: rgb(45, 138, 17);
}
.category-nutricion.provider-proveedor6, .category-nutricion.provider-proveedor5 {
    background-color: rgb(11, 90, 28);
}
.category-fitoreguladores.provider-proveedor6,.category-fitoreguladores.provider-proveedor5 {
    background-color: rgb(35, 185, 15); /* o cualquier color que desees */
}



/* Estilo base de la etiqueta */
.etiqueta-vertical {
  position: absolute;
  top: 6px;
  left: 6px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 3px;
  z-index: 2;
  text-transform: uppercase;
}

/* Colores personalizados según categoría y proveedor agrexcel*/
.category-fungicidas.provider-proveedor6 {
  background-color: rgb(67, 185, 21); /* verde */
}

/*campofert*/
.category-foliares.provider-proveedor3{
    background-color: var(--foliares-campofert);
}
.category-bioestimulantes.provider-proveedor3{
    background-color: var(--bioestimulantes-campofert);
}
.category-fertirrigacion.provider-proveedor3{
    background-color: var(--fertirrigacion-campofert);
}
.category-edaficos.provider-proveedor3{
    background-color: var(--edaficos-campofert);
}
.category-coadyuvantes.provider-proveedor3{
    background-color: var(--coadyuvantes-campofert);
}
.category-especiales.provider-proveedor3{
    background-color: var(--especiales-campofert);
}
/*Vecol*/
.category-insecticidas.provider-proveedor7 {
    background-color: var(--insecticidas-vecol);
}
.category-herbicidas.provider-proveedor7 {
    background-color: var(--herbicidas-vecol);
}
.category-fungicidas.provider-proveedor7 {
    background-color: var(--fungicidas-vecol);
}
.category-foliares.provider-proveedor7{
    background-color: var(--foliares-vecol);
}

/*Categorias de Allvet*/
.category-jabotasico.provider-proveedor8 {
    background-color: var(--vitaminicos-allvet);
}
.category-jabotasico.provider-proveedor8 {
    background-color: var(--antiparasitarios-allvet);
}
.category-oxicloruro.provider-proveedor8 {
    background-color: var(--antibioticos-allvet);
}

/*California*/
/* modal- ver productos */


.category-maiz.provider-proveedor10{
    background-color: var(--maiz-california);
}
.category-fumigadora.provider-proveedor9{
    background-color: #004b3a;
}

.btn-volver{
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #216e00;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* Estilos para el modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    background-color: #fff;
    margin: 1% auto;
    padding: 20px;
    border: 5px solid var(--modal-header-bg-color);
    width: 80%;
    max-width: 800px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.close, .close-modal {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus,
.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-image {
    width: 25rem;
    height: auto;
    border-radius: 10px;
    margin-block: 15px
}

#modal-imagen{
    max-width: 20vw;
    max-height: 50vh;
}
#modalImage-fmc{
    max-width: 50vw;
    max-height: 50vh;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.modal-body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px;
}
.modal h4 {
    text-align: center;
    margin-bottom: 20px;
}

.modal-text{
    text-align: center;
    margin: 20px;

}

/*modal nitrosoil*/
.contenido-modal{
    background-color: #fff;
    margin: 1% auto;
    padding: 20px;
    border: 5px solid var(--modal-header-bg-color);
    width: 80%;
    max-width: 800px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
/* Estilos para la tabla */
#modalTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
#modalTable th,
#modalTable td {
    border: 1px solid #ddd;
    padding: 8px;
}
#modalTable tr:nth-child(even) {
    background-color: #f9f9f9;
}
#modalTable tr:hover {
    background-color: #ddd;
}
#modalTable th,
#modalTable td {
    padding: auto 15px;
}
#modalTable th {
    background-color: var(--modal-header-bg-color, rgb(212, 51, 42));
    color: white;
    text-align: left;
    font-weight: normal;
}
/* Estilos para la tabla */
#modalCultivosTableFMC {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
#modalCultivosTableFMC th,
#modalCultivosTableFMC td {
    border: 1px solid #ddd;
    padding: 8px;
}
#modalCultivosTableFMC tr:nth-child(even) {
    background-color: #f9f9f9;
}
#modalCultivosTableFMC tr:hover {
    background-color: #ddd;
}
#modalCultivosTableFMC th,
#modalCultivosTableFMC td {
    padding: auto 15px;
}
#modalCultivosTableFMC th {
    background-color: var(--modal-header-bg-color, rgb(212, 51, 42));
    color: white;
    text-align: left;
    font-weight: normal;
}

/* Estilos para la descripcion de productos */
.title-description {
    font-size: 1.5rem;
    margin: 0.5rem;
    color: #ffffff;
    background-color: var(--modal-header-bg-color);
}
.modal-description{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#modalDescription {
    font-size: 1.2rem;
    margin: 0.5rem;
    color: #333;
}
.error-container {
    text-align: center;
    margin: 100px auto;
    padding: 20px;
}
.error-container .logo {
    width: 150px;
    margin-bottom: 20px;
}
.error-title {
    font-size: 3em;
    color: #014a00;
    margin: 20px 0;
}
.error-description {
    font-size: 1.5em;
    margin: 10px 0;
}
.error-link a {
    color: #043800;
    text-decoration: none;
    font-size: 1.2em;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.error-link a:hover {
    color: #24e04a;
}
/* Eliminar el resaltado azul en dispositivos móviles */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Para navegadores WebKit */
    outline: none; /* Elimina el borde del enfoque en navegadores que no son WebKit */
}
/* Asegúrate de que los elementos interactivos sigan teniendo una indicación de enfoque */
a, button, input, textarea {
    outline: none; /* Elimina el borde del enfoque predeterminado */
}
#contenido-capacitaciones {
    display: -ms-grid;
    display: grid;
    display: -webkit-grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    -webkit-grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    padding: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 100px;
    padding-inline: 20px;
}
.capacitacion {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.capacitacion:hover {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.capacitacion img,
.capacitacion .video-placeholder {
    width: 100%;
    height: auto;
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    display: block;
}
.capacitacion h2 {
    font-size: 1.2rem;
    margin: 0.5rem;
    color: #333;
}
.capacitacion p {
    font-size: 0.9rem;
    margin: 0.5rem;
    color: #666;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.capacitacion a {
    display: block;
    margin: 0.5rem;
    padding: 0.5rem;
    text-align: center;
    background: #28a745;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.capacitacion a:hover {
    background: #218838;
}

#titulo-capacitacion {
    margin-top: 20px;  /* Ajusta el valor según lo que necesites */
}


.capacitacion .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.capacitacion:hover .overlay{
    opacity: 1;
    cursor: pointer;
}
.overlay .lupa{
    font-size: 2rem;
    color: white;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1000;
}
.modal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}
.modal video,
.modal img {
    max-width: 80vw;
    max-height: 80vh;
}

/* Estilos para el ícono de "play" */
.video-placeholder {
    position: relative;
}
.play-icon i.fas.fa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 2rem;
    color: white;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.play-icon i.fas.fa-play:hover {
    color: #42f448;
}


/* No cambiar ninguno de estos estilos solo téngalos en cuenta */
.titulo-izq {
    background-image: url('../img/TITULO-IZQUIERDA-osc.webp');
    background-repeat: no-repeat;
    height: 133px;
    width: 80vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    image-rendering: auto;
}

.titulo-seccion {
    color: #cbf9c9;
    font-size: 2.2rem;
    font-weight: revert;
    text-align: left; /* Alinea el texto a la izquierda */
    text-transform: uppercase;
    text-shadow: -2px 2px 4px rgba(36, 183, 28, 1);
    margin: 32px 255px;
    font-style: italic;
}

.margin-izq {
    margin: -30px 0 -58px -106px;
}

.texto-izq {
    font-size: 1.5rem;
    font-weight: revert;
    text-align: center;
    text-transform: math-auto;
    text-shadow: -2px 2px 4px rgba(13, 111, 8, 0.452);
    margin: 55px 0 30px 0;
    font-style: italic;
    padding: 0 20px;
}

/* Estos estilos y ID también los puede modificar para que quede responsive en todos los tamaños */
.contenido-izq-nosotros {
    -webkit-box-flex: 1;
    
            flex: 1;
}

.titulo-seccion#nosotros-titulo {
    margin: 0 255px;
}


.logo-deptos {
    width: 200px;
    height: 60px;
    margin: 0 auto;
}


a.link-productos-testimonio{
    color: #004718;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 25px;
    z-index: 1; /* Asegura que el enlace esté por encima de la línea */
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.link-productos-testimonio:hover{
    color: #005906;
    text-shadow: 1px 1px 2px rgb(94, 255, 53), 0 0 1em rgb(26, 153, 31), 0 0 0.2em rgb(2, 109, 6);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(0px, -10px);
        -ms-transform: translate(0px, -10px);
            transform: translate(0px, -10px);
}
/* Ajustes individuales para los logos */
#arauca, #cesar, #norte, #bolivar, #guajira, #santander {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#arauca:hover, #cesar:hover, #norte:hover, #bolivar:hover, #guajira:hover, #santander:hover {
    -webkit-transform: scale(1.21);
        -ms-transform: scale(1.21);
            transform: scale(1.21);
}

input#searchInput{
    width: 50%;
    padding: 10px;
    font-size: 1.2em;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 20%;
    margin-bottom: 10px;
;
}
.suggestions {
    position: inherit;
    border: 1px solid #ccc;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    margin-left: 20%;
    width: 50%;
    margin-bottom: 10px;
    border-radius: 5px;
    display: none;
    margin-top: -10px;
}
.suggestion-item {
    padding: 8px;
    cursor: pointer;
}
.suggestion-item:hover {
    background-color: #6cef55;
}

/* .item.product-item{
    box-shadow: #6cef55 0px 0px 10px 5px;
    transform: scale(1.07);
} */
 /* Clase para resaltar el producto seleccionado */
.highlighted {
    border: 2px solid rgb(203, 255, 195); /* Color de borde para resaltar */
    -webkit-box-shadow: 0 0 10px 5px rgb(143 255 125 / 80%);
            box-shadow: 0 0 10px 5px rgb(143 255 125 / 80%);/* Sombra alrededor del elemento */
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; /* Suaviza la transición */
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07); /* Aumenta ligeramente el tamaño */
}

/* Estilos para el fondo del modal *//* Estilos para el fondo del modal */
#ModalProducto {
    display: none; /* Ocultar por defecto */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro semi-transparente */
}

/* Estilos para el contenido del modal */
/* Estilos generales para todos los modales */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7); /* Fondo oscuro semi-transparente */
}

.contenido-modal {
    background-color: #ffffff;
    margin: 3% auto;
    padding: 25px;
    border-radius: 12px;
    width: 80%;
    max-width: 1200px;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    -webkit-animation: slide-down 0.3s ease-out;
            animation: slide-down 0.3s ease-out;
}

@-webkit-keyframes slide-down {
    from {
        -webkit-transform: translateY(-50px);
                transform: translateY(-50px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-down {
    from {
        -webkit-transform: translateY(-50px);
                transform: translateY(-50px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

/* Botón de cerrar */
.modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.modal .close:hover,
.modal .close:focus {
    color: #333;
    text-decoration: none;
}

/* Estilos para la estructura del modal */
.modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
}

.modal-image {
    max-width: 100%;
    max-height: 300px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.modal-content-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    -ms-flex-item-align: normal;
        -ms-grid-row-align: normal;
        align-self: normal;
}

.modal-content-right {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

.modal-info {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

/* Estilos para los títulos */
.modal-title, .modal h3, .modal h4, .modal h5 {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #009029;
    margin-bottom: 15px;
}
.modal-title {
    font-size: 28px;  /* Tamaño de fuente mayor para resaltar el título */
    font-weight: bold;  /* Fuente en negrita para darle énfasis */
    color: #009029;  /* Color de texto oscuro para buena legibilidad */
    text-align: center;  /* Centrado del texto */
    margin-bottom: 20px;  /* Espacio debajo del título */
    padding-bottom: 10px;  /* Espacio interno debajo del título */
    border-bottom: 2px solid #009124;  /* Línea inferior de color que coincide con otros elementos de la interfaz */
    text-transform: uppercase;  /* Convertir el texto a mayúsculas */
    letter-spacing: 1.5px;  /* Espaciado entre letras para un toque estilístico */
    position: relative;  /* Posicionamiento relativo para añadir decoraciones */
}

/* Efecto de sombra y decoración */
.modal-title::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;  /* Ajuste de la posición debajo del borde inferior */
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;  /* Ancho de la decoración */
    height: 4px;  /* Altura de la decoración */
    background-color: #009124;  /* Color que coincide con el borde inferior */
    border-radius: 2px;  /* Bordes redondeados */
}

/* Estilo para el hover del título */
.modal-title:hover {
    color: #009029;  /* Cambio de color en hover */
    border-bottom-color: #009029;  /* Cambio de color en el borde inferior */
}

.modal-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 25px;
    height: 2px;
    background-color: #009029;
    border-radius: 2px;
}

#modalTitle{
    font-size: 24px;
    color: #232b27;
    padding-bottom: 5px;
    margin-top: 20px;
}
.modal h4.title-description{
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.modal h4 {
    font-size: 24px;
}

.modal h3, .modal h5 {
    font-size: 20px;
    color: #0cbb40;
    border-bottom: 2px solid #0cbb40;
    padding-bottom: 5px;
    margin-top: 20px;
}

/* Estilos para la descripción y textos */
.modal-description p, .modal-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 10px;
}

/* Estilo para el enlace de la página oficial del producto */
.modal-product-link {
    color: #0cbb40;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline-block;
    margin-top: 0px;
}

.modal-product-link:hover {
    color: #009029;
    text-decoration: underline;
}

/* Estilos para la tabla */
.modal-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.modal-table th, .modal-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 16px;
}

.modal-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.info-text {
    font-size: 14px;
    color: #777;
    margin-top: 20px;
    text-align: justify;
}

/* Estilos para secciones colapsables */
.collapsible-title {
    cursor: pointer;
    font-weight: bold;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.collapsible-title:hover {
    color: #134723;
    border-bottom:2px solid  #134723;

}
.collapsible-title .toggle-icon {
    font-size: 12px;
    margin-left: 8px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.collapsible-content {
    display: none;
    margin-top: 10px;
}

.collapsible-title.active .toggle-icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); /* Gira la flecha hacia arriba cuando está activo */
    color: #0cbb40; /* Opcional: cambia el color cuando está activo */
}

.collapsible-title.active {
    color: #0cbb40; /* Opcional: cambia el color del título cuando está activo */

}
.collapsible-title.active:hover{
    color: #134723;
    border-bottom:2px solid  #134723;
}
.collapsible-title.active:hover .toggle-icon {
    color: #134723;
}

h5.collapsible-title.titulo-campofert{
    color: var(--modal-header-bg-color);
    border-color: var(--modal-header-bg-color);
}
h5.collapsible-title.active .toggle-icon.titulo-campofert{
    color: var(--modal-header-bg-color);
}

h5.collapsible-title.fmc-titulo{
    color: var(--modal-header-bg-color);
    border-color: var(--modal-header-bg-color);
}
h5.collapsible-title.active .toggle-icon.fmc-titulo{
    color: var(--modal-header-bg-color);
}
.fmc-titulo.collapsible-title:hover{
    color: var(--modal-header-bg-color);
    border-bottom:2px solid  var(--modal-header-bg-color);
    -webkit-filter: hue-rotate(37deg);
    filter: hue-rotate(37deg);
}
.titulo-campofert.collapsible-title:hover{
    color: var(--modal-header-bg-color);
    border-bottom:2px solid  var(--modal-header-bg-color);
    -webkit-filter: hue-rotate(37deg);
    filter: hue-rotate(37deg);
}
.modal-title.titulo-campofert{
    color: var(--modal-header-bg-color);
    border-color: var(--modal-header-bg-color);
}
.titulo-campofert.modal-title::before{
    background-color: var(--modal-header-bg-color);
}
.titulo-campofert.modal-title::after{
    background-color: var(--modal-header-bg-color);
}
.modal-product-link.titulo-campofert{
    color: var(--modal-header-bg-color);
}
.modal h5.titulo-campofert{
    color: var(--modal-header-bg-color);
    border-color: var(--modal-header-bg-color);
}
.modal-table.titulo-campofert th{
    background-color: var(--modal-header-bg-color);
    color: white;
    border-color: #000
}
.modal-table.titulo-campofert td{
    border-color: #8b8b8b;
    background-color: #fefeff;
}
.titulo-campofert.modal-table tr:nth-child(even) td{
    background-color: #e3e3e3;
}
.titulo-campofert.modal-table tr:hover td{
    background-color: var(--modal-header-bg-color);
}
h5.collapsible-title.titulo-vecol{
    color: var(--modal-header-bg-color);
    border-color: var(--modal-header-bg-color);
}
h5.collapsible-title.active .toggle-icon.titulo-vecol{
    color: var(--modal-header-bg-color);
}
.titulo-vecol.collapsible-title:hover{
    color: var(--modal-header-bg-color);
    border-bottom:2px solid  var(--modal-header-bg-color);
    -webkit-filter: hue-rotate(37deg);
    filter: hue-rotate(37deg);
}
.modal-title.titulo-vecol{
    color: var(--modal-header-bg-color);
    border-color: var(--modal-header-bg-color);
}
.titulo-vecol.modal-title::before{
    background-color: var(--modal-header-bg-color);
}
.titulo-vecol.modal-title::after{
    background-color: var(--modal-header-bg-color);
}
.modal-product-link.titulo-vecol{
    color: var(--modal-header-bg-color);
}
.modal h5.titulo-vecol{
    color: var(--modal-header-bg-color);
    border-color: var(--modal-header-bg-color);
}
.modal-table.titulo-vecol th{
    background-color: var(--modal-header-bg-color);
    color: white;
    border-color: #000
}
.modal-table.titulo-vecol td{
    border-color: #8b8b8b;
    background-color: #fefeff;
}
.titulo-vecol.modal-table tr:nth-child(even) td{
    background-color: #e3e3e3;
}
.titulo-vecol.modal-table tr:hover td{
    background-color: var(--modal-header-bg-color);
}


/* Responsividad */
@media screen and (max-width: 768px) {
    .modal-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .modal-image {
        max-width: 80%;
        margin: 0 auto;
    }
}

/* Estilos para la tabla en general */
.modal-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

/* Estilos para los encabezados de la tabla */
.modal-table th {
    background-color: #98FF98; /* Verde menta claro */
    color: #2c5034; /* Un color oscuro para contraste */
    font-weight: bold;
    padding: 12px;
    text-align: left;
    border-bottom: 2px solid #6BCB77; /* Verde más oscuro */
}

/* Estilos para las celdas de la tabla */
.modal-table td {
    background-color: #E8F5E9; /* Verde muy claro */
    color: #333; /* Texto oscuro para legibilidad */
    padding: 12px;
    border-bottom: 1px solid #A5D6A7; /* Verde suave para las líneas */
}

/* Alterna el color de fondo para las filas */
.modal-table tr:nth-child(even) td {
    background-color: #C8E6C9; /* Un verde un poco más oscuro para alternar filas */
}

/* Estilo para hover sobre las filas */
.modal-table tr:hover td {
    background-color: #81C784; /* Verde biche al pasar el ratón */
    color: white; /* Texto blanco para mejor contraste en hover */
}

/* Ajustes para que las celdas de la tabla no se encimen */
.modal-table td, .modal-table th {
    white-space: normal;
}

/* Bordes redondeados para toda la tabla */
.modal-table {
    border-radius: 10px;
    overflow: hidden;
}

/* Bordes redondeados en los encabezados */
.modal-table th:first-child {
    border-top-left-radius: 10px;
}

.modal-table th:last-child {
    border-top-right-radius: 10px;
}

#modalImageGreencrop{
    max-width: 20vw;
}

#mensajeExito {
    display: none; /* Oculto por defecto */
    background-color: #d4edda; /* Verde claro */
    color: #155724; /* Verde oscuro */
    border: 1px solid #c3e6cb; /* Borde verde claro */
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

#mensajeExito.show {
    display: block; /* Mostrar cuando se añade la clase 'show' */
}

.mision-vision{
    display: -ms-grid;
    display: grid;
    display: -webkit-grid;
    gap: 0;
    margin-top: 5px;
    font-size: 1.5rem;
}

/* Estilo general para la sección de fumigadora */
/* Estilo general para la sección de fumigadora */


.proveedor-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
}

.titulo-fumigadora {
    font-size: 24px;
    color: #004031;
}

.proveedor-logo {
    width: 150px;
    height: auto;
}

.fumigadora-descripcion {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.caracteristicas-lista {
    list-style-type: disc;
    margin-left: 20px;
}

.caracteristicas-lista li {
    margin-bottom: 5px;
}

/* Sección de repuestos y accesorios */
.repuestos-accesorios {
    margin-top: 30px;
}

.titulo-repuestos {
    font-size: 20px;
    color: #006411;
    margin-bottom: 15px;
    text-transform: uppercase;

}

/* Contenedor para las tres tablas */
.tabla-accesorios-contenedor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}

/* Tabla de accesorios */
.tabla-accesorios {
    width: 32%; /* Hacemos que cada tabla ocupe un tercio del espacio */
    border-collapse: collapse;
    margin-top: 10px;
}

.tabla-accesorios th,
.tabla-accesorios td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.tabla-accesorios th {
    background-color: #008314;
    color: white;
}

.tabla-accesorios tr:nth-child(even) {
    background-color: #f2f2f2;
}

.tabla-accesorios tr:hover {
    background-color: #e6ffe6;
}

.item.product-item.item-fumigadora{
    background-color: #f9fffb;
    padding: 20px;
    border-radius: 10px;
    margin-inline: 20rem;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.card-image.fumigadora-image{
    height: 20rem;
    position: relative;
    display: block;
    border-radius: 10px;
}
.item{
    cursor: pointer;
}
.titulo-card-item.fumigadora-titulo{
    font-size: 1.8em;
    text-transform: uppercase;
}
.proveedor-link.tequendama-proveedor{
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color:#000;
    font-family: cursive;
}

.tabla-fumigadora th:first-child{
    border-top-left-radius: 0px;
}



.video-grande {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-grande.show {
    opacity: 1;
    visibility: visible;
}

.video-grande iframe {
    width: 80%;
    height: 80%;
    border-radius: 8px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.video-grande .cerrar {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}

.imagen-allvet,.imagen-california{
    max-width: 140px;
    height: auto;
}

.imagen-novedad{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-block: 15px
}

.bloque-centro-final {
  text-align: center;
}
/* estilos modal maiz */
/* Oculta otras secciones que no quieres ver */


#modalCalifornia .collapsible-title {
  background-color: #fff;
  border: 1px solid #00a651;
  border-radius: 10px;
  color: #00a651;
  font-weight: bold;
  padding: 10px 15px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 16px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: background-color 0.3s;
}

#modalCalifornia .botones-colapsables {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


#modalCalifornia .modal-text {
  padding: 12px 18px;
  border-left: 4px solid #00a651;
  background-color: #f9f9f9;
  border-radius: 5px;
  font-size: 15px;
  margin-top: 5px;
}

/* Enlace al producto */
#modalCalifornia .enlace-producto {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  color: #00a651;
  font-size: 16px;
}

#modalCalifornia .enlace-producto a {
  color: #00a651;
  text-decoration: none;
}

#modalCalifornia .enlace-producto a:hover {
  text-decoration: underline;
}

#modalCalifornia .modal-info {
  display: block !important;
}

#modalCalifornia .collapsible-title {
  display: block !important;
  width: 100%;
  margin: 10px 0 !important;
  background: none !important;
  border: none !important;
  padding: 8px 0 !important;
  box-shadow: none !important;
  font-weight: bold;
  font-size: 19px;
  color: #00a651; /* Cambiado a verde */
  text-align: center; /* Centrado */
}

#modalCalifornia .collapsible-content {
  font-size: 17px;
  line-height: 1.6;
}


#proveedor10 .subtitulo-card-item {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: -5px;
  color: #444;
  transition: transform 0.3s ease, color 0.3s ease;
}

#proveedor10 .subtitulo-card-item:hover {
  transform: scale(1.1);
  color: #009540; /* verde exacto de la imagen */
}

.modal-california {
  border: 4px solid #FFD700; /* amarillo dorado */
  border-radius: 15px;
  padding: 20px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#modalCalifornia .collapsible-content {
  display: none;
}

#modalCalifornia .collapsible-title.active + .collapsible-content {
  display: block;
}

@media (max-width: 768px) {
  #modalCalifornia .modal-body {
    flex-direction: column;
    align-items: center;
  }

  #modalCalifornia .modal-content-left,
  #modalCalifornia .modal-content-right {
    width: 100%;
    text-align: center;
  }

  #modalCalifornia .modal-image {
    max-width: 80%;
    height: auto;
  }

  #modalCalifornia .modal-title {
    font-size: 18px;
  }

  #modalCalifornia .collapsible-title {
    font-size: 16px;
  }

  #modalCalifornia .modal-text {
    font-size: 15px;
  }
}



/* Estilos generales para el carrusel */
#carouselDestacados {
    width: 80vw;
    height: 90vh;
    max-width: 1200px;
    margin: 5px auto;
    align-content: space-between;
}

/* Estilos para la imagen del producto principal */
.carousel-item img {
    max-width: 80%;
    max-width: 400px;
    height: 550px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Texto de producto */
.texto-producto {
    max-width: 600px;
    color: #333;
    margin-top: 20px;
    overflow: visible;
}

.texto-producto h3 {
    font-size: 2rem;
    color: #333;
    font-weight: 700;
}

.texto-producto p {
    font-size: 1rem;
    margin-top: 10px;
    color: #666;
}

.btn-primary {
    background-color: rgb(15, 139, 50);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.btn-primary:hover {
    background-color: rgb(0, 128, 38);
    -webkit-box-shadow: 0 4px 15px rgb(0, 56, 0);
            box-shadow: 0 4px 15px rgb(0, 56, 0);
}

/* Estilos para los videos */
.media-producto iframe {
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    margin: 0 10px;
}

/* Controladores del carrusel */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.8);
}

.fade-in {
    -webkit-animation: fadeIn 0.8s ease-in-out;
            animation: fadeIn 0.8s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Estilos del carrusel */

.hrem-carousel {
    height: auto;
    max-height: 100vh; /* Ajustar la altura máxima del contenedor del carrusel */
    overflow: visible;
}

/* Estilo de los elementos del carrusel */
.carousel-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white; 
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
}

.carousel-item {
    text-align: center;
    background-color: white;  /* Para que el contenido quede dentro de un recuadro blanco */
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Sombras suaves */
    max-height: 90vh;
    height: auto;
    padding: 20px;
}

/* Unificar tamaños de imágenes y videos */
.carousel-item img {
    width: 100%;
    max-width: 322px;
    
    max-height: 500px;
    border-radius: 5px;
}

.texto-producto img.img-fluid{
    max-width: 15%;
    height: auto;
    border-radius: 10px;
}
.texto-producto {
    text-align: center;
    margin-top: 15px;
    max-width: 600px; /* Alinear ancho con el de las imágenes */
}

.texto-producto p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
    margin-inline: 13px;
}

.btn {
    background-color: rgb(15, 139, 50);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: rgb(0, 128, 38);
}

/* Ajuste del tamaño de los videos y las imágenes en pantallas pequeñas */
@media (max-width: 992px) {
    .carousel-item {
        max-height: 85vh;
        padding: 10px;
    }

    .media-producto iframe {
        max-width: 90%;
        height: auto;
    }

    .text-producto {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .media-producto iframe,
    .carousel-item img {
        width: 100%;
        max-width: 100%;
    }

    .btn {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .carousel-item {
        padding: 5px;
    }

    .media-producto iframe {
        height: 200px; /* Ajuste de altura para pantallas muy pequeñas */
    }

    .btn {
        font-size: 0.9rem;
        padding: 8px 10px;
    }
}

/* Ajustes de los controles del carrusel */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 38%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 15px 15px; /* Ajustar tamaño del ícono */
}

.carousel-control-prev {
    left: -50px;
}

.carousel-control-next {
    right: -50px;
}

@media (max-width: 768px) {
    .carousel-control-prev, .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    .carousel-control-prev {
        left: 5px;
    }

    .carousel-control-next {
        right: 5px;
    }
}


h1#titulo-capacitacion {
    margin-top: 20px;      /* Espacio arriba */
    margin-bottom: 20px;   /* Espacio abajo para separarlo de las tarjetas */
    font-size: 2.5rem;
    color: #046a00;
    text-align: center;
    line-height: 1.2;
}

@media (max-width: 768px) {
    h1#titulo-capacitacion {
        font-size: 1.5rem;
    }
}

#contenido-capacitaciones {
    padding-top: 10px; /* antes era 100px */
}


.mapa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
}

/* Estilos base del mapa */
.colombia-mapa, .departamento {
    fill: #1c5b26;
    -webkit-transition: fill 0.5s ease;
    -o-transition: fill 0.5s ease;
    transition: fill 0.5s ease;
    /* width: 100%; */
}

/* Colores resaltados por cultivo */
.resaltar {
    fill: #52e320;
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cultivo {
    position: relative;
    display: none;
    font-size: 24px;
}

.cultivo img {
    width: 25px;
    height: 25px;
}


/* Animación de aparición de cultivos */
.fade-in {
    -webkit-animation: fadeIn 0.5s forwards;
            animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}



.mapa {
    position: relative; /* Esto asegura que los elementos posicionados dentro del mapa se ubiquen correctamente */
    width: 100%; /* Ajusta el ancho al contenedor */
    height: auto;
}

.colombia-mapa {
    max-width: 500px; /* Ajusta el tamaño del mapa según sea necesario */
    height: auto;
}
.cultivo {
    position: absolute; /* Permite ubicar los iconos en coordenadas específicas dentro del mapa */
    display: none; /* Mantiene los iconos ocultos inicialmente */
    font-size: 24px;
}

.cultivo img {
    width: 25px;
    height: 25px;
}

/* Asegúrate de ajustar correctamente la ubicación de cada cultivo */
#icono-bolivar {
    top: 30%;
    left: 49%;
}
#icono-santander {
    top: 37%;
    left: 52%;
}
#icono-nortesantander {
    top: 30%;
    left: 56%;
}
#icono-cesar {
    top: 22%;
    left: 52%;
}
#icono-arauca {
    top: 37%;
    left: 65%;
}
#icono-guajira {
    top: 13%;
    left: 56%;
}
#icono-atlantico{
    top: 15%;
    left: 45%;
}
#icono-magdalena {
    top: 19%;
    left: 47%;
}

.alcance-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -200px;
}
#nosotros-texto-izq{
    padding: 35px 55px 0px 141px;
    font-size: 2rem;
}

/* Estilos generales */
.sedes-section {
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 10px;
    margin: 20px auto;
    width: 90%;
}

.sedes-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
}

.sede-btn {
    background-color: #c8e6c9;
    color: #388e3c;
    padding: 10px 20px;
    margin: 0 10px;
    border: none;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    outline: none;
}

.sede-btn:hover {
    background-color: #81c784;
    color: white;
}

.sede-btn.active {
    background-color: #4caf50;
    color: white;
    font-weight: bold;
    border-bottom: 2px solid #4caf50;
}

.contenedor-info-mapa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
}

.info-sede {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #e8f5e9;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mapa-google {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
}

.titulo-sede {
    font-size: 1.82rem;
    font-weight: bold;
    color: #388e3c;
    margin-bottom: 10px;
    text-align: center;
}

.direccion-sede, .telefono-sede, .email-sede {
    font-size: 18px;
    color: #555;
    margin-bottom: 10px;
}
.direccion-sede{
    font-size: 1.52rem;

}
.direccion-sede i, .telefono-sede i, .email-sede i {
    margin-right: 10px;
    color: #388e3c;
}

#iframe-mapa {
    border-radius: 10px;
    width: 100%;
    height: 400px;
}

@media (max-width: 768px) {
    .contenedor-info-mapa {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}


@-webkit-keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0px #25d36657;
                box-shadow: 0 0 0 0px #25d36657;
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
                box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}


@keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0px #25d36657;
        box-shadow: 0 0 0 0px #25d36657;
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

@-webkit-keyframes shake {
    0% { -webkit-transform: translateX(0); transform: translateX(0) };
    25% { -webkit-transform: translateX(5px); transform: translateX(5px) };
    50% { -webkit-transform: translateX(-5px); transform: translateX(-5px) };
    75% { -webkit-transform: translateX(5px); transform: translateX(5px) };
    100% { -webkit-transform: translateX(0); transform: translateX(0) };
}

@keyframes shake {
    0% { -webkit-transform: translateX(0); transform: translateX(0) };
    25% { -webkit-transform: translateX(5px); transform: translateX(5px) };
    50% { -webkit-transform: translateX(-5px); transform: translateX(-5px) };
    75% { -webkit-transform: translateX(5px); transform: translateX(5px) };
    100% { -webkit-transform: translateX(0); transform: translateX(0) };
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float:hover {
    text-decoration: none;
    color: #FFF;
    background-color:#1ab152;
    -webkit-animation: shake 1s;
    animation: shake 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.my-float{
    margin-top:16px;
}

img#logo-vecol-productos{
    width: 75%;
}

.instagram-publicidad {
    margin-top: 10px;
    text-align: center;
}

.instagram-publicidad img:hover {
    transform: scale(1.1);
}

.instagram-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}	

.instagram-publicidad {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;  /* Se ajusta al ancho disponible */
}

.burbuja {
    position: fixed;
    right: 5%;
    bottom: 10%;
    min-width: 250px;
    max-width: 350px;
    max-height: 90vh; /* Evita que se salga de la pantalla */
    background-color: rgb(140, 212, 152);
    border: 3px solid #004d00; /* Verde oscuro */
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding: 2%;
    z-index: 1000;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    overflow: hidden; /* Evita que el contenido sobresalga */

}

.cerrar {
    position: absolute;
    top: 5%;
    right: 5%;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    min-width: 25px;
    min-height: 25px;
    font-size: 80%;
}

.cerrar:hover {
    background: darkred;
}

.contenido-instagram {
    width: auto;
    height: auto;
}

/* Ajuste responsive */
@media screen and (max-width: 768px) {
    .burbuja {
        width: 40%;
        right: 5%;
        bottom: 8%;
    }
}
.instagram-hover {
    position: relative;
    display: inline-block;
}

.instagram-hover a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff; /* Color inicial del icono */
    font-size: 20px;
    transition: color 0.3s ease-in-out;
}

.instagram-hover i {
    font-size: 24px;
    transition: color 0.3s ease-in-out;
}

/* Tooltip (oculto por defecto) */
.instagram-hover .tooltip {
    position: absolute;
    bottom: -8px;
    left: 315%;
    transform: translateX(-50%);
    background-color: #d1fcbd; /* Color de Instagram */
    color: #006411;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-weight: bolder;
}

/* Efecto hover */
.instagram-hover:hover i {
    color: #86ed57; /* Rojo de Instagram */

}

.instagram-hover:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px);
}

.burbuja {
    position: fixed;
    right: 5%;
    bottom: 10%;
    width: 25%;
    min-width: 250px;
    max-width: 350px;
    max-height: 90vh;
    background-color: white;
    border: 3px solid #004d00;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding: 10px;
    z-index: 1000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centra el contenido */
    justify-content: center;
}

.cerrar {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cerrar:hover {
    background: darkred;
}

.contenido-instagram {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.instagram-media {
    width: 100% !important;
    max-width: 100%;
    margin: auto;
}
