@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: 1332px;}
.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: 172px;
	padding-top: 0px;
	position: absolute;
	top: 0;
	left: 0;
}
#darkTop{
  width: 100%;
  position: relative;
  z-index: 3;
  border-top: solid 4px #fff;
}
.contenDarkTop{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	height: 120px;
	padding-top: 13px
}
.divTelTop{
	width: 330px;
	height: 48px;
	background: #ffad00;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.divTelTop a{
	color: #000;
}
.divTelTop2{
	margin-top: 11px;
}
.titleTelTop1{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #000;
}
.titleTelTop2{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: normal;
	letter-spacing: 0px;
	color: #000;
	margin-left: 7px;
	margin-right: 10px;
}
.titleTelTop2 span{
	font-weight: 300;
	padding-left: 7px;
}
.titleTelTop3{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: normal;
	letter-spacing: 0px;
	color: #000;
}
.titleTelTop4{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0px;
	color: #000;
	margin-left: 5px;
}
.contenDarkTop .accesoCliente{
	width: 166px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #373737;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	background: rgba(255,255,255,0.75);
	border-radius: 24px;
}
.contenDarkTop .accesoCliente img{
	margin-right: 6px
}
.contenDarkTop .accesoCliente:hover,.contenDarkTop .accesoCliente:focus{
	background: #fff;
	text-decoration: none;
}
.contenDarkTop a.telefono{
	color: #fffefe;
	display: inline-flex;
	align-items: center;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
}
.contenDarkTop a.telefono img{
	margin-right: 6px;
}
.contenDarkTop .itemDarkTop1{
	margin-right: 36px;
}
.contenDarkTop .itemDarkTop2{
	margin-right: 29px;
}

#logo{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 160px;
	height: 85px;
	position: absolute;
	top: -39px;
	left: 15px;
	background: #fff;
	border-top-right-radius: 59.5px;
	border-bottom-right-radius: 59.5px;
}
#logo::before{
	content: '';
	position: absolute;
	top: 0;
	left: -600px;
	width: 600px;
	height: 100%;
	background: #fff;
}
#logo a{
	position: relative;
	z-index: 2;
}
#logo img{
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
#topMenu{
	height: 69px;
	width: 100%;
}
#menu{
	margin: auto;
	position: absolute;
	right: 15px;
	top: 0px;
	height: 69px;
}
#menu ul{
	margin: 0;
}
#menu ul::before,
#menu ul::after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	padding: 0 10.5px;
	height: 69px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu li a{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: transparent;
	font-size: 14.5px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height:30px;
	letter-spacing: 0px;
	text-transform: none;
	color: #fff;
	height: 24px;
	padding: 0px;
}
#menu li a::before{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	transform: scaleX(0);
	z-index: 0;
  	background: rgba(255,173,0,0.5);
    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;
}
#menu li::before{
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: -2px;
	width: 4px;
	height: 4px;
	background: #ffad00;
	border-radius: 50%;
}
#menu li:last-child::before{
	width: 0;
	height: 0;
}
#menu li:first-child{
	padding-left: 0px;
}
#menu li:last-child{
	float: right;
	padding-right: 0px;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #fff;
}
#menu li.active a::before, #menu li a:hover::before, #menu li a:focus::before{
	transform: scaleX(1);
}
#datFooter{
	background: url(../images/banner/datfoot.webp) center no-repeat;
	background-size: cover;
}
.contentDatFooter{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.contentDatFooter .tit{
	color: #ffad00;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.25px;
	text-align: left;
	margin-bottom: 30px;
}
.contentDatFooter ul{
	list-style: none;
}
.contentDatFooter ul li a{
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.25px;
	color: #fff;
	text-align: left;
}
.dirDat{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0.25px;
	color: #fff;
	text-align: left;
}
.itemDat1{
	max-width: 100%;
	width: 100%;
	position: relative;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 45px;
}
.itemDat1 img{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 200px;
}
.itemDat2{
	margin-right: 55px
}
.itemDat3{
	margin-right: 55px
}
#redes{
	width: auto;
	display: flex;
	align-items: center;
	padding-left: 10px
}
#redes a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
	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: #1e1e1e;
	display: flex;
	align-items: center;
	min-height: 129px;
	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;
	margin-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 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::before{
	display: block;
	content: "";
	position: absolute;
	height:0px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
#sliderTop{
	height: 445px;
	margin-top: 4px;
}
#sliderTop .slides li{
	height: 445px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img.sliderImg{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url('../images/banner/shadow.webp') center top no-repeat;
}
.contSlider .container,.sliderCntTop{
	height: 100%;
}
.sliderCntTop{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 146px;
	font-family: 'Montserrat', sans-serif;
}
.caption{
	position: relative;
}
.caption::before{
	content: '';
	position: absolute;
	width: 904px;
	height: 583px;
	top: calc(50% - 291.5px);
	left: calc(50% - 409px);
	background: url(../images/banner/shadowt.webp) center no-repeat;
}
.titleCaptio1{
	font-size: 30px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	z-index: 2;
}
.titleCaptio1 strong{
	font-weight: 900;
	display: block;
}
.titleCaptio1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 205.5px);
	width: 411px;
	height: 6px;
	background: rgba(255,173,0,0.5);
	border-radius: 3px;
	z-index: 2;
}
.titleCaptio2{
	font-family: "Myriad Pro";
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
}
#sliderTop .flex-direction-nav{
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 146px;
}
#sliderTop .flex-direction-nav a{
  width: 59px;
  height: 60px;
  border-radius: 50%
  margin-left: 0px;
  position: absolute;
  bottom: calc(50% - 115px);
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  left: 50%;
}
#sliderTop .flex-direction-nav .flex-next {
  background: url('../images/slider/next.png') center no-repeat;
  margin-left: 301px;
}
#sliderTop .flex-direction-nav .flex-prev {
  background: url('../images/slider/prev.png') center no-repeat;
  margin-left: -358px;
}
.flex-control-nav {
  width: auto;
  position: absolute;
  bottom: 7px;
  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 9px;
}
.flex-control-paging li a {
  width: 37px;
  height: 10px;
  background: #fff;
  border: 0;
  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: #ea0202;
}
#textHome1{
	background: url(../images/inicio/fondo1.webp) center no-repeat;
	background-size: cover;
	padding-top: 125px;
	padding-bottom: 251px;
}
.contentHome1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.25px;
	color: #fff;
	text-align: center;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
