@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Montserrat&display=swap');
* {
padding: 0;
margin:0;
}
body{
box-sizing: border-box;
background-color: #040504;
color: #F6F6F6;
}
.header{
padding: 2% 0% 0% 15%;
}
.header__Menu{
display: flex;
gap: 80px;
}
.header__Menu__link{
font-family: 'Krona One', sans-serif;
font-size: 24px;
font-weight: 600;
color: #22D4FD;
text-decoration: none;
border-radius: 5px;
border: 1px;
}
.header__Menu__link:hover {
background-color: #1f4f47;
color: #0f0e0e;
}
.titulo-destaque {
color: #22D4FD; ;
}
.presentacion {
padding: 6% 15%;
display: flex;
align-items: center;
justify-content: space-between;
}
.presentacion__contenido{
width: 615px;
display: flex;
flex-direction: column;
gap: 40px;
}
.presentacion__contenido__titulo{
font-size: 36px;
font-family: 'Kron aOne', sans-serif;
}
.presentacion__contenido__texto{
font-size: 24px;
font-family: 'Montserrat', sans-serif;
}
.presentacion__enlaces{
display: flex;
justify-content: space-between;
flex-direction: column;
align-items: center;
gap: 32px;
}
.presentacion__enlase__sudtitulos{
font-family: "kroma One", sans-serif;
font-size: 24px;
font-weight: 400;
}
.presentacion__enlaces__link{
width: 378px;
text-align: center;
padding: 21.5px 0;
border-radius: 8px;
font-family: "Montserrat", sans-serif;
font-size: 24px;
font-weight: 600;
text-decoration: none;
color: #F6F6F6;
border: 2px solid #22D4FD;
display: flex;
justify-content: center;
gap: 10px;
}
.presentacion__enlaces__link:hover{
background-color: #272727;
}
.footer{
background-color: #22D4FD;
padding: 24px;
color: black;
text-align: center;
font-family: "Montserrat", sans-serif;
font-size: 24px;
font-weight: 400;
}