* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-wrap: wrap;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?u27p9p');
  src: url('fonts/icomoon.eot?u27p9p#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?u27p9p') format('truetype'),
    url('fonts/icomoon.woff?u27p9p') format('woff'),
    url('fonts/icomoon.svg?u27p9p#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-next:before {
  content: "\e900";
}

.icon-zoom:before {
  content: "\e901";
}

.icon-linkedin:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
}

.icon-youtube:before {
  content: "\e905";
}

.icon-time:before {
  content: "\e906";
}

.icon-date:before {
  content: "\e907";
}

.icon-instagram:before {
  content: "\e908";
}



html {
  background: #f4f4f4;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  color: rgb(71, 83, 88);
  text-shadow: 1px 1px 2px #aaaaaa;
}

p {}

h1, h2, h3, h4 {}

h4{
  color: rgb(14, 31, 67);
  line-height: 1.1em;
  margin-top: 0.4em;
  margin-bottom: 0.2em
}

h1 {
  color: rgb(14, 31, 67);
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1em;
  display: block;
  width: 100%;
  text-align: center;
}

a {}

ol {}

li {}

ul {}

/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.row:after, .clearfix:after, .container12:after, .container16:after {
  clear: both;
}

/* For IE7. Move this to separate file when you notice some problems */
.row, .clearfix {
  zoom: 1;
}

img, object, embed {
  max-width: 100%;
}

img {
  height: auto;
}

::-webkit-input-placeholder {
  font-size: 0.8em;
  /* Chrome/Opera/Safari */
}

::-moz-placeholder {
  font-size: 0.8em;
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  font-size: 0.8em;
  /* IE 10+ */
}

:-moz-placeholder {
  font-size: 0.8em;
  /* Firefox 18- */
}

.cabecera{
  display: block;
}
.cabecera2{
  display: none;
}

