@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: "Freight Sans Bold";
  src: url("../fonts/Freight-Sans-Bold-SC.otf");
}
@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: 1233px;}
.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: 132px;
	padding-top: 6px;
	position: absolute;
	top: 0;
	left: 0;
}
#header::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #0053C2;
}
#logo{
	width: auto;
	position: absolute;
	top: 36.5px;
	left: 15px;
	z-index: 4;
}
#logo a{
	position: relative;
	z-index: 2;
	font-family: 'Oswald',sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
}
#logo a:hover,#logo a:focus{
	text-decoration: none;
	cursor: pointer;
}
#logo img{
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#topMenu{
	margin-top: 0px;
	height: 126px;
	width: 100%;
	background: rgba(53, 53, 53, 0.65);
	position: relative;
	overflow: hidden;
}
#menu{
	margin: auto;
	position: absolute;
	right: 15px;
	top: 40.5px;
	height: auto;
	background: #292929;
	overflow: hidden;
	border-radius: 5px;
}
#menu ul{
	margin: 0;
}
#menu ul::before,
#menu ul::after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	position: relative;
	padding: 0 1px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}
#menu li::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 45px;
	background: rgba(255, 255, 255, 0.29);
	opacity: 0.6;
}
#menu li a{
	display: block;
	position: relative;
	background: transparent;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height:45px;
	height: 45px;
	letter-spacing: 0px;
	text-transform: none;
	color: #fff;
	padding: 0px 20px;
}
#menu li:first-child{
	padding-left: 0px;
}
#menu li:last-child{
	padding-right: 0px;
}
#menu li:last-child::before{
	width: 0;
	height: 0;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color:#009DFF;
	text-decoration: none;
}
#redes{
	position: absolute;
	top: 0;
	right: 15px;
	height: 106px;
	width: auto;
	display: flex;
	align-items: center;
	padding-left: 0px
}
#redes a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes a:hover,#redes a:focus{
	opacity: 0.85;
	transform: scale(1.1);
	text-decoration: none;
}
/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #232323;
	display: flex;
	align-items: center;
	min-height: 117px;
	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;
	width: 100%;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  
	line-height: 16px;
	margin: 0 auto 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 7px;
}
#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 1px #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{
	height: 420px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 420px;
	position: relative;
	background-position: bottom center !important;
	background-size: cover;
}
body[data-page="1"] #sliderTop .slides li{
	background-color: #e5e5e5 !important;
}
#sliderTop .slides li img.sliderImg{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container,.sliderCntTop{
	height: 100%;
}
.sliderCntTop{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	padding-top: 44px;
	padding-bottom: 0px;
}
.titleCaptio1{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: right;
	color: #ffffff;
	position: relative;
}
.titleCaptio1 div{
	position: relative;
	z-index: 2;
}
.titleCaptio1 strong{
	color: #0071E3;
}
.titleCaptio1::before{
	content: '';
	position: absolute;
	top: calc(50% - 159px);
	left: calc(50% - 590px);
	width: 1163px;
	height: 318px;
	background: url('../images/banner/shadow.webp') center no-repeat;
	background-size: cover;
}

