@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: 1128px;}
.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: 121px;
	padding-top: 0px;
	position: absolute;
	top: 0;
	left: 0;
}
#logo{
	width: 152px;
	position: absolute;
	top: -39px;
	left: 40px;
	z-index: 4;
}
#logo a{
	position: relative;
	z-index: 2;
}
#logo img{
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#topMenu{
	margin-top: 52px;
	height: 69px;
	width: 100%;
	background: url('../images/banner/top.png') center no-repeat;
	background-size: cover;
}
#menu{
	margin: auto;
	position: absolute;
	right: 132px;
	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 8px;
	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: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height:30px;
	letter-spacing: 0px;
	text-transform: none;
	color: #737373;
	height: 69px;
	padding: 0px;
}
#menu li a::before{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 22px);
	width: 44px;
	height: 5px;
	transform: scaleX(0);
	z-index: 0;
  	background: #00b3b0;
    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: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: #00b3b0;
}
#menu li.active a::before, #menu li a:hover::before, #menu li a:focus::before{
	transform: scaleX(1);
}

#redes{
	position: absolute;
	top: 0;
	right: 15px;
	height: 69px;
	width: auto;
	display: flex;
	align-items: center;
	padding-left: 0px
}
#redes a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 11px;
	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;
}

#datFooter{
	background: #1f1f1f;
}
.contentDatFoot{
	display: flex;
	padding-top: 52px;
	padding-bottom: 42px;
}
.contentDatFoot .tit{
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0px;
	text-align: left;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom: 12px;
	position: relative;
	text-transform: uppercase
}
.contentDatFoot .tit.tit2{
	padding-right: 0px;
}
.contentDatFoot .tit::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.25);
}
.contentDatFoot .tit::after{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 57px;
	height: 3px;
	background: #00b3b0;
}
.contentDatFoot figure{
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0px;
}
.contentDatFoot ul.correosDat li a img{
	margin-right: 7px;
}
.contentDatFoot ul{
	list-style: none;
}
.contentDatFoot ul li a{
	color: #fff;
	display: inline-flex;
	align-items: center;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0px;
}
.contentDatFoot ul.correosDat li a{
	line-height: 26px;
}
#redes2{
	width: auto;
	display: flex;
	align-items: center;
}
#redes2 a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes2 a:last-child{
	margin-right: 0;
}
#redes2 a:hover,#redes2 a:focus{
	opacity: 0.85;
	transform: scale(1.1);
	text-decoration: none;
}

.itemDat1{
	margin-right: 35px;
}
.itemDat2{
	margin-right: 35px;
}
.itemDat3{
	margin-right: 35px;
}

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #00b3b0;
	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;
	color: #fff;
	float: left;
}
#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;
	float: right;
}
#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: 540px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 540px;
	position: relative;
	background-position: right 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;
}
.contSlider .container,.sliderCntTop{
	height: 100%;
}
.sliderCntTop{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}
.sliderCntTop::before{
	display: block;
	content: "";
	position: absolute;
	height:952px;
	top: 0;
	left: -575px;
	width: 766px;
	background: url('../images/banner/before.png') center no-repeat;
	background-size: cover;
	z-index: 2;
}
.titleCaptio1{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	text-align: right;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}
.titleCaptio2{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	text-align: right;
	padding: 15px 0;
	background: rgba(0, 140, 154, 0.8);
	margin-top: 12px;
	position: relative;
}
.titleCaptio2::before,.titleCaptio2::after{
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 500px;
	right: -500px;
	background: rgba(0, 140, 154, 0.8);
}
.titleCaptio2::after{
	right: auto;
	left: -500px;
}
#sliderTop .flex-direction-nav a{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-left: 0px;
  position: absolute;
  z-index: 10;
  bottom: 57px;
  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: 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;
}

