﻿*{
margin: 0;
padding: 0;
font-weight: normal;
}

body{
font-size: 16px;
font-family: 'Crimson Text', serif;
color:#374746;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3eaee+0,cad4da+100 */
background: #e3eaee; /* Old browsers */
background: -moz-linear-gradient(top, #e3eaee 0%, #cad4da 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e3eaee 0%,#cad4da 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e3eaee 0%,#cad4da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3eaee', endColorstr='#cad4da',GradientType=0 ); /* IE6-9 */
}

p{
}

html{

}

.cnt_img img
{
margin:0 auto;
display:block;
}

a{
text-decoration: none;
}

.clearfix:before, .clearfix:after,
.row:before, .row:after,
.container12:before, .container12:after, .container16:before, .container16:after {
   content:'.';
   display:block;
   height:0;
   overflow:hidden;
   visibility:hidden;
   width:0;
}
/* 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;}



#idioma {
  width: 160px;
  height: 45px;
  background: #36888B;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 90% 100%, 10% 100%, 0% 80%, 0 0);
  clip-path:         polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 90% 100%, 10% 100%, 0% 80%, 0 0);
  position: absolute;
  margin-top: 30px;
  left: 46%;
  top:0;
  z-index: 9999999999;
  box-sizing: border-box;
  display: flex;
  color: #B4F6FF;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 300;
  font-size: 0.8em;
  justify-content: center;
  vertical-align:middle;
  align-items:center;
}


.btn-idioma{
}

.btn-idioma-activo{
  width: 25px;
  height: 25px;
  border: 1.5px solid rgba(180, 246, 255, 0.5);
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  color: rgba(180, 246, 255, 0.5);
  margin-left: 0.2em;
  margin-right: 0.2em;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;

}
.btn-idioma a:link{
  width: 25px;
  height: 25px;
  border: 1.5px solid #B4F6FF;
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  color: #B4F6FF;
  margin-left: 0.2em;
  margin-right: 0.2em;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;

}
.btn-idioma a:visited{
  color: #B4F6FF;
}
.btn-idioma a:hover{
  color: #1de7e1;
  border: 1.5px solid #1de7e1;

}
.btn-idioma a:active{
  color: rgba(#b4f6ff, 0.5);
}



#contenedor-general{
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 3px rgba(43,47,48,0.3);
  box-shadow: 0 0 10px 3px rgba(43,47,48,0.3);
  margin-bottom: 30px;
}

.keynote-speaker{
  display: block;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8b9ca5+0,56676d+100 */
  background: #8b9ca5; /* Old browsers */
  background: -moz-linear-gradient(left, #8b9ca5 0%, #56676d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8b9ca5 0%,#56676d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8b9ca5 0%,#56676d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b9ca5', endColorstr='#56676d',GradientType=1 ); /* IE6-9 */
}

.contenedor-keynote{
  display: flex;
  width: 100%;
  padding-bottom: 1em;
}

.titulo-keynote{
  width: 100%;
  text-align: center;
  font-family: 'Crimson Text', serif;
  color: #ffffff;
  font-size: 1.6em;
}

.keynote-speaker1{
  display: block;
  width: 33%;
  color: #ffffff;
  font-size: 0.9em;

}
.foto-keynote-speaker{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 300px;
}

.shortbio-keynote-speaker{
  width: 100%;
  display: block;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
  line-height: 1.2em;
}

.titulo-keynote-speaker{
  color:#B4F6FF;
  display: block;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight:700;
  font-size: 1.8em;
  line-height: 1.5em;
  text-align: center;
  text-transform: uppercase;
}

.seccion2{
  display: flex;
  line-height: 1.1em;
}

.linea-corte{
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 2em;
}

.call-for-papers{
  width: 63%;
  box-sizing: border-box;
  padding: 30px;
  text-align: justify;
}

.program-committee{
  width: 37%;
  box-sizing: border-box;
  padding: 30px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #71BABF;
}

.titulo-callforpapers{
  color: #71BABF;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight:700;
  font-size: 1.8em;
  line-height: 1.6em;
  display: block;
}

.titulo-program{
  font-weight:700;
  font-size: 1.8em;
  line-height: 1.6em;
  display: block;
}

.comite-nombre{
  display: block;
  font-size: 1.5em;
  line-height: 1.2em;
}

.btn-savethedate{
  margin-top: 1em;
}

.schedule{
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 5em;
}

.titulo-schedule{
  color: #71BABF;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight:700;
  font-size: 1.8em;
  line-height: 1.6em;
  display: block;
  text-transform:uppercase;
}

.important{
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 10em;
  outline: 1px solid red;
}

.titulo-important{
  color: #71BABF;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight:700;
  font-size: 1.8em;
  line-height: 1.6em;
  display: block;
  text-transform:uppercase;
}

.important ul{
  padding-left: 30px;
  margin-top: 20px;
  line-height: 2em;
}

.important ul li{
  list-style-image:url('imagenes/iconos-lista1.png');

}

.botones-savethedate{
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  justify-content:flex-start;
  flex-wrap:wrap;
}

.btns-savethedate{
  width: 32%;
  border: 2px solid #83D0D6;
  margin: 0.5%;
  box-sizing:border-box;
  padding: 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  font-family: 'Crimson Text', serif;
  color: #374746;
  line-height: 1em;
}

.titulo-seccion-save{
  font-family: 'Barlow Semi Condensed', sans-serif;
  display:block;
  color: #83D0D6;
  font-size: 1.3em;
  font-weight:700;
  line-height: 1.3em;
}

.link-btn{

}

.link-btn a:link{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight:700;
  display: block;
  margin-top: 0.4em;
  font-size: 1.2em;
  color: #83D0D6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link-btn a:visited{
  color: #83D0D6;
}
.link-btn a:hover{
  color: #6C5DB5;
}
.link-btn a:active{
  color: #83D0D6;
}

.campo-mapa{
  display: flex;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin-top: 2em;
}

.fondo-mapa{
  display:flex;
  width: 100%;
  min-height: 40px;
  background-image: url(imagenes/fondoUP.jpg);
  padding: 30px;
  box-sizing: border-box;
  justify-content:flex-start;
  vertical-align:middle;
  align-items:center;
}

.mapa{
  display: block;
  width: 523px;
  height: 324px;
}

.datos-up-mapa{
  display: block;
  width: 260px;
  vertical-align:middle;
  color: #ffffff;
  text-align:left;
  padding-left: 20px;
  font-family: 'Crimson Text', serif;
}

.nombre-mapa{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight:700;
  font-size: 1.4em;
  display: block;
  letter-spacing: 0.05em;
}

.direccion-mapa{
  display: block;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  line-height: 1em;
}

.useful{
  display: none;
  width: 1200px;;
  min-height: 50px;
  background: #F2F7F7;
  margin-top: 2em;
  padding: 30px;
  box-sizing: border-box;
}

.titulo-useful{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight:700;
  font-size: 1.8em;
  color: #71ABB0;
}

.contenedor-useful{
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
  width: 1140px;
}

.item-useful{
  width: 285px;
  padding: 10px;
  display: flex;
  margin-bottom: 1em;
  justify-content:flex-start;
  box-sizing: border-box;
}

.icono-useful{
  width: 30px;
}

.info-useful{
  width: 255px;
  padding-left: 5px;
  box-sizing: border-box;
  line-height: 1em;
  font-size: 0.9em;
  color:#616161;
}

.item-useful-full{
  width: 1140px;
  padding: 10px;
  display: flex;
  margin-bottom: 1em;
  box-sizing: border-box;
  justify-content: center;
}


.info-useful-full{
  width: 1120px;
  padding-left: 5px;
  box-sizing: border-box;
  line-height: 1em;
  font-size: 0.9em;
  color:#616161;
  box-sizing: border-box;
}

.contenedor-sub-item{
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content:flex-start;
  width: 1090px;
}

.item-useful-3{
  width: 363.33px;
  padding: 10px;
  display: block;
  margin-bottom: 1em;
  box-sizing: border-box;
}

.item-useful-4{
  width: 272.5PX;
  padding: 10px;
  display: block;
  margin-bottom: 1em;
  box-sizing: border-box;
}



.titulo-item-useful{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight:700;
  font-size: 1.1em;
  display: block;
  color: #003956;
  text-transform:uppercase;
}

.titulo-hotel{
  font-weight: bold;
  display: block;
}

.tips{
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #616161;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.pie-footer{
  display: block;
  width: 100%;
  background: #84979B;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 2em;
}

.contenedor-redes{
  display: flex;
  width: 100%;
}

.redes{
  display: flex;
  width: 50%;
  vertical-align:middle;
}

.icono-redes{
  display: block;
  width: 27px;
}

.web-pie{
  display: flex;
  width: 50%;
  text-align: right;
  justify-content:flex-end;
}

.link-pie{
  color: #9EEDEF;
  font-family: 'Barlow Semi Condensed', sans-serif;



}

.link-pie a:link{
  color: #9EEDEF;
  font-weight:700;
  font-size: 1.2em;
}

.link-pie a:visited{
  color: #9EEDEF;
}

.link-pie a:hover{
  color: #9EEDEF;
}
.link-pie a:active{
  color: #9EEDEF;
}


#meeting-infomation{
  display: flex;
  width: 1200px;
  box-sizing: border-box;
  padding: 47px;
}

