@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;
}

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: 1129px;}
.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: 210px;
	padding-top: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#logo{
	display: block;
	width: 160px;
	position: absolute;
	top: calc(50% - 27.6px);
	left: calc(50% - 80px);
	background-color: #e8e8e8;
}
#logo a{
	position: relative;
	z-index: 2;
	background-color: #e8e8e8;
	display: inline-block;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	mix-blend-mode: multiply;
}
#darkTop{
	background-color: #e8e8e8;
	width: 100%;
	position: relative;
	z-index: 3;
}
.contenDarkTop{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 121px;
}
#redes{
	width: auto;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 13px;
}
#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);
}

.contenDarkTop a.telefono{
	color: #5b5959;
	display: inline-flex;
	align-items: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
}
.contenDarkTop a.telefono img{
	margin-right: 5px;
}
.itemDarkTop1{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0px;
}
.itemDarkTop1 .telefono.tel1{
	margin-right: 25px;
}
.btnContactoTop{
	width: 120px;
	height: 34px;
	background: #23475F;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 300;
	color: #fff;
	font-size: 10.5px;
	font-family: "Montserrat", sans-serif;
	border-radius: 5px;
}
.btnContactoTop:hover,.btnContactoTop:focus{
	text-decoration: none;
	opacity: 0.9;
	color: #fff;
}
#topMenu{
	background: #23475F;
	height: 72px;
	width: 100%;
	padding-top: 4px;
	position: relative;
}
#topMenu::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 22px;
	background: url('../images/banner/before.png') center no-repeat;
	background-size: cover;
}
#menu{
	margin: auto;
	position: relative;
	height: 69px;
	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;
	padding: 0;
	margin: 0 7px;
}
#menu li a{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: transparent;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	line-height:68px;
	letter-spacing: 0px;
	text-transform: none;
	color: #fff;
	height: 68px;
	padding: 0 8px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}
#menu li a::before{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 0;
  	background: #A2070B;
    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 a img{
	width: 24px;
	margin-right: 5px;
	margin-top: 1px;
}
#menu li:first-child{
	margin-left: 0px;
}
#menu li:last-child{
	float: right;
	margin-right: 0px;
}
#menu li:nth-child(1) a{
	width: 100px;
}
#menu li:nth-child(2) a{
	width: 103px;
}
#menu li:nth-child(3) a{
	width: 103px;
}
#menu li:nth-child(4) a{
	width: 105px;
}
#menu li:nth-child(5) a{
	width: 150px;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color:#fff;
	font-weight: 400;
}
#menu li.active a::before, #menu li a:hover::before, #menu li a:focus::before{
	height: 100%;
}
#menu li a div{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}
#menu li.active::after{
	display: block;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 0;
  	background: url('../images/banner/shadow.png') center bottom no-repeat;
  	background-size: cover;
    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;
}

#datFooter{
	background: #e5edf2;
	padding: 0px;
	overflow: hidden;
}
.contentDatFooter{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	padding: 77px 0;
}
.itemDat1{
	background: transparent;
	margin-right: 0px;
	height: auto;
	padding-bottom: 77px;
	width: 100%;
	display: inline-flex;
	align-items: center;
	border-right: 0;
	padding-right: 0px;
	position: relative;
	margin-bottom: 35px;
}
.itemDat1 img{
	mix-blend-mode: multiply;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
}
.itemDat1::before{
	content: '';
	position: absolute;
	top: auto;
	bottom: 0;
	right: -500px;
	width: 1500px;
	height: 388px;
	background: #fff;
}
.itemDat2-a{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contentDatFooter .tit{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #5b5959;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.contentDatFooter ul{
	list-style: none;
}
.contentDatFooter ul li a{
	display: inline-flex;
	align-items: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 12.5px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #45B1DC;
	text-align: left;
}
.contentDatFooter ul li a figure{
	width: 22px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.itemDat2{
	margin-right: 45px;
}
.itemDat3{
	margin-right: 45px;
}
.itemDat4{
	margin-right: 23px;
}
#redes2{
	display: flex;
	align-items: center;
}
#redes2 a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 7px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes2 a:hover,#redes2 a:focus{
	transform: scale(1.1);
}

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #123951;
	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: center;
	min-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	color: #fff;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: center;
	display: flex;
	float: right;
	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{
	height: 360px;
	margin-top: 121px;
}
#sliderTop .flexslider {
	z-index: 0;
}
#sliderTop .slides li{
	height: 360px;
	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;
}
.contSlider .container,.sliderCntTop{
	height: 100%;
}
.sliderCntTop{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 78px;
}
.titleCaptio1{
	font-family: "Quicksand", sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}
