* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Work Sans", sans-serif;
}
main {
  overflow: hidden;
}
h1 {
  visibility: hidden !important;
  position: absolute;
}
h2 {
  font-weight: 300;
  font-size: 27px;
  text-align: center;
}
b {
  font-weight: bold;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.row {
  justify-content: center;
}
.logos {
  max-height: 2.7vw;
}
img {
  object-fit: contain;
}
header {
  position: fixed;
  width: 100%;
  padding: 3px 0;
  z-index: 99;
  transition: 0.5s ease all;
	background-color: #1c1b1b;
}
header.scroll {
  background-color: #1c1b1b;
  color: #000;
  /* box-shadow: 1px 1px 8px #faeaaa; */
  /* box-shadow: 1px 1px 8px #faeaaa; */
}
header.scroll nav {
  background-color: #09960d;
}
header .navbar-collapse {
  flex-grow: 0;
}
header img {
  max-height: 45px;
  min-width: 400px;
}

header nav.navbar {
  background-color: transparent !important;
}
header nav.navbar li {
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
header nav.navbar li a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  transition: 0.5s ease all;
}
header nav.navbar li a:hover{
  color: #43ae2a;
}
header #flotante {
  max-width: 400px;
  width: 100%;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
header #flotante figure {
  background-color: #000;
  display: flex;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 1px 1px 5px #000;
  transition: 0.5s ease all;
  max-width: 400px;
  margin: 0;
}
header #flotante figure .caja-ico {
  background-color: #09960d;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
header #flotante figure figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  transition: 0.5s ease all;
}
header #flotante figure figcaption p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}
header #flotante figure figcaption p span {
  font-weight: 700;
}
header #flotante figure:hover {
  background-color: #fff;
}
header #flotante figure:hover figcaption p {
  color: #000;
}
container {
	max-width: 100% !important
}
#home {
  background: #fed001;
  /* background-image: url("https://parquearauco.modyocdn.com/uploads/ef8c0cba-4b22-49c8-8e29-01d44d0ce533/original/f-oa_02.jpg"); */
  background-image: url("https://parquearauco.modyocdn.com/uploads/d839dfab-5948-492f-9a43-cfa7081069bb/original/1440_2_02.jpg");
  background-size: 81%;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 137px;
  min-height:40vw;
  position:relative;
}
#home .llamado {
  max-height: 7vw;
  margin-bottom:1.2vw;
}
#home #llamado {
  margin: 0 auto;
}
#home #llamado .col-xl-10 {
  text-align: center;
  display: flex;
  flex-direction: column;
}
#home #llamado .col-xl-10 h2 {
  margin: 10px 0;
}
/* #home p,
#home h2 {
  font-weight: 700;
  color: #904F21;
  font-size: 33px;
  margin-top: 10px;
  margin-bottom: 0;
} */
#home h4 {
  font-weight: 700;
  color: #904F21;
  font-size: 23px;
  /* margin-top: 10px; */
  margin-bottom: 0;
  /* line-height: 55px; */
}
/* #home p span,
#home h2 span {
  background-color: #e64153;
  padding: 5px 19px;
  margin: 0px;
  text-shadow: 2px 3px 0px #000;
} */
#home #premio-mayor {
  background-image: url("https://parquearauco.modyocdn.com/uploads/ca4aa8fe-b579-4d51-bdbf-ab117148e11e/original/nube-5.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 5vw 0 180px 0;
  text-align: center;
}
#home #premio-mayor .col-xl-12 {
  display: flex;
  justify-content: center;
}
#home #premio-mayor .col-xl-12 img {
  min-width: 90vw;
}
#home #autos {
  position: relative;
}
#home #autos::after {
  content: '';
  width: 12vw;
  height: 12vw;
  background-image: url("https://parquearauco.modyocdn.com/uploads/87741efd-f215-4edc-ada5-0fa3d77b9626/original/globo-sorteo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -60%;
  right: 8%;
  animation: rebota 1s alternate infinite ease-out;
}
#home .productos {
  display: flex;
  justify-content: space-between;
}
#home .productos figure img {
  width: 100%;
  height: 100px;
  max-width: 120px;
  object-fit: contain;
}
#home .productos figure p {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
}


/* GOTA */
.gota {
  background-color: #1c1b1b;
  border-radius: 200px 0px 200px 200px;
  padding: 55px;
  position: absolute;
  left: 50%;
  top: 62%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 345px;
  border: 11px solid #43ae2a;
  text-align: center;
  line-height: 2.3rem;
  align-content: center;
  animation: latido 1.5s infinite ease-in-out;

}

.gota h2 {
  color: #44AE2A; 
  font-weight: bold;
  font-size: 52px;
  line-height: 0.8rem !important;
  margin: 0;
}

.gota p {
  color: #ffffff;
  font-size: 52px;
  font-weight: 600;
}

.gota p span {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
}


@media (max-width: 991px) {
  .gota {
    padding: 44px;
    left: 50%;
    top: 50%;
    width: 495px;
    height: 233px;
  }
  .gota h2 {
    font-size: 45px;
    line-height: 0.8rem !important;
  }

  .gota p {
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
    line-height: 2rem;
  }
  
  .gota p span {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
  }
}

@media (max-width: 820px) {
  .gota {
    top: 61%;
  }
}

@media (max-width: 600px) {
  .gota {
    top: 60%;
    transform: translate(-50%, -50%);
    width: 334px;
    height: 198px;
    padding: 49px;
  }

  .gota h2 {
    font-size: 29px;
    line-height: 0.8rem !important;
  }

  .gota p {
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.3rem;
  }
  
  .gota p span {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
  }
}

