/* Círculos responsivos en preguntas (móvil) */
@media (max-width: 767px) {
  label.circle-option {
    width: 20% !important;
    aspect-ratio: 1 / 1 !important;
  }
  label.circle-option .radio-custom[data-value="100"],
  label.circle-option .radio-custom[data-value="0"] {
    width: 100% !important;
    height: 100% !important;
  }
  label.circle-option .radio-custom[data-value="75"],
  label.circle-option .radio-custom[data-value="25"] {
    width: 75% !important;
    height: 75% !important;
  }
  label.circle-option .radio-custom[data-value="50"] {
    width: 50% !important;
    height: 50% !important;
  }
}
/* Declaraciones de fuentes personalizadas */
@font-face {
  font-family: 'Ballinger';
  src: url('../fonts/ballinger-regular-gfxtracom.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Ballinger';
  src: url('../fonts/ballinger-bold-gfxtracom.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Ballinger';
  src: url('../fonts/ballinger-light-gfxtracom.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Ballinger';
  src: url('../fonts/ballinger-medium-gfxtracom.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Ballinger';
  src: url('../fonts/ballinger-thin-gfxtracom.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Ballinger';
  src: url('../fonts/ballinger-x-light-gfxtracom.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Ballinger';
  src: url('../fonts/ballinger-black-gfxtracom.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Ballinger';
  src: url('../fonts/ballinger-x-bold-gfxtracom.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/* Variantes en cursiva de Ballinger */
@font-face {
  font-family: 'Ballinger';
  src: url('../fonts/ballinger-regular-italic-gfxtracom.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Ballinger';
  src: url('../fonts/ballinger-bold-italic-gfxtracom.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Ballinger';
  src: url('../fonts/ballinger-light-italic-gfxtracom.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Ballinger';
  src: url('fonts/ballinger-medium-italic-gfxtracom.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Ballinger';
  src: url('../fonts/ballinger-thin-italic-gfxtracom.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Ballinger';
  src: url('../fonts/ballinger-x-light-italic-gfxtracom.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Ballinger';
  src: url('../fonts/ballinger-x-bold-italic-gfxtracom.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Ballinger';
  src: url('../fonts/ballinger-black-italic-gfxtracom.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

/* Fuentes Nexa */
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

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

@font-face {
  font-family: 'nexabold';
  src: url('../fonts/nexabold-webfont.woff2') format('woff2'),
       url('../fonts/nexabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'nexablack';
  src: url('../fonts/NexaBlackRegular.ttf') format('truetype');
  font-weight: 950;
  font-style: normal;
}

.faq-item {
  transition: all 0.3s ease;
}
.video-placeholder {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.video-placeholder:hover {
  transform: scale(1.02);
}
.slide-dot.active {
  background-color: rgba(255, 255, 255, 1) !important;
}
.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-in-out;
}
.slide-active {
  opacity: 1;
  z-index: 2;
}
.slide-inactive {
  opacity: 0;
  z-index: 1;
}
.slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
.slide-content{
  background-image: url('../img/bg-text-banner.png');
  background-size:contain;
  background-repeat: repeat-x;
  background-position: bottom;
}
#benefits-list{
  padding-bottom: 15px;
}
#benefits-list .item{
  height: 200px;
  margin-bottom: 15px;
  width: 808px;
  max-width: 100%;
}

#benefits-list div.item{
  background-color: #FBFEFE;
  border-radius: 16px;
  box-shadow: -5px 6.94px 5.55px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 22px 33px 22px 54px
}
#benefits-list div.item p{
  line-height: 30px;
}

#benefits-list div.item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 70%;
  background-color: #256D90;
  border-radius: 16px 0 0 0px;
}
#mobile-menu {
  visibility: visible;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50;
}

#mobile-menu.menu-open {
  transform: translateX(0);
}

/* Prevent horizontal scroll when mobile menu is active */
body.menu-open {
  overflow-x: hidden;
}
.hero-responsive {
  height: 220px; /* Altura fija en móvil */
  max-height: 220px;
}
@media (min-width: 768px) {
  .hero-responsive {
      height: 512px; /* Altura fija en desktop */
      max-height: 512px;
  }
}

.product-section {
  height: 345px;
  max-height: 345px;
  background-image: url('../img/background-product-biodrop-responsive.jpg');
  background-size: cover;
  background-position: center;
}
.product-text-box {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 375px) {
  .product-text-box {
      width: 75%;
  }
}
@media (min-width: 425px) {
  .product-text-box {
      width: 70%;
  }
}
@media (min-width: 480px) {
  .product-text-box {
      width: 80%;
  }
}
@media (min-width: 640px) {
  .product-text-box {
      width: 80%;
  }
}
@media (min-width: 768px) {
  .product-section {
      height: 752px;
      max-height: 752px;
      background-image: url('../img/background-product-biodrop.jpg');
  }
  .product-text-box {
      width: auto;
      width: 666px;
      max-width: 100%;
  }
}

/* Placeholder styles */
input::placeholder,
textarea::placeholder {
  color: #ffffff !important; /* Light gray, almost white */
}



/* Hide scrollbar for benefits section */
.scrollbar-hide {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;  /* Safari and Chrome */
}

/* Drag functionality styles */
.benefits-scroll {
  cursor: grab;
  user-select: none;
}

.benefits-scroll:active,
.benefits-scroll.grabbing {
  cursor: grabbing;
}

/* Estilos para los círculos del quiz - Hover */
.radio-custom[data-value="100"]:hover {
  background-color: #256D90 !important;
  background: #256D90 !important;
}

/* Owl Carousel Styles */
.benefits-carousel {
  position: relative;
}

.benefits-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.benefits-carousel .item {
  height: 100%;
  display: flex;
  align-items: stretch;
}

.benefits-carousel .item > div {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefits-carousel .item > div:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

/* Controles de autoplay */
.play-control,
.stop-control {
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.play-control:hover,
.stop-control:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Estilos importantes para los iconos del carrusel */
#benefits-list h3 img {
  width: 20px !important;
  height: 20px !important;
}

@media (min-width: 768px) {
  #benefits-list h3 img {
    width: 32px !important;
    height: 32px !important;
  }
}

.radio-custom[data-value="75"]:hover {
  background-color: #67A4C2 !important;
  background: #67A4C2 !important;
}

.radio-custom[data-value="50"]:hover {
  background-color: #4E7689 !important;
  background: #4E7689 !important;
}

.radio-custom[data-value="25"]:hover {
  background-color: #5A6790 !important;
  background: #5A6790 !important;
}

.radio-custom[data-value="0"]:hover {
  background-color: #19223F !important;
  background: #19223F !important;
}

/* Estilos para círculos seleccionados - Color de fondo al 100% */
.radio-custom.selected[data-value="100"] {
  background-color: #256D90 !important;
  background: #256D90 !important;
}

.radio-custom.selected[data-value="75"] {
  background-color: #67A4C2 !important;
  background: #67A4C2 !important;
}

.radio-custom.selected[data-value="50"] {
  background-color: #4E7689 !important;
  background: #4E7689 !important;
}

.radio-custom.selected[data-value="25"] {
  background-color: #5A6790 !important;
  background: #5A6790 !important;
}

.radio-custom.selected[data-value="0"] {
  background-color: #19223F !important;
  background: #19223F !important;
}

/* FAQ Animation Styles */
.faq-answer {
    max-height: 0;
    opacity: 0;
    padding: 0 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 0;
    transform: scaleY(0);
    transform-origin: top;
}

.faq-answer.open {
    max-height: 500px;
    opacity: 1;
    padding: 0 120px 20px 120px;
    margin-top: 0;
    transform: scaleY(1);
}

.faq-question svg {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-question {
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}

.faq-answer {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    border-radius: 0 0 15px 15px;
    background: transparent;
}

.faq-item {
    position: relative;
    overflow: hidden;
}

.faq-item:not(:last-child) {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .faq-item:not(:last-child) {
        margin-bottom: 20px;
    }
}

/* Quiz Group System Styles */
.quiz-group {
    transition: opacity 0.3s ease-in-out;
}

.quiz-group.finished {
    opacity: 0.3;
    pointer-events: none;
}

.quiz-group.unfinished {
    opacity: 1;
    pointer-events: auto;
}

.question {
    transition: opacity 0.3s ease-in-out;
}

.question.finished {
    opacity: 1;
    pointer-events: none;
}

.question.unfinished {
    opacity: 0.3;
    pointer-events: none;
}

.question.active {
    opacity: 1;
    pointer-events: auto;
    background-color: #f0faff;
}

/* Quiz Button Styles */
#btn-quiz-next {
    transition: opacity 0.3s ease-in-out, cursor 0.3s ease-in-out;
}

#btn-quiz-next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#btn-quiz-next:not(:disabled) {
    opacity: 1;
    cursor: pointer;
}

/* Estado inicial del botón (deshabilitado) */
#btn-quiz-next {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Hover del botón deshabilitado */
#btn-quiz-next:disabled:hover {
    opacity: 0.5;
}

/* Quiz Step Display */
#quiz-step2 {
    display: none;
}

/* Benefits Carousel Animation - ANIMACIONES DESACTIVADAS */
#benefits-list {
    /* animation: slideshow 45s ease-in-out infinite; */
    /* animation-play-state: running; */
    scroll-behavior: smooth;
}

#benefits-list:hover {
    /* animation-play-state: paused; */
}

#benefits-scroll {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

/* Pausar animación cuando se hace scroll manual - DESACTIVADO */
#benefits-scroll:active #benefits-list {
    /* animation-play-state: paused; */
}

/* Estilos para elementos clonados */
.cloned-item {
    pointer-events: none;
}

.cloned-item img {
    pointer-events: none;
}

.cloned-item button {
    pointer-events: none;
}

@keyframes slideshow {
    0%, 16.66% {
        transform: translateX(0);
    }
    20%, 36.66% {
        transform: translateX(-314px);
    }
    40%, 56.66% {
        transform: translateX(-628px);
    }
    60%, 76.66% {
        transform: translateX(-942px);
    }
    80%, 96.66% {
        transform: translateX(-1256px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slideshow-desktop {
    0%, 16.66% {
        transform: translateX(0);
    }
    20%, 36.66% {
        transform: translateX(-832px);
    }
    40%, 56.66% {
        transform: translateX(-1664px);
    }
    60%, 76.66% {
        transform: translateX(-2496px);
    }
    80%, 96.66% {
        transform: translateX(-3328px);
    }
    100% {
        transform: translateX(0);
    }
}

@media (min-width: 768px) {
    #benefits-list {
        /* animation: slideshow-desktop 60s ease-in-out infinite; */
        /* animation-play-state: running; */
    }
}

/* Quiz Questions */
.bg-white.p-6.border-b-\[1\.5px\].border-\[\#256D90\] {
    transition: opacity 0.3s ease-in-out;
}

/* Estado inicial de todas las preguntas */
.bg-white.p-6.border-b-\[1\.5px\].border-\[\#256D90\]:not(:first-child) {
    opacity: 0.3;
    pointer-events: none;
}

/* Sobrescribir con mayor especificidad para preguntas activas */
.bg-white.p-6.border-b-\[1\.5px\].border-\[\#256D90\].question.active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* Sobrescribir con mayor especificidad para preguntas deshabilitadas */
.bg-white.p-6.border-b-\[1\.5px\].border-\[\#256D90\].question.unfinished {
    opacity: 0.3 !important;
    pointer-events: none !important;
}

/* Sobrescribir con mayor especificidad para preguntas completadas */
.bg-white.p-6.border-b-\[1\.5px\].border-\[\#256D90\].question.finished {
    opacity: 1 !important;
    pointer-events: none !important;
}

/* Sobrescribir con mayor especificidad para grupos completados */
#quiz-step1.quiz-group.finished,
#quiz-step2.quiz-group.finished {
    opacity: 0.7 !important;
    pointer-events: none !important;
}
/* Responsive background image alignment */

@media (max-width: 1280px) {
 header nav a.text-biodrop-dark-blue{
  font-size: 18px;
 }
}
@media (max-width: 1024px) {
  header nav a.text-biodrop-dark-blue{
   font-size: 16px;
  }
  header img{
   object-fit: contain;
   max-width: 100%;
  }
 }
@media (max-width: 767px) {
  .bg-image-responsive {
      object-position: right center;
  }
  #benefits-list div.item p{
   line-height: 18px;
  }
  .faq-answer.open {
      padding: 0 20px 20px 20px;
  }
  #benefits-list .item{
    height: auto;
    width: 250px;
    max-width: 100%;
  }
  
  
  /* Logo responsive para pantallas muy pequeñas */
  header img {
      height: 24px !important;
      width: auto;
      object-fit: contain;
  }
}

/* Estilos específicos para el logo en diferentes breakpoints */
@media (min-width: 640px) and (max-width: 1023px) {
  header img {
      height: 28px !important;
      width: auto;
      object-fit: contain;
  }
}

/* Estilos para el placeholder del campo de email */
input[name="test-email"]::placeholder {
    color: #256D90 !important;
    opacity: 1;
}

input[name="test-email"]::-webkit-input-placeholder {
    color: #256D90 !important;
    opacity: 1;
}

input[name="test-email"]::-moz-placeholder {
    color: #256D90 !important;
    opacity: 1;
}

input[name="test-email"]:-ms-input-placeholder {
    color: #256D90 !important;
    opacity: 1;
}

