html,
body {
  overflow-x: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  z-index: 1;
}

* {
  box-sizing: border-box;
}

.hero-header,
.container,
.reviews-section,
.banner-conf,
.card-hero,
.footer {
  position: relative;
  z-index: 2;
}

#header-conf {
  background: #5ebbbe;
  padding: 1rem 1rem 0.7rem;
  text-align: center;
  margin: 0;
}

.hero-section {
  position: relative;

  background: linear-gradient(120deg, #5ebbbe, #d0e6df, #ffffff);
  background-size: 300% 300%;
  animation: gradientMove 10s ease infinite;

  padding: 1rem 1rem 2rem;
  margin: 0;

  min-height: auto;
}

.contenedor-flores {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.flor {
  position: absolute;
  width: 13.75rem; /* 220px */
  height: 13.75rem; /* 220px */
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  animation: florBrotarIndividual 12s ease-in-out infinite;
}

.flor-1,
.flor-3,
.flor-5,
.flor-7,
.flor-9 {
  background-image: url("../img/flor1.png");
}

.flor-2,
.flor-4,
.flor-6,
.flor-8,
.flor-10 {
  background-image: url("../img/flor2.png");
}

.flor-1 {
  top: 2%;
  left: 5%;
  animation-delay: 0s;
}

.flor-4 {
  top: 2%;
  right: 5%;
  animation-delay: 3s;
}

.flor-7 {
  top: -4%;
  left: 45%;
  animation-delay: 6s;
}

.flor-3 {
  top: 35%;
  left: -3%;
  animation-delay: 1.5s;
}

.flor-6 {
  top: 55%;
  right: -3%;
  animation-delay: 4.5s;
}

.flor-2 {
  bottom: 5%;
  right: 3%;
  animation-delay: 7.5s;
}

.flor-5 {
  bottom: 8%;
  left: 5%;
  animation-delay: 9s;
}

.flor-8 {
  bottom: -4%;
  left: 45%;
  animation-delay: 2.2s;
}

.flor-9 {
  bottom: 2%;
  left: 20%;
  animation-delay: 10.5s;
}

.flor-10 {
  bottom: 12%;
  right: 15%;
  animation-delay: 5.5s;
}

@keyframes florBrotarIndividual {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.85) rotate(-5deg);
  }
  30%,
  70% {
    opacity: 0.45;
    transform: scale(1) rotate(0deg);
  }
  85% {
    opacity: 0;
    transform: scale(0.95);
  }
}

@media (max-width: 48rem) { /* 768px */
  .flor {
    width: 9.375rem; /* 150px */
    height: 9.375rem; /* 150px */
  }

  .flor-1 {
    top: 5%;
    left: -1.25rem; /* -20px */
  }

  .flor-2 {
    top: 25%;
    left: -1.875rem; /* -30px */
  }

  .flor-3 {
    top: 50%;
    left: -1.5625rem; /* -25px */
  }

  .flor-4 {
    bottom: 15%;
    left: -1.25rem; /* -20px */
  }

  .flor-5 {
    bottom: 0%;
    left: -2.1875rem; /* -35px */
  }

  .flor-6 {
    top: 5%;
    right: -1.25rem; /* -20px */
  }

  .flor-7 {
    top: 25%;
    right: -1.875rem; /* -30px */
  }

  .flor-8 {
    top: 45%;
    right: -1.5625rem; /* -25px */
  }

  .flor-9 {
    top: 65%;
    right: -1.25rem; /* -20px */
  }

  .flor-10 {
    bottom: -5%;
    right: -2.1875rem; /* -35px */
  }

  .contenedor-flores::before,
  .contenedor-flores::after,
  .contenedor-flores::nth-child(11),
  .contenedor-flores::nth-child(12) {
    content: '';
    position: absolute;
    width: 6.25rem; /* 100px */
    height: 6.25rem; /* 100px */
    background-size: contain;
    background-repeat: no-repeat;
    right: -2.5rem; /* -40px */
    opacity: 0;
    animation: florBrotarIndividual 12s ease-in-out infinite;
  }

  .contenedor-flores::before {
    top: 15%;
    background-image: url("../img/flor1.png");
    animation-delay: 2s;
  }

  .contenedor-flores::after {
    top: 35%;
    background-image: url("../img/flor2.png");
    animation-delay: 4s;
  }

  .contenedor-flores::nth-child(11) {
    top: 55%;
    background-image: url("../img/flor1.png");
    animation-delay: 6s;
  }

  .contenedor-flores::nth-child(12) {
    top: 75%;
    background-image: url("../img/flor2.png");
    animation-delay: 8s;
  }
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.hero-subtitle {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 500;
  margin: 0;
}

h1,
h2 {
  margin-top: 0;
  font-family: 'Poppins', sans-serif;
  margin-bottom: -0.8rem;
  color: #494949;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}

.necesitas-conf {
  font-family: 'Poppins';
  font-weight: 700;
}

#dialog-conf {
  text-align: center !important;
  font-style: normal !important;
  margin-top: 0.3rem !important;
  font-size: clamp(0.9rem, 2vw, 1.4rem);
  line-height: 1.3;
}

.descubre-bold {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
}

.video-header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  width: 100%;
}

