@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}
@font-face {
	font-family: "Myriad Pro";
	src: url("../fonts/myriadpro-regular.otf");
}
body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 1282px;}
.container:before,
.container:after{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}
#header{
	width: 100%;
	z-index: 3;
	height: 79px;
	position: absolute;
	top: 0;
	left: 0;
}
#header::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	z-index: 4;
}
#logo{
	display: inline-flex;
	align-items: center;
	width: auto;
	height: 126px;
	position: absolute;
	top: 0px;
	left: 9px;
	z-index: 3;
	padding-right: 124px;
}
#logo:before{
	content: '';
	position: absolute;
	width: 748px;
	height: 100%;
	background: url('../images/banner/bglogo.png') top right no-repeat;
	background-size: cover;
	top: 0px;
	right: 0px;
	z-index: -1;
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	mix-blend-mode: multiply;
	z-index: 2;
}
#topMenu{
	height: 79px;
	width: 100%;
	position: relative;
	background: rgba(12, 78, 158, 0.85);
}
#menu{
	margin: auto;
	position: absolute;
	right: 325px;
	top: 0px;
	height: 79px;
	z-index: 2;
}
#menu ul{
	margin: 0;
	position: relative;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	padding: 0 20px;
	height: 79px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu li::before{
	content: '';
	position: absolute;
	top: calc(50% - 11.5px);
	left: 0;
	width: 1px;
	height: 23px;
	background: url('../images/banner/li.png') center no-repeat;
	background-size: contain;
}
#menu li:first-child:before{
	width: 0;
	height: 0;
}
#menu li a{
	display: block;
	color: #fff;
	position: relative;
	background: transparent;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 300;
	line-height: 72px;
	height: 72px;
	padding: 0px;
	text-align: center;
}
#menu li a::before,#menu li a::after{
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	width: 9px;
	height: 1px;
	background: #72543D;
	transition: all ease-in-out 0.5s;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