@keyframes latido {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Suscripcion */

.suscribete {
  background-color: #fed001;
  padding: 45px 0 70px 0;
  text-align: center;
}
.suscribete .container {
  max-width: 900px;
  margin: 0 auto;
}
.suscribete .contenido p {
  font-size: 28px;
  color: #000;
  margin: 5px 0;
  line-height: 1.5rem;
}
.suscribete .contenido p strong {
  font-weight: bold;
}
.suscribete .boton {
  display: inline-block;
  background-color: #1c1b1b;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 20px;
}
.suscribete .boton:hover {
  background-color: #333;
}

@media (max-width: 1190px) {
  .suscribete {
    padding: 10px 0 70px 0;
  }
}

@media (max-width: 600px) {
  .suscribete .contenido p {
    font-size: 18px;
  }
}

/* Beneficios */

#beneficios {
  padding: 50px 0 0 0;
}
.chica-beneficio {
  max-width: 100%;
  height: auto;
}
.descuento {
  margin-bottom: 3rem;
}
.beneficio-item {
  width: 81%;
  justify-self: center;
}
.descuento .hasta {
  background-color: #43ae2a;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1rem;
}
.descuento .dscto {
  font-size: 1.2rem;
}
.marcas {
  font-size: 1.2rem;
  font-weight: bold;
  color: #43ae2a;
}
.beneficios-torre {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.beneficio-card {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 10px;
  padding: 15px 28px;
  text-align: left;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.beneficio-card:hover {
  transform: scale(1.05);
}
.beneficio-card img {
  max-width: 70px;
  margin-right: 20px;
}
.beneficio-card p {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  margin: 0;
}
.beneficio-card p span {
  font-weight: bold;
  color: #43ae2a;
}
.chica-descuento {
  width: 100%;
}
.descuento-miembros {
  width: 54%;
}

@media (min-width: 900px) and (max-width: 992px) {
  .beneficio-item {
    width: 135%;
    justify-self: center;
  }
}

@media (max-width: 991px) {
  #beneficios .row {
      display: flex;
      flex-direction: column-reverse; /* Invierte el orden */
      align-items: center;
      text-align: center;
  }

  .chica-descuento {
      order: 2; /* Se coloca después de los beneficios */
  }

  .descuento, .beneficio-item {
      order: 1; /* Mantiene los beneficios antes de la imagen */
  }
}

@media (max-width: 768px) {
  .descuento {
      font-size: 2rem;
      text-align: center;
  }
  .beneficio-card {
      flex-direction: row;
      align-items: center;
  }
  .beneficio-card img {
      max-width: 50px;
      margin-right: 10px;
  }
  .beneficio-card p {
      font-size: 0.9rem;
  }
  .beneficios-torre {
      align-items: center;
  }
}

/* Como participar */
#como-participar {
  padding: 50px 0;
  /* padding-top: 100px; */
  background-color: #fcfdf8;
}
#como-participar .row:nth-child(2) {
  margin: 0 0 50px 0;
}
#como-participar .row >div:first-child figure::before {
  content: '1';
}
#como-participar .row >div:nth-child(2) figure::before {
  content: '2';
}
#como-participar .row >div:last-child figure::before {
  content: '3';
}
#como-participar figure {
  background-color: #ffd000;
  display: flex;
  border-radius: 35px;
  align-items: center;
  height: 120px;
  max-width: 400px;
  margin: 0 auto;
  padding: 15px;
  position: relative;
  box-shadow: 1px 1px 5px #000;
}
#como-participar figure::before {
  content: '';
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #09960d;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  left: -8px;
  top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 5px #000;
}
#como-participar figure .caja-ico {
  background-color: #fcfdf8;
  border-radius: 100px;
  padding: 20px;
  height: 90px;
  width: 90px;
}
#como-participar figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#como-participar figure p {
  color: #000;
  font-size: 17px;
  text-align: start;
  margin: 0;
  padding-left: 20px;
  font-weight: 400;
  line-height: 26px;
}
#como-participar figure p span {
  font-weight: 700;
}
#como-participar figure p span.verde {
  background-color: #43ae2a;
  padding: 5px;
  border-radius: 5px;
}
.losLogos {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.losLogos img {
  min-height: 75px;
  margin-bottom: 3rem;
}
.participa-aqui {
  margin: 0 auto;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  background-color: #43ae2a;
  padding: 11px 30px;
  border-radius: 50px;
  box-shadow: 1px 1px 5px #000;
  transition: 0.5s ease all;
}
.participa-aqui::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("https://parquearauco.modyocdn.com/uploads/a0a26de6-ed30-441d-b1f1-aeee49c63d57/original/ico-whatsapp.svg");
  background-position: center;
  background-size: 55%;
  background-repeat: no-repeat;
  background-color: #09960d;
  display: block;
  border-radius: 50px;
  margin-left: 10px;
  padding: 15px;
}
.participa-aqui:hover {
  background-color: #1ab8a9;
  color: #000;
}
#fechas {
  padding: 25px 10px;
  background-color: #fcfdf8;
}
#fechas .col-lg-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}
#fechas h2 {
  margin: 30px 0;
  color: #000000;
}
#como-participar h2 {
  color: #000;
  margin: 0 0 70px 0;
}
#fechas p {
  font-weight: 700;
  color: #000;
  font-size: 25px;
  text-align: center;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fechas p span {
  color: #43ae2a;
  margin-left: 10px;
}
#fechas p::before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("https://parquearauco.modyocdn.com/uploads/4801e23f-0c44-4e85-9807-2c81344966d3/original/ico-fecha.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-right: 10px;
}
#ganadores{
  padding: 0 10px 60px 10px;
}
#ganadores h2{
  margin: 30px 0;
}
#premios {
  background-color: #ffd000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 3vw 0 10vw 0;
  position: relative;
}
#premios h2 {
  color: #000;
}
#premios .row {
  justify-content: center;
  margin: 65px 0;
}
#premios img {
  width: 100%;
  margin: 30px 0;
}
#premios .autos {
  margin-top: 100px;
}
#premios .col-xl-10 {
  position: relative;
}
/* #premios .col-xl-10::after {
  content: '';
  width: 160px;
  height: 120px;
  background-image: url("https://parquearauco.modyocdn.com/uploads/87741efd-f215-4edc-ada5-0fa3d77b9626/original/globo-sorteo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 15px;
  right: 125px;
  animation: rebota2 1s alternate infinite ease-out;
} */
#premios #mas-premios figure {
  width: 10vw;
  height: 10vw;
  min-width: 150px;
  min-height: 150px;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:80px;
  border: 4px solid black;
}
#premios #mas-premios figure img {
  width: 100%;
  object-fit: contain;
  max-height: 7vw;
  max-width: 8vw;
  min-width: 100px;
  min-height: 100px;
  margin: 0;
  transition: 0.5s ease all;
  filter: drop-shadow(5px 5px 5px #222);
}
#premios #mas-premios figure img:hover {
  transform: scale(1.1);
}
#premios #mas-premios figure figcaption {
  position: absolute;
  bottom: -80px;
  min-height: 65px;
}
#premios #mas-premios figure figcaption p {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
#video {
  background-color:#fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 12vw 0;
  margin: -20vw 0;
}
#video .video {
  display: block;
  position: relative;
  margin: 10vw 0;
  margin-top: 20px;
  border-radius: 30px;
  overflow: hidden;
}
#video  h2{
  margin-top: 15vw;
  color: #cc1517;
  margin-bottom: 40px;
}
#video .video >img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#video .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease all;
  z-index: 9;
  width: 100px;
  height: 100px;
}
#video .video:hover .play {
  transform: translate(-50%, -50%) scale(1.1);
}
#otros {
  background-color: #ffd100;
  /* background: linear-gradient(161deg, #e9edd4, #88c8ff); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 3% 0 50px 0;
}
#preguntas-frecuentes h2 {
  color: #fff;
}
#preguntas-frecuentes .accordion-item {
  margin: 30px 0;
  border-radius: 10px;
  overflow: hidden;
  border: none;
}
#preguntas-frecuentes .accordion-item .accordion-button {
  background-color: #fff;
  box-shadow: none;
  font-weight: 700;
}
#preguntas-frecuentes .carousel-item {
  padding: 20px;
}
#preguntas-frecuentes .carousel-indicators {
  bottom: -30px;
  justify-content: flex-end;
  padding: 0;
  margin-right: 20px;
}
#preguntas-frecuentes .carousel-indicators button {
  box-sizing: content-box;
  flex: 0;
  min-width: 30px !important;
  min-height: 30px !important;
  padding: 0;
  text-indent: 0;
  border: 0;
  border-top: 0;
  border-bottom: 0;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  opacity: 1;
  background-color: transparent;
}
#preguntas-frecuentes .carousel-indicators button.active {
  background-color: #e64153;
}
#terminos-y-condiciones {
  padding: 50px 0;
}
/* #terminos-y-condiciones a {
  display: flex;
  align-items: center;
  width: fit-content;
  color: #fff;
  background-color: #43ae2a;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 50px;
  margin: 0 auto;
  transition: 0.5s ease all;
  box-shadow: 1px 1px 1px #000;
} */
/* #terminos-y-condiciones a::after {
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  background-image: url("https://parquearauco.modyocdn.com/uploads/485f4534-f59d-48ba-8ce1-6933fcf45091/original/ico-download.svg");
  background-color: #0047d7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 53%;
  border-radius: 50px;
  margin-left: 10px;
  transition: 0.5s ease all;
  display: none;
} */
#terminos-y-condiciones a:hover {
  background-color: #235818;
  color: #fff;
  box-shadow: 1px 1px 1px #000;
}
#terminos-y-condiciones a:hover::after {
  background-image: url("https://parquearauco.modyocdn.com/uploads/87ec1013-6b2e-46b5-bd12-64c599de27a0/original/ico-download-celeste.svg");
  background-color: #fff;
}
#contacto h2 {
  color: #000;
}
#contacto a {
  color: #fff;
}
#contacto h2 {
  font-size: 16px;
  text-align: center;
  margin: 20px 0;
}
#contacto ul {
  background-color: #1d252d;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
}
#contacto ul li {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
#contacto ul li.rrss::before {
  content: '';
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  display: block;
  border-radius: 50px;
  margin-right: 10px;
}
#contacto ul li.ig:before {
  background-image: url("https://parquearauco.modyocdn.com/uploads/880e2da5-01b7-404b-b99c-ba813a9dc2b8/original/ico-instagram.svg");
}
#contacto ul li.fb:before {
  background-image: url("https://parquearauco.modyocdn.com/uploads/d06d3347-6777-496e-a01f-a13c351a6cd7/original/ico-facebook.svg");
}
#contacto ul li.web:before {
  background-image: url("https://parquearauco.modyocdn.com/uploads/75f86dbd-126d-4125-8235-be1961d66dcc/original/ico-web.svg");
}
#contacto ul li.tik:before {
  background-image: url("https://parquearauco.modyocdn.com/uploads/7a42f454-0456-45af-a024-2a33b5be1f22/original/logo-tiktok.svg");
}
#contacto ul.data {
  padding: 35px;
}
#contacto ul.data >li {
  padding: 0 3% 0 2%;
  margin: 0;
}
#contacto ul.data >li ul {
  align-items: start;
  padding: 0;
}
#contacto ul.data >li ul li {
  margin: 5px 20px;
}
#contacto ul.data >li:nth-child(3) ul li,
#contacto ul.data >li:nth-child(4) ul li {
  text-align: start;
}
#contacto ul.data >li:nth-child(2),
#contacto ul.data >li:nth-child(3) {
  border-right: 1px solid #fff;
}
#contacto ul.data a {
  font-weight: 700;
  font-size: 15px;
  transition: 0.5s ease all;
}
#contacto ul.data a:hover {
  color: #000;
}
footer {
  position: relative;
  margin-top: 50px;
}
footer p{
	color: #000;
}
footer img {
  max-height: 50px;
}
footer ul {
  display: flex;
  padding: 0;
  margin: 20px 0;
}
footer ul li {
  margin: 0 20px;
}
footer ul li a {
  color: #000;
  font-weight: 700;
  font-size: 13px;
  transition: 0.5s ease all;
}
footer ul li a:hover {
  color: #000;
}
footer .col-xl-10 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tabla {
    background-color: #e64153;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.tabla .cabecera{
    display: grid;
    grid-template-columns: 20% 70% 10%;
    background-color: #ffd000;
    padding: 20px 60px;
    color: #000;
}
.tabla .cabecera div{
    text-align: center;
}

