@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: "Futura Extended";
	src: url("../fonts/futuraextended.ttf");
}
@font-face {
	font-family: "Myriad Pro";
	src: url("../fonts/myriadpro-regular.otf");
}
@font-face {
	font-family: "Calibri Regular";
	src: url("../fonts/calibri-regular.ttf");
}
@font-face {
	font-family: "Calibri Bold";
	src: url("../fonts/calibri-bold.ttf");
}
@font-face {
	font-family: "Aller Regular";
	src: url("../fonts/Aller_Rg.ttf");
}
@font-face {
	font-family: "Aller Bold";
	src: url("../fonts/Aller_Bd.ttf");
}
@font-face {
	font-family: "Berlin Sans Bold";
	src: url("../fonts/BRLNSDB.TTF");
}
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: 1130px;}
.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;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
#redes{
	position: absolute;
	top: 55px;
	right: 15px;
	width: auto;
	height: 25px;
	display: flex;
	align-items: center;
}
#redes a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 8px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes a:hover,#redes a:focus{
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
}

#logo{
	display: flex;
	align-items: center;
	width: 220px;
	position: absolute;
	top: 41px;
	left: 15px;
	z-index: 2;
}
#logo a{
	display: block;
	position: relative;
	z-index: 3;
}
#logo img{
	display: block;
	height: auto;
}

#topMenu{
	height: 132px;
	width: 100%;
	position: relative;
}
#topMenu .container{
	text-align: center;
}
#menu{
	margin: auto;
	position: absolute;
	top: 0;
	right: 250px;
	display: inline-block;
	height: 132px;
}
#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 15px;
	height: 132px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu li a{
	display: block;
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 14px;
	font-family: "Calibri Bold";
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 700;
	line-height: 39px;
	height: 39px;
	padding: 0px;
	cursor: pointer;
}
#menu li a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left:0;
	height: 5px;
	width: 100%;
	background: #66ACDE;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transition: all ease-in-out 0.5s;
	-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:first-child{
	padding-left: 0px;
}
#menu li:last-child{
	float: right;
	background: transparent;
	padding-right: 0px;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #ffffff;
}
#menu li.active a::before, #menu li a:hover::before{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
}
.telTop{
	position: absolute;
	right: 94px;
	top: 55px;
	display: inline-flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
}
.telTop img{
	margin-right: 11px;
}
.telTop:hover,.telTop:focus{
	text-decoration: underline;
	color: #fff;
}

/*Footer*/
#datFooter{
	background: #222222;
	padding: 92px 0;
}
.contentDatFoot{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.contentDatFoot .tit{
	color: #fff;
	font-family: 'Aller Bold', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 13px;
	border-bottom: solid 1px #fff;
	position: relative;
}
.contentDatFoot ul{
	list-style: url('../images/banner/li.png');
	margin-left: 13px;
}
.contentDatFoot ul li a{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	cursor: pointer;
}
.contentDatFoot a.tel{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 28px;
	color: #ffffff;
	letter-spacing: 0.25px;
	text-align: left;
}
.dirDat{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	padding-left: 38px;
	background: url('../images/banner/dir.png') top left no-repeat;
	background-position: 0px 1px;
}
.contentDatFoot a.tel img{
	margin-right: 14px;
}
.itemDat1{
	width: 81px;
}
.itemDat2{
	width: 130px;
}
.itemDat3{
	width: 170px;
}
.itemDat4{
	width: 155px;
}
.itemDat5{
	width: 125px;
}
#redes2{
	display: flex;
	align-items: center;
}
#redes2 a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 9px;
}
#redes2 a:last-child{
	margin-right: 0;
}
#redes2 a:hover,#redes2 a:focus{
	transform: scale(1.1);
}

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #002C6A;
	display: flex;
	align-items: center;
	min-height: 115px;
	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: left;
	float: left;
	min-height: 22px;
	display: flex;
	align-items: center;
	color: #fff;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: right;
	float: right;
	display: flex;
	align-items: 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 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: 490px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
}
#sliderTop .slides li{
	height: 490px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.contSlider::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 377px;
	width: 100%;
	background: url('../images/banner/shadow.png') top center no-repeat;
	background-size: cover;
}
.contSlider .container{
	height: 100%;
}
.contentSliderTop{
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
	padding-top: 214px;
}
.caption1{
	width: 100%;
}
.contentSliderTop .titleCaption1{
	width: 100%;
	height: 106px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-right: 345px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 22px;
	line-height: 1.1;
	letter-spacing: 0px;
	text-align: left;
	padding: 4px 19px 4px 0;
	color: #0072BD;
	position: relative;
	text-transform: uppercase;
}
.contentSliderTop .titleCaption1:before{
	content: '';
	position: absolute;
	top: 0;
	right: 14px;
	background: url('../images/banner/titBanner.png') center right no-repeat;
	background-size: cover;
	width: 1379px;
	height: 100%;
}
.contentSliderTop .titleCaption1 div{
	position: relative;
	z-index: 2;
}
.contentSliderTop .titleCaption2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 1.1;
	letter-spacing: 0px;
	text-align: left;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 20px;
}
.cntBtnsBanner{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.btnBanner{
	display: flex;
	width: 150px;
	height: 45px;
	align-items: center;
	justify-content: center;
	border:solid 2px #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
	margin-right: 20px;
	cursor: pointer;
}
.btnBanner1{
	color: #0072BD;
	background: #fff;
}
.btnBanner2{
	background: rgba(0, 0, 0, 0.4);
}
.btnBanner1:hover,.btnBanner1:focus{
	text-decoration: none;
	color: #fff;
	background: #0072BD;
}
.btnBanner2:hover,.btnBanner2:focus{
	text-decoration: none;
	background: #fff;
	color: #0072BD;
}


#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before{
	width: 120px;
	height: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background: #fff;
}
#sliderTop .flex-control-nav li:first-child::before {
	display: block;
	content: "";
	position: absolute;
	left: -120px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	clip-path: polygon(100% 0px, 100% 100%, 0% 100%, 0 100%);
}
#sliderTop .flex-control-nav li:last-child::before{
	right: -120px;
	clip-path: polygon(100% 100%, 100% 100%, 0% 100%, 0 0);
}
#sliderTop  .flex-control-nav {
	bottom: 0px;
}
#sliderTop .flex-control-nav li{
	background: #fff;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.flex-control-paging li a{
  width: 82px;
  height: 9px;
  display: block;
  background: #0022A8;
  border: 0 !important;
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 3px transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active{
  background: #FF0100;
}

