@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body{
    min-height: 100vh;
    flex-direction: column;
    display: flex;
    background-image: url(./img/imagenFondo2.jpg);
    background-position: center;
    background-size: cover;
    }
main{
        flex-grow: 1;
    }
.disabled-link {
    pointer-events: none;
    color: rgb(86, 85, 85);
    text-decoration: none;
}
.h6class{
     font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.bg-nuevo{
    background-color: rgba(117, 118, 117, 0.439);
    border-radius: 10px;
}
.btn-secondary{
    background-color: orangered;
}
.bg-secondary2{
    /* background-color: rgb(61, 61, 61); */
    background: rgb(33,33,33);
    background: linear-gradient(129deg, rgba(33,33,33,1) 0%, rgba(89,89,89,1) 50%, rgba(191,191,191,1) 100%);
}