@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Oswald:wght@200;300;400;700&family=Poppins:wght@200;300;400&display=swap');

/*
    font-family: 'Lato', sans-serif;

    font-family: 'Oswald', sans-serif;

    font-family: 'Poppins', sans-serif;
*/

html,
body{
	font-family: 'Poppins', sans-serif;
}

body{
	margin: 0;
	padding: 0;
	min-width: 320px;
	overflow-x: hidden;
}


#header{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;	
}
#header:before{
	display: block;
	content: "";
	height: 100%;
	position: absolute;
}
#header:before{
	background: rgba(255,255,255,0.5);
	left: 0;
	right: 0;
	bottom: -4px;
	height: 4px;
	z-index: 0
}
/*#header:after{
	background: url('../images/imgTop.png') right center no-repeat;
	width: 274px;
	z-index: 1;
	left: 50%;
	margin-left: -410px;
}*/

#logoTop{
	background: #01004a;
	padding: 30px 0;
}
.logo{
	max-width: 388px;
	margin: auto;
	display: block;
}
.logo img{
	display: block;
	width: 100%;
	height: auto;
}



/*Menu Top*/

#menuTop{
	padding: 0;
	transition: all 0.5s ease;
	position: relative;
	z-index: 2;
	background: #FFF;
}
#menuTop:before{
	display: block;
	content: "";
}

#menu{
	height: 62px;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}


#menu li{
	display: block; 
	float: left;
	padding: 18px 19px;
	position: relative;
}
#menu li:before{
	display: block;
	content: "";
	position: absolute;
	height: 25px;
	width: 1px;
	background: url('../images/sepMenu.png') right center no-repeat;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#menu >ul>li:first-child{padding-left: 0;}

#menu li:nth-child(3):before{display: none;}



#menu > ul> li >a{
	padding: 0 20px; 
	color: #616161; 
	font-size: 14px;
	font-weight: 400; 
	height: 20px; 
	line-height: 24px; 
	position: relative;
	font-family: 'Lato', sans-serif;
	cursor: pointer;
	text-transform: uppercase;
}
#menu > ul> li >a:before{
	display: block;
	content: "";
	height: 4px;
	background: #00b8ff;
	position: absolute;
	bottom: -27px;
	right: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease;
}

#menu li:nth-child(5) >a{padding-right: 0}

#menu ul li.active a:before,
#menu ul li >a:hover:before{
	opacity: 1
}

.rd-mobilemenu_submenu .mnuOPD{
	display: none !important;
}

#topSocial{
	position: absolute;
	right: 15px;
	top: 15px
}

#topSocial a{
	display: inline-block;
	height: 30px;
	color: #01004a;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	margin: 0 5px;
}

#topSocial a.fa-facebook:hover,
#datFooter #redes a.fa-facebook:hover{
	color: #3b5998
}
#topSocial a.fa-twitter:hover,
#datFooter #redes a.fa-twitter:hover{
	color: #00acee
}
#topSocial a.fa-instagram:hover,
#datFooter #redes a.fa-instagram:hover{
	color: #fcaf45
}
#topSocial a.fa-youtube:hover,
#datFooter #redes a.fa-youtube:hover{
	color: #c4302b
}

body.fixed #menuTop{


}



/*Menu Footer*/
#datFooter{
	background: #202020;
	position: relative;
	padding: 60px 0 38px;
}
#datFooter:before{
	display: block;
	content: "";
	width: 56%;
	height: 100%;
	background: #2a2a2a;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
#datFooter .container{
	position: relative;
	z-index: 1
}
#datFooter .container > .row{
	flex-direction: row-reverse;
}

#datFooter .colDatF{
	float: left;
	width: 50%;
	line-height: normal;
	position: relative;
	color: #FFF;
}
#datFooter .colDatF:nth-of-type(2){
	width: 56%;
}
#datFooter .colDatF:nth-of-type(1){
	width: 44%;
	padding-left: 55px
}