#registration-seccion{
  display: flex;
  width: 320px;
  background: #B4F6FF;
  font-family: 'Barlow Semi Condensed', sans-serif;
  flex-wrap: wrap;
  box-sizing: border-box;
}


.regist-uni{
  display: block;
  width: 100%;
  color: #60BFC6;
  font-size: 1.9em;
  padding-left: 10px;
  padding-top: 10px;
  font-weight: 700;
  box-sizing: border-box;
}

.regist-pacifico{
  display: block;
  width: 100%;
  color: #60BFC6;
  font-weight: 700;
  box-sizing: border-box;
  margin-top: -13px;
  font-size: 2em;
}

.regist-date{
  display: block;
  width: 100%;
  color: #55ABAD;
  font-size: 0.6em;
}

.btn-registration1{
  display: block;
  width: 100%;
  background: #9CDDE2;
  text-align: right;
  box-sizing: border-box;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 10px;
}


.btn-registration1 a:link{
  color: #ffffff;

}

.btn-registration1 a:visited{
  color: #ffffff;
}

.btn-registration1 a:hover{
  color: #8bffee;
  background-image:url(imagenes/flecha2.png);
}

.btn-registration1 a:active{
  color: #ffffff;
}


#meeting-seccion{
  display: block;
  width: 786px;
  box-sizing: border-box;
  padding-left: 47px;
  text-align: justify;
}


