/*comun blog*/
section #blog-dcha {
    border-top: 12px solid #5a6221;
    padding-top: 20px;
}
section #blog-dcha #buscador-blog ~ * {
    padding-left: 15px;
    margin-top: 30px;
}
section #blog-dcha #buscador-blog .input-group .form-control {
    border-right: 0;
}
section #blog-dcha #buscador-blog .input-group .input-group-addon {
    border: 1px solid #574545;
    border-left: 0;
    background-color: transparent;
    color: #574545;
}
section #blog-dcha #buscador-blog .input-group .input-group-addon:hover {
   color: #5a6221;
}
section #blog-dcha ul {
    list-style-type: none;
    padding-left: 0;
}
section #blog-dcha ul li {
    padding: 10px 0;
}
section #blog-dcha ul li a {
    color: #a5a7a8;
}
section #blog-dcha ul li a:hover {
    color: #59621d;
}
section #blog-dcha .ul-esp li a {
    padding-left: 15px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
section #blog-dcha .ul-esp li a:before {
    content: '';
    width: 13px;
    height: 13px;
    background-image: url('../../../../images/iconos/angle-right-gray.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 5px;
    left: 0;
}
section #blog-dcha .ul-esp li a:hover {
    font-weight: 700;
}
section #blog-dcha .ul-esp li a:hover:before {
    background-image: url('../../../../images/iconos/angle-right-corp.svg');
}
section #blog-dcha #archivo li > ul {
    display: none;
    padding-left: 15px;
}
section #blog-dcha #archivo li.open > ul {
    display: block;
}
section #blog-dcha #archivo li.open > a:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
section #blog-dcha #recientes a {
    text-decoration: underline;
}
@media (min-width: 992px) {
    section > .flex {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    section #blog-dcha {
        max-width: 262px;
    }
}
@media (max-width: 991px) {
    section > .flex {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    section #blog-dcha {
        margin-top: 30px;
    }
}



/*entrada*/
section {
    margin-top: 80px;
}
section > .flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
section .post-top {
    margin-bottom: 35px;
    text-align: center;
}
section .post-top h1 {
    font-weight: 500;
}
section .post-top .post-fec {
    margin-bottom: 10px;
    color: #9a8f8f;
    font-size: 24px;
}
section .post-top .post-cat {
    font-size: 20px;
    font-weight: bold;
}
section .post-txt {
    line-height: 1.5;
}
section .post-txt > * {
    margin-bottom: 25px;
}
section .post-txt h2 {
    color: #59621d;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
section .post-txt img {
    max-width: 100%;
}
section .post-etiquetas {
    margin-top: 40px;
    font-weight: 500;
}
section .post-etiquetas > div {
    margin-bottom: 20px;
}
section .post-etiquetas a {
    padding: 8px 12px;
    border: solid 1px #cccccc;
    margin-bottom: 8px;
    margin-right: 12px;
    color: #bcb5b5;
    display: inline-block;
}
section .post-etiquetas a:hover {
    color: #cccccc;
}
section .post-sharer {
    padding-top: 15px;
}
section .post-sharer a {
    width: 32px;
    height: 32px;
    border: 1px solid;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    display: block;
}
section .post-comentarios .comentarios-tit {
    padding: 18px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-weight: 500;
}
section .post-comentarios .comentarios-tit img {
    margin-right: 8px;
}
section .post-comentarios .comentario {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
section .post-comentarios .comentario:last-of-type {
    margin-bottom: 60px;
}
section .post-comentarios .comentario b {
    font-weight: 500;
}
section .post-comentarios .comentario b + span {
    color: #a5a7a8;
}
section .post-comentarios .section-tit4 {
    margin-bottom: 20px;
    color: #59621d;
    font-weight: bold;
}
section .post-comentarios form .btn {
    width: 230px;
}
section .post-comentarios form .flex {
    margin-bottom: 45px;
}
section .post-comentarios form .flex > div:first-child {
    -webkit-align-self: center;
    align-self: center;
}

section #blog-izda2 {
    margin-top: 45px;
}
section #blog-contacto {
    margin-top: 45px;
    background-color: #574545;
    color: white;
}
section #blog-contacto .flex {
    max-width: 820px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