.contenedor-general{
  display: block;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.intro{
  display: block;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
  text-align: center;
}
.datos{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  width: 100%;
  margin-bottom: 6em;
}
.dato{
  display: flex;
  width: 18%;
  flex-direction: column;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
.icono-dato{
  display: block;
  width: 10em;
}
.info-dato{
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  color: rgb(102, 112, 117);
  margin-top: -0.8em;
}
.keynote{
  display: flex;
  width: 100%;
  padding-top: 4em;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.foto-key{
  display: block;
  width: 20em;
}
.info-key{
  display: block;
  width: 40em;
}
.nombre-key{
  font-weight: 300;
  font-size: 1.7em;
  color: rgb(0, 98, 255);
  text-transform: uppercase;
}
.contendeor-flex{
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
}
.expositor{
  display: block;
  width: 22%;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding-left: 1em;
  padding-right: 1em;
}
.info-expositor{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -1.5em;
}
.nombre-expositor{
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(0, 98, 255);
}
.bio-expositor{
  font-size: 0.9em;
}
.moderadores{
  display: block;
  width: 100%;
  margin-top: 4em;
  box-sizing: border-box;
}
.programa{
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin-top: 5em;
  flex-wrap: wrap;
  justify-content: center;
}
.dia{
  display: block;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 48%;
  padding: 1em;
  -webkit-border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;
-webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
background: rgba(255, 255, 255, 0.61);
margin: 1%;
}
.dato-dia{
  display: block;
  width: 100%;
  font-size: 1.3em;
  margin-bottom: 1em;
  text-align: center;
  margin-top: 1em;
}
.evento{
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.e-especial{
  margin-bottom: 0;
}
.hora-evento{
  display: flex;
  width: 30%;
  font-size: 0.9em;
  color: rgb(0, 98, 255);
  flex-direction: column;
  justify-content: center;
}
.detalle-evento{
  display: flex;
  width: 70%;
  border-left: 1px solid rgb(0, 98, 255);
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  flex-direction: column;
  padding-left: 0.5em;
}
.expan-detalle{
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.asterio{
  color: rgb(0, 98, 255);
  font-size: 0.8em;
  margin-bottom: 1em;
}
.secion-descarga{
  display: flex;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-top: 1em;
  justify-content: center;
  margin-bottom: 4em;
}

.btn-descargar a:link{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 20em;
  -webkit-border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;
-webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
background: rgba(255, 255, 255, 0.61);
padding-left: 3em;
padding-right: 3em;
padding-top: 0.8em;
padding-bottom: 0.8em;
background: #f4f4f4;
justify-content: center;
align-items: center;
color: rgb(0, 98, 255);
text-transform: uppercase;
text-decoration: none;
text-shadow: none;
-webkit-transition: ease 0.8s all;
-o-transition: ease 0.8s all;
transition: ease 0.8s all;
}
.sise{
  padding-left: 0.4em;
}
.btn-descargar a:visited{
  color: rgb(0, 98, 255);
}
.btn-descargar a:hover{
  text-shadow: 0 0 4px rgb(0, 98, 255);
}
.btn-descargar a:active{}

  .contenedor-campos{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    margin-top: 2em;
  }

.campo-llenar{
  display: block;
  -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
-webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
background: rgba(0, 0, 0, 0.02);
width: 30%;
height: 2.4em;
border: none;
margin: 1%;
box-sizing: border-box;
padding-left: 0.5em;
font-size: 1.1em;
}
.lista-form{
  font-size: 1em;
  height: 2.5em;
  background: rgba(0, 0, 0, 0.02);
  border: none;
}
.campo-autorizaciones{
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 1em;
  padding: 1em;
}
.autorizacion{
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  padding-top: 0.5em;
}
.marcar-autorizacion{
  display: flex;
  width: 10%;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  font-size: 0.8em;
}
.texto-autorizacion{
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  box-sizing: border-box;
  font-size: 0.8em;
}
.text-opcion{
  padding-left: 0.3em;
  padding-right: 0.5em;
}
.seccion-enviar{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  margin-top: 1em;
  padding: 1em;
}
.terminos-condiciones a:link{
  text-decoration: none;
  font-size: 0.8em;
  color: rgb(0, 98, 255);
}
.terminos-condiciones a:visited{color: rgb(0, 98, 255);}
.terminos-condiciones a:hover{}
.terminos-condiciones a:active{}

  .btn-enviar a:link{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 20em;
    -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  -webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
  background: rgba(255, 255, 255, 0.61);
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  background: rgb(0, 98, 255);
  justify-content: center;
  align-items: center;
  color: #f4f4f4;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: ease 0.8s all;
  -o-transition: ease 0.8s all;
  transition: ease 0.8s all;
  }
  .sise{
    padding-left: 0.4em;
  }
  .btn-enviar a:visited{
    color: #f4f4f4;
  }
  .btn-enviar a:hover{
    color: #f4f4f4;
    text-shadow: 0 0 4px rgb(0, 98, 255);
  }
  .btn-enviar a:active{}

.pie{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  background: rgba(24, 24, 24, 0.5);
  padding-bottom: 3em;
}
.contenedor-footer{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  justify-content: space-between;
}
.organizador{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1em;
  color: rgb(255, 255, 255);
}
.redes{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
}
.red a:link{
  display: flex;
  text-decoration: none;
  font-size: 1.1em;
  color: rgb(255, 255, 255);
  margin: 0.5em;
}
.red a:visited{
  color: rgb(255, 255, 255);
}
.red a:hover{
  color: rgb(47, 45, 42);
}

.web a:link{
  display: flex;
  text-decoration: none;
  font-size: 1.4em;
  color: rgb(255, 255, 255);
  margin: 0.5em;
  font-weight: 700;
}
.web a:visited{
  color: rgb(255, 255, 255);
}
.web a:hover{
  color: rgb(47, 45, 42);
}

.seccion-sujeto{
  display: flex;
  justify-content:flex-end;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding-top: 1em;


}
.texto-sujeto{
  text-align: center;
  color: rgb(0, 98, 255);
  border: 1px solid rgb(0, 98, 255);
  padding-left: 1em;
  padding-right: 1em;
  font-size: 0.8em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
}

.asterio2{
  padding-left: 0.2em;
  font-size: 0.9em;
  text-shadow: none;
  color: rgb(150, 150, 150);
}



@media screen and (max-width:1500px) {}

@media screen and (max-width:1400px) {
  .contenedor-general{
    max-width: 1100px;
  }
  body {
    font-size: 16px;
  }
}

@media screen and (max-width:1300px) {

}

@media screen and (max-width:1100px) {
  .contenedor-general{
    max-width: 900px;
  }
  body {
    font-size: 14px;
  }
}

@media screen and (max-width:900px) {
  .contenedor-general{
    max-width: 95%;
  }
  body {
    font-size: 12px;
  }
  .dia{
    width: 90%;
    margin-bottom: 3em;
    margin-top: 2em;
  }
  .campo-llenar{
  width: 40%;
  margin: 2%;
  }
}

@media screen and (max-width:690px) {
  .dato{
    width: 30%;
  }
  .icono-dato{
    display: block;
    width: 10em;
  }
  .foto-key{
    width: 40%;
  }
  .info-key{
    display: block;
    width: 60%;
  }
  .expositor{
    width: 50%;
  }
  .campo-llenar{
    width: 100%;
  }
  .marcar-autorizacion{
    width: 30%;
  }
  .texto-autorizacion{
    width: 70%;
  }
  .hora-evento{

    width: 40%;
  }
  .detalle-evento{
    width: 60%;
  }
  .cabecera{
    display: none;
  }
  .cabecera2{
    display: block;
  }
}

@media screen and (max-width:500px) {}

@media screen and (max-width:380px) {}
