@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: 115px;
	background: rgba(0, 0, 0, 0.06);
	-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;
}
.divRight{
	float: right;
	text-align: right;
	padding-top: 20px;
	padding-right: 15px
}
.divRight>div{
	display: inline-block;
	text-align: left;
}
.divRight p{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	padding-left: 38px;
}
.header-address{
	max-width: 400px;
	float: left;
	position: relative;
	padding-left: 40px;
}

.header-address .fa{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
	color: #009ee2;
}
.header-phone{
	width: 150px;
	float: right;
	color: #777777;
}
.header-phone::before {
    content: '\f095';
    font-family: fontawesome;
    color: #ff497f;
    font-size: 32px;
    line-height: 30px;
    position: absolute;
    margin-top: -15px;
    top: 50%;
    left: 0;
}
.header-phone a{
	color: inherit;
}

#menuTop{
}
#logo{padding:12px 0 0; text-align: left}
#logo a{display: inline-block;}
#logo img{display: block; width: 100%; height: auto; max-width: 300px}

.menu{display:block; text-align:center; position: relative; }
.sf-menu li{margin:0 0 0 -5px;display:inline-block; padding:0 40px 0; color:#fff; vertical-align: top;}
.sf-menu > li > a{
	color:inherit; 
	display:block; 
	line-height:30px; 
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	font-weight:400; 
	font-size:20px; 
	position:relative; 
	background:none !important;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	padding: 0;
	text-decoration: none !important;
	text-align: center;
	padding: 25px 0;

}
.sf-menu li a:before{
	display: block;
	content: "";
	position: absolute;
	bottom: -2px;
	height: 3px;
	width: 28px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0
}
.sf-menu li.active a,
.sf-menu li a:hover{
	text-decoration: underline;
}

.sf-menu li.active a:before,
.sf-menu li a:hover:before{
	opacity: 1
}
.sf-menu li:last-child{
	border-right: none;
}




@media (min-width:768px) {
	body.fixed #header{box-shadow: 0 0 4px 0px #a1a1a1; height: 85px; background: rgba(0, 0, 0, 0.6);}
	body.fixed #logoTop{padding:12px 0 0}
	body.fixed #logoTop img {
	    max-width: 210px;
	}
	body.fixed .divRight {display: none;}
	body.fixed #menuTop{top: 0}
}


#footer{
	text-align:left;
	background-color: #000;
	font-size: 15px;
	position: relative;
	z-index: 3
}
#datFooter {
	color:#fff; 
	padding:50px 0; 
	margin:auto; 
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-align: justify;
	line-height: normal;
	max-width: 890px;
	margin: auto;
}



#datFooter article.item-dir .text{
	padding-left: 45px;
	line-height: 28px;
	margin: 15px;
}

#datFooter article:last-child:before{
	display: block;
	content: "";
	width: 4px;
	height: 62px;
	position: absolute;
	left: 5px;
	top: 32px;
	background: #122e6f;
}
.text{
	position: relative;
	padding-left: 20px;	
}

.icoEmail{
	margin: 28px 0;
}
.text .fa{
	font-size: 30px;
	margin-right: 15px;
	width: 30px;
	text-align: center;
	position: absolute;
	top: -8px;
	left: 0;
}

.text .fa{
	top: 0;
}
.redes{text-align: left; padding: 0;}
.redes a{ display:inline-block;
	color:#fff;
	font-size: 32px;
	line-height: 38px;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}
.redes a:hover{
	color: #152546;
}
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;
}

#parallaxTop{
	background: url('../images/parallax.jpg') center top no-repeat;
  	background-attachment: fixed;
  	background-size: cover;
	height: 800px;
}
.cntImg{
	position: relative;
	z-index: 1
}

.textCaption{
	position: absolute;
	z-index: 1;
	bottom: 50px;
	width: 100%;
	left: 0;
}

.textCaption .container{
	color: #FFF;
	font-size: 45px;
	line-height: normal;
	font-family: 'Montserrat', sans-serif;
}

.textCaption b{
	display: block;
	font-weight: 800
}
.textCaption a{
	display: inline-block;
	border: solid 2px #fff;
	padding: 10px 20px;
	font-size: 20px;
	letter-spacing: 1.5px;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}

#galeria{
	overflow: hidden;
	position: relative;
}
.titGaleria{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase; 
	letter-spacing: 2px;
	font-size: 40px;
	text-align: center;
	font-weight: 200;
	padding: 45px 0;
	color: #000
}
#galeria .cntImg .img{
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}
#galeria .cntImg .img:hover{
	transform: scale(120%,120%);
}
.custom-navigation,
.custom-navigation2{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10;
	top: 47%;
	z-index: 1
}
.custom-navigation a,
.custom-navigation2 a{
	display: block;
	width: 35px;
	height: 75px;
	text-indent: -9999%;
}
.custom-navigation .flex-prev,
.custom-navigation2 .flex-prev{
	background: url('../images/galeria/prev.png') center no-repeat;
	float: left;
	margin-left: 25px;
}
.custom-navigation .flex-next,
.custom-navigation2 .flex-next{
	background: url('../images/galeria/next.png') center no-repeat;
	float: right;
	margin-right: 25px
}