.titHome1{
	font-weight: 300;
	font-size: 29px;
	line-height: 35px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
.titHome1 strong{
	display: block;
}
.titHome1::before{
	content: '';
	position: absolute;
	bottom: 0;
	width: 175px;
	height: 1px;
	left: calc(50% - 87.5px);
	background: #fff;
}
#textHome2{
	padding: 0 15px;
}
.contHome2{
	max-width: 1381px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -142px;
	padding-bottom: 60px;
}
.contHome2 .row{
	margin: 0 -13px;
}
.contHome2 div[class*="col-"]{
	padding: 0 13px;
}
.contentHome2{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
	color: #656565;
	letter-spacing: 0px;
	text-align: center;
}
.contentHome2 figure{
	position: relative;
	margin-bottom: 18px;
}
.titHome2{
	position: absolute;
	bottom: 0;
	left: calc(50% - 110px);
	background: #fff;
	width: 220px;
	text-align: center;
	color: #434343;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: normal;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	padding-top: 20px;
}
#textHome3{
	background: url(../images/inicio/fondo2.webp) center no-repeat;
	background-size: cover;
}
.contentHome3{
	height: 550px;
	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	color: #656565;
}
.contentHome3 span.span1{
	font-weight: 500;
}
.contentHome3 span.span2{
	font-weight: 400;
}
.contentHome3 strong.strong2{
	font-weight: 800;
}
#textServ1{
	padding-top: 85px;
	padding-bottom: 20px;
}
.titServ1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #252525;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 27px;
	position: relative;
}
.titServ1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 57.5px);
	width: 115px;
	height: 3px;
	background: #feac00;
}
#textServ1 .row{
	margin: 0 -18px;
}
#textServ1 div[class*="col-"]{
	margin-bottom: 83px;
	padding: 0 18px;
}
.cntServ1{
	max-width: 633px;
	height: 270px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-radius: 10px;
}
.cntServ1.serv1{
	max-width: 100%;
	position: relative;
	background: url(../images/servicios/serv1.webp) center no-repeat;
	background-size:cover;
}
.cntServ1.serv2{
	background: url(../images/servicios/serv2.webp) center no-repeat;
	background-size:cover;
}
.cntServ1.serv3{
	background: url(../images/servicios/serv3.webp) center no-repeat;
	background-size:cover;
}
.cntServ1.serv4{
	background: url(../images/servicios/serv4.webp) center no-repeat;
	background-size:cover;
}
.cntServ1.serv5{
	background: url(../images/servicios/serv5.webp) center no-repeat;
	background-size:cover;
}
.cntServ1.serv6{
	background: url(../images/servicios/serv6.webp) center no-repeat;
	background-size:cover;
}
.cntServ1.serv7{
	background: url(../images/servicios/serv7.webp) center no-repeat;
	background-size:cover;
}
.cntServ1.serv8{
	background: url(../images/servicios/serv8.webp) center no-repeat;
	background-size:cover;
}
.cntServ1.serv9{
	background: url(../images/servicios/serv9.webp) center no-repeat;
	background-size:cover;
}
.titServ2{
	width: 300px;
	text-align: center;
	font-family: 'Poppins',sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.25px;
	line-height: 30px;
	padding-top: 15px;
	color: #222222;
	background: #fff;
}
.titServ2 span{
	color: #ffad00;
}
.cntServ1.serv1 .titServ2{
	width: 600px;
}
#textRed1{
	padding-top: 87px;
	padding-bottom: 73px;
}
.titleRed1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #252525;
	text-align: center;
	padding-bottom: 28px;
	position: relative;
}
.titleRed2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #616161;
	text-align: center;
	padding-bottom: 29px;
	margin-bottom: 45px;
	position: relative;
}
.titleRed2 strong{
	font-weight: 800;
}
.titleRed2::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 57.5px);
	width: 115px;
	height: 3px;
	background: #feac00;
}
.contentRed1{
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
.titleRed3{
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	letter-spacing: -0.25px;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #ffaf00;
	margin-bottom: 23px;
}
.titleRed3.bg2{
	background: #c72214;
}
.titleRed3.bg3{
	background: #000;
}
.cntRe1a{
	display: flex;
	justify-content: center;
	text-align: left;
	color: #616161;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: -0.25px;
}
.cntRe1a ul{
	margin-left: 22px;
}
.cntRe1a ul.ul1{
	list-style-image: url(../images/red/li1.png);
}
.cntRe1a ul.ul2{
	list-style-image: url(../images/red/li2.png);
}
.cntRe1a ul.ul3{
	list-style-image: url(../images/red/li3.png);
}
#textRed1 .row{
	margin: 0 -10px;
}
#textRed1 div[class*="col-"]{
	margin-bottom: 50px;
	padding: 0 10px;
}
.mapRED1{
	background: #f5f5f5;
	padding-top: 43px;
	padding-bottom: 47px;
	padding-left: 20px;
	padding-right: 20px;
}
.mapRED1 img{
	margin-right: auto;
	margin-left: auto;
}

