@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: 1010px;}
.container:before,
.container:after{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}

#header{
	width: 100%;
	z-index: 3;
	background: url(../images/bgheader.png) center no-repeat;
	background-size: cover;
	height: 88px;
	position: absolute;
	top: 0;
	left: 0;
}
#logo{
	display: block;
	width: 200px;
	position: absolute;
	top: 7.5px;
	left: 15px;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
}

#redes{
	width: auto;
	height: 88px;
	position: absolute;
	top: 0;
	right: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes a{
	color: #ffffff;
	height: 26px;
	width: 26px;
	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/red1.png) center no-repeat;
}
#redes .tw{
	background: url(../images/redes/red2.png) center no-repeat;
}
#redes a:hover,#redes a:focus{
	opacity: 0.85;
	text-decoration: none;
}

#topMenu{
	background: transparent;
	height: 88px;
	width: 100%;
}
#menu{
	margin: auto;
	position: absolute;
	left:250px;
	top: 0;
	height: 88px;
}
#menu ul{
	margin: 0;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
}

#menu li a{
	display: block;
	color: #313131;
	position: relative;
	background: transparent;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	line-height:88px;
	height: 88px;
	padding: 0;
}
#menu li a:before{
	content: '';
	position: absolute;
	right: -0.5px;
	top:calc(50% - 8.5px);
	width: 1.1px;
	height: 19px;
	background: url(../images/bgli.png) center no-repeat;
}
#menu li a span{
	padding: 4px 20px;
	line-height: 19px;
	position: relative;
}
#menu li:last-child{
	float: right
}
#menu li:last-child a:before{
	width: 0;
	height: 0;
}
#menu li.active a span:before, #menu li a:hover span:before, #menu li a:focus span:before{
	position: absolute;
	content: '';
	width: 75%;
	left: 12.5%;
	bottom: 0;
	height: 1px;
	background: #232323;
}
#menu li.active a span:after, #menu li a:hover span:after, #menu li a:focus span:after{
	position: absolute;
	content: '';
	width: 15px;
	left: calc(50% - 7.5px);
	bottom: -1px;
	height: 3px;
	background: #232323;
}


/*Footer*/
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background:#0c0c0c;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 43px; 
}
#footer .container{padding-top:18px; padding-bottom:17px; font-family:inherit; font-size:inherit}
#footer .tfooter{
	color:#FFF;
	line-height:16px;	
	text-align:center;
}
#footer #powered {
	color:#FFF; 
    line-height: 16px;
    margin: 0 auto 0;
    margin-top: 5px;
    width: auto;
	text-align:center;
}
#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*/




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


#sliderTop:before{
	display: block;
	content: "";
	position: absolute;
	height: 6px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.60);
	z-index: 2;
}
#sliderTop .caption{
	background: rgba(255,255,255, 0.15);
	width: 52%;
	bottom: 25px;
	position: absolute;
	left: 0;
	text-align: left;
	height: 134px;
}
#sliderTop .caption.bg2{
	background: rgba(0,0,0, 0.2);
}
#sliderTop .caption article{
	display: inline-block;
	text-align: left;
	width: 360px;
	position: absolute;
	right: 20px;
}
#sliderTop .caption .titleslider strong{
	font-weight: 700;
	display: block;
	color: #ffffff;
	text-transform: uppercase;
}
#sliderTop .caption .titleslider{
	font-weight: 200;
	display: block;
	font-size: 26px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Oswald", serif;
	line-height: 40px;
	padding-bottom: 27px;
	padding-top: 27px;
}

#sliderTop{
	height: 400px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 400px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img{
	display: none;
}
.flex-direction-nav .flex-prev {
	margin-left: 260px;
}
.flex-direction-nav .flex-next {
	margin-left: 305px;
}

#main{
	overflow: hidden
}
#textHome1{
	background: #242424;
	padding: 100px 0;
}
#textHome1 .titleBienvenidos{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 17px;
	border-bottom: solid 1px rgba(255,255,255,0.25);
	margin-bottom: 10px;
	line-height: 28px;
}
.contentHome1{
	line-height: 24px;
	font-size: 16.5px;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}
.contentHome1 span{
	font-size: 18px;
	font-weight: 900;
}
#textHome2{
	padding-top: 90px;
	padding-bottom: 88px;
}
#textHome3{
	background: url(../images/inicio/fondo1.png) center no-repeat;
	background-size: cover;
	height: 496px;
	position: relative;
	margin-bottom: 8px;
	z-index: 1;
}
#textHome3:before{
	content: '';
	position: absolute;
	top: 0;
	width: 10px;
	height: 100%;
	left: calc(50% - 5px);
	background: #ffffff;
	z-index: 2;
}
#textHome3:after{
	content: '';
	position: absolute;
	bottom: 1px;
	width: 958px;
	height: calc(100% - 5px);
	left: calc(50% + 5px);
	background: rgba(0,0,0,0.8);
	z-index: 2;
}
#textHome3 .container{
	z-index: 3;
}
.titleHome3{
	background: rgba(255,255,255,0.85);
	height: 89px;
	color: #212121;
	font-family: 'Oswald', sans-serif;
	font-size: 33px;
	font-weight: 500;
	line-height: 89px;
	text-align: right;
	padding-right: 40px;
	position: absolute;
	bottom: 40px;
	left: 0;
	width: calc(100% - 20px);
	text-transform: uppercase;
}
.titleHome3:before{
	content: '';
	position: absolute;
	top: 0;
	left: -500px;
	width: 500px;
	height: 100%;
	background: rgba(255,255,255,0.85);
}
.titulo3{
	height: 496px;
	position: relative;
}
.contentHome3{
	height: 496px;
	display: flex;
	align-items: center;
	padding-left: 50px;
}
.contentHome3 .itemHome3{
	display: flex;
	align-items: center;
	height: 95px;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	color: #ffffff;
	padding-right: 15px;
	position: relative;
}
.contentHome3 .borderItem:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1.2px;
	width: 356px;
	background: url(../images/lineas.png);
}
.contentHome3 .itemHome3 .span1{
	padding-left: 11px;
}
.contentHome3 .itemHome3 .span2{
	padding-left: 24px;
}
.contentHome3 .itemHome3 .span3{
	padding-left: 20px;
}
#titulosBinvenida{
	background: #242424;
	height: 93px;
}
#titulosBinvenida .container{
	line-height: 93px;
	color:#ffffff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}
