* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
}
main {
  overflow: hidden;
}
h1 {
  visibility: hidden !important;
  position: absolute;
}
h2 {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.row {
  justify-content: center;
}
.logos {
  max-height: 3vw;
}
img {
  object-fit: contain;
}
.espacio {
  margin: 1.5rem 0;
}
header {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  z-index: 99;
  transition: 0.5s ease all;
}
header.scroll {
  background-color: #fff;
  box-shadow: 0 0 6px 1px #000;
}
header.scroll nav {
  background-color: #09960d;
}
header .navbar-collapse {
  flex-grow: 0;
}
header img {
  max-height: 50px;
  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: 700;
  font-size: 13px;
  transition: 0.5s ease all;
}
header.scroll nav.navbar li a {
  color: #000;
}
header #flotante {
  max-width: 400px;
  width: 100%;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
header #flotante figure {
  background-color: #1536a5;
  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: #1536a5;
}

/* Home */

#home {
  background-image: url("../img/fondo.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.referencial {
  position: absolute;
  right: 2%;
  bottom: 1rem;
  font-size: 12px;
  color: #fff;
  font-style: italic;
  opacity: 0.8;
  z-index: 20;
}

.fecha-promo {
  display: inline-block;
  padding: 6px 20px;
  border: 2px solid #fff;
  border-radius: 30px;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  max-width: 350px;
}

h1.invisible {
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.llamado {
  max-height: 13vw;
  width: auto;
  margin-bottom: 1rem;
}

.llamado-subtitle {
  width: 71%;
}

#fila-principal {
  display: flex;
}
.bloque-subtitle {
  text-align: right;
  display: flex;
  justify-content: end;
}
.autos-img {
  max-width: none;
  width: 139%;
  height: auto;
  margin-left: -11%;
}

#fila-principal {
  position: relative;
  margin-top: 3rem;
}

.block-mobile {
  display: none;
}

.ekeko {
  position: absolute;
  left: 57%;
  bottom: -30px;
  transform: translateX(-50%);
  max-height: 260px;
  z-index: 10;
  animation: flotar 1s ease-in-out infinite alternate;
}

@keyframes flotar {
  from {
    transform: translateX(-50%) translateY(0);
  }
  to {
    transform: translateX(-50%) translateY(-20px);
  }
}

/* como participar */
#como-participar {
  padding: 50px 0 70px;
  background-color: #12d6b0;
}
#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: "2";
}
#como-participar figure {
  background-color: #107971;
  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: #02b500;
  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: #fff;
  font-size: 13px;
  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-horizontal {
  display: flex;
  justify-content: space-between;
  margin: 0 0 3rem 0;
}
.losLogos-horizontal img {
  max-height: 50px;
}
.losLogos {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 1rem;
  margin-bottom: 3rem;
  justify-content: space-between;
}
.losLogos .fila {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 100%;
}
.losLogos .fila img {
  max-height: 40px;
  height: auto;
  width: auto;
}
.participa-aqui {
  margin: 0 auto;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  background-color: #1536a5;
  padding: 10px 15px;
  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("../img/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: #fff;
  color: #1536a5;
}

#fechas {
  padding: 50px 10px;
}
#fechas .col-lg-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}
#fechas h2 {
  margin: 30px 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: #009fda;
  margin-left: 10px;
}
#fechas p::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/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 */
#premios {
  background-color: #1536a5;
  padding: 1vw 0;
  position: relative;
}
#premios h2 {
  color: #fff;
}
#premios .row {
  justify-content: center;
  margin: 50px 0;
}
#premios img {
  width: 100%;
  margin: 30px 0;
}
#premios .autos {
  margin-top: 100px;
}
#premios .col-xl-10 {
  position: relative;
}
#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;
}
#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: #fff;
  text-transform: uppercase;
  text-align: center;
}

/* video */
#video {
  background-color: #12d6b0;
  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: #fff;
  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 */