.tabla .body {
    padding: 0 40px;
    background-color: #fff5c8;
    color: #000;
}

.tabla .body .row-b {
    border-bottom: 1px solid #fff;
    display: grid;
    grid-template-columns: 20% 70% 10%;
    padding: 20px 40px;
    align-items: center;
    color: #000;
}
.tabla .body .row-b:last-child{
    border-bottom: none
}

.tabla .body .row-b div {
    text-align: center;
    color: #000;
}

.tabla.ganadores {
  background-color: #039e52;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.tabla.ganadores .cabecera{
  display: grid;
  grid-template-columns:repeat(5, 20%);
  background-color: #028741;
  padding: 20px 20px;
  color: #fff;
}
.tabla.ganadores .cabecera div{
  text-align: center;
}

.tabla.ganadores .body {
  padding: 0
}

.tabla.ganadores .body .row-b {
  border-bottom: 1px solid #fff;
  display: grid;
  grid-template-columns: repeat(5, 20%);
  padding: 20px 20px;
}
.tabla.ganadores .body .row-b:last-child{
  border-bottom: none
}

.tabla.ganadores .body .row-b div {
  text-align: center;
  color: #fff;
}

.tabla-mobile {
    background-color: #039e52;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
}
.tabla-mobile .cabecera{
    /* display: grid; */
    background-color: #028741;
    padding: 20px 0;
    color: #fff;
    width: 50%;
}
.tabla-mobile .cabecera div{
    text-align: flex-start;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid green;
}
.tabla-mobile .cabecera div:last-child, .tabla-mobile .body .row-b div:last-child{
  border: none;
}

