@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "GT-Flexa-Compressed-Bold";
  src: url("fnt/GT-Flexa-Compressed-Bold.otf") format("truetype");
  /* Puedes agregar mÃ¡s formatos aquÃ­ si tienes diferentes versiones de la fuente */
}
.info {
  background-image: url(max-23-clean.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 0;
}
.claim {
  background-color: #fff;
  padding: 20px 0;
  margin: 0 auto;
}
.content-title p {
  font-family: "GT-Flexa-Compressed-Bold";
  font-size: 6em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #fff;
}

.botones {
  text-align: center;
}

.botn {
  padding: 12px 30px;
  background-color: #ff002d;
  border-radius: 999px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-family: "GT-Flexa-Compressed-Bold";
  text-transform: uppercase;
  margin: 10px;
  color: #fff;
  font-size: 24px;
}
.botones > a {
  color: #fff;
  text-decoration: none;
  font-weight: bolder;
}
.texto-concurso {
  color: #ff002d;
  font-size: 2em;
  width: 80%;
  margin: 0 auto 25px auto;
  line-height: 1.2em;
  text-align: center;
}
.botones a:hover {
  background-color: #99002d;
  color: #fff;
  text-decoration: none;
  transition: 1s;
}
.botones a:visited { color: #fff; }
.banner-landing {
  width: 100%;
  height: 600px;
  background-image: url(head-micro-max.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.botn-vac {
  padding: 12px 30px;
  background-color: #ff002d;
  border-radius: 999px;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin: 20px auto;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.botn-vac:hover, .botn-vac:visited{color:#fff;}
#credito {
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
  color: #e1e1e1;
  margin: auto;
  display: block;
  text-align: right;
  position: absolute;
  bottom: 2px;
  right: 10px;
  padding-bottom: 8px;
}
.video-mobile { display: none; }
@media (max-width: 1600px) and (min-width: 1024px) {
  .info {
    background-image: url(1600-23-clean.jpg);
    background-position: center 20%;
    margin: auto;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .content-title {
    padding-top: 0;
  }
  .content-title p {
    font-family: "GT-Flexa-Compressed-Bold";
    text-transform: uppercase;
    color: #fff;
    width: 70%;
    margin: auto;
  }

  .banner-landing {
    width: 100%;
    /*height: 500px;*/
    background-image: url(head-micro-1600.png);
    background-size: cover;
    /*background-position: inherit;*/
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .texto-concurso {
    color: #ff002d;
    font-size: 2em;
    width: 80%;
    margin: 20px auto 25px auto;
    line-height: 1.5em;
  }
}

@media (max-width: 1023px) and (min-width: 700px) {
  .banner-landing {
    width: 100%;
    height: 440px;
    background-image: url(head-micro-1024.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .texto-concurso {
    font-size: 0.9em;
    width: 70%;
    margin: 0 auto 25px auto;
    line-height: 21px;
  }
  .info {
    background-image: url(1023-23-clean.jpg);
    margin: auto;
    display: block;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    display: flex;
    flex-direction: column;
    align-content: center;
  }
  .content-title p {
    font-family: "GT-Flexa-Compressed-Bold";
    text-transform: uppercase;
    color: #fff;
    font-size: 4em;
    width: 70%;
    margin: auto;
  }
  .texto-concurso {
    font-size: 1.7em;
    width: 80%;
    margin: 0 auto 25px auto;
    line-height: 1.5em;
  }
  .video { height: 400px; }
  .claim { padding: 20px 0; }
}

@media (max-width: 699px) and (min-width: 320px) {
  .banner-landing {
    width: 100%;
    height: 400px;
    background-image: url(head-micro-resp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .content-title p {
    font-family: "GT-Flexa-Compressed-Bold";
    text-transform: uppercase;
    color: #fff;
    font-size: 2em;
    width: 60%;
    margin: auto;
  }
  .texto-concurso {
    font-size: 1em;
    width: 90%;
    margin: 0 auto 0 auto;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  .info {
    background-image: url(small-23-clean.jpg);
    background-position: center 20%;
    max-width: 100%;
    margin: auto;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 8% 0;
  }
  .botn {
    font-size: 15px;
    width: 200px;
    margin: 5px;
    color: #fff;
    padding: 8px 8px;
  }

  #credito {
    color: #fff;
    text-align: center;
    width: 100%;
  }
  .video {
    display: none;
    height: 300px;
  }
  .claim { padding: 20px 0; }
  .video-mobile {
    display: block;
    width: 100%;
  }
}

@media (max-width: 320px) {
  body {
    width: 100%;
    background-image: url(min-23.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #ff002d;
  }

  .info {
    bottom: 5%;
  }

  .botn {
    font-size: 14px;
    width: 180px;
    margin: 4px;
    color: #fff;
    padding: 10px 10px;
  }
  #credito {
    color: #fff;
    font-size: 8px;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 2px;
    font-family: "Open Sans", sans-serif;
  }
}