.video-titulo-split {
  display: flex;
  align-items: center;
  gap: 1.25rem; /* 20px */
}

.titulo-principal {
  display: flex;
  flex-direction: column;
  text-align: right;
  line-height: 0.9;
}

.titulo-principal .descubre {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  font-weight: 300;
  color: #3ca39b;
  text-transform: none;
}

.titulo-principal .opcion-ideal {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #3ca39b;
  margin-top: 0.5rem;
}

.linea-divisora {
  width: 0.125rem; /* 2px */
  height: 6.25rem; /* 100px */
  background-color: #5a5a5a;
  flex-shrink: 0;
}

.subtitulo-texto {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(0.9rem, 1.5vw, 1.5rem);
  font-weight: 400;
  color: #494949;
  max-width: 13.75rem; /* 220px */
  line-height: 1.2;
}

/* Estado inicial */
.anim-left,
.anim-right {
  opacity: 0;
}

/* Izquierda (sale desde el centro hacia la izquierda) */
.anim-left {
  transform: translateX(40px);
  animation: salirIzquierda 1s ease forwards;
}

/* Derecha (sale desde el centro hacia la derecha) */
.anim-right {
  transform: translateX(-40px);
  animation: salirDerecha 1s ease forwards;
}

/* Animaciones */
@keyframes salirIzquierda {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes salirDerecha {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.mejor-bold {
  font-size: 2.5rem;
}

.banner-texto h2 {
  margin-bottom: 0 !important;
}

h5 {
  margin-top: 0;
  font-family: 'Poppins', Bold;
  font-size: 1.6rem;
  color: #494949;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #494949;
}

li {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #494949;
}

.hero-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0;
}

#logo_conf {
  width: clamp(13rem, 28vw, 20rem);
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: -1rem;
  margin-bottom: -1.7rem;
}

#slogan-conf {
  width: clamp(18rem, 50vw, 28rem);
  margin: 0.3rem auto 0 auto;
}

@media (min-width: 769px) {
  .hero-header {
    flex-direction: row; /* Los pone uno al lado del otro */
    gap: 2rem;           /* Espacio entre el logo y el slogan */
    padding: 1.5rem 2rem;
  }

  #logo_conf {
    margin: 0;           /* Quitamos los márgenes negativos en PC */
    width: 250px;        /* Ajusta el tamaño según prefieras */
  }

  #slogan-conf {
    margin: 0;           /* Quitamos los márgenes de centrado */
    width: 350px;        /* Ajusta el tamaño según prefieras */
  }
}