.tabla-mobile .body {
    padding: 0 ;
    width: 50%
}

.tabla-mobile .body .row-b {
    border-bottom: 1px solid #fff;
    display: grid;
    padding: 20px 0;
    text-align: flex-start;
}
.tabla-mobile .body .row-b:last-child{
    border-bottom: none
}

.tabla-mobile .body .row-b div {
    text-align: flex-start;;
    color: #fff;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid green;
}
/*Estilos swiper*/
.cabecera_auto{
	display: flex;
    justify-content: center;
    background-color: #0049d2;
    padding: 20px 60px;
    color: #fff;
}
.card_ganadores_auto {
    background-color: #039E52;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    
}
.bajada_auto{
	padding: 20px;
}
.card_ganadores_auto h3, .card_ganadores_auto p{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 5px;
}
.card_ganadores_auto h3 b{
	font-size: 17px;
}
.cabecera_auto h3 b{
	margin-left: 10px;
}
.grid_auto_x2_r {
    display: grid;
    grid-template-columns: 70% 30%;
}
.grid_auto_x2 {
    display: grid;
    grid-template-columns: 50% 50%;
}
.grid_auto_x2_dif {
    display: grid;
    grid-template-columns: 65% 35%;
}
.bajada_auto img{
	width: 100%;
}
.flex-end-cl{
    display: flex;
    align-items: flex-end;
}
.swiper_ganadores{
	max-width: 1100px;
	margin-top: 50px;
}
/*Estilos acrodion*/
.accordion-header, .sub-accordion-header {
  background-color: #ffffff;
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 20px; 
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
  position: relative;
  color: #ffffff;
}
.accordion-header{
	background-color: #0047d7;
	box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.09);
	color: #fff;
	font-weight: bold;
}
.carret {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%) rotate(135deg);
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    transform-origin: center;
    transition: 0.4s ease-in-out all;
}
.sub-accordion-header .carret{
	border-right: 3px solid #5b5656;
    border-top: 3px solid #5b5656;
}
.rotar .carret {
    transform: translate(-50%, -50%) rotate(315deg);
}
.sub-accordion-header{
	color: #000;
	font-weight: bold;
}
.accordion-item, .sub-accordion-item{
	border: none;
}
.accordion-content {
  display: none; /* Ocultar todo el contenido del acordeón por defecto */
}

