﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?ub093');
  src: url('fonts/icomoon.eot?ub093#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ub093') format('truetype'),
    url('fonts/icomoon.woff?ub093') format('woff'),
    url('fonts/icomoon.svg?ub093#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[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-youtube:before {
  content: "\e900";
}

.icon-linkedin:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e904";
}

html {}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #616264;
  padding: 2em;
  background-image: url(img/fondo-general.jpg);
}

#contenedor-general {
  display: block;
  width: 100%;
  max-width: 1200px;
  background-color: #ffffff;
  padding: 1em;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 8px 1px rgba(40, 31, 21, 0.6);
  box-shadow: 0 0 8px 1px rgba(40, 31, 21, 0.6);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

header {
  background-color: #F6F6F6;
}

.cabecera2 {
  display: none;
}

.contenedor-info {
  display: flex;
  width: 100%;
  background-color: #F6F6F6 ;
  padding: 2em;
  flex-wrap: wrap;
}

p {
  margin-bottom: 1em;
}

.bold {
  font-weight: 800;
}

h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.8em;
  display: block;
  width: 100%;
  padding-right: 1em;
}

h2 {
  background-color: #3b97be;
  display: block;
  width: 100%;
  padding-left: 1em;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

h3 {
  color: #525252;
  text-transform: uppercase;
}

h4 {
  font-size: 2.8em;
  color: #00d1ff;
}

a {}

ol {}

li {
  margin-bottom: 0.5em;
  list-style-image: url(img/bullets.png);
}

ul {
  padding-left: 2em;
  margin-bottom: 2em;
}

/* 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 */
  font-size: 1em;
  color: #747474;
  font-family: 'Open Sans', sans-serif;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1em;
  color: #747474;
  font-family: 'Open Sans', sans-serif;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 1em;
  color: #747474;
  font-family: 'Open Sans', sans-serif;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1em;
  color: #747474;
  font-family: 'Open Sans', sans-serif;
}

.cuerpo-info {
  display: block;
  width: 50%;
  text-align: justify;
}

.seccion-form {
  display: block;
  width: 50%;
  padding-left: 2em;
}

.datos-eventos {
  display: block;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.dato {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.52);
  padding: 0.5em;
  align-items: center;
}

.icono-dato {
  display: block;
  width: 3em;
}

.info-dato {
  display: block;
  width: inherit;
  padding-right: 2em;
  padding-left: 1em;
  color: #616264;
  font-weight: 800;
}

.foto-expositor {
  display: block;
  width: 20%;
  padding-right: 1em;
  align-self: flex-start;

}

.info-expositor {
 display: block;
  padding-right: 2em;
  width: 80%;
  padding-left:0.5em;
  color: #ffffff;
  box-sizing: border-box;
  text-align: left;



}

.expositores {
  display: flex;
  width: 100%;
  padding: 0.5em;
  align-items: center;
flex-wrap: wrap;
}

.direccion-dato {
  display: block;
  width: 100%;
  font-weight: 400;
}

.seccion-btn-pdf {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 1em;
  justify-content: flex-end;
}

.btn-descarga a:link {
  background-color: #0a9dc4;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  color: #ffffff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.icono-descarga-size {
  font-size: 1.8em;
  margin-left: 0.3em;
}

.btn-descarga a:visited {
  color: #ffffff;
}

.btn-descarga a:hover {
  background-color: #0a9dc4;
}

.btn-descarga a:active {
  color: #ffffff;
}

.formulario {
  background-color: rgb(255, 255, 255);
  display: block;
  width: 100%;
  -webkit-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  padding: 1em;
  padding-left: 40px;
  color: rgb(64, 64, 64);
}

.campo-inscripcion {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  height: 2.2em;
  border: none;
  margin-bottom: 0.4em;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 0.5em;
  color: #005490;
  font-size: 0.9em;
}

.campo-lista {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  height: 2.2em;
  border: none;
  margin-bottom: 0.4em;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 0.5em;
  color: #005490;
  font-size: 0.9em;
}

.autorizaciones {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
padding: 0.5em;
margin-top: 1em;
}