#nosotros{
	overflow: hidden;
	background: #b41e29;
}
#nosotros .item{
	position: relative;
	background-color: #135551
}
#nosotros .item:before,
#nosotros .item:after{
	display: block;
	content: "";
	clear: both;
}
#nosotros .item article{
	width: 50%;
}
#nosotros .item1 article{
	float: right;
}
#nosotros .item2 article{
	float: left;
}
#nosotros .item .pAbsolute{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1
}
#nosotros .item2 .pAbsolute{
	right: 0
}
#nosotros .item .text{
	max-width: 600px;
	margin: auto;
	padding: 15px 15px 0;
	color: #FFF;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}
#nosotros .item .tit{
	font-size: 35px;
	line-height: normal;
	padding-bottom: 20px
}
#nosotros .item .tit b{
	display: block;
}

figure.responsive img{
	display: block;
	width: 100%;
	height: auto;
}

#nosotros .tbl{
	display: table;
}
#nosotros .tr{
	display: table-row;
}
#nosotros .td{
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 20px 50px 20px 0; 
}


#tipologia{
	overflow: hidden;
}
#tipologia .bg{
	background: url(../images/tipologia/bg.jpg) center center no-repeat fixed;
	position: relative;
}
#tipologia div[class*="col-"]{
	display: flex;
	width: 33.3333%
}
#tipologia article{
	text-align: center;
	padding: 0 35px;
	height: 670px;
	display: inline-block;
}
#tipologia article figure{
	height: 455px;
	position: relative;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#tipologia article .text{
	position: relative;
	line-height: normal;
	font-size: 26px;
	color: #000;
	font-weight: 600;
	padding-left: 80px;
	text-align: left;
	display: inline-block;
}
#tipologia article .text.w115{
	padding-left: 115px;
}
#tipologia article .text.w205{
	padding-left: 205px;
}
#tipologia article .text.w198{
	padding-left: 198px;
}
#tipologia article .text b{
	display: block;
	position: absolute;
	font-size: 70px;
	color: #135551;
	left: 0;
	top: 0;
	line-height: 64px
}
#tipologia .flexslider .slides img {
    width: 100%;
    display: block;
}


#parallax1{
	background: url(../images/parallax.jpg) center center no-repeat fixed;
	padding: 230px 0;
}

#parallax1 .tit{
	font-size: 48px;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	padding-bottom: 25px
}
#parallax1 .text{
	text-align: center;
	max-width: 810px;
	margin: auto;
	font-size: 30px;
	color: #FFF;
}



#marcas{
	padding: 45px 0;
}
#marcas .tit{
	text-align: center;
	color: #afafaf;
	font-size: 43px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding-bottom: 15px;
}
#marcas .cnt{
	display: flex;
	flex-wrap: wrap;
	flex-basis: 0;
	max-width: 1450px;
	margin: auto;
	align-items: center;
	text-align: center;
}
#marcas .cnt .item{
	flex-basis: 15.5%;
}



#servicios{
	padding: 65px 0;
	background-color: #ffffff;

}
#servicios .tit{
	text-align: center;
	color: #122e6f;
	font-size: 43px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding: 1px 0 92px 0;
}
#servicios .cnt{
	display: flex;
	flex-wrap: wrap;
	flex-basis: 0;
	max-width: 1300px;
	margin: auto;
	align-items: center;
	text-align: center;
	justify-content: center;
}
#servicios .cnt .item{
	display: inline-block;
	margin: 0 30px 40px;
}
#servicios .cnt .item article{
	min-height: 400px;
	width: 100%;
	max-width: 310px;

}
#servicios .cnt .item figure{
	padding: 30px 0;
	display: flex;
	align-content: center;
	align-items: center;
	text-align: center;
	height: 180px;
	width: 180px;
	margin: 0 auto 25px;
	color: #fff;
	font-size: 70px;
	font-weight: 600;
	justify-content: center;
	border-radius: 50%;
}
#servicios .cnt .item figure img{
	display: block;
	width: 230px;
	height: auto;
}
#servicios .cnt .item .text{
	max-width: 270px;
	margin: auto;
	padding: 0 20px;
	color: #fff;
}
#servicios .cnt .item strong{
	display: block;
	font-size: 20px;
	text-align: left;
	min-height: 45px;
	color: #fff;
	padding: 16px 0 0 0;
}

