/*
Theme Name:Jana & Gil
Author:Paula Villanueva
Author URI:http://www.paulavillanueva.cl
*/
body{
	overflow-x:hidden !important;
	background:#fff;
	animation:myfadeInAnimation 3s;
}
.body{
	overflow-x:hidden !important;
}
body.open-pop{
	overflow:hidden;
}
a,object{
	outline:none !important;
}
*:focus{
	outline:none !important;
}
.nopd{
	padding-right:0;
	padding-left:0;
}
.nopdl{
	padding-left:0;
}
.nopdr{
	padding-right:0;
}
.nopdb{
	padding-bottom:0 !important;
}
.nopdt{
	padding-top:0 !important;
}
.gutter > [class*='col-']{
    padding-right:10px;
    padding-left:10px;
}
.row.gutter{
	margin-left:-10px;
	margin-right:-10px;
}
.gutt > [class*='col-']{
    padding-right:5px;
    padding-left:5px;
}
.row.gutt{
	margin-left:-5px;
	margin-right:-5px;
}
.modal-header, .modal-footer{
	border:none;
	padding:20px 15px 0 15px;
}
.modal-header{
	background:#c1c1c1;
	border-radius:0 !important;
}
.modal-body{
	padding-top:0;
}
.modal{
  overflow-y:auto;
}
.modal-content{
	border-color:#516a7a;
	background:#516a7a;
	border-radius:0 !important;
}
.modal .close{
	opacity:1 !important;
	position:absolute;
	right:30px;
	top:30px;
	margin:0;
	padding:0;
	z-index:5;
}
.modal .close .ico{
	width:18px;
}
.modal-backdrop{
	background-color:#224D4B;
	z-index:997;
}
.modal-backdrop.show{
    opacity:.5;
}
.modal-lg{
	max-width:1200px;
}
.alignleft{
	float:left;
	margin-right:30px;
	padding-top:15px;
}
.alignright{
	float:right;
	margin-left:30px;
	padding-top:15px;
}
.aligncenter{
	margin:auto;
	display:block;
}
.os-animation, .staggered-animation{
	opacity:0;
}
.os-animation.animated, .staggered-animation.animated{
	opacity:1;
}
.mobile{
	display:none;
}
.desktop{
	display:block;
}
.tablet{
	display:block;
}
.swiper-container1,.swiper-container2,
.swiper-container3,.swiper-container4,
.swiper-container5,.swiper-container6,
.swiper-container7,.swiper-container8{
	margin:0 auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	z-index:1;
}
.fancybox__counter, .fancybox__counter span{
	font-size:11px !important;
	color:#fff;
}
.fancybox__caption{
	font-size:300;
	font-size:14px;
	color:#fff;
}
.pop{
	background:#f4f4f2;
	position:fixed;
	width:100%;
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:99;
	top:0;
	right:0;
	transform:translateY(100%);
  	transform-origin:bottom;
	transition:transform 1s cubic-bezier(.19,1,.22,1);
}
.pop.activo{
	transform:translateY(0%);
}
.pop .inn{
	padding:35px 0 50px 0;
	background:#f4f4f2;
	position:relative;
}
.pop .cerrar-pop{
	position:absolute;
	top:45px;
	right:75px;
	z-index:9;
}
.pop .cerrar-pop .ico{
	width:35px;
}
.overlay{
	background:#1c1c1c;
	opacity:0;
	position:fixed;
	width:100%;
	height:100%;
	z-index:96;
	visibility:hidden;
	transition:all 0.25s ease;
}
body.open-pop .overlay{
	opacity:.75;
	visibility:visible;
}
.bgvid{
	position:absolute;
	right:0;
	bottom:0;
	height:100vh;
	width:100vw;
	object-fit:cover;
	z-index:1;
}
.grecaptcha-badge{
	visibility:hidden;
}
/***************************/

/* CABECERA ****************/
header{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:0;
	z-index:95 !important;
	display:block;
	transition:all .85s ease;
	background:#fff;
}
body.single header{
	border-bottom:2px solid #b55e3b;
}
header .logo{
	transition:none;
}
header .logo .img-fluid{
	width:165px;
	position:relative;
}
header .inn{
	padding:15px 0;
}
header .barra{
	padding:8px 0;
	background:#032e49;
}
.menu{
	margin-bottom:0;
	position:relative;
	float:right;
	top:12px;
}
.menu li{
	padding:0;
	position:relative;
	display:inline-block;
	padding-right:60px;
}
.menu li::before{
	display:none;
}
.menu li.ultimo{
	padding:0;
}
.menu a{
	font-size:16px;
	font-weight:600;
	color:#202333;
	text-decoration:none !important;
	text-transform:uppercase;
	letter-spacing:0.025em;
	position:relative;
}
.menu a:hover{
	color:#202333;
}
.menu a:focus{
	color:#202333;
}
.menu a::before{
	content:'';
	position:absolute;
	bottom:-4px;
	left:0;
	transform:scaleX(0);
	transform-origin:left;
	transition:transform 1s cubic-bezier(.19,1,.22,1);
	width:100%;
	height:2px;
	background:#c45831;
}
.menu a:hover::before{
	transform:scaleX(100%);
}
.menu li.current-menu-item a{
	font-weight:700;
}
.menu li.current-menu-item a::before{
	transform:scaleX(100%);
}
.idiomas{
	margin:0;
	float:right;
	position:relative;
}
.idiomas li{
	display:inline-block;
	position:relative;
	padding:0;
	font-size:14px;
}
.idiomas li.ultimo{
	padding-left:10px;
}
.idiomas li::before{
	display:none;
}
.idiomas li::after{
	content:'';
	height:80%;
	width:1px;
	background:#fff;
	position:absolute;
	right:-8px;
	top:2px;
}
.idiomas li.ultimo::after{
	display:none;
}
.idiomas a{
	font-size:14px;
	font-weight:300;
	color:#fff;
	text-decoration:none !important;
	text-transform:uppercase;
	letter-spacing:0.025em;
}
.idiomas a:focus{
	color:#fff;
}
.idiomas a:hover, .idiomas a.seleccionado{
	font-weight:600;
	color:#fff;
}
.menu-trigger{
	position:relative;
	cursor:pointer;
	float:right;
	z-index:2;
	top:3px;
	display:none;
}
.menu-trigger .icon{
	display:inline-block;
	width:30px;
	height:2px;
	position:relative;
	top:-8px;
	background:#fff;
	border-radius:5px;
	transition:all 0.35s;
}
.menu-trigger .icon:before{
	content:'';
	width:100%;
	height:2px;
	background:#fff;
	position:absolute;
	top:-8px;
	border-radius:5px;
	transition:all 0.35s;
}
.menu-trigger .icon:after{
	content:'';
	width:100%;
	height:2px;
	background:#fff;
	position:absolute;
	top:8px;
	border-radius:5px;
	transition:all 0.35s;
}
.menu-trigger.close-menu span{
	background:none !important;
	color:#fff;
	transition:all 0.35s;
}
.menu-trigger.close-menu span:before{
	top:0 !important;
	background-color:#fff !important;
	transform:rotate(-45deg);
	width:100%;
}
.menu-trigger.close-menu span:after{
	width:100%;
	top:0 !important;
	background-color:#fff !important;
	transform:rotate(45deg);
}
.contenedor-submenu{
	background:#fff;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index:95;
	opacity:1;
	visibility:hidden;
	transition:all 0.8s ease;
 	transform:translateX(100%);
	display:none;
}
.contenedor-submenu.activo{
	opacity:1;
	visibility:visible;
	transform:translateX(0%);
}
.contenedor-submenu .pos{
	position:relative;
	height:100%;
}
.contenedor-submenu .grupo{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:48%;
    transform:translateY(-50%);
}
/***************************/

