section{
    padding-top: 60px;
    padding-bottom: 60px;
}
section #section-top{
    text-align: center;
}
section #section-top .div-select{
    text-align: left;
}
section #section-top .div-select .select-group > .fa:before {
    content: '\f107';
}
section #section-top hr{
    width: 85px;
    border-top: 4px solid #1a2b7d;
    margin: 10px auto;
}
section #section-top .section-tit{
    color: #1a2b7d;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.0px;
    word-spacing: 1.0px;
}
section article .section-sub {
    margin-bottom: 0;
    color: #1a2b7d;
    font-size: 32px;
    font-weight: 700;
}
section #section-top #categorias{
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

/* SELECT */
.select-group{
    position: relative;
}
.select-group .form-control{
    height: 54px;
    padding: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    box-shadow: 3px 3px 6px #dbdcdc;;
    border-radius: 0;
    color: #666666;
    padding-right: 30px;
    font-size: 14px;
    text-transform: uppercase;
}
.select-group .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.select-group .fa{
    color: black;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 18px;
    z-index: -1;
}

section .post{
    margin-bottom: 30px;
    font-size: 14px;
}
section .post .post-cont{
    margin-top: 20px;
    text-align: center;
}
section .post .post-tit {
    margin-bottom: 5px;
    color: #1a2b7d;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
section .post .post-sub,
section .post .post-esp{
    margin-bottom: 10px;
}
section .post .post-clt span,
section .post .post-cat span:first-of-type,
section .post .post-pot span,
section .post .post-spf span,
section .post .post-esp span{
    font-weight: 400;
}
section .post .post-cat span:last-of-type{
    text-transform: uppercase;
}
section .post .post-txt{
    font-style: italic;
}

section #paginador{
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 40px;
    font-weight: 400;
    text-align: center;
}
section #paginador > *{
    margin-left: 10px;
    margin-right: 10px;
}
section #paginador a{
    font-weight: 300;
    color: #666666;
}
section #paginador a:hover{
    color: #1a2b7d;
}
section #paginador .paginador-act{
    color: #1a2b7d;
    font-weight: 400;
    text-decoration: underline;
}
section #paginador .paginador-act:hover{
    color: black;
}


@media(min-width: 768px){
    section .post:nth-of-type(odd){
        clear: left;
    }
}
@media(max-width: 767px){
    section .post .div-img{
        margin-bottom: 20px;
    }
}