.program-committee-regist{
  width: 100%;
  box-sizing: border-box;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #71BABF;
}

.titulo-meeting-seccion{
  display: block;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 2em;
  color: #71babf;
}


#scietific-comittee{
  display: block;
  width: 100%;
  background-color: #edefef;
  box-sizing: border-box;
  padding: 30px;
}

.titulo-scietific{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  color: #496a77;
}


#contenedor-comite{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
}

.mcomite{
  width: 20%;
  box-sizing: border-box;
  margin-bottom: 1em;
  margin-top: 1em;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.cabecera-mcomite{
  display: flex;
  width: 100%;
  align-items:center;
  align-items:center;
  vertical-align: middle;
}

.foto-mcomite{
  display: block;
}

.nombre-mcomite{
  display: block;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #174142;
  width: 100%;
}

.info-mcomite{
  display: block;
  width: 100%;
  line-height: 1em;
}


#contenedor-download{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: -100px;
  margin-top: 30px;
}



.boton-programa{
  color:rgba(255, 255, 255, 0);
  margin-right: -70px;
}


.boton-programa a:link{
  display: block;
  width: 346px;
  background-repeat: no-repeat;
  height: 136px;
  background-image: url(imagenes/download-programa1.png);
  background-size: cover;
  color:rgba(255, 255, 255, 0);
  margin-bottom: 100px;
}
.boton-programa a:visited{
  color:rgba(255, 255, 255, 0)
}
.boton-programa a:hover{
  background-image: url(imagenes/download-programa2.png);
  color:rgba(255, 255, 255, 0)
}
.boton-programa a:active{
  color:rgba(255, 255, 255, 0)
}


