/* Clase para aplicar estilo de bloque */
.block {
  display: block;
  /*margin-bottom: 0.5em; */
}

/* Clase para aplicar estilo de bloque en línea */
.inline-block {
  display: inline-block;
}

.bold-600 {
  font-size: 17px;
  font-weight: 600;
}

.facts-number-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  font-family: var(--font-alt);
}

/* Oculta el grid mientras las imágenes se cargan */
.works-grid.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Muestra el grid cuando las imágenes están listas */
.works-grid.visible {
  opacity: 1;
  visibility: visible;
}

.border-rainbow-green {
  border-color: #2a7d6b !important;
}

.border-rainbow-white {
  border-color: #fff !important;
}

.text-rainbow-green {
  color: #2a7d6b !important;
}

.text-rainbow-light-green {
  color: #aed44b !important;
}

.text-rainbow-solid-green {
  color: #287d6b !important;
}

.text-rainbow-solid-white {
  color: #fff !important;
}

.text-rainbow-white {
  color: #fff !important;
}

.text-rainbow-gray {
  color: #5b5b5b;
}

.text-rainbow-bold {
  color: #565656;
}

.text-rainbow-dark-green {
  color: #003431 !important;
}
/**********
box de service en home
***********/
.bg-rainbow-box {
  background-color: #86b255 !important;
  color: #ffffff;
}

.bg-growing-box {
  background-color: #fcb727 !important;
  color: #ffffff;
}

.bg-partners-box {
  background-color: #3f489e !important;
  color: #ffffff;
}

.bg-bio-box {
  background-color: #2b0e48 !important;
  color: #ffffff;
}

.bg-design-box {
  background-color: #26a699 !important;
  color: #ffffff;
}

.bg-rainbow-green {
  background-color: #2a7d6b;
}

.bg-rainbow-light-green {
  background-color: #aed44b;
}

.bg-rainbow-light-green2 {
  background-color: #f3f8ee;
}

.bg-rainbow-solid-green {
  background-color: #003431;
}

.bg-synthesis {
  background-color: #287d6b;
  color: #ffffff;
}

.bg-formulation {
  background-color: #003431;
  color: #ffffff;
}

.bg-registration {
  background-color: #f3bd21;
  color: #000;
}

.bg-packaging {
  background-color: #25a699;
  color: #ffffff;
}

.bg-delivery {
  background-color: #5c3982;
  color: #ffffff;
}

.bg-manufacturing {
  background-color: #cd9450;
  color: #000;
}

.bg-growing-box {
  background-color: #335d5a;
  color: #ffffff;
}

.bg-partners-box {
  background-color: #bedd6f;
}

.decoration-feature {
  bottom: -235px;
  right: -425px;
  position: absolute;
}

.decoration-business-partners-feature {
  bottom: -254px;
  right: -348px;
  position: absolute;
}

/* Estilos para el contenedor de animación */
.btn-flip {
  position: relative;
  overflow: hidden;
}

/* Estilos de animación */
.btn-flip .text,
.btn-flip .hover-text {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1); /* 1 segundo */
}

/* Posicionamiento inicial de los textos */
.btn-flip .text {
  transform: translateY(0%);
}

.btn-flip .hover-text {
  transform: translateY(0%);
  position: absolute;
  bottom: -100%;
  /* width: 100%; */
}

/* Efecto hover */
a:hover .btn-flip .text {
  transform: translateY(-100%);
}

a:hover .btn-flip .hover-text {
  transform: translateY(-100%);
}

.appear-animate .charsAnimIn {
  display: inline-block;
  white-space: normal; /* Permite el ajuste de línea */
  word-break: break-word; /* Permite el corte de palabras en caso necesario */
  overflow-wrap: break-word;
}

.capitalize-first::first-letter {
  text-transform: uppercase;
}

.portfolio-gallery .work-item:nth-child(3n + 2) {
  transform: translateY(-55px);
}

.btn-split.btn-hover-anim:before {
  background: #cccccc;
}
.btn-split.btn-hover-anim:hover {
  border-color: #cccccc;
}

.btn-solid-green {
  background-color: #287d6b;
}

.btn-solid-green.btn-hover-anim:before {
  background: #034643;
}
.btn-solid-green.btn-hover-anim:hover {
  border-color: #034643;
}

.border-rainbow-green.btn-hover-anim:before {
  background: #f6f6f6;
}
.border-rainbow-green.btn-hover-anim:hover {
  border-color: #f6f6f6;
}

