@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}
@font-face {
  font-family: "Myriad Pro";
  src: url('../fonts/myriadpro-regular.otf');
}
body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 1180px;}
.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: 102px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 67, 139, 0.75);
}
#logo{
	display: block;
	width: 157px;
	height: 145px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-right: 10px;
	position: absolute;
	top: 0px;
	left: 15px;
	z-index: 3;
}
#logo a{
	position: relative;
	z-index: 4;
}
#logo img{
	display: block;
	width: 100%;
	position: relative;
}
#logo::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 719px;
	height: 100%;
	background: url('../images/bglogo.png') center no-repeat;
	background-size: cover;
	border-bottom-right-radius: 75px;
}
#topMenu{
	height: 102px;
	width: 100%;
	position: relative;
}
#menu{
	margin: auto;
	position: absolute;
	top: 0;
	right: 15px;
	height: 102px;
	text-align: center;
}
#menu ul{
	margin: 0;
	position: relative;
	display: inline-block;
}
#menu ul::before,
#menu ul::after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	padding: 0px;
}
#menu li:nth-child(2) a{
	border-left: 0;
}
#menu li a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 600;
	line-height: normal;
	height: 102px;
	text-align: center;
	padding: 0px 25px;
	border-left: solid 1px rgba(214,215,213,0.5);
	border-right: solid 1px rgba(214,215,213,0.5);
}
#menu li a span{
	position: relative;
}
#menu li:first-child{
	display: none;
}
#menu li:last-child{
	float: right;
	background: transparent;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #fff;
}
#menu li.active a::before, #menu li a:hover::before, #menu li a:focus::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 100%;
	height: 3px;
	background: #fff;
}
#menu #submenu{
	position: absolute;
	bottom: -265px;
	left: 0px;
	width: 100%;
	height: 268px;
	background: rgba(255, 105, 0, 0.85);
	padding-top: 3px;
	display: none;
}
#menu #submenu li:first-child{
	display: block;
}
#menu li.open #submenu{
	display: block;
}
#menu #submenu::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
}
#menu li#lServicios a span{
	display: inline-flex;
	align-items: center;
}
#menu li#lServicios a::before{
	width: 0;
	height: 0;
}
#menu li#lServicios a span.caret2{
  display: inline-block;
  width: 15px;
  height: 8px;
  background: url('../images/caret2.png') center no-repeat;
  margin-left: 0px;
  position: absolute;
  bottom: -14px;
  left: calc(50% - 7.5px);
}
#menu #submenu li{
	position: relative;
	border-bottom: solid 1px rgba(244, 244, 244,0.25);
	width: 100%;
	padding: 0px;
}
#menu #submenu li:last-child{
	border-bottom: 0;
}
#menu #submenu li a{
	display: flex;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	align-items: center;
	width: 100%;
	justify-content: center;
	text-align: center;
	line-height: 18px;
	height: 39px;
	padding: 0px;
	font-size: 13px;
}
#menu #submenu li:nth-child(3) a{
	height: 67px;
}
#menu #submenu li a:hover,#menu #submenu li a:focus,#menu #submenu li.active a{
	text-decoration: none;
	background: rgba(14, 14, 14, 0.35);
	color: #fff;
}
#menu #submenu li a::before{
	width: 0 !important;
	height: 0 !important;
}
#logoMovil{
	display: none;
}


/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #374043;
	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;
	float: none;
	min-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-bottom: 6px;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: center;
	justify-content: center;
	float: none;
	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;
}