.boton-paper{
  color:rgba(255, 255, 255, 0);
}


.boton-paper a:link{
  display: block;
  width: 321px;
  background-repeat: no-repeat;
  height: 136px;
  background-image: url(imagenes/download-paper1.png);
  background-size: cover;
  color:rgba(255, 255, 255, 0)
}
.boton-paper a:visited{
  color:rgba(255, 255, 255, 0)
}
.boton-paper a:hover{
  background-image: url(imagenes/download-paper2.png);
  color:rgba(255, 255, 255, 0)
}
.boton-paper a:active{
  color:rgba(255, 255, 255, 0)
}


.formulario{
  display: block;
  width: 100%;
  padding: 47px;
  box-sizing: border-box;
}

.titulo-form{
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #71babf;
  font-size: 2em;
}

#contenedor-form{
  display: flex;
  width: 100%;
  background: #eff4f4;
  box-sizing: border-box;
  padding: 2em;
  flex-wrap: wrap;
  justify-content:space-between;
  align-items:flex-start;
}

#personal-info{
  display: flex;
  width: 48%;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content:space-between;
}

#job-info{
  display: flex;
  width: 48%;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content:space-between;
}

.corte-form{
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(10, 54, 52, 0.54);
  margin-top: 2em;
  margin-bottom: 2em;
}

#campo-autorizacion{
  display: block;
  width: 100%;
}
.autorizacion{
  display: flex;
  width: 100%;
  margin-bottom: 1em;
  color: rgb(83, 106, 108);
}

.text-auto{
  min-width: 700px;
}

#campo-enviar{
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 2em;
}

.titulo-campo-forma{
  display: block;
  width: 100%;
  color: #075972;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
}

.ingreso-texto{
  display: block;
  width: 48%;
  background: #ffffff;
  height: 25px;
  box-sizing: border-box;
  padding-left: 1em;
  margin-bottom: 0.5em;
  border: none;
}

.campos-selecc{
  display: block;
  width: 48%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c3dbe2+0,86a6b7+100 */
background: #c3dbe2; /* Old browsers */
background: -moz-linear-gradient(top, #c3dbe2 0%, #86a6b7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #c3dbe2 0%,#86a6b7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #c3dbe2 0%,#86a6b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3dbe2', endColorstr='#86a6b7',GradientType=0 ); /* IE6-9 */
  height: 25px;
  box-sizing: border-box;
  padding-left: 1em;
  margin-bottom: 0.5em;
  border: none;
}



.marca-campo{
  display: flex;
  align-items: center;
  margin-right: 1em;
}
.textosi-no{
  padding-left: 0.2em;
  display: block;
}


.btn-enviar{

}

.btn-enviar a:link{
  background: rgb(0, 78, 111);
  color: #ffffff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 5em;
  padding-right: 5em;
  text-align: center;
  -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
border: none;

}
.btn-enviar a:visited{
  color: #ffffff;
}
.btn-enviar a:hover{
  color: #ffffff;
  background: rgb(0, 167, 190);
}
.btn-enviar a:active{
  color: #ffffff;
}


.termns{
  display: block;
  width: 100%;
  text-align: right;
  padding-top: 3em;
}

.btn-termns{

}

.btn-termns a:link{
  color: #ffffff;
  background-color: rgba(21, 134, 131, 0.5);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-termns a:visited{
  color: #ffffff;
  background-color: rgba(21, 134, 131, 0.5);
}
.btn-termns a:hover{
  color: #ffffff;
  background-color: rgba(21, 134, 131, 0.9);
}









@media screen and (max-width:1200px){
body{
font-size: 15px;
}
#contenedor-general{
  max-width: 900px;
}

.titulo-keynote-speaker{
  font-weight:700;
  font-size: 1.5em;
  line-height: 1em;
}

.keynote-speaker{
  padding-top: 10px;
}
.foto-keynote-speaker{
  width: 160px;
}
.foto-keynote-speaker2{
  width: 180px;
}
.shortbio-keynote-speaker{
  width: 250px;
  padding-bottom: 0.5em;
}
.titulo-program{
  font-size: 1.5em;
  line-height: 1em;
}
.comite-nombre{
  font-size: 1.1em;
  line-height: 1.2em;
}



.useful{
  width: 900px;;
  margin-top: 2em;
}

.contenedor-useful{
  width: 840px;
}

.item-useful{
  width: 280px;
}

.icono-useful{
  width: 25px;
}

.info-useful{
  width: 255px;
}

.item-useful-full{
  width: 840px;

}


.info-useful-full{
  width: 840px;
}

.contenedor-sub-item{
  width: 835px;

}

.item-useful-3{
  width: 278.33px;
}

.item-useful-4{
  width: 208.75px;
}



#meeting-infomation{
  width: 900px;
  padding: 30px;
}

#registration-seccion{
  width: 300px;
}