#datFooter .colF1{
	position: absolute;
	left: 15px;
	top: 0
}
#datFooter .colF3{
	position: absolute;
	right: 15px;
	top: 0
}
#datFooter .colF2{
	max-width: 220px;
	margin: 0 0 0 34%;
}
#datFooter .colF ul li {
	display: block;
    list-style: none;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #d3d3d3
}

#datFooter .colF ul li:first-child {
	text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 21px;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    line-height: normal;
}

#datFooter .colF ul li#redes{
	position: relative;
	top: -10px;
}

#datFooter .colF ul a{
	color: inherit;
}

#datFooter .colF ul a:hover{
	text-decoration: underline;
}


#datFooter #redes a{
	color: #FFF; 
	display: inline-block; 
	height: 38px; 
	min-width: 15px;
	line-height: 38px; 
	font-size: 17px; 
	text-decoration: none !important;
	margin-right: 8px
}



/*Contacto*/
#frmContacto{
	padding: 0 15px 0;
	max-width: 528px;
}
#frmContacto .tit{
	text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 21px;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    position: relative;
}
#frmContacto .tit:before{
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 165px;
	background: #FFF;
	height: 2px;
}

#frmContacto .row{
	margin: 0 -5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 5px;
}
#frmContacto .col-1{
	width: 100%;
}
#frmContacto .col-2{
	width: 50%;
}
#frmContacto .form-group{
	margin-bottom: 8px;
	position: relative;
}
#frmContacto .form-control{
	display: block;
	height: 36px;
	font-family: "Lato", serif;
	font-size: 13px;
	color: #b0b0b0;
	width: 100%;
	padding: 0 14px;
}

#frmContacto textarea.form-control{
	height: 82px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
#frmContacto .text >div{
	font-size: 12px;
	max-width: 160px;
	font-family: "Lato", serif;
	font-weight: 300
}
#frmContacto .submit{
	float: right;
}
#frmContacto input[type=submit]{
	display:inline-block; 
	height:38px; 
	background:#009ef2; 
	color:#FFF; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:12.5px;
	width: 165px;
	text-align: center;
	border-radius: 3px;
	padding: 10px 0 8px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

 
#frmContacto .tooltiptext{
	position: absolute;
	background: rgba(251, 121, 121, 0.56);
	color: #c00;
	font-size: 11px;
	bottom: 0;
	padding: 3px 5px;
	line-height: 12px;
	right: 0;
}

form input::-webkit-input-placeholder {color:#b0b0b0; opacity:  1;}
form input:-moz-placeholder {color:#b0b0b0; opacity:  1;}
form input::-moz-placeholder {color:#b0b0b0; opacity:  1;}
form input:-ms-input-placeholder {color:#b0b0b0; opacity:  1;}
form textarea::-webkit-input-placeholder {color:#b0b0b0; opacity:  1;}
form textarea:-moz-placeholder {color:#b0b0b0; opacity:  1;}
form textarea::-moz-placeholder {color:#b0b0b0; opacity:  1;}
form textarea:-ms-input-placeholder {color:#b0b0b0; opacity:  1;}
form input:focus::-webkit-input-placeholder {opacity:0.5}
form input:focus:-moz-placeholder{opacity:0.5}
form input:focus::-moz-placeholder{opacity:0.5}
form input:focus:-ms-input-placeholder{opacity:0.5}
form textarea:focus::-webkit-input-placeholder{opacity:0.5}
form textarea:focus:-moz-placeholder{opacity:0.5}
form textarea:focus::-moz-placeholder{opacity:0.5}
form textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}


#frmContacto .lbl{
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0 0 10px;
	position: relative
}
#frmContacto .lbl:before{
	content: "*";
	display: block;
	position: absolute;
	left: 0;
}



#footer{
	background: #444444;
	min-height: 83px;
}

#footer .container{
	color: #FFF;
	font-size: 11px;
	font-family: 'Arial', serif;
	padding-top: 33px;
	padding-bottom: 34px;
}

#footer .cols{
	float: left;
	width: 50%;
	padding: 0 15px
}

#footer .cols:last-child{
	text-align: right
}

#footer .tfooter{
	line-height: 16px
}

