@import url(styleMenu.css);
@import url(banner.css);
@import url(contenido.css);
@import url(info.css);
@import url(req.css);
@import url(nosotros.css);
@import url(detalle.css);
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@1,300&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box; 
}
body{
	font-family: 'Fira Sans', sans-serif;
}
header{
	width: 100%;
	height: 75px;
	padding-top: 10px;
	background: #0d5555;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.contenedor{
	width: 98%;
	margin: auto;
}
h1{
	float: left;
}
header .contenedor{
	display: table;
}

/*footer*/
footer{
	margin-left: 100px;
	margin-right: 100px;
	flex-direction: row;
}
footer .contenedor{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 35px;
}
.copy{
	font-size: 20px;
	text-align: center;
	margin-bottom: 1px;
	flex-wrap: wrap;
	padding: 25px;
}
.redes{
	width: 100%;
	text-align: center;
	font-size: 35px;
	cursor: pointer;
	flex-wrap: wrap;
}
.redes a {
	color: #000000;
	text-decoration: none;
	text-align: center;
} 
/*#foot img{
	height: 85px;
    width: 80px;
	text-align: center;
	margin: 10px;

}*/

#foot {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#foot img {
    width: 100%;
    max-width: 300px;
    height: auto;
}
