@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: 1112px;}
.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;
	background: url('../images/banner/menu.webp') center no-repeat;
	background-size: cover;
	height: 170px;
	padding-top: 17px;
	position: absolute;
	top: 0;
	left: 0;
}
#logo{
	display: block;
	width: 170px;
	position: absolute;
	top: 34px;
	left: 24px;
}
#logo a{
	position: relative;
	z-index: 2;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#logo::before{
	content: '';
	position: absolute;
	top: -35px;
	right: -50px;
	width: 838px;
	height: 85px;
	background: url('../images/banner/bglogo.png') center no-repeat;
	background-size: cover;
}
#darkTop{
  background-color: rgb(238, 238, 238);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  width: 100%;
  position: relative;
  z-index: 3;
}
.contenDarkTop{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 84px;
}
.contenDarkTop a.telefono{
	color: #373737;
	display: inline-flex;
	align-items: center;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 13px;
	line-height: 33px;
	letter-spacing: 0px;
}
.contenDarkTop a.telefono img{
	margin-right: 5px;
}
.itemDarkTop1{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.itemDarkTop1 .telefono.tel1{
	margin-right: 15px;
}
.itemDarkTop2{
	margin-right: 15px;
}
#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: 12px;
}
#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);
}
#topMenu{
	height: 69px;
	width: 100%;
}
#menu{
	margin: auto;
	position: absolute;
	right: -9px;
	top: 0;
	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 3.5px;
}
#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:69px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	height: 69px;
	padding: 0 26px;
	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: #fff;
    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{
	margin-right: 5px;
}
#menu li a img.hover2{
	display: none;
}
#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:#ff4a4a;
}
#menu li.active a img.hover1, #menu li a:hover img.hover1, #menu li a:focus img.hover1{
	display: none;
}
#menu li.active a img.hover2, #menu li a:hover img.hover2, #menu li a:focus img.hover2{
	display: block;
}
#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;
}

