﻿/* Colores */
/* Fuentes */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* Generales */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
div#aoform-dcf066e3-be7b-40c9-8132-2a3f10498754 {
    margin-top: 50px;
}
.seccion-verterminos {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin-top: 2em;
    text-align: center;
}
.seccion-verterminos a{
	color: #e6aa46;
}
.seccion-verterminos a:hover{
	
	color: #0062FF;
}
body {
  width: 100%;
  font-size: 1em;
  font-family: 'Outfit', sans-serif;
}
section {
  height: auto;
  background-color: #001431;
}
.contenedor {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
img {
  width: 100%;
  vertical-align: top;
}
.boton {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.boton a {
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  text-decoration: none;
  font-size: 1.25em;
  font-weight: 600;
  padding: 0.5em 1.5em;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #aa501e;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.boton a i {
  color: #fff;
}
.boton a:hover {
  background-color: #e6aa46;
  color: #001431;
}
.boton a:hover i {
  color: #001431;
}
.subtitulos {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #e6aa46;
  padding: 0.25em 2em;
}
.subtitulos h2 {
  font-family: 'Akzidenz-Grotesk Pro Bold Cnd';
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
}
/* Header */
.menu-desktop {
  width: 100%;
  background-color: #000;
  position: fixed;
  z-index: 20;
}
.menu-desktop .contenedor {
  justify-content: space-between;
  align-items: center;
  align-content: center;
  height: 150px;
}
.menu-desktop .contenedor .logo {
  background-color: #000;
}
.menu-desktop .contenedor nav {
  width: 40%;
}
.menu-desktop .contenedor nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.menu-desktop .contenedor nav ul li {
  list-style-type: none;
}
.menu-desktop .contenedor nav ul li a {
  font-family: 'Outfit', sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-right: 2em;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.menu-desktop .contenedor nav ul li a:hover {
  color: #aa501e;
  text-decoration: underline;
}
.menu-desktop .contenedor nav ul li:last-child a {
  background-color: #aa501e;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 1.5em;
  margin-right: 0;
}
.menu-desktop .contenedor nav ul li:last-child a:hover {
  background-color: #0062FF;
  color: #fff;
  text-decoration: none;
}
.mobile-menu {
  display: none;
}
/* Banner Principal */
.banner-principal {
  padding-top: 10em;
  background-image: url(../img/banner-principal.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.banner-principal .contenedor {
  padding-top: 5em;
  padding-bottom: 5em;
  justify-content: space-around;
  align-items: flex-end;
  align-content: flex-end;
}
.banner-principal .contenedor .lettering {
  width: 45%;
}
.banner-principal .contenedor .lettering-mobile {
  display: none;
}
/* Seccion Texto */
.seccion-texto {
  padding: 2em 0 4em 0;
}
.seccion-texto .contenedor {
  width: 90%;
}
.seccion-texto .contenedor p {
  width: 100%;
  color: #fff;
  font-weight: 200;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.15em;
}
.seccion-texto .contenedor p span {
  font-weight: 400;
  color: #fff;
}
.seccion-texto .contenedor p:nth-child(2) {
  font-weight: 600;
  color: #37e9a2;
  font-size: 1.5em;
  padding: 1em 0;
}
/* Seccion Fecha */
.seccion-fecha {
  /* padding: 3em 0; */
}
.seccion-fecha .contenedor {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.seccion-fecha .contenedor .fecha {
  margin-bottom: 3em;
}
.seccion-fecha .contenedor p {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.9em;
  padding-top: 0.75em;
}
/* Seccion speakers */
.speakers {
  padding: 12em 0 4em 0;
}
.speakers .contenedor .contenedor-speakers {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-top: 3em;
}
.speakers .contenedor .contenedor-speakers .speaker {
  width: 22%;
  height: 400px;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 2em;
  margin-bottom: 4em;
}
.speakers .contenedor .contenedor-speakers .speaker .info-speaker {
  width: 100%;
  position: absolute;
  z-index: 5;
  padding: 0 1.5em 2.5em 1.5em;
}
.speakers .contenedor .contenedor-speakers .speaker .info-speaker .nombre-speaker {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5em;
}
.speakers .contenedor .contenedor-speakers .speaker .info-speaker .nombre-speaker div:first-child {
  text-align: left;
  width: 65%;
}
.speakers .contenedor .contenedor-speakers .speaker .info-speaker .nombre-speaker div:first-child p {
  text-transform: uppercase;
  font-weight: 600;
}
.speakers .contenedor .contenedor-speakers .speaker .info-speaker .nombre-speaker div:last-child {
  width: 15%;
}
.speakers .contenedor .contenedor-speakers .speaker .info-speaker > p {
  text-align: left;
  font-weight: 200;
  font-size: 0.85em;
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(1) {
  background-image: url(../img/eduardoYanez.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(2) {
  background-image: url(../img/jessicaBaxin.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(3) {
  background-image: url(../img/gabrielMaruy.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(4) {
  background-image: url(../img/ceciliaMelzi.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(5) {
  background-image: url(../img/joseTafur.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(6) {
  background-image: url(../img/joseAstuvilca.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(7) {
  background-image: url(../img/AlejandroFlores.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(8) {
  background-image: url(../img/KarenWeinberger.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(9) {
  background-image: url(../img/susanaTorres.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(10) {
  background-image: url(../img/martinHernani.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(11) {
  background-image: url(../img/annaLenka.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(12) {
  background-image: url(../img/ChristianLibaque.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(13) {
  background-image: url(../img/mariaCarbonell.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(14) {
  background-image: url(../img/MicaelaRP.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(15) {
  background-image: url(../img/rosarioMellado.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(16) {
  background-image: url(../img/karen_w.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(17) {
  background-image: url(../img/martinHernani.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(18) {
  background-image: url(../img/AngieHiguchi.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(19) {
  background-image: url(../img/carlaPenano.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker:nth-child(20) {
  background-image: url(../img/DavidMayorga.jpg);
}
.speakers .contenedor .contenedor-speakers .speaker .boton {
  font-size: 0.8em;
  position: absolute;
  z-index: 10;
  bottom: -5%;
}
.speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content {
  padding: 2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}
.speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:first-child {
  width: 22%;
}
.speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:last-child {
  width: 70%;
}
.speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:last-child .nombre-modal {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  margin-bottom: 1em;
}
.speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:last-child .nombre-modal .cargo {
  width: 100%;
  margin-bottom: 1em;
}
.speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:last-child .nombre-modal .cargo h3 {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 800;
}
.speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:last-child .nombre-modal .cargo span {
  text-transform: uppercase;
  color: #0062FF;
  font-weight: 400;
  font-size: 1em;
}
.speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:last-child .nombre-modal .cargo .bandera-modal-mobile {
  display: none;
}
.speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:last-child .nombre-modal .cargo p {
  margin-top: 1em;
  font-weight: 700;
}
.speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:last-child .nombre-modal .bandera-modal {
  width: 20%;
}
.speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:last-child .shortbio p {
  text-align: justify;
  margin-bottom: 0.5em;
}
.speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .boton {
  margin-top: 1em;
}
.speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .boton a {
  text-transform: none;
}
/* Programa */
#programa {
  padding: 6em 0 4em 0;
}
#programa .contenedor .contenedor-programa {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3em;
}
#programa .contenedor .contenedor-programa .col-programa {
  color: #fff;
}
#programa .contenedor .contenedor-programa .col-programa:first-child {
  width: 20%;
}
#programa .contenedor .contenedor-programa .col-programa:first-child #navigation ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}
#programa .contenedor .contenedor-programa .col-programa:first-child #navigation ul li {
  list-style-type: none;
  margin-bottom: 4em;
}
#programa .contenedor .contenedor-programa .col-programa:first-child #navigation ul li a {
  text-decoration: none;
  color: rgba(209, 209, 209, 0.35);
  text-transform: uppercase;
  font-family: 'Akzidenz-Grotesk Pro Bold Cnd';
  font-weight: bold;
  font-style: italic;
  font-size: 1.75em;
}
#programa .contenedor .contenedor-programa .col-programa:first-child #navigation ul li a .dia {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 0.35em 1.5em;
  background-color: rgba(255, 0, 255, 0.35);
}
#programa .contenedor .contenedor-programa .col-programa:last-child {
  width: 70%;
}
#programa .contenedor .contenedor-programa .col-programa:last-child .bullets {
  width: 100%;
  border: 1px solid #fff;
  padding: 2em;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#programa .contenedor .contenedor-programa .col-programa:last-child .bullets .content h4,
#programa .contenedor .contenedor-programa .col-programa:last-child .bullets .content p {
  font-family: 'Akzidenz-Grotesk Pro Bold Cnd';
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
#programa .contenedor .contenedor-programa .col-programa:last-child .bullets .content h4 {
  color: #e6aa46;
  font-size: 2.5em;
  padding-bottom: 0.25em;
}
#programa .contenedor .contenedor-programa .col-programa:last-child .bullets .content p {
  color: #fff;
  font-size: 2em;
  margin-top: -0.35em;
}
#programa .contenedor .contenedor-programa .col-programa:last-child .bullets .content span {
  margin-top: 1em;
  font-weight: 300;
}
#programa .contenedor .contenedor-programa .col-programa:last-child .bullets .content table {
  margin-top: 1em;
  border-spacing: 0 1.5em;
}
#programa .contenedor .contenedor-programa .col-programa:last-child .bullets .content table tbody tr td:first-child {
  width: 30%;
  color: #fff;
  font-weight: 600;
  border-right: 1px solid #e6aa46;
}
#programa .contenedor .contenedor-programa .col-programa:last-child .bullets .content table tbody tr td:last-child {
  padding-left: 1em;
  font-weight: 200;
}
#programa .contenedor .contenedor-programa .col-programa:last-child .bullets .content table tbody tr td ul {
  padding-left: 1em;
}
#programa .contenedor .boton {
  margin-top: 3em;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#programa .contenedor .contenedor-programa .col-programa:first-child #navigation li.active a {
  color: #fff;
}
#programa .contenedor .contenedor-programa .col-programa:first-child #navigation li.active a .dia {
  background-color: #37e9a2;
}
/* Ediciones anteriores */
.ediciones {
  padding: 6em 0 6em 0;
}
.ediciones .contenedor {
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}
.ediciones .contenedor .videos {
  width: 100%;
  margin-top: 3em;
}
/* Formulario */
.inscripciones {
  padding: 12em 0 4em 0;
}
.inscripciones .contenedor .formulario {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
}
.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: #fff;
  background: #01122b;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  font-size: 0.9em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #d1d1d1;
}
.inscripciones .contenedor .formulario .contenedor-campos input[type="date"] {
  font-family: 'Akzidenz-Grotesk Pro';
  font-size: 1em;
  height: 2.5em;
  color: #ffffff;
  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: 40%;
}
.inscripciones .contenedor .formulario .campo-autorizaciones .autorizacion .marcar-autorizacion {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  padding-left: 1em;
}
.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: 600;
  font-size: 0.75em;
  margin-top: 1em;
}
.inscripciones .contenedor .formulario .terminos-condiciones a {
  color: #e6aa46;
}
.inscripciones .contenedor .formulario .terminos-condiciones a:hover {
  color: #0062FF;
}
.inscripciones .contenedor .formulario .boton {
  margin-top: 1em;
}
.inscripciones .contenedor .formulario .boton a {
  padding: 0.75em 2.5em;
  font-size: 1em;
}
.inscripciones .contenedor .gracias {
  width: 100%;
}
.inscripciones .contenedor .gracias p {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.35em;
  color: #e6aa46;
  font-weight: 800;
}
/* Partner */
.partner {
  background-color: #fff;
  padding: 4em 0;
}
.partner .contenedor {
  justify-content: center;
}
.partner .contenedor .contenedor-logo {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
}
.partner .contenedor .contenedor-logo > div {
  max-width: 150px;
  margin-right: 4em;
}
.partner .contenedor .contenedor-logo > div:nth-child(2) {
  max-width: 150px;
}
.partner .contenedor .contenedor-logo > div:last-child {
  margin-right: 0;
}
.partner .contenedor p {
  text-align: center;
  color: #001431;
  font-size: 1.5em;
  font-weight: 300;
}
/* Footer */
footer {
  background-color: #0e1f43;
  padding: 2em 0;
}
footer .contenedor {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
footer .contenedor .lideres {
  font-family: 'Sang Bleu King';
  color: #d1d1d1;
  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: 1.1em;
  padding-top: 1em;
}
footer .contenedor .redes {
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .contenedor .redes a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  margin-right: 0.9em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer .contenedor .redes a:last-child {
  margin-right: 0;
}
footer .contenedor .redes a:hover {
  color: #0062FF;
}
footer .contenedor .redes .icono-b {
  width: 23px;
  height: 23px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0.75em;
  margin-right: 2em;
}
footer .contenedor .redes .icono-b:hover {
  color: #0062FF;
  border: 1px solid #0062FF;
}
footer .contenedor .ruc {
  width: 100%;
  font-size: 15px;
  font-family: 'Akzidenz-Grotesk Pro';
  font-weight: normal;
  text-align: center;
  padding-top: 2em;
  color: #d1d1d1;
}
@media screen and (min-width: 1900px) {
  .contenedor {
    max-width: 70%;
  }
  .banner-principal {
    /* background-position: right;
        background-size: 80%; */
    padding-top: 25em;
  }
  .banner-principal .contenedor {
    padding-top: 0;
  }
}
@media screen and (max-width: 1600px) {
  .menu-desktop .contenedor nav ul {
    justify-content: space-between;
  }
  .menu-desktop .contenedor nav ul li a {
    font-size: 0.9em;
    margin-right: 3em;
  }
  .banner-principal {
    padding-top: 15em;
  }
}
@media screen and (min-width: 1441px) {
  .speakers .contenedor .contenedor-speakers .speaker {
    width: 20%;
    margin: 0 1em;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 1440px) {
  .speakers .contenedor .contenedor-speakers .btn-group .speaker {
    width: 22%;
    margin: 2em 1em;
  }
  .speakers .contenedor .contenedor-speakers .modal #modalContent .contenido-modal {
    padding: 1em;
  }
  .speakers .contenedor .contenedor-speakers .modal #modalContent .contenido-modal .col-modal:last-child {
    width: 75%;
  }
  .speakers .contenedor .contenedor-speakers .modal #modalContent .contenido-modal .col-modal:last-child .shortbio p {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 1300px) {
  .menu-desktop .contenedor .logo {
    width: 15%;
  }
  .menu-desktop .contenedor .logo:last-child {
    width: 30%;
  }
  .menu-desktop .contenedor nav {
    width: 50%;
  }
  .menu-desktop .contenedor nav ul {
    height: 30px;
    align-items: center;
    text-align: center;
  }
  .menu-desktop .contenedor nav ul li:first-child {
    display: none;
  }
  .menu-desktop .contenedor nav ul li a {
    margin-right: 0;
    font-size: 0.8em;
  }
  .menu-desktop .contenedor nav ul li a:last-child {
    padding: 0.5em 0.75em;
  }
  .banner-principal {
    padding-top: 0;
    background-position: 50% 30px;
  }
  .banner-principal .contenedor {
    padding-top: 15em;
  }
  .banner-principal .contenedor .lettering {
    width: 45%;
  }
  #programa .contenedor .contenedor-programa .col-programa:last-child {
    width: 80%;
  }
  .speakers .contenedor .contenedor-speakers {
    justify-content: space-between;
  }
  .speakers .contenedor .contenedor-speakers .btn-group .speaker {
    width: 29%;
    height: 320px;
  }
  .speakers .contenedor .contenedor-speakers .btn-group .speaker .info-speaker {
    padding: 0 1em 2em 1em;
  }
  .speakers .contenedor .contenedor-speakers .btn-group .speaker .info-speaker .nombre-speaker {
    align-items: flex-start;
  }
  .speakers .contenedor .contenedor-speakers .btn-group .speaker .info-speaker .nombre-speaker div:first-child {
    width: 80%;
  }
  .speakers .contenedor .contenedor-speakers .btn-group .speaker .info-speaker .nombre-speaker div:first-child p {
    font-size: 0.9em;
  }
  .speakers .contenedor .contenedor-speakers .btn-group .speaker .info-speaker > p {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 1024px) {
  .contenedor {
    max-width: 90%;
  }
  .menu-desktop .contenedor {
    height: 100px;
  }
  .menu-desktop .contenedor nav {
    width: 50%;
  }
  .menu-desktop .contenedor nav ul {
    justify-content: space-between;
  }
  .menu-desktop .contenedor nav ul li {
    text-align: center;
  }
  .menu-desktop .contenedor nav ul li a {
    font-size: 0.7em;
    margin-right: 0;
  }
  .menu-desktop .contenedor .logo {
    width: 15%;
  }
  .menu-desktop .contenedor .logo:last-child {
    width: 25%;
  }
}
@media screen and (max-width: 900px) {
  .banner-principal {
    background-size: cover;
  }
  .banner-principal .contenedor {
    padding-top: 20em;
  }
  .banner-principal .contenedor .lettering {
    width: 50%;
  }
  .menu-desktop .contenedor nav {
    width: 40%;
  }
  .menu-desktop .contenedor nav ul li:nth-child(4) {
    display: none;
  }
  .speakers .contenedor .contenedor-speakers {
    justify-content: center;
  }
  .speakers .contenedor .contenedor-speakers .speaker {
    width: 31%;
    margin: 0 0.5em;
    margin-bottom: 3em;
  }
  #programa .contenedor .contenedor-programa .col-programa:first-child {
    width: 70%;
  }
  #programa .contenedor .contenedor-programa .col-programa:first-child #navigation ul {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
  }
  #programa .contenedor .contenedor-programa .col-programa:last-child {
    width: 100%;
  }
  .ediciones .contenedor {
    max-width: 90%;
  }
  .inscripciones .contenedor .formulario {
    margin-top: 2em;
  }
  .inscripciones .contenedor .formulario .contenedor-campos .campo-llenar {
    width: 48%;
  }
  .inscripciones .contenedor .formulario .campo-autorizaciones .autorizacion .texto-autorizacion {
    width: 80%;
    text-align: left;
  }
  .inscripciones .contenedor .formulario .campo-autorizaciones .autorizacion .marcar-autorizacion {
    padding-left: 1em;
    width: 20%;
  }
  .inscripciones .contenedor .gracias {
    width: 90%;
  }
  .inscripciones .contenedor .gracias p {
    font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  .contenedor {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .speakers,
  #programa,
  .ediciones,
  .inscripciones {
    padding: 6em 0 6em 0;
  }
  .subtitulos h2 {
    font-size: 1.8em;
  }
  .boton a {
    font-size: 1.25em;
  }
  .menu-desktop {
    display: none;
  }
  /*start mobile menu overlay*/
  .mobile-menu {
    width: 100%;
    background-color: #000;
    display: block;
    position: fixed;
    top: 0;
    z-index: 20;
  }
  .banner-principal {
    background-image: url(../img/banner-principal_mobile.jpg);
    background-position: 50% -35px;
    background-size: 100%;
    padding-top: 0;
  }
  .banner-principal .contenedor {
    padding-top: 20em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .banner-principal .contenedor .lettering {
    width: 100%;
    padding-top: 3em;
    margin-bottom: 2em;
    display: none;
  }
  .banner-principal .contenedor .lettering-mobile {
    display: flex;
    width: 70%;
    padding-top: 3em;
    margin-bottom: 2em;
  }
  .speakers .contenedor {
    justify-content: center;
    align-items: center;
  }
  .speakers .contenedor .contenedor-speakers {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }
  .speakers .contenedor .contenedor-speakers .btn-group .speaker {
    width: 80%;
    height: 400px;
    margin-bottom: 4em;
  }
  .speakers .contenedor .contenedor-speakers .btn-group .speaker:last-child {
    margin-bottom: 0;
  }
  .speakers .contenedor .contenedor-speakers .btn-group .speaker .info-speaker {
    padding: 0 1.5em 2.5em 1.5em;
  }
  .speakers .contenedor .contenedor-speakers .btn-group .speaker .info-speaker .nombre-speaker div:first-child {
    width: 80%;
  }
  .speakers .contenedor .contenedor-speakers .btn-group .speaker .info-speaker .nombre-speaker div:first-child p {
    font-size: 1.15em;
  }
  .speakers .contenedor .contenedor-speakers .btn-group .speaker .info-speaker > p {
    font-size: 0.95em;
  }
  .speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:first-child {
    width: 70%;
    margin-right: 0;
    padding-top: 2em;
  }
  .speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:last-child {
    width: 100%;
  }
  .speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:last-child .nombre-modal {
    margin-top: 1em;
  }
  .speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:last-child .nombre-modal .cargo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:last-child .nombre-modal .cargo > div:first-child {
    width: 75%;
  }
  .speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:last-child .nombre-modal .cargo .bandera-modal-mobile {
    display: block;
    width: 20%;
  }
  .speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:last-child .nombre-modal .cargo p {
    width: 100%;
  }
  .speakers .contenedor .contenedor-speakers .modal .modal-dialog .modal-content .col-modal:last-child .nombre-modal .bandera-modal {
    display: none;
  }
  #programa .contenedor .contenedor-programa .col-programa:first-child {
    width: 100%;
  }
  #programa .contenedor .contenedor-programa .col-programa:last-child {
    width: 100%;
  }
  #programa .contenedor .contenedor-programa .col-programa:last-child .bullets {
    padding: 1.5em;
  }
  #programa .contenedor .contenedor-programa .col-programa:last-child .bullets .content p {
    margin-top: 0.15em;
    margin-bottom: 0.15em;
    line-height: 1em;
  }
  #programa .contenedor .contenedor-programa .col-programa:last-child .bullets .content table {
    margin: 0 auto;
  }
  #programa .contenedor .contenedor-programa .col-programa:last-child .bullets .content table tbody tr {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  #programa .contenedor .contenedor-programa .col-programa:last-child .bullets .content table tbody tr td:first-child {
    width: 100%;
    border-right: none;
    padding-top: 1em;
  }
  #programa .contenedor .contenedor-programa .col-programa:last-child .bullets .content table tbody tr td:last-child {
    width: 100%;
    padding-left: 0;
    text-align: justify;
  }
  .ediciones .contenedor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .ediciones .contenedor .videos {
    margin-top: 8em;
  }
  .inscripciones .contenedor .formulario .contenedor-campos .campo-llenar {
    width: 100%;
  }
  .inscripciones .contenedor .formulario .campo-autorizaciones .autorizacion .texto-autorizacion {
    width: 100%;
    text-align: center;
  }
  .inscripciones .contenedor .formulario .campo-autorizaciones .autorizacion .marcar-autorizacion {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .partner .contenedor .contenedor-logo {
    flex-direction: column;
    margin-top: 2em;
  }
  .partner .contenedor .contenedor-logo > div {
    margin-right: 0;
    margin-bottom: 3em;
  }
  .partner .contenedor .contenedor-logo > div:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .subtitulos h2 {
    font-size: 1.5em;
  }
  .boton a {
    font-size: 1.15em;
  }
  .banner-principal {
    background-position: 50% 0;
  }
  #programa .contenedor .contenedor-programa .col-programa:first-child #navigation ul li a {
    font-size: 1.5em;
  }
}
