section #categorias .categoria .categoriaItem {
    margin: 0;
    vertical-align: middle;
}
section #posts h2 {
    color: #7daed3;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}
section #posts .post {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
section #posts .post + .post {
    padding-top: 10px;
    border-top: 1px dotted #ccc;
}
section #posts .post > span {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}
section #posts .post > div {
    margin-left: 10px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
section #posts .post h3 {
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
}
/*section #posts .post h3 a {
    color: #AAA;
}
section #posts .post h3 a:hover {
    color: #AAA;
    text-decoration: underline;
}*/
section #posts .post .categoria{
/*    padding: 0 3px;
    margin-bottom: 2px;
    border: 1px solid #0000ff;
    display: inline-block;*/
    font-size: 10px;
}
section #posts .post .categoria4, .categoria4{
    border-color: #0000b0;
    color: #0000b0;
}
section #posts .post .categoria5, .categoria5{
    border-color: #c80000;
    color: #c80000;
}
section #posts .post .categoria6, .categoria6{
    border-color: #a100d6;
    color: #a100d6;
}
section #posts .post .categoria8, .categoria8{
    border-color: #006700;
    color: #006700;    
}
section #posts .post .categoria1:hover,
section #posts .post .categoria2:hover,
section #posts .post .categoria3:hover,
section #posts .post .categoria4:hover{
    border-color: #AAA;
    color: #AAA;    
}

@media (min-width: 1200px) {
    section #posts > div:nth-of-type(4n + 1) {
        clear: left;
    }
    section #posts > div:nth-of-type(n + 5) {
        margin-top: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    section #posts > div:nth-of-type(3n + 1) {
        clear: left;
    }
    section #posts > div:nth-of-type(n + 4) {
        margin-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    section #posts > div:nth-of-type(2n + 1) {
        clear: left;
    }
    section #posts > div:nth-of-type(n + 3) {
        margin-top: 20px;
    }
}
@media (min-width: 768px) {
    section #categorias .categoria {
        margin-left: 15px;
    }
}
@media (max-width: 767px) {
    section #categorias .categoria {
        margin-top: 5px;
        display: block;
    }
    section #categorias .categoria .categoriaItem {
        margin-left: 5px;
        float: right;
    }
    section #posts > div + div {
        margin-top: 20px;
    }
}