#textNosotros1{
	padding: 79px 0;
}
.contentNosotros1{
	height: 272px;
	display: flex;
	align-items: center;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 17px;
	line-height: 24px;
	text-align: left;
	padding-right: 55px;
}
.contentNosotros1 span{
	font-weight: 900;
}
#textNosotros2{
	position: relative;
	background: url(../images/nosotros/bg1.jpg) center no-repeat;
	background-size: cover;
	height: 452px;
}
#textNosotros2 .bg2{
	height: 452px;
	width: 956px;
	position: absolute;
	background: url(../images/nosotros/bg2.jpg?) center no-repeat;
	background-size: cover;
	top: 0;
	right: 58%;
}
.contentNosotros2{
	height: 452px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.contMision{
	width: 421px;
	text-align: right;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	color: #4c4c4c;
	font-size: 15px;
	line-height: 24px;
}
.contMision span{
	font-weight: 900;
}
.titleMision{
	height: 60px;
	width: 257px;
	background: #1d1d1d;
	border-radius: 30px;
	margin-left: auto;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	color: #ffffff;
	line-height: 60px;
	margin-bottom: 22px;
	font-family: 'Arial', sans-serif;
}
#textNosotros3{
	background: url(../images/nosotros/bg3.png) center no-repeat;
	background-size: cover;
	padding: 69px 0;
}
#textNosotros3 img{
	margin-left: 25px;
	margin-top: 35.5px;
	margin-bottom: 35.5px;
}
.vision{
	margin-left: 0;
	background: #c6c7ca;
	color: #313131;
}
.contentNosotros3{
	height: 296px;
	display: flex;
	align-items: center;
}
.contVision{
	width: 410px;
	text-align: left;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
}
.contVision span{
	font-weight: 900;
}
.bgServ{
	background: #e5e5e5;
	border-radius: 10px;
	position: relative;
	height: 286.4px;
	margin-top: 70px;
	margin-bottom: 70px;
	display: flex;
	align-items: center;
}
.bgServ img{
	width: 300px;
	position: absolute;
	right: 0;
	top: 0;
}
.contentServ{
	padding-right: 320px;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	color: #616161;
	padding-left: 25px;
	letter-spacing: 0.5px;
}
.contentServ span{
	font-weight: 700;
}
.titleServ{
	color: #053262;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 8px;
	border-bottom: solid 1px #aaaaaa;
}
.contentOfi1{
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #616161;
	padding: 40px 0;
}
.contentOfi1 span{
	color: #24335a;
	font-weight: 700;
}
#textOficina1{
	padding-bottom: 45px;
}
#textOficina1 img{
	margin: auto;
}

#formTop{
	position: relative;
	padding-bottom: 33px;
	padding-top: 27px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .infomas{
	color: #616161;
	font-family: "Arial", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	position: relative;
	margin-bottom: 25px;
	padding: 3px 0;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 5px;
}
#frmContacto .form-group{
	margin-bottom: 8px
}
#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: #5e5e5e;
	border: 1px solid #d6d6d6;
	box-shadow: inset 0 1px 1px transparent;
}
#frmContacto .textarea{
	height: 81px
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background:rgba(2,12,77,0.75); 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 83px;
	text-align: center;
	font-weight: 400;
	border-radius: 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:#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;
}
.tel2{
	margin-left: 5px;
}
.mt-submit{
	margin-top: 22px;
	flex-wrap: wrap;
	justify-content: center;
}
.contenedor-pfrm,.mt-submit{
	display: flex;
	align-items: center;
}
.correofrm, .correofrm a,.redesC{
	display: inline-flex;
	align-items: center;
	font-family: 'Arial', sans-serif;
	color: #616161;
	font-size: 16px;
}
.correofrm a:hover,.correofrm a:focus{
	text-decoration: none;
}
.correofrm img{
	margin-right: 5px;
}
.redesC a{
	height: 36px;
	margin: 0 3px;
}
.redesC a:hover,.redesC a:focus{
	text-decoration: none;
	opacity: 0.8;
}
.div1{
	width: 35%;
}
.div2{
	width: 40%;
}
.div3{
	width: 120px;
	justify-content: flex-end;
}
.div4{
	width: 100%;
	justify-content: center;
	margin-top: 20px;
}
#dir{
	padding: 15.5px 0;
	background: #113a71;
}
#dir .container{
	color:#fffefe;
	font-family: "Arial", serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
#dir .container i{
	width: 10px;
	height: 15px;
	display: inline-block;
	background: url(../images/icoDir.png) center no-repeat;
	background-size: contain;
	margin-right: 3px;
}