.nuestraAgencia{
	height: auto;
	width: 99.3%;
}
.nuestraAgencia p,
.nuestraAgencia span{
	font-size: 1rem;
	text-align: center;
	font-family: 'raleway';
	margin-left: 20px;
	margin-right: 20px;
}

.nuestraAgencia p{
		text-align: justify;
	}
a{
	text-decoration: none;
	font-family:'raleway'; 
}
.nuestraAgencia section figure{
	width: 90%;
	margin:0px;
	margin-left: 5%;
	margin-top: 50px;
}
.nuestraAgencia section figure figcaption{
	font-size: .6rem;
	position: relative;
	top:-60px;
	margin-left: 70%; 
	text-align: right;
	display: inline-block;
	width: 30%;
	color:rgba(0,0,0,.8);

}
.nuestraAgencia section figure figcaption a{
	text-decoration: none;
	color:rgba(0,0,0,.5);
}

.nuestraAgencia section img{
	height: 100%;
	width: 100%;	
}
header{
	height: 150px;
}

header{
	/*height: 140px;*/
	display: inline-block;
	

	height: auto;
	display: inline-block;
	width: 100%;
	position:fixed;
	top:0px; 

	
}
 
header nav figure{
	height: 35px;
	width: 35px;
	display: inline-block;

}
header nav figure img{
	height: 100%;
	width: 100%;
}

header nav figure:nth-child(3){

	/*border:solid black 1px;*/
	height: 35px;
	width: 35px;
	display: inline-block;
	margin: 0px;
	position: absolute;
	top: 60px;
	right: 12%;
	/*right: 38px;*/
}

  header nav figure:nth-child(4){

	border:solid #0C2749 1px;
	height: 35px;
	width: 35px;
	display: inline-block;
	margin: 0px;
	position: absolute;
	top: 60px;
	right: 2%;
	border-radius: 6px;
}
header nav{
	position:fixed;
	top:0px; 
	background-color: white;
	width: 100%;
	margin:0px;
	padding: 0px;

}

header nav ul{
	/*border:solid black 1px;*/
	margin:0px;
	padding: 0px;
	background-color: #0C2749;
	display: inline-block;
	width: 98%; 
	display: none;
}

 header nav ul li{
	border:solid white 2px;
	padding: 0px;
	width: 100%;
	display: block;
	text-align: center;
}

header nav ul li a{
	text-decoration: none;
	color: white;
	font-family: raleway;
	font-weight: bold;
	margin: 0px;
	line-height: 40px;
	padding: 10px 30px;
}

 #logo{

	/*border: solid red 1px;*/
	margin-top: 20px;
	
	width: 200px;
	height: 100px;
	margin-left: 1%;
	display: inline-block;
}


 #logo img{

	height: 100%;
	width: 100%;
	margin-left: 20px;
	
}

#facebook{
margin-right: 30px;
}

#contenido{
	/*position: relative; importante*/
	top: 100px;
	height: auto;
	}



#img{
	height: 200px;
	width: 100%;
	margin:0px;
	margin-top: 100px; /*importante*/
}
#img img{
	height: 100%;
	width:100%;
}
.nuestraAgencia section{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.nuestraAgencia article{
	width: 100%;
	height: auto;
	
	}
#nosotros article p:nth-child(1){
	margin-top: 50px;
	font-size: 1.5rem;
}
#nosotros article p:nth-child(2){
	font-weight: bold;
	margin-bottom: -10px;
}
#responsive{
	background-color: rgba(0,0,0,.06);
}
#responsive article{
	margin-bottom: 50px;

}
#responsive article p:last-child{
	margin-bottom: 50px;
}
#responsive article p:nth-child(2){
	font-weight: bold;
	margin-bottom: -10px;
}
#responsive article ul li{
	font-family: raleway;
	text-align: left;
	margin:5px 9%;
}
#history p:nth-child(1){
	font-size: 1.5rem;
}
#history p:nth-child(2){
	margin-bottom: 25px;
}
#history p:nth-child(3){
	margin-bottom: 25px;
}
#history p:nth-child(4){
	margin-bottom: 50px;
}
#historia{
	width: 91%;
	height: 180px;
	margin-left:4.5%;

	
}
#historia img{
	height: 100%;
	width: 100%;
	
}
#directivos p{
	margin-bottom:-10px;
}
#directivos p:nth-child(1){
	font-size: 1.5rem;
	margin-bottom: 30px;
}
	#directivos p:nth-child(2),
	#directivos p:nth-child(4),
	#directivos p:nth-child(6){
		margin-bottom: 35px;
		
	}