.btn-solid-blue {
  background-color: #3f48a7;
}

.btn-solid-blue.btn-hover-anim:before {
  background: #2530aa;
}
.btn-solid-blue.btn-hover-anim:hover {
  border-color: #2530aa;
}

.btn-solid-yellow {
  background-color: #fcb727 !important;
}

.btn-solid-yellow.btn-hover-anim:before {
  background: rgb(188 133 19);
}
.btn-solid-yellow.btn-hover-anim:hover {
  border-color: rgb(188 133 19);
}

.btn-solid-lightgreen {
  background-color: #38eda6 !important;
  color: #000 !important;
}

.btn-solid-lightgreen.btn-hover-anim:before {
  background: #36b582;
}
.btn-solid-lightgreen.btn-hover-anim:hover {
  border-color: #36b582;
}

.btn-solid-lightgreen2 {
  background-color: #38fbac !important;
  color: #000 !important;
}

.btn-solid-lightgreen2.btn-hover-anim:before {
  background: #2eefa2;
  color: #000 !important;
}
.btn-solid-lightgreen2.btn-hover-anim:hover {
  border-color: #2eefa2;
  color: #000 !important;
}

.btn-solid-gray {
  background-color: #e9ecef !important;
  color: #5b5b5b !important;
}
.btn-solid-gray:hover {
  border: #5b5b5b solid 1px;
}

.btn-solid-gray.btn-hover-anim:before {
  background: #cacccf;
  color: #5b5b5b !important;
}
.btn-solid-gray.btn-hover-anim:hover {
  border-color: #cacccf;
  color: #5b5b5b !important;
}

.btn-bio-hero-green {
  background-color: #38fbac !important;
  color: #000000 !important;
}

.btn-bio-hero-green.btn-hover-anim:before {
  background: #34e19c !important;
  color: #000000 !important;
}
.btn-bio-hero-green.btn-hover-anim:hover {
  border-color: #34e19c !important;
  color: #000000 !important;
}

.btn-solid-lightyellow {
  background-color: #b9d561 !important;
  color: #2a7d6b !important;
}

.btn-solid-lightyellow.btn-hover-anim:before {
  background: #aec75b !important;
}
.btn-solid-lightyellow.btn-hover-anim:hover {
  border-color: #aec75b !important;
}

select:valid {
  color: #000000; /* Color negro para las opciones seleccionadas */
}

select:invalid,
.combo-text-gray {
  color: #888888 !important; /* Color gris para la opción no válida (placeholder) */
}

.btn-border-green {
  border-color: #2a7d6b;
  color: #2a7d6b;
}

.gradient-overlay {
  position: relative;
  overflow: hidden;
}

.gradient-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px; /* Ajusta la altura según sea necesario */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  pointer-events: none; /* Asegura que el degradado no interfiera con la interacción del usuario */
}
/* 
.company-team-item {
  position: relative;
}

.company-team-item-descr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px; 
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box; 
} */

.company-team-carousel-item {
  height: 100%; /* Asegura que el elemento ocupe toda la altura disponible */
}

.company-team-item {
  display: flex;
  flex-direction: column;
  height: 100%; /* Asegura que se distribuya en todo el contenedor */
}

.company-team-item-image {
  flex: 1; /* Ocupa el 50% de la altura disponible */
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-team-item-image img {
  object-fit: cover; /* Asegura que la imagen se ajuste correctamente */
  width: 100%;
  height: 100%;
}

.company-team-item-descr {
  flex: 1; /* Ocupa el 50% de la altura disponible */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 1); /* Fondo sólido */
  padding: 10px;
  box-sizing: border-box;
}

.centered-text {
  text-align: left; /* Texto alineado a la izquierda */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centra verticalmente el texto */
  align-items: center; /* Centra la primera línea horizontalmente */
  width: 100%; /* Asegura que ocupe todo el ancho del contenedor */
  height: 100%; /* Asegura que ocupe todo el alto del contenedor */
}

.centered-text span,
.centered-text::first-line {
  text-align: center; /* Centra la primera línea y spans */
  display: inline-block; /* Hace que el texto se comporte como un bloque centrado */
  width: auto; /* Mantiene el ancho basado en el contenido */
}
.company .swiper-slide {
  padding-right: 0px !important;
}

.team-carousel .owl-next-company {
  right: -60px !important;
}

