@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	 box-sizing: border-box;
	font-family:'Raleway', sans-serif;
	}
	
/*16px =12pt = 100%= 1em*/
.contenedor{
	width: 100%;
 box-sizing: border-box;
}
.header-nav{
	width: 100%;
	background: #003A69;
}
header{
	color: rgba(0,58,105,1.00);
	background: #003A69;
    list-style: none;
    list-style-type: none;
	text-align: center;
	margin: 0 auto;
	width: 40%;
	height: 100px;
	 display:inline-block;
	
	 
	}
header img{
	width: 35%;
	vertical-align:bottom;
}
.menu_bar {
	display:none;
}
.icon-menu{
	padding: 0 20px;
}
.menu_bar1 {
		display:inline-block;
		width:59%;
	height: 100px;
		z-index: 1000;
		
	font-style: normal;
		top: 0;
		
		vertical-align:bottom;
	text-align: right;
	
		
	}
 
	.menu_bar1 .bt-menu {
		display:block;
		padding:20px;
	
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		background: #003A69;
		overflow: hidden;
		font-size:25px;
		font-weight:bold;
		color:#fff;
		text-decoration:none;
	}


	
	nav {
		width: 20%;
		margin:0;
		position: fixed;
		right:-100%;
		font-size: 20px;
		/*top:0px;*/
		overflow:auto;
		z-index: 1000;
			background: #FFFFFF;
		

			
		
		height: calc(32% - 80px);
		
		margin: 0;
	
	}
 
	nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255,.3);
border: 1px solid #878787;
		padding: 10px;
	}
 
	nav ul li a{
		color: #5E5E5E;
		text-decoration: none;
	}
nav ul li:hover{

		background: #878787;
}
	nav ul li a:hover{
			color: #FFFFFF;
	}
	
	nav ul li:hover .children {
		display: none;
	}
	

 
	nav ul li .children {
		width: 100%;
		position: relative;
	}
 
	nav ul li .children li a {
		margin-left:20px;
		font-size: .8em;
	}
 
	nav ul li .caret {
		float: left;
	}
/*	
nav{
	color:#fffff;
    list-style: none;
    list-style-type: none;
	text-align:right;
	margin: 0 auto;
	width: 59.5%;
	height: 100px;
	 display:inline-block;
	vertical-align:bottom;
	
	
	
}


nav ul{
	margin: 0 auto;
	max-width:100%;
	text-align:center;
	
	
	
}

 nav ul li{
	 	list-style: none;
    list-style-type: none;
	text-decoration: none;
	
	 vertical-align:middle;
	 padding: 10px;
	 transition: border 0.1s linear 0.08s;
	font-size:2em;
	
	 }
 nav ul li a {
	-webkit-transition: opacity 2s ease;
	-moz-transition: opacity 2s ease;
	-ms-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	transition: opacity 2s ease;
	 list-style: none;
    list-style-type: none;
	text-decoration: none;
	  
	  
}
nav ul li a {

	color: #ffffff;
    font-size: .8em;
	transition: font-size 0.1s linear 0.08s;
	

	
}

 nav ul li a:hover{
	 color: #FFFFFF;
	 font-size: .90em;
	text-decoration-style: solid;
	  border-left: 1px solid #FFFFFF;
	
	 
}

/*
/**
 nav ul li:hover{
border: solid;	
	 border-left: none;
	 border-right: none;
	 border-top: none;
	 border-bottom-color:  #878787;
	 background-color: white;
	 
}
*/

/*submenu*/

nav ul li a span {
	margin-right:5px;
}
 
 nav ul li:hover .children {
	display:block;
	
}
 
 nav ul li .children {
	display: none;
	background:#fff;
	position: absolute;
	width:20%;
	z-index:1000; 
	
	 
	 
}
 
 nav ul li .children li {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid rgba(183,18,32,.5);
	position: relative;
 
}


nav ul li .children li a {
	display: block;
	color:#666;
	font-size:16px;
	
}
 nav ul li .children li a:hover {
	color:#fff;
}
 nav ul li .children li a span {
	float: right;
	position: relative;
	top:2px;
	margin-right:0;
	margin-left:10px;
	 
}
 
 nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}


br{
	height: 20px;
}
p{
	text-align: justify;
}
.contenedor-article{
	background: #E0E0E0;

}
article{
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding: 30px;
	
	
}

article h2{
	font: "Futura Bold", "Futura Condensed ExtraBold", "Futura Condensed Medium", "Futura Koyu", "Futura Medium", "Futura Medium Italic";
	font-size: 16 pt;
	color: #003A69;
	padding: 10px 0px 0px 0px;
	height: 70px;

}

article img{
	text-align: center;
	width: 100%;
	
}
article p{
	font-family: "Helvetica Neue LT Std 47 Light Condensed", "Helvetica Neue LT Std 75 Bold", "Helvetica Neue LT Std 77 Bold Condensed";
		height: 80px;
}