@keyframes aparecerLogo {
  0% {
    opacity: 0;
    transform: translateY(-1.25rem) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.card-hero {
  background: white;
  border-radius: 0.75rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  margin: auto;
  box-shadow: 0 1.25rem 3.25rem rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 75rem;
}

.video-container {
  display: flex;
  justify-content: center;
  margin: 4rem 0;
  margin-top: -1rem;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 37.5rem; /* 600px */
  margin: auto;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
}

.video-hero {
  width: 100%;
  height: auto;
  display: block;
}

.video-wrapper:hover .video-hero {
  transform: scale(1.03);
}

.video-control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease;
}

.video-control:hover {
  transform: translate(-50%, -50%) scale(1.08);
}

.icon-play {
  width: 0;
  height: 0;
  border-left: 1.25rem solid white;
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
}

.icon-pause {
  display: none;
  position: relative;
  width: 1.125rem; /* 18px */
  height: 1.125rem; /* 18px */
}

.icon-pause::before,
.icon-pause::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0.25rem; /* 4px */
  height: 1.125rem; /* 18px */
  background: white;
}

.icon-pause::before { left: 0.1875rem; /* 3px */ }
.icon-pause::after { right: 0.1875rem; /* 3px */ }

.video-control.hide { opacity: 0; }

.product-card {
  background: #d0e6df;
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  transition: all .3s ease;
  overflow: hidden;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
}

.animar { opacity: 0; }

.product-card:hover {
  transform: translateY(-0.5rem) scale(1.02);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, .15);
}

.img-circle { margin-bottom: -0.8rem; }

.product-img {
  width: 10rem;
  max-width: 100%;
  margin-bottom: 1rem;
}

.product-card h5 {
  font-weight: 600;
  margin-top: .5rem;
}

.product-card p { color: #6b7280; }

.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  background: #5ebbbe;
  color: white;
  padding: 0.9rem 1.4rem;
  border-radius: 3rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
  transition: all .3s ease;
  z-index: 999;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.625rem; /* 10px */
  align-items: center;
}

.whatsapp-float:hover {
  background: #20b455;
  transform: scale(1.05);
  color: #000000;
}

.whatsapp {
  grid-row: 1 / span 2;
}

.pregunta-whats {
  font-family: 'Poppins';
  font-weight: 700;
  margin-bottom: -0.1rem;
}

.respuesta-whats {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
}

@media (max-width: 62rem) { /* 992px */
  .card-hero { padding: 2.5rem; }
  .product-img { width: 7rem; }
}

