* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Riffic Free", sans-serif;
}
main {
  overflow: hidden;
}
h1 {
  visibility: hidden !important;
  position: absolute;
}
h2 {
  font-weight: 700;
  font-size: 27px;
  text-align: center;
}

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: #cc1517; */
}
header.scroll {
  background-color: #fce091;
  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: 60px;
  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: #000;
  font-weight: 300;
  font-size: 14px;
  transition: 0.5s ease all;
}
header #flotante {
  max-width: 400px;
  width: 100%;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
header #flotante figure {
  background-color: #cc1517;
  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: #0047d7;
}
container {
	max-width: 100% !important
}
#home {
  background: #fcfdf8;
  background-image: url("https://parquearauco.modyocdn.com/uploads/00146a0e-db54-4e89-8204-34f9dc132944/original/fondo-ms.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 137px;
  min-height:60vw;
  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;
  /* line-height: 55px; */
}
#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;
}
#como-participar {
  padding: 50px 0;
  /* padding-top: 100px; */
  background-color: #fcfdf8;
}
#como-participar .row:nth-child(2) {
  margin: 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: #fbc02d;
  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: #09960d;
  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: #000;
  font-weight: 700;
  background-color: #79e3eb;
  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: #904F21;
}
#como-participar h2 {
  color: #904F21;
  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: #B91221;
  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: #ffb445;
  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: #fcfdf8;
  /* 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: #000;
  background-color: #79e3eb;
  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: #1ab8a9;
  color: #000;
  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,
#contacto a {
  color: #000;
}
#contacto h2 {
  font-size: 16px;
  text-align: center;
  margin: 20px 0;
}
#contacto ul {
  background-color: #ffb445;
  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: #fbc02d;
    padding: 20px 60px;
    color: #000;
}
.tabla .cabecera div{
    text-align: center;
}

.tabla .body {
    padding: 0 40px;
    background-color: #fce091;
    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/7782d985-6f3b-4933-bad0-4211edc6e1f8/original/close-x-svgrepo-com.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/8dd3d911-a473-4ab9-b667-29c59235751b/original/menu-svgrepo-com.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;
  
  }
  #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: 280%;
    padding-top: 160px;
    min-height:160vw
  }

  #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 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  header .container .navbar-toggler p {
    display: block !important;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    color: #000 !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: 293%;
					padding-top: 119px;
					min-height: 186vw;
			}
}

@-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%;
  }
}

.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; 
}

.accordion-label:hover {
  text-decoration: underline;
  color: #cc1517;
}
.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);
  }
}

  