@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');
*{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: 1110px;}
.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: 85px;
	position: absolute;
	top: 0;
	left: 0;
}
.cntLogo{
	position: absolute;
	top: 0;
	left: 9px;
	width: 181px;
	height: 250px;
	background: rgba(0,0,0,0.8);
	background-size: cover;
	-webkit-border-bottom-right-radius: 90px;
    -webkit-border-bottom-left-radius: 90px;
    -moz-border-radius-bottomright: 90px;
    -moz-border-radius-bottomleft: 90px;
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
}
#logo{
	display: block;
	width: 121px;
	position: absolute;
	top: 26px;
	left: 30px;
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	/*mix-blend-mode: multiply;*/
}
.idioma{
	cursor: pointer;
}
#redes{
	width: auto;
	height: 26px;
	position: absolute;
	bottom: 27px;
	right: 44px;
	display: flex;
	align-items: center;
}
#redes a{
	color: #ffffff;
	height: 26px;
	width: 26px;
	text-align: center;
	display: inline-block;
	margin-right: 9px;
	border-radius: 50%;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes .fb{
	background: url(../images/redes/face.png?) center no-repeat;
}
#redes .sk{
	background: #0077b5;
	text-align: center;
}
#redes .sk .fa{
	display: block;
	line-height: 26px;
}
#redes .in{
	background: url(../images/redes/insta.png) center no-repeat;
}
#redes .skype{
	background: url(../images/redes/skype.png) center no-repeat;
}
#redes .linkedin{
	background: url(../images/redes/linkedin.png) center no-repeat;
}
#redes a:hover,#redes a:focus{
	transform: scale(1.1);
	text-decoration: none;
}

#topMenu{
	height: 85px;
	width: 100%;
	position: relative;
}
#menu{
	margin: auto;
	position: absolute;
	left: 205px;
	top: 20px;
	height: 53px;
}
#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 7px;
}
#menu li a{
	display: block;
	color: #f1f1f1;
	position: relative;
	background: transparent;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	letter-spacing: -0.25px;
	font-weight: 700;
	line-height: 53px;
	height: 53px;
	padding: 0 2px;
}
#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: #ffffff;
}
#menu li.active a:before, #menu li a:hover:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: #ffffff;
}
.idiomas{
	position: absolute;
	top: 20px;
	right: 15px;
}
.idiomaActual{
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}
.idiomaActual .flag{
	margin-right: 4px;
}
.subIdiomas{
	display: none;
	position: absolute;
	right: 14px;
	bottom: -55px;
	height: auto;
	width: auto;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #323232;
	line-height: 30px;
}
.idiomas.open .subIdiomas{
	display: block;
}
.subIdiomas ul{
	list-style: none;
}
.subIdiomas ul a{
	display: block;
	width: 75px;
	color: #323232;
	padding-left: 11px;
	text-align: left;
	font-size: 14px;
}

/*Footer*/
#datFooter{
	background: #7e161e;
}
#datFooter a{
	display: flex;
	align-items: center;
	text-align: left;
	color: #ffffff;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0px;
	font-size: 15px;
}
#datFooter a img{
	margin-right: 7px;
}
#datFooter .dir{
	color: #ffffff;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0px;
	font-size: 15px;
	padding-left: 25px;
	background: url(../images/banner/icodir.png) no-repeat;
	background-position: 4px 1px;
}
#datFooter ul{
	display: inline-block;
}
#datFooter li{
	list-style: none;
	margin-bottom: 10px;
}
#datFooter li:last-child{
	margin-bottom: 0;
}
#datFooter .tit{
	font-size: 15px;
	font-family: "Arial", sans-serif;
	font-weight: 700;
	color: #ffffff;
	line-height: 19px;
	letter-spacing: 0px;
	padding-bottom: 18px;
	margin-bottom: 25px;
	text-transform: uppercase;
	position: relative;
}
#datFooter .tit:before{
	content: '';
	position: absolute;
	width: 96px;
	height: 1px;
	bottom: 0;
	left: 0;
	background: #ffffff; 
}
.contentDatFooter{
	display: flex;
	flex-wrap: wrap;
	padding-top: 70px;
}
.itemDat1{
	padding-bottom: 54px;
}
.itemDat2{
	margin-right: 70px;
	margin-left: 70px;
	padding-bottom: 54px;
}
html[data-lang='en'] .itemDat2{
	margin-right: 25px;
	margin-left: 25px;
}
.itemDat3{
	padding-bottom: 54px;
}
#redes2{
	display: flex;
	align-items: center;
	margin-top: -9px;
}
#redes2 a:hover{
	transform: scale(1.1);
}
#redes2 .sk{
	height: 26px;
	width: 26px;
	background: rgba(255,255,255,0.94);
	border-radius: 50%;
	color: #8f1b12;
	text-align: center;
	display: inline-block;
	line-height: 26px;
}
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background: #000000;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 44px; 
}
/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: inherit;
  	display: flex;
  	align-items: center;
  	min-height: inherit;
  	color: white;
}
#footer .container{
    color: inherit;
    font-family:inherit; 
	font-size:inherit;
	padding-top: 29px;
    padding-bottom: 28px;
}
#footer .tfooter {
  	line-height: 16px;
  	text-align: left;
  	float: left;
  	min-height: 22px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
  	line-height: 16px;
  	margin: 0 auto 0;
  	width: auto;
  	text-align: right;
  	float: right;
  	display: flex;
  	align-items: 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 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: 425px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 425px;
	position: relative;
	background-position: center top !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: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: -0.10px;
	color: #ffffff;
	position: absolute;
	right: 15px;
	top: 150px;
	line-height: 25px;
	text-align: right;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 70px;
	border-top-left-radius: 120px;
	border-bottom-left-radius: 120px;
	background: rgba(126,22,30,0.65);
}
.contSlider .container .caption:before{
	content: '';
	position: absolute;
	top: 0;
	right: -500px;
	width: 500px;
	height: 100%;
	background: rgba(126,22,30,0.65);
}
.contSlider .container .caption strong{
	display: block;
}

