/*Colores*/
/* Fuentes */
/* Generales */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding: 60px;
}
body {
  width: 100%;
  font-size: 1em;
  font-family: 'Akzidenz-Grotesk Pro';
  font-weight: bold;
  color: #fff;
  background: #000000;
}
section {
  height: auto;
}
.contenedor {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
img {
  width: 100%;
  vertical-align: top;
}
.titulo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 3em;
}
.titulo span {
  text-transform: uppercase;
  font-size: 4em;
  font-family: 'Akzidenz-Grotesk Pro Super';
  color: #bc8532;
}
.titulo span:last-child {
  margin-top: -15px;
  color: transparent;
  -webkit-text-stroke: 2px #bc8532;
}
.boton {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #bc8532;
}
.boton a {
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  text-decoration: none;
  font-size: 1.5em;
  padding: 1em 2em;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.boton a:hover {
  background-color: #0062FF;
}
/*Header*/
header {
  padding-bottom: 1em;
  margin-top: 5em;
}
header .contenedor .logos {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 2em 0;
}
/*Banner Principal*/
.banner-principal .contenedor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-principal .contenedor .menu-desktop {
  width: 70%;
  height: 2.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 20;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top: 4%;
}
.banner-principal .contenedor .menu-desktop ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.banner-principal .contenedor .menu-desktop ul li {
  list-style-type: none;
}
.banner-principal .contenedor .menu-desktop ul li a {
  font-family: 'Akzidenz-Grotesk Pro';
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
}
.banner-principal .contenedor .menu-desktop ul li a:hover {
  color: #bc8532;
}
.banner-principal .contenedor .menu-desktop ul li:last-child a {
  background-color: #bc8532;
  color: #fff;
  font-weight: bold;
  padding: 12px 20px 10px 20px;
}
.banner-principal .contenedor .menu-desktop ul li:last-child a:hover {
  background-color: #fff;
  color: #bc8532;
}
.banner-principal .contenedor .mobile-menu {
  display: none;
}
.banner-principal .contenedor .logo-mobile {
  display: none;
}
.banner-principal .contenedor .contenido-principal {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.banner-principal .contenedor .contenido-principal .columna {
  width: 40%;
}
.banner-principal .contenedor .contenido-principal .columna:first-child {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: flex-start;
}
/* Fecha */
.datos {
  padding: 5em 0;
  background-image: url(../img/fondo_2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.datos .contenedor {
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.datos .contenedor .texto p {
  font-weight: 400;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 1em;
}
.datos .contenedor .fecha {
  width: 30%;
  margin: 3em 0;
}
.datos .contenedor .lugar {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 1.3em;
  color: #bc8532;
  font-weight: normal;
}
.datos .contenedor .lugar i {
  margin-right: 0.5em;
  font-size: 1em;
  color: #bc8532;
}
.datos .contenedor .lugar:nth-child(3) p {
  font-weight: bold;
}
.datos .contenedor .lugar:nth-child(4) {
  padding-top: 0.5em;
}
.datos .contenedor .boton {
  margin-top: 4em;
}
.datos .contenedor > p:last-child {
  margin-top: 1.5em;
}
/* Casos ganadores */
.casos-ganadores {
  padding: 5em 0;
  background-color: #fff;
  background-image: url(../img/fondo_3.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 80%;
}
.casos-ganadores .contenedor {
  max-width: 80%;
  justify-content: center;
}
.casos-ganadores .contenedor .titulo {
  width: 100%;
}
.casos-ganadores .contenedor .casos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.casos-ganadores .contenedor .casos .caso {
  width: 30%;
  margin: 0 1em;
  margin-bottom: 2em;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.casos-ganadores .contenedor .casos .caso div:first-child {
  width: 100%;
  z-index: 0;
}
.casos-ganadores .contenedor .casos .caso div:last-child {
  display: none;
  padding: 0 1em;
}
.casos-ganadores .contenedor .casos .caso div:last-child p {
  text-align: center;
  font-family: 'Akzidenz-Grotesk Pro';
  font-weight: normal;
  font-size: 1.2em;
}
.casos-ganadores .contenedor .casos .caso div:last-child p:first-child {
  text-transform: uppercase;
  font-family: 'Akzidenz-Grotesk Pro Super';
  font-size: 1.75em;
  margin-bottom: 1em;
}
.casos-ganadores .contenedor .casos .caso div:last-child p span {
  font-family: 'Akzidenz-Grotesk Pro Super';
}
.casos-ganadores .contenedor .casos .caso:hover {
  background-color: rgba(153, 128, 60, 0.9);
}
.casos-ganadores .contenedor .casos .caso:hover div:first-child {
  z-index: 0;
  opacity: 0.1;
}
.casos-ganadores .contenedor .casos .caso:hover div:last-child {
  position: absolute;
  z-index: 2;
  display: block;
}
.casos-ganadores .contenedor .casos .caso:first-child:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.casos-ganadores .contenedor .casos .caso:first-child:hover div:last-child p:first-child {
  color: #bc8532;
}
.casos-ganadores .contenedor .boton {
  display: flex;
}
/* Ediciones anteriores */
.ediciones {
  padding: 5em 0;
}
.ediciones .contenedor {
  max-width: 70%;
}
.ediciones .contenedor .videos {
  width: 100%;
}
/* Inscripciones */
.inscripciones {
  background-image: url(../img/fondo_4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5em 0;
}
.inscripciones .contenedor {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.inscripciones .contenedor .titulo {
  width: 100%;
}
.inscripciones .contenedor .formulario {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.inscripciones .contenedor .formulario .contenedor-campos {
  width: 100%;
  margin: 1em auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}
.inscripciones .contenedor .formulario .contenedor-campos .campo-llenar {
  display: block;
  width: 32%;
  height: 2.5em;
  color: #929292;
  background: #ffffff;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  font-size: 0.9em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
}
.inscripciones .contenedor .formulario .contenedor-campos input[type="date"] {
  font-family: 'Akzidenz-Grotesk Pro';
  font-size: 1em;
  height: 2.5em;
  color: #929292;
  width: 32%;
}
.inscripciones .contenedor .formulario .campo-autorizaciones {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 1em;
  color: #d1d1d1;
  font-weight: 400;
}
.inscripciones .contenedor .formulario .campo-autorizaciones .autorizacion {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  font-size: 0.85em;
}
.inscripciones .contenedor .formulario .campo-autorizaciones .autorizacion .texto-autorizacion {
  display: block;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  width: 80%;
}
.inscripciones .contenedor .formulario .campo-autorizaciones .autorizacion .marcar-autorizacion {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
}
.inscripciones .contenedor .formulario .campo-autorizaciones .text-opcion {
  padding-left: 0.4em;
  padding-right: 1em;
}
.inscripciones .contenedor .formulario .terminos-condiciones {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 0.75em;
  margin-top: 1em;
}
.inscripciones .contenedor .formulario .terminos-condiciones a {
  color: #bc8532;
}
.inscripciones .contenedor .formulario .terminos-condiciones a:hover {
  color: #0062FF;
}
.inscripciones .contenedor .formulario .boton {
  margin-top: 1em;
}
.inscripciones .contenedor .formulario .boton a {
  padding: 1em 2.5em;
  font-size: 1em;
}
.inscripciones .contenedor .gracias {
  width: 100%;
}
.inscripciones .contenedor .gracias p {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25em;
}
/* Footer */
footer {
  padding: 2em 0;
}
footer .contenedor {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
footer .contenedor .lideres {
  font-family: 'Sang Bleu King';
  font-weight: normal;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-size: 0.9em;
}
footer .contenedor .redes {
  margin-top: 1em;
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}
footer .contenedor .redes a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  margin-right: 1em;
}
footer .contenedor .redes a:last-child {
  margin-right: 0;
}
footer .contenedor .redes a:hover {
  color: #0062FF;
}
footer .contenedor .redes .twitter {
  border: 0.75px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
footer .contenedor .redes .twitter i {
  font-size: 0.5em !important;
}
footer .contenedor .ruc {
  width: 100%;
  font-size: 15px;
  font-family: 'Akzidenz-Grotesk Pro';
  font-weight: normal;
  text-align: center;
  padding-top: 2em;
  color: #d1d1d1;
}
/* Responsive */
@media screen and (min-width: 1600px) {
  header .contenedor {
    justify-content: center;
  }
  header .contenedor .logos {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .banner-principal .contenedor {
    max-width: 60%;
  }
  .banner-principal .contenedor .contenido-principal .columna {
    width: 50%;
  }
  .banner-principal .contenedor .contenido-principal .columna:first-child div:first-child {
    width: 70%;
  }
  .datos .contenedor .fecha {
    width: 30%;
  }
  .casos-ganadores .contenedor .casos .caso {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .contenedor {
    max-width: 85%;
  }
  .boton a {
    font-size: 1.2em;
    padding: 0.9em 1.5em;
  }
  .titulo span {
    font-size: 3em;
  }
  .banner-principal .contenedor .menu-desktop {
    width: 70%;
  }
  .banner-principal .contenedor .menu-desktop ul li a {
    font-size: 0.8em;
  }
  .banner-principal .contenedor .contenido-principal {
    margin-top: 2em;
  }
  .banner-principal .contenedor .contenido-principal .columna:first-child {
    width: 35%;
  }
  .banner-principal .contenedor .contenido-principal .columna:first-child .boton {
    margin-top: 2em;
  }
  .datos .contenedor .lugar br {
    display: block;
  }
  .casos-ganadores .contenedor {
    max-width: 90%;
  }
  .casos-ganadores .contenedor .casos .caso {
    margin: 0 0.5em;
    margin-bottom: 1em;
  }
  .ediciones .contenedor {
    max-width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .contenedor {
    max-width: 90%;
    justify-content: center;
  }
  .titulo {
    align-items: center;
  }
  .titulo span {
    text-align: center;
  }
  header .contenedor .logos .logo {
    width: 45%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  header .contenedor .logos .logo:first-child {
    width: 35%;
  }
  .banner-principal .contenedor .menu-desktop {
    width: 90%;
  }
  .banner-principal .contenedor .menu-desktop ul {
    justify-content: space-around;
  }
  .banner-principal .contenedor .menu-desktop ul li:first-child {
    display: none;
  }
  .banner-principal .contenedor .menu-desktop ul li a {
    font-size: 0.8em;
  }
  .banner-principal .contenedor .contenido-principal .columna {
    width: 40% !important;
  }
  .banner-principal .contenedor .contenido-principal .columna:first-child .boton {
    margin-top: 2em;
  }
  .banner-principal .contenedor .contenido-principal .columna:first-child .boton a {
    font-size: 1.25em;
  }
  .datos .contenedor .texto p {
    font-size: 1.15em;
  }
  .datos .contenedor .lugar {
    width: 80%;
    flex-direction: column;
    font-size: 1.1em;
  }
  .datos .contenedor .lugar i {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .datos .contenedor .lugar p {
    text-align: center;
  }
  .datos .contenedor .lugar p span {
    display: none;
  }
  .casos-ganadores .contenedor {
    width: 90%;
  }
  .casos-ganadores .contenedor .casos .caso {
    width: 45%;
  }
  .ediciones .contenedor {
    max-width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .boton a {
    font-size: 1.15em;
  }
  .titulo {
    align-items: center;
  }
  .titulo span {
    font-size: 2.5em;
    text-align: center;
  }
  .titulo span:last-child {
    margin-top: -10px;
    -webkit-text-stroke: 1px #99803c;
  }
  .casos-ganadores .contenedor {
    width: 80%;
  }
  header {
    display: none;
  }
  header .contenedor .logos {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }
  header .contenedor .logos .logo {
    width: 80%;
  }
  header .contenedor .logos .logo:first-child {
    width: 70%;
  }
  header .contenedor .logos .logo:last-child {
    margin-top: 2em;
  }
  .banner-principal {
    margin-top: 8em;
  }
  .banner-principal .contenedor {
    /*start mobile menu overlay*/
  }
  .banner-principal .contenedor .menu-desktop {
    display: none;
  }
  .banner-principal .contenedor .mobile-menu {
    width: 100%;
    background-color: #000;
    display: block;
    position: fixed;
    top: 0;
    z-index: 20;
  }
  .banner-principal .contenedor .logo-mobile {
    display: block;
    margin-bottom: 2em;
  }
  .banner-principal .contenedor .contenido-principal {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-top: 1em;
  }
  .banner-principal .contenedor .contenido-principal .columna {
    width: 75% !important;
  }
  .banner-principal .contenedor .contenido-principal .columna:first-child {
    align-items: center;
  }
  .banner-principal .contenedor .contenido-principal .columna:first-child .boton {
    margin-top: 3em;
  }
  .banner-principal .contenedor .contenido-principal .columna:last-child {
    margin-top: 3em;
  }
  .datos .contenedor .fecha {
    width: 70%;
  }
  .datos .contenedor .lugar i {
    margin-right: 0;
  }
  .datos .contenedor .lugar p {
    text-align: center;
  }
  .casos-ganadores .contenedor .casos {
    flex-direction: column;
  }
  .casos-ganadores .contenedor .casos .caso {
    width: 100%;
  }
  .ediciones .contenedor {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  .inscripciones .contenedor .formulario .contenedor-campos .campo-llenar {
    width: 90%;
  }
  .inscripciones .contenedor .formulario .campo-autorizaciones .autorizacion .texto-autorizacion {
    text-align: center;
  }
  .inscripciones .contenedor .gracias {
    width: 90%;
  }
  .inscripciones .contenedor .gracias p {
    font-size: 1em;
  }
}
@media screen and (max-width: 400px) {
  .boton a {
    font-size: 1em;
    text-align: center;
  }
  .titulo span {
    font-size: 2em;
  }
  .banner-principal .contenedor .contenido-principal .columna:first-child .boton a {
    font-size: 1em;
  }
}
