body{



  background-repeat: no-repeat;
  
  background-size: cover;

}
.h{
	width: 100%;
	height: 350px;
	background: url("../fondo.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.h img{
	margin: 0 auto;
	
}

.texto{
	font-family: 'Pavanam', sans-serif;



text-align: center;
;

}
p{
	color: #000;
}
.info{
	color: #000;
}
.pie{
	position: absolute;
	margin: 0 auto;
	top:50%;
	width:100%;
	
}

@media (max-width: 768px) { 
	body{
		
		
  		background-repeat: no-repeat;
  		
  		background-size: cover;
	}
	.pie{
		position: absolute;
	margin: 0 auto;
	top:50%;
	
	}
	.foto{
		
		
		width: 30%;
	}
	.texto{
		font-size: 15em;
		
	}

 }
@media (max-width: 992px) { 
	body{
		
		
  		background-repeat: no-repeat;
  		
  		background-size: cover;
	}
	.pie{
		position: absolute;
	margin: 0 auto;
	top:55%;
	
	}
	.h{
		height: 300px;
	}
	.foto{
		
		
		width: 30%;
	}
	.texto{
		font-size: 2em;
		;
	}

 }



 @media (max-width: 480px) { 
	.pie{
		position: absolute;
	margin: 0 auto;
	top:40%;
	
	}
	.texto{
		font-size: 1em;
		
	}

 }

 @media (max-height: : 768px) { 
	body{
		
	}
	.texto{
		font-size: 0.6em;
		
	}

 }
 @media (max-height: : 480px) { 

	.texto{
		font-size: 0.5em;
		
	}

 }