.company-global {
  overflow-x: hidden;
}
.company-global-parallax {
  position: relative;
  width: 100%;
  height: 100vh; /* Tamaño del contenedor */
  background-image: url("/assets/images/services/service-2.webp"); /* Imagen de fondo */
  background-attachment: fixed; /* Parallax */
  background-size: cover;
  background-position: center;
  overflow: hidden; /* Oculta contenido que sobresale */
}

.company-global-mask-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px; /* Tamaño del área de recorte */
  height: 400px;
  clip-path: url("/assets/images/decorative/hoja-parallax.svg#clip-path"); /* Aplica recorte */
  -webkit-clip-path: url("/assets/images/decorative/hoja-parallax.svg#clip-path"); /* Compatibilidad Webkit */
}

.company-global-mask-container img {
  position: absolute;
  width: 100%; /* Ajusta la imagen al tamaño del contenedor */
  height: 100%;
  object-fit: cover;
}

.mn-sub a {
  text-decoration: none;
}

/* ==============================
   Smart growing
   ============================== */

.smart-growing-facts .facts-number-title {
  font-size: 2.2em;
  line-height: 1.2;
}

/* ==============================
   Bio solutions Split section
   ============================== */

.bio-solutions .split-column-left {
  min-height: 60vh;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 100px;
  padding-right: 130px;
  isolation: isolate;
  transform: translateZ(0);
}