#servicios .cnt .item p{
	display: block;
	font-size: 15px;
	text-align: left;
	min-height: 45px;
	color: #000;
	padding: 10px 15px 0 0;
}

#nosotros{
	padding: 75px 0 100px;
}
#nosotros .tit{
	text-align: center;
	color: #000;
	font-size: 43px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding-bottom: 15px;
}
#nosotros .cnt{
	font-size: 19px;
	color: #ffffff;
	text-align: center;
	max-width: 800px;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400
}
#btnSolicitaInfo{
	display: block;
	border: solid 1px #fff;
	text-align: center;
	height: 62px;
	max-width: 350px;
	margin: 25px auto 0;
	border-radius: 14px;
	line-height: 60px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 24px;
}

#porque{
	padding: 0;
	position: relative;
	min-height: 610px;
}
#porque:before{
	display: block;
	content: "";
	background: url('../images/porque/Costo-beneficio-margen-comunicacion.png') 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 655px;
	z-index: 1
}
#porque:after{
	display: block;
	content: "";
	background: #14173f;
	height: 268px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0
}
#porque .tit{
	position: absolute;
	height: 146px;
	left: 36%;
	top: 110px;
	z-index: 3;
}
#porque .tit div{
	padding: 20px 25px;
	font-size: 30px;
	color: #14173f;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	border-radius: 15px;
	background: #FFF;
}
#porque .cnt{
	padding-top: 368px;
	padding-left: 560px;
	z-index: 2;
	max-width: 1400px;
	margin: auto;
	color: #FFF;
	font-size: 20px;
	text-align: right;
	font-weight: 400;
	position: relative;
}
#porque .cnt >div{
	padding: 30px 0;
	position: relative;
}
#porque .cnt li{
	list-style: none;
	text-align: left;
	font-size: 17px;
	padding-bottom: 8px;
}
#porque .cnt li + li{
	padding-left: 35px;
}
#porque .cnt li + li + li{
	padding-left: 70px
}
#porque .cnt li + li + li + li{
	padding-left: 105px
}
#porque .cnt li + li + li + li + li{
	padding-left: 140px
}
#porque .cnt li + li + li + li + li + li{
	padding-left: 175px
}

#proyectos{
	padding: 55px 0;
	background: #d9d9de;
}
#proyectos .tit{
	text-align: center;
	color: #363636;
	font-size: 43px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding-bottom: 35px;
}

#proyectos .cnt{
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
}
#proyectos .cnt .items{
	float: left;
	width: 25%;
	padding: 0 8px 16px
}
#proyectos .cnt figure{
	position: relative;
}
#proyectos .cnt .items img{
	display: block;
	width: 100%;
	height: auto;
}
#proyectos .cnt .items figcaption{
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #FFF;
	text-align: center;
	justify-content: center;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	opacity: 0;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}
#proyectos .cnt .items figcaption > div{
	display: inline-block;
	text-align: left;
}
#proyectos .cnt .items figcaption strong{
	display: block;
	font-size: 26px;
}
#proyectos .cnt .items figcaption span{
	display: block;
	font-size: 11px;
}
#proyectos .cnt .items a:hover figcaption{
	opacity: 1
}
.clearfix:before,
.clearfix:after{
	display: block;
	content: "";
	clear: both;
}



#slider2 .slides{
	display: flex;
	flex-wrap: wrap;
}
#slider2 .slides li{
	justify-content: center;
	align-items: center;
	text-align: center;
}
#slider2 li img{
	width: auto;
	margin: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#slider2 .flex-direction-nav{
	left: 0;
	right: 0;
	width: auto;
	top: -10px;
}

#slider2 .flex-nav-prev{
	position: absolute;
}
#slider2 .flex-nav-prev,
#slider2 .flex-nav-next{
	left: 0;
}

#slider2 .flex-nav-next{
	right: 0;
}
#slider2 .flex-direction-nav a{
	margin: 0;
	font-size: 20px
}
#slider2 .flex-direction-nav .flex-prev{
	left: 0;
	color: #4f4f4f;
	margin-left: -25px !important;
}
#slider2 .flex-direction-nav .flex-next{
	left: auto;
	right: 0;
	color: #4f4f4f;
	margin-right: -25px !important
}
#slider2 .flex-direction-nav a::before{
	font-size: 40px;
}

#misionVision{
	background: #f4f4f4;
	padding: 80px 0 50px;
}
#misionVision .container{
	max-width: 1100px;
	margin: auto;
	padding: 0 450px 0 15px;
	position: relative;
}
#misionVision ul{
	padding: 0;
	margin: 0;
}
#misionVision li{
	position: relative;
	list-style: none;
	padding-left: 25px;
	line-height: 24px;
	margin-bottom: 25px
}
#misionVision li:before{
	display: block;
	content: "•";
	color: #ff3576 !important;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px;
	line-height: 18px;
}
#misionVision .container> ul >li:last-child:before{
	display: none;
}
#misionVision ul li:last-child strong{
	display: block;
	padding-bottom: 15px
}
#misionVision figure{
	position: absolute;
	right: 15px;
	top: 0;
	border-radius: 50%;
	overflow: hidden;
	max-width: 400px;
}
#misionVision figure img{
	display: block;
	width: 100%;
	height: auto;
}