.div-servicios{
	background: #003A69;
	color: #FFFFFF;
	
	
}
.div-servicios h2{
	padding-left:40px;
	padding-top:20px;
}
.div-servicios img{
	width: 70%;
}
.div-servicios article{

	text-align:center;
	}
.div-servicios p{
	
	text-align:center;
	}

	.section-all p {
	
	height:auto;
	

	}


section .whatsapp-fijo{
	z-index: 1000;
	position:fixed;
	width: 15%;
	right: 0;
}
section .whatsapp-fijo a{
	text-align: right;
	object-position: right;
		
}
section .whatsapp-fijo a img{
width: 100%;
}
/**clientes*/
.contenedor-article-section .img-section-clientes {
	text-align: center;
	width: 100%;
	
}
.img-section-clientes img{
	width: 20%;
	
}
/**SERVICIOS**/
	.section-all article {
	
	width:79%;
	
	}
	.contenedor-article-section .img-section-all {
	width:20%;
	display:inline-block;

text-align:right;
	}
		.img-section-all img {
	width:40%;

	
	}
	.contenedor-article-section{
	background: #ffffff;

}
.div-servicios-espacio{
	background:#E0E0E0;
	height:200px;
	}
/*seccion contacto*/
.section-contacto .contenedor-article-form form{

}
form p{
	padding: 15px 30px ;
	
	}
.form {
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
	padding: 10px;
	width: 50%;
-webkit-box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.35);
-moz-box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.35);
box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.35);	
	
	}

form input{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #000000;
	padding: 10px 0px;
	width: 90%;
	text-align: center;
	
	
}
form textarea{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #000000;
	width: 90%;
	height: 150px;
	padding: 10px 0px;
}

.enviar, .reset{
	width: 10%;
	margin: 10px;
}

.enviar:hover, .reset:hover{
		background: #003A69;
	color: #FFFFFF;
}
footer{
	background: #2D2D2D;
	color:#ffffff;
}
footer p{
	height: 0%;
}

footer p img{
	width: 5%;
	vertical-align: middle;
}
footer p{
text-align: center;
}
footer a{
color: #FFFFFF;
list-style: none;
list-style-type: none;
text-decoration:none;
}




@media screen and (max-width: 800px) {
	
		body {
		padding-top:80px;
		
	}
	
	.menu_bar1 {
		display:none;
	}
	.icon-menu{
	padding: 0px;
}
	/*
	.menu_bar span {
    float: right;
    font-size: 40px;
		z-index: 2000;
		
		
}
	
	.menu_bar {
		display:block;
		width:100%;
		z-index: 1000;
		font-family: Arial Rounded MT Bold;
	font-style: normal;
		top: 0;
		position: fixed;
		
		vertical-align:middle;
		z-index: 2000;
		
		
	}
 
	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
			background: #003A69;
		overflow: hidden;
		font-size:25px;
		font-weight:bold;
		color:#fff;
		text-decoration:none;
	}
	
.menu_bar span {
		float: right;
		font-size: 40px;
	}
 
	 nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
		 background-image:url(../img/fondo-nav.png);
		  background-repeat:repeat;
	}
 
	nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}
 
   nav ul li a{
		display: block;
	}
 
	nav ul li:hover .children{
		display: none;
	}
   nav ul li: hover .children {
		  display:none;}
		  
   nav ul li .children {
		width: 100%;
		position: relative;
	
	}
 
	nav ul li .children li a {
		margin-left:20px;
	}
 
	nav ul li .caret {
		float: right;
	}
	
	*/
	
	.menu_bar span {
    float: right;
    font-size: 40px;
		z-index: 1000;
		
		
}
	
	.menu_bar {
		display:block;
		width:100%;
		z-index: 1000;
		
	font-style: normal;
		top: 0;
		position: fixed;
		
		vertical-align:middle;
		
		
	}
 
	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		background: #003A69;
		overflow: hidden;
		font-size:25px;
		font-weight:bold;
		color:#fff;
		text-decoration:none;
	}
	

 

	
	nav {
		width: 80%;
		margin:0;
		position: fixed;
		left:-100%;
		/*top:0px;*/
		overflow:auto;
		z-index: 1000;
			background: #434750;
		
		height: calc(100% - 80px);
		right:100%;
		margin: 0;
	}
 
	nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255,.3);
		

	}
 
	nav ul li a{
		color: #FFFFFF;
	}
	
	nav ul li:hover .children {
		display: none;
	}
	

 
	nav ul li .children {
		width: 100%;
		position: relative;
	}
 
	nav ul li .children li a {
		margin-left:20px;
		font-size: .8em;
	}
 
	nav ul li .caret {
		float: left;
	}
 header{
	 display: none;
	 }
article{

width:100%;
	}
	.contenedor-article-section article{
		width:100%;
		}
	.contenedor-article-section .img-section-all {
	width:100%;
	display:inline-block;

text-align:center;
	}
		.img-section-all img {
	

	
	}
	
	
	.form {

	width: 95%;

	
	}

form input{

	width: 95%;

	
}
form textarea{

	width: 95%;

}

.enviar, .reset{
	width: 100%;
}
	
	article h2{

		height: 100px;
}
}