.bio-solutions .split-column-right {
  min-height: 60vh;
  overflow: hidden;
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
  padding-left: 70px;
  padding-right: 70px;
  border-top-left-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.bio-solutions .split-image-left {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-bottom-right-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.bio-solutions .split-image-left > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bio-solutions-split-image-right {
  /*
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-top-left-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
  border-radius: 40px;
  background-color: #f6f6f6;
  margin: 40px 20px 40px 20px;
   margin-top: 40px;
  margi-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px; */
  position: relative;
  isolation: isolate;
  transform: translateZ(0);
  background-color: #f6f6f6;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  height: 520px;
}
.bio-solutions-split-image-right > img {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin-top: 40px;
  margin-bottom: 40px; */
  /* 
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
  height: 430px; */

  display: block;
  max-width: 100%;
  height: auto;
}

.bio-solution-split-background {
  position: absolute;
  top: -9em;
  left: 70%;
  transform: translateX(-50%);
  width: 64%;
  z-index: -1;
  display: block;
}

/* ==============================
   Desgign page
   ============================== */

.design-page-section4 .section-descr {
  margin-top: 0 !important;
  color: #ffffff !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.005em !important;
}

.design-page-section4 .alt-features-grid {
  margin-top: -35px;
}
.design-page-section4 .alt-features-item {
  margin-top: 35px;
}
.design-page-section4 .alt-features-item.border-left {
  padding-left: 30px;
  border-left: 1px solid var(--color-gray-light-3);
}
.design-page-section4 .alt-features-item.box-shadow {
  width: 100%;
  padding: 30px;
  background: transparent;
  border-radius: none !important;
  box-shadow: none !important;
}
.design-page-section4 .alt-features-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0 22px 0;
  font-size: 48px;
  text-align: start;
  line-height: 1.3;
  color: currentColor;
}
.design-page-section4 .alt-features-icon-s {
  position: absolute;
  top: -6px;
  right: -15px;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.design-page-section4 .alt-features-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.design-page-section4 .alt-features-title {
  margin-bottom: 11px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.02em;
  transition: var(--transition-default);
  color: #ea9627;
}
.design-page-section4 .alt-features-descr {
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
}
/* #f3be22 */
.design-page-section4 .alt-features-descr li::marker {
  color: #f3be22;
}
.design-page-section4 .light-content .alt-features-item.border-left {
  padding-left: 30px;
  border-color: rgba(255, 255, 255, 0.25);
}
.design-page-section4 .light-content .alt-features-descr {
  color: var(--color-dark-mode-gray-1);
}
.design-page-section4 .light-content .alt-features-item.box-shadow {
  background: var(--color-dark-3);
  border: 1px solid var(--color-dark-mode-gray-2);
}
.design-page-section4 .light-content .alt-features-icon {
  color: #fff;
}

/* ==============================
   Split text in 2 columns
   ============================== */
.text-columns-2 {
  column-count: 2; /* Distribuye el texto en 2 columnas */
  column-gap: 40px; /* Espaciado entre columnas */
  line-height: 1.6; /* Ajusta el espacio entre líneas */
}
.text-columns-2 p {
  margin: 0; /* Elimina el margen predeterminado de los párrafos */
}
.text-columns-2 b {
  font-weight: 600;
  color: var(--color-dark-3);
}

/* ==============================
   Split text in 3 columns
   ============================== */
.text-columns-3 {
  column-count: 3; /* Distribuye el texto en 3 columnas */
  column-gap: 40px; /* Espaciado entre columnas */
  line-height: 1.6; /* Ajusta el espacio entre líneas */
}

.text-columns-3 p {
  margin: 0; /* Elimina el margen predeterminado de los párrafos */
}

/* ==============================
   Custom select del nav
   ============================== */

.dropdown-country {
  width: 100%;
  height: 120px;
  list-style: none;
}
/* Personaliza el scroll */
.custom-select-nav__menu {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #5b5b5b #333; /* Color del thumb y del track */
  top: 60px;
}

/* Para navegadores basados en Webkit (Chrome, Edge, Safari) */
.custom-select-nav__menu::-webkit-scrollbar {
  width: 8px; /* Ancho del scroll */
}

.custom-select-nav__menu::-webkit-scrollbar-track {
  background: #333; /* Color del fondo del scroll */
}

.custom-select-nav__menu::-webkit-scrollbar-thumb {
  background-color: #5b5b5b; /* Color del thumb (barra) */
  border-radius: 4px; /* Bordes redondeados */
}

.custom-select-nav__menu::-webkit-scrollbar-thumb:hover {
  background-color: rgba(
    255,
    255,
    255,
    0.09
  ); /* Color del thumb al hacer hover */
}

.custom-select-nav__control {
  background-color: transparent !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  border-radius: unset !important;
  border-color: currentColor !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  /* width: 220px !important; */
  width: 100% !important;
  /* color: #5b5b5b; */
  color: #fff;
  opacity: 0.65;
}
.custom-select-nav__control:hover {
  color: #fff;
}

.custom-select-nav__input-container {
  color: inherit !important;
  opacity: inherit !important;
}

.custom-select-nav__placeholder {
  color: inherit !important;
  opacity: inherit !important;
}

.custom-select-nav__indicator {
  color: inherit !important;
  opacity: inherit !important;
}

/* .main-nav.dark .inner-nav .custom-select-nav__control {
  color: #fff;
  opacity: 0.65;
} */

.main-nav.dark .inner-nav .custom-select-nav__control:hover {
  opacity: 1 !important;
}

.dropdown-country .css-b62m3t-container {
  display: block;
}

/**/
.bio-hero-section-descr {
  margin-top: 0 !important;
  color: #2b0e48 !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.005em !important;
}

.responsive-image {
  width: 100%; /* Asegura que la imagen se ajuste al ancho del contenedor */
  height: 100%; /* Controla la altura del contenedor */
  object-fit: cover; /* Asegura que la imagen llene el contenedor */
  object-position: bottom; /* Prioriza la parte inferior de la imagen */
}

/* Hover effect para el botón */
.custom-file-label:hover {
  background-color: #1e5a4e;
}

/* Contenedor para la información del archivo */
.file-info-container {
  background-color: #f8f9fa; /* Fondo claro para destacar */
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd; /* Borde sutil */
  width: 100%; /* Asegura que ocupa toda la columna */
  font-size: 14px; /* Texto más pequeño */
}

/* Estilo para los textos de información del archivo */
.file-info {
  color: #333; /* Texto oscuro */
  margin: 0;
}

.testimonial-title-1,
.testimonial-title-2 {
  /* display: inline; */
  white-space: normal; /* Permite el ajuste de línea */
  display: inline;
}

.scrollable-menu {
  max-height: 300px; /* Ajusta la altura máxima */
  overflow-y: auto; /* Habilita el scroll vertical */
  scrollbar-width: thin; /* Opcional: Scroll más delgado para navegadores compatibles */
}

.scrollable-menu::-webkit-scrollbar {
  width: 6px; /* Ancho del scroll para navegadores Webkit */
}

.scrollable-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); /* Color del scroll */
  border-radius: 4px;
}

.region-label {
  font-weight: bold;
  padding: 5px 10px;
  display: block;
}

.scrollable-menu {
  max-height: 300px; /* Ajusta la altura máxima */
  overflow-y: auto; /* Habilita el scroll vertical */
}

