@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

*{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;
}

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: 1280px;}
.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: 197px;
	position: absolute;
	top: 0;
	left: 0;	
}

#darkTop{
	background: url(../images/banner/top.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}
.contentDarktop{
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.cntDarkTop{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 67px;
	width: calc(50% + 28px);
	background: url(../images/banner/before.png) center no-repeat;
	background-size: cover;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 300;
	font-size: 17px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: right;
	text-transform: uppercase;
}
.cntDarkTop strong{
	font-weight: 900;
}
#darkTop:before{
	content: '';
	position: absolute;
	top: calc(50% - 33.5px);
	right: 0;
	height: 67px;
	width: 30%;
	background: url(../images/banner/before.png) center no-repeat;
	background-size: cover;
}
#logo{
	display: block;
	width: 250px;
	position: absolute;
	top: 35px;
	left: 0px;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
}
#topMenu{
	height: 72px;
	width: 100%;
	background: #fff;
}
#menu{
	margin: auto;
	position: absolute;
	top: 0;
	left: 16px;
	height: 72px;
	text-align: center;
}
#menu ul{
	margin: 0;
	display: inline-block;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	height: 72px;
	display: flex;
	padding: 0 4px;
	align-items: center;
	justify-content: center;
}
#menu li a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #454545;
	position: relative;
	background: transparent;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	padding: 0 12px;
	line-height: 64px;
	height: 64px;
	letter-spacing: 0px;
	text-transform: none;
}
#menu li a img{
	margin-right: 4px;
}
#menu li a img.icomenu1{
	display: block;
}
#menu li a img.icomenu2{
	display: none;
}
#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;
	background: #00b5ef;
}
#menu li.active a img.icomenu1,#menu li a:hover img.icomenu1, #menu li a:focus img.icomenu1{
	display: none;
}
#menu li.active a img.icomenu2,#menu li a:hover img.icomenu2, #menu li a:focus img.icomenu2{
	display: block;
}

#redes2{
	width: auto;
	height: 30px;
	position: absolute;
	top: 21px;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes2 a{
	color: #ffffff;
	height: 30px;
	width: 31px;
	text-align: center;
	display: inline-block;
	margin-right: 7px;
}
#redes2 a:last-child{
	margin-right: 0;
}
#redes2 a .fa{
	display: none;
}
#redes2 .fb{
	background: url(../images/redes/redes.png) left center no-repeat;
	background-size: cover;
}
#redes2 .tr{
	background: url(../images/redes/redes.png) center no-repeat;
	background-size: cover;
}
#redes2 .in{
	background: url(../images/redes/redes.png) right center no-repeat;
	background-size: cover;
}
#redes2 a:hover,#redes2 a:focus{
	opacity: 0.95;
	transform: scale(1.08);
}

#redes{
	width: auto;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#redes a{
	color: #ffffff;
	height: 31px;
	width: 30px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes .fb{
	background: url(../images/redes/redes.png) left center no-repeat;
	background-size: cover;
}
#redes .tr{
	background: url(../images/redes/redes.png) center no-repeat;
	background-size: cover;
}
#redes .in{
	background: url(../images/redes/redes.png) right center no-repeat;
	background-size: cover;
}
#redes a:hover,#redes a:focus{
	opacity: 0.95;
	transform: scale(1.08);
}


#datfooter{
	padding-top: 117px;
	padding-bottom: 137px;
	background: url(../images/banner/datFooter.jpg) center no-repeat;
	background-size: cover;
}
.contentDatfooter{
	display: flex;
	flex-wrap: wrap;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
}
.itemDat1{
	width: 100%;
	padding-left: 0px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 50px;
}
.borderItemDat{
	position: relative;
	width: 323px;
	height: 8px;
	top: 0;
	left: 0;
	background: #40555c;
	border-radius: 4px;
	margin-right: auto;
	margin-left: auto;
}
.descripItem1Dats{
	margin-top: 20px;
	padding-left: 7px;
}
.itemDat1 img{
	margin-bottom: 24px;
	margin-right: auto;
	margin-left: auto;
}
.itemDat1 span{
	display: block;
}
.itemDat2{
	width: auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	margin-right: 89px;
}
.cont2dat div a{
	display: flex;
	align-items: center;
	color: #ffffff;
}
.cont2dat div img{
	margin-right: 5px;
}
.titleDat{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #7ac0d9;
	letter-spacing: 0.25px;
	line-height: 24px;
	text-transform: uppercase;
	padding-top: 9px;
	margin-bottom: 30px;
}
.itemDat3{
	margin-right: 96px;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: left;
}
.itemDat3 a{
	color: #fff;
}
.iconfig-1 span{
	display: block;
}
.iconfig-1.email{
	margin-top: 15px;
	margin-bottom: 17px;
}

