section #section-top {
    min-height: 300px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: white;
    background-image: url('../../images/posts/fondo.jpg');
    background-size: cover;
    background-position: center center;
}
section #section-top h1 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 300;
    text-transform: uppercase;
}
section h2 {
    font-weight: 400;
    text-transform: uppercase;
}
section #noticia-destacada {
    padding-top: 50px;
    line-height: 1.1;
}
section #noticia-destacada h2 {
    font-size: 36px;
}
section #listado {
    padding-bottom: 50px;
}

#listado .listado-post,
#noticia-destacada .listado-post {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

#listado .listado-post:before,
#listado .listado-post:after,
#noticia-destacada .listado-post:before,
#noticia-destacada .listado-post:after {
    display: none;
}

section #listado h2 {     
    font-size: 22px;
}
section #paginador {
    padding-bottom: 50px;
    font-size: 16px;
    text-transform: uppercase;
}
section #paginador .paginador {
    width: 38px;
    line-height: 32px;
    border: 1px solid #2d2d2d;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
section #paginador .paginador + .paginador {
    border-left: 0;
}
section #paginador .paginador-activo {
    background-color: #2d2d2d;
    color: white;
}

@media (min-width: 992px) {
    section #noticia-destacada {
        padding-bottom: 50px;
        font-size: 24px;
    }
    section #listado {
        font-size: 20px;
    }
    section #listado > .row {
        border-top: 1px solid  #2d2d2d;
        border-bottom: 1px solid #2d2d2d;
    }
    section #listado > .row + .row {
        margin-top: 40px;
    }
    section #listado .post-txt {
        margin-top: 15px;
    }
    section #listado .post-img {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    section #listado .post-txt, section #listado .post-img {
        padding-top: 20px;
        border-top: 1px solid #2d2d2d;
        margin-top: 20px;
    }
}
@media (min-width: 768px) {
    section #section-top h1 {
        font-size: 48px;
    }
}
@media (max-width: 767px) {
    section #section-top h1 {
        font-size: 36px;
    }
    section #noticia-destacada {
        text-align: center;
    }
    section #listado .post-txt {
        padding-top: 20px;
        border-top: 1px solid #2d2d2d;
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
}