#otros {
  background-color: #fff;
  padding: 0 50px 0;
}
#preguntas-frecuentes h2 {
  color: #000;
}
#preguntas-frecuentes .accordion-item {
  margin: 30px 0;
  border-radius: 10px;
  overflow: hidden;
  border: none;
}
#preguntas-frecuentes .accordion-item .accordion-button {
  background-color: #000;
  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: #000;
  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: #1536a5;
  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 #1536a5;
}
#terminos-y-condiciones a::after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background-image: url("../img/ico-download.svg");
  background-color: #1536a5;
  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: #3aa6ea;
  color: #fff;
  box-shadow: 1px 1px 1px #fff;
}
#terminos-y-condiciones a:hover::after {
  background-image: url("../img/ico-download-celeste.svg");
  background-color: #fff;
}
#contacto h2,
#contacto a {
  color: #000;
}
#contacto h2 {
  font-size: 18px;
  text-align: center;
  margin: 2rem 0;
}
#contacto ul {
  background-color: #13d6b0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  box-shadow: 0 0 6px 1px #000;
}
#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("../img/ico-instagram.svg");
  box-shadow: 0 0 3px #000;
}
#contacto ul li.fb:before {
  background-image: url("../img/ico-facebook.svg");
  box-shadow: 0 0 3px #000;
}
#contacto ul li.web:before {
  background-image: url("../img/ico-web.svg");
  box-shadow: 0 0 3px #000;
}
#contacto ul li.tik:before {
  background-image: url("../img/logo-tiktok.svg");
  box-shadow: 0 0 3px #000;
}
#contacto ul li.youtube:before {
  background-image: url("../img/youtube.svg");
  box-shadow: 0 0 3px #000;
}
#contacto ul.data {
  padding: 35px;
}
#contacto ul.data > li {
  padding: 0 3% 0 2%;
  margin: 0;
}
#contacto ul.data > li ul {
  align-items: start;
  flex-direction: column;
  padding: 0;
  box-shadow: none;
}
#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(1),
#contacto ul.data > li:nth-child(2) {
  border-right: 1px solid #000;
}
#contacto ul.data a {
  font-weight: 700;
  font-size: 15px;
  transition: 0.5s ease all;
  text-shadow: none;
}
#contacto ul.data a:hover {
  color: #fff;
  text-shadow: 2px 1px 0px #000;
}

/* footer */
footer {
  position: relative;
  margin-top: 50px;
}
footer p {
  color: #fff;
}
footer img {
  max-height: 40px;
}
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: #34a3e7;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.tabla .cabecera {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  background-color: #0049d2;
  padding: 20px 60px;
  color: #fff;
}
.tabla .cabecera div {
  text-align: center;
  border-right: 1px solid #000;
}

.tabla.ganadores .cabecera div:last-child {
  border-right: none; 
}

.tabla .body {
  padding: 0 40px;
}

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

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

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

}

.tabla.ganadores .cabecera {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  background-color: #12d6b0;
  padding: 20px 20px;
  color: #000;
  font-weight: bold;
}
.tabla.ganadores .cabecera div {
  text-align: center;
}

.tabla.ganadores .body {
  padding: 0;
}

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

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

.tabla-mobile {
  background-color: #039e52;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid #000;
  display: block;
}

.tabla-mobile .cabecera,
.tabla-mobile .body .row-b {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 15px;
  border-bottom: 1px solid #000;
  background-color: #12d6b0;
  color: #000;
  font-weight: bold;
}

.tabla-mobile .body .row-b {
  background-color: #fff;
  color: #000;
  font-weight: normal;
}

.tabla-mobile .cabecera div,
.tabla-mobile .body .row-b div {
  text-align: center;
  padding: 10px;
  border-right: 1px solid #000;
}

.tabla-mobile .cabecera div:last-child,
.tabla-mobile .body .row-b div:last-child {
  border-right: none;
}
/* .tabla-mobile {
  background-color: #fff;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
}
.tabla-mobile .cabecera {
  background-color: #12d6b0;
  padding: 20px 0;
  color: #000;
  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 #12d6b0;
}
.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;
} */

@media (min-width: 1981px) {
  #home {
    background-size: 100% 100%;
  }
  #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: 1199px) {
  header {
    background-color: #12d6b0;
    box-shadow: 1px 1px 8px #035f10;
  }
  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("../img/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("../img/ico-menu.svg?v=1.2");
  }
  header .navbar-collapse ul {
    padding: 30px 0;
  }
  header nav a {
    text-align: end;
  }
  .logos {
    max-height: fit-content;
    max-width: 100%;
  }
  #home {
    background-size: 280%;
    padding-top: 160px;
  }
  #home h2 {
    font-size: 24px;
  }
  #home .llamado {
    max-height: fit-content;
    max-width: 100%;
  }
  #home .llamado-subtitle {
    max-height: fit-content;
    max-width: 100%;
  }
  #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: 90px;
  }
  #home #autos::after {
    display: none;
  }
  #home .participa-aqui {
    margin: 10px auto;
  }
  #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(1) {
    border-right: none;
    border-bottom: 1px solid #000;
  }
  footer {
    padding-bottom: 50px;
  }
  footer ul {
    flex-direction: column;
  }
  footer ul li {
    text-align: center;
    margin: 20px 0;
  }

  #fila-principal {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  .bloque-subtitle {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
  .autos-img {
    max-width: none;
    width: 139%;
    height: auto;
    margin-left: -33%;
    margin-top: 4rem;
  }
  .ekeko {
    left: 95%;
  }

  #como-participar {
    padding: 50px 0 70px;
    background-color: #12d6b0;
  }
  .losLogos-horizontal {
    display: flex;
    margin: 2rem 1rem;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    gap: 2rem;
  }
  .losLogos-horizontal img:nth-child(1),
  .losLogos-horizontal img:nth-child(2) {
    max-height: 80px;
  }

  .losLogos-horizontal img:nth-child(n + 3) {
    max-height: 60px;
  }

  .losLogos {
    gap: 40px;
    flex-direction: column;
  }

  .losLogos img:nth-child(1) {
    max-height: 70px;
  }

  .losLogos img:nth-child(2) {
    max-height: 50px;
  }

  .losLogos img:nth-child(3),
  .losLogos img:nth-child(5) {
    max-height: 40px;
  }

  .losLogos img:nth-child(4) {
    max-height: 37px;
  }

  #contacto ul.data {
    padding: 65px;
  }
  .referencial {
    position: relative;
    text-align: center;
    margin-top: 1rem;
    bottom: auto;
    right: auto;
  }
}

