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

body{
	font-family: "Open Sans", serif;
	background: #202020;
}
#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;
}
#topOptions{
	padding-top: 15px;
}
#topOptions .dFlex{
	flex-direction: row-reverse;
}
#topOptions ul,
#topOptions li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#topOptions li{
	float: left;
	margin-right: 1px;
	position: relative;
	color: #74bc1f;
	font-size: 16px;
}
#topOptions a{
	display: inline-flex;
	color: inherit;
	font-size: 14px;
	font-family: "Open Sans", serif;	
	padding: 0 5px;
	font-weight: 500;
	-webkit-transition: linear all .3s;
  	-o-transition: linear all .3s;
  	transition: linear all .3s;
}
#topOptions a:hover,
#topOptions li.active a{
	color: #d5d5d5;
	text-decoration: none;
}

/*Menu*/
.container{
	max-width: 1597px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
#menuTop #logoTop{
	display: block;
	max-width: 84px;
	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{
	color: #74bc1f;
}


/*Footer*/
#footer{
	background: url('../images/bgFooter.jpg') center no-repeat;
}
#footer .container{
	max-width: 1597px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
#footer .contentFooter{
  	display: flex;
  	align-items: center;
  	min-height: 283px;
  	color: white;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}
#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;
}

#logoFooter{
	width: 190px;
	padding: 20px 10px;
}

#footer .item{
	color: #fff;
	font-size: 14px;
	font-family: "Open Sans", serif;
}
#footer .item ul,
#footer .item li{
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .item a{
	color: inherit;
	text-decoration: none
}
#footer .item a:hover{
	text-decoration: underline;
}
#footer .item1 .text{
	color: inherit;
	text-align: center;
	max-width: 290px;
	padding: 10px 0;
	line-height: 24px;
}

#footer .item .title{
	font-family: "Barlow Semi Condensed", serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 16px;
}
#footer .item .text{
	font-family: "Barlow Semi Condensed", serif;
  	font-weight: 600;
  	font-style: normal;
	font-size: 28px;
	padding-bottom: 20px;
	line-height: normal;
}
#footer .item .text.last{
	padding-bottom: 0;
}
#footer .item1{
	width: 190px;
	position: relative;
}
#footer .item2{
	width: 235px;
	position: relative;
}
#footer .item3{
	position: absolute;
	right: 10px;
	top: 0
}
#footer .item .social{
	display: flex;
	padding-top: 5px;
}
#footer .social li{
	margin-right: 7px;
}
#footer .social a{
	display: flex;
	width: 35px;
	height: 35px;
	border-radius: 4px;
	background: #FFF;
	color: #232323;
	justify-content: center;
	align-items: center;
	font-size: 26px;
}
#footer .social a:hover{
	text-decoration: none;
	background: #D2D2D2;
}

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%;
}
/*.hero-cover-fade{
	position: absolute;
	left: 0;
	top: 0;
	height: 80%;
	width: 100%;
	max-width: 850px;
	background: rgb(0,0,0);
	background: radial-gradient(circle, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 88%, rgba(0,0,0,0) 100%); 
	z-index: 1; 
}*/



/*Inicio*/

#home-video .flexslider li .meta{
	max-width: 520px;
}
#home-video .flexslider li .text-3{
	font-size: 25px;
}
#home-1{
	padding: 80px 0;
}
#home-1 .row{
	margin: 0 -27px;
}
#home-1 .item{
	padding: 0 27px;
	width: 50%;
	display: flex;
	align-items: center;
}
#home-1 .item article{
	position: relative;
	overflow: hidden;
}
#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;
	width: 83%;
	margin-bottom: 10%;
	text-align: justify;
}
#home-1 .title{
	text-align: left;
	min-height: 92px;
	font-size: 40px;
	color: #a9c628;
	line-height: normal;
	padding: 21px 0;
	font-weight: 700;
	text-transform: uppercase;
}
#home-1 .text1{
	font-size: 25.5px;
	color: #FFF;
	line-height: normal;
	padding: 21px 0;
	font-family: "Roboto", serif;
}
#home-1 .text2{
	font-size: 20px;
	color: #FFF;
	line-height: normal;
	font-family: "Roboto", serif;
	border-left: solid 10px #a9c628;
	padding-left: 8px;
}
#home-1 .text2{
	font-size: 20px;
	color: #FFF;
	line-height: normal;
	font-family: "Roboto", serif;
	border-left: solid 10px #a9c628;
	padding-left: 8px;
}
#home-1 .text3{
	text-align: right;
	padding-top: 10px;
}
#home-1 .text3 a{
	display: inline-flex;
	font-size: 17px;
	font-family: "Montserrat", serif;
	text-transform: uppercase;
	color: #FFF;
	background: #17b7d7;
	padding: 0 15px;
	height: 41px;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	border-radius: 8px;
}


