@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Montserrat:wght@400;600&display=swap');
* {
padding: 0;
margin:0;
box-sizing: border-box;
}
body{
box-sizing: border-box;
background-color: #000000;
color: #F6F6F6;
}
.header {
padding: 2% 0% 0% 15%;
}
.header__menu{
display: flex;
gap: 80px;
}
.header__menu__link {
font-family: 'Montserrat', sans-serif;
font-size: 24px;
font-weight: 600;
color: #22D4FD;
text-decoration: none;
}
.header__menu__link:hover {
color: #007bff;
}
.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: 'Krona One', sans-serif;
}
.titulo-destaque {
color: #22D4FD; ;
}
.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__enlaces__subtitulo{
font-family: 'Krona One', sans-serif;
font-size: 24px;
font-weight: 400;
}
.presentacion__enlaces__link{
width: 378px;
text-align: center;
border-radius: 8px;
font-size: 24px;
font-weight: 600;
padding: 21.5px 0;
text-decoration: none;
color: #f6f6f6;
font-family: 'Montserrat', sans-serif;
border: 2px solid #22D4FD;
display: flex;
justify-content: center;
gap: 16px;
}
.presentacion__enlaces__link:hover{
background-color: #272727;
}
img{
display: flex;
align-items: center;
text-align: center;
background-color: #000000;
color: #22D4FD;
border-radius: 50%;
gap: 10px;
}
.soyyo{
display: flex;
align-items: center;
justify-content: center;
width: 150px;
height: 150px;
}
.presentacion__contenido__datos{
font-family: 'Krona One', sans-serif;
font-size: 20px;
display: flex;
justify-content: center;
background-color: #22D4FD;
color: #000000;
}
.infodatospersonales{
font-family: 'Montserrat', sans-serif;
font-size: 24px;
display: flex;
align-items: start;
text-align: center;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
}
.footer{
background-color: #22D4FD;
padding: 24px;
color: #000000;
text-align: center;
font-family: 'Montserrat', sans-serif;
font-size: 24px;
font-weight: 400;
}