/* Aside */



.seccion1 {
    margin: 0 !important;
}

.cabecera {
    font-size: 32px;
    color: #000;
    font-weight: normal !important;
}

aside {
    height: auto !important;
    min-height: 85vh !important;
    background-color: #fff;
    width: 15%;
    min-width: 12em;
    transition: 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); 
}

aside ul a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    width: 100% !important;
    padding: 1em 0em;
    font-size: 18px;
}

aside ul li i {
    margin: 1em;
    color: #39A900;
    font-size: 20px;
}

aside ul li {
    list-style: none;
    padding: 0;
    transition: .3s ease;
}

aside ul li:hover {
    background-color: rgba(180, 180, 180, 0.15) !important;
    cursor: pointer;
}

aside img {
    margin: auto;
}

aside ul {
    margin: .5em 0;
    padding: 0;
}

/* Aside ends */


@media (max-width: 850px) {
    aside {
        display: none;
    }
    .fondo80 {
        margin-top: 5em;
    }
}
