@media (max-width: 768px) {
.presentacion {
flex-direction: column;
flex-direction: column-reverse;
gap: 40px;
padding: 2% 2%;
}
.header {
padding: 5%; /* Ajusta según sea necesario */
}
.header__menu {
justify-content: center;
}
.presentacion__contenido{
width: 70%;
gap: 10px;
}
.presentacion__contenido__texto{
font-size: 1.5rem;
}
.presentacion__enlaces__subtitulo{
font-size: 1.2rem;
}
.presentacion__enlaces__link{
gap: 8px;
font-size: 1.2rem;
font-weight: 600;
padding: 21.5px 0;
}
.presentacion__contenido__titulo{
font-size: 1.5rem;
}
}