@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: 1130px;}
.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: 251px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/banner/top3.png) center bottom no-repeat;
	background-size: cover;
}
#header:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ffffff;
	z-index: 3;
}
#darkTop{}
.contentDarkTop{
	padding-bottom: 1px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.cntDarkTop{
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cntDarkTop .dirTop,.cntDarkTop .telTop{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: left;
}
.cntDarkTop .dirTop a{
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: left;
}

.mailstop{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.cntDarkTop .dirTop{
	line-height: 16px;
}
.cntDarkTop .dirTop .span1{
	display: block;
}
.cntDarkTop .dirTop img,.cntDarkTop .telTop img{
	margin-right: 7px;
}
.cntDarkTop .telTop a{
	color: #ffffff;
}
.cntDarkTop .telTop{
	margin-left: 30px;
}

.cntDarkTop .telTop a:last-child{
	margin-left: 20px;
	position: relative;
}
.cntDarkTop .telTop a:last-child:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	background: rgba(255,255,255,0.20);
	top: calc(50% - 6px);
	left: -10px;
}
#logo{
	display: block;
	width: 95px;
	position: absolute;
	top: 15px;
	left: 0px;
}
#logo a{
	display: block;
	position: relative;
	z-index: 2;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}

#redes{
	width: auto;
	height: 32px;
	position: absolute;
	top: 18.5px;
	right: 110px;
	display: flex;
	align-items: center;
}
#redes a{
	color: #ffffff;
	height: 32px;
	width: 32px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.35);
	border-radius: 50%;
	margin-right: 6px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
/*#redes .fb{
	background: url(../images/redes/red.png) left center no-repeat;
}
#redes .tr{
	background: url(../images/redes/red.png) center no-repeat;
}
#redes .in{
	background: url(../images/redes/red.png) right center no-repeat;
}*/
#redes a:hover,#redes a:focus{
	transform: scale(1.1);
}

#topMenu{
	height: 69px;
	width: 100%;
	position: relative;
}
#menu{
	margin: auto;
	position: absolute;
	left: 145px;
	top: 0;
	height: 69px;
	padding-left: 0px;
}
#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 9px;
}
#menu li:before{
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	right: -0.5px;
	background: rgba(255,255,255,0.20);
	width: 1px;
	height: 12px
}
#menu li a{
	display: block;
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 400;
	line-height: 69px;
	height: 69px;
	padding: 0 1px;
}
#menu li:first-child{
	padding-left: 0px;
}
#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: #f14248;
}

.idiomas{
	position: absolute;
	top: 15px;
	right: 15px;
	height: 39px;
	display: flex;
	align-items: center;
}
.idiomas .idioma{
	display: flex;
	align-items: center;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: normal;
	color: #ffffff;
	letter-spacing: 0px;
	cursor: pointer;
}
.idiomas .idioma img{
	margin-right: 8px;
}