#textLigas1{
	padding-top: 87px;
	padding-bottom: 120px;
}
#textLigas1 .titServ1{
	margin-bottom: 55px;
}
.contLigas1{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.itemLigas1{
	height: 200px;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: #ededed;
}
.itemLigas1 img.mx{
	mix-blend-mode: multiply;
}
.itemLigas1:nth-child(2),.itemLigas1:nth-child(4),.itemLigas1:nth-child(5),.itemLigas1:nth-child(7),
.itemLigas1:nth-child(10),.itemLigas1:nth-child(12),.itemLigas1:nth-child(13),.itemLigas1:nth-child(15){
	background: #f5f5f5;
}

#formTop{
	position: relative;
	padding-bottom: 59px;
	padding-top: 82px;
}
#formTop .titServ1{
	margin-bottom: 34px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #2a2a2a;
	font-family: "Freight Sans Bold";
	font-size: 30px;
	line-height: 30px;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 38px;
	text-align: center;
}
#frmContacto .subtit{
	color: #616161;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 26px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -8px;
}
#frmContacto div[class*="col-"]{
	padding: 0 8px;
}
#frmContacto .form-group{
	margin-bottom: 12px
}
#frmContacto .form-control{
	display: block;
	height: 60px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding-left: 21px;
	background: #fff;
	color: #ababab;
	box-shadow: none;
	border: solid 1px rgba(208,208,208,0.75);
}
#frmContacto .textarea{
	padding-top: 33px;
	height: 150px
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:63px; 
	background:#ffad00; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:'Poppins', sans-serif; 
	font-size:18px;
	font-weight: 300;
	letter-spacing: -0.25px;
	width: 191px;
	text-align: center;
	border-radius: 5px;
	margin-top: 35px;
}
#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;
}
.cntCapt{
	display: inline-block;
	position: relative;
	margin-top: 34px;
}
.cntCapt #html_element{
	position: absolute;
	top: 0;
	left: 6px;
}
#textCont1{
	background: #224b67;
}
#textCont1 .tit{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	letter-spacing: 0px;
	text-align: center;
	padding: 40px 0;
}
#textCont1 .tit img{
	position: relative;
	margin-right: 9px;
	top: 2px;
}
#textMapc{
	height: 566px;
}