@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    font-family: 'Poppins', sans-serif;
}

html {
    position: relative;
    min-height: 100%;
}

/*Mobile*/
html {
    font-size: 14px;
}
/*Web*/
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: 'Poppins', sans-serif;
}

body {
    margin-bottom: 60px;
}


/*Header*/
.navbar-toggler {
    border-color: transparent;
}

    .navbar-toggler .fas {
        color: white; 
    }

header.bg-light {
    background-color: #007bff !important;
    border-bottom: none;
}

/* Hover */
.nav-link.Menu {
    border-radius: 5px;
    color: #ffffff; 
    transition: color 0.3s, background-color 0.3s; 
}

    .nav-link.Menu:hover {
        color: #ffffff !important;
        background-color: #B2242A;
        border-radius: 5px;
    }
.nav-link.Menu-Resaltadoblack {
    border-radius: 5px;
    color: #ffffff;
    transition: color 0.3s, background-color 0.3s;
}

    .nav-link.Menu-Resaltadoblack:hover {
        color: #ffffff !important;
        background-color: #B2242A;
        border-radius: 5px;
    }

/*Menu*/
.Encabezado {
    background: #57B952;
    color: white !important;
}

.Menu {
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-top: 2px;
    cursor:pointer;
}
.Menu-Resaltado {
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-top: 2px;
}

.Menu-Resaltadoblack {
    color: white !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-top: 2px;
}