/* CUERPO ******************/
#main{
	min-height:600px;
	padding-top:130px;
}
section{
	position:relative;
	padding:45px 0;
}
.paginas{
	padding:0 85px;
}
.titulo{
	margin-bottom:30px;
}
.carrusel{
	position:relative;
	opacity:0;
	transition:all 0.25s ease;
}
.carrusel.ready{
	opacity:1;
}
.carrusel .modulo::after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	z-index:1;
}
.carrusel .modulo{
	position:relative;
}
.carrusel .modulo .leyenda{
	position:absolute;
	left:0;
	right:0;
	top:50%;
	width:100%;
	transform:translateY(-50%);
	z-index:5;
	text-align:center;
}
.carrusel .modulo p{
	font-size:3.98vw;
	line-height:4.65vw;
	font-weight:400;
	color:#fff;
	margin:0;
}
.carrusel .modulo p strong{
	font-weight:400;
	border-bottom:2px solid #c45831;
}
.carrusel .modulo p em{
	font-size:1.96vw;
	font-style:normal;
}
.carrusel .modulo .botones{
	margin-top:50px
}
.banner{
	position:relative;
}
.banner::after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	opacity:0;
	transition-duration:.8s;
	transition-delay:.5s;
}
.banner.ready::after{
	opacity:1;
}
.banner .leyenda{
	position:absolute;
	left:0;
	right:0;
	top:50%;
	width:100%;
	transform:translateY(-50%);
	z-index:5;
	text-align:center;
}
.banner .leyenda p{
	font-family:'Assistant',sans-serif;
	font-weight:400;
	font-size:4.18vw;
	line-height:4.45vw;
	color:#fff;
}
.banner .leyenda p strong{
	font-weight:400;
	border-bottom:2px solid #c45831;
}
.banner h1 strong{
	font-weight:400;
	border-bottom:2px solid #c45831;
}
.banner .descripcion{
	transition-duration:2s;
	transition-delay:1s;
	opacity:0;
}
.banner.ready .descripcion{
	opacity:1;
}
.precarga{
	position:relative;
}
.precarga::before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	background:#fff;
	opacity:1;
	transition-duration:.8s;
	transition-delay:.5s;
}
.precarga.ready::before{
	opacity:0;
}
.flechas{
	left:0;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:100%;
    z-index:5;
}
.flechas .atras{
	float:left;
	margin-left:30px;
}
.flechas .adelante{
	float:right;
	margin-right:30px;
}
.flechas .ico{
	width:40px;
}
.desplegador{
	cursor:pointer;
	position:relative;
}
.desplegable{
	display:none;
}
.tabla{
	display:table;
	height:100%;
}
.celda{
	display:table-cell;
	vertical-align:bottom;
}
.servicios{
	padding-bottom:0;
}
.servicios h2 strong{
	font-weight:400;
	display:block;
}
.servicios .titulo{
	float:left;
	position:relative;
}
.servicios .titulo .int{
	overflow:hidden;
}
.servicios .titulo::before{
	content:'';
	position:absolute;
	right:-45px;
	bottom:-8px;
	width:150%;
	height:2px;
	background:#c45831;
	z-index:2;
	transform:scaleX(100%);
  	transform-origin:left;
	transition-delay:.25s; 
	transition:transform 1s ease;
}
.servicios #titulo1.viewed::before{
	transform:scaleX(1);
}
.servicios .titulo::after{
	content:'';
	position:absolute;
	right:-45px;
	bottom:-8px;
	width:2px;
	height:50px;
	background:#c45831;
	z-index:2;
	transform:scaleY(1);
  	transform-origin:bottom;
	transition-delay:1.25s; 
	transition:transform 1s ease;
}
.servicios #titulo1.viewed::after{
	transform:scaleY(1);
}
.servicios .boton{
	float:left;
}
.servicios .imagen{
	position:relative;
	z-index:5;
}
.servicios .cont{
	overflow:hidden;
}
.servicios{
	padding-bottom:0;
}
.inicio{
	background:#b4c1c9;
	text-align:center;
	position:relative;
	padding-bottom:80px;
}
.inicio::before{
	content:'';
	height:80px;
	width:100%;
	background:#b4c1c9;
	position:absolute;
	left:0;
	top:-60px;
}
.inicio p{
	font-size:2.90vw;
	line-height:3.41vw;
	font-weight:400;
	margin:0;
	position:relative;
}
.inicio span{
	font-size:2.90vw;
	line-height:3.41vw;
	font-weight:400;
}
.inicio strong{
	font-weight:400;
	border-bottom:2px solid #c45831;
}
.inicio p > span:nth-child(1){
  	color:#b4c1c9;
}
.inicio p > span:nth-child(2){
	position:absolute;
	top:0;
	left:0;
	color:#202333;
	transition:all 2s ease;
	width:100%;
	transform:translatex(-100%);
	overflow:hidden;
}
.inicio p > span:nth-child(2) > span{
	transform:translatex(100%);
	display:inline-block;
	transition:inherit;
}
.inicio.viewed p span:nth-child(2){
  transform:translateX(0);
}
.inicio.viewed p span:nth-child(2) > span{
  	transform:translateX(0);
}
.inicio .modulo{
	padding:0 50px;
	margin:0 25px;
	position:relative;
}
.inicio .modulo::before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:2px;
	height:100%;
	background:#c45831;
	z-index:2;
	transform:scaleY(1);
  	transform-origin:top;
	transition-delay:.5s; 
	transition:transform 1s ease;
}
.inicio.viewed .modulo::before{
	transform:scaleY(1);
}
.inicio .modulo::after{
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:2px;
	height:100%;
	background:#c45831;
	z-index:2;
	transform:scaleY(1);
  	transform-origin:top;
	transition-delay:.5s; 
	transition:transform 1s ease;
}
.inicio.viewed .modulo::after{
	transform:scaleY(1);
}
.reconocimientos{
	padding-bottom:120px;
}
.reconocimientos h2 strong{
	font-weight:400;
	display:block;
}
.reconocimientos .titulo{
	position:relative;
	padding-left:25px;
	margin-bottom:75px;
}
.reconocimientos .titulo::before{
	content:'';
	width:2px;
	height:50px;
	position:absolute;
	bottom:-8px;
	left:0;
	background:#c45831;
	transform:scaleY(1);
  	transform-origin:top;
	transition-delay:.25s; 
	transition:transform 1s ease;
}
.reconocimientos .titulo::after{
	content:'';
	width:200%;
	height:2px;
	position:absolute;
	bottom:-8px;
	left:0;
	background:#c45831;
	transform:scaleX(100%);
  	transform-origin:left;
	transition-delay:1s; 
	transition:transform 3s ease;
}
.reconocimientos.viewed .titulo::before{
	transform:scaleY(1);
}
.reconocimientos.viewed .titulo::after{
	transform:scaleX(1);
}
.reconocimientos .titulo .int{
	overflow:hidden;
}
.experiencia{
	background:#35586d;
	position:relative;
}
.experiencia::after{
	content:'';
	width:130px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:#fff;
	z-index:1;
}
.experiencia .imagen{
	position:relative;
	top:-100px;
	right:-30px;
	z-index:2;
}
.experiencia .modulo{
	position:relative;
}
.experiencia .modulo .int{
	overflow:hidden;
}
.experiencia .icon{
	width:130px;
	position:absolute;
}
.experiencia .icon.v1{
	top:-65px;
	left:-40px;
	z-index:1;
}
.experiencia .icon.v2{
	bottom:-65px;
	right:-45px;
	z-index:1;
}
.experiencia p{
	font-size:2.30vw;
	line-height:2.90vw;
	font-weight:400;
	color:#fff;
	position:relative;
	z-index:2;
}
.experiencia .cliente{
	font-size:1.36vw;
	line-height:1.62vw;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	display:block;
	padding-bottom:8px;
	position:relative;
	z-index:2;
}
.experiencia .cliente::after{
	content:'';
	width:100%;
	height:2px;
	background:#c45831;
	position:absolute;
	left:0;
	bottom:0;
	transform:scaleX(100%);
  	transform-origin:left;
	transition-delay:.5s; 
	transition:transform 2.5s cubic-bezier(.19,1,.22,1);
}
.experiencia #cliente.viewed .cliente::after{
	transform:scaleX(1);
}
.diferencias{
	position:relative;
	padding:0 0 30px 0;
	top:-20px;
	z-index:2;
	overflow:hidden;
}
.diferencias h2 strong{
	display:block;
	font-weight:400;
}
.diferencias .titulo{
	float:right;
	position:relative;
	text-align:right;
	padding-left:25px;
}
.diferencias .titulo::before{
	content:'';
	position:absolute;
	left:0;
	bottom:-8px;
	width:100%;
	height:2px;
	background:#c45831;
	z-index:2;
	transform:scaleX(100%);
  	transform-origin:left;
	transition-delay:1.25s; 
	transition:transform 1.25s ease;
}
.diferencias.viewed .titulo::before{
	transform:scaleX(1);
}
.diferencias .titulo::after{
	content:'';
	position:absolute;
	left:0;
	bottom:-8px;
	width:2px;
	height:50px;
	background:#c45831;
	z-index:2;
	transform:scaleY(1);
  	transform-origin:top;
	transition-delay:.25s; 
	transition:transform 1s ease;
}
.diferencias.viewed .titulo::after{
	transform:scaleY(1);
}
.diferencias .descripcion{
	margin-bottom:40px;
}
.diferencias .contenido{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	overflow:hidden;
}
.diferencias .modulo{
	text-align:center;
	padding:0 15px;
}
.diferencias .modulo .foto{
	position:relative;
	margin-bottom:40px;
	padding:0 25px;
}
.diferencias .modulo .foto::after{
	content:'';
	position:absolute;
	left:50%;
	bottom:-18px;
	width:15px;
	height:2px;
	background:#c45831;
	transform:translateX(-50%);
}
.diferencias .modulo h3{
	font-size:1.53vw;
	line-height:1.79vw;
	font-weight:400;
}
body.home .noticias .modulo{
	margin-bottom:10px;
}
body.home .destacada .boton{
	position:relative;
	top:0;
	left:0;
	transform:none;
	width:inherit;
}
.equipo{
	overflow:hidden;
}
.equipo .modulo{
	display:block;
	text-decoration:none !important;
	text-align:center;
	margin-bottom:40px;
}
.equipo .modulo .imagen{
	position:relative;
	margin-bottom:12px;
}
.equipo .modulo .imagen .icon{
	position:absolute;
	right:15px;
	bottom:15px;
	width:70px;
	z-index:3;
	transition:all 0.25s ease;
	visibility:hidden;
	opacity:0;
}
.equipo .modulo:hover .imagen .icon{
	opacity:1;
	visibility:visible;
}
.equipo .modulo .imagen::after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	visibility:hidden;
	opacity:0;
	background:rgba(3,46,73,.45);
	transition:all 0.25s ease;
	z-index:2;
}
.equipo .modulo:hover .imagen::after{
	opacity:1;
	visibility:visible;
}
.equipo .modulo h3{
	font-size:1.53vw;
	line-height:1.79vw;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
	margin-bottom:20px;
}
.equipo .modulo h3::after{
	content:'';
	position:absolute;
	left:50%;
	bottom:-10px;
	height:2px;
	width:15px;
	background:#c45831;
	transform:translateX(-50%);
}
.equipo .modulo .cargo{
	font-size:1.53vw;
	line-height:1.65vw;
	font-weight:700;
	display:block;
}
.equipo .modulo .meta{
	display:block;
}
.perfil{
	padding:0 45px;
}
.perfil .foto{
	border-bottom:2px solid #c45831;
}
.perfil .grp{
	height:100%;
}
.perfil .grp.medio{
	position:relative;
	border-bottom:2px solid #c45831;
}
.perfil .grp.medio::before{
	content:'';
	position:absolute;
	width:100%;
	left:-30px;
	bottom:-2px;
	height:2px;
	background:#c45831;
}
.perfil .grp.medio::after{
	content:'';
	position:absolute;
	width:2px;
	right:0;
	bottom:-2px;
	height:55%;
	background:#c45831;
}
.perfil .bio{
	background:#c1c1c1;
	padding:25px 0 35px 0;
	margin-bottom:40px;
	position:relative;
}
.perfil .bio::before{
	content:'';
	width:61px;
	height:100%;
	background:#c1c1c1;
	position:absolute;
	left:-61px;
	top:0;
}
.perfil .bio::after{
	content:'';
	width:61px;
	height:100%;
	background:#c1c1c1;
	position:absolute;
	right:-61px;
	top:0;
}
.perfil .tit{
	position:relative;
	margin-bottom:40px;
}
.perfil .tit::after{
	content:'';
	position:absolute;
	left:0;
	bottom:-18px;
	width:15px;
	height:2px;
	background:#c45831;
}
.perfil .cargo{
	font-size:1.53vw;
	line-height:1.65vw;
	font-weight:700;
	display:block;
}
.perfil .meta{
	font-size:1.53vw;
	line-height:1.65vw;
	font-weight:400;
	display:block;
}
.perfil .grupo{
	padding:40px 0;
}
.perfil .grupo h3{
	font-size:1.28vw;
	line-height:1.53vw;
	font-weight:600;
	color:#fff;
}
.perfil .grupo p{
	color:#fff;
}
.perfil ul li{
	color:#fff;
}
.perfil ul li::before{
	background:#fff;
}
.perfil .grupo ul a{
	color:#fff;
	text-decoration:underline;
}
.nav-tabs{
	border:none;
	border-bottom:2px solid #c45831;
	border-right:2px solid #c45831;
	text-align:left;
	padding-bottom:8px;
}
.nav-tabs .nav-item{
	padding:0;
	margin:0;
	background:none;
	width:25%;
}
.nav-tabs .nav-item::before{
	display:none;
}
.nav-tabs .nav-link{
	padding:0;
	border:none;
	background:none;
	text-transform:uppercase;
	font-size:1.38vw;
	font-weight:400;
	color:#fff;
	position:relative;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background:none;
	color:#032e49;
	font-weight:700;
}
.practicas{
	overflow:hidden;
}
.practicas h2 strong{
	font-weight:400;
	display:block;
}
.practicas .titulo{
	float:left;
	position:relative;
}
.practicas .titulo::before{
	content:'';
	position:absolute;
	right:-45px;
	bottom:-8px;
	width:150%;
	height:2px;
	background:#c45831;
	z-index:2;
	transform:scaleX(100%);
  	transform-origin:left;
	transition-delay:.5s; 
	transition:transform 1s ease;
}
.practicas #titulo.viewed::before{
	transform:scaleX(1);
}
.practicas .titulo::after{
	content:'';
	position:absolute;
	right:-45px;
	bottom:-8px;
	width:2px;
	height:50px;
	background:#c45831;
	z-index:2;
	transform:scaleY(1);
  	transform-origin:bottom;
	transition-delay:1.25s; 
	transition:transform 1s ease;
}
.practicas #titulo.viewed::after{
	transform:scaleY(1);
}
.practicas .titulo .int{
	overflow:hidden;
}
.practicas .descripcion{
	margin-bottom:35px;
}
.practicas .descripcion .contenido{
	padding-left:15px;
}
.practicas .descripcion .imagen{
	position:relative;
	z-index:3;
}
.practicas .descripcion .cont{
	overflow:hidden;
}
.practicas .modulo{
	position:relative;
	padding:20px 0;
	border-top:2px solid #c45831;
}
.practicas .modulo h3{
	font-size:2.90vw;
	line-height:3.41vw;
	margin-bottom:15px;
}
.practicas .modulo .frase{
	margin-bottom:15px;
}
.practicas .modulo .inn{
	position:relative;
	padding-right:100px;
}
.practicas .modulo .icon{
	position:absolute;
	width:70px;
	right:0;
	top:50%;
	transform:translateY(-50%);
	transition:all 0.25s ease;
}
.practicas .modulo .desplegar.activo .icon{
	transform:translateY(-50%) rotate(-45deg);
}
.practicas .modulo .grupo{
	display:none;
}
.industrias{
	overflow:hidden;
}
.industrias h2 strong{
	font-weight:400;
	display:block;
}
.industrias .titulo{
	float:left;
	position:relative;
	padding-left:25px;
}
.industrias .titulo::before{
	content:'';
	position:absolute;
	left:0;
	bottom:-8px;
	width:2px;
	height:50px;
	background:#c45831;
}
.industrias .titulo::after{
	content:'';
	position:absolute;
	left:0;
	bottom:-8px;
	width:160%;
	height:2px;
	background:#c45831;
}
.industrias .titulo .int{
	overflow:hidden;
}
.industrias .descripcion{
	margin-bottom:35px;
}
.industrias .descripcion .contenido{
	padding-right:15px;
}
.industrias .modulo{
	position:relative;
	padding:20px 0;
	border-top:2px solid #c45831;
}
.industrias .modulo h3{
	font-size:2.90vw;
	line-height:3.41vw;
	margin-bottom:15px;
}
.industrias .modulo .frase{
	margin-bottom:15px;
}
.industrias .modulo .inn{
	position:relative;
	padding-right:100px;
}
.industrias .modulo .icon{
	position:absolute;
	width:70px;
	right:0;
	top:50%;
	transform:translateY(-50%);
	transition:all 0.25s ease;
}
.industrias .modulo .desplegar.activo .icon{
	transform:translateY(-50%) rotate(-45deg);
}
.industrias .modulo .grupo{
	display:none;
}
.destacada h2 strong{
	display:block;
	font-weight:400;
}
.destacada .titulo{
	float:left;
	position:relative;
	margin-bottom:45px;
}
.destacada .titulo::before{
	content:'';
	position:absolute;
	right:-38px;
	bottom:-8px;
	width:200%;
	height:2px;
	background:#c45831;
}
.destacada .titulo::after{
	content:'';
	position:absolute;
	right:-38px;
	bottom:-8px;
	width:2px;
	height:50px;
	background:#c45831;
}
.destacada .titulo .int{
	overflow:hidden;
}
.destacada .modulo .imagen{
	margin-bottom:20px;
	position:relative;
	display:block;
	text-decoration:none !important;
}
.destacada .modulo h3{
	margin-bottom:10px;
}
.destacada .modulo h3 a{
	font-size:1.79vw;
	font-weight:400;
	color:#202333;
	text-decoration:none !important;
}
.destacada .modulo .fecha{
	background:rgba(3,46,73,.8);
	display:inline-block;
	color:#fff;
	text-align:center;
	padding:8px 15px;
	position:absolute;
	left:0;
	top:0;
}
.destacada .modulo .boton{
	float:none;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:65%;
}
.noticias{
	background:#b4c1c9;
}
.noticias h2 strong{
	display:block;
	font-weight:400;
}
.noticias .titulo .int{
	overflow:hidden;
}
.noticias .columna{
	overflow:hidden;
}
.noticias .modulo{
	margin-bottom:45px;
}
.noticias .modulo .imagen{
	position:relative;
}
.noticias .modulo .contenido{
	padding-right:30px;
}
.noticias .modulo h3{
	margin-bottom:15px;
}
.noticias .modulo h3 a{
	font-size:1.79vw;
	font-weight:400;
	color:#202333;
	text-decoration:none !important;
}
.noticias .modulo .imagen .fecha{
	background:rgba(3,46,73,.8);
	display:inline-block;
	color:#fff;
	text-align:center;
	padding:8px 15px;
	position:absolute;
	left:0;
	top:0;
}
.noticias .modulo .boton{
	float:left;
}
.noticias .botones{
	margin-top:40px;
}
.entrada{
	padding-top:80px;
}
.entrada h1{
	font-size:2.56vw;
	line-height:2.92vw;
	font-weight:200;
	color:#202332;
}
.entrada p a{
	color:#c45831;
}
.entrada .imagen{
	position:relative;
	z-index:2;
}
.entrada .modulo{
	padding-left:30px;
}
.entrada .titulo{
	float:left;
	position:relative;
	margin-bottom:45px;
	padding-right:10px;
}
.entrada .titulo::before{
	content:'';
	position:absolute;
	right:0;
	bottom:-8px;
	width:120%;
	height:2px;
	background:#c45831;
	z-index:1;
}
.entrada .titulo::after{
	content:'';
	position:absolute;
	right:0;
	bottom:-8px;
	width:2px;
	height:50px;
	background:#c45831;
	z-index:1;
}
.relacionados .titulo{
	float:left;
	position:relative;
	margin-bottom:45px;
}
.relacionados .titulo::before{
	content:'';
	position:absolute;
	right:-38px;
	bottom:-8px;
	width:200%;
	height:2px;
	background:#c45831;
	transform:scaleX(100%);
  	transform-origin:left;
	transition-delay:.25s; 
	transition:transform 1s ease;
}
.relacionados.viewed .titulo::before{
	transform:scaleX(1);
}
.relacionados .titulo::after{
	content:'';
	position:absolute;
	right:-39px;
	bottom:-8px;
	width:2px;
	height:50px;
	background:#c45831;
	transform:scaleY(1);
  	transform-origin:bottom;
	transition-delay:1.25s; 
	transition:transform 1s ease;
}
.relacionados.viewed .titulo::after{
	transform:scaleY(1);
}
body.page-template-template-contacto{
	background:#b3c1ca;
}
.contacto .titulo{
	float:left;
	position:relative;
	margin-bottom:45px;
}
.contacto .titulo::before{
	content:'';
	position:absolute;
	right:-15px;
	bottom:-8px;
	width:250%;
	height:2px;
	background:#c45831;
}
.contacto .titulo::after{
	content:'';
	position:absolute;
	right:-15px;
	bottom:-8px;
	width:2px;
	height:50px;
	background:#c45831;
}
.contacto .titulo .int{
	overflow:hidden;
}
/***************************/

