@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: 1080px;}
.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: 169px;
	position: absolute;
	top: 0;
	left: 0;
}
#darkTop{
	background: url(../images/banner/dark.jpg) center no-repeat;
	background-size: cover; 
	background-position-x: -610px; 
}
.contentDarkTop{
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	position: relative;
	padding-right: 95px;
}
.contentDarkTop div{
	margin-right: 39px;
}
.contentDarkTop div.correoTop,.contentDarkTop div:last-child{
	margin-right: 0;
}
.contentDarkTop a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 11.5px;
	line-height: 42px;
}
.contentDarkTop a img{
	margin-right: 4px;
}

#logo{
	display: block;
	width: 180px;
	position: absolute;
	top: 22px;
	left: 15px;
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}

#redes{
	width: auto;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 0px;
	display: flex;
	align-items: center;
}
#redes a{
	color: #ffffff;
	height: 27px;
	width: 27px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes .fb{
	background: url(../images/redes/face.png) left center no-repeat;
}
#redes .in{
	background: url(../images/redes/insta.png) right center no-repeat;
}
#redes a:hover,#redes a:focus{
	transform: scale(1.1);
}

#topMenu{
	height: 119px;
	width: 100%;
	position: relative;
	background: url(../images/banner/menu.png);
	background-size: cover;
	/*background: rgba(242,242,242,0.85);*/
}
#menu{
	margin: auto;
	position: absolute;
	right: 5px;
	top: 0;
	height: 119px;
}
#menu ul{
	margin: 0;
	position: relative;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	padding: 0 13px;
	height: 119px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu li:before{
	content: '';
	position: absolute;
	top: calc(50% - 9.5px);
	right: -0.5px;
	background: url(../images/banner/li.png);
	width: 1.1px;
	height: 19px
}
#menu li a{
	display: block;
	color: #2c2c2c;
	position: relative;
	background: transparent;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 300;
	line-height: 34px;
	height: 34px;
	padding: 0 10px;
}
#menu li:first-child{
}
#menu li:last-child{
	float: right;
	background: transparent;
	padding-right: 0;
}
#menu li:last-child:before{
	width: 0;
	height: 0;
	border-radius: 0;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #2c2c2c;
}
#menu li.active a:before, #menu li a:hover:before{
	content: '';
	position: absolute;
	top: calc(50% - 5.5px);
	left: -5px;
	height: 11px;
	width: 9px;
	background: url(../images/banner/hover.png);
}


/*Footer*/
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background: #292929;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 99px; 
}
/*#footer .container{
	padding-top:31px; 
	padding-bottom:31px; 
	font-family:inherit; 
	font-size:inherit;
}
#footer .tfooter{
	color:#FFF;
	line-height:16px;	
	text-align:left;
	float:left;
}
#footer #powered {
	color:#FFF; 
    line-height: 16px;
    margin: 0 auto 0;
    width: auto;
	text-align:right;
	float:right
}
#footer a{	
	color:#FFF;	
}
#footer #powered a{background: url(../images/iconGlobal.png) no-repeat center left;padding:3px 0 3px 20px}
#footer a:hover{
	text-decoration:underline;
}
#footer #powered a{color:#FFF;}
#footer .tfooter{
	margin-bottom:5px;
}
#footer .tfooter,
#footer #powered{float:none; text-align:center;}
#footer .tfooter span{display:block; text-align:center; line-height:18px}*/
/*Footer*/
/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: inherit;
  	display: flex;
  	align-items: center;
  	min-height: inherit;
  	color: white;
	margin: 0 auto;
}
#footer .container{
    color: inherit;
    font-family:inherit; 
	font-size:inherit;
}
#footer .tfooter {
  	line-height: 16px;
  	min-height: 22px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {
  line-height: 16px;
  margin: 8px auto 0;
  width: auto;
  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;
}
@media(max-width:767px){
    #footer .container{
        width: 100%;
    }
}
@media(max-width:640px){
  #footer .tfooter{
    margin-bottom:5px;
  }
  #footer .tfooter,
  #footer #powered{float:none; text-align:center;justify-content: center;}
  #footer .tfooter span{text-align:center; line-height:18px}
}
@media (max-width: 480px){
  #footer .tfooter {
    display: block;
  }
}




/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 2px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }

#sliderTop{
	height: 380px;
	margin-top: 50px;
}
#sliderTop .slides li{
	height: 380px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img{
	display: none;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.contSlider .container .caption{
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #ffffff;
	position: absolute;
	left: 15px;
	bottom: 37px;
	line-height: 30px;
	text-align: left;
	background: url(../images/banner/caption.png) right center no-repeat;
	background-size: cover;
	padding-right: 44px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.contSlider .container .caption strong{
	display: block;
}
.contSlider .container .caption:before{
	content: '';
	position: absolute;
	background: url(../images/banner/caption.png) right center no-repeat;
	width: 500px;
	height: 100%;
	left: -500px;
	top: 0;
}

.flex-direction-nav a{
	width: 36px;
	height: 36px;
}
.flex-direction-nav .flex-prev {
	margin-left: 285px;
	opacity: 1;
	background: url(../images/slider/1.png);
}
.flex-direction-nav .flex-next {
	margin-left: 325px;
	opacity: 1;
	background: url(../images/slider/2.png);
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}
#formTop{
	position: relative;
	padding-bottom: 60px;
	padding-top: 0px;
}
#frmContacto{
	overflow: hidden;
}
.titleContact1{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #353535;
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 57px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.titleContact1:before{
	content: '';
	position: absolute;
	width: 54px;
	height: 8px;
	background: #db531f;
	bottom: 0;
	left: calc(50% - 27px);
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -4px;
}
#frmContacto div[class*="col-"]{
	padding: 0 4px;
}
#frmContacto .form-group{
	margin-bottom: 6px
}
#frmContacto .form-control{
	display: block;
	height: 39px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
	color: #949494;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #d5d5d5;
}
#frmContacto .textarea{
	height: 79px;
	padding-top: 12px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background: url(../images/submit.png?v2) center no-repeat; 
	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: 27px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmContacto input::-webkit-input-placeholder {color:#959595; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#959595; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#dirMap{
	background: url(../images/bgdir.png) center no-repeat;
	background-size: cover;
}
#dirMap .tit{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	padding: 20px 0;
}
#dirMap .tit img{
	position: relative;
	top: 2px;
}
.noHayImg{
	padding-bottom: 39px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

#textHome1{
	padding-bottom: 40px;
}
.titleHome1{
	font-family: 'Lato', sans-serif;
	color: #585858;
	font-size: 24px;
	line-height: 48px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 900;
	text-align: center;
	padding-top: 83px;
	padding-bottom: 79px;
}
.titleHome1 strong{
	color: #bf5428;
}
#textHome1 .row{
	margin: 0 -8px;
}
#textHome1 div[class*="col-"]{
	margin-bottom: 40px;
	padding: 0 8px;
}

