@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
  font-family: "Myriad Pro";
  src: url('../fonts/myriadpro-regular.otf');
}

:root {
	--size: 50vmin;
	--white: #fff;
	--blue: #3051f1;
	--purple: #c92bb7;
	--red: #f73344;
	--orange: #fa8e37;
	--yellow: #fcdf8f;
	--yellow_to: #fbd377;
}

h1,h2,h3,h4,h5,h6{
	font-size: inherit;
  	font-weight: inherit;
}

.prelative{
	position: relative;
}
body{
	font-family: "Open Sans", serif;
	background: #fff;
}
#header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgb(37,37,37);
	background: linear-gradient(0deg, rgba(37,37,37,0) 0%, rgba(37,37,37,0.5) 30%, rgba(37,37,37,1) 100%); 
	height: 140px;
	z-index: 4;
}
.wrap{
	overflow: hidden;
}
.dFlex{
	display: flex;
	flex-wrap: wrap;
}
.container{
	width: 100%;
	max-width: 1335px;
	margin: 0 auto;
	padding: 0 15px;
}

#topOptions{
	padding-top: 15px;
}
#topOptions .dFlex{
	flex-direction: row-reverse;
	min-height: 51px;
}
#topOptions ul,
#topOptions li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#topOptions li{
	float: left;
	margin-right: 1px;
	position: relative;
	color: #ff2019;
	font-size: 16px;
}
#topOptions a{
	display: inline-flex;
	color: inherit;
	font-size: 14px;
	font-family: "Open Sans", serif;	
	padding: 0 5px;
	font-weight: 700;
	-webkit-transition: linear all .3s;
  	-o-transition: linear all .3s;
  	transition: linear all .3s;
}
#topOptions a:hover,
#topOptions li.active a{
	color: #fff;
	text-decoration: none;
}

/*Menu*/
#menuTop .container{
	max-width: 1597px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
#menuTop #logoTop{
	display: block;
	position: relative;
  	top: -10px;
}
#menuTop ul,
#menuTop li{
	list-style: none;
	margin: 0;
	padding: 0
}
#menuTop #menu{
	position: absolute;
	right: 15px;
  	top: 10px;
}
#menuTop li{
	padding: 0 23px;
	position: relative;
}
#menuTop li:before{
	display: block;
	content: "";
	width: 2px;
	height: 18px;
	position: absolute;
	right: -2px;
	top: 10px;
	background: #FFF;
}
#menuTop ul li:last-child:before{
	display: none;
}
#menuTop ul li:last-child{
	padding-right: 0;
}
#menuTop #menu a{
	display: flex;
	height: 34px;
	align-items: center;
	position: relative;
	padding: 0;
	color: #fff;
	font-size: 21px;
	font-family: "Open Sans", serif;
	text-decoration: none;
}
#menuTop #menu a:hover,
#menuTop #menu .active a{
	border-bottom: solid 2px #FF2019;
}


#datFooter{
	background: #191919;
}
#datFooter .container:before{
	display: block;
	content: "";
	height: 9px;
	width: 100%;
	background: #e4251f;
}
#datFooter .row1{
	padding-top: 42px;
}
#datFooter .row1 .col{
	padding: 0 15px;
	font-family: "Montserrat", serif;
	color: #fff;
	position: relative;
}
#datFooter .col article{
	padding-left: 70px;
}
#datFooter .title{
	font-size: 14px;
	color: #7c7c7c;
}
#datFooter .text{
	font-weight: 500;
}
#datFooter .row1 .col1 article{
	background: url('../images/iconPhone.png') 0 5px no-repeat;
}
#datFooter .row1 .col2 article{
	background: url('../images/iconMail.png') 0 5px no-repeat;
}
#datFooter .row1 .col3 article{
	background: url('../images/iconWorld.png') 0 5px no-repeat;
}
#datFooter .row1 .col1 .text{
	font-size: 25px;
}
#datFooter .row1 .col2 .text{
	font-size: 23px;
}
#datFooter .row1 .col3 .text{
	font-size: 17.5px;
}
#datFooter .col a{
	color: inherit;
	text-decoration: none;
}
#datFooter .row1 .col1:after,
#datFooter .row1 .col2:after{
	display: block;
	content: "";
	height: 108px;
	width: 1px;
	background: #7d7d7d;
	position: absolute;
	right: 25px;
	top: 0;
}