.flex-direction-nav a{
	width: 34px;
	height: 35px;
}
.flex-direction-nav .flex-prev {
	margin-left: -360px;
	opacity: 1;
	background: url(../images/slider/prev.png);
}
.flex-direction-nav .flex-next {
	margin-left: -320px;
	opacity: 1;
	background: url(../images/slider/next.png);
}
#sliderTop .flex-control-nav li {
    background: transparent;
}
#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before {
	width: 0;
	height: 0;
}
.flex-control-paging li a{
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: solid 2px #ffffff;
   border-radius: 50%;
   box-shadow: inset 0 0 3px transparent;
}
.flex-control-paging li a:hover {
    background: #8f1b12;
}
.flex-control-paging li a.flex-active {
    background: #8f1b12;
    cursor: default;
}

#icoWa{
	background: url(../images/icoWha.png) center no-repeat;
	width: 215px;
	height: 53px;
	position: fixed;
	bottom: 42px;
	right: 10px;
	z-index: 5
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}


#textHome1{
	background: url(../images/inicio/fondo1.jpg) center no-repeat;
	background-size: cover;
	padding-top: 113px;
	padding-bottom: 60px;
}
#textHome1 .row{
	margin: 0 -12px;
}
#textHome1 div[class*="col-"]{
	padding: 0 12px;
	margin-bottom: 60px;
}
.titleHome1{
	text-align: center;
	color: #7e161e;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 50px;
	letter-spacing: 0px;
	margin-bottom: 85px;
}
.titleHome1 span{
	display: inline-block;
	position: relative;
}
.titleHome1 span:before{
	content: '';
	position: absolute;
	width: 225px;
	height: 1px;
	background: #a81409;
	bottom: 8px;
	left: -240px;
}
.titleHome1 span:after{
	content: '';
	position: absolute;
	width: 225px;
	height: 1px;
	background: #a81409;
	bottom: 8px;
	right: -240px;
}
#textHome1 .contentHome1{
	max-width: 233px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 0px;
	text-align: left;
} 
#textHome1 .contentHome1 a{
	color: #000000;
}
#textHome1 .contentHome1 a:hover,
#textHome1 .contentHome1 a:focus{
	text-decoration: none;
}
#textHome1 .titleItemHome1{
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 0px;
	line-height: 30px;
	padding-top: 25px;
	padding-bottom: 15px;
}
#textHome1 .titleItemHome1 strong{
	font-weight: 800;
	display: block;
}
.resplandor{
	text-shadow: 1px 0px 2px rgba(255,255,255,0.5);
}
#textHome2{
	padding-top: 100px;
	padding-bottom: 94px;
}
#textHome2 .row{
	margin: 0 -32px;
}
#textHome2 div[class*="col-"]{
	padding: 0 32px;
}
#textHome2 figure{
	height: 148px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#textHome2 div[class*="col-"]:last-child figure{
	padding-bottom: 7px;
}
#textHome2 div[class*="col-"]:last-child:before{
	content: '';
	position: absolute;
	background: url(../images/inicio/linea.png);
	width: 1px;
	height: 100%;
	top: 0;
	left: -0.5px;
}
#textHome2 img{
	margin-left: auto;
	margin-right: auto;
}
.titleHome2{
	color: #7e161e;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -0.25px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.contentHome2{
	color: #434343;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: -0.25px;
	padding-bottom: 25px;
}