/*==================     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: 420px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 420px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.contentSliderTop{
	position: relative;
	height: 100%;
}
.contentSliderTop .caption{
	position: absolute;
	bottom: 45px;
	right: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.contentSliderTop .caption::before{
	content: '';
	position: absolute;
	width: 997px;
	height: 287px;
	top: calc(50% - 143.5px);
	left: calc(50% - 551px);
	background: url('../images/banner/shadow.png') center no-repeat;
	background-size: cover;
}
.contentSliderTop .caption strong{
	font-weight: 800;
	font-size: 42px;
	display: block;
}
.tit1asltop{
	position: relative;
	z-index: 2;
}
.contentSliderTop .caption .titNarST{
	font-weight: 700;
	font-size: 25px;
	width: 370px;
	height: 65px;
	border-radius: 40px;
	background: rgba(255, 104, 0, 0.85);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 10px;
	position: relative;
	z-index: 2;
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}
#textHome1{
	padding-top: 159px;
	padding-bottom: 150px;
}
.contentHome1{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.itemHome1{
	width: 50%;
}
.itemHome1b{
	padding-left: 3px;
}
.itemHome1a{
	padding-top: 7px;
}
.cntHome1{
	max-width: 500px;
	padding-right: 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14.5px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
	padding-top: 0px;
}
.titleHome1{
	color: #454545;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 5px;
	position: relative;
	border-bottom: solid 1px rgba(97, 97, 97, 0.35);
}
.fancybox-inner {
  height: 350px !important;
}
.titleHome1::before{
	content: '';
	position: absolute;
	bottom: -1.5px;
	height: 3px;
	left: 0;
	width: 200px;
	background: #343434;
}
.itemHome1b a{
  position: relative;
  display: block;
  max-width: 582px;
}
.itemHome1b a::after {
  content: "";
  display: block;
  height: 60px;
  width: 61px;
  background: url('../images/inicio/play.png') center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  opacity: .7;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}
.itemHome1b a:hover::after {
  opacity: 1;
}
#textHome2{
	background: url('../images/inicio/fondo1.webp') center no-repeat;
	background-size: cover;
}
.contentHome2{
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bgwrapA{
	background: rgba(21, 21, 21, 0.2);
}
.itemHome2a{
	width: 154px;
}
.itemHome2b{
	width: calc(100% - 154px);
	padding-left: 46px;
	padding-right: 5px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
}
.titleHome2{
	font-weight: 700;
	font-size: 30px;
	line-height: 22px;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#textHome3{
	background: #f1f1f1;
}
.contentHome3{
	height: 500px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-left: calc(50% + 18px);
	padding-right: 24px;
	padding-top: 0px;
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #6f6f6f;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-align: left;
}
.imgHome3{
	position: absolute;
	top: 59px;
	left: -20px;
}
.imgHome3 img{
	width: 370px;
}
.contentHome3 span{
	display: inline;
}
.titleHome3{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 32px;
	letter-spacing: -0.25px;
	color: #363636;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: solid 1px #bfbfbf;
}
.titleHome3 strong{
	color: #ff6800;
	font-weight: 800;
}
.titleHome3::before{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 282px;
	height: 1px;
	background: #585858;
}
.titleHome3b{
	margin-top: 52px;
}
#textHome4{
	background: #354667;
}
.contentHome4{
	height: 832px;
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 50%;
}
.contentHome4::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 961px;
	background: url('../images/inicio/fondo2.webp') center no-repeat;
	background-size: cover;
}
.home4{
	padding-right: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 0px;
	text-align: left;
}
.home4 span{
	display: block;
}
.titleHome4{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d6d7d5;
	width: 217px;
	height: 49px;
	border-radius: 24.5px;
	font-weight: 700;
	font-size: 24px;
	color: #354667;
	margin-bottom: 10px;
	margin-top: 25px;
}
.titleHome4a{
	margin-top: 0px;
}
#textHome5{
	background: #ff6800;
	text-align: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 28px;
	letter-spacing: 0px;
	padding: 40px 15px;
}
#textHome6{
	padding-top: 52px;
	padding-bottom: 48px;
}
#textHome6 .row{
	margin: 0 -8px;
}
#textHome6 div[class*="col-"]{
	width: 20%;
	padding: 0 8px;
	margin-bottom: 16px;
}
.contentHome6{
	max-width: 217px;
	height: 135px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: dashed 1px #c8c8c8;
}
#textForma1{
	padding-top: 184px;
	padding-bottom: 175px;
}
.contentForma1{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	flex-wrap: wrap;
}
.itemForma1{
	width: 50%;
}
.itemForma1a{
	padding-bottom: 0px;
	padding-right: 9px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 13.5px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #747474;
	text-align: left;
}
.itemForma1b{
	padding-left: 25px;
}
.itemForma1b img{
	margin-left: auto;
	margin-right: 0;
}
.titleForma1{
	font-size: 28px;
	color: #454545;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 33px;
	margin-bottom: 7px;
}
.titleForma1 strong{
	font-weight: 800;
	color: #005bb6;
}
#textForma2{
	background: url('../images/formacion/fondo1.webp') center no-repeat;
	background-size: cover;
	padding-top: 75px;
	padding-bottom: 113px;
}
.titleForma2{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #fff;
	margin-bottom: 50px;
}
.bordeForma1{
	border:  solid 5px #fd4e4b;
	height: 238px;
}
.bordeForma2{
	border:  solid 5px #ae74c2;
	height: 205px;
}
.bordeForma3{
	height: 185px;
	border:  solid 5px #008ba1;
}
.bordeForma4{
	border:  solid 5px #ff9832;
	height: 165px;
}
.contForma2{
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemForma2a{
	width: calc(25% - 9.5px);
	margin-right: 12.66px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #fff;
}
.itemForma2a:last-child{
	margin-right: 0px;
}
.titForma2a{
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 55px;
	line-height: 40px;
	letter-spacing: 0px;
	margin-bottom: 9px;
	margin-top: 5px;
}
.colorForma2a{
	color: #fd4e4b;
}
.colorForma2b{
	color: #ae74c2;
}
.colorForma2c{
	color: #008ba1;
}
.colorForma2d{
	color: #ff9832;
}
.desForma2{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.titleForma2 strong{
	font-weight: 800;
}
.titleForma2-2{
	margin-top: 50px;
	margin-bottom: 0px;
}
#textForma3{
	background: #005bb6;
	padding: 65px 0;
}
#textForma3 .tit{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
}
#textForma3 .tit strong{
	font-weight: 800;
}
#textForma4{	
	padding-top: 100px;
	padding-bottom: 0px;
}
#textForma4 .tit{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 38px;
	line-height: 28px;
	color: #454545;
	letter-spacing: -0.1px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 43px;
	padding-bottom: 37px;
	position: relative;
}
#textForma4 .tit::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 209px);
	width: 418px;
	height: 1px;
	background: rgba(40, 40, 40, 0.35);
}
#textForma4 .tit strong{
	color: #fd5c00;
	font-weight: 800;
}
.contentForma4{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	position: relative;
}
.itemForma4{
	width: calc(33.333% - 10px);
	margin-right: 15px;
	margin-bottom: 47px;
}
.itemForma4:nth-child(3),.itemForma4:nth-child(6){
	margin-right: 0px;
}
.cntForma4{
	max-width: 347px;
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #616161;
	text-align: center;
}
.cntForma4 img{
	border-top-left-radius: 50px;
}
.cntForma4 figcaption{
	background: #fd5c00;
	height: 73px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-top: 2px;
	border-bottom-right-radius: 25px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: center;
	padding: 0 5px;
	margin-bottom: 10px;
}
#textSec1{
	padding-top: 227px;
	padding-bottom: 217px;
}
.titleSec1{
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin-bottom: 24px;
}
.textoSec1{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #747474;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
}
.contentSec2{
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.itemSec2{
	height: 711px;
	width: calc(50% - 6px);
	margin-right: 12px;
	position: relative;
	margin-bottom: 12px;
}
.itemSec2:last-child{
	margin-right: 0px;
}
.itemSec2a{
	padding-right: 24px;
	display: flex;
	align-items: center;
}
.itemSec2::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 954px;
	height: 100%;
	background: url('../images/security/fondo1.jpg') center no-repeat;
	background-size: cover;
}
.itemSec2b::before{
	right: auto;
	left: 0;
	background: url('../images/security/fondo2.webp') center no-repeat;
	background-size: cover;
}
.titleSec2{
	position: relative;
	z-index: 2;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 38px;
	letter-spacing: -0.1px;
	text-transform: uppercase;
	text-align: left;
	color: #0075d8;
	margin-bottom: 34px;
}
.texto2Sec2{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
	position: relative;
	z-index: 2;
	margin-bottom: 35px;
}
.itemSec2-1{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
	position: relative;
	z-index: 2;
	margin-bottom: 25px;
	padding-left: 10px;
	padding-right: 0px;
}
.itemSec2-1::before{
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 4px;
	height: 36px;
	background: #ff6700;
}
.itemSec2-1:last-child{
	margin-bottom: 0px;
}
#textSec3{
	background: url('../images/security/fondo3.webp') center no-repeat;
	background-size: cover;
	padding-top: 139px;
	padding-bottom: 100px;
}
.titleSec3{
	color: #fff;
	margin-bottom: 70px;
}
.titleSec3 strong{
	color: #fff;
}
#textSec3 .row{
	margin: 0 -10px;
}
#textSec3 div[class*="col-"]{
	padding: 0 10px;
	margin-bottom: 50px;
}
#textSec3 figure{
	max-width: 338px;
	margin-right: auto;
	margin-left: auto;
}
#textSec3 figure img{
	box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.4);
	border-top-left-radius: 35px;
	border-bottom-right-radius: 35px;
}
#textSec4{
	background: url('../images/security/fondo4.webp') center no-repeat;
	background-size: cover;
}
.contentSec4{
	height: 1163px;
	display: flex;
	align-items: center;
	padding-right: calc(50% - 33px);
}
.sec4{
	padding-right: 33px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
}
.sec4a{
	padding-right: 31px;
}
.sec4 strong{
	font-weight: 800;
}
.titleSec4{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #454545;
	line-height: 24px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 20px;
}
.titleSec4 strong{
	color: #005bb6;
	font-weight: 800;
	display: block;
}
.titleSec4b{
	margin-top: 52px;
}
#bgSec4{
	display: none;
}
#formTop{
	position: relative;
	padding-bottom: 100px;
	padding-top: 131px;
}
#frmContacto{
	overflow: hidden;
}
.titleCont1{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 50px;
	color: #454545;
	letter-spacing: -0.1px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin-bottom: 23px;
}
#frmContacto .tit{
	color: #747474;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.25px;
	position: relative;
	margin-bottom: 26px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -3.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 3.5px;
}
#frmContacto .form-group{
	margin-bottom: 8px
}
#frmContacto .form-control{
	display: block;
	height: 74px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Open Sans", serif;
	font-size: 13px;
	font-weight: 400;
	color: #959595;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 0;
	padding-left: 20px;
}
#frmContacto .textarea{
	height: 148px;
	padding-top: 22px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:52px; 
	margin-right: auto;
	margin-left: auto;
	background: #ff6800; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 93px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 36px;
}
#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:  0.75;}
.frmContacto input:-moz-placeholder {color:#959595; opacity:  0.75;}
.frmContacto input::-moz-placeholder {color:#959595; opacity:  0.75;}
.frmContacto input:-ms-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#959595; opacity:  0.75;}
.frmContacto textarea:-moz-placeholder {color:#959595; opacity:  0.75;}
.frmContacto textarea::-moz-placeholder {color:#959595; opacity:  0.75;}
.frmContacto textarea:-ms-input-placeholder {color:#959595; opacity:  0.75;}
.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;
}

#textMap{
	height: 350px;
	position: relative;
}
.cntCapt{
	display: inline-block;
	position: relative;
	margin-top: 31px;
}
.cntCapt #html_element{
	position: absolute;
	top: 0;
	left: 0;
}
.contentContacto2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemContacto2{
	position: relative;
	width: 50%;
	height: 109px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemContacto2 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
}
.itemContacto2 a img{
	margin-right: 8px;
	width: 30px;
}
.itemContacto2::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 960px;
	height: 100%;
	background: #2d2d2d;
}
.itemContacto2b::before{
	background: #3f3f3f;
	right: auto;
	left: 0;
}
.itemC2{
	position: relative;
	z-index: 2;
}
.itemContacto2a{
	padding-left: 20px;
	padding-right: 20px;
}
.itemContacto2b{
	padding-left: 20px;
	padding-right: 20px;
}
#textContacto3{
	background: #004291;
}
#textContacto3 .tit{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.25px;
	text-align: center;
	padding: 40px 0px;
}