#datFooter .sep{
	height: 1px;
	background: #7d7d7d;
	margin: 35px 0;
}


#datFooter .row2{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#datFooter .row2 .col{
	padding: 0 15px;
	font-family: "Montserrat", serif;
	font-size: 16px;
	color: #fff;
	position: relative;
	display: block;
	flex-basis: initial;
}
#logoFooter{
	padding: 5px 10px;
}
#datFooter .row2 .col1{
	width: 20%;
}
#datFooter .row2 .col2{
	width: 40%;
}
#datFooter .row2 .menu{
	display: flex;
	flex-direction: row;
}
#datFooter .row2 .menu ul:first-child{
	padding-left: 0;
}
#datFooter .row2 .menu ul:last-child{
	padding-left: 0;
	margin-left: 25%;
}
#datFooter .row2 .menu li{
	list-style: none;
}

#datFooter .social{
	display: flex;
	padding-top: 5px;
}
#datFooter .social li{
	margin-right: 16px;
}
#datFooter .social a{
	display: flex;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #FFF;
	color: #232323;
	justify-content: center;
	align-items: center;
	font-size: 26px;
}
#datFooter .social a:hover{
	text-decoration: none;
	background: #D2D2D2;
}

/*Footer*/
#footer{
	background: #191919;
}
#footer .container{
	max-width: 1597px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
#footer .contentFooter{
  	display: flex;
  	align-items: center;
  	color: white;
	font-family: "Montserrat", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	padding: 55px 0 35px;
}
#footer .contentFooter .row{
	margin-bottom: 25px;
}

#footer .tfooter {
  	line-height: 16px;
  	text-align: center;
  	min-height: 22px;
  	display: flex;
	justify-content: center;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
  	line-height: 16px;
  	margin: 0 auto 0;
  	width: auto;
  	text-align: center;
}
#footer #powered a {
  	color: inherit;
  	align-items: center;
}
#footer #powered a:hover{
	text-decoration: none;
}




a#toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #01bbb8;
  -moz-box-shadow: 0 0 3px 2px #FFF;
  -ms-box-shadow: 0 0 3px 2px #FFF;
  -o-box-shadow: 0 0 3px 2px #FFF;
  -webkit-box-shadow: 0 0 3px 2px #FFF;
  box-shadow: 0 0 3px 2px #FFF;
  left: 40px;
  bottom: 90px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 20;
  padding: 30px 0 0 30px;
}
a#toTop::before {
  display: block;
  content: "‹";
  transform: rotate(90deg);
  font-size: 50px;
  text-align: center;
  position: absolute;
  left: 6px;
  top: 0;
  width: 100%;
}

.wow{

	visibility: hidden;

}

#divVideo{
	position: relative;
}
#home-video {
	position: relative;
}
#home-video video {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
#home-video .container{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}



/*Inicio*/

.titleBorder{
	font-family: "Montserrat", serif;
	text-align: left;
	font-size: 59px;
	color: #000;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
}
.titleBorder span{
	display: inline-block;
	border-top: solid 4px #e4251f;
	padding: 18px 0;
}

