/*
font-family: 'Heebo', sans-serif;
font-family: 'Roboto', sans-serif;
*/html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, 
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }

*
{
	box-sizing: border-box;
}

html{
  height: 100%;
}
body{ 
	min-height: 100%;
    color: #000;
    font-family: 'Heebo', sans-serif;
}
#page{
overflow-x:hidden;
}

#lblError,
#lblExito
{
	margin: 15px;
}

ul {
    list-style: none;
}


h1{/*tiutulo home*/
	font-size: 35px;
	line-height:1;
    font-weight: 800;
}

h2{/*tiutulo seccion*/
	font-size: 35px;
	line-height: 1;
    font-weight: 800;
}
h3{/*tiutulo seccion*/
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

h4{/*titulo-area home*/
	font-size: 13px;
    font-weight: 400;
}

h5{/*tit areas home*/
    font-size:16px;
    font-weight:600;
}
h6{/*tit chico*/
    font-size:12px;
    font-weight:600;
}

h7{/**/
font-size: 14px;
line-height:25px;
font-weight:800;
}
p{/**/
font-size: 16px;
line-height:1.7;
font-weight:400;
text-align: justify;
}

a{
text-decoration:none;
color:inherit;
}

a:hover,
a:focus,
a:active,
a:visited{
text-decoration:none;
}

::-webkit-input-placeholder {
color:#888888;
font-family: 'Heebo', sans-serif;
 font-size:15px;
}
::-moz-placeholder {
color:#888888;
font-family: 'Heebo', sans-serif;
 font-size:15px;
}
:-ms-input-placeholder {
color:#888888;
font-family: 'Heebo', sans-serif;
 font-size:15px;
}

.parallax {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

section {
	position: relative;
    clear: both;
}

#main
{
	overflow: hidden;
}

.seccion{
	padding-bottom:80px;
}

.mfp-hide {
    display: none !important;
}
.blue-pop-tit{
background: #00ffff;
height:50px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 1047px;
    min-height: 621px;
    margin: 20px auto;
    padding: 0px;
}

.mfp-close-btn-in .mfp-close {
    color: #0b0f14;
}

.mfp-bg {
    z-index: 10420;
}
.mfp-wrap {
    z-index: 10439;
}
  
#alert-content .titulomodal {
    padding: 15px 30px;
    background-color: #193a8d;
	color:#fff;
	text-align: center;
	font-size: 14px;
}
	
	
#alert-content.white-popup {
    position: relative;
    color: #FFF;
    background-color: #193a8d;
    padding: 20px;
    width: auto;
    max-width: 400px;
	min-height: 100px;
    margin: 20px auto;
    padding: 0px;
	font-size: 19px;
}

.clear
{
	clear: both;
}

img
{
	max-width: 100%;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*******************************************************************/


.container {
    position: relative;
    max-width: 100%;
    margin: 0 20px;
}


.section {
    position: relative;
	padding:70px 0 100px 0;

}

.bt
{
    display: inline-block;
    border: 1px solid #000000;
    background-color: #000000;
    color: #fff;
    padding: 15px 30px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.bt:hover
{
    color: #000;
    background-color: transparent;
}

.bt-w
{
    display: inline-block;
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    padding: 15px 30px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.bt-w:hover
{
    color: #fff;
    background-color: transparent;
}


textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}


input, 
textarea {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: none;
    border-bottom: 1px solid #000;
    font-size: 14px;
    padding: 7px 0 7px 0;
    display: inline-block;
    width: 100%;
    color: #000;
    vertical-align: top;
 }

textarea {
    min-height: 113px;
    max-height: 113px;
    resize: none;
}



.slick-slider .slick-prev:before, 
.slick-slider .slick-next:before
{
    content: '';
    display: none;
}

.slick-slider .slick-prev, 
.slick-slider .slick-next
{
    z-index: 9;
    width: 29px;
    height: 55px;
}


.slick-slider .slick-prev {
    left: 10px;
    background-image: url(../images/arrow-left.png);
}

.slick-slider .slick-next {
    right: 10px;
    background-image: url(../images/arrow-right.png);
}





.slick-dots {
    bottom: -35px;
}

.slick-dots li {
  width: 11px;
}


.slick-dots li button
{
  position: relative;
  border: 1px solid rgba(2, 32, 81, 0.23);
  background-color: #fff;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  z-index: 2;
  
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.slick-dots li button::before
{
    content: "";
    display: none;
}


.slick-dots .slick-active button::before
{
  opacity: 1;
}

.slick-dots li button:hover,
.slick-dots .slick-active button
{
  background-color: #022051;
}

/*TABLET VERTICAL*/
@media only screen and (min-width : 768px) {
	

    .web-content
    {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .web-content.expanded
    {
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
    }
	.slick-slider .slick-prev {
    left: 50px;
}

.slick-slider .slick-next {
    right: 50px;
}

}

@media only screen and (min-width : 768px) and (max-width : 1024px) {

}

@media only screen and (min-width : 768px) and (max-width : 1366px) {
 
}/*TABLET HORIZONTAL O MONITOR CUADRADO*/
@media only screen and (min-width : 1024px) {
  .container {    
    margin: 0 30px;
  }
}

@media only screen and (min-width : 1024px) and (max-width : 1366px){


}
/*NOTEBOOK*/
@media only screen and (min-width : 1366px) {
	
    .container {
        width: 1300px;
        margin: 0 auto;
    }

        
}/*GRANDE*/
@media only screen and (min-width : 1600px) {
    

}
@-webkit-keyframes rightToLeft {
  0%   { opacity: 0; transform: translate(500%, 0); }
  100% { opacity: 1; transform: translate(0, 0);}
}
@-moz-keyframes rightToLeft {
  0%   { opacity: 0; transform: translate(500%, 0); }
  100% { opacity: 1; transform: translate(0, 0%);}
}
@-o-keyframes rightToLeft {
  0%   { opacity: 0; transform: translate(500%, 0); }
  100% { opacity: 1; transform: translate(0, 0%);}
}
@keyframes rightToLeft {
  0%   { opacity: 0; transform: translate(500%, 0); }
  100% { opacity: 1; transform: translate(0, 0%);}
}



@-webkit-keyframes leftToRight {
  0%   { opacity: 1; transform: translate(0, 0%); }
  100% { opacity: 0; transform: translate(-500%, 0);}
}
@-moz-keyframes leftToRight {
  0%   { opacity: 1; transform: translate(0, 0%); }
  100% { opacity: 0; transform: translate(-500%, 0);}
}
@-o-keyframes leftToRight {
  0%   { opacity: 1; transform: translate(0, 0%); }
  100% { opacity: 0; transform: translate(-500%, 0);}
}
@keyframes leftToRight {
  0%   { opacity: 1; transform: translate(0, 0%); }
  100% { opacity: 0; transform: translate(-500%, 0);}
}