#home-2 .title{
	font-family: "Barlow Semi Condensed", serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 39px;
	text-align: center;
	color: #FFF;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 35px;
}

#home-2{
	margin-bottom: 60px;
}
#home-2 .row{
	margin: 0 -32px;
	justify-content: center;
}

#home-2 .item{
	padding: 0 32px;
	width: 16.6666%;
	text-align: center;
}
#home-2 figure{
	text-align: center;
}
#home-2 figure img{
	display: inline-block;
}


.bgOndas{
	background: url('../images/inicio/bgOndas.jpg') center top no-repeat;
	padding-top: 70px;
}
#home-3{
	padding-bottom: 62px;
}

#home-3 .content{
	max-width: 964px;
	margin: 0 auto;
} 
#home-3 .row{
	margin: 0 -26px;
}
#home-3 .item{
	margin: 0 26px 30px;
	border: solid 7px #9fba3a;
	overflow: hidden;
	text-align: center;
	height: 193px;
	width: 193px;
	border-radius: 50%;
	background: #1e1e1e;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#home-3 .item figcaption{
	font-family: "Montserrat", serif;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	line-height: normal;
	padding-top: 8px;
}

#home-4{
	background: #2945b5;
	padding: 2px;
}


#home-4 .content{
	max-width: 1200px;
	margin: 0 auto;
} 
#home-4 .row{
	margin: 0 -26px;
}
#home-4 .item{
	margin: 0 26px ;
	display: flex;
	align-items: center;
	color: #FFF;
}
#home-4 .item article{
	position: relative;
	overflow: hidden;
}
#home-4 .row .item:last-child{
	justify-content: end;
}
#home-4 .row .item:last-child article{
	display: inline-block;
	width: 83%;
	margin-bottom: 10%;
	text-align: justify;
}
#home-4 .item img{
	display: block;
	border-radius: 100px;
}
#home-4 .title{
	text-align: left;
	padding-top: 10px;
	font-family: "Barlow Semi Condensed", serif;
  	font-weight: 800;
  	font-style: normal;
	font-size: 68px;
}
#home-4 .text1{
	text-align: left;
	padding-top: 10px;
	font-family: "Barlow Semi Condensed", serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 30px;
}
#home-4 .text2{
	text-align: right;
}
#home-4 .text2 a{
	display: inline-flex;
	font-size: 17px;
	font-family: "Montserrat", serif;
	color: #FFF;
	background: #86cd20;
	padding: 0 15px;
	height: 41px;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	border-radius: 8px;
}

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

#about-1{
	padding: 140px 0;
}
#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 .title{
	color: #a9c628;
	font-family: "Barlow Semi Condensed", serif;
	font-size: 36px;
	line-height: normal;
	font-weight: 600;
	margin-bottom: 18px;
}
#about-1 .item article .mb50{
	margin-bottom: 60px;
}
#about-1 .item .text{
	font-family: "Barlow Semi Condensed", serif;
	font-size: 23px;
	line-height: normal;
}

