/*** COMÚN ***/

/*** SLIDER ***/

.slide-container-info {
    top: initial;
    bottom: 5px;
    
}

/*** SECCIONES ***/

    /* Entradas */ 

    .entry .grid.list {
        padding-bottom: 25px;
        border-bottom: 1px dashed #ccc;
        grid-template-columns: 1fr;
    }

    #post__imagen {
        height: auto;
    }

/*** LOGO ***/

#navbar .logo {
    max-width: 145px;
}

/*** IDIOMA ***/

#idioma a {
    width: 15px;
    padding: 1px 5px;
    font-size: 0.8em;
}