/*@import "mixins/mixins-master";*/


/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/

:root {
    --Fuente: 'Roboto', sans-serif;
    --verde: #0f4a57;
    --VerdeOscuro: #0f3541;
}

aside .widget {
    margin: 2rem 0 1rem 0;
    /* Make sure select elements fit in widgets. */
}

aside .widget select {
    max-width: 100%;
}

aside .widget .widget-title {
    text-transform: uppercase;
    font-size: 1.2rem;
    border-bottom: 2px solid var(--verde);
    font-family: var(--Fuente);
    color: var(--verde);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

aside h2.widget-title {
    display: block;
}

aside .entry-content a {
    width: 33%;
}

aside .list-posts-widget article a {
    width: 33%;
    margin-right: 1rem;
}

aside .widget_list_title a {
    width: auto !important;
    margin: 0 !important;
    font-size: 1.1rem;
}

aside .mostrar-autor a {
    color: #000 !important;
    font-weight: normal !important;
    font-size: .9rem;
}

#sticky_sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    margin: 1rem 0;
}