.reportajes_t13__section_chapters {
    background-color: #ffffff;
}
.reportajes_t13__section_chapters__wrapper .content .item h4 {
    color: #595959;
}

.contact .image {
    display: block;
    margin: auto;
    transition: opacity .3s;
    cursor: pointer;
    margin-bottom: 15px;
}

.contact .image:hover {
    opacity: .7;
}

@media only screen and (min-width: 768px) and (max-width:1099px) {
    .contact .image {
        display:none;
    }
}

@media only screen and (max-width: 767px) {
    .contact .image {
        display:none;
    }
}

.contact .image-mob {
    display: none
}

@media only screen and (min-width: 768px) and (max-width:1099px) {
    .contact .image-mob {
        display:block;
        margin: auto;
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .contact .image-mob {
        display:block;
        margin: auto;
        cursor: pointer;
        margin-bottom: 15px;
    }
}

.reportajes_t13__header img#reportajes_t13-logo {
    width: 0;
}