.flex-direction-nav a{
	width: 40px;
	height: 40px;
}
.flex-direction-nav .flex-prev {
	margin-left: -42px;
	opacity: 1;
	background: url(../images/slider/n1.png);
}
.flex-direction-nav .flex-next {
	margin-left: 2px;
	opacity: 1;
	background: url(../images/slider/n2.png);
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}
#icoWa{
	background: url(../images/icoWa.png) 0 0 no-repeat;
	background-size: contain;
	width: 201px;
	height: 61px;
	position: fixed;
	bottom: 46px;
	right: 10px;
	z-index: 5;
}
#textHome1{
	background: #002C6A;
	margin-top: 98px;
}
#textHome1 h1{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: "Aller Regular";
	font-size: 44px;
	line-height: 1.1;
	letter-spacing: 0px;
	height: 113px;
}
#textHome1 h1 img{
	margin-left: 22px;
}
#textHome2{
	padding: 98px 0;
}
.contentHome2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemHome2a{
	width: 100%;
	padding-right: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #2c2c2c;
	font-size: 17px;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: left;
}
.itemHome2a strong{
	color: #0072BD;
}
.itemHome2b{
	padding-top: 55px;
	width: 100%;
}
.itemHome2b img{
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}
#textHome3{
	background: url('../images/inicio/bg1.webp') center no-repeat;
	background-size: cover;
}
.contentHome3{
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
}
.contentHome3 strong{
	font-family: "Berlin Sans Bold";
	text-transform: uppercase;
}
#textHome4{
	padding: 33px 0;
}
.contenteHome4{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemHome4a{
	width: calc(50% - 117px);
}
.itemHome4b{
	width: calc(50% + 117px);
	padding-left: 58px;
}
.itemHome4a img{
	max-width: 843px;
	margin-right: 0;
	margin-left: -565px;
}
.titleHome4{
	font-family: 'Aller Bold';
	font-weight: 700;
	font-size: 35px;
	line-height: 65px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
	color: #0072BD;
	margin-bottom: 45px;
}
.titleHome4 strong{
	display: inline-block;
	background: #0072bd;
	color: #fff;
	padding: 1px 10px;
}
.cntHome4{
	color: #1b1b1b;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
}
.subtitleHome4{
	font-family: 'Aller Bold';
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
	color: #0072BD;
	margin-bottom: 21px;
	position: relative;
}
.subtitleHome4b{
	margin-top: 38px;
}
.subtitleHome4 strong{
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 2;
	padding-right: 10px;
}
.subtitleHome4::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 4px;
	height: 3px;
	width: 100%;
	background: #0072BD;
}
#textHome5{
	background: url('../images/inicio/bg2.webp') center no-repeat;
	background-size: cover;
	padding-top: 54px;
	padding-bottom: 52px;
}
.containerHome5{
	padding: 0 15px;
}
.titleHome5{
	font-family: 'Aller Regular';
	font-weight: 400;
	font-size: 38px;
	line-height: 39px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	background: #0072BD;
	padding: 25px 10px;
	max-width: 1846px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	margin-bottom: 50px;
}
.contentHome5{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.itemHome5{
	width: 100%;
	margin-right: 0px;
	background: url('../images/inicio/bg3.png') center no-repeat;
	background-size: cover;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
	padding-top: 50px;
	padding-left: 60px;
	padding-right: 60px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	letter-spacing: 0px;
	overflow: hidden;
}
.itemHome5 strong{
	font-size: 20px;
}
.itemHome5:last-child{
	margin-right: 0px;
	margin-top: 35px;
}
.titleCuadroHome5,.subtitleCuadro{
	display: flex;
	align-items: first baseline;
}
.infoHome5{
	width: calc(100% - 198px);
	margin-right: 31px;
}
.infoHome5 a{
	color: #fff;
}
.infoHome5 a:hover,.infoHome5 a:focus{
	color: #fff;
}
.cntDatasHome5{
	width: 167px;
	display: flex;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 15px;
}
.itemHome5b .infoHome5{
	width: calc(100% - 161px);
	margin-right: 31px;
}
.itemHome5b  .cntDatasHome5{
	width: 130px;
}
.titleCuadroHome5 .infoHome5,.titleCuadroHome5 .cntDatasHome5{
	height: 52px;
	background: #fff;
	color: #00469A;
	font-family: 'Aller Regular';
	font-weight: 800;
	font-size: 16px;
	line-height: 52px;
	letter-spacing: 0px;
}
.titleCuadroHome5 .infoHome5{
	padding-left: 36px;
}
.titleCuadroHome5 .cntDatasHome5{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	position: relative;
}
.titleCuadroHome5 .cntDatasHome5::before{
	content: '';
	position: absolute;
	bottom: -1200px;
	height: 1200px;
	width: 100%;
	left: 0;
	background: rgba(255, 255, 255, 0.05);
}
.dataHome5{
	width: 50%;
	text-align: center;
	position: relative;
}
.itemHome5b .dataHome5{
	width: 100%;
}
.titleCuadroHome5 .cntDatasHome5 .dataHome5:last-child::before{
	content: '';
	position: absolute;
	top: calc(50% - 16px);
	left: -1px;
	width: 2px;
	height: 32px;
	background: #282828;
}
.itemHome5b .titleCuadroHome5 .cntDatasHome5 .dataHome5:last-child::before{
	width: 0;
	height: 0;
}
.subtitleCuadro1 .infoHome5,.subtitleCuadro1 .cntDatasHome5{
	padding-top: 62px;
}
.subtitleCuadroUl .infoHome5,.subtitleCuadroUl .cntDatasHome5{
	padding-bottom: 41px;
}
.subtitleCuadro{
	margin-bottom: 14px;
}
.subtitleCuadroUl{
	margin-bottom: 0px;
}

#textHome6{
	background: url('../images/inicio/bg4.png') top center no-repeat;
	background-size: cover;
}
#textHome6 .tit{
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-family: 'Aller Bold';
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.contentHome7{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 58px 0;
}
.itemHome7{
	width: calc(25% - 13.5px);
	margin-right: 18px;
}
.itemHome7:last-child{
	margin-right: 0;
}
#formTop{
	background: url('../images/inicio/bg5.webp') center top no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 133px;
	padding-top: 128px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0px;
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
#frmContacto .tit strong{
	font-family: 'Aller Bold';
	font-weight: 700;
	font-size: 22px;
}
#frmContacto .row{
	margin: 0 -4px;
}
#frmContacto div[class*="col-"]{
	padding: 0 4px;
}
#frmContacto .form-group{
	margin-bottom: 18px
}
#frmContacto .form-control{
	display: block;
	height: 45px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #959595;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 0;
	background: #fff;
	padding-left: 20px;
}
#frmContacto .textarea{
	height: 45px;
	padding-top: 13px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block;
	height:39px;
	background: #FF1426;
	color:#ffffff;
	text-transform:uppercase;
	font-family:'Aller Bold';
	font-size:14px;
	width: 125px;
	text-align: center;
	font-weight: 700;
	border-radius: 10px;
	margin-top: 17px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
#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:#959595; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#959595; 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;
}
.contentHome8{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 86px 0;
}
.box-blue{
	width: 225px;
	height: 132px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background: #003573;
	text-align: center;
}
.box-blue .tit{
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0px;
	color: #fff;
	margin-bottom: 10px;
	padding-top: 36px;
}
.linkHome8{
	display: inline-flex;
	align-items: center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 0.25px;
	color: #fff;
}
.linkHome8 img{
	margin-right: 7px;
}
.linkHome8:hover,.linkHome8:focus{
	text-decoration: underline;
	color: #fff;
}
#redes3{
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes3 a{
	margin-right: 8px;
}
#redes3 a:last-child{
	margin-right: 0px;
}
#redes3 a:hover,#redes3 a:focus{
	text-decoration: none;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
#textHome9{
	background: #222222;
	padding: 40px 0;
}
#textHome9 .tit{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 0.5px;
}
#textHome9 .tit img{
	margin-right: 13px;
}
#mapC{
	height: 350px;
}