html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}

/* img {
    width: 100%;
} */

.link-menu:hover {
    color: #71bdff !important;
    transition: 1s !important;
}

.fondo-oscuro {
    background: rgb(13, 50, 82);
    background: -moz-linear-gradient(0deg, rgba(13, 50, 82, 1) 0%, rgba(10, 25, 60, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(13, 50, 82, 1) 0%, rgba(10, 25, 60, 1) 100%);
    background: linear-gradient(0deg, rgba(13, 50, 82, 1) 0%, rgba(10, 25, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d3252", endColorstr="#0a193c", GradientType=1);
}

.card-transparent {
    background-color: transparent !important;
    /* Fondo transparente */
    border: none;
    /* Opcional: elimina el borde si no lo deseas */
}