section{
    padding-bottom: 60px;
}

#cTecnico{       
    margin-left: -20px;
    margin-right: -20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#cTecnico .miembro{
    padding-left: 20px;
    padding-right: 20px;    
    margin-bottom: 50px;
}
#cTecnico .miembro .miembroImg{
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
}
#cTecnico .miembro .miembroImg:before{
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 12px solid #004f17;
    position: absolute;    
    top: 20px;
    left: 20px;
    z-index: -1;
}
#cTecnico .miembro .miembroCar,
#cTecnico .miembro .miembroNom{
    padding-left: 20px;
}
#cTecnico .miembro .miembroCar{   
    color: #004f17;
    font-family: 'proxima-nova',sans-serif; font-weight: 800;
    font-size: 28px;
}
#cTecnico .miembro .miembroNom{
    font-family: 'proxima-nova',sans-serif;
    font-size: 18px;    
}
#cTecnico .miembro .miembroNom span{
    font-family: 'proxima-nova',sans-serif; font-weight: 600;
    text-transform: uppercase;
    display: block;
}


section .noticias-tit{
    width: 390px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #004f17;
    font-family: 'proxima-nova',sans-serif; font-weight: 600;
    font-size: 36px;
    line-height: 42px;    
    text-align: left;
    display: inline-block;
    position: relative;
}
section .noticias-tit span{
    display: block;
}
section .noticias-tit:before{
    content: '';
    width: 270px;
    height: 55px;
    padding: 5px 10px;
    border: 12px solid #fed400;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: -1;
}

section #posts1{
    margin-bottom: 60px;
}
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 .post-fecha2,
section #posts2 .post2 .post-tit2,
section #posts2 .post2 .post-categoria2,
section #posts2 .post2 .post-txt2{
    margin-right: 40px;
}*/
section #posts2 .post-img2:before,
section #posts3 .post-img3:before{
    right: 30px;
}
section #posts2 .post-img2 img,
section #posts3 .post-img3 img{
    padding-left: 30px;
    padding-bottom: 30px;
}


section #posts4 .post4{
    padding-top: 25px;
    border-top: 1px solid #004f17;
    margin-top: 25px;
}

@media(max-width: 767px){
    #cTecnico{           
        -webkit-justify-content: center;
        justify-content: center;
    }
        
    section .noticias-tit{
        width: 300px;
    }    
    section .noticias-tit:before{
        width: 200px;
    }
    
    section  #posts1 .post1 > div{ 
        height: 355px;
    }
    section #posts2 .post2 .post-tit2,
    section #posts3 .post3 .post-tit3{
        margin-top: 20px;
    }
    section #posts2 .post2 .post-txt2,
    section #posts3 .post3:first-of-type .post-txt3{
        padding-bottom: 40px;
        border-bottom: 1px solid #004f17;
        margin-right: 0;
    }  
    section #posts3 .post3:first-of-type .post-txt3{
        margin-bottom: 20px;
    }
    section .posts .post .post-txt{
        line-height: 22px;
    }
}
@media(max-width: 400px){
    section .noticias-tit{
        width: 150px;
    }    
    section .noticias-tit:before{
        width: 100px;
    }
}