* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  font-weight: 300;
  font-family: 'Exo 2', sans-serif;
  font-size: 17px;
  background-color: #003366;
}

p {
  margin-bottom: 1em;
  text-align: justify;
}

a {
  color: #ffffff;
}

ol {}

li {
  margin-bottom: 0.4em;
}

ul {
  margin-bottom: 1em;
}

h1 {
  text-transform: uppercase;
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.cursiva {
  font-style: italic;
}

.violeta {
  color: #6e95cc;
}

.blanco {
  color: #ffffff;
}

.azul {
  color: #003366;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?sjyfwt');
  src: url('fonts/icomoon.eot?sjyfwt#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?sjyfwt') format('truetype'),
    url('fonts/icomoon.woff?sjyfwt') format('woff'),
    url('fonts/icomoon.svg?sjyfwt#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: none;
  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-chef:before {
  content: "\e900";
}

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

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

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

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

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

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

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

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

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

.icon-info:before {
  content: "\e90a";
}

.icon-lenguaje:before {
  content: "\e90b";
}

.icon-logo-up:before {
  content: "\e90c";
}

.icon-money:before {
  content: "\e90d";
}

.icon-persons:before {
  content: "\e90e";
}

.icon-taxi:before {
  content: "\e90f";
}

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

.icon-weather:before {
  content: "\e911";
}

/* 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 {
  /* Chrome/Opera/Safari */
}

::-moz-placeholder {
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  /* IE 10+ */
}

:-moz-placeholder {
  /* Firefox 18- */
}

.azul {
  color: #0083ca;
}

.btn-sabethedate {
  display: block;
  position: absolute;
  position: fixed;
  z-index: 99999999999;
  bottom: 2%;
  right: 2%;
  width: 13em;
}

.menu {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 8em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-size: 0.9em;
  color: #ffffff;
  margin-bottom: 5em;
}

.menu1 {
  display: flex;
  list-style: none;
  border: 1px solid rgb(0, 178, 195);
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.menu2 a:link {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-size: 0.9em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.menu2 a:visited {
  color: #ffffff;
}

.menu2 a:hover {
  color: rgb(0, 178, 195);
}

.menu2 a:active {
  color: #ffffff;
}

.fixed {
  background-color: #0083ca;
  position: fixed;
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  z-index: 99999999999999999999999999999999999;
  top: 0;
  margin-top: 0;
}

.fixed>.logos-menu {
  display: flex;
  align-items: center;
}

.fixed>.menu1 {
  font-size: 0.8em;
  align-items: center;
  border: none;
  font-size: 0.9em;
}

.contenedor1-slider {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 5em;
}

.logo-up {
  display: block;
  width: 300px;
  height: 140px;
  background-image: url(img/logo-up-blanco.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.titulo-call {
  background-color: #003366;
  color: #c5d9ef;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 600;
}

.titulo-bajada {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 600;
  line-height: 1em;
  padding-right: 5em;
  text-shadow: 1px 1px 3px #262626;
  display: block;
  width: 80%;
  box-sizing: border-box;
}

.fechas-titulo {
  color: #c5d9ef;
  text-transform: uppercase;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #c5d9ef;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-top: 1em;
}

.corte1 {
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(img/patron-circulos.png);
  margin-top: -2em;
  position: absolute;
  z-index: 1111111;
}

#conference, #keynote, #format, #submissions, #program, #lima {
  display: block;
  width: 100%;
  color: #ffffff;
}
#conference{
  margin-top: 5em;
}
#format {
  background: #2571ac;
  padding-top: 1em;
}

#important {
  display: block;
  width: 95%;
  background: #ffffff;
  margin: 0 auto;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding-top: 1em;
}

#program, #lima {
  padding-top: 4em;
  padding-bottom: 2em;
}

.contenedor-general {
  display: block;
  width: 100%;
  padding-left: 8em;
  padding-right: 8em;
  padding-bottom: 3em;
  box-sizing: border-box;
}

.titulo-keynote {
  display: block;
  width: 100%;
  background-image: url(img/patron-circulos.png);
  text-align: center;
}

.titulo-important {
  background-image: url(img/patron-circulos.png);
  margin-bottom: 1em;
}

.titulo-program {
  background-image: url(img/patron-circulos.png);
}

.interno-titulo {
  background: #003366;
  display: block;
  max-width: 30em;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  margin: 0 auto;
}

.interno-titulo2 {
  background: #2571ac;
  display: block;
  max-width: 30em;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  padding-left: 6em;
}

.interno-titulo3 {
  background: #ffffff;
  display: block;
  max-width: 20em;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  padding-left: 4em;
}

.titulo-interno4 {
  background: #003366;
  display: block;
  box-sizing: border-box;
  max-width: 30em;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  margin-left: 4.2em;
  padding-left: 1.3em;
}

.interno-titulo5 {
  background: #003366;
  display: block;
  max-width: 45em;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  margin: 0 auto;
}

.contenedor-keynote {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  padding-top: 3em;
  padding-bottom: 5em;
  padding-left: 1em;
  padding-right: 1em;
}

.expositor {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 25%;
  margin-bottom: 1.3em;
}

.foto-expositor {
  display: block;
  width: 30%;
}

.info-expositor {
  display: block;
  width: 70%;
  box-sizing: border-box;
  padding-left: 0.5em;
  line-height: 1em;
  padding-top: 0.3em;
  padding-right: 1.3em;
}

.nombre-expositor {
  color: #658ac2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1em;
  font-family: 'Lato', sans-serif;
}

.bio-expositor {
  color: #ffffff;
  font-size: 0.9em;
}

.titulo-format {
  background-image: url(img/patron-circulos2.png);
  margin-top: 0.4em;
  text-align: left;
  margin-bottom: 1em;
}

.titulo-submissions {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 3em;
}

.imagen-important {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.contenedor-program {
  display: block;
  width: 100%;
  text-align: center;
}

.btn-program {
  width: 15em;
  margin: 0 auto;
  margin-top: 3em;
}

.bajada-programa {
  text-align: center;
  color: #ffffff;
}

.more {
  background: #658ac2;
  color: #ffffff;
  display: block;
  width: 30em;
  margin: 0 auto;
  margin-top: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
}

.contenedor-lima {
  display: flex;
  width: 90%;
  border: 1px solid #bdcde1;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding-left: 4em;
  padding-right: 4em;
  padding-top: 2em;
  padding-bottom: 2em;
  margin: 0 auto;
  justify-content: center;
  margin-top: 3em;
}

.contenedor-lima2 {
  display: flex;
  width: 90%;
  border: 1px solid #bdcde1;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding-left: 4em;
  padding-right: 4em;
  padding-top: 2em;
  padding-bottom: 2em;
  margin: 0 auto;
  justify-content: flex-start;
  margin-top: 3em;
}

.detalle-lima {
  display: flex;
  width: 33.3333%;
  margin-bottom: 1em;
}

.detalle-lima2 {
  display: flex;
  width: 100%;
  margin-bottom: 1em;
}

.icono-detalle {
  display: block;
  width: 10%;
  font-size: 1.3em;
  padding-left: 0.3em;
  text-align: right;
  color: #bdcde1;
}

.info-detalle {
  display: block;
  width: 90%;
  padding-left: 0.5em;
  font-size: 0.9em;
  padding-top: 0.3em;
}

.titulo-detalle {
  font-weight: 600;
  color: #bdcde1;
}

.text-detalle {
  font-size: 0.8em;
}

.fuente-chef {
  font-size: 1.6em;
  padding-right: 0.3em;
}

#organizadores {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  text-align: center;
  padding-top: 3em;
}

.contendor-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  padding-bottom: 5em;
}

