
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&family=Work+Sans:ital,wght@1,600&display=swap');

*{
	padding: 0px;
	margin: 0px;
	box-sizing:border-box;
	font-family: 'Work Sans', sans-serif;
}

body{
	margin: 0vh;
	padding: 0vh;
}

a{
	text-decoration: none;
}

.contenedorInfo{
	display: flex;
	flex-direction: row;
	width: 100%;
}

.imgInfo{
	width: 100%; 
}

.cajaInfo{
	display: flex;
 	background-color: grey;
	padding-top: 1vh;
	padding-bottom: 1vh;
}

.cajaCarrousel{
	display: flex;
	background-color: beige;
	justify-content: center;
	padding-top: 1vh;
	padding-bottom: 1vh;
}

.tamañoCarrousel{
	width: 100vh;
}

header img{
	width: 10vh;
	margin-right: 3vh;
}

.navbar-brand{
	font-family: 'Oswald', sans-serif;
	font-size: 8vh;
}

footer p{
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 4vh;
	padding: 1vh;
	margin: 0vh;
	margin-top: 3vh;
	color: rgb(0, 0, 0);

}

h1{
	margin-top: 6vh;
	margin-bottom: 6vh;
	font-size: 7vh;
	text-align: center;
	background-color: azure;
}

h2{
	font-size: 5vh;
	color: rgb(0, 66, 66);
	margin-top: 6vh;
	margin-bottom: 2vh;
	padding-left: 2vh;
}

p{
 font-size: 4vh;
 margin: 4vh;
}

.subtitulo{
	background-color: antiquewhite;
	text-align: center;
	padding: 2vh;
}

button{
	background-color: rgb(243, 158, 0);
	border: none;

}