/* Mostrar contenido al hacer clic */
.accordion-content.active {
  display: block; /* Mostrar el contenido del acordeón cuando está activo */
  padding-left: 50px;
}

.accordion-text {
  padding: 10px;
}

.sub-accordion-content {
  display: none; /* Ocultar todo el contenido del acordeón por defecto */
}

/* Mostrar contenido al hacer clic */
.sub-accordion-content.active {
  display: block; /* Mostrar el contenido del acordeón cuando está activo */
}

.sub-accordion-text {
  padding: 10px;
}
.sub-accordion-text table {
    border-collapse: collapse;
    width: 100%;
    background-color: #EBEBEB;
    border-radius: 10px;
    margin: 20px 0;
    margin-top: 20px;
    max-width: 1000px;
    height: 178px;
    display: grid;
    align-items: center;
}

.sub-accordion-text th,.sub-accordion-text  td {
  border: 1px solid transparent;
  padding: 8px 20px;
  text-align: left;
  color: #2360DE;
  font-weight: bold;
}

.sub-accordion-text th{
    color: #34A3E7;
    width: 300px;
}

.sub-accordion-text th img,.sub-accordion-text  td img {
  display: block;
  margin: 10px auto;
  height: 70px;
}
.accordion{
    max-width: 1000px;
    margin-top: 100px;
}
/*Tabla versión html*/
.ganador {
    display: grid;
    width: 100%;
    background-color: #EBEBEB;
    border-radius: 10px;
    margin: 20px 0;
    grid-template-columns: 1fr 1fr 1fr 1fr 20%;
    padding: 30px;
}
.ganador img{
    height: 70px;
    margin-right: 20px;
    margin-left: auto;
    display: block;
}
.ganador p:first-child{
    color: #34A3E7;
    margin-bottom: 5px;
}
.ganador p{
    color: #2360DE;

    font-weight: bold;
}
@media (min-width: 1981px) {
  #home {
    background-size: 100% 85%;
  }
  #premios {
    background-size: 100% 100%;
  }
  #premios #mas-premios figure {
    max-width: 170px;
    max-height: 170px;
    margin: auto;
  }
  #premios #mas-premios figure img {
    max-height: 120px;
    max-width: 120px;
  }
}

@media (max-width: 1399px) {
  #contacto ul.data a {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  header .container {
    justify-content: center !important;
    justify-content: space-between !important;
  }
  header .navbar-brand {
    margin: 0;
  }
  header .navbar-toggler {
    border: none;
  }
  header .navbar-toggler p {
    display: none;
  }
  header .navbar-toggler .navbar-toggler-icon {
    background-image: url("https://parquearauco.modyocdn.com/uploads/18800055-ab8c-4b72-905f-1cadb32dfebe/original/ico-close.svg");
    transition: 0.5s ease all;
  }
  header .navbar-toggler:focus,
  header .navbar-toggler:focus:not(:focus-visible) {
    box-shadow: none;
  }
  header .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("https://parquearauco.modyocdn.com/uploads/c7f86432-804f-4b55-a7be-7a7c5ea6d257/original/ico-menu.svg");
  }
  header .navbar-collapse ul {
    padding: 30px 0;
  }
  header nav a {
    text-align: end;
  }
  .logos {
    max-height: fit-content;
    max-width: 100%;
  }
  #home {
    background-size: 100%;
    padding-top: 160px;
    min-height: 50vw;
  }
  /* #home h2 {
    font-size: 17px;
  } */
  #home .llamado {
    max-height: fit-content;
    max-width: 400px;
    margin: 0 auto;
  }
  #home #premio-mayor {
    padding: 50px 0 80px 0;
  }
  #home #premio-mayor .productos {
    flex-wrap: wrap;
  }
  #home #premio-mayor .productos figure {
    width: 33.33%;
  }
  #home #premio-mayor .productos figure img {
    height: 85px;
    max-width: 100px;
  }
  #home #premio-mayor .productos figure p {
    font-size: 14px;
  }
  #home #premio-mayor .col-xl-12 img {
    min-width: auto;
    max-width: fit-content;
    height: 150px;
  }
  #home #autos::after {
    display: none;
  }
  #home .participa-aqui {
    margin: 10px auto;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -90px;
  }
  #premios #mas-premios figure {
    margin: 40px auto;
  }
  #como-participar {
    padding: 0;
  }
  #como-participar h2 {
    font-size: 20px;
  }
  /* #como-participar h2 br {
    display: none;
  } */
  #como-participar figure {
    font-size: 18px;
    margin: 20px auto;
    height: 100px;
    border-radius: 25px;
  }
  #como-participar figure p {
    font-size: 13px;
  }
  #como-participar figure .caja-ico {
    height: 80px;
    width: 80px;
  }
  #video {
    padding: 25vw 0;
    margin: -30vw 0;
  }


  #contacto ul {
    flex-direction: column;
    align-items: flex-start;
  }
  #contacto ul h2 {
    width: 50%;
    align-self: center;
  }
  #contacto ul li {
    margin: 10px 20px;
  }
  #contacto ul.data {
    width: max-content;
    margin: auto;
  }
  #contacto ul.data >li {
    padding: 20px 3% 20px 2%;
    width: 100%;
  }
  #contacto ul.data >li:nth-child(3) ul li::before,
  #contacto ul.data >li:nth-child(4) ul li::before {
    visibility: visible;
    width: 40px;
    margin-right: 10px;
  }
  #contacto ul.data >li:nth-child(2),
  #contacto ul.data >li:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  footer {
    padding-bottom: 50px;
  }
  footer ul {
    flex-direction: column;
  }
  footer ul li {
    text-align: center;
    margin: 20px 0;
  }
}