#home-1{
	padding: 80px 0;
	background: url('../images/home/bgHome1.jpg') left bottom no-repeat;
}
#home-1 .titleBorder{
	width: 55%;
	margin-bottom: 120px;
}
#home-1 .row{
	margin: 0 -27px;
}
#home-1 .item{
	padding: 0 27px;
	width: 50%;
	display: flex;
	align-items: center;
	font-family: "Montserrat", serif;
	color: #000;
}
#home-1 .item1{
	width: 40%;
}
#home-1 .item2{
	width: 60%;
}
#home-1 .item article{
	position: relative;
}
#home-1 .item figcaption{
	position: absolute;
	top: -128px;
	right: 38px;
	display: flex;
	
}
#home-1 .item .bloq{
	width: 209px;
	height: 209px;
	color: #FFF;
	font-size: 16px;
	padding: 36px 34px 0;
	line-height: 1.6;
	position: relative;
} 
#home-1 .item .bloq1{
	background: #000;
} 
#home-1 .item .bloq2{
	background: #e4251f;
	margin-left: 38px;
}
#home-1 .item .bloq b{
	font-size: 60px;
	display: block;
}
#home-1 .item .bloq .i{
	position: absolute;
	right: 15px;
	top: 15px
}

#home-1 .item a{
	display: block;
}
#home-1 .row .item:last-child{
	justify-content: end;
}
#home-1 .row .item:last-child article{
	display: inline-block;
	text-align: justify;
}
#home-1 .text1{
	font-size: 21px;
	line-height: normal;
	padding: 21px 0;
	font-weight: 700;
	text-transform: uppercase;
}
#home-1 .text2{
	font-size: 18px;
	line-height: normal;
	font-weight: 500;
}
#home-1 .text3{
	padding-top: 35px;
}
#home-1 .text3 a{
	display: inline-flex;
	position: relative;
	border: solid 1px #000;
	color: #000;
	height: 46px;
	border-radius: 23px;
	font-family: "Montserrat", serif;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	padding: 0 35px 2px;
}
#home-1 .text3 a span{
	display: block;
	background: url('../images/home/icoFlecha.png') 0 0 no-repeat;
	width: 43px;
	height: 43px;
	position: absolute;
	right: -30px;
	top: 0
}


#home-2 .container{
	max-width: 100%;
	width: 100%;
	padding: 0;
}
#home-2 .row{
	margin: 0;
	justify-content: center;
	display: flex;
}
#home-2 .item{
	padding: 0;
	width: 25%;
	flex-basis: 25%;
	overflow: hidden;
}
#home-2 article{
	position: relative;
}
#home-2 figure{
	text-align: center;
}
#home-2 figure img{
	display: block;
	width: 100%;
	height: auto;
}

#home-2 figcaption{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	color: #FFF;
	font-family: "Montserrat", serif;
	font-size: 33px;
	font-weight: 600;
	text-align: center;
	padding: 0 15px;
}
#home-2 article a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 15px;
	width: 45px;
	height: 45px;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);	
	-webkit-transition: linear all .3s;
  	-o-transition: linear all .3s;
  	transition: linear all .3s;
}
#home-2 article a:hover{
	background: rgba(255,255,255,1);
}
#home-2 article a:hover path{
	stroke: #000	
}

#home-3{
	padding-top: 141px;
	position: relative;
}
#home-3 .gancho{
	display: block;
	width: 131px;
	height: 471px;
	position: absolute;
	top: 0;
	right: 80px;
	z-index: 1;
}
#home-3 .titleBorder{
	margin-bottom: 75px;
}
#home-3 .container{
	position: relative;
} 
#home-3 .bg .row .col{
	display: flex;
	align-items: center;
	font-family: "Montserrat", serif;
	color: #000;
}
#home-3 .bg .row .col:first-child{	
	flex-basis: 45%;
	position: relative;
}
#home-3 .bg .row .col:first-child:before{
	display: block;
	content: "";
	background: #f3f5fa;
	width: 26.5%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