/* PIE *********************/
footer .modulo{
	position:relative;
	height:100%;
}
footer .modulo::before{
	content:'';
	position:absolute;
	left:-20px;
	top:0;
	width:1px;
	height:85%;
	background:#c45831;
}
footer .modulo.ultimo::before{
	left:0;
}
footer .logo .img-fluid{
	width:150px;
}
footer .inn{
	background:#35586d;
	padding:40px 0 30px 0;
}
footer .abajo{
	background:#032e49;
	padding:8px 0;
	text-align:center;
}
footer h3{
	font-family:'Heebo',sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	color:#fff;
	text-transform:none;
}
footer p{
	font-family:'Heebo',sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	color:#fff;
	margin:0;
}
footer p a{
	font-family:'Heebo',sans-serif;
	font-size:14px;
	font-weight:400;
	color:#fff;
}
footer p a:hover{
	color:#fff;
}
footer p a:focus{
	color:#fff;
}
.menu-footer{
	margin-bottom:0;
}
.menu-footer li{
	font-family:'Heebo',sans-serif;
	font-size:14px;
	font-weight:400;
	color:#fff;
	padding:0;
}
.menu-footer li::before{
	display:none;
}
.menu-footer a{
	font-family:'Heebo',sans-serif;
	font-size:14px;
	font-weight:400;
	color:#fff;
}
.menu-footer a:hover, .menu-footer a:focus{
	color:#fff;
}
footer .creditos{
	font-family:'Heebo',sans-serif;
	font-weight:400;
	font-size:14px;
	color:#fff;
}
footer .redes{
	text-align:center;
	padding-top:10px;
}
.redes a{
	padding:0 4px;
}
.redes .ico{
	width:42px;
}
/***************************/

