
html {
    position: relative;
    min-height: 100%;
    font-size: 16px;
}

footer {
    padding: 1em 0;
    text-align: center;
    border-radius: 10px;
    margin-top: auto;
}

.log-titulo {
    margin: auto;
    text-align:center;
}

.log-card {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    min-width: 300px;
    max-width: 300px;
}

.log-text-1 {
    text-align: center;
}

div {
    margin-top: 3px !important;
}

.log-img {
    max-width: 98%;
}

.nav-fondo {
    background-color: forestgreen;
    border-radius: 10px;
    padding: 5px;
}

nav li {
   min-width: 60px;
}
    nav li a {
        color: white !important;           
    }
nav li a:hover {
    font-size:15px;
    background-color:lightgreen;
    border-radius:10px; 
    color:black !important;  
}

.color-sub {
    background-color:greenyellow;
}

.nav-sub-color {
    background-color: forestgreen;
}


@media (max-width: 991px)
{

    nav li {
        min-width: 40px;
        text-align:center;

    }

    nav ul li ul li {
        background-color:forestgreen;
    }

}
.tamaņo {
    min-width: 100%;
}

.descargaImg {
    height: 100px;
    margin: auto;
    max-width: 230px;
}

.descargabtn {
    margin: auto;
    max-width: 100px;
}