#home-3 .bg .row .col figure{
	position: relative;
	z-index: 2;
}
#home-3 .bg .row .col img{
	display: block;
	max-width: 100%;
}
#home-3 .bg .row .col:last-child{
	flex-basis: 55%;
	background: #f3f5fa;
	padding: 122px 0;
}
#home-3 .col article{
	position: relative;
	overflow: hidden;
	padding: 0 15px 0 60px;
	max-width: 750px;
}
#home-3 .btn a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 137px;
	height: 47px;
	color: #fFF;
	font-family: "Montserrat", serif;
	font-size: 13px;
	font-weight: 600;
	background: #dd0000;
	border-radius: 24px;
	cursor: pointer;
	border: solid 1px #dd0000;
	-webkit-transition: linear all .3s;
  	-o-transition: linear all .3s;
  	transition: linear all .3s;
}
#home-3 .btn a:hover{
	background: #FFF;
	color: #dd0000;
	text-decoration: none;
}
#home-3 .title{
	font-size: 30px;
	font-weight: 800;
	margin: 25px 0;
}
#home-3 .text{
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: 500;
}
#home-3 .list{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
#home-3 .list ul{
	margin: 0;
	padding: 0;
	border-top: solid 1px #c2c4c8;
}
#home-3 .list ul li{
	list-style: none;
	border-bottom: solid 1px #c2c4c8;
	line-height: normal;
  	font-weight: 600;
  	padding: 18px 0px 18px 18px;
	position: relative;
}
#home-3 .list li:before {
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #dd0000;
	position: absolute;
	top: 24px;
	left: 0;
}
#home-3 .list ul li a{
	color: inherit;
	text-decoration: none;
}


#home-4{
	background: #1a1a1a url('../images/home/bgHome2.png') 0 0 no-repeat;
	padding: 168px 0 144px;
}
#home-4 .content{
	max-width: 1200px;
	margin: 0 auto;
} 
#home-4  .titleBorder{
	color: #FFF;
}
#home-4 img{
	border-bottom: solid 4px #dd0000;
}
#home-4 figcaption{
	position: absolute;
	left: 43px;
	bottom: 25px;
	color: #FFF;
}
#home-4 .title{
	font-family: "Montserrat", serif;
	font-size: 27px;
	font-weight: 600;
}
#home-4 .link a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 123px;
	height: 31px;
	border: solid 1px #FFF;
	border-radius: 16px;
	color: #FFF;
}
#home-4 .link a:hover{
	background: #FFF;
	color: #000;
	text-decoration: none;
	-webkit-transition: linear all .3s;
	-o-transition: linear all .3s;
	transition: linear all .3s;
}
.owl-nav button{
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 !important;
	text-indent: -99999%;
}
#home-4 .owl-prev{
	background: url('../images/home/prev.jpg') 0 0 no-repeat;
}
#home-4 .owl-next{
	background: url('../images/home/next.jpg') 0 0 no-repeat;
}
#home-4 .owl-theme .owl-nav {
	text-align: left;
	margin-top: 45px;
}
#video2{
	position: relative;
	z-index: 1;
	display: block;
  	max-width: 100%;
	margin: 0 auto;
}

#flotante{
	position: fixed;
	background: url('../images/flotante.png') 0 0 no-repeat;
	background-size: 100% auto;
	right: 15px;
	bottom: 0;
	width: 360px;
	height: 127x;
	z-index: 3;
}

#home-5{
	min-height: 500px;
	padding: 116px 0;
	position: relative;
}