/*Footer*/
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background:#333333;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 50px; 
}
#footer .container{
	padding-top:36px;
	padding-bottom:36px; 
	font-family:inherit; 
	font-size:inherit;
}
#footer .tfooter{
	color:#FFF;
	line-height:16px;	
	text-align:left;
	float:left;
}
#footer #powered {
	color:#FFF; 
    line-height: 16px;
    margin: 0 auto 0;
    width: auto;
	text-align:right;
	float:right
}
#footer a{	
	color:#FFF;	
}
#footer #powered a{
	background: url(../images/iconTecweb.png) no-repeat center left;
	padding:6px 0 6px 28px;
	margin-left: 3px;
}
#footer a:hover{
	text-decoration:underline;
}
#footer #powered a{color:#FFF;}

#footer .tfooter{
	float:none; text-align:center; 
	margin-bottom:10px;
}
#footer #powered{
	float:none; text-align:center; 
}
#footer .tfooter span{display:block; text-align:center; line-height:18px}


/*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: 380px;
	margin-top: 125px;
}
#sliderTop .slides li{
	height: 380px;
	position: relative;
	background-position: center center !important;
	background-repeat: no-repeat;
	background-size: cover;
}
#sliderTop .slides li img{
	width: 100%;
	display: none;
}
.contentSlider{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contentSlider .container{
	height: 100%;
}
.contentSlider .caption{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 55px;
	letter-spacing: 0px;
	color: #fff;
	text-align: right;
	position: absolute;
	bottom: 30px;
	right: 15px;
}
.contentSlider .caption div{
	position: relative;
	z-index: 2;
}
.contentSlider .caption strong{
	color: #9be1fb;
	display: block;
}
.contentSlider .caption:before{
	content: '';
	position: absolute;
	top: calc(50% - 168px);
	right: calc(50% - 518px);
	width: 1036px;
	height: 336px;
	background: url(../images/banner/shadow.png) center no-repeat;
	background-size: cover;
	z-index: 1;
}
.flex-direction-nav a{
	bottom: 15px;
}
.flex-direction-nav .flex-prev {
	margin-left: -360px;
}
.flex-direction-nav .flex-next {
	margin-left: -315px;
}
#main{
	overflow: hidden
}
#icoWa{
	background: url(../images/icoWa.png) center no-repeat;
	background-size: contain;
	width: 100px;
	height: 97px;
	position: fixed;
	bottom: 90px;
	right: 15px;
	z-index: 5
}
.desktop .wow{
	visibility: hidden;
}
#textHome1{}
.contentHome1{
	position: relative;
	height: 433px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #747474;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
}
.titleHome1{
	color: #404040;
	font-weight: 900;
	font-size: 50px;
	line-height: 36px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-bottom: 34px;
	margin-bottom: 22px;
	position: relative;
}
.titleHome1:before{
	content: '';
	position: absolute;
	bottom: 0px;
	width: 132px;
	height: 5px;
	left: calc(50% - 66px);
	background: #6868c5;
	border-radius: 2.5px;
}
#textHome2{
	background: #00a9e3;
	margin-bottom: 10px;
}
.contentHome2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 0px;
	color: #fff;
}
.contentHome2:before{
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 50px);
	width: 100px;
	height: 10px;
	background: #fff;
}
.itemHome2a{
	width: 100%;
	height: 97px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemHome2b{
	width: 100%;
	height: 97px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentHome2 strong{
	font-weight: 900;
}
.contentHome2 span{
	font-size: 18px;
}
#textHome3{
	background: url(../images/inicio/bg1.webp) center no-repeat;
	background-size: cover;
	padding-top: 75px;
	padding-bottom: 34px;
}
.titleHome3{
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
	margin-bottom: 45px;
}
.titleHome3 strong{
	font-weight: 900;
}
#textHome3 .row{
	margin: 0 -15px;
}
#textHome3 div[class*="col-"]{
	padding: 0 15px;
	margin-bottom: 50px;
}
.contentHome3{
	max-width: 371px;
	height: 410px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #fff;
	border-radius: 15px;
	padding: 12px 10px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: center;
}
.contentHome3:before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 6px;
	width: calc(100% - 12px);
	height: 4px;
	background: #00b5ef;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}

.titleCntHome3{
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #39393a;
	margin-bottom: 24px;
	margin-top: 44px;
	position: relative;
}
.titleCntHome3:before{
	content: '';
	position: absolute;
	width: 47px;
	height: 4px;
	background: #524edc;
	left: calc(50% - 23.5px);
	bottom: -13px;
}
#textHome4{
	margin-top: 10px;
	margin-bottom: 10px;
}
.contentHome4{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.itemHome4{
	width: calc(50% - 5px);
	margin-right: 10px;
	height: 500px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 80px;
	justify-content: flex-start;
	position: relative;
}
.itemHome4:last-child{
	margin-right: 0px;
	justify-content: flex-end;
}
.itemHome4:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 955px;
	background: url(../images/inicio/bg2.webp) center no-repeat;
	background-size: cover;
	z-index: -1;
}
.itemHome4:last-child:before{
	background: url(../images/inicio/bg3.webp) center no-repeat;
	background-size: cover;
	right: auto;
	left: 0;
}

.cntHome4{
	width: 340px;
	height: 77px;
	background: url(../images/inicio/bg4.png?v2) center no-repeat;
	background-size: contain;
	padding-right: 3px;
	padding-bottom: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.contentNos1{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: auto;
	padding: 75px 0;
}
.itemNos1{
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #747474;
	letter-spacing: 0.25px;
	text-align: left;
}
.titleNos1{
	font-weight: 900;
	font-size: 35px;
	color: #404040;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 65px;
	position: relative;
}
.titleNos1 strong{
	font-weight: 900;
}
.itemNos1a{
	padding-right: 0px;
	padding-bottom: 65px;
}
.itemNos1b{
	padding-right: 0px;
}
.itemNos1b img{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.titleNos1:before{
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 132px;
	height: 5px;
	background: url(../images/nosotros/linea.png);
}
#textNos2{
	background: url(../images/nosotros/bg1.webp) center no-repeat;
	background-size: cover;
}
.contentNos2{
	height: 699px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.25px;
	color: #fff;
	text-align: center;
}
.contentNos2 .nos2{
	border: solid 5px #fff;
	border-top: 0;
	width: 100%;
	padding-bottom: 44px;
}
.titleNos2{
	font-weight: 900;
	font-size: 25px;
	line-height: 36px;
	letter-spacing: 0px;
	text-transform: uppercase;
	position: relative;
	top: -16px;
	margin-bottom: 25px;
}
.titleNos2:before,.titleNos2:after{
	content: '';
	position: absolute;
	top: calc(50% - 2.5px);
	left: 0px;
	width: 180px;
	height: 5px;
	background: #fff;
}
.titleNos2:after{
	left: auto;
	right: 0;
}
.borderNos{
	margin-bottom: 25px;
	width: 132px;
	height: 5px;
	border-radius: 2.5px;
	background: rgba(255, 255, 255, 0.75);
	margin-right: auto;
	margin-left: auto;
}
#textServ1{
	padding-top: 50px;
}
.contentServ1,.contentServ2,.contentServ3{
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 538px;
	position: relative;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #747474;
	text-align: right;
}
.contentServ1:before,.contentServ2:before,.contentServ3:before{
	content: '';
	position: absolute;
	top: 0;
	right: calc(50% + 26px);
	width: 935px;
	height: 100%;
	background: url(../images/servicios/bg1.webp) center no-repeat;
	background-size: cover;
}
.contentServ1{
	padding-left: 50%;
}
.servCo{
	padding-left: 45px;
}
.contentServ2:before{
	background: url(../images/servicios/bg2.webp) center no-repeat;
	background-size: cover;
	right: auto;
	left: calc(50% + 26px);
}
.contentServ2{
	padding-right: 50%;
	text-align: left;
}
.servCo2{
	padding-right: 45px;
}
#textServ3{
	padding-bottom: 43px;
}
.contentServ3:before{
	background: url(../images/servicios/bg3.webp) center no-repeat;
	background-size: cover;
}
.contentServ3{
	padding-left: 50%;
}
.servCo3{
	padding-left: 75px;
}
.titleServ{
	font-weight: 900;
	font-size: 20px;
	line-height: 30px;
	color: #404040;
	letter-spacing: 0px;
	margin-bottom: 60px;
	text-transform: uppercase;
	position: relative;
}
.titleServ:before{
	content: '';
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 132px;
	height: 5px;
	background: url(../images/nosotros/linea.png);
}
.contentServ1 .titleServ:before,.contentServ3 .titleServ:before{
	left: auto;
	right: 0;
}

#textServ4{
	background: #3333aa;
}
#textServ4 .container{
	font-size: 30px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	line-height: 36px;
	padding: 35px 15px;
}
#textServ5{
	background: #f5f5f5;
	padding: 67.5px 15px;
}
.contentServ5{
	max-width: 1530px;
	margin-right: auto;
	margin-left: auto;
}
#textSuc1{
	background: #699bc1;
}
.titleSuc1a{
	padding: 40px 0px;
	font-family: 'Lato',sans-serif;
	font-weight: 900;
	font-size: 50px;
	line-height: 37px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
#textSuc2{
	padding-top: 56px;
}
#textSuc2 .row{
	margin: 0 -13.25px;
}
#textSuc2 div[class*="col-"]{
	padding: 0 13.25px;
	margin-bottom: 56px;
	width: 50%;
}
.contentSuc{
	max-width: 399px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.contentSuc figure{
	position: relative;
}
.contentSuc figure .titleSucursal{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(255,255,255, 0.75);
	color: #1a54a9;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0.25px;
	text-transform: uppercase;
}
.suc1{
	height: 270px;
	background: url(../images/sucursales/foot.png) bottom center no-repeat;
	background-size: cover;
	padding-left: 32px;
	padding-top: 30px;
	padding-right: 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: #fff;
	text-align: left;
}
.suc1 span{
	display: block;
}
.suc1 .titleSuc{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.suc1 .titleSuc2{
	margin-top: 45px;
	margin-bottom: 45px;
}
.titleSuc .sucIco{
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.titleSuc .suc2{
	width: calc(100% - 40px);
	padding-left: 11px;
	position: relative;
	top: -7px;
}
.titleSuc .suc2 a{
	color: #fff;
}
.titleSuc1 .sucIco:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0px;
	width: 1px;
	height: 60px;
	background: rgba(255,255,255,0.25);
}
.titleSuc2 .sucIco:before,.titleSuc3 .sucIco:before{
	content: '';
	position: absolute;
	top: calc(50% - 17.5px);
	right: 0px;
	width: 1px;
	height: 35px;
	background: rgba(255,255,255,0.25);
}

#formTop{
	position: relative;
	padding-bottom: 63px;
	padding-top: 46px;
	background: #f8f8f8;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #747474;
	font-family: "Lato", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.25px;
	position: relative;
	margin-bottom: 36px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -7.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 7.5px;
}
#frmContacto .form-group{
	margin-bottom: 10px
}
#frmContacto .form-control{
	display: block;
	height: 74px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Open Sans", serif;
	font-size: 13px;
	font-weight: 400;
	color: #959595;
	background: #fff;
	border: 1px solid #d6d6d6;
	box-shadow: inset 0 1px 1px transparent;
	padding-left: 20px;
}
#frmContacto .textarea{
	height: 150px;
	padding-top:21px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:51px; 
	background: url(../images/submit.png); 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 92px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 36px;
}
#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;
}

.cntCapt{
	display: inline-block;
	position: relative;
	margin-top: 29px;
}
.cntCapt #html_element{
	position: absolute;
	top: 0;
	left: 0;
}

#textContac1{
	background: url(../images/linea.jpg) center no-repeat;
	background-size: cover;
}
.contentCont1{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 165px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 25px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.itemCont1b{
	margin-left: 20px;
	margin-right: 20px;
}
#textContacto1{
	padding-top: 65px;
	padding-bottom: 14px;
}
#textContacto1 .row{
	margin: 0 -38px;
}
#textContacto1 div[class*="col-"]{
	padding: 0 38px;
	position: relative;
	margin-bottom: 74px;
}
#textContacto1 div[class*="col-"]:nth-child(1):before,
#textContacto1 div[class*="col-"]:nth-child(3):before,
#textContacto1 div[class*="col-"]:nth-child(5):before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: rgba(125,125,125, 0.25);
}
.contentMap{
	max-width: 587px;
	margin-right: auto;
	margin-left: auto;
}
.titleMap{
	background: #3131a3;
	margin-top: 3px;
	height: 84px;
	border-top: solid 3px #799abe;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	line-height: 23px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
}
.dirMap{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	background: #252690;
	min-height: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.dirMap img{
	position: relative;
	top: 3px;
	margin-right: 2px;
}