#directivos span{
	font-weight: bold;
	margin:0px;
	color: black;
}
#directivos article p:nth-child(1){
	font-size: 1rem;
	margin-bottom:-10px;
}
.gray{
	color: gray;
}



#footer{
	background-color: #0C2749;
}
#footer div{
	width: 98%;
	margin-left: 1%;
	text-align: center;

}

#footer div:nth-child(1){
	padding-top: 20px;

}

#footer div:nth-child(4){
	padding-bottom: 20px;
}

#footer div p{
	color: white;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}


#footer div #fb{
	margin-left: 46%;
	width: 33px; /*scroll horizontal**/
}

	



@media screen and (min-width: 480px){	
	.nuestraAgencia section figure{
		height: 180px;
		width: 60%;
		margin-left: 20%;
	}
	#img{
		height: 250px;
	}
	#historia{
		height: 250px;
	}

	#directivos p:nth-child(2),
	#directivos p:nth-child(4),
	#directivos p:nth-child(6){
		margin-bottom: 35px;
		
	}

}
@media screen and (min-width: 767px){
	.nuestraAgencia section figure figcaption{
		top:-60px;
		margin-left: 50%; 
		width: 50%;
		color:rgba(0,0,0,1);
	}
	.nuestraAgencia section figure figcaption a{
		text-decoration: none;
		color:rgba(1,1,1,.8);

	}
	#img{
		width: 90%;
		margin-left: 5%;
		height: 280px;
	}
	.nuestraAgencia p{
		text-align: justify;
	}
	#responsive{
		margin-left: 10%;
		width: 80%;
	}
	#history figure {
		margin-left: 10%;
		width: 80%;

	}

	#responsive article{
		width: 29%;
		display: inline-block;
		vertical-align: top;
	}
	#responsive article p{
		text-align: left;
	}
	#responsive article ul li{
		text-align: left;
		margin-left: -10px;
	}
	#responsive article figure{
		margin-left: 10px;
		width: 90%;
		height: 120px;
		margin-top: 10%;
		margin-bottom: 20px;
	}

	#responsive article:nth-child(2),
	#responsive article:nth-child(3){
		margin-left: 5%;
	}
	
	#nosotros article p:nth-child(1){
		text-align: center;
	}
	#nosotros article p:nth-child(2),
	#nosotros article p:nth-child(3){
		margin-left: 10%;
		margin-right: 10%;
	}
	#history p:nth-child(1){
		text-align: center;
	}
	#history p:nth-child(2),
	#history p:nth-child(3),
	#history p:nth-child(4){
		margin-left: 10%;
		margin-right: 10%; 
	}
	#historia{
		width: 90%;
		margin-left: 5%;
	}
	#directivos{
		margin-left: 10%;
		margin-right: 10%;
		width: 80%;
	}
	#titulo{
		text-align: center;
	}
	#directivos span{
		margin-left: -17px;
	}
	#directivos p:nth-child(2),
	#directivos p:nth-child(4),
	#directivos p:nth-child(6){
		margin-bottom: 35px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
}
@media screen and (min-width: 950px){

		#contenido{
		top:0px !important; /*604*/
	}
	#logo{
		margin-left: 0px;
		padding: 0px;
	}

	header nav{
		display: inline-block;
	
		height: auto;
		width: 100%;

		
		padding: 0px;
		margin: 0px;
		background-color: white;
	}
	header nav ul{
	margin: 0px;
	padding: 0px;
	width: 74%;
	position: absolute;
	top: 60px;
	left: 200px;
	display: block !important;
	background-color: white;
}

header nav ul li{
        /*border:solid pink 2px;*/
		display: inline-block;
		width: 15%;
		margin: 0px;
		padding: 0px;
		border:none;
}

/*header nav ul li:nth-child(2){
		width: 18%;
		font-size: 13px;
	}*/
header nav ul li a{
		color: grey;
		padding: 0px;
		margin: 0px;
		 
	}

	header  nav figure:nth-child(4){

		display: none;
		
	}

	header  nav figure:nth-child(3){

		right: 1%;
		
	}
	.nuestraAgencia section figure figcaption{
		top:-40px;
		margin-left: 50%; 
		width: 50%;
		color:rgba(0,0,0,1);
		text-align:right;
	}

	#footer div p{
		text-align: left;
	}
	#footer div{
		width: 27%;
		vertical-align: top;
		display: inline-block;
		
	}
	#footer div:nth-child(1){
		margin-left: 8%;
		padding-top: 0px;
	}
	#footer div:nth-child(4){
		width: 40px;	
		padding-bottom: 0px;

	}

	


	



}