#home-5 .titleBorder{
	line-height: 48px;
	margin-bottom: 35px;
}
#home-5 .titleBorder em{
	font-style: normal;
	font-size: 28px;
}
#home-5 .row{
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
#home-5 .col{
	width: 33.3333%;
	padding: 0 15px 30px;
}
#home-5 article{
	position: relative;
	border: solid 1px #cacaca;
	padding: 50px 45px 90px;
	height: 100%;
	background: #FFF;
}
#home-5 .col .num{
	position: absolute;
	border: solid 1px #cacaca;
	width: 41px;
	height: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -20px;
	left: 50px;
	background: #FFF;
}
#home-5 .col .title{
	margin: 78px 0 20px;
	font-family: "Montserrat", serif;
	font-size: 27px;
	line-height: 1;
	font-weight: 800;
}
#home-5 .col .text{
	font-family: "Montserrat", serif;
	font-size: 15x;
	font-weight: 600;
	margin-bottom: 30px;
}
#home-5 .btnGeneral{
	position: absolute;
	bottom: 40px;
	left: 45px;
}
.btnGeneral a {
	display: inline-flex;
	position: relative;
	border: solid 1px #000;
	background: #FFF;
	color: #000;
	height: 46px;
	border-radius: 23px;
	font-family: "Montserrat", serif;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	padding: 0 35px 2px;
	-webkit-transition: linear all .3s;
	-o-transition: linear all .3s;
	transition: linear all .3s;
	text-decoration: none;
}
.btnGeneral a i{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: -30px;
	width: 43px;
	height: 43px;
	background: rgba(0,0,0,1);
	border-radius: 50%;
	-webkit-transition: linear all .3s;
	-o-transition: linear all .3s;
	transition: linear all .3s;
}
.btnGeneral a path{
	fill: #FFF;
}
.btnGeneral a:hover{
	color: #FFF;
	background: #000;
}
.btnGeneral a:hover i{
	background: #FFF;
	border: solid 1px #000;
}
.btnGeneral a:hover path{
	stroke: #000	
}
#home-5 .grua{
	background: url('../images/home/bgHome3.png') right bottom no-repeat #FFF;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 598px;
	height: 813px;
	z-index: 0;
}
#home-5 .verMas .btnGeneral{
	left: 50%;
	margin-left: -82px;
}

/*Nosotros*/
#bannerTop .container{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bannerNosotros .flexslider li .meta{
	max-width: 715px;
}
.bannerNosotros .flexslider li .text-2{
	font-size: 43px;
	max-width: 500px;
	line-height: normal;
}
.bannerNosotros .flexslider li .text-3{
	font-size: 23px;
	text-align: justify;
	font-weight: 400;
}

.bannerNosotros.cntNosotros{
	text-align: center;
	color: #FFF;
	font-size: 46px;
	font-family: "Montserrat", serif;
}
.bannerNosotros.cntNosotros strong{
	color: #ff2019;
}

#about-1{
	background: url('../images/nosotros/topRight.png') right top no-repeat #f3f5fa;
}
#about-1 .bg{
	padding: 140px 0;
	background: url('../images/nosotros/bottomLeft.png') left bottom no-repeat;
}
#about-1 article{
	padding-right: 230px;
	max-width: 1170px;
	position: relative;
}
#about-1 .title{
	color: #e4251f;
	font-family: "Montserrat", serif;
	font-size: 57px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 18px;
}
#about-1 .text{
	color: #000;
	font-family: "Montserrat", serif;
	font-size: 35px;
	line-height: 54px;
	font-weight: 600;
}
#about-1 .btnGeneral{
	position: absolute;
	right: 30px;
	top: 0;
}
#about-1 .text2{
	font-family: "Montserrat", serif;
	padding-top: 60px;
	font-weight: 500;
	color: #767676;
	margin-bottom: 70px;
}
#about-1 .text2 b{
	color: #000;
}

#about-1 .row{
	display: flex;
	flex-wrap: wrap;
}
#about-1 .item{
	display: flex;
	flex-basis: 50%;
	color: #FFF;
	text-align: justify;
	align-items: center;
	padding: 0 15px;
}
#about-1 .item article{
	max-width: 714px;
}
#about-1 .item article .mb50{
	margin-bottom: 60px;
}
#owl-certificaciones,
#owl-infraestructura{
	margin-top: 35px;
}
#owl-certificaciones .owl-item img,
#owl-infraestructura .owl-item img {
	display: block;
	max-width: 100%;
	width: initial;
}
#owl-certificaciones .owl-stage,
#owl-infraestructura .owl-stage{
	display: flex;
	align-items: center;
}
#owl-certificaciones .owl-nav button,
#owl-infraestructura .owl-nav button{
	position: absolute;
	width: 26px;
	height: 44px;
	top: 50px;
}
#owl-certificaciones .owl-stage-outer,
#owl-infraestructura .owl-stage-outer{
	margin: 0 75px;
}
#owl-certificaciones .owl-prev,
#owl-infraestructura .owl-prev{
	background: url('../images/nosotros/certificaciones/prev.png') 0 0 no-repeat;
	left: 0;
}
#owl-certificaciones .owl-next,
#owl-infraestructura .owl-next{
	background: url('../images/nosotros/certificaciones/next.png') 0 0 no-repeat;
	right: 0;
}
#videoCertificaciones img{
	display: block;
	max-width: 100%;
}