.titleCaptio1 strong{
	font-family: "Montserrat", sans-serif;
	font-size: 35px;
	font-weight: 900;
}
.titleCaptio2{
  	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	font-size: 22px;
	color: #fff;
	letter-spacing: 0px;
  	text-transform: uppercase;
  	line-height: 1;
	background: rgba(76, 193, 240, 0.9);
	text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
	margin-right: auto;
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 25px;
	margin-right: auto;
	margin-left: auto;
}
.flex-direction-nav a{
  width: 39px;
  height: 39px;
  margin-left: 0px;
  position: absolute;
  bottom: 24px;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  left: 50%;
}
.flex-direction-nav .flex-next {
  background: url('../images/slider/next.png') center no-repeat;
  margin-left: 7px;
}
.flex-direction-nav .flex-prev {
  background: url('../images/slider/prev.png') center no-repeat;
  margin-left: -44px;
}

#icoWa{
	background: url('../images/icoWha.png') center no-repeat;
	background-size: contain;
	width: 200px;
	height: 60px;
	position: fixed;
	bottom: 115px;
	right: 25px;
	z-index: 5
}

.contentHome1{
	width: calc(100% + 60px);
	position: relative;
	background: #fff;
	margin-left: -30px;
	padding: 24px 30px 27px 30px;
	margin-top: -78px;
	z-index: 2;
}
.contentHome1 .row{
	margin: 0 -5px;
}
.contentHome1 div[class*="col-"]{
	padding: 0 5px;
}
.cntHome1{
	max-width: 254px;
	margin-right: auto;
	margin-left: auto;
}
.cntHome1 figure{
	position: relative;
}
.titleHome1{
	position: absolute;
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	bottom: 0;
	left: 20px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	line-height: normal;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #23475F;
}
.txtHome1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13.5px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px;
	background: url('../images/inicio/fondo1.png') bottom center no-repeat;
	background-size: cover;
	margin-top: 18px;
	padding: 10px;
}
#textHome2{
	background: url('../images/inicio/fondo2.webp') bottom center no-repeat;
	background-size: cover;
}
.contentHome2{
	height: auto;
	padding-right: 0;
	position: relative;
	padding: 60px 0;
}
.imgHome2{
	margin-top: 55px;
}
.titleHome2{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	text-align: left;
	color: #5b5959;
	margin-bottom: 35px;
	padding-left: 22px;
	position: relative;
}
.titleHome2 span{
	color: #009FEC;
}
.titleHome2::before{
	content: '';
	position: absolute;
	top: 0;
	left: -411px;
	width: 419px;
	height: 32px;
	background: url('../images/inicio/beforeTit.png') center no-repeat;
	background-size: cover;
}
.txtHome2{
	max-width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #5b5959;
	text-align: left;
}
#textHome3{
	background: url('../images/inicio/fondo3.webp') bottom center no-repeat;
	background-size: cover;
	position: relative;
}
#textHome3::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 14px;
	width: 100%;
	background: url('../images/inicio/shadow.png') bottom center no-repeat;
	background-size: cover;
}
.contentHome3{
	display: flex;
	flex-wrap: wrap;
	padding: 28px 0;
	position: relative;
}
.contentHome3::before{
	content: '';
	position: absolute;
	top: calc(50% - 9px);
	left: calc(50% - 9px);
	width: 18px;
	height: 19px;
	border-radius: 50%;
	background: transparent;
	border: solid 3px #fff;
}
.itemHome3{
	width: 50%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
	height: 363px;
	position: relative;
}
.titleHome3{
	display: flex;
	align-items: center;
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
}
.titleHome3 img{
	margin-right: 22px;
}
.itemHome3 ul{
	margin-left: 124px;
	text-align: left;
}
.itemHome3-1 ul{
	list-style-image: url('../images/inicio/li1.png'); 
}
.itemHome3-2 ul{
	list-style-image: url('../images/inicio/li2.png'); 
}
.itemHome3-3 ul{
	list-style-image: url('../images/inicio/li3.png'); 
}
.itemHome3-4 ul{
	list-style-image: url('../images/inicio/li4.png'); 
}
.divUl3Home3{
	padding-left: 30px;
}
.itemHome3-1,.itemHome3-2{
	padding-top: 31px;
}
.itemHome3-3,.itemHome3-4{
	padding-top: 74px;
}
.itemHome3-1,.itemHome3-3{
	padding-right: 30px;
}
.itemHome3-2,.itemHome3-4{
	padding-left: 33px;
}
.itemHome3-1::before,.itemHome3-1::after{
	content: '';
	position: absolute;
	top: 0;
	right: -1px;
	width: 2px;
	height: calc(100% - 7px);
	background: #fff;
}
.itemHome3-1::after{
	height: 2px;
	width: calc(100% - 7px);
	top: auto;
	bottom: -1px;
	right: auto;
	left: 0;
}
.itemHome3-4::before,.itemHome3-4::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: -1px;
	width: 2px;
	height: calc(100% - 7px);
	background: #fff;
}
.itemHome3-4::after{
	height: 2px;
	width: calc(100% - 7px);
	right: 0;
	left: auto;
	bottom: auto;
	top: 0;
}

