section .section-tit {
    border-bottom: 0;
    margin-bottom: 2px;
}
section .post-sharer {
    margin-top: 15px;
    margin-bottom: 20px;
}
section .post-sharer a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
}
section .post-sharer a:hover {
    background-color: white;
}
section .post-sharer .fa-facebook {
    background-color: #3A589B;
}
section .post-sharer .fa-facebook:hover {
    color: #3A589B;
}
section .post-sharer .fa-twitter {
    background-color: #598DCA;
}
section .post-sharer .fa-twitter:hover {
    color: #598DCA;
}
section .post-sharer .fa-google-plus {
    background-color: #D95032;
}
section .post-sharer .fa-google-plus:hover {
    color: #D95032;
}
section .post-sharer .fa-envelope {
    background-color: #0624FE;
}
section .post-sharer .fa-envelope:hover {
    color: #0624FE;
}
section .post-sharer .fa-whatsapp {
    background-color: #5CCA77;
}
section .post-sharer .fa-whatsapp:hover {
    color: #5CCA77;
}
section .post-text p,
section .post-text ol,
section .post-text ul {
    margin-bottom: 20px;
}
section .post-text ol,
section .post-text ul {
    margin-left: 40px;
}
section .post-cat {
    padding: 10px;
    border-top: 1px dashed #1d1d1b;
    border-bottom: 1px dashed #1d1d1b;
    margin-bottom: 40px;
    font-size: 13px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
section .post-cat a {
    color: #7daed3;
}
section .post-cat a:hover {
    color: #d1d1db;
}
section .post-subtit {
    margin-bottom: 10px;
    color: #7daed3;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}
section .post-gal .row {
    margin-left: -10px;
    margin-right: -10px;
}
section .post-gal .row > div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
section .post-gal a {
    display: block;
}
section #comentarios .comentario {
    border-bottom: 1px dotted #1d1d1b;
    margin-bottom: 10px;
}
section #formComentario .row {
    margin-left: -10px;
    margin-right: -10px;
}
section #formComentario .row > div {
    padding-left: 10px;
    padding-right: 10px;
}
section #formComentario .form-control {
    border-radius: 0;
}
section #recientes h2 {
    margin-top: 5px;
    margin-bottom: 15px;
    color: #7daed3;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
section #recientes .post {
    padding-bottom: 15px;
    border-bottom: 1px dashed #1d1d1b;
    margin-bottom: 15px;
    font-size: 11px;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
}
section #recientes .post > div {
    margin-left: 10px;
}
section #recientes .post a {
    color: #1d1d1b;
}
section #recientes .post a:hover {
    color: #7daed3;
}
section #recientes .post h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
section #recientes .post h3 a {
    color: #7daed3;
}
section #recientes .post h3 a:hover {
    color: #1d1d1b;
}