/*Infraestructura*/
.bannerInfraestructura{
	position: relative;
}

.bannerInfraestructura .title{
	font-family: "Montserrat", serif;
	font-size: 38px;
	color: #FFF;
	text-transform: uppercase;
}

#infraestructura-1{
	padding: 60px 0;
}

#infraestructura-1 .item{
	display: flex;
	justify-content: center;
	align-items: center;
}
#infraestructura-1 .item1{
	padding-right: 67px;
	position: relative;
}
#owl-infraestructura .owl-nav button {
	position: absolute;
	width: 26px;
	height: 44px;
	top: 21px;
}


#infraestructura-2{
	padding: 40px 0 0;
}

#infraestructura-2 .titleBorder{
	color: #FFF;
	font-size: 47px;
	font-weight: 400;
	margin-bottom: 0;
}
#infraestructura-2 .titleBorder span{
	padding-bottom: 0;
}
#infraestructura-2 .titleBorder b{
	font-size: 59px;
}
#infraestructura-2 .row{
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
#infraestructura-2 .item{
	width: 377px;
	color: #FFF;
	margin-bottom: 50px;
	padding-top: 63px;
	margin-left: 212px;
	font-family: "Montserrat", serif;
}
#infraestructura-2 .item .t1{
	font-size: 17px;
	padding-bottom: 31px;
	border-bottom: solid 2px #b5b5b5;
	font-weight: 600;
	line-height: 1;
}
#infraestructura-2 .item .t1 span{
	display: inline-block;
	margin-right: 80px;
}
#infraestructura-2 .item .t2{
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	padding-left: 98px;
	background: url('../images/infraestructura/icoLocation.png') 0 0 no-repeat;
	height: 81px;
	display: flex;
	align-items: center;
	margin-top: 12px;
}
#infraestructura-2 .itemFlex{
	display: flex;
	align-items: center;
	padding-top: 0;
	margin-bottom: 40px;
}
#infraestructura-2 .itemFlex .num{
	font-size: 60px;
	color: #ff0000;
	font-weight: 800;
}
#infraestructura-2 .itemFlex .mr20{
	margin-right: 20px;
}

#infraestructura-3{
	padding: 100px 0;
	background: url('../images/infraestructura/bg.jpg') center top no-repeat;
}
#infraestructura-3 .title{
	font-family: "Montserrat", serif;
	text-align: center;
	font-weight: 600;
	font-size: 50px;
	color: #FFF;
	margin-bottom: 60px;
}
#infraestructura-3 .row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -40px;
}
#infraestructura-3 .item{
	width: 50%;
	padding: 0 40px 80px;
}
#infraestructura-3 article{
	background: rgba(0,0,0,0.7);
	padding: 30px 20px;
	border-radius: 12px;
	color: #FFF;
	font-family: "Montserrat", serif;
	font-size: 20px;
	height: 100%;
}
#infraestructura-3 li{
	margin-bottom: 15px;
	line-height: 24px;
}
#infraestructura-3 ul li:last-child{
	margin-bottom: 0;
}
#infraestructura-4{
	background: url('../images/infraestructura/bg2.jpg') center center no-repeat;
	display: flex;
	align-items: center;
	height: 315px;
}
#infraestructura-4 .title{
	font-family: "Montserrat", serif;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	font-weight: 600;
	font-size: 54px;
	color: #FFF;
}