#datFooter{
	background: #1d1d1d;
	padding: 65px 0;
}
.contentDatFooter{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.contentDatFooter .tit{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 7px;
	border-bottom: solid 2px #fff;
	margin-top: 0px;
	margin-bottom: 12px;
}
.contentDatFooter ul{
	list-style: none;
}
.contentDatFooter ul li a{
	display: inline-flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
}
.contentDatFooter .itemDat1 ul li a{
	font-size: 16px;
}
.itemDat1 figure{
	width: 27px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.dirDat{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	padding-left: 23px;
	position: relative;
	background: url('../images/iconosf/icoDir.png') top left no-repeat;
	background-position: 0px 3px;
} 
.dirDat1{
	margin-bottom: 32px;
}
.itemDat3 ul li a img{
	margin-right: 9px;
}
.itemDat4 ul li a img{
	margin-right: 18px;
}
.itemDat1{
	margin-right: 120px;
}
.itemDat2{
	margin-right: 120px;
}
.itemDat3{
	margin-right: 0px;
}
.itemDat4{
	margin-right: 150px;
	margin-top: 30px;
}
.itemDat5{
	margin-top: 30px;
}
#redes2{
	display: flex;
	align-items: center;
}
#redes2 a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes2 a:hover,#redes2 a:focus{
	transform: scale(1.1);
}

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #ff4a4a;
	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::before{
	display: block;
	content: "";
	position: absolute;
	height: 16px;
	top: 0;
	left: 0;
	width: 100%;
	background: url('../images/banner/shadow.png') center bottom no-repeat;
	z-index: 2;
}
#sliderTop{
	height: 360px;
	margin-top: 170px;
}
#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: 30px;
}
.titleCaptio1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}
.titleCaptio1 span{
	color: #ff4a4a;
}
.titleCaptio2{
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 65px;
	color: #fff;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	background: #ff4a4a;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	width: 420px;
	margin-top: 10px;
	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
}
#textHome1{
	padding-top: 96px;
	padding-bottom: 55px;
}
.contentHome1{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #747474;
	text-align: left;
}
.itemHome1{
	width: 50%;
	position: relative;
	min-height: 418px;
}
.itemHome1a{
	padding-right: 0px;
	padding-top: 90px;
}
.itemHome1b img{
	max-width: 957px;
	position: absolute;
	top: 0;
	left: -100px;
	z-index: -1;
}
.itemHome1 figure{
	max-width: 331px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 19px;
}
.itemHome1 figure::before{
	content: '';
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 800px;
	height: 3px;
	background: #1b1d1e;
}
#textHome2{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 60px;
}
.itemHome2{
	width: calc(33.333% - 14px);
	margin-right: 21px;
	text-align: center;
	line-height: 30px;
	font-family: 'Electrolize', sans-serif;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0px;
	color: #fff;
	margin-bottom: 60px;
}
.itemHome2:last-child{
	margin-right: 0px;
}
.itemHome2 figure{
		width: 100%;
		max-width: 615px;
		padding-top: 42px;
		padding-bottom: 46px;
		position: relative;
		padding-left: 15px;
		padding-right: 15px;
}
/*.itemHome2 figure::before{
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: url('../images/inicio/shadow.png') center bottom no-repeat;
}*/
.itemHome2 figure img{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 21px;
}
.shadow1{
	margin-right: auto;
	margin-left: auto;
}
.figureHome2a{
	background: url('../images/inicio/fondo1.webp') center no-repeat;
	background-size: cover;
}
.figureHome2b{
	background: url('../images/inicio/fondo2.webp') center no-repeat;
	background-size: cover;
}
.figureHome2c{
	background: url('../images/inicio/fondo3.webp') center no-repeat;
	background-size: cover;
}
#textHome3{
	background: url('../images/inicio/fondo4.webp') center no-repeat;
	background-size: cover;
}
#textHome3 .container{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: 1.5px;
	color: #fff;
	text-transform: uppercase;
	padding: 45px 15px;
}
#textHome3 .container span{
	color: #ff4a4a;
}
#textHome4{
	padding-bottom: 62px;
}
.texto1Home4{
	color: #747474;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	padding: 70px 0px;
}
.contentHome4{
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemHome4{
	margin-right: 40px;
	margin-bottom: 20px;
}
.itemHome4:last-child{
	margin-right: 0px;
}
#textNos1{
	background: url('../images/nosotros/fondo1.webp') center no-repeat;
	background-size: cover;
	padding-top: 111px;
	padding-bottom: 100px;
}
.titleNos1{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: url('../images/nosotros/tit.png') center no-repeat;
	background-size: cover;
	margin-bottom: 70px;
	clip-path: polygon(2% 0px, 0% 100%,100% 100%, 98% 0px);
}
.titleNos1 h1{
	font-weight: 900;
	font-style: italic;
	font-size: 40px;
	line-height: 80px;
	letter-spacing: 0px;
}
.titleNos1 span{
	color: #ff4a4a;
}
.textoNosotros1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: -0.25px;
	color: #fff;
	text-align: center;
	max-width: 935px;
	margin-right: auto;
	margin-left: auto;
}
#textNos2{
	background: url('../images/nosotros/fondo2.webp') center no-repeat;
	background-size: cover;
	position: relative;
}
.contentNos2{
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 165px;
	position: relative;
}
.nos2{
	background: url('../images/nosotros/tit2.webp') center no-repeat;
	background-size: cover;
	position: relative;
	height: 200px;
	width: 100%;
	padding-right: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);
}
.nos2::before{
	content: '';
	position: absolute;
	top: 0;
	right: -500px;
	height: 100%;
	width: 500px;
	background: url('../images/nosotros/tit2.webp') center no-repeat;
	background-size: cover;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);
}
.nos2 strong{
  color: #ff4a4a;
}
.imgnos2 {
  position: absolute;
  top: calc(50% - 156px);
  left: -43px;
  z-index: 2;
  width: 300px;
}
#textNos2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 14px;
	background: url('../images/nosotros/shadow.png') center bottom no-repeat;
}
#textNos2::after{
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	height: 12px;
	background: url('../images/nosotros/shadow.png') center bottom no-repeat;
}
#textNos3{
	padding-top: 47px;
}
.contentNos3{
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemNos3{
	width: calc(50% - 23px);
	margin-right: 46px;
	height: 489px;
	position: relative;
	margin-bottom: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemNos3:last-child{
	margin-right: 0px;
}
.itemNos3a::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 937px;
	height: 100%;
	background: url('../images/nosotros/fondo3.webp') center left no-repeat;
	background-size: cover;
}
.itemNos3b::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 937px;
	height: 100%;
	background: url('../images/nosotros/fondo4.webp') center left no-repeat;
	background-size: cover;
}
.itemNos3a{
	padding-right: 20px;
	text-align: right;
}
.itemNos3b{
	text-align: left;
	padding-left: 20px;
}
.nos{
	background: rgba(18, 18, 18, 0.85);
	position: relative;
	width: 100%;
	height: 350px;
	padding-top: 57px;
	padding-bottom: 20px;
	z-index: 2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #fff;
}
.nos::before{
	content: '';
	position: absolute;
	top: 0;
	left: -500px;
	height: 100%;
	width: 500px;
	background: rgba(18, 18, 18, 0.85);
}
.itemNos3b .nos::before{
	left: auto;
	right: -500px;
}
.itemNos3a .nos{
	padding-right: 44px;
}
.itemNos3b .nos{
	padding-left: 49px;
}
.nos3a{
	padding-right: 42px;
}
.nos3b{
	padding-left: 39px;
}
.titleNos3{
	margin-bottom: 40px;
	position: relative;
}
.titleNos3a{
	padding-right: 42px;
}
.titleNos3b{
	padding-left: 39px;
}
.titleNos3 div{
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 47px;
	letter-spacing: 0px;
	color: #ff4a4a;
	position: relative;
}
.titleNos3 div::before{
	content: '';
	position: absolute;
	top: 0;
	left: -500px;
	height: 100%;
	width: 500px;
	background: #fff;
}
.titleNos3b div::before{
	left: auto;
	right: -500px;
}
.titleNos3a div{
	padding-right: 55px;
}
.titleNos3b div{
	padding-left: 60px;
}
.icoNos1{
	position: absolute;
	top: calc(50% - 42.5px);
	right: 0;
	z-index: 2;
}
.icoNos2{
	position: absolute;
	top: calc(50% - 42.5px);
	left: 0;
	z-index: 2;
}
#textServ1{
	padding-top: 49px;
	background: url('../images/servicios/fondo1.webp') top center no-repeat;
	background-size: cover;
}
#textServ1 .row{
	margin: 0 -10px;
}
#textServ1 div[class*="col-"]{
	padding: 0 10px;
	margin-bottom: 47px;
}
.contentServ{
	max-width: 329px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.titleServicios{
	position: relative;
	background: #d12222;
	height: 152px;
	padding-top: 32px;
	padding-left: 12px;
	padding-right: 12px;
	z-index: 2;
}
.titleServicios::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 7px;
	background: url('../images/servicios/shadow.png') center bottom no-repeat;
}
.titServicios{
	height: 65px;
	background: #1d1d1d;
	clip-path: polygon(20px 0px, 0 50%, 0% 100%,100% 100%, 100% 0px);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.titServicios span{
  color: #ff4a4a;
}
/*.contentServ::before{
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: url('../images/servicios/shadow2.png');
}*/
.shadow2{
	margin-right: auto;
	margin-left: auto;
	top: -3px;
	position: relative;
	z-index: 0;
}
#textGal{
	background: url('../images/tit.png') center no-repeat;
	background-size: cover;
	padding: 25px 0;
}
.titGal {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
	font-style: italic;
	font-size: 40px;
	line-height: 42px;
	letter-spacing: 0px;
}
.titGal span {
  color: #ff4a4a;
}
#textGal1{
	background: #e4e4e4;
	position: relative;
	padding-top: 58px;
}
#textGal1::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 12px;
	background: url('../images/nosotros/shadow.png') center bottom no-repeat;
}
#textGal1 figure{
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	max-width: 329px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#textGal1 .row{
	margin: 0 -10px;
}
#textGal1 div[class*="col-"]{
	padding: 0 10px;
	margin-bottom: 47px;
}
#textGal1 figure::before{
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 8px;
	background: url('../images/shadow.png') center no-repeat;
	background-size: contain;
}
#textGal1 figure::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url('../images/galeria/hover2.png') center no-repeat;
	background-size: cover;
	opacity: 0;
	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;
}
#textGal1 a:hover figure::after,#textGal1 a:focus figure::after{
	opacity: 1;
}
#formTop{
	background: #e4e4e4;
	position: relative;
	padding-bottom: 51px;
	padding-top: 37px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #616161;
	font-family: "Lato", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 41px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#frmContacto .tit strong{
	line-height: 40px;
	background: #272727;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0 15px;
	color: #ff4a4a;
	margin-right: 8px;
}
#frmContacto .row{
	margin: 0 -6px;
}
#frmContacto div[class*="col-"]{
	padding: 0 6px;
}
#frmContacto .form-group{
	margin-bottom: 12px
}
#frmContacto .form-control{
	display: block;
	height: 43px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Arial", serif;
	font-size: 14.51px;
	font-weight: 400;
	background: #fff;
	color: #939393;
	border: 0;
}
#frmContacto .textarea{
	height: 135px
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background:#242424; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 83px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 39px;
}
#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;
}
#textContacto1{
	background: url('../images/contacto/fondo1.webp') center no-repeat;
	background-size: cover;
}
.contentContacto1{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 607px;
}
.titleContaco1{
	font-family: 'Montserrat', sans-serif;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
	font-style: italic;
	font-size: 25px;
	line-height: 24px;
	letter-spacing: 0px;
	margin-bottom: 11px;
}
.cntContacto1{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.itemCont1{
	width: 123px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('../images/contacto/fondo2.png') center no-repeat;
	background-size: cover;
	margin-right: 5px;
}
.itemCont2{
	width: 403px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 3px #fff;
}
.cntContacto2{
	margin-bottom: 35px;
}
.cntContacto1 a{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 33px;
	letter-spacing: 0px;
	text-align: center;
}
.itemContA{
	padding-left: 17px;
	position: relative;
	display: inline-block;
}
.itemContb{
	margin-left: 35px;
}
.itemContA::before{
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}
.datTitCont{
	background: url('../images/contacto/tit.webp') center no-repeat;
	background-size: cover;
}
.datTitCont .tit{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	padding: 30px 0;
	letter-spacing: 0px;
	text-align: center;
}
.datTitCont .tit img{
	position: relative;
	top: 3px;
}
.mapC{
	height: 400px;
}