@media (max-width: 991px) {
  #home {
    background-size: 100%;
    padding-top: 160px;
    min-height: 51vw;
  }

  #home .llamado {
    max-height: fit-content;
    max-width: 100%;
    margin-top: 3rem;
  }

  #video .container{
    background-color:white;
    position:relative;
  }

	.ganador {
	    grid-template-columns: 100%;
	}
	.ganador img {
	    margin: 10px auto;
	    height: 100px;
	}
	.accordion-content.active{
		padding-left: 0;
	}
  .losLogos {
    flex-direction: column;
  }
  .losLogos img {
    max-height: 80px;
  }
  #premios .col-xl-10::after {
    top: 0px;
    right: 115px;
  }
  #video .video {
    border-radius: 15px;
  }
  .accordion tr {
	    display: flex;
	    flex-direction: column;
	}
	.sub-accordion-text table{
		height: auto;
	}
}
@media (max-width: 567px) {
  header {
    padding: 0;
  }
  header nav {
    padding: 0 !important;
  }
  header nav li a {
    text-align: center;
  }
  header .navbar-collapse ul {
    padding: 30px 0;
  }
  header .navbar-collapse ul li {
    margin: 8px 0;
  }
  header .navbar-collapse ul .participa-aqui {
    margin-top: 20px;
  }
  header .container {
    justify-content: center !important;
    padding: 0;
  }
  header .container .navbar-brand {
    width: 100% !important;
    padding: 5px 0 5px 0 !important;
    justify-content: center !important;
    display: flex !important;
  }
  header .container .navbar-brand img {
    max-width: 80% !important;
    min-width: auto !important;
  }
  header .container .navbar-toggler {
    border-radius: 0 !important;
    padding: 20px 20px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: right !important;
    align-items: center !important;
  }
  header .container .navbar-toggler p {
    display: block !important;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
  }
  header #flotante {
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    max-width: 100%;
    padding: 20px;
    background-color: #09960d;
    border-radius: 20px 20px 0 0;
  }
  header #flotante figure figcaption p {
    font-size: 13px;
  }
  /* #home h2 {
    line-height: 25px;
  } */
  #premios h2 {
    font-size: 23px;
  }
  #premios #mas-premios figure {
    width: 150px;
    height: 150px;
    margin: 40px auto;
  }
  #premios #mas-premios figure img {
    max-height: 100px;
    max-width: 100px;
  }
  #premios .autos {
    margin-top: 140px;
  }
  #premios .col-xl-10 {
    display: flex;
    justify-content: center;
  }
  #premios .col-xl-10 img {
    width: 130%;
  }
  #premios .col-xl-10::after {
    top: 0px;
    right: 115px;
  }
  #otros {
    padding: 5% 0 20px 0;
  }
}

@media (max-width: 430px) {
    /* #home h2 {
        font-size: 15px;
				line-height: 22px;
    }
	 */
		#home {
      background-size: 247%;
      padding-top: 119px;
      min-height: 126vw;
		}
}

@-moz-keyframes rebota {
  0% {
    top: -60%;
  }
  10% {
    top: -61%;
  }
  100% {
    top: -75%;
  }
}
@-webkit-keyframes rebota {
  0% {
    top: -60%;
  }
  10% {
    top: -61%;
  }
  100% {
    top: -75%;
  }
}
@-o-keyframes rebota {
  0% {
    top: -60%;
  }
  10% {
    top: -61%;
  }
  100% {
    top: -75%;
  }
}
@keyframes rebota {
  0% {
    top: -60%;
  }
  10% {
    top: -61%;
  }
  100% {
    top: -75%;
  }
}

@media (max-width: 991px) {
  .navbar .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      width: 100%;
  }

  .navbar-toggler {
      border: none;
      background: none;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .navbar-collapse {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #1c1b1b; /* Color de fondo del menú */
      text-align: center;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
      padding: 10px 0;
      transition: all 0.3s ease-in-out;
      z-index: 99;
  }

  .navbar-nav {
      width: 100%;
      flex-direction: column;
  }

  .navbar-nav li {
      margin: 10px 0;
  }

  .navbar-nav li a {
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      padding: 10px;
      display: block;
      transition: color 0.3s ease-in-out;
  }

  .navbar-nav li a:hover {
      color: #43ae2a;
  }

  .collapse:not(.show) {
      display: none !important;
  }
}

.accordion-checkbox {
  display: none; 
}

.accordion-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
  color: #0047d7;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}


.accordion-content {
  display: none; 
  margin-top: 10px;
}

.accordion-checkbox:checked + .accordion-content {
  display: block; 
}

/* LINEA HOVER DEBAJO DE SORTEOS */
.accordion-label:hover {
  text-decoration: underline;
  color: #43ae2a;
}

.hint {
  font-size: 12px;
  color: #0047d7;
  margin-left: 10px;
  text-align: center;
  display: block;
}
.animated-arrow {
  width: 20px;
  height: 20px;
  border-left: 3px solid #0047d7;
  border-bottom: 3px solid #0047d7;
  transform: rotate(-45deg);
  margin-top: 10px;
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    transform: translateY(-5px) rotate(-45deg);
  }
}