/*Productos*/
.bannerProductos{
	position: relative;
}

.bannerProductos .title{
	font-family: "Montserrat", serif;
	font-size: 50px;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
}
#productos-1{
	padding: 110px 0;
	background: #f3f5fa;

}
#productos-1 .titleBorder{
	font-size: 54px;
	margin-bottom: 50px;
}
#productos-1 .row{
	margin: 0 -14px;
	flex-wrap: wrap;
}
#productos-1 .col{
	padding: 0 14px 70px;
	font-family: "Montserrat", serif;
	width: 25%;
	display: flex;
	flex-basis: 25%;
	-webkit-box-flex: initial;
  	-ms-flex-positive: initial;
  	flex-grow: initial;
}
#productos-1 article{
	position: relative;
}
#productos-1 article a{
	display: flex;
	background: url('../images/productos/ico1.png') right top no-repeat;
	height: 34px;
	width: 34px;
	color: red;
	position: absolute;
	right: 15px;
	bottom: 64px;
	align-items: end;
	line-height: 1;
	font-weight: 400;
	text-indent: -99999%;
	overflow: hidden;
	cursor: pointer;
}
#productos-1 article a:hover{
	background: url('../images/productos/ico2.png') right top no-repeat;
	width: 100%;
	text-indent: initial;
	left: 0;
}
#productos-1 .t1{
	font-size: 18px;
	color: #b7b7b7;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 25px;
}
#productos-1 .t2{
	font-size: 20px;
	color: #000;
}
#productos-1 .t2 em{
	font-size: 11px;
}


/*Proyectos*/
#proyectos-1{
	padding: 50px 0;
}
#proyectos-1 .container{
	margin-bottom: 70px;
}
#proyectos-1 .container:last-child{
	margin-bottom: 0;
}
#proyectos-1 .padding{
	padding: 0 90px;
}
.projects{
	display: flex;
	flex-wrap: wrap;
}
/*.projects .item{
	width: 33.3333%;
}*/
.projects .item article{
	position: relative;
	max-width: 386px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.projects .item .titCat{
	font-size: 10px;
	color: #b5b5b5;
	text-transform: uppercase;
	font-family: "Montserrat", serif;
	border-bottom: solid 1px #c5c5c5;
	line-height: normal;
	padding: 11px 0;
	font-weight: 600;
}
.projects .item .titPost{
	font-family: "Montserrat", serif;
	font-size: 23px;
	color: #000;
	font-weight: 800;
	margin: 10px 0;
	line-height: normal;
}
.projects .item .text{
	font-family: "Montserrat", serif;
	font-size: 12.5px;
	color: #919191;
	margin-bottom: 12px;
	line-height: 22px;
}
.projects .item .leer a{
	display: inline-block;
	color: #000;
	font-size: 12.5px;
	border-bottom: solid 1px #000;
	font-weight: 600;
}
.projects .item .leer a:hover{
	color: red;
	text-decoration: none;
}
.projects .item figcaption{
	position: absolute;
	left: 0;
	top: 0;
	background: #FFF;
	width: 76px;
	height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 1;
}
.projects .item figcaption .day{
	font-family: "Montserrat", serif;
	font-weight: 600;
	font-size: 18px;
	color: #000;
}
.projects .item figcaption .year{
	font-family: "Montserrat", serif;
	font-weight: 500;
	font-size: 11px;
	color: #a6a6a6;
}
#proyectos-1 .owl-carousel .owl-nav button{
	width: 63px;
	height: 32px;
	position: absolute;
	top: 160px;
}
#proyectos-1 .owl-carousel .owl-nav button.owl-prev{
	background: url('../images/proyectos/prev.png');
	left: -90px;
}
#proyectos-1 .owl-carousel .owl-nav button.owl-next{
	background: url('../images/proyectos/next.png');
	right: -90px;
}
#proyectos-1 .owl-carousel .owl-nav button:hover{
	opacity: 0.7;
}