#menu li a::after{
	left:auto;
	right: 0;
}
#menu li:first-child{
	padding-left: 0px;
}
#menu li:last-child{
	padding-right: 0;	
}
#menu li:nth-child(1) a{
	width: 39px;
}
#menu li:nth-child(2) a{
	width: 66px;
}
#menu li:nth-child(3) a{
	width: 65px;
}
#menu li:nth-child(4) a{
	width: 73px;
}
#menu li:nth-child(5) a{
	width: 66px;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #fff;
	font-weight: 800;
}
.btnWhaTop{
	position: absolute;
	top: 20px;
	right: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 0px;
	line-height: 1;
	color: #fff;
	width: 151px;
	height: 41px;
	border-radius: 20.5px;
	-webkit-border-radius: 20.5px;
	-moz-border-radius: 20.5px;
	-ms-border-radius: 20.5px;
	-o-border-radius: 20.5px;
	border:solid 1px #fff;
	background: rgba(0, 41, 102, 0.65);
}
.btnWhaTop img{
	margin-right: 7px;
}
.btnWhaTop:hover,.btnWhaTop:focus{
	color: #002966;
	text-decoration: none;
	background: #fff;
}
.btnWhaTop img.hover1{
	display: block;
}
.btnWhaTop img.hover2{
	display: none;
}
.btnWhaTop:hover img.hover1,.btnWhaTop:focus img.hover1{
	display: none;
}
.btnWhaTop:hover img.hover2,.btnWhaTop:focus img.hover2{
	display: block;
}
/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #1f1f1f;
	display: flex;
	align-items: center;
	min-height: 99px;
	color: white;
}
#footer .container{
	color: #fff;
	font-family: 'Arial',sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0px;
	width: 100%;
}
#footer .tfooter {
	line-height: 16px;
	text-align: center;
	min-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding-bottom: 10px;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer #powered a {
	color: inherit;
	display: flex;
	padding: 0 0 0 28px;
	min-height: 22px;
	align-items: center;
	margin-left: 5px;
	background: url(/_src/images/icoTW.svg) no-repeat center left;
}
#footer #powered a:hover{
	text-decoration: none;
}
/*Footer*/
/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 2px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }
#sliderTop{
	position: relative;
	height: auto;
	margin-top: 0px;
}
#sliderTop::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 9px;
	background: #304296;
	opacity: 0.35;
	z-index: 2;
}
#sliderTop .slides li{
	height: auto;
	position: relative;
	background-position: center center !important
}
#sliderTop .slides li img{
	display: block;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.cntSliderTop{
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding-bottom: 96px;
}
.titleCaptionTop{
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: -0.25px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	position: relative;
}
.titleCaptionTop::before{
	content: '';
	position: absolute;
	top: calc(50% - 206.5px);
	left: calc(50% - 493px);
	width: 986px;
	height: 413px;
	background: url('../images/banner/shadow.png') center no-repeat;
	background-size: cover;
}
.titleCaptionTop .tit1{
	position: relative;
	z-index: 2;
}
.titleCaptionTop strong{
	font-size: 72px;
	color: #ADC0FF;
	display: block;
}
.btnBannerTop{
	position: relative;
	z-index: 2;
	background: rgba(59, 93, 195, 0.85);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.25px;
	color: #fff;
	text-align: center;
	width: 248px;
	height: 59px;
	margin-top: 15px;
}
.flex-direction-nav a{
	width: 34px;
	height: 35px;
}
.flex-direction-nav .flex-prev {
	margin-left: -360px;
	opacity: 1;
	background: url(../images/slider/prev.png);
}
.flex-direction-nav .flex-next {
	margin-left: -320px;
	opacity: 1;
	background: url(../images/slider/next.png);
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}
/*Estilos seccion inicio*/
.contentHome1{
	height: 579px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color: #616161;
	letter-spacing: 0px;
	padding: 0 27px;
}
.contentHome1 h1{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: 0px;
	color: #2f4f9a;
	text-transform: uppercase;
	letter-spacing: 0px;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 18px;
}
.contentHome1 h1 strong{
	display: block;
	font-weight: 900;
	font-size: 48px;
	color: #585858;
}
.contentHome1 h1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 91.5px);
	width: 183px;
	height: 1px;
	background: #a8a8a8;
}
#textHome2{
	background: url('../images/inicio/bg1.webp') center no-repeat;
	background-size: cover;
	padding-bottom: 156px;
	padding-top: 160px;
}
.titleHome2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 60px;
	line-height: 1.1;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	padding-bottom: 32px;
	margin-bottom: 38px;
}
.titleHome2::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 91.5px);
	width: 183px;
	height: 1px;
	background: #fff;
}
.contentHome2{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 35px;
	flex-wrap: wrap;
	font-family: 'Lato', sans-serif;
}
.contentHome2 .itemHome2{
	width: calc(33.333% - 33.5px);
	margin-right: 50px;
	margin-bottom: 34px;
}
.contentHome2 .itemHome2:nth-child(3n + 3){
	margin-right: 0;
}
.contentHome2 .itemHome2:last-child{
	margin-right: 0px;
}
.contentHome2 .itemHome2 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 97px;
	background: rgba(33, 64, 154, 0.75);
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-radius: 48.5px;
	-webkit-border-radius: 48.5px;
	-moz-border-radius: 48.5px;
	-ms-border-radius: 48.5px;
	-o-border-radius: 48.5px;
	cursor: default;
}
.contentHome2 .itemHome2 a:hover,.contentHome2 .itemHome2 a:focus{
	text-decoration: none;
	color: #fff;
}
#textHome3{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 29px 29px 0 29px;
}
.itemHome3{
	margin-bottom: 29px;
	width: calc(25% - 21.75px);
	margin-right: 29px;
}
.itemHome3:last-child{
	margin-right: 0px;
}
.itemHome3 figure{
	position: relative;
}
.titleHome3{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 30px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	height: 86px;
	background: rgba(54, 86, 176, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 64px);
	position: absolute;
	bottom: 14px;
	left: 32px;
	z-index: 2;
	border-radius: 43px;
	-webkit-border-radius: 43px;
	-moz-border-radius: 43px;
	-ms-border-radius: 43px;
	-o-border-radius: 43px;
}
/*Estilos seccion nosotros*/
.contentNos1{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 586px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #616161;
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}
.titleNos1{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #585858;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 18px;
}
.titleNos1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 91.5px);
	width: 183px;
	height: 8px;
	background: #3451AD;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