@media (max-width: 48rem) { /* 768px */
  .video-titulo-split {
    display: grid;
    grid-template-columns: 1fr 0.125rem 1fr; /* 2px */
    align-items: center;
    gap: 0.75rem; /* 12px */
    width: 100%;
  }

  .titulo-principal { text-align: left !important; }

  .titulo-principal .descubre,
  .titulo-principal .opcion-ideal {
    display: block;
    white-space: nowrap;
  }

  .linea-divisora {
    width: 0.125rem !important; /* 2px */
    height: 4.375rem !important; /* 70px */
    background: #5a5a5a;
    justify-self: center;
    align-self: center;
  }

  .subtitulo-texto {
    text-align: left !important;
    max-width: none;
  }

  .descubre-bold { font-size: 1.5rem; }
  .mejor-bold { font-size: 1.5rem; }

  .video-titulo {
    line-height: 1.0;
    display: block;
  }

  .video-title-cel { font-size: 1.4rem; }

  .video-container {
    margin-top: 1.5rem;
    margin-bottom: 1.6rem;
  }

  .titulos { margin-bottom: -3rem; }

  #slogan-conf {
    width: 65%;
    margin-top: -1.5rem;
    margin-bottom: -0.5rem;
  }

  .hero-section { padding: 3rem 1rem; }
  .card-hero { padding: 2rem; }
  .titulos { font-size: 1.5rem; }
  .product-card { padding: 1.2rem; }

  .whatsapp-float {
    right: 1rem;
    bottom: 1rem;
    padding: 0.7rem 1rem;
    max-width: 13.75rem; /* 220px */
  }

  .whatsapp { width: 2rem; }
  .pregunta-whats { font-size: 0.85rem; }
  .respuesta-whats { font-size: 0.75rem; }

  .video-control {
    width: 3.438rem;
    height: 3.438rem;
  }

  .icon-play {
    border-left: 1rem solid white;
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
  }

  .icon-pause::before,
  .icon-pause::after { height: 1rem; }

  #logo_conf {
    width: 13rem;
    margin-top: -1rem;
    margin-bottom: -1.6rem;
  }

  #slogan-conf {
    width: 85%;
    margin-top: 0.2rem;
    margin-bottom: 0;
  }

  .hero-subtitle { font-size: 1.2rem; }
  .hero-section { padding-top: 1.5rem; }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem; /* 12px */
    text-align: center;
  }

  .footer-social { justify-content: center; }

  .review-body {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .review-avatar {
    width: 8rem;
    height: auto;
    margin-top: 0.000625rem; /* 0.01px -> aprox 0 en rem */
    margin-bottom: 0.000625rem;
  }

  .review-text-content h5 { text-align: center; }
  .review-text-content p { text-align: center; }

  .banner-conf { margin-bottom: 1.9rem; }
  .banner-img { min-height: 10rem; /* 160px */ }

  .banner-texto h2 {
    font-size: clamp(1rem, 4vw, 1.6rem);
    line-height: 1.2;
    margin-bottom: 0.1875rem; /* 3px */
  }

  #dialog-conf {
    font-size: clamp(0.8rem, 3vw, 1.1rem);
    line-height: 1.25;
  }

  .img-pañales {
    width: 16rem;
    margin-bottom: 0.1875rem; /* 3px */
  }

  .video-titulo-split {
    flex-direction: column;
    gap: 0.625rem; /* 10px */
  }

  .titulo-principal { text-align: center; }

  .linea-divisora {
    width: 3.125rem; /* 50px */
    height: 0.125rem; /* 2px */
  }

  .subtitulo-texto {
    text-align: center;
    max-width: 100%;
  }

  body::before{
    width: 15.625rem; /* 250px */
    background-size: 15.625rem auto;
    z-index: 1;
    opacity: 0.4;
  }
  body::after{
    width: 15.625rem; /* 250px */
    background-size: 15.625rem auto;
    z-index: 0;
    opacity: 0.4;
  }
}

@media (max-width: 30rem) { /* 480px */
  .card-hero { padding: 1.5rem; }
  .product-img { width: 7rem; }
  .titulos { font-size: 1.3rem; }
  .title {
    white-space: normal;
    font-size: 1.3rem;
  }
  .flower-decor { width: 5.625rem; /* 90px */ }
}

@media (min-width: 87.5rem) { /* 1400px */
  #logo_conf { width: 24rem; }
}

.footer {
  background: #818794;
  padding: 1.875rem 1.25rem; /* 30px 20px */
  font-size: 1rem; /* 16px */
}

.footer-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 2.5rem; /* 40px */
}

.footer-social {
  display: flex;
  gap: 0.9375rem; /* 15px */
}

.footer-social img {
  width: 2.7rem;
  height: auto;
  transition: 0.3s;
}

.footer-social img:hover { transform: scale(1.15); }

.footer-brand {
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.footer-copy {
  opacity: 0.9;
  color: #ffffff;
}

.whatsapp {
  width: 2.6rem;
  flex-shrink: 0;
}

.footer-text {
  font-family: 'Lato', sans-serif !important;
  text-align: center;
  margin-top: 0.6rem;
  color: #000000;
  font-size: .9rem;
  font-weight: 500;
}

.product-tabs {
  display: flex;
  gap: 0.5rem;
  margin: 0.8rem 0;
}

.tab-btn {
  flex: 1;
  padding: 0.5rem;
  font-weight: 600;
  border: none;
  border-radius: 0.5rem;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #494949;
  -webkit-tap-highlight-color: transparent;
}

.tab-btn.active {
  background: #5ebbbe !important;
  color: #fff !important;
  border-color: #5ebbbe !important;
}

.unitalla-btn {
  background: #ffffff;
  color: #494949;
  border-color: #ccc;
}

.unitalla-btn.active {
  background: #5ebbbe;
  color: #fff;
  border-color: #5ebbbe;
}

.tab-btn.active:hover,
.tab-btn.active:focus,
.tab-btn.active:active {
  background: #5ebbbe !important;
  color: #fff !important;
  border-color: #5ebbbe !important;
}

.tab-btn:focus,
.tab-btn:active { outline: none; }

.tab-content { margin-top: 0.5rem; }

.tab-panel { display: none; }

.tab-panel.active { display: block; }

.title {
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal !important;
  margin: 0.5rem 0;
  white-space: nowrap;
  text-align: left;
}

.title span {
  font-weight: 400;
  font-style: normal;
}

#des { font-size: 1.1rem; }

#pato {
  font-weight: 700;
  font-style: normal;
  text-align: left;
}