#textHome1{
	padding-top: 112px;
	padding-bottom: 110px;
}
.contentHome1{
	position: relative;
	padding-left: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #3e3e3e;
	text-align: left;
}
.imgHome1{
	position: relative;
	top: auto;
	left: auto;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
}
.contentHome1 strong.strong1{
	font-weight: 600;
}
.contentHome1 h1{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 32px;
	line-height: 53px;
	letter-spacing: 0px;
	color: #4a4a4a;
	padding-bottom: 6px;
	position: relative;
	top: auto;
	margin-bottom: 35px;
}
.contentHome1 h1 strong{
	color: #00b3b0;
}
.contentHome1 h1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #7d7d7d;
}
.contentHome1 h1::after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 153px;
	height: 5px;
	background: #00b3b0;
}
.contentHome2{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.itemHome2a{
	width: calc(50% - 93px);
	height: 569px;
	position: relative;
	padding-right: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.itemHome2b{
	width: calc(50% + 93px);
	height: 528px;
	position: relative;
	padding-left: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
}
.itemHome2b strong{
	font-weight: 600;
	color: #00e2df;
}
.itemHome2a::before,.itemHome2b::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 867px;
	background: url('../images/inicio/fondo1a.webp') center no-repeat;
	background-size: cover;
}
.itemHome2b::before{
	background: url('../images/inicio/fondo1b.webp') center no-repeat;
	background-size: cover;
	width: 1053px;
	right: auto;
	left: 0;
}
.home2{
	position: relative;
	z-index: 2;
}
.titleHome2{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	text-align: right;
	position: relative;
	padding-bottom: 10px;
}
.titleHome2::before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1000px;
	height: 1px;
	background: #fff;
}
.titleHome2::after{
	content: '';
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 264px;
	height: 5px;
	background: #fff;
}
#textHome3{
	padding-top: 191px;
	padding-bottom: 193px;
}
#textHome3 h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 25px;
	line-height: 45px;
	letter-spacing: 0px;
	color: #4a4a4a;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 45px;
}
#textHome3 h2 strong{
	color: #00b3b0;
	text-transform: uppercase;
}
#textHome3 h2::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 163px);
	width: 326px;
	height: 5px;
	background: #00b3b0;
}
.cntHome3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #3e3e3e;
	text-align: center;
}
#textHome4{
	background: url('../images/inicio/fondo3.webp') top center no-repeat;
	background-size: cover;
}
.contentHome4{
	position: relative;
	padding-top: 92px;
}
.titleHome4{
	position: relative;
	height: 115px;
	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
}
.titleHome4::before{
	content: '';
	position: absolute;
	top: 0;
	right: -98px;
	height: 115px;
	width: 1418px;
	background: url('../images/inicio/tit.png') top center no-repeat;
	background-size: cover;
}
.titleHome4 h2{
	position: relative;
	z-index: 2;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0.25px;
}
.titleHome4 div{
	position: relative;
	z-index: 2;
}
.titleHome4 h2 strong{
	color: #00b3b0;
	text-transform: uppercase;
}
.home4{
	display: flex;
	align-items: flex-start;
	padding-top: 85px;
	padding-bottom: 85px;
}
.listHome4 div{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 18px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	margin-bottom: 35px;
	min-height: 36px;
	display: flex;
	align-items: center;
	padding-left: 41px;
	position: relative;
}
.listHome4 div:last-child{
	margin-bottom: 0px;
}
.listHome4-2{
	margin-right: 30px;
}
.listHome4 div::before{
	content: '';
	position: absolute;
	top: calc(50% - 11.5px);
	left: 0;
	width: 23px;
	height: 23px;
	border: solid 7px #fff;
	border-radius: 50%;
}
#textHome5{
	background: url('../images/inicio/fondo4.webp') center no-repeat;
	background-size: cover;
}
#textHome5 .tit{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: center;
	color: #ffffff;
	padding: 61.5px 0;
}
#textHome6{
	padding-top: 92px;
	padding-bottom: 2px;
}
#textHome6 .row{
	margin: 0 -24.75px;
}
#textHome6 div[class*="col-"]{
	margin-bottom: 94px;
	padding: 0 24.75px;
}
.contentHome6{
	max-width: 333px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
.titleHome6{
	height: 126px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: url('../images/inicio/tit2.png') center no-repeat;
	background-size: cover;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
}
#textSani1{
	padding-top: 95px;
}
.titleSani1{
	display: flex;
	align-items: center;
}
.itemTitSani1a{
	width: calc(50% - 70px);
	height: 170px;
	position: relative
}
.itemTitSani1a::before{
	content: '';
	position: absolute;
	top: 0;
	right: 50px;
	height: 100%;
	width: 842px;
	background: url('../images/sanitizando/fondo1a.webp') center no-repeat;
	background-size: cover;
}
.itemTitSani1b{
	height: 170px;
	width: calc(50% + 70px);
	position: relative;
	display: flex;
	align-items: center;
}
.itemTitSani1b::before{
	content: '';
	position: absolute;
	top: 0;
	left: -50px;
	height: 100%;
	width: 1078px;
	background: url('../images/sanitizando/fondo1b.webp') center no-repeat;
	background-size: cover;
}
.itemTitSani1b h2{
	text-align: left;
	position: relative;
	z-index: 2;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 25px;
	line-height: 53px;
	letter-spacing: 0.25px;
	color: #fff;
	padding-bottom: 6px;
}
.itemTitSani1b h2 strong{
	text-transform: uppercase
}
.itemTitSani1b h2::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1000px;
	height: 1px;
	background: #fff; 
}
.itemTitSani1b h2::after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 153px;
	height: 5px;
	background: #fff; 
}
.cntSaniti1{
	display: flex;
	position: relative;
	margin-top: 24px;
}
.itemSani1a{
	width: calc(50% - 70px);
	position: relative;
	height: 433px
}
.itemSani1a::before{
	content: '';
	position: absolute;
	top: 0;
	right: 50px;
	height: 100%;
	width: 842px;
	background: url('../images/sanitizando/fondo2.webp') center no-repeat;
	background-size: cover;
}
.itemSani1b{
	width: calc(50% + 70px);
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #3e3e3e;
	text-align: left;
	padding-top: 25px;
}
.itemSani1b strong{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: #42004d;
	display: block;
}
.itemSani1b span{
	color: #00b3b0;
	font-weight: 700;
}
.btnItemSani1{
	background: #42004d;
	color: #fff;
	width: 322px;
	height: 56px;
	border-radius: 20px;
	margin-left: auto;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 23px;
	letter-spacing: 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.btnItemSani1 span{
	font-family: 'Montserrat', sans-serif;
}
.contentSani2{
	position: relative;
	padding-right: 333px;
	padding-bottom: 85px;
	margin-top: 144px;
}
.imgSani1{
	margin-left: -7px;
	margin-bottom: 57px;
}
.imgSani2{
	position: absolute;
	top: 0;
	right: 0;
}
.texto1Sani2{
	max-width: 608px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #3e3e3e;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
}
.texto1Sani2 strong{
	text-transform: uppercase;
	color: #004a6f;
}
.texto1Sani2 span{
	font-weight: 700;
	color: #00b3b0;
}
.contentSani2 a{
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	width: 322px;
	height: 56px;
	color: #fff;
	border-radius: 20px;
	background: #004a6f;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0px;
}
.contentSani2 a strong{
	font-weight: 700;
	font-size: 21px;
	text-transform: uppercase;
}
.contentSani2 a:hover,.contentSani2 a:focus{
	text-decoration: none;
	opacity: 0.9;
}

#textServ1{
	background: #1F1F1F;
	margin-top: 91px;
	margin-bottom: 93px;
}
#textServ1 .tit{
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	padding: 26px 0;
}
#textServ1 .tit strong{
	display: block;
	color: #00b3b0;
}
#textServ2{
	padding-bottom: 30px;
}
.contentServ1{
	display: flex;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
}
.itemServ1{
	width: calc(20% - 16.6px);
	margin-right: 20.75px;
	margin-bottom: 50px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0px;
	text-align: center;
}
.itemServ1:nth-child(5n + 5){
	margin-right: 0;
}
.itemServ1 article{
	border: solid 5px #00b3b0;
	height: 192px;
	border-radius: 15px;
	position: relative;
}
.itemServ14{
	width: calc(40% - 13px);
	margin-right: 0px;
}
.itemServ14 article{
	background: #430053;
	border: 0;
}
.itemServ1 article div{
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.itemServ1 article::before{
	content: '';
	position: absolute;
	width: calc(100% + 14px);
	left: -7px;
	bottom: -18px;
	height: 14px;
	background: url('../images/servicios/shadow.png') top center no-repeat;
	background-size: contain;
	z-index: -1;
}
.itemServ1 figure{
	height: 115px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemServ14 article figure{
	height: 100%;
}
.itemServ14 article::before{
	width: 0;
	height: 0;
}
.itemServ1 figure .img2{
	display: none;
}
.itemServ1 a{
	color: #00b3b0;
}
.itemServ1 a:hover,.itemServ1 a:focus{
	text-decoration: none;
	color: #fff;
}
.itemServ1 a:hover article,.itemServ1 a:focus article{
	background: #00b3b0
}
.itemServ1 a:hover figure .img2,.itemServ1 a:focus figure .img2{
	display: block;
}
.itemServ1 a:hover figure .img1,.itemServ1 a:focus figure .img1{
	display: none;
}

#formTop{
	position: relative;
	padding-bottom: 69px;
	padding-top: 90px;
}
.titContacto1{
	margin-bottom: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	color: #00b3b0;
	padding-bottom: 18px;
	position: relative;
}
.titContacto1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 36px);
	width: 72px;
	height: 4px;
	background: #00b3b0;
}
#frmContacto{
	overflow: hidden;
	max-width: 1135px;
	margin-right: auto;
	margin-left: auto;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 24px;
	text-align: center;
}
#frmContacto .tit strong{
	color: #00b3b0;
}
#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: 52px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 300;
	padding-left: 23px;
	letter-spacing: 0.25px;
	background: #fff;
	color: #9d9d9d;
	background: #f0f0f0;
	box-shadow: none;
	border: 0;
	position: relative;
}
#frmContacto .textarea{
	padding-top: 16px;
	height: 114px
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:48px; 
	background:#00b3b0; 
	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:#8c8c8c; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#8c8c8c; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#8c8c8c; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#8c8c8c; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#8c8c8c; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#8c8c8c; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#8c8c8c; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#8c8c8c; 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: 30px;
}
.cntCapt #html_element{
	position: absolute;
	top: 0;
	left: 0;
}