.legal-autorizaciones{
  display: block;
  width: 100%;
  font-size: 0.7em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.autorizacion {
  display: flex;
  width: 100%;
  font-size: 0.75em;
  padding: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  color: rgb(106, 106, 106);
}

.texto-autorizacion {
  display: flex;
  width: 70%;
  padding-right: 2em;
}

.campo-marcar {
  display: flex;
  width: inherit;
  text-align: right;
  justify-content: flex-end;
}

.texto-btn-si-no {
  font-weight: 800;
  margin-right: 0.7em;
  margin-left: 0.2em;
}

.btn-enviar {
  display: block;
  width: 100%;
  background-color: #00A19A;
  border: none;
  text-transform: uppercase;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 800;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  font-size: 1.1em;
  margin-top: 1em;
  color: #ffffff;
 
}

.btn-terminos a:link {
  display: block;
  width: 100%;
  font-size: 0.8em;
  color: rgb(73, 78, 80);
}

.btn-terminos a:visited {
  color: rgb(73, 78, 80);
}

.btn-terminos a:hover {
  color: rgb(73, 78, 80);
}

.btn-terminos a:active {
  color: rgb(73, 78, 80);
}

footer {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  align-items: center;
  padding-top: 2em;
}

.organizador {
  display: block;
  width: 50%;
  font-size: 0.9em;
}

.redes {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
}

.red a:link {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  font-size: 1.3em;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 0.2em;
}

.red a:visited {
  color: rgba(0, 0, 0, 0.54);
}

.red a:hover {
  color: #00e0ff;
}

.red a:active {
  color: rgba(0, 0, 0, 0.54);
}

.linkweb a:link {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  font-weight: 800;
  margin-right: 0.2em;
}

.linkweb a:visited {
  color: rgba(0, 0, 0, 0.54);
}

.linkweb a:hover {
  color: #00e0ff;
}

.linkweb a:active {
  color: #ffffff;
}

.color-footer-univ {
  font-weight: 400;
  color: #00e0ff;
}

.texto-importante {
  display: block;
  width: 100%;
  padding: 1em;
  background: #2D2E83;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.tiporegistro{
  display: flex;
  justify-content: flex-end;
  background-color: rgba(0, 37, 93, 0.56);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  width: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  box-sizing: border-box;
  padding-right: 1em;
  margin-bottom: 0.8em;
}

.enunciado2{
  color: #ffffff;
  font-weight: 900;
}
.marcar-tiporegistro{
  border: 1px solid rgba(255, 255, 255, 0.43) ;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-left: 0.5em;
  font-size: 0.8em;
  color: #ffffffff;
  -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
display: flex;
align-items: center;
}

.texto-marcar{
  padding-left: 0.5em;
  padding-top: 0.1em;
}

.nombre-expositor{
  display: block;
  width: 100%;
  font-weight: 800;
  font-size: 1.2em;
  color: #00A19A;
}

.expositor{
  display: block;
  width: 100%;
  font-weight: 800;
  font-size: 1em;
  color: #ffffff;

}

.cargo-expositor{
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0.5em;
  font-weight: normal;	
}

.tema-expositor{
  color: #ffffff;
  text-align: justify;
}

.tema-expositor2{
   color: #ffffff;
 
}



@media screen and (max-width:1500px) {}

@media screen and (max-width:1400px) {
  body {
    font-size: 14px;
  }

  #contenedor-general {
    max-width: 1000px;
  }
}

@media screen and (max-width:1300px) {}

@media screen and (max-width:1100px) {
  body {
    font-size: 12px;
  }

  #contenedor-general {
    max-width: 900px;
  }
}

@media screen and (max-width:900px) {
  #contenedor-general {
    max-width: 90%;
  }

  h1 {
    padding-right: 1em;
  }

  .contenedor-info {
    display: block;
  }

  .cuerpo-info, .seccion-form {
    width: 100%;
  }

  .seccion-form {
    padding-left: 0;
  }
}

@media screen and (max-width:690px) {
  header {
    display: none;
  }

  .cabecera2 {
    display: block;
  }

  .organizador {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }

  .redes {
    width: 100%;
    margin-top: 1em;
  }
}

@media screen and (max-width:500px) {
  body {
    padding: 1em;
  }

  #contenedor-general {
    max-width: 100%;
  }

  .formulario {
    padding: 0.3em;
    padding-top: 1em;
  }

  h3 {
    text-align: center;
  }

  .contenedor-info {
    padding: 1em;
  }
}

@media screen and (max-width:350px) {}
