/* normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
#nombre, #dni,  #telefono{

  font-weight: normal;
  background: #FFF;
  border:1px solid #ccc;
  color: #000;
  border-radius:3px; 
    -moz-border-radius:3px; /* Firefox */ 
    -webkit-border-radius:3px; /* Safari y Chrome */ 
	width:91%;
  font-family: 'Lato', sans-serif;
  padding:10px;
  font-size:12px;
  text-align:left;
  margin:0px;
  margin-bottom:5px;
}

#edad{
	 display:inline-block;
  font-weight: normal;
  background: #FFF;
  border:1px solid #ccc;
  color: #000;
  border-radius:3px; 
    -moz-border-radius:3px; /* Firefox */ 
    -webkit-border-radius:3px; /* Safari y Chrome */ 
	width:15%;
  font-family: 'Lato', sans-serif;
  padding:10px;
  font-size:12px;
  text-align:left;
  margin:0px;
  margin-bottom:5px;
 
}
#email{
	display:inline-block;
  font-weight: normal;
  background: #FFF;
  border:1px solid #ccc;
  color: #000;
  border-radius:3px; 
    -moz-border-radius:3px; /* Firefox */ 
    -webkit-border-radius:3px; /* Safari y Chrome */ 
	width:70%;
  font-family: 'Lato', sans-serif;
  padding:10px;
  font-size:12px;
  text-align:left;
  margin:0px;
  margin-bottom:5px;
  
}
#distrito{
  font-weight: normal;
  background: #FFF;
  border:1px solid #ccc;
  color: #000;
  border-radius:3px; 
    -moz-border-radius:3px; /* Firefox */ 
    -webkit-border-radius:3px; /* Safari y Chrome */ 
	width:97%;
  font-family: 'Lato', sans-serif;
  padding:10px;
  font-size:12px;
  text-align:left;
  margin:0px;
  height:20px;
  margin-bottom:5px;
}
#terminos, #mensaje{
  font-weight: normal;
  background: #FFF;
  border:1px solid #ccc;
  color: #000;
  border-radius:3px; 
    -moz-border-radius:3px; /* Firefox */ 
    -webkit-border-radius:3px; /* Safari y Chrome */ 
	width:91%;
	height:60px;
  font-family: 'Lato', sans-serif;
  padding:10px;
  font-size:12px;
  text-align:left;
  margin:0px;
  margin-bottom:5px;
}
#enviar{
  font-weight      : normal;
  background: #FF7F00;
  border:1px solid #FF7F00;
  color: #fff;
    border-radius:3px; 
    -moz-border-radius:3px; /* Firefox */ 
    -webkit-border-radius:3px; /* Safari y Chrome */ 
	font-size:17px;
	padding:10px;
	padding-top:8px;

}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
/* 1 */
  -webkit-text-size-adjust: 100%;
/* 2 */
  -ms-text-size-adjust: 100%;
/* 2 */
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
/* 1 */
  padding: 0;