#proyectos-1.detalleProyecto .owl-carousel .owl-nav button {
	top: 50%;
}
.detalleProyecto .projects{
	display: block;
}
.detalleProyecto .projects .titCat {
	font-size: 31px;
	color: #b5b5b5;
	text-transform: uppercase;
	font-family: "Montserrat", serif;
	line-height: normal;
	padding: 11px 0 50px;
	font-weight: 600;
}
.detalleProyecto .projects .titPost{
	font-family: "Montserrat", serif;
	font-size: 55px;
	color: #000;
	font-weight: 800;
	margin: 10px 0 40px;
	line-height: normal;
	border-top: solid 3px #ff0003;
}
.detalleProyecto .projects .titPost span{
	display: inline-block;
	max-width: 590px;
}
.detalleProyecto .projects .text{
	font-family: "Montserrat", serif;
	font-size: 30px;
	color: #919191;
	line-height: normal;
}

/*Contacto*/
.bannerContacto{
	position: relative;
}
.bannerContacto .container{
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bannerContacto .title{
	font-family: "Barlow Semi Condensed", serif;
	font-size: 100px;
	color: #FFF;
	font-weight: 700;
	background: url('../images/contacto/bgTitle.png') center bottom no-repeat;
	background-size: 100% 100%;
	padding: 40px 170px;
	line-height: 110px;
}
.bannerProductos.sombraTexto .title{
	text-shadow: 0 0 30px rgba(0,0,0,5);
}

#areaForm{
	padding: 50px 0;
}
#areaForm .row{
	margin: 0 -20px;
}
#areaForm .col{
	padding: 0 20px 70px;
	width: 50%;
	flex-basis: 50%;
}
#areaForm article{
	height: 100%;
}
#areaForm article .title{
	font-family: "Montserrat", serif;
  	text-align: left;
  	font-size: 21px;
  	color: #000;
  	line-height: normal;
  	font-weight: 500;
	padding: 0 25px;
}
#areaForm article .title span {
	display: inline-block;
	border-top: solid 3px #e4251f;
	padding: 18px 0;
	min-width: 70%;
}
#areaForm article .formContact{
	border-radius: 25px;
	background: #ececec;
	padding: 25px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.formContact .form-group{
	padding: 0 15px 20px;
}
.formContact .form-group.col2{
	width: 50%;
	flex-basis: 50%;
}
.formContact .form-group.col1{
	width: 100%;
}
.formContact .form-control{
	display: block;
	border: solid 1px #000;
	border-radius: 8px;
	background: #ececec;
	width: 100%;
	height: 45px;
	padding: 0 12px;
	font-family: "Montserrat", serif;
  	font-size: 12px;
	color: #000;
	font-weight: 500;
}
.formContact .btn{
	display: inline-block;
	width: 85px;
	height: 36px;
	text-align: center;
	color: #000;
	background: #ececec;
	border: none;
	text-align: center;
	font-family: "Montserrat", serif;
  	font-size: 12px;
	text-transform: uppercase;
	border: solid 1px #000;
	border-radius: 8px;
	margin: 0 auto;
	font-weight: 500;
	cursor: pointer;
}
.formContact .btn:hover{
	background: #fff;
}
.align-center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.formContact textarea.form-control {
	height: 137px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#areaForm iframe{
	display: block;
	width: 100%;
}
.cntAdjuntarCV{
	position: relative;
	overflow: hidden;
}
#btnAdjuntarCV{
	background: #575757;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	cursor: pointer;
}
#mf_file_btnAdjuntarCV{
	height: 45px;
	cursor: pointer;
}
.mf_upload_ins{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.whatsapp {
	position: fixed;
	width: 60px;
	height: 60px;
	top: 50%;
	right: 10px;
	background-color: #25d366;
	color: #FFF !important;
	border-radius: 50px;
	text-align: center;
	font-size: 38px;
	z-index: 100;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 5px;
}
.whatsapp:hover{
	text-decoration: none;
}