#textNos2{
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('../images/nosotros/bg1.webp') center no-repeat;
	background-size: cover;
	padding: 80px 42px;
}
.itemNos2{
	margin-right: 32px;
}
.itemNos2:last-child{
	margin-right: 0;
}
.contentServ1{
	height: 499px;
}
#textServ2{
	background: #002DBA;
	padding: 55.5px 0;
}
#textServ2 .tit{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	line-height: 36px;
}
#textServ2 .tit strong{
	font-weight: 800;
	display: block;
}
#textServ3{
	background: url('../images/servicios/bg1.webp') center no-repeat;
	background-size: cover;
}
.contentServ3{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 102px 0px 77px 0px;
}
.itemServ3a{
	width: calc(50% + 60px);
}
.itemServ3b{
	width: calc(50% - 60px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.serv3 div{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 76px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	padding-right: 27px;
	position: relative;
	padding-left: 61px;
}
.serv3 div::before{
	content: '';
	position: absolute;
	top: calc(50% - 23.5px);
	left: 0;
	width: 47px;
	height: 47px;
	background: url('../images/servicios/ico.png') center no-repeat;
	background-size: contain;
}
#textServ4{
	background: url('../images/servicios/bg2.webp') center no-repeat;
	background-size: cover;
	padding: 104px 65px;
}
.contentServ4{
	max-width: 1572px;
	margin-left: auto;
	margin-right: auto;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -50.5px;
	outline: 0;
	width: 101px;
	height: 101px;
	text-indent: -9999px;
	z-index: 10;
	opacity: 1 !important;
}
.bx-wrapper .bx-prev {
	left: -50px;
	background: url(../images/servicios/prev.png) center no-repeat;
}
.bx-wrapper .bx-next {
	right: -50px;
	background: url(../images/servicios/next.png) center no-repeat;
}
/*Estilos seccion contacto*/
#formTop{
	position: relative;
	padding-bottom: 109px;
	padding-top: 125px;
}
.titleContacto1{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #585858;
	font-size: 48px;
	line-height: 1;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 28px;
	margin-bottom: 20px;
	position: relative;
}
.titleContacto1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 91.5px);
	background: #3451AD;
	width: 183px;
	height: 8px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #616161;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	position: relative;
	margin-bottom: 41px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -3.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 3.5px;
}
#frmContacto .form-group{
	margin-bottom: 7px
}
#frmContacto .form-control{
	display: block;
	height: 72px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Inter", serif;
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	box-shadow: inset 0 0px 0px transparent !important;
	border: 1px solid #c3c3c9;
	padding-left: 18px;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
#frmContacto .textarea{
	height: 140px;
	padding-top: 31px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background: #002DBA; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family: 'Inter', sans-serif; 
	font-size:11px;
	width: 83px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 40px;
}
#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 input::-webkit-input-placeholder {color:#9a9a9a; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#9a9a9a; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#9a9a9a; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#9a9a9a; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#9a9a9a; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#9a9a9a; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#9a9a9a; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#9a9a9a; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto 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;
}
.cntCap{
	display: inline-block;
	text-align: center;
	margin-top: 15px;
}
#textContacto2{
	background: #efefef;
	padding-top: 97px;
	padding-bottom: 83px;
}
.contentCont2{
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemContacto2{
	height: 294px;
	width: calc(33.333% - 23.333px);
	margin-right: 34.9px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 0 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	text-align: center;
	color: #002DBA;
}
.itemContacto2:last-child{
	margin-right: 0;
}
.itemContacto2 figure{
	height: 124px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
	margin-bottom: 27px;
}
.itemContacto2 .tit{
	margin-bottom: 8px;
}
.itemContacto2 a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #4c4c4c;
	font-size: 18px;
	text-transform: none;
	line-height: 24px;
	letter-spacing: 0.1px;
}
.telsFlex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.telsFlex div{
	width: 6px;
	height: 6px;
	background: #002DBA;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-left: 10px;
	margin-right: 10px;
}
#textContacto3{
	background: #002DBA;
}
#textContacto3 .tit{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.1px;
	color: #fff;
	text-align: center;
	padding: 50px 0;
}
#mapc{
	height: 603px;
}