#textHome3{
	background: url(../images/inicio/fondo2.webp) left center no-repeat;
}
.contentHome3{
	height: 597px;
	display: flex;
	align-items: center;
	padding-left: 50%;
	position: relative;
	z-index: 1;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.1px;
}
.contentHome3:before{
	content: '';
	position: absolute;
	width: 1228px;
	height: 598px;
	top: 0;
	right: -622px;
	background: url(../images/inicio/fondo3a.png) center no-repeat;
	background-size: auto;
	z-index: -1;
}
.home3{
	position: relative;
	z-index: 2;
}
.titleHome3{
	font-weight: 700;
	font-size: 30px;
	line-height: 50px;
	padding-bottom: 28px;
}

#textHome4{
	padding-top: 95px;
	padding-bottom: 50px;
}
#textHome4 .row{
	margin: 0 -63px;
}
#textHome4 div[class*="col-"]{
	padding: 0 63px;
	margin-bottom: 57px;
}
#textHome4 div[class*="col-"]:last-child:before{
	content: '';
	position: absolute;
	background: url(../images/inicio/linea.png);
	width: 1px;
	height: 100%;
	top: 0;
	left: -0.5px;
}
#textHome4 figure{
	height: 106px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.titleHome4{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -0.1px;
	text-align: center;
	color: #7e161e;
	padding-top: 30px;
	padding-bottom: 30px;
}
.contentHome4{
	color: #434343;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14.5px;
	line-height: 22px;
	letter-spacing: 0px;
}

.textLog1a,.textLog1b{
	position: relative;
	margin-bottom: 19px;
}
.bgLo1{
	margin-top: 27px;
}
.textLog1a:before,.textLog1b:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 940px;
	top: 0;
	left: calc(50% + 20px);
}
.textLog1b:before{
	right: calc(50% + 20px);
	left: auto;
}
.bgLo1:before{
	background: url(../images/logistica/log1.webp) center left no-repeat;
	background-size: cover;
}
.bgLo2:before{
	background: url(../images/logistica/log2.webp) center right no-repeat;
	background-size: cover;
}
.bgLo3:before{
	background: url(../images/logistica/log3.webp) center left no-repeat;
	background-size: cover;
}
.bgLo4:before{
	background: url(../images/logistica/log4.webp) center right no-repeat;
	background-size: cover;
}
.bgLo5:before{
	background: url(../images/logistica/log5.webp) center left no-repeat;
	background-size: cover;
}
.bgLo6:before{
	background: url(../images/logistica/log6.webp) center right no-repeat;
	background-size: cover;
}
.bgLo6{
	margin-bottom: 27px;
}
.contentLog1,.contentLog2{
	height: 635px;
	display: flex;
	align-items: center;
	padding-right: 50%;
}
.contentLog2{
	padding-right: 0px;
	padding-left: 50%;
}
.log1{
	padding-right: 20px;
}
.log1,.log2{
	width: 100%;
}
.log2{
	padding-left: 20px;
}
.titleLog1{
	background: #7e161e;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	height: 68px;
	display: flex;
	align-items: center;
	text-align: left; 
	border-top-right-radius: 34px;
	border-bottom-right-radius: 34px;
	position: relative;
	margin-bottom: 18px;
}
.titleLog1:before{
	content: '';
	position: absolute;
	background: #7e161e;
	width: 500px;
	height: 100%;
	top: 0;
	left: -500px;
}
.titleLog2{
	background: #7e161e;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	height: 68px;
	display: flex;
	align-items: center;
	text-align: left; 
	border-top-left-radius: 34px;
	border-bottom-left-radius: 34px;
	padding-left: 22px;
	position: relative;
	margin-bottom: 18px;
}
.cntLog2{
	padding-left: 22px;
}
.titleLog2:before{
	content: '';
	position: absolute;
	background: #7e161e;
	width: 500px;
	height: 100%;
	top: 0;
	right: -500px;
}

.textLog1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14.5px;
	line-height: 22px;
	letter-spacing: 0.25px;
	color: #616161;
	text-align: left;
	margin-bottom: 17px;
}
.contentLog1 ul,.contentLog2 ul{
	list-style-image: url(../images/logistica/li.png);
	margin-left: 20px;
}
.contentLog1 ul li,.contentLog2 ul li{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14.5px;
	letter-spacing: 0.25px;
	color: #616161;
	text-align: left;
	line-height: normal;
	padding-bottom: 4.5px;
	padding-top: 4.5px;
}
.contentLog1 ul li:last-child,.contentLog2 ul li:last-child{
	padding-bottom: 0;
}
.titleStrong{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.25px;
	color: #616161;
	font-weight: 800;
	padding-left: 20px;
}