/* 2 */
}
button,
input,
select,
textarea {
  font-family: inherit;
/* 1 */
  font-size: 100%;
/* 2 */
  margin: 0;
/* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
/* 2 */
  cursor: pointer;
/* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
/* 1 */
  padding: 0;
/* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield;
/* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
/* 2 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
/* 1 */
  vertical-align: top;
/* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
h7 p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
section,
menu,
details {
  margin: auto;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
section,
menu {
  display: block;
}
html,
body {
  height: 100%;
}
body {
  font-family: Verdana;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
h2 {
  margin: 0 0 10px;
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
}
h3 {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1;
}
h4 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1;
}
h5 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
h6 {
  font-size: 16px;
  font-size: 18px;
  line-height: 1;
}
a img {
  border: none;
}
p {
  margin: 0 0 15px;
}
li {
  list-style: none;
}
em,
cite {
  font-style: normal;
}
strong {
  font-weight: bold;
}
label {
  cursor: pointer;
}
textarea {
  font-family: Arial, sans-serif;
  resize: none;
}
input[type="submit"] {
  cursor: pointer;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
}
table,
th,
td {
  vertical-align: middle;
}
br {
  line-height: 1;
}
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on May 28, 2017 */
@font-face {
  font-family: 'ralewaybold';
  src: url("../fonts/raleway-bold-webfont.eot");
  src: url("../fonts/raleway-bold-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/raleway-bold-webfont.woff2") format('woff2'), url("../fonts/raleway-bold-webfont.woff") format('woff'), url("../fonts/raleway-bold-webfont.ttf") format('truetype'), url("../fonts/raleway-bold-webfont.svg#ralewaybold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayextrabold';
  src: url("../fonts/raleway-extrabold-webfont.eot");
  src: url("../fonts/raleway-extrabold-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/raleway-extrabold-webfont.woff2") format('woff2'), url("../fonts/raleway-extrabold-webfont.woff") format('woff'), url("../fonts/raleway-extrabold-webfont.ttf") format('truetype'), url("../fonts/raleway-extrabold-webfont.svg#ralewayextrabold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaymedium';
  src: url("../fonts/raleway-medium-webfont.eot");
  src: url("../fonts/raleway-medium-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/raleway-medium-webfont.woff2") format('woff2'), url("../fonts/raleway-medium-webfont.woff") format('woff'), url("../fonts/raleway-medium-webfont.ttf") format('truetype'), url("../fonts/raleway-medium-webfont.svg#ralewaymedium") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaymedium_italic';
  src: url("../fonts/raleway-mediumitalic-webfont.eot");
  src: url("../fonts/raleway-mediumitalic-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/raleway-mediumitalic-webfont.woff2") format('woff2'), url("../fonts/raleway-mediumitalic-webfont.woff") format('woff'), url("../fonts/raleway-mediumitalic-webfont.ttf") format('truetype'), url("../fonts/raleway-mediumitalic-webfont.svg#ralewaymedium_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaysemibold';
  src: url("../fonts/raleway-semibold-webfont.eot");
  src: url("../fonts/raleway-semibold-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/raleway-semibold-webfont.woff2") format('woff2'), url("../fonts/raleway-semibold-webfont.woff") format('woff'), url("../fonts/raleway-semibold-webfont.ttf") format('truetype'), url("../fonts/raleway-semibold-webfont.svg#ralewaysemibold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?c7l5mf");
  src: url("../fonts/icomoon.eot?#iefixc7l5mf") format('embedded-opentype'), url("../fonts/icomoon.ttf?c7l5mf") format('truetype'), url("../fonts/icomoon.woff?c7l5mf") format('woff'), url("../fonts/icomoon.svg?c7l5mf#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  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-atencion-01:before {
  content: "\e600";
}
.icon-contctanos-01:before {
  content: "\e601";
}
.icon-elaboracion:before {
  content: "\e604";
}
.icon-gestion-01:before {
  content: "\e60a";
}
.icon-hacemos-01:before {
  content: "\e60b";
}
.icon-LUPA-01:before {
  content: "\e60c";
}
.icon-mail-01:before {
  content: "\e60d";
}
.icon-objetivo-01:before {
  content: "\e60f";
}
.icon-PHONE:before {
  content: "\e610";
}
.icon-ubicacin:before {
  content: "\e611";
}
.icon-ubicacion-01:before {
  content: "\e612";
}
.icon-valores-01:before {
  content: "\e613";
}
.icon-staff:before {
  content: "\e60e";
}
.icon-arrow-right:before {
  content: "\e606";
}
.icon-arrow-left:before {
  content: "\e607";
}
.icon-arrow-down:before {
  content: "\e608";
}
.icon-arrow-up:before {
  content: "\e609";
}
.icon-close:before {
  content: "\e605";
}
.icon-social-facebook:before {
  content: "\e603";
}
.icon-menu:before {
  content: "\e602";
}
.wancho {
  width: 96%;
  max-width: 1240px;
  margin: auto;
}
body {
  font-size: 15px;
  font-family: 'ralewaybold', sans-serif;
  color: #000;
}
a {
  color: inherit;
}
a:focus {
  outline: none;
}
body {
  background-color: #fff;
}
html,
body,
.cnt-wrapper,
.wrapper {
  height: 100%;
}
::-webkit-scrollbar-button:vertical:decrement {
  background-image: url("../img/i13.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
::-webkit-scrollbar-button:vertical:increment {
  background-image: url("../img/i12.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
::-webkit-scrollbar {
  width: 10px;
  background: rgba(0,0,0,0.35);
}
::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: #242424;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #242424;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #242424;
}
.formError .formErrorContent {
  background: #242424;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.formError .formErrorContent:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 20px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 5px 7px 5px;
  border-color: transparent transparent #242424 transparent;
}
.formError .formErrorArrow {
  display: none;
}
.g-form {
  font-size: 0;
}
.g-cnt-input {
  font-size: 0;
}
.g-cnt-input .b1-pop-term {
  display: none;
}
.g-cnt-input.nm {
  margin-bottom: 0;
}
.g-cnt-input.tar {
  text-align: right;
}
.g-cnt-input.tal {
  text-align: left;
}
.g-cnt-input.vat {
  vertical-align: top;
}
.gi-r,
.gi-l {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}
.gi-l {
  margin-right: 0.75%;
  text-align: left;
}
.gi-r {
  margin-left: 0.75%;
  text-align: right;
}
.g-input {
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.g-input ::-webkit-input-placeholder {
  color: #7d7d7d;
  font-family: 'ralewaysemibold', sans-serif;
}
.g-input :-moz-placeholder {
  color: #7d7d7d;
  font-family: 'ralewaysemibold', sans-serif;
}
.g-input ::-moz-placeholder {
  color: #7d7d7d;
  font-family: 'ralewaysemibold', sans-serif;
}
.g-input :-ms-input-placeholder {
  color: #7d7d7d;
  font-family: 'ralewaysemibold', sans-serif;
}
.g-input input,
.g-input textarea,
.g-input select {
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'ralewaysemibold', sans-serif;
  border: 0;
}
.g-input textarea {
  height: 89px;
}
.g-input select {
  color: #7d7d7d;
}
.g-boton {
  display: inline-block;
  padding: 5px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #242424;
  border: 1px solid #242424;
  border-radius: 20px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.g-boton em {
  font-size: 18px;
  font-family: 'ralewaysemibold', sans-serif;
  text-transform: uppercase;
}
.g-boton:hover {
  background: none;
}
.g-boton:active {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.g-cnt-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 1005;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: table;
  color: #fff;
}
.g-cnt-popup.v1 {
  background: rgba(0,48,134,0.85);
}
.g-cnt-popup.v1 .g-as-pop {
  max-width: 1024px;
}
.g-cnt-popup.v1 .g-pop-close {
  color: #fff;
  border: 1px solid #fff;
}
.g-cnt-popup.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.g-cnt-popup.active .g-visible {
  display: block;
}
.g-pop-close {
  position: absolute;
  display: block;
  top: 10px;
  right: 30px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: rgba(255,46,48,0.85);
  border: 1px solid rgba(255,46,48,0.85);
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.g-pop-close:active {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.g-inner-pop {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  padding: 20px 0;
  width: 100%;
  position: relative;
  z-index: 0;
}
.g-as-pop {
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 0;
  height: auto;
}
.g-link {
  text-decoration: underline;
}
.gp-title {
  font-size: 20px;
  font-family: 'ralewayextrabold', sans-serif;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
}
.gp-title:after {
  content: '';
  display: block;
  width: 21px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gp-texto {
  font-size: 16px;
  color: #fff;
  text-align: justify;
  font-family: 'ralewaymedium', sans-serif;
}
@media screen and (max-width: 960px) {
  html,
  body,
  .cnt-wrapper,
  .wrapper {
    height: auto;
  }
  .wancho {
    width: 100%;
  }
  .g-cnt-input.tar,
  .g-cnt-input.tal {
    text-align: center;
  }
  .gi-r,
  .gi-l {
    width: 100%;
    margin: auto;
  }
  .g-as-pop {
    height: 100%;
    width: 96%;
  }
  .gp-texto {
    font-size: 13px;
  }
}
.b1 {
  height: 100%;
  background: url("../img/bg1.jpg") center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b1,
.inner-b1 {
  font-size: 0;
  height: 100%;
}
.b1-cnt-intro,
.b1-cnt-det {
  display: inline-block;
  vertical-align: top;
}
.b1-cnt-intro {
  width: 50%;
  padding-top: 520px;
  position: relative;
  font-size: 16px;
  padding-right: 20px;
  font-family: 'ralewaymedium_italic', sans-serif;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
  margin-right: 13%;
}
.b1-cnt-intro main {
  display: block;
  margin-bottom: 20px;
}
.b1-cnt-det {
  width: 37%;
  position: relative;
  z-index: 2;
  font-size: 16px;
  background: rgba(255,255,255,0.85);
  color: #fff;
  height: 100%;
}
.b1-title-intro {
  margin-bottom: 0;
  color: #fff;
  font-family: 'ralewaybold', sans-serif;
  font-size: 45px;
  text-shadow: 3px 3px 10px #242424;
}
.b1-subtitle-intro {
  text-shadow: 0px 0px 10px #242424;
  font-family: 'ralewaybold', sans-serif;
  font-size: 20px;
  -webkit-transition-timing-function: value;
  -moz-transition-timing-function: value;
  -o-transition-timing-function: value;
  -ms-transition-timing-function: value;
  transition-timing-function: value;
  padding-bottom: 22px;
  position: relative;
  color: #fff;
  letter-spacing: 10px;
  margin-bottom: 10px;
}
.b1-subtitle-intro span {
  margin-bottom: 4px;
  display: inline-block;
}
.b1-subtitle-intro:after {
  content: '';
  display: block;
  width: 21px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.b1-cnt-date {
  font-size: 0;
  background: rgba(255,127,0,0.85);
  padding: 25px 25px 25px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b1-cnt-date:before {
  content: '';
  display: block;
  background: rgba(255,127,0,0.85);
  position: absolute;
  height: 100%;
  width: 1920px;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.b1-text-intro {
  color: #fff;
  font-family: 'ralewaymedium', sans-serif;
  font-size: 14px;
  text-align: left;
  line-height: 18px;
}
.b1-cnt-expositores {
  font-size: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.b1-title-exp {
  font-size: 20px;
  font-family: 'ralewayextrabold', sans-serif;
  color: #fff;
  padding-bottom: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  text-align: left;
}
.b1-title-exp:after {
  content: '';
  display: block;
  width: 21px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.b1-itexp {
  text-align: left;
}
.b1-itexp span,
.b1-itexp em {
  display: block;
}
.b1-itexp span {
  font-family: 'ralewaybold', sans-serif;
}
.b1-itexp em {
  font-family: 'ralewaymedium_italic', sans-serif;
}
.b1-itexp.left,
.b1-itexp.right {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
  width: 48%;
}
.b1-itexp.left {
  margin-right: 2%;
  max-width: 220px;
}
.b1-itexp.right {
  margin-left: 2%;
}
.b1-itdate {
  display: inline-block;
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  vertical-align: top;
  font-size: 0;
}
.b1-itdate .icon,
.b1-itdate em {
  display: inline-block;
  vertical-align: middle;
}
.b1-itdate .icon {
  width: 32px;
  text-align: right;
}
.b1-itdate .icon img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.b1-itdate em {
  width: calc(100% - 42px);
  margin-left: 10px;
  font-family: 'ralewaymedium', sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
}
.b1-itdate span {
  font-family: 'ralewaymedium_italic', sans-serif;
  font-size: 13px;
}
.b1-itdate.left {
  text-align: left;
  margin-right: 1%;
}
.b1-itdate.right {
  text-align: right;
  margin-left: 1%;
}
.b1-cnt-boton {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  padding: 0 20px;
}
.b1-arw {
  position: absolute;
  bottom: -22px;
  height: 21px;
  width: 42px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../img/arw.png") center center no-repeat;
  left: 80px;
  border-top: 1px solid rgba(255,46,48,0.85);
}
.b1-tboton {
  width: 33.3%;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #242424;
  position: relative;
  font-size: 22px;
  text-align: left;
}
.b1-tboton.active {
  font-family: 'ralewayextrabold', sans-serif;
  color: #fff;
}
.b1-tboton.active em:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b1-tboton em {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  font-family: 'ralewayextrabold', sans-serif;
  text-transform: uppercase;
}
.b1-tboton em:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  display: block;
  width: 21px;
  height: 4px;
  background: #fff;
}
.b1-cnt-tab {
  overflow: auto;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b1-ttab {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 0;
  height: 0;
  overflow: hidden;
}
.b1-ttab.active {
  height: 100%;
  overflow: auto;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b1-doc-item {
  display: block;
  position: relative;
}
.b1-oc {
  position: absolute;
  right: 10px;
  bottom: 3px;
  display: block;
  cursor: pointer;
  font-size: 12px;
}
.b1-dlink {
  display: block;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.b1-dimg,
.b1-dname {
  display: inline-block;
  vertical-align: top;
}
.b1-dimg {
  width: 20%;
  margin-right: 3%;
  font-size: 0;
}
.b1-dimg img {
  max-width: 100%;
  height: auto;
}
.b1-dname {
  width: 76%;
}
.b1-dname h3 {
  font-size: 18px;
  font-family: 'ralewayextrabold', sans-serif;
  font-weight: normal;
  position: relative;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.b1-dname h3:after {
  content: '';
  position: absolute;
  background: #fff;
  display: block;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 20px;
}
.b1-dname p {
  font-size: 16px;
  font-family: 'ralewaymedium_italic', sans-serif;
}
.b1-dname span {
  font-style: italic;
}
.b1-dcont {
  display: none;
  padding: 20px;
  font-size: 16px;
  text-align: justify;
}
.b1-dcont h3,
.b1-dcont span {
  font-family: 'ralewayextrabold', sans-serif;
  font-size: 18px;
}
.b1-inner-tab {
  padding: 0 20px;
}
.b1-inner-tab.table {
  height: 100%;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1-gract {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.b1-inner-grac {
  margin: auto;
  max-width: 215px;
}
.b1-inner-grac img {
  margin-bottom: 15px;
}
.b1-inner-grac strong {
  font-size: 20px;
  font-family: 'ralewaybold', sans-serif;
  display: block;
  margin-bottom: 20px;
}
.b1-inner-grac p {
  font-size: 15px;
  font-family: 'ralewaymedium', sans-serif;
  max-width: 180px;
  margin: auto;
}
.b1-table {
  font-size: 0;
  margin: auto;
  max-width: 550px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1-table.mb {
  margin-bottom: 20px;
}
.b1-colum {
  font-size: 0;
  display: inline-block;
  width: 32.9%;
  margin: 0.2%;
  vertical-align: bottom;
}
.b1-colum.bg0 {
  background: #242424;
}
.b1-colum.bg0 .b1-cell p {
  margin-bottom: 0;
  line-height: 14px;
}
.b1-colum.bg0 .b1-cell em {
  font-size: 14px;
  font-family: 'ralewayextrabold', sans-serif;
}
.b1-colum.bg0 .b1-cell span {
  line-height: 14px;
}
.b1-colum.bg1 {
  background: rgba(0,0,0,0.75);
}
.b1-colum.bg1 .b1-cell {
  font-size: 13px;
  line-height: 13px;
}
.b1-colum.bg2 {
  background: rgba(0,0,0,0.55);
}
.b1-colum.bg3 {
  background: rgba(0,0,0,0.35);
}
.b1-cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-family: 'ralewaymedium_italic', sans-serif;
  color: #fff;
  padding: 5px 10px;
  height: 60px;
  display: table;
  width: 100%;
}
.b1-inner-cell {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.b1-inner-cell p {
  margin-bottom: 0;
}
.b1-inner-cell span {
  font-size: 12px;
}
.b1-cnt-inv {
  position: relative;
}
.b1-inv {
  padding: 20px 0;
  border-top: 1px solid #fff;
  font-size: 16px;
}
.b1-inv:first-child {
  border-top: 1px solid transparent;
}
.b1-inv h3 {
  font-family: 'ralewayextrabold', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.b1-inv p {
  font-family: 'ralewaymedium_italic', sans-serif;
  margin-bottom: 0;
}
.b1-inv a {
  text-decoration: underline;
}
.b1-pop-term {
  position: relative;
  background: #fff;
  color: #242424;
  padding: 20px;
  width: auto;
  max-width: 80%;
  margin: 20px auto;
  overflow: auto;
}
.b1-tit-form {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.b1-form {
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1-term {
  font-size: 12px;
  font-family: 'ralewaymedium', sans-serif;
  text-decoration: underline;
}
.b1-auth {
  font-size: 0;
  display: block;
  border-color: #fff;
  margin-bottom: 15px;
}
.b1-item-auth {
  display: block;
  margin-bottom: 10px;
}
.b1-auth-in,
.b1-auth-text {
  display: inline-block;
  vertical-align: middle;
}
.b1-auth-in {
  text-align: right;
  width: 24%;
  margin-right: 1%;
  font-size: 0;
  font-family: 'ralewaymedium', sans-serif;
}
.b1-auth-text {
  width: 74%;
  margin-left: 1%;
  font-size: 12px;
  font-family: 'ralewaymedium', sans-serif;
}
.b1-op {
  display: inline-block;
  vertical-align: middle;
  margin: auto 3px;
}
.b1-op em {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 3px;
}
.b1-op em,
.b1-op input {
  display: inline-block;
  vertical-align: middle;
}
.page-gracias .b1-cnt-tab {
  padding-bottom: 80px;
}

@media screen and (max-width: 1100px) {
  .b1-cnt-date {
    max-width:100%;
    margin: auto;
  }
  .b1-itdate em {
    font-size: 14px;
  }
  .b1-itdate span {
    font-size: 12px;
  }
  .b1-subtitle-intro {
    font-size: 18px;
    letter-spacing: 3px;
  }
  .b1-title-intro {
    font-size: 36px;
    letter-spacing: 3px;
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .b1 {
    height: auto;
    background: url("../img/bg1.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .b1-cnt-intro,
  .b1-cnt-det {
    height: auto;
    width: 100%;
  }
  .b1-cnt-intro {
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .b1-cnt-tab {
    height: auto;
  }
  .b1-itdate.center em {
    text-align: left;
  }
  .b1-itdate.center:before,
  .b1-itdate.center:after {
    display: none;
  }
  .b1-cnt-date {
    max-width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .b1-cnt-tab {
    padding-bottom: 70px;
  }
  .b1-itdate {
    margin: auto;
    margin-bottom: 10px;
  }
  .b1-itdate.center,
  .b1-itdate.left,
  .b1-itdate.right {
    padding: 0;
  }
  .b1-cell {
    height: 100px;
  }
}
@media screen and (max-width: 520px) {
  .b1-itdate em {
    line-height: 11px;
    font-size: 11px;
  }
  .b1-itdate span {
    font-size: 9px;
  }
}
.b5 {
  margin: 20px;
  border: 1px dashed #808080;
  padding: 50px 0;
  text-align: center;
  color: #808080;
  text-transform: uppercase;
  font-size: 60px;
}
.b5 h2 {
  text-shadow: -5px 5px 10px #000;
}
.footer {
  margin-top: -52px;
  position: relative;
  z-index: 2;
}
.footer-copy {
  background: #242424;
  font-size: 0px;
  font-size: 0;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.footer-copy .wancho {
  width: 96%;
}
.footer-copy p {
  margin-bottom: 0;
}
.footer-copy-left,
.footer-copy-right {
  width: 48%;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.footer-copy-right {
  text-align: right;
  margin-left: 2%;
}
.footer-copy-left {
  text-align: left;
  margin-right: 2%;
}
.f-redes {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  cursor: pointer;
}
.f-redes:first-child {
  margin-left: 0;
}
.f-redes img {
  maxw-width: 29px;
  height: auto;
}
.f-inner {
  text-align: left;
  display: inline-block;
}
.f-inner p {
  margin-bottom: 0;
}
.f-inner span {
  font-size: 13px;
  font-family: 'ralewaysemibold', sans-serif;
}
.f-inner strong {
  font-weight: normal;
  font-family: 'ralewaysemibold', sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 0px;
  }
}
@media screen and (max-width: 620px) {
  .footer-copy-left,
  .footer-copy-right {
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .footer-copy-left {
    margin-bottom: 5px;
  }
  .f-redes {
    margin-left: 10px;
  }
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 0;
  z-index: 1;
  padding: 10px 0;
}
.header .header-logo,
.header .menu {
  display: inline-block;
  vertical-align: middle;
	text-align: center;
}
.header .header-logo {
  text-align: center;
  font-size: 0;
  width: 48%;
}
.header .header-logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.header .header-logo .hlg-mob {
  display: none;
}
.header .header-logo .hlg-desk {
  display: inline-block;
}
.header .h-logoit {
  display: inline-block;
  vertical-align: middle;
}
.header .h-logoit.l {
  width: 100%;
}
.header .menu {
  width: 69%;
  font-size: 14px;
  text-align: center;
  display: none;
}
.header .menu-item {
  display: inline-block;
  margin: auto 10px;
}
.header .menu-link {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.header .menu-link.active,
.header .menu-link:hover {
  color: rgba(255,46,48,0.85);
}
.responsive-logo {
  width: 80%;
  display: block;
}
.responsive-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.menu-overlay.active {
  z-index: 1000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.menu-mobile-close,
.menu-mobile-open {
  background-color: #fff;
  display: none;
  border-radius: 7%;
  color: rgba(255,46,48,0.85);
  cursor: pointer;
  font-size: 28px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 5px;
  text-align: center;
  top: 5px;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 42px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-mobile-open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: hidden;
  z-index: 1002;
}
.menu-mobile-open.scrolling {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.menu-mobile-open:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.menu-mobile-open.active {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  right: 220px;
  z-index: 1000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-mobile-close {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
  background: rgba(255,46,48,0.85);
  color: #fff;
}
.menu-mobile-close.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  right: 205px;
  z-index: 1002;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-sidebar {
  width: 200px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -200px;
  background: #000;
  z-index: 1000;
  -webkit-transition: right 0.45s ease;
  -moz-transition: right 0.45s ease;
  -o-transition: right 0.45s ease;
  -ms-transition: right 0.45s ease;
  transition: right 0.45s ease;
}
.menu-sidebar.active {
  right: 0;
}
.menu-responsive {
  padding-top: 10px;
}
.menu-responsive .menu-item {
  font-size: 16px;
}
.menu-responsive .menu-item .menu-link {
  text-transform: uppercase;
  background: #000;
  color: #fff;
  display: block;
  padding: 10px;
}
.menu-responsive .menu-item .menu-link:hover,
.menu-responsive .menu-item .menu-link.active {
  background: rgba(255,46,48,0.85);
  color: #000;
}
.cnt-wrapper,
.footer {
  position: relative;
  left: 0;
  -webkit-transition: left 0.45s ease;
  -moz-transition: left 0.45s ease;
  -o-transition: left 0.45s ease;
  -ms-transition: left 0.45s ease;
  transition: left 0.45s ease;
}
.cnt-wrapper.active,
.footer.active {
  left: -200px;
}
.wrapper {
  overflow: hidden;
}
body.active {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .header .menu {
    display: none;
  }
  .header .header-logo {
    text-align: left;
  }
  .menu-mobile-open {
    visibility: visible;
  }
}
@media screen and (max-width: 960px) {
  .header .header-logo {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .header .header-logo img {
    max-width: 100%;
    height: auto;
  }
  .header .header-logo .hlg-mob {
    display: inline-block;
  }
  .header .header-logo .hlg-desk {
    display: none;
  }
}

@media all and (max-width: 480px) {	

#nombre, #dni,  #telefono{

  font-weight: normal;
  background: #FFF;
  border:1px solid #ccc;
  color: #000;
  border-radius:3px; 
    -moz-border-radius:3px; /* Firefox */ 
    -webkit-border-radius:3px; /* Safari y Chrome */ 
	width:80%;
  font-family: 'Lato', sans-serif;
  padding:10px;
  font-size:12px;
  text-align:left;
  margin:0px;
  margin-bottom:5px;
}

#edad{
	 display:inline-block;
  font-weight: normal;
  background: #FFF;
  border:1px solid #ccc;
  color: #000;
  border-radius:3px; 
    -moz-border-radius:3px; /* Firefox */ 
    -webkit-border-radius:3px; /* Safari y Chrome */ 
	width:80%;
  font-family: 'Lato', sans-serif;
  padding:10px;
  font-size:12px;
  text-align:left;
  margin:0px;
  margin-bottom:5px;
 
}
#email{
	display:inline-block;
  font-weight: normal;
  background: #FFF;
  border:1px solid #ccc;
  color: #000;
  border-radius:3px; 
    -moz-border-radius:3px; /* Firefox */ 
    -webkit-border-radius:3px; /* Safari y Chrome */ 
	width:80%;
  font-family: 'Lato', sans-serif;
  padding:10px;
  font-size:12px;
  text-align:left;
  margin:0px;
  margin-bottom:5px;
  
}
#distrito{
  font-weight: normal;
  background: #FFF;
  border:1px solid #ccc;
  color: #000;
  border-radius:3px; 
    -moz-border-radius:3px; /* Firefox */ 
    -webkit-border-radius:3px; /* Safari y Chrome */ 
	width:80%;
  font-family: 'Lato', sans-serif;
  padding:10px;
  font-size:12px;
  text-align:left;
  margin:0px;
  height:20px;
  margin-bottom:5px;
}
#terminos, #mensaje{
  font-weight: normal;
  background: #FFF;
  border:1px solid #ccc;
  color: #000;
  border-radius:3px; 
    -moz-border-radius:3px; /* Firefox */ 
    -webkit-border-radius:3px; /* Safari y Chrome */ 
	width:80%;
	height:60px;
  font-family: 'Lato', sans-serif;
  padding:10px;
  font-size:12px;
  text-align:left;
  margin:0px;
  margin-bottom:5px;
}	
	
}