#textHome4{
	background: url('../images/inicio/fondo4.webp') top center no-repeat;
	background-size: auto;
	position: relative;
	padding-top: 80px;
}
#textHome4::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 14px;
	width: 100%;
	background: url('../images/inicio/shadow.png') bottom center no-repeat;
	background-size: cover;
}
.titleHome4{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 29px;
	line-height: 30px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	margin-bottom: 65px;
}
.titleHome4 strong{
	color: #4BC2F1;
}
.contentHome4{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.Home4{
	color: #4BC2F1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0px;
	text-align: center;
}
.Home4 img{
	margin-top: 56px;
}
.itemHome4{
	width: calc(25% - 16.75px);
	margin-right: 22.333px;
}
.itemHome4:last-child{
	margin-right: 0px;
}
.contentHome4-a{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	line-height: 35px;
	letter-spacing: 0px;
	color: #5b5959;
	padding-top: 76px;
	padding-bottom: 85px;
	font-size: 14px;
}
.itemHome4a-1{
	margin-right: 35px;
}
.itemHome4a-2{
	margin-right: 35px;
}
.titleHome4a{
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	color: #A2070B;
}
.subtitleHome4a{
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ulHome4a{
	list-style-image: url('../images/inicio/li5.png');
	margin-left: 16px;
}
#textHome5{
	background: #123951;
}
#textHome5 .tit{
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 29px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: center;
	padding: 50px 0;
}
#textHome5 .tit strong{
	text-transform: uppercase;
}
#textHome6{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 40px;
	padding-bottom: 24px;
}
.itemHome6{
	width: calc(25% - 20px);
	margin-bottom: 20px;
	margin-right: 26.66px;
}
.itemHome6:last-child{
	margin-right: 0;
}

#textHome7{
	background: url('../images/inicio/fondo5.png') center no-repeat;
	background-size: cover;
	padding-top: 37px;
	position: relative;
}
#textHome7::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 12px;
	width: 100%;
	background: url('../images/inicio/shadow2.png') bottom center no-repeat;
	background-size: auto;
}
.titleHome7{
	text-align: center;
	color: #123951;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	margin-bottom: 36px;
}
.contnHome7{
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemHome7{
	margin-right: 71px;
	margin-bottom: 26px;
	max-width: 136px;
}
.itemHome7:last-child{
	margin-right: 0px;
}
#textHome8{
	background: #e0e0e0;
	padding-top: 37px;
	position: relative;
}
#textHome8::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 12px;
	width: 100%;
	background: url('../images/inicio/shadow2.png') bottom center no-repeat;
	background-size: auto;
}
#textHome8 .itemHome7{
	margin-right: 62px;
}
#textHome8 .itemHome7:last-child{
	margin-right: 0;
}
#textHome8::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 12px;
	width: 100%;
	background: url('../images/inicio/shadow3.png') top center no-repeat;
	background-size: auto;
}
#textHome9{
	margin-top: 44px;
	background: url('../images/inicio/fondo6.webp') center no-repeat;
	background-size: cover;
	padding-top: 64px;
	padding-bottom: 75px;
}
.titleContacto1{
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 29px;
	line-height: 43px;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.titleContacto1::before{
	content: '';
	position: absolute;
	width: 83px;
	height: 3px;
	bottom: -3px;
	left: calc(50% - 41.5px);
	background: #009FEC;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #fff;
	font-family: "Open Sans", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 18px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -6.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 6.5px;
}
#frmContacto .form-group{
	margin-bottom: 13px
}
#frmContacto .form-control{
	display: block;
	height: 45px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
	background: #fff;
	color: #959595;
	border: 0;
}
#frmContacto .textarea{
	height: 135px
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background:#009FEC; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:17px;
	width: 135px;
	text-align: center;
	font-weight: 700;
	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:#939393; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#939393; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#939393; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#939393; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#939393; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#939393; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#939393; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#939393; 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: 40px;
}
.cntCapt img{
	width: 287px;
}
.cntCapt #html_element{
	position: absolute;
	top: 0;
	left: 0;
}