/* Estilos personalizados para el scrollbar */
.custom-select-nav__menu::-webkit-scrollbar-track {
  background: #333; /* Color del fondo del scroll */
}

.custom-select-nav__menu::-webkit-scrollbar-thumb {
  background-color: #5b5b5b; /* Color del thumb (barra) */
  border-radius: 4px; /* Bordes redondeados */
}

.custom-select-nav__menu::-webkit-scrollbar-thumb:hover {
  background-color: rgba(
    255,
    255,
    255,
    0.09
  ); /* Color del thumb al hacer hover */
}

.bg-map {
  background-image: url("/assets/images/company/img-company-maps.webp");
  background-size: 90%;
  background-repeat: no-repeat !important;
  background-position-x: right !important;
  background-position-y: center !important;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.bg-map-investors {
  background-image: url("/assets/images/investors/Rainbow-investor-page-map-02.webp");
  background-size: 80%;
  background-repeat: no-repeat !important;
  background-position-x: right !important;
  background-position-y: center !important;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.bg-gradient-white-contact {
  background-image: linear-gradient(0deg, #fff 0%, transparent 40%);
}

/***************
Blog
***************/
.blog-detail h1,
.blog-detail h2,
.blog-detail h3 {
  font-family: var(--font-global);
}

.blog-detail img {
  width: 100% !important;
}

.text-responsive-nocrop {
  font-family: var(--font-alt);
  display: inline-block;
  font-size: 80px; /* Tamaño base */
  line-height: 1.085;
  padding: 0 60px;
}

.non-crop-section3-images {
  padding: 60px 80px 80px 100px;
}

.design-section4-container {
  border: none;
}

.country-br .bio-solutions-hero-bg {
  background-image: url("/assets/images/bio-solutions/BG-header-soltions-br.webp");
  background-position-y: top;
  padding-bottom: 100px;
}

.bio-solutions-hero-bg {
  background-image: url("/assets/images/bio-solutions/BG-header-soltions-new.webp");
  background-position-y: top;
  padding-bottom: 100px;
}

.feature-text {
  font-family: var(--font-alt);
  display: inline;
  font-size: 80px;
  line-height: 1.085;
  padding: 0 60px;
}
.company-swipe-container {
  margin-right: 8%;
}
.company-swipe-container > div {
  margin-left: 20px;
}
.map-form-position {
  position: absolute !important;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.non-crops-our-vision-text {
  font-size: 45px;
}

.mobile-on .desktop-nav {
  display: none !important;
}

.mobile-on .desktop-nav.js-opened {
  display: block !important;
}

.bio-desktop {
  display: block;
}
.bio-mobile {
  display: none;
}

.mobile-on .bio-solutions-hero-bg {
  background-image: none !important;
  background-color: #fff7f3;
  padding-bottom: 0 !important;
}
.mobile-on .bio-mobile {
  display: block;
}
.mobile-on .bio-desktop {
  display: none;
}
.bio-solutions-bg-mobile {
  background-image: url("/assets/images/bio-solutions/BG-header-soltions-movil.webp");
  background-position: center;
}

.select-country-text {
  display: none;
}
.mobile-on .select-country-text {
  display: block;
}

.cut-text-multilinea {
  display: -webkit-box; /* Requerido para line-clamp */
  -webkit-line-clamp: 4; /* Número de líneas antes de truncar */
  -webkit-box-orient: vertical; /* Define la orientación */
  overflow: hidden; /* Oculta el contenido adicional */
}
.blog-item-more.disabled {
  pointer-events: none; /* Deshabilita la interacción */
  opacity: 0.5; /* Reduce la opacidad para indicar deshabilitado */
  cursor: not-allowed; /* Cambia el cursor a "no permitido" */
}

.h-full {
  height: 100% !important;
}
/* 
.product-category-icons-container {
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-around; 
  align-items: center; 
}

.product-category-icons-container div {
  flex: 1 1 12%; 
  max-width: 12%; 
  text-align: center;
  padding: 10px; 
} */
/* 
.product-category-icons-container div img:not(.disabled) {
  cursor: pointer;
  transition: transform 0.3s ease; 
}

.product-category-icons-container div:hover img:not(.disabled) {
  transform: scale(1.2); 
} */

.products-gallery .work-descr {
  height: 40px; /* Altura fija para la descripción */
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Limita a 4 líneas */
  -webkit-box-orient: vertical;
  overflow: hidden; /* Esconde el texto adicional */
  text-overflow: ellipsis; /* Agrega "..." al final */
  white-space: normal; /* Permite saltos de línea */
  font-size: 13px;
}

.products-gallery .work-ext-link:hover {
  background-color: #f8f8f8;
}

.solutions-split-search-products {
  background-color: #b9d561;
  max-width: 80%;
}
.solutions-split-search-products-row > div:first-child {
  background-color: #b9d561;
}
.solutions-split-search-products-row > div:last-child {
  background-color: #2a7d6b;
}

.product-single-hero .section-caption {
  text-transform: capitalize;
}
.product-single-hero .section-descr {
  font-size: 21px !important;
}
.product-single-hero .subsection-caption {
  text-transform: uppercase;
  color: #757575;
  font-weight: normal;
  margin-bottom: 0.2em;
  font-size: 14px;
}
.product-single-hero .subsection-descr {
  font-weight: 500;
}

.product-single-hero .subsection-separator {
  border-top: solid 1px #757575;
  margin-top: 1em;
  margin-bottom: 1em;
}

.section-product-table {
  margin-top: -60px;
}
.product-b2b-table {
  display: flex;
  flex-direction: column; /* Organiza las filas en columna */
  width: 100%; /* Se ajusta al contenedor */
  position: relative; /* Contexto para el header */
}

.product-b2b-table .header {
  display: flex; /* Habilita flexbox para alinear celdas */
  flex-direction: row;
  align-items: center; /* Alinea verticalmente */

  background-color: #287d6b;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 20px; /* Consistencia en el padding */
  padding-top: 70px !important;
  position: relative; /* Conserva el flujo visual */
  /* width: 100vw; 
  margin-left: calc(-50vw + 50%); */
}

.product-b2b-table .table-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* padding: 10px 0; */
}

.product-b2b-table .table-cell {
  flex: 1; /* Hace que cada celda ocupe un espacio proporcional */
  padding: 10px 20px;
  text-align: left;
  display: flex;
  align-items: center; /* Centra verticalmente */
  justify-content: center; /* Centra horizontalmente */
  font-weight: 500;
}

.product-b2b-table .table-cell.text-start {
  justify-content: flex-start; /* Alinea a la izquierda */
}

.product-b2b-table .table-cell.text-end {
  justify-content: flex-end; /* Alinea a la derecha */
}

.product-b2b-table .row-transparent {
  background-color: transparent;
}

.product-b2b-table .row-gray {
  background-color: #f0f0f0;
}

.product-b2b-banda {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.product-b2b-banda div {
  position: absolute;
  width: 100vw;
  height: 130px;
  top: 0px;
}
.product-b2b-filter {
  width: 100%;
  position: relative;
  padding: 50px 40px 40px 40px;
  /* top: -90px; */
  /* left: -10px; */
  z-index: 999;
  background-color: #b9d561;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.product-b2b-filter .form {
  flex-grow: 1; /* Permite que el div .form ocupe el ancho restante */
  text-align: center; /* Alinea el contenido dentro del .form */
}

.product-b2b-filter select {
  width: 350px;
}

/*** icnos rotativos ***/
/* Contenedor principal */
.product-category-icons-container {
  /* width: 100vw; */
  /* margin-left: calc(-50vw + 50%); */
  display: flex;
  flex-wrap: nowrap; /* Desactiva el ajuste a la línea para permitir el desplazamiento continuo */
  justify-content: center; /* Alinea los íconos hacia la izquierda */
  align-items: center;
  overflow: hidden; /* Oculta los elementos fuera del contenedor */
  white-space: nowrap; /* Mantiene los elementos en una sola línea */
  position: relative;
  height: 100px; /* Altura fija para mantener la estética */
}

/* Wrapper para el movimiento continuo */
.product-category-icons-container .product-icons-wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  /* animation: scroll-left 100s linear infinite;  */
}

/* Iconos individuales */
.product-category-icons-container .icon {
  flex: 0 0 auto; /* Evita que se ajusten automáticamente al ancho del contenedor */
  width: 100px; /* Ancho fijo para cada ícono */
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 10px; /* Espaciado entre íconos */
  text-align: center; /* Centra el texto dentro de los íconos si es necesario */
}

/* Animación principal */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Pausar animación al interactuar */
.product-category-icons-container:hover .product-icons-wrapper,
.product-category-icons-container:active .product-icons-wrapper {
  animation-play-state: paused; /* Pausa el movimiento al interactuar */
}

/* Compatibilidad con Flexbox original */
.product-category-icons-container.wrap {
  flex-wrap: wrap; /* Permite ajuste de línea si se usa la clase adicional */
  justify-content: space-around; /* Distribución uniforme como en el CSS original */
}

/* Widget tags sin link */
.tags span {
  display: inline-block;
  margin: 0 2px 8px 0;
  padding: 5px 7px;
  border: 1px solid var(--color-gray-light-5);
  color: var(--color-dark-4);
  font-size: 15px;
  text-decoration: none;
  border-radius: var(--border-radius-default);
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}

.light-content .tags span {
  border-color: var(--color-dark-mode-gray-1);
  color: var(--color-dark-mode-gray-1);
}

.section-title-products {
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 1.107 !important;
  letter-spacing: -0.01em !important;
}

.product-hero-image-wrapper {
  position: relative;
  display: inline-block;
  width: 500px;
  z-index: 2;
  /* background: url("/assets/images/product-page/hero-product-bg-white.svg")
    no-repeat center center;
  background-size: cover; */
}

.product-hero-image-wrapper::before {
  content: "";
  position: absolute;
  top: -50px; /* Ajusta cuánto sobresale hacia arriba */
  left: -50px; /* Ajusta cuánto sobresale hacia la izquierda */
  right: -50px; /* Ajusta cuánto sobresale hacia la derecha */
  bottom: -50px; /* Ajusta cuánto sobresale hacia abajo */
  background: url("/assets/images/product-page/hero-product-bg-white.svg")
    no-repeat center center;
  background-size: 100%; /* Reducir el tamaño del SVG */
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.product-hero-image {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}

.infocn-link {
  color: #989898;
  font-size: 12px;
}
.infocn-link:hover {
  color: gray;
}

.investors-number-title {
  font-size: 75px;
  font-weight: 500;
  line-height: 1;
  font-family: var(--font-alt);
}

.year-box {
  width: 100px;
  height: 60px;
  font-weight: 600;
  font-size: 18px;
  color: #555;
  background-color: #f8f9fa; /* light gray */
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.year-box:hover {
  background-color: #434344; /* dark gray */
  color: #fff;
}

/* Estilo para tooltip tippy.js */
.tippy-box[data-theme~="growth"] {
  background-color: #86b81b;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 12px;
  border-radius: 4px;
}
.tippy-box[data-theme~="growth"] .tippy-arrow {
  color: #86b81b; /* Asegura que el color de la flecha coincida con el fondo */
}

.investors-page .tpl-alt-tabs > li {
  width: 180px;
}

.investors-reasons-1 ul {
  padding-left: 0;
}
.investors-reasons-1 li {
  list-style: none;
  font-size: 27px;
  border-bottom: 1px solid;
  font-weight: 800;
}
.investors-reasons-1 li:last-child {
  border-bottom: none;
}
.investors-list ul {
  padding-left: 20px;
}
.investors-list li {
  margin-bottom: 30px;
}
.investors-list li::marker {
  color: #b9d561;
}

.company-section-2 .number-3-title {
  color: #b9d561 !important;
  font-family: var(--font-alt);
  font-weight: 900;
  font-stretch: 85%;
  letter-spacing: 0.01em;
}

/************************************ 
Ajuste para dispositivos móviles mobile
************************************/
@media (max-width: 768px) {
  .feature-text {
    font-size: 40px;
    padding: 0 10px;
  }
  .bio-solutions .split-column-left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-columns-3 {
    column-count: 1; /* Cambia a una sola columna en pantallas pequeñas */
  }
  .container-growings3 {
    max-width: 100%; /* En móviles, ocupa todo el ancho */
    margin-top: -60px; /* Ajusta según sea necesario */
  }
  .text-responsive-nocrop {
    font-size: 40px; /* Reducir el tamaño del texto */
    padding: 0 20px; /* Ajustar el padding */
    text-align: center; /* Centrar el texto si es necesario */
    word-wrap: break-word; /* Ajustar palabras largas */
  }
  .non-crop-section3-images {
    padding: 10px;
  }
  .design-section4-container {
    border-bottom: #975704 solid 1px;
  }
  .testimonials-slider-1 .owl-buttons {
    top: 10px;
  }
  .company-swipe-container {
    margin-right: 0;
  }
  .company-swipe-container > div {
    margin-left: 0;
  }
  .map-form-position {
    position: relative !important;
  }
  .map-page-section {
    padding-bottom: 0 !important;
  }

  .map-page-section-investors {
    padding-bottom: 30px !important;
  }

  .non-crops-our-vision-text {
    font-size: 30px;
  }
  .product-category-icons-container {
    display: none;
  }
  .product-b2b-filter select {
    width: 250px;
  }

  .product-b2b-table .table-row {
    flex-direction: column; /* Apila las celdas en dispositivos móviles */
    margin-bottom: 10px; /* Añade espacio entre filas */
    border: 1px solid #ddd; /* Opcional: estilo de tarjeta */
    border-radius: 5px; /* Opcional: bordes redondeados */
    padding: 10px; /* Ajusta el padding para filas */
    background-color: #fff; /* Opcional: fondo blanco para tarjetas */
  }

  .product-b2b-table.product-table-global .table-row {
    margin-bottom: 0;
  }

  .product-b2b-table .table-cell {
    width: 100%; /* Cada celda ocupa el 100% del ancho */
    text-align: left; /* Mantiene alineación izquierda */
    padding: 8px 10px; /* Ajusta el padding para celdas en móviles */
    border-bottom: 1px solid #ddd; /* Divide visualmente las celdas */
  }

  .product-b2b-table .table-cell:last-child {
    border-bottom: none; /* Elimina el borde de la última celda */
  }

  .product-b2b-table .table-cell::before {
    content: attr(data-label); /* Muestra el encabezado como etiqueta */
    display: inline-block;
    font-weight: bold; /* Destaca la etiqueta */
    color: #287d6b; /* Color de las etiquetas */
    margin-right: 5px; /* Espaciado entre etiqueta y contenido */
    text-transform: uppercase; /* Opcional: mayúsculas para las etiquetas */
  }
  .custom-select-nav__menu {
    height: 100px;
  }

  .items-end {
    padding-bottom: 1rem !important;
  }

  .bg-map-investors {
    background-image: none;
    width: 100%;
  }
}

/* En pantallas medianas y mayores desktop */
@media (min-width: 768px) {
  .container-growings3 {
    max-width: 80%; /* Solo en no móviles aplica esta restricción */
  }
}

@media (max-width: 1025px) {
  .testimonial-title-2 {
    display: block;
  }
  .product-b2b-filter {
    top: -50px;
  }
  .product-b2b-filter > div:first-child {
    text-align: center;
    flex-grow: 1;
  }
  .section-product-table {
    margin-top: -100px;
  }
}

.section-reports-groups h4 {
  font-family: var(--font-alt);
}

.family-icon-clickable {
  cursor: pointer;
  transition: transform 0.3s ease;
  &:hover {
    transform: scale(0.9);
  }
}

.words .word,
.words .char {
  display: inline-block;
}

.chars.animated .char {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 400ms ease, transform 400ms ease;
  transition-delay: calc(var(--char-index) * 20ms);
}
.chars .char {
  opacity: 0;
  transform: translateY(0.5em);
}
.responsive-overlay {
  font-family: var(--font-alt);
}
/* Marca visual de “requerido” en el label */
.form-group.required > label::after {
  content: " *";
  color: #dc3545; /* rojo */
  margin-left: 0.25rem;
  font-weight: 700;
}

/* Borde rojo cuando hay error */
.form-group.input-invalid .form-control,
.form-group.input-invalid .form-select {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Para selects custom si hiciera falta */
.form-group.input-invalid .responsive-select-trigger {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-solutions-our-offer {
  width: 100%;
  display: block;
  background-color: var(--color-gray-light-1);

  /* 1ª capa: velo blanco semitransparente  |  2ª capa: tu SVG */
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)
    ),
    url("/assets/images/product-page/hero-product-bg-white.svg");

  /* tamaño/posición por capa (mismo orden) */
  background-size: 100% 100%, 45%;
  background-position: 0 0, 90% 60%;
  background-repeat: no-repeat, no-repeat;
}

.custom-solutions-how-we-work p b {
  font-weight: 600;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.custom-solutions-capabilities {
  background-color: var(--color-gray-light-1);
}

.custom-solutions-why-partners .toggle > dt > a {
  border-color: var(--color-white-1);
}

.custom-solutions-why-partners .left-image {
  width: 100%;
  display: block;
  background-size: 100% 100%, 45%;
  background-position: 0 0, 90% 60%;
  background-repeat: no-repeat, no-repeat;
}

.custom-section-why-partners .right-content {
  padding-left: 50px;
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}
