@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

body {
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Merienda', cursive;
    color: #424651;
    padding: 20px;
    background-color: #f9f9f9;
}

h1 {
    color: #068589;
    text-align: center;
    font-family: 'Merriweather', sans-serif; 
    margin-top: 10px;
}

header img {
    border-radius: 50%;
    max-width: 100%;
    width: 160px; 
    height: auto;
    padding: 10px;
    margin: auto; 
    display: block; 
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

nav {
    display: flex;
    justify-content: center; 
    align-items: center; 
    background-color: #95EDEE;
    flex-direction: row;
}

nav ul{
    list-style: none;
}

nav a {
    list-style: none;
    text-decoration: none;
    color: black;
    padding: 5px 10px;
    display: block;
}

main ul{
    list-style: none;
    text-align: justify;
}

h2{
    font-family: 'Merriweather', sans-serif; 
    text-align: center;
    color: #424651;
}

.card {
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-title {
    background-color: #95EDEE; 
    color: #153131;
    padding: 20px; 
    border-radius: 5px 5px 0 0; 
    margin-bottom: 10px; 

}


iframe {
    width: 100%; 
    height: 500px;
    margin-top: 20px;
}

footer {
    text-align: center;
    margin-top: 100px;
}

#menu{
    display: none;
}


.hero {
	margin: 10px auto;
	position: relative;
	border: 1px solid rgba(0,0,0,.1);
	height: 100%;
}

.hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.herolabel {
	position: absolute;
	top: 80px;
	left: 400px;
	background: radial-gradient(#ffffff, #A7B4CF);
	border: 1px solid rgba(0,0,0,.75);
	padding: 1.5rem;
	box-shadow: 0 0 3rem #fff;
	opacity: 0.75;
	/* Buenas */
}

.herolabel p {
	margin: 0;
	padding: .25rem;
	font-weight: 700;
	font-size: 2rem;
	font-family:"Great Vibes", serif;
}



