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: #191919;
	font-family: 'Montserrat', sans-serif;
}
#page{
overflow-x:hidden;
}

#lblError,
#lblExito
{
	margin: 15px;
}

ul {
    list-style: none;
}


h1{/*tiutulo home*/
	font-size: 70px;
	line-height: 65px;
	font-weight: 800;
}

h2{/*tiutulo seccion*/
	font-size: 45px;
	line-height: 1;
	font-weight: 800;
}
h3{/*tiutulo seccion*/
	font-size: 32px;
	line-height: 1;
	font-weight: 800;
}

h4{/*textodestacado*/
	font-size: 20px;
	font-weight: 800;
}

h5{/*tit chico*/
font-size:15px;
font-weight:800;
}
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:20px;
font-weight:300;
}

a{
text-decoration:none;
color:inherit;
}

a:hover,
a:focus,
a:active,
a:visited{
text-decoration:none;
}

::-webkit-input-placeholder {
color:#141414;
font-family: 'Montserrat', sans-serif;
 font-size:14px;
}
::-moz-placeholder {
color:#141414;
font-family: 'Montserrat', sans-serif;
 font-size:14px;
}
:-ms-input-placeholder {
color:#141414;
font-family: 'Montserrat', sans-serif;
 font-size:14px;
}

.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;
}
.Contenedor {
	position: relative;
	max-width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.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;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}




.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;
}




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-slide
{
    height: auto;
}/*TABLET VERTICAL*/
@media only screen and (min-width : 768px) {
	
    .container {
        padding: 0 50px;
    }


    .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);
    }
}

@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) {
    
}

@media only screen and (min-width : 1024px) and (max-width : 1366px){


}
/*NOTEBOOK*/
@media only screen and (min-width : 1366px) {
	
    .container {
        padding: 0 95px;
    }

        
}/*GRANDE*/
@media only screen and (min-width : 1600px) {
    
    .container {
        padding: 0 95px;
    }

}
@-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);}
}