#footer a{
	color: inherit;
}

#footer #powered {
    line-height: 14px;
    margin: 2px auto 0;
	text-align:right;
}

#footer #powered a{background: url(../images/iconGlobal.png) no-repeat center left;padding:3px 0 3px 20px}

#footer a:hover{
	text-decoration:underline;
}




#icoWa{
	background: url(../images/icoWa.png) 0 0 no-repeat;
	width: 231px;
	height: 83px;
	position: fixed;
	bottom: 42px;
	right: 0;
	z-index: 5
}

#sliderTop .flexslider .caption{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#sliderTop .flexslider .caption .text{
	max-width: 655px;
	margin: auto;
	background: rgba(1,0,74,0.25);
	color: #FFF;
	text-align: center;
	padding: 15px;
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 40px;
}

#sliderTop .flexslider .caption .text b{
	display: block;
}


.custom-navigation{
	width: 78px;
    position: absolute;
    bottom: 20px;
    right: 50%;
    margin-right: -500px;
    z-index: 11;
}
.custom-navigation a{
    display: block;
    width: 36px;
    height: 36px;
    text-indent: -99999%;
}
.flex-prev{
    float: left;
    background: url('../images/slider/prev.png') center center no-repeat;        
}
.flex-next{
	float: right;
    background: url('../images/slider/next.png') center center no-repeat;        
}


/*Inicio*/
#home1{
	background: url('../images/inicio/bg1.png') center bottom no-repeat #404040;
}
#home1 .text{
	padding: 100px 0;
	color: #FFF;
	max-width: 504px;
}
#home1 .text .tit{
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 15px;
	border-bottom: solid 1px #FFF;
}
#home1 .text .text2{
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: normal;
	padding: 20px 0 30px;

}
#home1 .multimedia{
	max-width: 500px;
	background: rgba(255,255,255,0.15);
	min-height: 210px;
}
#home1 .multimedia .tit2{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 30px;
	text-align: center;
	line-height: normal;
	padding: 10px 0;
	text-transform: uppercase;
}
#home1 .multimedia .btns{
	margin: 0 -15px;
	text-align: center;
}
#home1 .multimedia .btns a{
	display: inline-block;
	margin: 8px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	height: 51px;
	width: 100%;
	max-width: 147px;
	border-radius: 3px;
	line-height: 51px;
	color: #000;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d7d7d7",GradientType=1); 
	box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.9);
}
#home1 .multimedia .btns a:hover{
	opacity: 0.7
}
#home1 .multimedia .btns a i{
	display: inline-block;
	background: url('../images/inicio/icoPlay.png') right center no-repeat;
	width: 27px;
	height: 26px;
	position: relative;
	top: 9px;
	margin-right: 5px
}
#home1 .desktop{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}
#home1 .desktop img{
	display: block;
	width: 100%;
	height: auto;
}

#areaServicios{
	padding: 95px 0 50px;
}
#areaServicios .row{
	margin: 0 -20px;
}
#areaServicios .col{
	min-height: 150px;
	width: 25%;
	padding: 0 18px 25px;
	text-align: center;
}
#areaServicios .col a{
	display: block;
	cursor: pointer;
}
#areaServicios .col img{
	display: block;
    width: 100%;
    max-width: 194px;
    margin: auto;
}
#areaServicios .col b{
	display: block;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #3a3a3a;
	line-height: normal;
	padding-top: 8px;
	margin-bottom: 8px;
}
#areaServicios .col em{
	font-style: normal;
	font-size: 13px;
	color: #7d7d7d;
}
#sectionServicios .itemServ{
	margin-bottom: 27px;
	position: relative;
}
#sectionServicios .itemServ.oculto{
	display: none;
}
#sectionServicios .titServ{
	background: #01004a;
	color: #FFF;
	text-align: center;
	padding: 15px 15px;
	line-height: normal;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;

}
#sectionServicios #maquila .cnt{
	background: url('../images/inicio/bg2.jpg') left center;
	min-height: 400px;
	position: relative;
	padding: 80px 0;
}
#sectionServicios #maquila .text{
	width: 46.5%;
}
#sectionServicios #maquila ul{
	padding: 0 0 50px;
	margin: 0
}
#sectionServicios #maquila li{
	background: url('../images/inicio/li.png') left center no-repeat;
	padding: 0 0 0 27px;
	line-height: normal;
	list-style: none;
	margin: 0;
	font-size: 16px;
	color: #5c5c5c;
	font-family: 'Poppins', sans-serif;
}
#sectionServicios #maquila .bloque{
	background: #2882ba;
	border: solid 2px #FFF;
	padding: 22px 15px;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	line-height: 30px;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.63);
}
#sectionServicios #maquila .img{
	background: url('../images/inicio/Maquila.jpg') right center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 46.5%;
}

