* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'icomoon';
  src:  url('css/fonts/icomoon.eot?x6qn0k');
  src:  url('css/fonts/icomoon.eot?x6qn0k#iefix') format('embedded-opentype'),
    url('css/fonts/icomoon.ttf?x6qn0k') format('truetype'),
    url('css/fonts/icomoon.woff?x6qn0k') format('woff'),
    url('css/fonts/icomoon.svg?x6qn0k#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-facebook:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-linkedin:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}


html {}

body {
  font-family: 'Blinker', sans-serif;
  font-size: 17px;
  color: #525252;
  padding: 2em;
  background-image: url("css/img/fondo-general.png");
}

#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: #f3f3f3;
}
.cabecera2{
  display: none;
}

.contenedor-info {
  display: flex;
  width: 100%;
  background-color: #f3f3f3;
  padding: 2em;
  flex-wrap: wrap;
}

p {
  text-shadow: 2px 2px 2px #FFFFFF;
  text-align: justify;
}

.bold {
  font-weight: 800;
}

h1 {
  color: #A3195B;
  text-transform: uppercase;
  font-size: 2em;
  display: block;
  width: 100%;
  padding-right: 10em;
  margin-bottom: 1em;
  text-shadow: 2px 2px 1px #FFFFFF;
}

h2 {
  background-color: #2E3192;
  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;
  letter-spacing: 5px;
	
}

h3 {
  color: #5b5b5f;
  font-size: 1.5em;
  text-transform: uppercase;
}

h4 {}

a {}

ol {}

li {
	
	padding-left: 1em;
}

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 {
  /* 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%;
}

.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(0, 0, 0, 0.1);
  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: #525252;
  font-weight: 800;
}

.direccion-dato {
  display: block;
  width: 100%;
  font-weight: 400;
}

.datos-expositores {
  display: flex;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 0.3em;
}

.expositores {
  display: flex;
  width: 100%;
  padding: 0.5em;
  align-items: center;
flex-wrap: wrap;
}


.info-expositor {
 display: block;
  padding-right: 2em;
  width: 75%;
  padding-left:0.5em;
  color: #525252;
  text-align: justify;
	box-sizing: border-box;
	

  
}

.foto-expositor {
  display: block;
  width: 25%;
  padding-right: 1em;
	
}

.seccion-btn-pdf {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 1em;
  justify-content: flex-end;
}

.btn-descarga a:link {
  background-color: rgba(0, 0, 0, 0.1);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  color: rgb(55, 55, 55);
  -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: rgb(55, 55, 55);
}

.btn-descarga a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.btn-descarga a:active {
  color: rgb(55, 55, 55);
}

.formulario {
  background-color: rgb(206, 218, 222);
  display: block;
  width: 100%;
  -webkit-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  padding: 1em;
}

.campo-inscripcion {
  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;
}

.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%;
}

.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;
}

.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: rgba(20, 49, 65, 0.2);
  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: rgb(55, 55, 55);
  text-shadow: 1px 1px 1px #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: block;
  width: 100%;
  flex-wrap: wrap;
  background-color: #333333;
  margin-top: 3em;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 2em;
}

.organizador{
  display: block;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.9em;
}
.redes{
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 0.3em;
}

.red a:link{color: #ffffff; margin: 0.1em; text-decoration: none; font-size: 1.6em; -webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;}
.red a:visited{color: #ffffff;}
.red a:hover{color: #00e0ff;}
.red a:active{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: 5em; text-align: center}
  .contenedor-info {display: block;}
  .cuerpo-info, .seccion-form  {width: 100%;}
  .seccion-form {padding-left: 0;}

}

@media screen and (max-width:690px) {

}

@media screen and (max-width:500px) {
  body {padding: 1em;}
  #contenedor-general {max-width: 100%;}
  h1 {padding-right: 1em; font-size: 1.5em; text-align: center}
  header {display: none;}
  .cabecera2{display: block;}
  .formulario {padding: 0.3em;padding-top: 1em;}
  h3{text-align: center;}
  .contenedor-info {padding: 1em;}
}

@media screen and (max-width:350px) {}