#meeting-seccion{
  display: block;
  width: 540px;
  box-sizing: border-box;
  padding-left: 30px;
}


.mcomite{
  width: 28%;
}

.cabecera-mcomite{

}

.foto-mcomite{

}

.nombre-mcomite{

}

.info-mcomite{

}

.text-auto{
  min-width: 600px;
}


}





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

#contenedor-general{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.contenedor-keynote{
  display: block;
}



.keynote-speaker1{
  width: 100%;
  font-size: 1em;
  vertical-align:middle;
  align-items:center;
  padding-top: 2em;

}
.foto-keynote-speaker{
  width: 200px;
}

.foto-keynote-speaker2{
  width: 200px;

}

.shortbio-keynote-speaker{
  width: 500px;
  : 1px solid yellow;
}

.keynote-speaker2{
  width: 100%;
  font-size: 1em;
  vertical-align:middle;
  align-items:center;
  background-color: rgba(40, 89, 91, 0.31);
  padding-top: 2em;

}




.useful{
  width: 100%;;
  margin-top: 2em;
}

.contenedor-useful{
  width: 810px;
}

.item-useful{
  width: 270px;
}

.icono-useful{
  width: 25px;
}

.info-useful{
  width: 245px;
}

.item-useful-full{
  width: 810px;
}


.info-useful-full{
  width: 765px;
}

.contenedor-sub-item{
  width: 760px;

}

.item-useful-3{
  width: 253.33px;
}

.item-useful-4{
  width: 190px;
}


}



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

.contenedor-useful{
  width: 700px;
}
.item-useful{
  width: 233.33px;
}
.icono-useful{
  width: 20px;
}
.info-useful{
  width: 210px;
}
.item-useful-full{
  width: 700px;
}
.info-useful-full{
  width: 700px;
}
.contenedor-sub-item{
  width: 655px;
}
.item-useful-3{
  width: 218.33px;
}
.item-useful-4{
  width: 163.75px;
}

#idioma {
  margin-top: 0;
  left: 40%;
}

#meeting-infomation{
  width: 700px;
  padding: 20px;
}

#registration-seccion{
  width: 280px;
}

#meeting-seccion{
  width: 380px;
  padding-left: 20px;
  padding-right: 20px;
}
.mcomite{
  width: 42%;
}

.cabecera-mcomite{

}

.foto-mcomite{
  width: 100px;
}

.nombre-mcomite{

}

.info-mcomite{

}

.boton-programa a:link{
  width: 300px;
  height: 127px;
}
.boton-paper a:link{
  width: 300px;
  height: 127px;
}

.text-auto{
  min-width: 500px;
}

}


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

body{
font-size: 13px;
}
.contenedor-useful{
  width: 650px;
}
.item-useful{
  width: 216.66px;
}
.icono-useful{
  width: 18px;
}
.info-useful{
  width: 198.66px;
}
.item-useful-full{
  width: 650px;
}
.info-useful-full{
  width: 632px;
}
.contenedor-sub-item{
  width: 600px;
}
.item-useful-3{
  width: 300px;
}
.item-useful-4{
  width: 300px;
}