#textHer1{
	background: #7e161e;
	margin-top: 15px;
}
#textHer1 .contentHer1{
	height: 89px;
	color: #ffffff;
	font-size: 30px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#textHer2{
	padding-top: 94px;
	padding-bottom: 29px;
}
#textHer2 div[class*="col-"]{
	margin-bottom: 50px;
	width: 50%;
}
#textHer2 div[class*="col-"]:nth-child(1){
	text-align: left;
}
#textHer2 div[class*="col-"]:nth-child(2){
	text-align: center;
}
#textHer2 div[class*="col-"]:nth-child(3){
	text-align: center;
	margin-left: 25%;
}

#textHer2 figure{
	position: relative;
	z-index: 1;
}
#textHer2 figure:before{
	content: '';
	position: absolute;
	bottom: -25px;
	left: calc(50% - 183px);
	width: 366px;
	height: 39px;
	background: url(../images/herramientas/shadow.png) center no-repeat;
	background-size: cover;
	z-index: -1;
}
#textHer2 div[class*="col-"]:nth-child(1) img{
	margin-right: auto;
	z-index: 2;
}
#textHer2 div[class*="col-"]:nth-child(2) img{
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
#textHer2 div[class*="col-"]:nth-child(3) img{
	margin-left: auto;
	z-index: 2;
}


.contentHer2a{
	margin-right: auto;
	display: inline-block;
}
.contentHer2b{
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
.contentHer2c{
	margin-left: auto;
	display: inline-block;
}
.titleHer2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #404040;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 48px;
}
#textHer2 ul{
	list-style: none;
}
#textHer2 ul li a{
	text-align: left !important;
	width: 100%;
	display: block;
	color: #616161;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 40px;
	letter-spacing: 0.25px;
	padding-left: 34px;
	background: url(../images/herramientas/lia.png) left center no-repeat;
}
#textHer2 ul li a:hover{
	text-decoration: none;
	background: url(../images/herramientas/lihover2.png) left center no-repeat;
	color: #7e161e;
}

#formTop{
	position: relative;
	padding-top: 64px;
	padding-bottom: 70px;
}
#frmContacto{
	overflow: hidden;
}
#formTop .tit{
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 0px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	background: #383838; 
	padding: 20px 0;
}
#formTop .subtit{
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0px;
	position: relative;
	text-align: center;
	background: #717171; 
	padding: 12.5px 5px;
	margin-bottom: 9px;
}
#frmContacto .row{
	margin: 0 -4.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 4.5px;
}
#frmContacto .form-group{
	margin-bottom: 9px
}
#frmContacto .form-control{
	display: block;
	height: 49px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Lato", serif;
	font-size: 12px;
	font-weight: 400;
	color: #a6a5a5;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #b5b5b5;
	padding-left: 20px;
}
#frmContacto .textarea{
	height: 140px;
	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: 76px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
}
#frmContacto input[type=reset]{
	margin-right: 5px;
}
#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: #7e161e;
}
#dirMap .tit{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-align: center;
	color: #ffffff;
	padding: 32px 0;
}
#dirMap .tit img{
	margin-right: 3px;
}
#textCont1{
	margin-top: 15px;
	background: #7e161e;
}
.titleCont1{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 30px 0;
}
.contentFormTop{
	display: flex;
	flex-wrap: wrap;
}
.cntFtop{
	width: calc(100% - 298px);
	padding-right: 20px;
}
.cntFace{
	width: 298px;
}
.cntFace .headFB {
    background: #37599a;
    height: 30px;
    color: #FFF;
    margin-right: 2.5px;
}
.cntFace .headFB span {
    display: block;
    padding: 2px 0 0 15px;
    font-weight: bold;
}
.cntInputs{
	height: auto;
	margin-top: 22px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.metodoC{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #616161;
	font-family: 'Verdana', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0px;
}
.metodoC label{
	font-weight: 400;
	font-size: 11px;
}
.metodoC .label1{
	margin-left: 25px;
	margin-right: 15px;
}
.inputs{
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.ingresar{
	position: absolute;
	right: 90px;
	top: 20px;
	height: 53px;
	display: flex;
	align-items: center;
}
.ingresar div{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f1f1f1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.25px;
}
.ingresar div img{
	margin-right: 4px;
}
.ingresar a:hover{
	color: #ffffff;
	text-decoration: none;
}