.logo-jurnal {
  display: block;
  width: 6em;
  margin: 1em;
}

.logo-idb {
  display: block;
  width: 7em;
  margin: 1em;
}

.logo-cien {
  display: block;
  width: 15em;
  margin: 1em;
}

.logo-sbs {
  display: block;
  width: 14em;
  margin: 1em;
}

.logo-up-footer {
  display: block;
  width: 10em;
  margin: 1em;
}

footer {
  background: #01233f;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding: 3em;
}

.redes {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 50%;
}

.web {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 50%;
  justify-content: flex-end;
}

.red a:link {
  font-size: 1.2em;
  display: block;
  margin-right: 0.5em;
  text-decoration: none;
  color: #bdcde1;
}

.red a:visited {
  color: #bdcde1;
}

.red a:hover {
  color: #7adefe;
}

.red a:active {}

.web a:link {
  font-size: 1.2em;
  display: block;
  margin-right: 0.5em;
  text-decoration: none;
  color: #bdcde1;
  font-weight: 600;
}

.web a:visited {
  color: #bdcde1;
}

.web a:hover {
  color: #7adefe;
}

.web a:active {}

.seccion-botones-siempre{
    display: flex;
    width: 100%;
    z-index: 1111112;
    position: absolute;
    position: fixed;
    bottom: 100px;
    justify-content: flex-end;
    box-sizing: border-box;
    flex-wrap: wrap;
    padding-right: 2em;
    z-index: 1111112;
  }