/*Nearshoring*/
.bannerNearshoring .flexslider li .text-1 {
	font-weight: 800;
	font-size: 73px;
	text-transform: uppercase;
}
.bannerNearshoring .flexslider li .text-3{
	font-size: 25px;
	text-align: justify;
	font-weight: 400;
	color: #fbffc7;
	max-width: 480px;
	padding-top: 15px;
}
.bannerNearshoring .flexslider li .text-3:after{
	display: block;
	content: "";
	height: 7px;
	border-radius: 7px;
	background: #a9c628;
	margin-top: 50px;
}
#nearshoring-1{
	padding: 140px 0;
	position: relative;
}
#nearshoring-1 .container{
	margin-bottom: 75px;
}
#nearshoring-1 .row{
	display: flex;
	flex-wrap: wrap;
}
#nearshoring-1 .item{
	display: flex;
	flex-basis: 50%;
	color: #FFF;
	text-align: justify;
	align-items: center;
	padding: 0 15px;
}
#nearshoring-1 .item1{
	justify-content: flex-end;
}
#nearshoring-1 .item1 article{
	max-width: 544px;
}
#nearshoring-1 .item .title{
	color: #a9c628;
	font-family: "Barlow Semi Condensed", serif;
	font-size: 41px;
	line-height: normal;
	font-weight: 600;
}
#nearshoring-1 .item .text{
	font-family: "Barlow Semi Condensed", serif;
	font-size: 25px;
	line-height: normal;
	padding: 23px 0 30px;
}
#nearshoring-1 .list li{
	font-family: "Barlow Semi Condensed", serif;
	font-size: 25px;
	line-height: normal;
	padding: 0 0 25px;
	position: relative;
	list-style: none;
	padding-left: 45px;
}
#nearshoring-1 .list li:before{
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	background: #a9c628;
	border-radius: 50%;
	left: 0;
	top: 7px;
}
#nearshoring-1 .text3 {
	text-align: right;
}
#nearshoring-1 .text3 a {
	display: inline-flex;
	font-size: 17px;
	font-family: "Montserrat", serif;
	text-transform: uppercase;
	color: #FFF;
	background: #17b7d7;
	padding: 0 15px;
	height: 41px;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	border-radius: 17px;
}
#nearshoring-1 .bgGreen{
	display: flex;
	background: url('../images/nearshoring/bgBottom.png') 0 0;
	min-height: 153px;
	border-radius: 0 0 25px 25px;
	color: #252525;
	font-size: 25px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 35px 20px 20px;
	background-size: auto 100%;
	text-align: center;
	line-height: 28px;
}
#nearshoring-1 .bgGreen >div{
	font-size: 28px;
	margin-bottom: 15px;
}


#bannerTop.bannerServicios .container{
	display: block;
	position: initial;
	padding-top: 200px;
	padding-bottom: 25px;
}
.bannerServicios .container .row{
	margin: 0;
	flex-wrap: wrap;
}
.bannerServicios .item{
	display: flex;
	flex-basis: 50%;
	align-items: center;
}
.bannerServicios .flexslider li .meta{
	position: initial;
	transform: none;
	max-width: 100%;
	padding-right: 30px;
}
.bannerServicios .flexslider li .text-2{
	font-size: 43px;
	padding-bottom: 20px;
}
.bannerServicios .flexslider li .text-3{
	font-size: 23px;
}
.bannerServicios .flexslider li .text-3.mb50{
	margin-bottom: 50px;
}
#servicios-1{
	background: url('../images/servicios/bg.png') left center no-repeat;
}
#servicios-1 .item{
	display: flex;
	flex-basis: 50%;
	padding: 280px 0;
}
#servicios-1 .item1{
	background: rgb(32, 32, 32);
}
#servicios-1 .item img{
	border-radius: 270px;
}
#servicios-1 .item .title{
	margin-bottom: 20px;
}
#servicios-1 .item .title div{
	font-size: 36px;
	font-family: "Barlow Semi Condensed", serif;
	color: #a9c628;
	text-transform: uppercase;
	font-weight: 600;
	line-height: normal;
}
#servicios-1 .item .title span{
	font-size: 20px;
	font-family: "Barlow Semi Condensed", serif;
	color: #fff;
}
#servicios-1 .item .text{
	font-size: 23px;
	font-family: "Barlow Semi Condensed", serif;
	color: #fff;
}
#servicios-1 .item .mb30{
	margin-bottom: 30px;
}