#textCont1{
	background: url('../images/contacto/fondo1.webp') center no-repeat;
	background-size: cover;
	padding-top: 72px;
	padding-bottom: 64px;
}
#textCont1 .tit{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 38px;
	line-height: 49px;
	color: #fff;
	letter-spacing: 0.25px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	margin-bottom: 70px;
	padding: 12.5px 10px;
}
#textCont1 .tit strong{
	color: #00b3b0;
}

#textCont1 .tit img{
	position: relative;
	margin-right: 5px;
	top: 3px;
}
#textMapc{
	height: 350px;
}
.cntCont1{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.titleContact2{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: left;
	color: #fff;
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 13px;
}
.titleContact2 img{
	margin-right: 9px;
}
.icocont1{
	margin-top: 4px;
}
.titleContact2::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.25);
}
.titleContact2::after{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 57px;
	height: 3px;
	background: #00b3b0;
}
.cntCont1 .itemCont1{
	margin-right: 28px;
}
.cntCont1 .itemCont1:last-child{
	margin-right: 0px;
}
.cntCont1 ul{
	list-style-image: url('../images/contacto/li.png');
	margin-left: 20px;
}
.cntCont1 ul li{
	padding-left: 5px;
}
.cntCont1 ul li a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 33px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
}
#redes3{
	width: auto;
	display: flex;
	align-items: center;
	padding-top: 6px;
}
#redes3 a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes3 a:last-child{
	margin-right: 0;
}
#redes3 a:hover,#redes3 a:focus{
	opacity: 0.85;
	transform: scale(1.1);
	text-decoration: none;
}
#textCont2{
	padding-top: 87px;
	padding-bottom: 48px;
}
.titleCont2{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	background: #00b3b0;
	border-radius: 3px;
	padding: 12.5px 10px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	margin-bottom: 87px;
}
#textCont2 div[class*="col-"]{
	margin-bottom: 49px;
}
.cntCont2{
	max-width: 252px;
	margin-left: auto;
	margin-right: auto;
}