section{
    padding-bottom: 100px;
}
section .post{
    margin-bottom: 70px;
}
section .post .post-img{
    position: relative;
}
section .post .post-img a{
    margin-left: 15px;
    margin-bottom: 15px;
    display: block;
}
section .post .post-img:before{
    content: '';
    width: 100%;
    height: 100%;    
    border: 12px solid #fed400;
    position: absolute;    
    top: 30px;
    right: 15px;
    z-index: -1;
}
section .post .post-fecha{
    width: 75px;
    height: 75px;
    padding: 5px;
    background-color: #fed400;
    color: #004f17;
    line-height: 0.9;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}
section .post .post-fecha:after{
    content: '';
    width: 12px;
    height: 18px;
    background-image: url('../../../../images/dc_modulos/blog/actividades-fecha.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 100%;
    top: 12px;
}
section .post .post-fecha .fecha-dia{
    font-family: 'proxima-nova',sans-serif; font-weight: 800;
    font-size: 34px;
    
}
section .post .post-fecha .fecha-mes{
    font-family: 'proxima-nova',sans-serif; font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
section .post .post-fecha .fecha-ano{
    font-family: 'proxima-nova',sans-serif;
    font-size: 16px;
}

section #cargarMas,
section #cargarMas:active{    
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #004f17;
    color: #004f17;
    font-family: 'Pridi', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
}
section #cargarMas:focus,
section #cargarMas:hover{
    border-bottom: 1px solid black;
    color: black;
    background-image: none;
}
section #cargarMas:focus,
section #cargarMas:active{
    outline: none;
    box-shadow: none;
}

@media(max-width: 767px){
    section .post {
        margin-bottom: 30px;
    }
    section .post .post-tit{
        margin-top: 40px;
        font-size: 22px;
    }
}