.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; padding: 21.5px 0px; border-radius: 8px; font-family: "Montserrat", sans-serif; font-size: 24px; font-weight: 600; text-decoration: none; color:#f6f6f6; border: 2px solid #22d4fd;
}