#contratar{
	background: #160537;
	padding: 80px 0;
}
#contratar .tit{
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	padding-bottom: 35px
}

#contratar .container{
	max-width: 1100px;
	margin: auto;
	padding: 0 15px;
}
#contratar .row{
	display: flex;
	flex-wrap: wrap;
}
#contratar .col{
	width: 25%;
	float: left;
	padding: 25px 25px;
	text-align: center;
}
#contratar .col strong{
	display: block;
}
#contratar .col img{
	transform: scale(150%);
	max-width: 170px;
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}
#contratar .col>div{
	padding-top: 30px;
	color: #FFF;
}


#financiamiento{
	padding: 70px 0 50px;
}
#financiamiento .container{
	max-width: 1100px;
	margin: auto;
	padding: 0 15px;
}
#financiamiento .tit{
	font-size: 36px;
	line-height: 40px;
	color: #2b3152;
	text-align: center;
	padding-bottom: 35px
}
#financiamiento ul{
	padding: 0;
	margin: 0;
}
#financiamiento li{
	position: relative;
	list-style: none;
	padding-left: 25px;
	line-height: 24px;
	margin-bottom: 25px
}
#financiamiento li:before{
	display: block;
	content: "•";
	color: #57eab3 !important;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px;
	line-height: 18px;
}

#main{
	overflow: hidden;
}

.fondoAzul{
	background-image: linear-gradient(180deg, rgb(255, 161, 11) 0%,rgba(197, 33, 138, 0.62) 100%);
	background-color: rgba(255,255,255,0);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.flexslider li h1 {
  font-size: 35px;
  font-weight: 600;    
}



#datFooter .text a{
	color: #d9d9d9;
}

#contacto{	
	background: linear-gradient(to left, #082360, #1b7cac);
}
#contacto .cnt{
	position: relative;
	padding: 50px 0 50px 0;
	min-height: 250px;
	max-width: 1200px;
	margin: auto;
	color: #fff;
}

#contacto .row{
	display: flex;
	margin: 0 -25px;
	justify-content: space-between;
	align-content: center;
}

.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: 35px;
	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: 100%;
	line-height: 38px;
	margin: auto;
	font-weight: 400;
	font-size: 18px;
	background: #318b86;
	border: 0;
	padding: 0 16px;
}
#contacto input[type="submit"]:hover{
	opacity: 0.75
}
#contacto textarea{
	min-height: 70px;
	padding-top: 13px
}


.prelative{
	position: relative
}

#map {
	border-radius: 50px;
}

#mapa iframe{
	display: block;
	width: 100%;
}

#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 40px 0;
}

.textContactanos {
	color: #666;
	margin: 0 0 20px;
	position: relative;
}

.textContactanos.icono {
	padding-left: 35px;
}

.textContactanos.icono .fa{
	position: absolute;
	left: 0;
	top: 0;
}

.icon{
	color: #ca2889;
	font-size: 28px;
	margin-right: 15px;
	width: 30px;
	text-align: center;
}

#contacto .item{
	padding: 0 25px;
	width: 50%;
}
#contacto .item article{
    display:flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#contacto .item img{
    display: block;
    max-width: 100%;
    height: auto;
    width: initial !important;
}

#contacto .item-1{
	color: #000;
  	float: left;
}

#contacto .item-2{
	width: 100%;
	max-width: 700px;
}

#contacto .padding{
	background: #fff;
	padding: 20px 20px;
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
	float: right;
	width: 40%;
	border-radius: 20px;
	height: 359px;
}

.textContactanos.contactoCorreo .fa, 
.textContactanos.contactoCelular .fa{
	top: -6px;
}

.contactoCorreo {
	font-size: 14px;
}

#slider1 {
	position: initial;
	width: 100%;
}

#slider1 ul{
	height: 100%;
}

#slider1 ul li{
	height: 100%;
	background-size: cover;
	background-position: center top;
}


.flexslider li .meta {
	top: initial;
	position: initial;
	padding-top: 15%;
	margin-bottom: 14%;
}

.flexslider li h1{
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#irNosotros {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 40px;
}
.cntBg{display:none;}

#links{
	padding: 10px;
}

#nosotros figure{
	display: inline-block;
}

body.fixed #header{
	background: rgba(0, 0, 0, 0.7);
}

.imgP{
    border-radius: 20px;
}