/* TEXTOS ******************/
h1,h2,h3,h4,h5{
	margin:0;
	transition:all 0.25s ease;
}
h1{
	font-family:'Assistant',sans-serif;
	font-weight:400;
	font-size:4.18vw;
	line-height:4.45vw;
	color:#fff;
}
h2{
	font-family:'Assistant',sans-serif;
	font-weight:400;
	font-size:4.02vw;
	line-height:4.68vw;
	color:#202333;
}
h3{
	font-family:'Assistant',sans-serif;
	font-weight:400;
	font-size:1.79vw;
	line-height:2.15vw;
	color:#202333;
}
h4{
	font-family:'Assistant',sans-serif;
	font-weight:300;
	font-size:1.28vw;
	line-height:1.53vw;
	color:#202333;
}
p, a, span{
	font-family:'Assistant',sans-serif;
	font-weight:300;
	font-size:1.28vw;
}
p, span{
	color:#202333;
	line-height:1.53vw;
}
p{
	margin-bottom:20px;
}
ul, ol{
	margin-bottom:20px;
}
a{
	color:#003A3D;
	transition:all 0.25s ease;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#003A3D;
}
ul{
	padding:0;
}
ul li{
	font-family:'Assistant',sans-serif;
	font-weight:300;
	font-size:1.28vw;
	padding-left:12px;
	padding-bottom:2px;
	color:#202333;
	list-style:none;
	position:relative;
} 
ul li::before{
	content:'';
	width:5px;
	height:5px;
	border-radius:100%;
	position:absolute;
	left:0;
	top:11px;
	background:#202333;
}
ol{
	padding:0;
	padding-left:15px;
}
ol li{
	font-family:'Assistant',sans-serif;
	font-weight:300;
	font-size:1.28vw;
	color:#202333;
	padding-bottom:2px;
}
strong, b{
	font-weight:600;
}
blockquote{
	border:none;
	padding:0;
	margin:0;
}
blockquote p{
	font-family:'Assistant',sans-serif;
	font-weight:400;
	font-size:2.34vw;
	line-height:3.12vw !important;
	letter-spacing:0.01em;
	color:#202333 !important;
	margin-bottom:30px;
}
.inline{
	display:inline-block;
	overflow:hidden;
}
.animtxt .strong{
	display:block;
}
/* TABLAS ******************/
.table-responsive{
	border:none !important;
	margin-bottom:30px;
	font-size:14px;
}
.table th{
	font-weight:normal;
	background:#fff;
	color:#414042;
	border:none;
	padding:20px 8px !important;
	text-align:center;
}
.table td{
	text-align:center;
	color:#414042;
	padding:20px 8px !important;
}
.table tr.par{
	border-bottom:1px solid #ddd;
}
/***************************/
/* FORMULARIOS *************/
label{
	font-family:'Assistant',sans-serif;
	font-size:15px;
	font-weight:500;
	color:#003A3D;
}
.form-group{
	margin-bottom:15px;
}
.form-control{
	font-family:'Assistant',sans-serif;
	font-weight:400;
	font-size:16px;
	background:#fff;
	border:1px solid #fff;
	box-shadow:none;
	color:#202333;
	height:35px;
	padding:5px 8px;
	border-radius:0;
}
textarea.form-control{
	background:#fff;
	height:150px;
	position:relative;
	padding:10px 8px;
	color:#202333;
	border:1px solid #fff;
}
.form-control:focus{
	box-shadow:none;
	color:#202333;
	background:#fff;
	border:1px solid #fff;
}
.form-control::placeholder{
	color:#202333;
}
.boton{
	background:transparent;
	border:2px solid #c45831;
	text-decoration:none !important;
	float:right;
	line-height:40px;
	text-align:center;
	display:block;
	position:relative;
	padding:0 30px;
	border-radius:0;
	transition:all 0.25s ease;
}
.boton:hover{
	background:#c45831;
	border:2px solid #c45831;
}
.boton span{
	font-family:'Assistant',sans-serif;
	font-weight:700;
	font-size:16px;
	color:#202333;
	line-height:40px;
	transition:all 0.25s ease;
	position:relative;
	z-index:1;
}
.boton.inverso span{
	color:#fff;
}
.wpcf7-submit{
	font-family:'Assistant',sans-serif;
	background:transparent;
	border:2px solid #c45831;
	font-size:16px;
	font-weight:700;
	color:#202333;
	text-align:center;
	padding:0 45px;
	height:40px;
	cursor:pointer;
	border-radius:0;
	box-shadow:none;
	float:right;
	transition:all 0.25s ease;
}
.wpcf7-submit:hover, .wpcf7-submit:focus{
	background:#c45831 !important;
	border:2px solid #c45831 !important;
	outline:none;
	color:#202333;
	box-shadow:none !important;
}
.wpcf7-not-valid-tip{
	font-family:'Assistant',sans-serif;
	font-weight:400;
	font-size:12px !important;
	line-height:16px !important;
	color:#c00 !important;
}
.wpcf7-response-output{
	background:none !important;
	border:none !important;
	padding:0 !important;
	margin:0 !important;
	text-align:left;
	font-family:'Assistant',sans-serif;
	font-weight:400;
	color:#202333;
	font-size:16px;
	line-height:20px;
	margin-top:25px !important;
}
.wpcf7-spinner{
	margin:0 0 0 10px !important;
}
.centrar{
	text-align:center;
}
.centrar .wpcf7-submit{
	float:none;
}
.centrar .boton{
	float:none;
	display:inline-block;
}
/***************************/
.carrusel .swiper-pagination-bullets{
	bottom:inherit !important;
	left:inherit !important;
	top:55%;
	width:20px !important;
	right:40px !important;
}
.swiper-pagination-bullet{
	width:8px !important;
	height:8px !important;
	opacity:.55 !important;
	background:#c45831 !important;
	border:1px solid #c45831;
	margin:0 2px !important;
	line-height:10px;
	transition:all 0.25s ease;
}
.swiper-pagination-bullet-active{
	opacity:1 !important;
	background:#c45831 !important;
	border:1px solid #c45831;
}
@keyframes myfadeInAnimation{
from{opacity:0;}
to{opacity:1;}
}
@keyframes e{
0%{background-position:-120px 0;}
to{background-position:120px 0;}
}
@keyframes apuntar{
from{transform:translate(0,0);}
65%{transform:translate(5px,0);}
to{transform:translate(0,0);}    
}
@keyframes slide-left{
from{transform:translateX(0%);}
to{transform:translateX(-50%);}
}
/***************************/
@media (min-width:720px){
.w-20{
  -webkit-box-flex:0;
      -ms-flex:0 0 20% !important;
          flex:0 0 20% !important;
  max-width:20%;
}
}
@media (min-width:1600px){
.container-fluid{
	max-width:1400px;
}
.banner{
	max-width:1400px;
	margin:auto;
}
section{
	max-width:1400px;
	margin:auto;
}
.banner .leyenda p{
	font-size:49px;
	line-height:55px;
}
.carrusel .modulo p{
	font-size:58px;
	line-height:65px;
}
.carrusel .modulo p em{
	font-size:24px;
}
.inicio p{
	font-size:38px;
	line-height:45px;
}
.experiencia p{
	font-size:38px;
	line-height:42px;
}
.experiencia .cliente{
	font-size:16px;
	line-height:18px;
}
.diferencias .modulo h3{
	font-size:18px;
	line-height:21px;
}
.equipo .modulo h3{
	font-size:18px;
	line-height:21px;
}
.equipo .modulo .cargo{
	font-size:18px;
	line-height:21px;
}
.perfil .cargo{
	font-size:18px;
	line-height:21px;
	margin-bottom:5px;
}
.perfil .meta{
	font-size:18px;
	line-height:21px;
	margin-bottom:5px;
}
.perfil .grupo h3{
	font-size:15px;
	line-height:18px;
	margin-bottom:5px;
}
.nav-tabs .nav-link{
	font-size:18px;
}
.practicas .titulo::before{
	width:308px;
}
.practicas .modulo h3{
	font-size:34px;
	line-height:40px;
}
.industrias .titulo::after{
	width:200%;
}
.industrias .modulo h3{
	font-size:34px;
	line-height:40px;
}
.destacada .titulo::before{
	width:332px;
}
.destacada .modulo h3{
	font-size:21px;
	line-height:25px;
}
.destacada .modulo h3 a{
	font-size:21px;
}
.noticias .modulo h3{
	font-size:21px;
	line-height:25px;
}
.noticias .modulo h3 a{
	font-size:21px;
}
.noticias .modulo .contenido{
	padding-right:60px;
}
.entrada h1{
	font-size:30px;
	line-height:36px;
}
.relacionados .titulo::before{
	width:295px;
}
h1{
	font-size:49px;
	line-height:55px;
}
h2{
	font-size:49px;
	line-height:55px;
}
h3{
	font-size:14px;
	line-height:22px;
}
h4{
	font-size:20px;
	line-height:28px;
}
p, a, span{
	font-size:15px;
}
p, span{
	line-height:18px;
}
ul li{
	font-size:15px;
	line-height:18px;
}
ul li::before{
	top:5px;
}
blockquote p{
	font-size:30px !important;
	line-height:40px !important;
}
}
@media screen and (min-width:300px) and (max-width:992px){
.mobile{
	display:none;
}
.desktop{
	display:none;
}
.tablet{
	display:block;
}
body.close-menu{
	overflow:hidden;
}
header .inn{
	text-align:center;
}
header .menu{
	display:none;
	text-align:center;
}
header .logo .img-fluid{
	width:135px;
}
.menu-trigger{
	display:block;
}
.menu{
	float:none;
	top:0;
	text-align:center;
}
.menu li{
	display:block;
	padding:0 0 25px 0;
}
.menu a{
	font-size:20px;
}
.contenedor-submenu{
	display:block;
}
.idiomas{
	float:left;
}
.idiomas a{
	font-size:16px;
}
section{
	padding:35px 0;
}
.paginas{
	padding:0 15px;
}
.banner .leyenda p{
	font-size:42px;
	line-height:50px;
}
.carrusel .modulo p{
	font-size:42px;
	line-height:50px;
}
.carrusel .modulo p em{
	font-size:20px;
	line-height:24px;
}
.carrusel .modulo .botones{
	margin-top:30px;
}
.servicios{
	padding-bottom:45px;
}
.inicio{
	padding:60px 0;
}
.inicio::before{
	display:none;
}
.inicio span{
  	font-size:32px;
	line-height:38px;
}
.experiencia p{
	font-size:24px;
	line-height:30px;
}
.experiencia .cliente{
	font-size:18px;
	line-height:22px;
}
.diferencias .modulo{
	padding:0 5px;
}
.diferencias .modulo .foto{
	padding:0 10px;
}
.diferencias .modulo h3{
	font-size:16px;
	line-height:20px;
}
.equipo .modulo h3{
	font-size:16px;
	line-height:20px;
}
.equipo .modulo .cargo{
	font-size:16px;
	line-height:20px;
}
.modal .close{
	right:20px;
	top:20px;
}
.perfil .tabla p{
	margin:0;
}
.perfil{
	padding:0 5px;
}
.perfil .bio::before{
	width:31px;
	left:-31px;
}
.perfil .bio::after{
	width:31px;
	right:-31px;
}
.nav-tabs .nav-link{
	font-size:16px;
}
.perfil .cargo{
	font-size:16px;
	line-height:20px;
}
.perfil .meta{
	font-size:16px;
	line-height:20px;
}
.perfil .grupo h3{
	font-size:16px;
	line-height:20px;
}
.practicas .modulo h3{
	font-size:28px;
	line-height:35px;
}
.industrias .modulo h3{
	font-size:28px;
	line-height:35px;
}
.destacada .modulo h3{
	font-size:21px;
	line-height:26px;
}
.destacada .modulo h3 a{
	font-size:21px;
}
.noticias .modulo h3{
	font-size:18px;
	line-height:22px;
}
.noticias .modulo h3 a{
	font-size:18px;
}
.noticias .modulo .contenido{
	padding-right:0;
	margin-top:20px;
}
body.home .noticias .modulo{
	margin-bottom:25px;
}
body.home .noticias .modulo .contenido{
	margin-top:0;
}
.entrada{
	padding-top:40px;
}
.entrada h1{
	font-size:28px;
	line-height:32px;
}
.entrada .modulo{
	padding-left:15px;
}
h1{
	font-size:42px;
	line-height:50px;
}
h2{
	font-size:38px;
	line-height:38px;
}
h3{
	font-size:14px;
	line-height:18px;
}
h4{
	font-size:14px;
	line-height:18px;
}
p, a, span{
	font-size:15px;
}
p, span{
	line-height:20px;
}
p{
	margin-bottom:20px;
}
ul, ol{
	margin-bottom:20px;
}
ul li{
	font-size:15px;
	line-height:20px;
}
ul li::before{
	top:8px;
}
blockquote p{
	font-size:18px;
	line-height:24px !important;
	margin-bottom:20px;
}
footer .logo .img-fluid{
	width:120px;
}
footer p{
	font-size:14px;
}
footer p a{
	font-size:14px;
}
.redes .ico{
	width:35px;
}
.boton{
	line-height:30px;
}
.boton span{
	font-size:14px;
	line-height:30px;
}
}
@media screen and (min-width:300px) and (max-width:576px){
.mobile{
	display:block;
}
.tablet{
	display:none;
}
.carrusel .modulo{
	height:480px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.carrusel .modulo .img{
	display:none;
}
.carrusel .flechas{
	display:none;
}
.carrusel .swiper-pagination-bullets{
	display:none;
}
.carrusel .modulo p{
	font-size:32px;
	line-height:42px;
}
.banner{
	height:480px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.banner .img{
	display:none;
}
.banner .leyenda p{
	font-size:38px;
	line-height:45px;
}
.servicios .imagen{
	margin-bottom:30px;
}
.inicio .modulo{
	margin:0;
	padding:0 15px;
}
.inicio span{
	font-size:28px;
	line-height:32px;
}
.reconocimientos{
	padding-bottom:80px;
}
.reconocimientos .modulo{
	margin-bottom:35px;
}
.experiencia::after{
	display:none;
}
.experiencia .icon{
	display:none;
}
.experiencia .modulo{
	top:-50px;
}
.diferencias .titulo{
	margin-bottom:10px;
}
.diferencias .contenido{
	position:relative;
	right:0;
	top:0;
	transform:none;
	margin-top:30px;
}
.diferencias .modulo{
	padding:0;
	margin-bottom:35px;
}
.diferencias .modulo .foto{
	padding:0 25px;
}
body.page-template-template-somos .banner{
	background-position:18% center;
}
.perfil .tit{
	margin-bottom:30px;
}
.perfil .bio::before{
	width:21px;
	left:-21px;
}
.perfil .bio::after{
	width:21px;
	right:-21px;
}
.perfil .grp{
	border-bottom:2px solid #c45831;
}
.perfil .grp.medio{
	padding-bottom:10px;
}
.perfil .grp.ultimo{
	margin-top:30px;
	height:inherit;
	border:none;
}
.nav-tabs .nav-item{
	width:100%;
	padding-bottom:8px;
}
.practicas .descripcion .contenido{
	padding:0;
}
.practicas .descripcion .imagen{
	margin-bottom:35px;
}
.practicas .modulo h3{
	margin-top:15px;
}
.practicas .modulo .icon{
	width:50px;
}
.industrias .descripcion .contenido{
	padding:0;
}
.industrias .descripcion .imagen{
	margin-bottom:28px;
}
.industrias .modulo h3{
	margin-top:15px;
}
.industrias .modulo .icon{
	width:50px;
}
body.home .destacada{
	margin-bottom:30px;
}
.noticias .destacada .modulo h3{
	font-size:20px;
	line-height:26px;
}
.noticias .destacada .modulo h3 a{
	font-size:20px;
}
.destacada .modulo .imagen{
	height:320px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.destacada .modulo .img{
	display:none;
}
.destacada .modulo .boton{
	position:relative;
	top:0;
	left:0;
	transform:none;
	width:inherit;
	float:left;
}
.noticias .modulo h3{
	font-size:16px;
	line-height:20px;
}
.noticias .modulo h3 a{
	font-size:16px;
}
.entrada .modulo{
	padding:0;
}
.entrada .imagen{
	margin-bottom:30px;
}
.noticias .modulo .contenido{
	margin-top:0;
}
.contacto .imagen{
	display:none;
}
h1{
	font-size:38px;
	line-height:45px;
}
footer .modulo.primero::before,
footer .modulo.ultimo::before{
	display:none;
}
footer .logo{
	display:none;
}
footer .redes{
	padding-top:30px;
}
}