.padding-5 {
    padding: 20px !important;
    text-align: center;
}

.image.absolute {
    position: absolute;
    width: 100%;
    opacity: .5;
}

@media (max-width: 990px) {
    .col-md-6.image {
        position: absolute;
        width: 100%;
        opacity: .1;
    }

    .image-square {
        padding-top: 48px;
    }

    .image-square .image {
        top: -50px;
    }
}

@media screen and (min-width: 991px) {

    #conversar_agentes > .background-image-holder {
        background-size: 120% !important;
        background-repeat: no-repeat !important;
        background-position-y: 50px !important;
    }
}

@media (max-width: 550px) {
    #conversar_agentes a.btn {
        width: 250px;
    }

    #conversar_agentes a.btn:first-of-type {
        margin-right: 0px !important;
    }

    #conversar_agentes a.btn:last-of-type {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    section.page-title {
        height: 240px !important;
        text-align: center;
    }

    #logo_breadcrumb {
        margin-top: 0px;
    }

    #logo_breadcrumb .breadcrumb {
        width: 100%;
        text-align: center;
    }

    section .image {
        height: calc(100% + 50px) !important;
    }

}