section{
    padding-bottom: 60px;
}

#equipo{
    padding-bottom: 160px;
}
#equipo > div{
    text-align: center;
}
#equipo > img{
    position: relative;
    z-index: -2;
}
.bloque{
    width: 600px;
    height: 275px;
    padding: 40px;
    margin-top: -80px;
    margin-left: -25px;
    background-color: white;
    box-shadow: 0 1px 14px 0 rgba(0,0,0,0.1);
    text-align: left;
    position: relative;
    display: inline-block;    
}
.bloque:before{
    content: '';
    width: 100%;
    height: 100%;  
    margin-right: 50px;
    margin-bottom: 50px;
    border: 12px solid #fed400;
    position: absolute;    
    top: 50px;
    left: 50px;
    z-index: -1;
}
#enlaces{
    text-align: left;
}
#enlaces h2{
    color: #004f17;
    font-family: 'proxima-nova',sans-serif; font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    /*text-align: center;*/
}
#enlaces div{
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#enlaces a{
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #004f17;
    color: #004f17;
    font-family: 'Pridi', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.0;
    display: inline-block;
}
#enlaces a:hover{
    border-bottom: 1px solid black;
    color: black;
    text-decoration: none;
}

section .plantilla-tit{
    width: 500px;
    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 .plantilla-tit span{
    display: block;
}
section .plantilla-tit:before{
    content: '';
    width: 300px;
    height: 55px;
    padding: 5px 10px;
    border: 12px solid #fed400;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: -1;
}

#plantilla{       
/*    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;
}
#plantilla .miembro{
    width: 206px;
    padding-left: 25px;
    padding-right: 25px;    
    margin-bottom: 50px;
}
#plantilla .miembro .miembroImg{
    padding-right: 25px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    position: relative;
}
#plantilla .miembro .miembroImg:before{
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 12px solid #004f17;
    position: absolute;    
    top: 25px;
    left: 25px;
    z-index: -1;
}
#plantilla .miembro .miembroCar,
#plantilla .miembro .miembroNom{
    padding-left: 25px;
}
#plantilla .miembro .miembroCar{  
    margin-bottom: 5px;
    color: #004f17;
    font-family: 'proxima-nova',sans-serif; font-weight: 800;
    font-size: 22px;
    line-height: 1.0;
}
#plantilla .miembro .miembroNom{
    font-family: 'proxima-nova',sans-serif;
    font-size: 18px;    
    line-height: 1.0;
}
#plantilla .miembro .miembroNom span{
    font-family: 'proxima-nova',sans-serif; font-weight: 600;    
    text-transform: uppercase;
    display: block;
}


section #posts1{
    margin-bottom: 60px;
}
section #posts1 .post1{
    position: relative;
}
section  #posts1 .post1 > div{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
section #posts1 .post1 > div > div{
    width: 100%;
    height: 100%;
    display: table;
}
section #posts1 .post1 > div > div > .post-cont1{    
    width: 100%;
    height: 100%;
    padding: 20px;
    display: table-cell;
    vertical-align: bottom;    
    background-image: url('../../images/dc_modulos/blog/actualidad1-filtro.png');
    background-position: center center;
    background-size: cover;
}
section .posts .post .post-categoria a{
    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 a{
    margin-bottom: 0;
}
section .posts .post .post-tit{
    margin-top: 5px;
}

section #posts1 .post1 .post-cont1 .post-tit1{
    margin-bottom: 0;
}
section #posts1 .post1 .post-cont1 .post-tit1 a{
    color: white;    
}
section #posts1 .post1 .post-cont1 .post-tit1 a:hover{
    color: black
}
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{
    padding-left: 40px;
}
section #posts4 .post4:first-of-type .post-txt4{
    padding-bottom: 15px;
    border-bottom: 1px solid #004f17;
    margin-bottom: 15px;
}

section #posts5 .post5 + .post5{
    padding-top: 25px;
    border-top: 1px solid #004f17;
    margin-top: 25px;
}

@media(max-width: 767px){
    .bloque{
        width: auto;
        height: auto;
        margin-right: 30px;
        padding: 20px;
        margin-left: 0;
    }
    .bloque:before{  
        margin-right: 30px;
        margin-bottom: 30px;
        top: 30px;
        left: 30px;
    }
    
    section .plantilla-tit{
        width: 300px;
    }    
    section .plantilla-tit:before{
        width: 200px;
    }
    
    #plantilla{       
        -webkit-justify-content: center;
        justify-content: center;
    }
}
@media(max-width: 500px){
    .bloque{
        margin-top: -50px;
    }
}
@media(max-width: 400px){
    section .plantilla-tit{
        width: 200px;
    }    
    section .plantilla-tit:before{
        width: 100px;
    }
}