@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

*{outline:none !important}
html{height:100%;}
body{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;	
	color:#777777;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:normal;
}
#header{
	margin:auto; 
	width:100%; 
	z-index:10;
	left: 0;
	top: 0;
	position: fixed;
	height: 195px;
	background: rgba(255,255,255,0.8);
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}
#header .container{
	position:relative; overflow:hidden; max-width: 1200px; padding: 0 15px; height: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
}
.container{line-height:normal;}
#logoTop{
	float: left;
	padding-top: 20px;
}


#logo{padding:12px 0 0; text-align: left}
#logo a{display: inline-block;}
#logo img{display: block; width: 100%; height: auto; max-width: 300px}


@media (min-width:768px) {
	body.fixed #header{box-shadow: 0 0 4px 0px #a1a1a1; height: 85px;}
	body.fixed #header img {
	    max-width: 70px;
	}
}


#footer{
	text-align:left;
	background-color: #003565;
	font-size: 15px;
	position: relative;
	z-index: 3;
	padding: 15px 0;
}
#footer .container{
	text-align: center;
}

a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:rgba(0, 0, 0, 0.8);
  border:solid 1px rgba(20, 55, 101, 0.8);
  right: 40px;
  bottom: 50px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: rgba(20, 55, 101, 0.8);
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}

a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }


#overlay{cursor:wait;opacity:.5;background:#FFF; position:fixed; left:0; top:0; width:100%; height:100%; z-index:8000;display:none}
#cnt-alert{position:fixed; top:50%; margin-top:-70px; width:100%; height:1px; text-align:center; z-index:8001}
.alert {
	display:inline-block;
	padding: 19px 15px;
	color: #fefefe;
	position: relative;
	font: 14px/20px Museo300Regular, Helvetica, Arial, sans-serif;
	margin-bottom:10px
}
.alert .msg { padding: 0 20px 0 40px;}
.alert p { margin: 0;}
.alert .toggle-alert {
	position: absolute;
	top: 7px;
	right: 10px;
	display: block;
	text-indent: -10000px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.08) url(../images/alert.png) no-repeat 6px 6px;
}
.info-box {		background: #2fa9f6 url(../images/info.png) no-repeat 14px 14px;}
.success-box {	background: #7EB62E url(../images/success.png) no-repeat 14px 14px;}
.error-box {
	background: #f64b2f url(../images/error.png) no-repeat 14px 14px;	
}
.alert{
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.notice-box {	background: #f6ca2f url(../images/notice.png) no-repeat 14px 14px;}
.download-box {	background: #a555ca url(../images/download.png) no-repeat 14px 14px;}

.has-error input,
.has-error textarea{border-bottom-color:#FF4C4F !important}

figure.responsive img{display: block; width: 100%; height: auto}

.parallax-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-color: #fff;
  padding: 0;
}

#nosotros{
	padding: 0;
}
#main{
	overflow: hidden;
}

.flexslider li h1 {
  font-size: 35px;
  font-weight: 600;    
}

#contacto{	
	background: rgba(200, 200, 200, 0.3);
}
#contacto .title{
	text-align: center;
	font-size: 33px;
	color: #003565;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 50px 0 0;
	font-weight: 600;
}
#contacto .cnt{
	position: relative;
	padding: 50px 0 50px 0;
	min-height: 250px;
	max-width: 1080px;
	margin: auto;
	color: #fff;
}

#contacto .row{
	display: flex;
	margin: 0 -25px;
}

.titContacto{
	font-size: 22px; 
	padding:  0; 
	color: #000;
}
#datContacto{
	color: #fff;
	padding-bottom: 20px
}



#contacto section{color: #3f5a45; padding: 25px 0 25px; max-width: 530px; margin: auto;font-family: 'Nunito Sans', sans-serif; }
#contacto input[type="text"],
#contacto textarea,
#contacto select{
	display: block; 
	padding: 0 10px;
	width: 100%;
	height: 45px;
	font-size: 14px;
	color: #999;
	background: none;
	border: none;
	border: solid 1px rgba(0, 0, 0, 0.12);
}

#contacto input[type="submit"]{
	display: block;
	color: #fff;
	font-size: 16px;
	height: 48px;
	line-height: 40px;
	margin: auto;
	font-weight: 400;
	font-size: 21px;
	background: #003565;
	border: 0;
	text-transform: uppercase;
	padding: 0 18px;
}
#contacto input[type="submit"]:hover{
	opacity: 0.75
}
#contacto textarea{
	height: 162px;
	padding-top: 13px
}


.prelative{
	position: relative
}
#mapa iframe{
	display: block;
	width: 100%;
	height: 500px
}

#contacto .tels{
	font-size: 18px;
	color: #FFF !important;
}
#contacto .tels b{
	display: block;
	font-size: 22px;
	font-weight: 500;
}


::-webkit-input-placeholder {
  color: #999;
	opacity: 1;
}
::-moz-placeholder {
  color: #999;
	opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
	opacity: 1;
}
:-moz-placeholder {
  color: #999;
	opacity: 1;
}
:focus::-webkit-input-placeholder {
    opacity: 0.5;
}
:focus::-moz-placeholder {
    opacity: 0.5;
}
:focus:-ms-input-placeholder {
    opacity: 0.5;
}
:focus:-moz-placeholder {
    opacity: 0.5;
}

.titContactanos{
	font-size: 22px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.textContactanos {
	color: #666;
	margin: 0 0 40px;
	position: relative;
	font-weight: 500;
}

.textContactanos.icono {
	padding-left: 35px;
}

.textContactanos.icono .fa{
	position: absolute;
	left: 0;
	top: 0;
}

.icon{
	color: #003565;
	font-size: 28px;
	margin-right: 15px;
	width: 30px;
	text-align: center;
}

#contacto .item{
	padding: 0 25px;
}

#contacto .item-1{
	color: #000;
    width: 35%;
  	float: left;
}

#contacto .item-2{
	width: 65%;
}

#contacto .padding{
  	background: #fff;
  	padding: 50px 40px;
  	height: 100%;
  	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
}

.textContactanos.contactoCorreo .fa, 
.textContactanos.contactoCelular .fa{
	top: -6px;
}

.contactoCorreo {
	font-size: 14px;
}

#slider1 {
	height: 100vh;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

#slider1 ul{
	height: 100%;
}

#slider1 ul li{
	height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	
}

#inicio{
	height: 100vh !important;
}

#slider1 ul li:before{
	display: block;
	content: "";
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.flexslider li .meta {
	top: 50%;
	transform: translateY(-50%);
	padding-top: 195px;
}

.flexslider li h1{
	/*text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
	font-size: 90px;
	font-family: 'Montserrat', sans-serif;
}
/*.flexslider li h1::before {
	display: block;
	content: "";
	position: absolute;
	box-shadow: 0 0 60px 67px rgba(0,0,0,0.5);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 0px;
	width: 80%;
	z-index: -1;
}*/

#irNosotros {
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 40px;
}
.cntBg{display:none;}