#meeting-infomation{
  width: 650px;
  padding: 10px;
}

#registration-seccion{
  width: 250px;
}

#meeting-seccion{
  width: 380px;
  padding-left: 20px;
  padding-right: 20px;
}

.boton-programa a:link{
  width: 280px;
  height: 119px;
}
.boton-paper a:link{
  width: 280px;
  height: 119px;
}

.text-auto{
  min-width: 400px;
  box-sizing: border-box;
  padding-right: 1em;
  line-height: 1em;
}

#personal-info{
  width: 100%;
}

#job-info{
  width: 100%;
  margin-top: 1em;
}

}


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

body{
font-size: 13px;
}
.contenedor-useful{
  width: 600px;
  margin: 0 auto;
}
.item-useful{
  width: 300px;
}
.icono-useful{
  width: 20px;
}
.info-useful{
  width: 280px;
}
.item-useful-full{
  width: 650px;
}
.info-useful-full{
  width: 560px;

}
.contenedor-sub-item{
  width: 540px;
  margin: 0 auto;
}
.item-useful-3{
  width: 265px;
}
.item-useful-4{
  width: 265px;
}

#meeting-infomation{
  width: 600px;
  padding: 10px;
}

#registration-seccion{
  width: 230px;
}

#meeting-seccion{
  width: 350px;
  padding-left: 15px;
  padding-right: 0;
}

.boton-programa a:link{
  width: 250px;
  height: 106px;
}
.boton-paper a:link{
  width: 250px;
  height: 106px;
}

}


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

  body{
  font-size: 13px;
  }
  .seccion2{
    display: block;
  }

  .call-for-papers{
    width: 100%;
    padding: 10px;
  }

  .program-committee{
    width: 90%;
    padding: 30px;
    margin: 0 auto;
  }

  .useful{
    padding: 10px;
  }

  .contenedor-useful{
    width: 550px;
    margin: 0 auto;
  }
  .item-useful{
    width: 275px;
  }
  .icono-useful{
    width: 18px;
  }
  .info-useful{
    width: 230px;
  }
  .item-useful-full{
    width: 550px;
  }
  .info-useful-full{
    width: 550px;
  }
  .contenedor-sub-item{
    width: 500px;
  }
  .item-useful-3{
    width: 250px;
  }
  .item-useful-4{
    width: 250px;
  }

  #meeting-infomation{
    width: 100%;
    padding: 10px;
  }

  #registration-seccion{
    width: 220px;
  }

  #meeting-seccion{
    width: 310px;
    padding-left: 15px;
    padding-right: 0;
  }

  .boton-programa a:link{
    width: 200px;
    height: 85px;
  }
  .boton-paper a:link{
    width: 200px;
    height: 85px;
  }

  }


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

  body{
  font-size: 13px;
  }

  .foto-keynote-speaker{
    width: 160px;
  }
  .foto-keynote-speaker2{
    width: 160px;
  }
  .shortbio-keynote-speaker{
    width: 300px;
  }

  .seccion2{
    display: block;
  }

  .call-for-papers{
    width: 100%;
    padding: 10px;
  }

  .program-committee{
    width: 90%;
    padding: 30px;
    margin: 0 auto;
  }

  .campo-mapa{
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .fondo-mapa{
    padding: 10px;
    display: block;
  }

  .mapa{
    width: 100%;
    height: 300px;
  }

  .datos-up-mapa{
    width: 100%;
    text-align:center;
    box-sizing: border-box;
    padding-top: 2em;
  }



  .useful{
    padding: 10px;
  }

  .contenedor-useful{
    width: 470px;
  }
  .item-useful{
    width: 235px;
  }
  .icono-useful{
    width: 18px;
  }
  .info-useful{
    width: 230px;
  }
  .item-useful-full{
    width: 470px;
  }
  .info-useful-full{
    width: 452px;
  }
  .contenedor-sub-item{
    width: 420px;
  }
  .item-useful-3{
    width: 210px;
  }
  .item-useful-4{
    width: 210px;
  }

  #meeting-infomation{
    width: 100%;
    padding: 10px;
    display: block;
  }

  #registration-seccion{
    width: 100%;
  }

  #meeting-seccion{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .mcomite{
    width: 90%;
  }

  .cabecera-mcomite{
    margin-top: -15px;
  }

  .foto-mcomite{
    width: 80px;
  }

  .formulario{
    padding: 10px;
  }


  #contenedor-form{
    display: block;
  }

  #personal-info{
    display: block;
    width: 100%;
  }

  #job-info{
    display: block;
    width: 100%;
  }


  .text-auto{
    min-width: 200px;
  }


  .ingreso-texto{
    width: 100%;
  }

  .campos-selecc{
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c3dbe2+0,86a6b7+100 */
  }



  .marca-campo{
    display: flex;
    align-items: center;
    margin-right: 1em;
  }
  .textosi-no{
    padding-left: 0.2em;
    display: block;
  }


  .btn-enviar{

  }

  .btn-enviar a:link{
    background: rgb(0, 78, 111);
    color: #ffffff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 5em;
    padding-right: 5em;
    text-align: center;
    -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border: none;

  }
  .btn-enviar a:visited{
    color: #ffffff;
  }
  .btn-enviar a:hover{
    color: #ffffff;
    background: rgb(0, 167, 190);
  }
  .btn-enviar a:active{
    color: #ffffff;
  }


}

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