#sectionServicios #outsourcing .text{
	font-size: 16px;
	color: #616161;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: normal;
	padding: 45px 0 45px;
}
#sectionServicios #outsourcing .row{
	margin: 0 -31px;
}
#sectionServicios #outsourcing .col{
	padding: 0 31px;
	border-right: dashed 1px #a0a0a0;
	margin-bottom: 45px;
}
#sectionServicios #outsourcing .row .col:last-child{
	border-right: none
}

#sectionServicios #outsourcing .col article{
	height: 146px;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-align: center;
	background: url('../images/inicio/bgBloq.jpg') right bottom;
	display: flex;
	align-items: center;
  	justify-content: center;
  	position: relative;
}
#sectionServicios #outsourcing .col article:before{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url('../images/inicio/gradient.png') 0 0 no-repeat;
	background-size: cover;
	height: 5px;
}

#sectionServicios #outsourcing2{
	position: relative;
	background: url('../images/inicio/bg3.jpg?') right center;
}
#sectionServicios #outsourcing2 .img{
	background: url('../images/inicio/Outsourcing.jpg') left center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
}
#sectionServicios #outsourcing2 .container{
	text-align: right;
}
#sectionServicios #outsourcing2 .text{
	display: inline-block;
	text-align: left;
	color: #FFF;
	padding: 120px 0;
}
#sectionServicios #outsourcing2 .item2{
	padding-left: 44px;
	background: url('../images/inicio/li2.png') 0 0 no-repeat;
	margin-bottom: 25px
}
#sectionServicios #outsourcing2 .item2 > div{
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}
#sectionServicios #outsourcing2 .text .item2:last-child{
	margin-bottom: 0
}


#sectionServicios #talento .container{
	position: relative;
}
#sectionServicios #talento .text{
	text-align: left;
	color: #616161;
	padding: 120px 0;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	max-width: 505px;
	width: 50%;
	line-height: normal;
	position: relative;
	z-index: 2
}
#sectionServicios #talento .cnt .tit3{
	font-size: 30px;
	color: #3d3d3d;
	font-family: 'Oswald', sans-serif;
	line-height: normal;
	padding-bottom: 35px;
	text-transform: uppercase;
	font-weight: 300
}
#sectionServicios #talento .img{
	background: url('../images/inicio/Talento.jpg') left center no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 56%;
	max-width: 626px;
	z-index:0;
}
#sectionServicios #talento .cnt2{
	background: url('../images/inicio/bg4.jpg') 0 0;
	min-height: 100px;
}
#sectionServicios #talento .img2{
	background: url('../images/inicio/Talento2.png') left center no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 48%;
	max-width: 498px;
	z-index:0;
}

#sectionServicios #talento .cnt2 .container{
	text-align: right;
}
#sectionServicios #talento .cnt2 .text{
	display: inline-block;
	text-align: left;
	color: #FFF;
	padding: 100px 0;
}
#sectionServicios #talento .cnt2  ul{
	padding: 0;
	margin: 0
}
#sectionServicios #talento .cnt2 li{
	background: url('../images/inicio/li3.png') left center no-repeat;
	padding: 0 0 0 33px;
	line-height: normal;
	list-style: none;
	margin: 0;
	font-size: 16px;
	color: #5c5c5c;
	font-family: 'Poppins', sans-serif;
}
#sectionServicios .beneficios{
	background: #127fe2;
	padding: 32px 0;
}
#sectionServicios .beneficios .container div{
	position: relative;
	color: #FFF;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