/* Nueva section gana con ganas  */
#gana-con-ganas {
  background-color: #fed001;
  padding: 150px 0 0 0;
  display: flex;
  align-items: center; 
  justify-content: space-between;
  flex-wrap: wrap;
}

#gana-con-ganas .texto-gana {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center; 
}

#gana-con-ganas .chica-gana {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  position: relative;
  bottom: 0;
}

@media (max-width: 768px) {
  #gana-con-ganas {
    padding: 40px 0 0 0;
  }

  #gana-con-ganas .texto-gana {
    max-width: 350px;
    margin-bottom: 30px;
  }

  #gana-con-ganas .chica-gana {
    max-width: 320px;
  }
}


/* Como participar  */
#como-participar-nuevo {
  background-color: #000;
  padding: 60px 0;
}

#como-participar-nuevo .titulo-seccion {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #ffd000;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* text-shadow: 5px 6px 0 #363636, 6px 7px 1px rgb(255 255 255) */
}

#como-participar-nuevo .cards {
  margin-top: 100px;
}

#como-participar-nuevo .card-paso {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  margin: 20px 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  height: 300px;
  position: relative;
}

#como-participar-nuevo .icono-wrapper {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #43ae2a;
  padding: 15px;
  border-radius: 15px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#como-participar-nuevo .icono-paso img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

#como-participar-nuevo .card-paso p {
  font-size: 27px;
  color: #000;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 50px;
}

#como-participar-nuevo .card-paso strong {
  font-weight: 700;
}

#como-participar-nuevo .numero-whatsapp {
  background-color: #1c1b1b;
  color: #fff;
  padding: 5px 22px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 26px;
  width: fit-content;
  margin: 15px auto 0 auto;
}

#como-participar-nuevo .boton-container {
  margin-top: 40px;
}

#como-participar-nuevo .boton-participa {
  background-color: #ffd000;
  color: #000;
  font-weight: 900;
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 17px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
}

#como-participar-nuevo .boton-participa:hover {
  background-color: #43ae2a;
  color: #fff;
}

/* Responsive */
@media (max-width: 1100px) {
  #como-participar-nuevo .titulo-seccion {
    font-size: 28px;
  }

  #como-participar-nuevo .cards {
    margin-top: 60px;
  }

  #como-participar-nuevo .card-paso {
    min-height: auto;
    padding: 38px 18px 20px 18px;
    margin: 43px 0px 10px;
    height: 205px;
  }

  #como-participar-nuevo .card-paso p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.2rem;
  }

  #como-participar-nuevo .icono-wrapper {
    width: 80px;
    height: 80px;
  }

  #como-participar-nuevo .icono-paso img {
    width: 50px;
    height: 50px;
  }

  #como-participar-nuevo .numero-whatsapp {
    font-size: 18px;
  }

  #como-participar-nuevo .boton-participa {
    font-size: 28px;
    padding: 12px 25px;
  }
}

@media (max-width: 768px) {
  #como-participar-nuevo .titulo-seccion {
    font-size: 28px;
  }

  #como-participar-nuevo .cards {
    margin-top: 60px;
  }

  #como-participar-nuevo .card-paso {
    min-height: auto;
    padding: 37px 20px 25px 20px;
    margin: 40px 25px;
    height: 250px;
  }

  #como-participar-nuevo .card-paso p {
    margin-top: 30px;
  }

  #como-participar-nuevo .icono-wrapper {
    width: 80px;
    height: 80px;
  }

  #como-participar-nuevo .icono-paso img {
    width: 50px;
    height: 50px;
  }

  #como-participar-nuevo .numero-whatsapp {
    font-size: 25px;
  }

  #como-participar-nuevo .boton-participa {
    font-size: 28px;
    padding: 12px 25px;
  }
}

/* Nueva seccion tyc */
.gana-con-ganas-img {
  max-width: 150px;
  margin-bottom: 30px;
}

/* Texto descriptivo */
.texto-beneficios {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}