.btn-call{
  display: block;
  width: 10em;
  margin-left: 1em;
}

.download-call{
  display: block;
  width: 100%;
  text-align: center;
}
.btn-papers{
  display: block;
  width: 11em;
  margin: 0 auto;
}
.texto-descargar{
  padding-top: 3em;
}

.contendor-descargas-paper{
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 1em;
  justify-content:space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.descarga-paper{
  display: flex;
  align-items:flex-start;
  width: 49%;
  font-size: 0.9em;
  text-align: left;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ffffff;
  justify-content: space-around;
  margin-bottom: 2em;
}
.titulo-descarga{
  font-size: 0.8em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
}
.name{
  display: block;
  width: 48%;
  padding-right: 0.6em;
  box-sizing: border-box;
}
.discussant{
  display: block;
  width: 34%;
  padding-right: 0.3em;
  box-sizing: border-box;
}
.download-paper{
  display: block;
  width: 18%;
  box-sizing: border-box;
}

@media screen and (max-width:1500px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width:1400px) {
  body {
    font-size: 15px;
  }
  .corte1 {
    width: 100%;
    height: 70px;
  }
}

@media screen and (max-width:1300px) {
  body {
    font-size: 14px;
  }
  .corte1 {
    width: 100%;
    height: 60px;
  }
}

@media screen and (max-width:1200px) {
  body {
    font-size: 13px;
  }
}

@media screen and (max-width:900px) {
  body {
    font-size: 12px;
  }
  .imagen-important {
    width: 100%;
  }
  .expositor {
    width: 50%;
  }
  .menu{
    display: none;
  }
  .contenedor-general {
    padding-left: 1em;
    padding-right: 1em;

  }
  .descarga-paper{
    display: flex;
    align-items:flex-start;
    width: 100%;
  }
}

@media screen and (max-width:690px) {
  .expositor {
    width: 100%;
  }
  .detalle-lima {
    width: 100%;
  }

  .contenedor-lima2, .contenedor-lima {
    width: 97%;
    padding-left: 1em;
    padding-right: 1em;
  }
  .foto-expositor {
    display: block;
    width: 17%;
  }
  .logo-up {
    display: block;
    width: 200px;
    height: 120px;
    background-image: url(img/logo-up-blanco.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .titulo-bajada {
    font-size: 2.5em;
    line-height: 1em;
    padding-right: 1em;
    width: 100%;
  }

  .corte1 {
    width: 100%;
    height: 50px;
  }

  #conference{
    margin-top: 4em;
  }


}

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

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