#sectionServicios .beneficios .container span{
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
#sectionServicios .beneficios .container span:before{
	display: block;
	content: "•";
	position: absolute;
	right: -8px;
	top: 0;
	font-size: 30px;
	line-height: 22px;
}
#sectionServicios .beneficios .container div span:last-child{
	padding-right: 0
}
#sectionServicios .beneficios .container div span:last-child:before{
	display: none
}

#sectionServicios #implementacion .row{
	margin: 0 -30px;
	padding-top: 45px;
}
#sectionServicios #implementacion .col{
	padding: 0 30px;
	border-right: solid 1px #a0a0a0;
	margin-bottom: 45px;
}
#sectionServicios #implementacion .row .col:last-child{
	border-right: none
}
#sectionServicios #implementacion img{
	display: block;
	width: 100%;
	height: auto;
}
#sectionServicios #implementacion strong{
	display: block;
	font-size: 24px;
	color: #01004a;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	background: url('../images/inicio/li4.png') left center no-repeat;
	padding:5px 0 5px 40px;
	line-height: 30px;
	margin: 10px 0
}
#sectionServicios #implementacion .text{
	font-size: 16px;
	color: #616161;
	line-height: normal;
}


/*Quienes Somos*/
#bgQuien{
	background: #01004a;
	padding: 75px 0;
}
#bgQuien .container{
	color: #FFF;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	line-height: normal;
	font-weight: 300
}
#bgQuien .tit{
	font-size: 36px;
	line-height: normal;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 25px;
}
#bgQuien .tit:before{
	display: block;
	content: "";
	width: 54px;
	height: 7px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFF;
}
#quien2{
	background: #f1f1f1;
	overflow: hidden;
	position: relative;
}
#quien2 figure,
#quien3 figure,
#quien5 figure{
	width: 50%;
}
#quien2 figure img,
#quien3 figure img,
#quien5 figure img{
	display: block;
	width: 100%;
	height: auto;
}
#quien2 .text{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
#quien2 .container{
}
#quien2 .col{
	width: 50%;
}
#quien2 .col div{
	color: #616161;
	text-align: right;
	padding-left: 25px;
	font-size: 16px;
	line-height: 36px;
	max-width: 550px;
	font-family: 'Poppins', sans-serif;
}
#quien2 .col b{
	text-transform: uppercase;
	color: #0a023c;
	font-weight: 600
}


#quien3{
	background:url('../images/quien/bg1.jpg') 0 0;
	overflow: hidden;
	position: relative;
}
#quien3 .text{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
#quien3 figure{
	float: right;
}

#quien3 .col > div{
	text-align: left;
	color: #FFF;
	padding-right: 25px;
	font-size: 16px;
	line-height: normal;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	max-width: 510px;
}
#quien3 .col > div strong{
	display: block;
	width: 160px;
	text-align: center;
	background: #436dff;
	line-height: 48px;
	color: #FFF;
	font-size: 24px;
	border-radius: 4px;
	margin-bottom: 15px;
}
#quien3 .col > div div{
	padding-bottom: 25px;
}

#quien4{
	padding: 120px 0;
}
#quien4 .col{
	width: 25%;
	padding: 0 18px;
}
#quien4 .col img{
	display: block;
	width: 100%;
	height: auto;
	max-width: 247px;
}
#quien4 .col figure{
	display: block;
	position: relative;
}
#quien4 .col figure:before{
	display: block;
	content: "";
	background: url('../images/quien/sombra.png') center no-repeat;
	height: 39px;
	width: 125%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -39px;
	position: absolute;
}
#quien4 .col strong{
	display: block;
	text-align: center;
	font-size: 30px;
	color: #646464;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	padding: 45px 0 25px;
}