/* Contenedor de botones */
.botones-otros {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* Estilos comunes para botones */
.boton-otros {
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 900;
  border-radius: 15px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Botón REGÍSTRATE */
.boton-registrate {
  background-color: #1c1b1b;
  color: #ffd000;
}

.boton-registrate:hover {
  background-color: #333;
  color: #fff;
}

/* Botón TÉRMINOS Y CONDICIONES */
.boton-terminos {
  background-color: #1c1b1b;
  color: #ffd000;
}

.boton-terminos:hover {
  background-color: #43ae2a;
  color: #fff;
}

/* Responsividad */
@media (max-width: 768px) {
  .texto-beneficios {
    font-size: 23px;
  }

  .botones-otros {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .boton-otros {
    width: 73%;
  }
}

/* Horas locas */
.horas-locas {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url('../img/fondo-horaslocas.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.titulo {
  display: flex;
  justify-content: center;  
  align-items: start;       
  padding-top: 3rem;       
  z-index: 0;
}

.titulo img {
  max-width: 70%;
  height: auto;
  z-index: 1;
}

.contenedor-horas-locas {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-horas {
  align-self: center;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.info-horas img {
  max-width: 90%;
  height: auto;
}

.gota-latido {
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  animation: latido-2 2s infinite;
  display: flex;
  justify-content: flex-end;
}

.gota-latido img {
  max-width: 74%;
  height: auto;
}

/* Animación de latido */
@keyframes latido-2 {
  0%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(0.98);
  }
  75% {
    transform: scale(1.03);
  }
}

.chica-horas {
  z-index: 1;
  width: fit-content;
}

.chica-horas img {
  width: 90%; 
  height: auto;
}

@media (max-width: 1180px) {
  .chica-horas img {
    width: 100%; 
    height: auto;
  }
  .gota-latido {
    margin-bottom: 2rem;
  }
}

/* Tablets y pantallas medianas */
@media (max-width: 1024px) {
  .titulo img {
    max-width: 85%;
  }

  .contenedor-horas-locas {
    flex-direction: column;
  }

  .info-horas img {
    max-width: 67%;
  }

  .gota-latido {
    margin-left: 3rem;
  }

  .gota-latido img {
    max-width: 70%;
  }

  .chica-horas {
    right: -21rem;
  }

  .chica-horas img {
    width: 60%;
  }
}

/* Móviles */
@media (max-width: 768px) {
  .titulo img {
    max-width: 90%;
  }

  .contenedor-horas-locas {
    flex-direction: column;
  }

  .info-horas {
    align-items: start;
  }

  .info-horas img {
    max-width: 90%;
  }

  .gota-latido {
    margin-left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 0rem;
  }

  .gota-latido img {
    max-width: 50%;
  }

  .chica-horas {
    position: relative;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }

  .chica-horas img {
    width: 90%;
  }
}

/* Como participar 2 */

#como-participar-ganadores {
  background-color: #000;
  padding: 60px 0;
}

.titulo-seccion-ganadores {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #43AE2A;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.cards-ganadores {
  margin-top: 100px;
}

.card-paso-ganadores {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  margin: 20px 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  height: 315px;
  position: relative;
}

.icono-wrapper-ganadores {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #43ae2a;
  padding: 15px;
  border-radius: 15px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icono-paso-ganadores img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.card-paso-ganadores p {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 50px;
}

.card-paso-ganadores strong {
  font-weight: 700;
}

.numero-whatsapp-ganadores {
  background-color: #1c1b1b;
  color: #fff;
  padding: 5px 22px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 26px;
  width: fit-content;
  margin: 15px auto 0 auto;
}

.boton-container-ganadores {
  margin-top: 40px;
}

.boton-participa-ganadores {
  background-color: #ffd000;
  color: #000;
  font-weight: 900;
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 17px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.boton-participa-ganadores:hover {
  background-color: #43ae2a;
  color: #fff;
}

span.verde-text {
  color: green;
}

/* Responsive - Como participar ganadores */
@media (max-width: 992px) {
  .card-paso-ganadores {
    margin: 33px 20px;
    padding: 30px 20px;
    height: auto;
  }

  .card-paso-ganadores p {
    font-size: 18px;
    line-height: 1.6rem;
    margin-top: 45px;
  }

  .numero-whatsapp-ganadores {
    font-size: 22px;
    padding: 5px 18px;
  }

  .icono-wrapper-ganadores {
    width: 65px;
    height: 65px;
    padding: 10px;
    top: -35px;
  }

  .icono-paso-ganadores img {
    width: 40px;
    height: 40px;
  }

  .titulo-seccion-ganadores {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .cards-ganadores {
    margin-top: 60px;
  }

  .card-paso-ganadores {
    padding: 25px 15px;
  }

  .card-paso-ganadores p {
    font-size: 18px;
    line-height: 1.5rem;
    margin-top: 40px;
  }

  .numero-whatsapp-ganadores {
    font-size: 20px;
    padding: 4px 15px;
  }

  .titulo-seccion-ganadores {
    font-size: 28px;
  }
}

/* Fechas sorteos */
#fechas-horarios {
  background-color: #00b00b;
  padding: 60px 20px;
}

.contenedor-principal-fechas {
  border: 2px solid #ffffff;
  border-radius: 45px;
  padding: 0; /* antes tenía 40px */
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden; /* para que los bordes redondeados recorten todo bien */
}

.titulo-fechas-horarios {
  background-color: #fff;
  text-align: center;
  padding: 15px 30px;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}

.titulo-fechas-horarios h3 {
  font-size: 28px;
  color: #00b00b;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.contenedor-fechas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.box-fechas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 65px;
  padding: 20px;
  border-radius: 25px;
  flex: 1;
  min-width: 280px;
}

.icono-circular {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icono-circular img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.fechas-lista p {
  font-size: 50px;
  font-weight: 800;
  margin: 0;
  line-height: 1.6;
  color: #fff;
}

.box-horarios {
  flex: 1;
  min-width: 280px;
  background-color: #fff;
  padding: 25px;
  border-radius: 35px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin: 20px;
}

.box-horarios ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.box-horarios li {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
}

.box-horarios li:last-child {
  border-bottom: none; /* quitar la línea inferior del último */
  padding-bottom: 0;
}

.box-horarios li p b {
  font-size: 24px;
}

.box-horarios .hora {
  background-color: #1c1b1b;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 15px;
  font-size: 18px;
  width: 130px;
}

@media (max-width: 900px) {
  .contenedor-fechas {
    flex-direction: column;
    flex-direction: column;
    align-items: stretch;
  }

  .box-fechas,
  .box-horarios {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    padding: 30px 20px;
  }

  .box-fechas {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    text-align: left;
  }

  .icono-circular {
    width: 80px;
    height: 80px;
  }

  .icono-circular img {
    width: 40px;
    height: 40px;
  }

  .fechas-lista p {
    font-size: 28px;
    text-align: left;
  }

  .box-horarios ul {
    width: 100%;
  }

  .box-horarios li {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .box-horarios .hora {
    align-self: auto;
    font-size: 16px;
    padding: 5px 16px;
  }
}