body{
font-size: 13px;
}
.contenedor-keynote{
  display: block;
}

.keynote-speaker1{
  width: 100%;

}
.foto-keynote-speaker{
  width: 90px;
}
.foto-keynote-speaker2{
  width: 100px;

}

.shortbio-keynote-speaker{
  width: 270px;
  padding-bottom: 1em;
}

.keynote-speaker2{
  width: 100%;
}

.seccion2{
  display: block;
}

.call-for-papers{
  width: 100%;
  padding: 10px;
}

.program-committee{
  width: 90%;
  padding: 30px;
  margin: 0 auto;
}

.fondo-mapa{
  padding: 10px;
  display: block;
}

.mapa{
  width: 100%;
  height: 300px;
}

.datos-up-mapa{
  width: 100%;
  text-align:center;
  box-sizing: border-box;
  padding-top: 2em;
}


.botones-savethedate{
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;

}


.contenedor-useful{
  width: 340px;
}
.item-useful{
  width:100%;
}
.icono-useful{
  width: 18px;
}
.info-useful{
  width: 290px;
}
.item-useful-full{
  width: 100%;
}
.info-useful-full{
  width: 100%;
}
.contenedor-sub-item{
  width: 100%;
}
.item-useful-3{
  width: 100%;
}
.item-useful-4{
  width: 100%;
}

.boton-programa a:link{
  width: 150px;
  height: 64px;
}
.boton-paper a:link{
  width: 150px;
  height: 64px;
}

}


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

body{
font-size: 13px;
}
.contenedor-keynote{
  display: block;
}

.keynote-speaker1{
  width: 100%;

}
.foto-keynote-speaker{
  width: 90px;
}
.foto-keynote-speaker2{
  width: 100px;

}

.shortbio-keynote-speaker{
  width: 270px;
  padding-bottom: 1em;
}

.keynote-speaker2{
  width: 100%;
}

.seccion2{
  display: block;
}

.call-for-papers{
  width: 100%;
  padding: 10px;
}

.program-committee{
  width: 90%;
  padding: 30px;
  margin: 0 auto;
}

.fondo-mapa{
  padding: 10px;
  display: block;
}

.mapa{
  width: 100%;
  height: 300px;
}

.datos-up-mapa{
  width: 100%;
  text-align:center;
  box-sizing: border-box;
  padding-top: 2em;
}


.botones-savethedate{
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;

}


.contenedor-useful{
  width: 300px;
}
.item-useful{
  width:100%;
}
.icono-useful{
  width: 15px;
}
.info-useful{
  width: 285px;
}
.item-useful-full{
  width: 100%;
}
.info-useful-full{
  width: 100%;
}
.contenedor-sub-item{
  width: 100%;
}
.item-useful-3{
  width: 100%;
}
.item-useful-4{
  width: 100%;
}


}