.bannerInfraestructura{
	margin-top: 140px;
	position: relative;
}
.bannerInfraestructura .container{
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bannerInfraestructura .title{
	font-family: "Barlow Semi Condensed", serif;
	font-size: 100px;
	color: #FFF;
	font-weight: 700;
	background: url('../images/infraestructura/bgTitle.png') center bottom no-repeat;
	background-size: 100% 100%;
	padding: 80px 120px;
	line-height: 110px;
}
#infraestructura-1{
	padding: 60px 0;
}
#infraestructura-1 .container{
	width: 100%;
	max-width: 100%;
}
#infraestructura-1 .item{
	display: flex;
	flex-basis: 50%;
}
#infraestructura-1 .item1{
	padding-right: 67px;
	position: relative;
}
#infraestructura-1 .item1:after{
	display: block;
	content: "";
	width: 10px;
	height: 100%;
	position: absolute;
	right: -5px;
	top: 0;
	background: rgb(101,135,50);
	background: linear-gradient(90deg, rgba(101,135,50,1) 0%, rgba(147,175,54,1) 100%); 
	border-radius: 5px;
}
#infraestructura-1 .item1 img{
	border-radius: 0 185px 185px 0;	
}
#infraestructura-1 .item1 article .cnt{
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding-left: 67px;
	padding-top: 100px;
}

#infraestructura-1 .item2{
	padding-left: 67px;
}
#infraestructura-1 .item2 figure{
	display: flex;
	justify-content: end;
}
#infraestructura-1 .item2 img{
	border-radius: 185px 0 0 185px;	
}


#infraestructura-1 .title{
	font-family: "Barlow Semi Condensed", serif;
	font-size: 43px;
	font-weight: 700;
	color: #a9c628;
	margin-bottom: 10px;
}
#infraestructura-1 .text{
	font-family: "Barlow Semi Condensed", serif;
	font-size: 23px;
	color: #fff;
}
#infraestructura-1 .item2 ul{
	margin-bottom: 50px;
}
#infraestructura-1 .item2 li{
	margin-top: 25px;
}
#infraestructura-1 .item img {
	box-shadow: 0 0 55px 40px rgba(0,0,0,0.5);
}


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

#areaForm{
	padding: 70px 0;
}
#areaForm .container{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
#areaForm .titleForm{
	font-family: "Barlow Semi Condensed", serif;
	font-size: 48px;
	font-weight: 600;
	color: #a9c628;
	text-align: center;
	line-height: 48px;
	margin-bottom: 45px;
}
#areaForm .row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -17px;
}
#areaForm .row .col{
	padding: 0 17px;
}
#areaForm .row figure{
	background: #FFF;
	border-radius: 50px;
	height: 430px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#areaForm .row figure:before{
	display: block;
	content: "IMAGEN";
	font-family: "Barlow Semi Condensed", serif;
	font-size: 48px;
	font-weight: 700;
	color: #a9c628;
}
#frmContact .form-control {
	font-family: "Barlow Semi Condensed", serif;
	border: solid 2px #898582;
	display: block;  
	width: 100%;  
	height: 67px;
	border-radius: 0;  
	font-size: 26px;  
	font-weight: 500;  
	color: #87868a;  
	background: #edeee9;  
	padding-left: 21px;  
	margin-bottom: 30px;
}
#frmContact .btn{
	display: inline-flex;
	height: 42px;  
	background: #a9c628;  
	color: #ffffff;  
	font-family: "Barlow Semi Condensed", serif;
	font-size: 26px;  
	text-align: center;  
	font-weight: 400;  
	border-radius: 5px;  
	border: none;  
	cursor: pointer;
	padding: 0 25px 15px;
	justify-content: center;
	align-items: center;
}
#frmContact .btn:hover{
	opacity: 0.8;
}