.cntHome1{
	height: 342px;
	max-width: 310px;
	padding-top: 172px;
	padding-bottom: 4px;
	padding-left: 17.1px;
	padding-right: 17px;
	display: flex;
	align-items: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #ffffff;
	margin: auto;
	border-radius: 5px;
}
.bg1Home1{
	background: url(../images/inicio/img1.jpg) center no-repeat;
	background-size: cover;
}
.bg2Home1{
	background: url(../images/inicio/img2.jpg) center no-repeat;
	background-size: cover;
}
.bg3Home1{
	background: url(../images/inicio/img3.jpg) center no-repeat;
	background-size: cover;
}
#textHome2{
	background: url(../images/inicio/fondo1.webp) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 80px;
	padding-bottom: 84.5px;
}
#textHome2 div[class*="col-"]:last-child{
	padding-left: 3px;
	padding-top: 16px;
}
#textHome2 div[class*="col-"] img{
	max-width: 100%;
}
.contentHome2{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.25px;
	line-height: normal;
	text-align: left;
	color: #ffffff;
	max-width: 432px;
}
.titleHome2{
	color: #ffffff;
	font-weight: 900;
	font-size: 36px;
	line-height: normal;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.contentHome2 ul li{
	padding-bottom: 17px;
	list-style-position: inside;
	list-style-image: url(../images/inicio/li.png);
}
.contentHome2 ul li:last-child{
	padding-bottom: 0px;
}
.titleHome2:before{
	content: '';
	position: absolute;
	width: 61px;
	height: 5px;
	background: #c74a1a;
	bottom: 0;
	left: 0;
}
#textHome3{
	background: url(../images/inicio/fondo2.webp) center no-repeat;
	background-size: cover;
}
.contentHome3{
	height: 631px;
	display: flex;
	align-items: center;
	padding-left: calc(50% + 45px);
	font-family: 'Lato', sans-serif;
	font-weight: 400px;
	color: #616161;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
}
.titleHome3{
	font-weight: 300;
	font-size: 36px;
	color: #3e3e3e;
	line-height: normal;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.titleHome3:before{
	content: '';
	position: absolute;
	width: 61px;
	height: 5px;
	background: #c74a1a;
	bottom: 0;
	left: 0;
}
.titleHome3 strong{
	font-weight: 900;
}
.contentHome3 ul{
	list-style-image: url(../images/inicio/li2.png);
}
.ulLi{
	padding-left: 9px;
	position: relative;
	margin-bottom: 30px;
}
.ulLi:last-child{
	margin-bottom: 0;
}
.ulLi span{
	position: absolute;
	top: 0;
	left: 0;
}

#textNos1{
}
.contentNos1{
	position: relative;
	height: 488px;
	display: flex;
	align-items: center;
}
.contentNos1 img{
	position: absolute;
	top: 47px;
	right: 0px;
}
.Nos1{
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0;
	text-align: left;
}
.textoNos1{
	max-width: 400px;
}
.titleNos1{
	color: #2a2a2a;
	font-weight: 300;
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	padding-bottom: 32px;
	margin-bottom: 18px;
	position: relative;
}
.titleNos1 strong{
	font-weight: 900;
}
.titleNos1:before{
	content: '';
	position: absolute;
	width: 57px;
	height: 6px;
	background: #db531f;
	bottom: 0;
	left: 0;
}
#textNos2{
	background: url(../images/nosotros/fondo1.webp) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 110px;
	padding-bottom: 147px;
}
.contentNos2{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #3c3c3c;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0;
	text-align: left;
}
.contentNos22{
	text-align: right;
}
.contentNos22 span{
	display: block;
}
.Nos2{
	background: url(../images/nosotros/cuadro.png) center no-repeat;
	background-size: cover;
	border-radius: 5px;
	height: 228px;
	display: flex;
	align-items: center;
	padding: 26px;
	max-width: 479px;
	position: relative;
}
.Nos22{
	margin-left: auto;
}
.Nos2:before{
	content: '';
	position: absolute;
	top: -37px;
	left: 22px;
	width: 73px;
	height: 37px;
	background: url(../images/nosotros/top.png) center no-repeat;
	background-size: cover;
}
.Nos22:before{
	left: auto;
	right: 22px;
}
.titleMision{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 36px;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 54px;
}
#textNos3{
	padding-top: 69px;
	padding-bottom: 54px;
}
.titleNos3{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 30px;
	color: #2a2a2a;
	text-transform: uppercase;
	letter-spacing: 0;
	text-align: center;
	padding-bottom: 28px;
	margin-bottom: 17px;
	position: relative;
}
.titleNos3:before{
	content: '';
	position: absolute;
	width: 57px;
	height: 6px;
	background: #db531f;
	bottom: 0;
	left: calc(50% - 28.5px);
}
.textoNos3{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #616161;
	margin-bottom: 28px;
}
.textoNos3 span{
	display: block;
}
#textNos3 .row{
	margin: 0 -9px;
}
#textNos3 div[class*="col-"]{
	margin-bottom: 16px;
	padding: 0 9px;
	width: 33.333%;
}
.contentServ1{
	max-width: 314px;
	background: #343434;
	border-radius: 6px;
	margin-left: auto;
	margin-right: auto;
}
#textServ1{
	padding-top: 20px;
	padding-bottom: 20px;
}
#textServ1 .row{
	margin: 0 -27px;
}
#textServ1 div[class*="col-"]{
	margin-bottom: 51px;
	padding: 0 27px;
	width: 50%;
}
#textServ1 .nombre{
	background: #343434;
	height: 63px;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	margin-top: -3px;
	position: relative;
	z-index: 2;
}
#textGal1{
	padding-top: 18px;
	padding-bottom: 20px;
}
#textGal1 div[class*="col-"]{
	margin-bottom: 40px;
	width: 33.333%;
}
#textGal1 a{
	text-decoration: none;
}
.contGaleria{
	max-width: 240px;
	margin: auto;
}
.contGaleria img{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.contGaleria .nombreGal{
	background: url(../images/galeria/nombre.png);
	margin-top: 3px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.25px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 2px 5px;
}

#icoWa{
	background: url(../images/icoWha.png) 0 0 no-repeat;
	width: 249px;
	height: 76px;
	position: fixed;
	bottom: 100px;
	right: 30px;
	z-index: 5
}