@media (max-width: 991px) {
  .losLogos {
    flex-direction: column;
  }
  .losLogos img {
    max-height: 80px;
  }
  #premios .col-xl-10::after {
    top: 0px;
    right: 115px;
  }
  #video .video {
    border-radius: 15px;
  }
  #fila-principal {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  .bloque-subtitle {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
  .autos-img {
    max-width: none;
    width: 139%;
    height: auto;
    margin-left: -33%;
    margin-top: 4rem;
  }
  .ekeko {
    left: 95%;
  }

  #como-participar {
    padding: 50px 0 70px;
    background-color: #12d6b0;
  }
  .losLogos-horizontal {
    display: flex;
    margin: 2rem 1rem;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    gap: 1.5rem;
  }
  .losLogos-horizontal img:nth-child(1),
  .losLogos-horizontal img:nth-child(2) {
    max-height: 60px;
  }

  .losLogos-horizontal img:nth-child(n + 3) {
    max-height: 40px;
  }

  .losLogos {
    gap: 40px;
  }

  .losLogos img:nth-child(1) {
    max-height: 70px;
  }

  .losLogos img:nth-child(2) {
    max-height: 50px;
  }

  .losLogos img:nth-child(3),
  .losLogos img:nth-child(5) {
    max-height: 40px;
  }

  .losLogos img:nth-child(4) {
    max-height: 37px;
  }

  #contacto ul.data {
    padding: 65px;
  }
}

@media (max-width: 567px) {
  header {
    padding: 0;
  }
  header nav.navbar li a {
    color: #000;
  }
  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%;
    padding: 20px 0 20px 0;
    justify-content: center;
    display: flex;
  }
  header .container .navbar-brand img {
    max-width: 80%;
    min-width: auto;
  }
  header .container .navbar-toggler {
    border-radius: 0;
    padding: 20px 0;
    width: 100%;
    background-color: #1536a5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .container .navbar-toggler p {
    display: block;
    margin-right: 10px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
  }
  header #flotante {
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    max-width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
  }
  header #flotante figure figcaption p {
    font-size: 13px;
  }
  #home {
    background-image: url("../img/fondo-mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 160px;
    padding-bottom: 35px;
  }
  #home h2 {
    line-height: 32px;
  }
  #fila-principal {
    display: none;
  }
  .premio-mobile {
    width: 110%;
    margin-left: -10%;
  }
  .block-mobile {
    display: flex;
    flex-direction: column;
    margin: 3rem 0;
    justify-content:center ;
    align-items: center;
  }
  .bajada-mobile {
    width: 80%;
    margin-bottom: 2rem;
  }
  .espacio {
    margin: 0.5rem 0;
  }
  .losLogos-horizontal {
    display: flex;
    margin: 2rem 1rem;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    gap: 1rem;
  }
  .losLogos-horizontal img:nth-child(1),
  .losLogos-horizontal img:nth-child(2) {
    max-height: 40px;
  }

  .losLogos-horizontal img:nth-child(n + 3) {
    max-height: 25px;
  }

  .losLogos {
    gap: 40px;
  }

  .losLogos img:nth-child(1) {
    max-height: 70px;
  }

  .losLogos img:nth-child(2) {
    max-height: 50px;
  }

  .losLogos img:nth-child(3),
  .losLogos img:nth-child(5) {
    max-height: 40px;
  }

  .losLogos img:nth-child(4) {
    max-height: 37px;
  }

  #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: 0 80px 0;
  } */
  #contacto ul.data > li:nth-child(1),
  #contacto ul.data > li:nth-child(2) {
    border-right: none;
  }
  #contacto ul.data {
    padding: 25px;
  }

  .referencial {
    position: absolute;
    right: 2%;
    bottom: 0;
    font-size: 6px;
    color: #fff;
    font-style: italic;
    opacity: 0.8;
    z-index: 20;
  }
}
@-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%;
  }
}