.blue-card .title { color: #04a9a4; }

.green-card .title {
  color: #a1ac31;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.375rem 0.625rem; /* 6px 10px */
  line-height: 1.3;
}

.orange-card .title {
  color: #e79052;
  font-weight: 400;
  font-style: normal;
}

.subtitle {
  font-size: 0.9rem;
  color: #555;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  font-style: normal;
  text-align: left;
}

.subtitle strong { color: #333; }

.features {
  padding-left: 1.2rem;
  margin: 0.4rem 0;
}

.features li {
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
  color: #444;
  text-align: left;
}

.blue-card .features li::marker { color: #04a9a4; }
.green-card .features li::marker { color: #b7c242; }
.orange-card .features li::marker { color: #f5a46c; }

.extra {
  font-size: 0.85rem;
  color: #666;
  text-align: center;
  margin-top: 0.5rem;
  text-align: left;
}

.tab-content { margin-top: 0.3rem; }

.desc-pull-m::marker {
  color: #000000;
  font-weight: bold;
}

.desc-pull-g::marker {
  color: #00af66;
  font-weight: bold;
}

.desc-cal-m::marker {
  color: #ffb936;
  font-weight: bold;
}

.desc-cal-g::marker {
  color: #00af66;
  font-weight: bold;
}

.desc-predo::marker {
  color: #f79400;
  font-weight: bold;
}

.animar-video { opacity: 0; }

.reviews-section {
  position: relative;
  overflow: visible;
  padding: 3.125rem 0; /* 50px */
  z-index: 1;
}

.flower-decor {
  position: absolute;
  width: 9.375rem; /* 150px */
  height: auto;
  z-index: 1;
  opacity: 0.8;
  pointer-events: none;
}

.top-right {
  top: -2.5rem; /* -40px */
  right: -1.25rem; /* -20px */
  transform: rotate(15deg);
}

.bottom-left {
  bottom: -2.5rem; /* -40px */
  left: -1.25rem; /* -20px */
  transform: rotate(-15deg);
}

.reviews-container-main {
  background: white;
  position: relative;
  z-index: 10;
  border-radius: 1rem;
  padding: 2.5rem;
  max-width: 37.5rem; /* 600px */
  margin: 2rem auto;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05); /* 10px 30px */
}

@media (max-width: 48rem) { /* 768px */
  .flower-decor {
    width: 7.5rem; /* 120px */
    z-index: 1;
  }

  .top-right {
    top: -1.25rem; /* -20px */
    right: -0.625rem; /* -10px */
    transform: rotate(20deg);
  }

  .bottom-left {
    bottom: -1.25rem; /* -20px */
    left: -0.625rem; /* -10px */
    transform: rotate(-20deg);
  }

  .reviews-container-main {
    padding: 1.5rem;
    width: 90%;
    margin: 1rem auto;
  }
}

.reviews-header {
  text-align: left;
  margin-bottom: 1.5rem;
}

.reviews-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #494949;
  margin-bottom: 0.2rem;
}

.reviews-subtitle {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-size: 1rem;
  color: #777;
  margin: 0;
}

.reviews-line {
  border: 0;
  border-top: 0.0625rem solid #ccc; /* 1px */
  margin: 1rem 0 2rem 0;
  opacity: 1;
}

.review-card-inner {
  border: 0.0625rem solid #999; /* 1px */
  border-radius: 1.5rem;
  padding: 1.5rem;
  min-height: 11.25rem; /* 180px */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0.5rem;
}

.review-body {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.review-avatar {
  width: 12rem;
  height: auto;
  object-fit: cover;
}

.review-text-content h5 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #444;
}

.review-text-content p {
  margin: 0.3125rem 0 0 0; /* 5px */
  font-size: 0.85rem;
  line-height: 1.4;
  font-style: normal;
  color: #555;
}

.stars {
  text-align: center;
  color: #ecc903;
  font-size: 1.8rem;
  margin-top: 1rem;
  letter-spacing: 0.3125rem; /* 5px */
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1); /* 1px 1px 1px */
}

.carousel-indicators {
  position: relative;
  bottom: 0;
  margin-top: 2rem;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 0.625rem; /* 10px */
}

.carousel-indicators [button],
.carousel-indicators button {
  width: 0.75rem !important; /* 12px */
  height: 0.75rem !important; /* 12px */
  border-radius: 50% !important;
  background-color: #ccc !important;
  border: none !important;
  opacity: 1 !important;
  transition: background-color 0.3s ease;
}

.carousel-indicators button.active {
  background-color: #444 !important;
}

.carousel-fade .carousel-item { transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end { opacity: 1; }
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end { opacity: 0; }

.banner-conf {
  position: relative;
  width: 100%;
  height: auto;
  margin: 2rem 0 3rem 0;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-img {
  width: 100%;
  height: auto;
  min-height: 12.5rem; /* 200px */
  object-fit: cover;
  display: block;
  border-radius: 1rem;
}

.banner-texto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  max-width: 37.5rem; /* 600px */
  padding: 0 0.9375rem; /* 15px */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-pañales {
  width: clamp(8rem, 32vw, 30rem);
  height: auto;
  display: block;
  margin: 0 auto 0.6rem auto;
}

@media (min-width: 48rem) and (max-width: 61.9375rem) { /* 768px - 991px */
  .banner-img {
    height: 12.5rem; /* 200px */
    min-height: 12.5rem;
  }
  .banner-texto h2 { font-size: 1.4rem; }
  #dilog-conf { font-size: 1rem; }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) { /* 992px - 1199px */
  .banner-img { height: 15rem; /* 240px */ }
  .banner-texto h2 { font-size: 1.6rem; }
  #dilog-conf { font-size: 1.1rem; }
  .img-pañales { width: 11.25rem; /* 180px -> corregí según contexto anterior */ }
}

@media (min-width: 75rem) { /* 1200px */
  .banner-img {
    width: 100%;
    height: 18.75rem; /* 300px */
    object-fit: cover;
  }
}

@media (max-width: 26.25rem) { /* 420px */
  .banner-texto { width: 95%; }
  .banner-texto h2 { font-size: 1rem; }
  #dialog-conf { font-size: 0.8rem; }
  .img-pañales { width: 14rem; }
  #logo_conf { width: 11.5rem; }
  #slogan-conf { width: 92%; }
}

@media (min-width: 48.0625rem) and (max-width: 64rem) { /* 769px - 1024px */
  #logo_conf {
    width: 20rem;
    margin-top: -5rem;
    margin-bottom: -7rem;
  }
  #slogan-conf {
    width: 60%;
    margin-top: -0.5rem;
  }
  .hero-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.features li::before {
  background: var(--bullet-color, #2fa39a);
}

.product-card { --bullet-color: #2fa39a; }
.product-card.green-active { --bullet-color: #b4c43b; }
.product-card.orange-active { --bullet-color: #f39a5f; }

body::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 31.25rem; /* 500px */
  background: url("../img/f1.png") repeat-y left top;
  background-size: 31.25rem auto; /* 500px */
  z-index: 1;
  pointer-events: none;
  opacity: 0.6;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 31.25rem; /* 500px */
  background: url("../img/f2.png") repeat-y right top;
  background-size: 31.25rem auto; /* 500px */
  z-index: 0;
  pointer-events: none;
  opacity: 0.6;
}