#quien5{
	background:url('../images/quien/bg2.jpg') 0 0;
	overflow: hidden;
	position: relative;
}
#quien5 .col{
	width: 50%;
}
#quien5 .text{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
#quien5 .col div{
	padding-left: 50px;
	font-size: 16px;
	line-height: normal;
	max-width: 550px;
}

#quien5 li{
	background: url('../images/inicio/li.png') 0 0 no-repeat;
	padding: 0 0 0 27px;
	line-height: 20px;
	list-style: none;
	margin: 0;
	font-size: 16px;
	color: #616161;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 25px;
	font-weight: 300
}
#quien5 ul li:last-child{
	margin-bottom: 0
}

#quien5 li strong{
	color: #0c0249
}


/*Porqué elegirnos*/
#porque1{
	padding: 100px 0;
	font-size: 16px;
	color: #616161;
	line-height: normal;
}
#porque1 .tit{
	color: #01004a;
	font-size: 48px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#porque1 .tit2{
	color: #494949;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 35px;
}
#porque1 .tit2 span{
	border-bottom: solid 3px #464646;
}
#porque1 ul{
	padding: 0;
	margin: 0;
}
#porque1 ul li{
	background: url('../images/porque/li.png') 0 0 no-repeat;
	padding: 3px 0 0 32px;
	line-height: 20px;
	list-style: none;
	margin: 0;
}
#porque1 ul li:first-child{
	margin-bottom: 25px;
}

#porque2{
	padding: 130px 0;
	background: url('../images/porque/parallax.jpg') center top no-repeat;
	background-attachment: fixed; 
}
#porque2 .box{
	border-radius: 8px;
	background: rgba(1,0,74,0.65);
	padding: 35px 25px;
	max-width: 505px;
	color: #fffefe;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	line-height: normal;
	font-weight: 300
}
#porque2 .tit{
	font-size: 30px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 15px
}
#porque2 .tit:after{
	display: block;
	content: "";
	width: 27px;
	height: 6px;
	background: #FFF;
}

#porque3{
	padding: 75px 0;
	background: url('../images/porque/bg.jpg') center top;
	position: relative;
}

#porque3 .text{
	width: 50%;
	padding-right: 25px
}
#porque3 .img{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 42px;
	max-width: 917px;
	width: 50%;
}
#porque3 .img img{
	display: block;
	width: 100%;
}
#porque3 .tit{
	font-size: 40px;
	color: #0067ff;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#porque3 ul{
	margin: 0;
	padding: 0;
}
#porque3 li{
	background: url('../images/inicio/li.png') 0 0 no-repeat;
	padding: 0 0 0 27px;
	line-height: 20px;
	list-style: none;
	margin: 0;
	font-size: 16px;
	color: #616161;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
	font-weight: 400
}
#porque3 ul li:last-child{
	margin-bottom: 0
}
#porque4{
    background: #01004a;
    color: #FFF;
    text-align: center;
    padding: 20px 15px;
    line-height: normal;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300
}
#porque4 strong{

}

#sectionServicios #outsourcing .text.titleNew1a{
	padding-bottom: 20px;
}
.titleNew1{
	padding-bottom: 30px;
	color: #3f3f3f;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
}
.titleNew2{
	background: url(../images/title.png);
	margin-bottom: 37px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 0px;
	text-align: center;
	padding: 15px 10px;
	max-width: 958px;
	margin-right: auto;
	margin-left: auto;
}
#sectionServicios #outsourcing .col article.articleNew1{
	line-height: 25px;
}
.textNew1c{
	background: url(../images/fondo1.webp) center no-repeat;
	background-size: cover;
}
.contentNewTexto1{
	display: flex;
	align-items: center;
	height: 552px;
	padding-left: calc(50% + 93px);
}
.contentNewTexto1 .item2{
    padding-left: 44px;
    background: url('../images/inicio/li2.png') 0 0 no-repeat;
    margin-bottom: 33px;
}
.contentNewTexto1 .item2:last-child{
	margin-bottom: 0;
}
.contentNewTexto1 .item2 > div {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    line-height: 36px;
}