#sliderTop .flex-direction-nav a{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-left: 0px;
  position: absolute;
  z-index: 10;
  bottom: 24px;
  overflow: hidden;
  opacity: 1;
  left: 50%;
}
#sliderTop .flex-direction-nav .flex-next {
  background: url('../images/slider/next.png?v1') center no-repeat;
  margin-left: 301px;
}
#sliderTop .flex-direction-nav .flex-prev {
  background: url('../images/slider/prev.png?v1') center no-repeat;
  margin-left: 249px;
}
.flex-control-nav {
  width: auto;
  position: absolute;
  bottom: 22px;
  text-align: center;
  z-index: 2;
  left: 50%;
  margin-left: -360px;
}
#sliderTop .flex-control-nav li:first-child::before,#sliderTop .flex-control-nav li:last-child::before{
	width: 0;
	height: 0;
}
#sliderTop .flex-control-nav li {
  background: transparent;
  padding: 0 1px;
}
.flex-control-paging li a {
  width: 13px;
  height: 13px;
  background: transparent;
  border: solid 1px #8583a9;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  border-radius: 0px;
}
.flex-control-paging li a.flex-active,.flex-control-paging li a:hover{
  background: #8583a9;
}
#icoWa{
	background: url('../images/icoWhatsapp.png') 0 0 no-repeat;
	background-size: contain;
	position: fixed;
	bottom: 75px;
	z-index: 5;
	width: 190px;
	height: 58px;
	right: 20px;
}
#textHome1{
	background:#e5e5e5; 
}
.imgBannerH1{
	position: absolute;
	left: 32px;
	top: -200px;
	width: 250px;
}
.homeBanner .container{
	padding-top: 61px;
}
.titleHome1{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 44px;
	line-height: 50px;
	letter-spacing: 0px;
	color: #0053C2;
	text-transform: uppercase;
	text-align: center;
	padding-top: 16px;
	margin-bottom: 25px;
}
.textoHome1{
	color: #343434;
	font-family: 'Urbanist', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	padding-bottom: 65px;
}
.textoHome1 br{
	display: none;
}
#textHome2{
	padding-top: 90px;
	padding-bottom: 93px;
}
.contentHome1{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.itemHome1a{
	width: calc(50% - 6px);
	margin-right: 12px;
	background: #0053C2;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	height: 104px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}
.itemHome1b{
	width: calc(50% - 6px);
	background: #FF9653;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	height: 104px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}
.titHome2a{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
}
.titHome2a strong{
	font-weight: 600;
}
.btnHome2a{
	width: 131px;
	height: 38px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-radius: 19px;
	border: solid 2px #fff;
}
.btnHome2a:hover,.btnHome2a:focus{
	text-decoration: none;
	color: #0053C2;
	background: #fff;
}
.btnHome2a-2:hover,.btnHome2a-2:focus{
	color: #FF9653;
}
.itemHome2a{
	width: calc(33.333% - 9.333px);
	margin-right: 14px;
	background: #e6e6e6;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Urbanist', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #616161;
	letter-spacing: 0.25px;
	text-align: center;
	line-height: 24px;
	margin-bottom: 14px;
}
.itemHome2a strong{
	display: block;
}
.itemHome2a a{
	color: #616161;
}
.itemHome2-3{
	margin-right: 0px;
}
.itemHome3{
	width: 100%;
	background: #e6e6e6;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Urbanist', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #616161;
	letter-spacing: 0.25px;
	text-align: center;
	line-height: 24px;
	margin-bottom: 14px;
}
.mapC{
	height: 420px;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}
#textHome4{
	background: #f2f2f2;
}
.contentHome4{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 28px 17px;
}
.itemHome4{
	width: calc(25% - 14.25px);
	position: relative;
	margin-right: 19px;
}
.itemHome4:last-child{
	margin-right: 0px;
}
.itemHome4 figure{
	max-width: 457px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.itemHome4 figure div{
	width: 140px;
	height: 50px;
	border-radius: 25px;
	position: absolute;
	bottom: 19px;
	left: calc(50% - 70px);
	text-align: center;
	line-height: 50px;
	color: #ccf3ff;
	font-family: 'Urbanist', sans-serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0px;
	background: rgba(0, 63, 150, 0.95);
}
#formTop{
	position: relative;
	padding-bottom: 47px;
	padding-top: 41px;
}
#frmContacto{
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 40px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -6px;
}
#frmContacto div[class*="col-"]{
	padding: 0 6px;
}
#frmContacto .form-group{
	margin-bottom: 12px;
	position: relative;
}
#frmContacto .form-control{
	display: block;
	height: 58px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding-left: 14px;
	letter-spacing: 0.25px;
	background: #fff;
	color: #a6a5a5;
	box-shadow: none;
	border: solid 1px #dedede;
	position: relative;
}
#frmContacto .textarea{
	padding-top: 17px;
	height: 128px
}
#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:48px; 
	background:#212121; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:'Open Sans', sans-serif; 
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0px;
	width: 109px;
	text-align: center;
	border-radius: 5px;
	margin-top: 30px;
}
#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:#a6a5a5; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#a6a5a5; 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;
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}

#textServ1{}
.titleServ1{
	color: #616161;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 50px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 64px;
	padding-bottom: 39px;
	margin-bottom: 18px;
	position: relative;
}
.titleServ1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 70.5px);
	width: 141px;
	height: 12px;
	border-radius: 12px;
	background: #0053C2;
}
.titleServ1a{
	color: #616161;
	letter-spacing: 0.35px;
	font-size: 24px;
	line-height: 48px;
}
.bgServ2{
	background: url('../images/inicio/fondo1.webp') center no-repeat;
	background-size: cover;
	border-radius: 15px;
	height: 418px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 42px;
	line-height: 50px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-bottom: 89px;
}
.bgServ2 strong{
	color: #539EFF;
}
.contentServ2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 52px;
}
.itemServ2{
	width: calc(33.333% - 10px);
	margin-right: 14.5px;
}
.itemServ2:last-child{
	margin-right: 0px;
}
.itemServ2 div{
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
	height: 81px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 40.5px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.color1{
	background: #00871D;
}
.color2{
	background: #FF112C;
}
.color3{
	background: #000000;
}
.cntServ3{
	padding-bottom: 55px;
}
.itemServ3{
	color: #616161;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.25px;
	text-align: center;
	padding: 30px 0;
	position: relative;
}
.itemServ3::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 28px;
	width: calc(100% - 56px);
	height: 1px;
	background: url('../images/inicio/linea.png') center no-repeat;
	background-size: cover;
}
.itemServ3:last-child::before{
	width: 0;
	height: 0;
}