/*Footer*/
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background: rgba(39,39,39,0.95);
	line-height:18px;
	font-family:'Verdana', sans-serif;
	min-height: 126px; 
}
/*#footer .container{
	padding-top: 42px; 
	padding-bottom: 42px; 
	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:10px;
}
#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{
        min-height: 126px;
    }
  #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: 480px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 480px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img{
	display: none;
	margin-left: auto;
	margin-right: auto;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 139px;
	padding-bottom: 35px;
}
.contSlider .container{
	height: 100%;
}
.cntSliderTop{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.contSlider .container .caption{
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	color: #ffffff;
	line-height: 35px;
	text-align: right;
	text-shadow: 3px 2px 7px rgba(0,0,0,0.35);
	padding-bottom: 25px;
	position: relative;
}
.contSlider .container .caption:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 8px;
	bottom: 0;
	left: 0;
	border-radius: 4px;
	background: #d0242a;
}

.flex-direction-nav a{
	width: 36px;
	height: 36px;
	bottom: 20px;
}
.flex-direction-nav .flex-prev {
	margin-left: 282px;
	opacity: 1;
	background: url(../images/slider/prev.png?v2);
}
.flex-direction-nav .flex-next {
	margin-left: 323px;
	opacity: 1;
	background: url(../images/slider/next.png?v2);
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}

#textHome1{
	background: url(../images/inicio/fondo1.jpg?v2) left bottom no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.contentHome1{
	padding-right: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
}
.titleHome1{
	color: #ea3c43;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	padding-bottom: 25px;
	margin-bottom: 11px;
	position: relative;
}
.titleHome1:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000000;
	width: 70px;
	height: 7px;
	border-radius: 3.5px;
}
.contentHome1 strong{
	font-weight: 900;
}
#textHome1 div[class*="col-"]{
	width: 100%;
}
#textHome1 div[class*="col-"] img{
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#textHome2{
	background: url(../images/inicio/fondo2.jpg) left bottom no-repeat;
	background-size: cover;
	padding: 58px 0;
}
.contentHome2{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.item1Home2 article{
	max-width: 545px;
	border: solid 3px #ffffff;
	border-radius: 8px;
	position: relative;
}
.item1Home2 article iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border-radius: 8px;
}
.item1Home2 article.article1{
	margin-bottom: 42px;
}
.player .vp-video-wrapper{
	border-radius: 8px !important;
}
.item1Home2{
	width: 50%;
}
.item2Home2{
	width: 50%;
	text-align: right;
}
.titleHome2a{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
}
.titleHome2a strong{
	font-weight: 900;
}
.titleHome2b{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 25px;
}
.titleHome2c{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.item2Home2 a{
	width: 247px;
	height: 53px;
	background: url(../images/inicio/btn.png) center no-repeat;
	background-size: cover;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-family: 'Arial', serif;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.25px;
	margin-left: auto;
	margin-top: 45px;
}
.item2Home2 a:hover{
	text-decoration: none;
	opacity: 0.85;
}
#textHome3{
	padding: 19px 0;
}
#textHome3 img{
	margin-left: auto;
	margin-right: auto;
}
.contentHome3{
	display: none;
}
#textHome4{
	background: url(../images/carousel/bg.png) center no-repeat;
	background-size: cover;
	padding-bottom: 56px;
	padding-top: 40px;
}
.titleHome4{
	color: #3d3d3d;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 35px;
	position: relative;
}
.titleHome4:before{
	content: '';
	position: absolute;
	width: 46px;
	height: 8px;
	background: url(../images/carousel/borde.png);
	bottom: 0;
	left: calc(50% - 23px);
}
#textHome4 .container{
	width: auto !important;
	margin-left: auto;
	margin-right: auto;
	max-width: 1390px !important;
	padding: 0 45px;
}
#carrucelHome li{
	width: auto !important;
	margin-right: 112px !important;
}
.itemCarousel{
	height: 96px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/carousel/bg.png) center no-repeat;
	background-size: cover;
}
.itemCarousel img{
	mix-blend-mode: multiply;
}
.itemCarousel:before{
	content: '';
	position: absolute;
	top: calc(50% - 34.5px);
	right: -50.5px;
	background: url(../images/carousel/line.png);
	height: 69px;
	width: 2px;
}
.bx-wrapper .bx-controls-direction a {
    margin-top: -10px;
    width: 9px;
    height: 19px;
}
.bx-wrapper .bx-prev {
    left: -30px;
    background: url(../images/slider/n1.png) center no-repeat;
}
.bx-wrapper .bx-next {
    right: -30px;
    background: url(../images/slider/n2.png) center no-repeat;
}

#textQuienes1{
	background: url(../images/quienes/fondo1.jpg) top center no-repeat;
	background-size: cover;
}
.contentQuienes1{
	padding: 102px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.item1Quienes1{
	width: calc(100% - 300px);
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0px;
	text-align: left;
	padding-left: 0px;
	padding-right: 30px;
}
.item1Quienes1 strong{
	font-weight: 900;
	font-size: 20px;
}
.item2Quienes1{
	width: 300px;
	padding-right: 0px;
}

.titleQuienes1{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	color: #b72b30;
	padding-bottom: 24px;
	margin-bottom: 12px;
	position: relative;
}
.titleQuienes1:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000000;
	width: 70px;
	height: 7px;
	border-radius: 3.5px;
}
#textQuienes2{
	background: url(../images/quienes/fondo2.png) center no-repeat;
	background-size: cover;
}
.titleQuienes2{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 35px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	padding: 40px 0;
}
.titleQuienes2 span{
	display: block;
}
#textQuienes3{
	background: url(../images/quienes/fondo3a.webp) center no-repeat;
	background-size: cover;
}
.contentQuienes3{
	height: 624px;
	display: flex;
	align-items: center;
	padding-left: calc(50% + 25px);
	text-align: right;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
}
.contentQuienes3 strong{
	font-weight: 900;
}
.contentQuienes3 a{
	width: 183px;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border: solid 2px #ffffff;
	border-radius: 17px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
	letter-spacing: 0.25px;
	font-style: italic;
	margin-left: auto;
	margin-top: 33px;
}
#textQuienes4{
	background: url(../images/quienes/fondo5.webp) center no-repeat;
	background-size: cover;
}
.contentQuienes4{
	height: 624px;
	display: flex;
	align-items: center;
}
.cntQuienes4{
	max-width: 550px;
	height: 317px;
	background: url(../images/quienes/bg.png) center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	padding-left: 52px;
	margin-left: -52px;
	padding-right: 40px;
	text-align: left;
}
.cntQuienes4 strong{
	font-weight: 900;
}

#textServ1{
	padding-top: 104px;
	padding-bottom: 80px;
}
.titleServ1{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	color: #b72b30;
	text-align: center;
	padding-bottom: 24px;
	margin-bottom: 12px;
	position: relative;
}
.titleServ1:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 35px);
    background: #000000;
    width: 70px;
    height: 7px;
    border-radius: 3.5px;
}
.textoServ1a{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.35px;
	color: #616161;
	text-align: left;
}
.textoServ1a strong{
	color: #a12428;
	font-weight: 900;
}
.textoServ1b{
	text-align: center;
}
.contentServ1{
	max-width: 341px;
	height: 460px;
	position: relative;
	padding-top: 227px;
	border-radius: 7px;
}
.contentServ1:before{
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 225.5px;
	left: 0;
	background: #ffffff;
}
.contentServ1a{
	background: url(../images/servicios/bg1a.webp) center no-repeat;
	background-size: cover;
}
.contentServ1b{
	background: url(../images/servicios/bg2.webp) center no-repeat;
	background-size: cover;
}
.contentServ1c{
	background: url(../images/servicios/bg3.webp) center no-repeat;
	background-size: cover;
}
.serv1{
	padding-top: 35px;
	padding-bottom: 85px;
}
#textServ1 .row{
	margin: 0 -5px;
}
#textServ1 div[class*="col-"]{
	padding: 0 5px;
	width: 50%;
}
#textServ1 div[class*="col-"]:last-child{
   margin-left: 25%;
   margin-top: 30px;
}
.cntServ1{
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	text-align: center;
}
.cntServ1 span{
	display: block;
}
.subtitleServ1{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 0.25px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-bottom: 8px;
	position: relative;
}
.subtitleServ1:before{
	content: '';
	position: absolute;
	width: 61px;
	height: 1px;
	background: #ffffff;
	bottom: 0;
	left: calc(50% - 30.5px);
}
#textServ2{
	background: url(../images/servicios/fondo1.webp) center no-repeat;
	background-size: cover;
}
.contentServ2{
	height: auto;
	padding: 120px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cntServ2{
	width: 100%;
	border: solid 2px #ffffff;
	border-top: 0;
	padding: 54px 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.15px;
	color: #ffffff;
	text-align: center;
	position: relative;
}
.cntServ2 strong{
	font-weight: 900;
}
.titleServ2{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	color: #ffffff;
	letter-spacing: 0.25px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	position: absolute;
	top: -18px;
	left: 0;
}
.titleServ2:before,.titleServ2:after{
	content: '';
	position: absolute;
	height: 2px;
	width: 180px;
	background: #ffffff;
	top: calc(50% - 1px);
	left: -1px;
}
.titleServ2:after{
	left: auto;
	right: -1px;
}

#textClientes1{
	background: url(../images/clientes/fondo1.png) center no-repeat;
	background-size: cover;
	margin-top: 43px;
	margin-bottom: 55px;
}
.titleCliente1{
	text-align: left;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 44px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	padding: 22.5px 95px;
	padding-left: 0;
}
#textClientes2{
	padding-bottom: 12px;
}
#textClientes2 .row{
	margin: 0 -9px;
}
#textClientes2 div[class*="col-"]{
	padding: 0 9px;
	margin-bottom: 49px;
}
.contentCliente2{
	max-width: 347px;
}
.contentCliente2 figure{
	border: solid 3px #ffffff;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.35);
	position: relative;
}
.contentCliente2 figure img{
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.contentCliente2 figure .titleCliente2{
	width: 100%;
	height: 116px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/clientes/title.png)  top center no-repeat;
	background-size: cover;
	border-bottom-right-radius: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: left;
	padding-top: 42px;
	padding-left: 22px;
	padding-right: 92px;
	text-align: left;
}
#formTop{
	position: relative;
	padding-bottom: 92px;
	padding-top: 0px;
}
.titleCont1{
	color: #b72b30;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 23px;
	margin-bottom: 35px;
	position: relative;
}
.titleCont1:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 35px);
	width: 70px;
	height: 7px;
	border-radius: 3.5px;
	background: #000000;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 30px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -6.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 6.5px;
}
#frmContacto .form-group{
	margin-bottom: 12px
}
#frmContacto .form-control{
	display: block;
	height: 52px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Poppins", serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.25px;
	color: #a6a5a5;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #b0b0b0;
	padding-left: 19px;
}
#frmContacto .textarea{
	height: 114px;
	padding-top: 18px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background: url(../images/submit.png) 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: 0px;
}
#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;
}
#dirMap{
	background: url(../images/bgc.png) center no-repeat;
	background-size: cover;
}
#dirMap .tit{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: 0.25px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	padding: 22.5px 0;
}

.cntInputs{
	padding-top: 26px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.metodoC{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5e5e5e;
	font-family: 'Verdana', serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0px;
}
.metodoC label{
	font-size: 11px;
	font-weight: 400;
}
.metodoC .label1{
	margin-left: 25px;
	margin-right: 15px;
}
.inputs{
	margin-left: 125px;
}

.contentProyecto{
	max-width: 472px;
	margin-left: auto;
	margin-right: auto;
}
.contentProyecto figure{
	border: dashed 1px rgb(192,192,192);
	padding: 10px;
	position: relative;
}
.contentProyecto figure span{
	position: absolute;
	right: 10px;
	top: 30px;
	font-size: 14px;
	line-height: 14px;
	padding: 10px;
	color: #fff;
	background: rgba(0,0,0,.6);
	font-family: "Poppins",arial;
}
.titleProyecto2{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #fff;
	padding: 10px;
	background: rgb(31,29,29);
	margin-top: 5px;
	text-align: center;
}
.contentProyecto a:hover{
	text-decoration: none;
}

.contentProyecto figure:before {
    content: '';
    position: absolute;
    display: block;
    width: 56px;
    height: 47px;
    bottom: 15px;
    left: 15px;
    opacity: 1;
    background: url(../images/camara.png) no-repeat center center;
    -webkit-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s;
    pointer-events: none;
}
.contentProyecto a:hover figure:before {
    content: '';
    position: absolute;
    display: block;
    width: 76px;
    height: 57px;
    bottom: 15px;
    left: 15px;
    opacity: 1;
    background: url(../images/camara-r.png) no-repeat center center;
        background-size: auto;
    background-size: 100% 100%;
    -webkit-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s;
    pointer-events: none;
}
.contentGaleria{
	max-width: 225px;
	margin-left: auto;
	margin-right: auto;
}
.contentGaleria figure{
	border: dashed 1px rgb(192,192,192);
	padding: 10px;
	position: relative;
}

.contentGaleria figure::before {
    content: '';
    position: absolute;
    display: block;
    width: 30%;
    height: 30%;
    top: 10px;
    left: 10px;
    opacity: 0;
    background: rgba(0,0,0,.5) url(../images/lupa.png) no-repeat center center;
    -webkit-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s;
    pointer-events: none;
}
.contentGaleria figure:hover::before {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    opacity: 1;
    left: 10px;
    background-size: 70% 70%;
    background: rgba(0,0,0,.5) url(../images/lupa.png) no-repeat center center;
}

a.back {
    position: absolute;
    right: 15px;
    top: calc(50% - 12px);
    font-family: 'Oswald', sans-serif;
    line-height: 20px;
    display: block;
}
a.back i {
    display: block;
    margin-right: 5px;
    vertical-align: top;
    width: 19px;
    height: 24px;
    float: left;
    background: url(../images/ico-back.png);
}
a.back span {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    display: block;
    vertical-align: top;
    float: left;
}

#textQuienes5{
	background: url(../images/quienes/fondo7.jpg) center no-repeat;
	background-size: cover;
}
.cntQuienes5{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 44px;
	letter-spacing: 0.25px;
	color: #fff;
	text-align: center;
	padding: 81.5px 0;
}

#areaDescarga{
    background: url('../images/inicio/bgDescarga.jpg') center no-repeat;
}
#areaDescarga .wFlex{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	height:152px;
}
#areaDescarga .wFlex a{
    display: block;
    color: #FFF;
    font-size: 30px;
	font-family: 'Lato', sans-serif;
	background: url('../images/inicio/icoDownload.png') right center no-repeat;
	padding-right: 163px;
	padding-top: 20px;
	height:69px;
}
