#col-izda{
    padding-bottom: 100px;
}
section #posts1{
    margin-bottom: 80px;
}
section  #posts1 .post1 > div{ 
    height: 500px;
    min-height: fit-content;
    background-position: center center;
    background-size: cover;
}
section #posts1 .post1 a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
section #posts1 .post1 a > div{
    width: 100%;
    height: 100%;
    display: table;
}
section #posts1 .post1 a > .img-multiply{
    width: 100%;
    height: 100%;
    backgrund-blend-mode: multiply;
    mix-blend-mode: multiply;
    display: block;
    position: absolute;    
    left: 0;
    top: 0;
    background-image: url(../../../../images/inicioFront/post1-filtro.png);
    background-position: center center;
    background-size: cover;
}
section #posts1 .post1 a > .img-multiply + div {
    position: relative;
}
section #posts1 .post1 a > div > .post-cont1{    
    width: 100%;
    height: 100%;
    padding: 20px;
    display: table-cell;
    vertical-align: bottom; 
}
section .posts .post .post-categoria span{
    width: 180px;
    max-width: 100%;
    margin-bottom: 10px;
    background-color: #fed400;
    color: black;
    font-family: 'proxima-nova',sans-serif; font-weight: 600;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}
/*section .posts .post .post-categoria a:hover{
    background-color: black;
    color: #fed400;
}*/
section #posts1 .post1 .post-cont1 .post-categoria1 span{
    margin-bottom: 0;
}
section .posts .post .post-tit{
    margin-top: 5px;
}

section #posts1 .post1 .post-cont1 .post-tit1{
    margin-bottom: 0;
    color: white;  
}
section #posts1 .post1 a:hover .post-cont1 .post-tit1{
    color: #fed400;
}
section .posts .post .post-fecha{
    margin-bottom: 10px;
    color: #868686;
    font-family: 'proxima-nova',sans-serif; font-weight: 600;
    font-size: 16px;    
}
section #posts1 .post1 .post-cont1 .post-fecha1{
    margin-bottom: 0;
    color: #fed400;   
}
section .posts .post .post-txt{
    line-height: 28px;
}

section .posts .post-img{
    position: relative;
}
section .posts .post-img:before{
    content: '';
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 12px solid #fed400;
    position: absolute;    
    top: 30px;
    z-index: -1;
}

section #posts2 .post2,
section #posts3 .post3{
    margin-bottom: 40px;
}
section #posts4 .post4{
    margin-bottom: 20px;
}
section #posts2 .post2 .post-tit2,
section #posts3 .post3 .post-tit3{
    margin-top: 20px;
}
section #posts4 .post4 .post-tit4{
    margin-top: 10px;
}
section #posts2 .post2 .post-txt2,
section #posts3 .post3 .post-txt3{
    padding-bottom: 40px;
    border-bottom: 1px solid #004f17;
}
section #posts4 .post4 .post-txt4{
    padding-bottom: 20px;
    border-bottom: 1px solid #004f17;
}
section #posts3 > div:nth-of-type(3) .post3 .post-txt3,
section #posts3 > div:nth-of-type(4) .post3 .post-txt3,
section #posts4 > .post4:last-of-type .post-txt4{
    border-bottom: none;
}

section #posts2 .post2 .post-img2:before{
    right: 30px;
}
section #posts2 .post2 .post-img2 img{
    padding-left: 30px;
    padding-bottom: 30px;
}
section #posts2 > div:first-of-type .post2,
section #posts3 > div:nth-of-type(odd) .post3{
    padding-right: 20px;
}
section #posts2 > div:nth-of-type(2) .post2,
section #posts3 > div:nth-of-type(even) .post3{
    padding-left: 20px;
}
section #posts3 > div:nth-of-type(3){
    clear: left;
}

section #paginador{
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
section #paginador > *{
    width: 35px;
    height: 35px;
    padding: 9px;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    font-family: 'proxima-nova',sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin-left: -1px;
}
section #paginador .fa{
    font-family: 'FontAwesome';
}
section #paginador > a:hover{
    background-color: #ffee99;
}
section #paginador > span{
    border: 1px solid #d5d5d5;
    color: #d5d5d5;
    position: relative;
    z-index: -1;
}
section #paginador .paginador-act{
    background-color: #ffee99;
}
section #paginador .primeira,
section #paginador .ultima{
    width: auto;
    border-radius: 3px;
}
section #paginador .primeira{
    margin-right: 4px;    
}
section #paginador .ultima{
    margin-left: 3px;
}
section #paginador .anterior{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;    
}
section #paginador .seguinte{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;    
}


#dcha #div-buscador .input-group{
    width: 100%;
    border-bottom: 1px solid #004f17; 
    position: relative;
}
#dcha #div-buscador .fa{
    font-size: 20px;
    color: #004f17;
    position: absolute;
    left: 0;
    top: 6px;
}
#dcha #div-buscador #buscador{
    border: none;           	
    padding-left: 30px;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

#dcha #div-buscador,
#dcha #categorias,
#dcha #archivo{
    padding-bottom: 30px;
}

#dcha #categorias > div{
    border-top: 0.5px solid #d5d5d5;
}
#dcha #categorias > div:last-of-type{
    border-bottom: 0.5px solid #d5d5d5;
}
#dcha #categorias .categoria,
#dcha #archivo .hemerotecaFecha{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 13px;    
    display: block;
}
#dcha #categorias .categoria:hover,
#dcha #categorias .categoria-act,
#dcha #archivo .hemerotecaFecha:hover,
#dcha #archivo .hemerotecaFecha-act{
    border-left: 5px solid #004f17;
    background-color: #e5eCe6;
}

#dcha #recientes .ultimo{
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #d8d8d8;
}
#dcha #recientes .ultimo:last-of-type{
    border-bottom: 1px solid #d8d8d8;
}
#dcha .ultimo-fecha{
    margin-bottom: 10px;
    color: #868686;
    font-family: 'proxima-nova',sans-serif; font-weight: 600;
    font-size: 16px;    
}
#dcha .ultimo-tit{
    font-family: 'proxima-nova',sans-serif; font-weight: 600;
    font-size: 18px; 
    line-height: 20px;
}
#dcha .ultimo-tit a{
    color: #004f17;
}
#dcha .ultimo-tit a:hover{
    color: black;
}
#dcha .ultimo-categoria{
    color: #fed400;
    font-family: 'proxima-nova',sans-serif; font-weight: 800;
    font-size: 14px; 
    text-transform: uppercase;
}

@media(max-width: 767px){      
    section .posts .post .post-txt{
        line-height: 22px;
    }
    
    section #posts1{
        margin-bottom: 60px;
    }
    section  #posts1 .post1 > div{ 
        height: 355px;
    }
    section #posts2 .post2,
    section #posts3 .post3 {
        margin-bottom: 20px;
    }
    section #posts2 > div:first-of-type .post2,
    section #posts3 > div:nth-of-type(odd) .post3{
        padding-right: 0;
    }
    section #posts2 > div:nth-of-type(2) .post2,
    section #posts3 > div:nth-of-type(even) .post3{
        padding-left: 0;
    }
    section #posts3 > div:nth-of-type(3) .post3 .post-txt3{
        border-bottom: 1px solid #004f17;
    }    
    section #posts3 .post3 .post-tit3{
        margin-top: 0;
    }
    section #posts2 .post2 .post-txt2,
    section #posts3 .post3 .post-txt3{
        padding-bottom: 20px;
    }
    section #posts4 .post4 .post-txt4{
        padding-bottom: 20px;
    }    
    
    section #paginador .primeira,
    section #paginador .ultima{
        width: 35px;
    }
}