section #blog-contacto #blog-contacto-tit {
    max-width: 400px;
    font-weight: 300;
    line-height: 1;
}
section #blog-contacto #blog-contacto-txt {
    max-width: 360px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}
section #blog-contacto .btn {
    width: 210px;
    margin-top: 25px;
}


@media (min-width: 1540px) {
    section #blog-contacto #blog-contacto-bgr:before {
        left: 0;
    }
    section #blog-contacto #blog-contacto-bgr:after {
        right: 0;
    }
}
@media (max-width: 1539px) {
    section #blog-contacto #blog-contacto-bgr:before {
        right: calc(50% + 475px);
    }
    section #blog-contacto #blog-contacto-bgr:after {
        left: calc(50% + 410px);
    }
}
@media (min-width: 1440px) {
    section #blog-contacto .flex {
        margin-left: 240px;
    }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    section #blog-contacto .flex {
        margin-left: 120px;
    }
}
@media (min-width: 1200px) {
    section .blog-izda {
        width: calc(100% - 262px);
    }
    section #blog-izda {
        display: -webkit-flex;
        display: flex;
    }
    section .blog-izda .post-cont {
        max-width: 796px;
        margin-left: auto;
        margin-right: auto;
    }
    section #blog-izda .post-cont {
        -webkit-order: 2;
        order: 2;
    }
    section #blog-izda .post-sharer {
        -webkit-order: 1;
        order: 1;
    }
    section #blog-izda .post-sharer a + a {
        margin-top: 5px;
    }
}
@media (max-width: 1199px) {
    section .post-sharer {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }
    section .post-sharer a + a {
        margin-left: 5px;
    }
    section .post-comentarios form .flex > div:last-child,
    section .post-comentarios form .flex .btn-corp {
        width: 100%;
    }
    section .post-comentarios form .flex > div:last-child {
        margin-top: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    section .blog-izda {
        width: calc(100% - 302px);
    }
    section #blog-contacto .flex {
        margin-left: 20px;
    }
}
@media (min-width: 992px) {
    section .post-top h1 {
        font-size: 42px;
        line-height: 1;
    }
    section #blog-izda {
        -webkit-order: 1;
        order: 1;
    }
    section #blog-izda2 {
        -webkit-order: 4;
        order: 4;
    }
    section #blog-dcha {
        -webkit-order: 2;
        order: 2;
    }
    section #blog-contacto {
        width: 100%;
        -webkit-order: 3;
        order: 3;
    }
    section #blog-contacto #blog-contacto-tit {
        font-size: 56px;
    }
}
@media (max-width: 991px) {
    section .post-top h1 {
        font-size: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    section #blog-contacto #blog-contacto-tit {
        margin-right: 30px;
        font-size: 50px;
    }
}
@media (min-width: 768px) {
    main {
        overflow: hidden;
    }
    section #blog-contacto,
    section #blog-contacto .flex {
        position: relative;
    }
    section #blog-contacto .flex {
        height: 233px;
    }
    section #blog-contacto #blog-contacto-bgr {
        width: 100vw;
        height: 100%;
        background-color: #574545;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    section #blog-contacto #blog-contacto-bgr:before,
    section #blog-contacto #blog-contacto-bgr:after {
        content: '';
        height: 100%;
        position: absolute;
        bottom: 0;
    }
    section #blog-contacto #blog-contacto-bgr:before {
        width: 291px;
        height: 233px;
        background-image: url('../../../../images/dc_modulos/blog/contacto-izda.png');
    }
    section #blog-contacto #blog-contacto-bgr:after {
        width: 366px;
        height: 215px;
        background-image: url('../../../../images/dc_modulos/blog/contacto-dcha.png');
    }
}
@media (max-width: 767px) {
    section #blog-contacto {
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px;
        text-align: center;
    }
    section #blog-contacto .flex {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    section #blog-contacto #blog-contacto-tit {
        margin-bottom: 20px;
        font-size: 30px;
    }
    section #blog-contacto #blog-contacto-txt {
        
    }
}
