.title-bar.homebar {
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
    height: 95px;
    max-height: 95px;
    position: fixed;
    transition: height ease .25s, background ease .25s;
}

html:not(.isHome) .off-canvas-content{
    padding-top: 0;
}

.denuncias_imagem_wrap {
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
}

.imagem_banner {
    height: 580px;
    position: relative;
}

.denuncia_subtitulo_desktop {
    display: block;
}

.denuncia_subtitulo_mobile {
    display: none;
}

.imagem_banner img {
    position: absolute;
    bottom: 0;
    left: 12%;
    width: 40%;
}

.denuncias_camada {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #12171d;
    opacity: 0.2;
}

.titulo_banner {
    color: white;
    margin-bottom: 0px;
    z-index: 3;
    white-space: nowrap;
    text-align: left;
    font-family: 'Montserrat SemiBold';
    font-size: 68px;
    line-height: 70px;
    opacity: 0.95;
}


.denuncias {
    position: absolute;
    left: 63%;
    transform: translate(-50%, 0);
    top: 29%;
    text-align: center;
    z-index: 3;
}

.banner_denuncias {
    position: relative;
    padding-top: 95px;
    background-color: #0B3C80;
}

.btn_action {
    font-family: 'Montserrat Bold';
    font-size: 16px;
    letter-spacing: 1.2px;
    padding: 18px 25px;
    text-transform: uppercase;
    margin-left: 0px;
    margin-bottom: 0;
    margin-right: 2%;
    margin-left: 2%;
    width: 210px;
    display: inline-block;
    background-color: white;
    color: #0B3C80;
    text-align: center;
}

.main_content_actions {
    text-align: left;
}

.footer_denuncias {
    background-color: #0B3C80;
}

.wrap_denuncias {
    margin-left: 15%;
    margin-right: 15%;
}

.texto_denuncias2 {
    background-color: #F5F6F7;
    padding-bottom: 40px;
}

.texto_denuncias2 h1 {
    color: #134b98;
    font-size: 20px;
    font-family: Montserrat Semibold;
    padding-left: 15px;
    padding-right: 15px;
}

.denuncias p {
    font-family: 'Montserrat';
    color: white;
    text-align: left;
    padding-top: 26px;
    line-height: 23px;
    font-size: 17px;
    padding-left: 5px;
    padding-bottom: 22px;
}

.texto_denuncias1 p {
    font-family: "Montserrat Light";
    font-size: 16px;
    margin: 50px;
    text-align: center;
    margin-right: 120px;
    margin-left: 120px;
}

.texto_denuncias2 p, .footer_denuncias p {
    font-family: "Montserrat Light";
    font-size: 15px;
}

.footer_denuncias p {
    color: white;
}

.texto_denuncias2 {
    padding-top: 60px;
}

.texto_denuncias2 p {
    padding-top: 10px;
    padding-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
}

.footer_denuncias p {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 100px;
    margin-left: 120px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer_denuncias a {
    color: white;
}

@media (max-width: 1500px) {
    .denuncias_camada {
        width: 100%;
        height: 580px;
    }
}

@media (max-width: 1350px) {

    .wrap_denuncias {
        margin-left: 10%;
        margin-right: 10%;
    }

    .texto_denuncias1 p {
        margin-right: 80px;
        margin-left: 80px;
    }

    .footer_denuncias p {
        margin-right: 90px;
        margin-left: 90px;
    }

    .denuncias_camada {
        height: 550px;
    }

    .imagem_banner {
        height: 550px;
    }

    .denuncias {
        top: 25%;
    }

}

@media (max-width: 1200px) {

    .wrap_denuncias {
        margin-left: 8%;
        margin-right: 8%;
    }

    .denuncias_camada {
        height: 510px;
    }

    .imagem_banner {
        height: 510px;
    }

    .denuncias {
        left: 67%;
    }

    .titulo_banner {
        font-size: 62px;
        line-height: 58px;
    }

    .btn_action {
        padding: 16px 20px;
    }

}

@media (max-width: 1024px) {

    .texto_denuncias2 p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .texto_denuncias2 h1 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .footer_denuncias p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .imagem_banner img {
        position: absolute;
        bottom: 0;
        left: 9%;
        width: 53%;
    }

    .footer_denuncias p {
        margin-right: 0px;
        margin-left: 0px;
    }

}

@media (max-width: 860px) {

    .wrap_denuncias {
        margin-left: 5%;
        margin-right: 5%;
    }

    .texto_denuncias1 p {
        font-size: 15px;
        margin: 40px;
    }

    .titulo_banner {
        font-size: 50px;
        line-height: 52px;
    }

    .denuncias p {
        padding-bottom: 16px;
    }

    .btn_action {
        padding: 14px 15px;
        font-size: 14px;
    }

    .denuncias_camada {
        height: 450px;
    }

    .imagem_banner {
        height: 450px;
    }

    .denuncias {
        left: 72%;
    }

}

@media (max-width: 640px) {

    .texto_denuncias1 p {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .texto_denuncias2 {
        padding-top: 40px;
    }

    .texto_denuncias2 {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .texto_denuncias2 h1 {
        font-size: 17px;
    }

    .texto_denuncias2 p {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .denuncias {
        top: 10%;
        left: 50%;
    }

    .titulo_banner {
        font-size: 30px;
        text-align: center;
        line-height: 36px;
        padding-top: 5px;
    }

    .denuncias p {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }

    .main_content_actions {
        text-align: center;
    }

    .denuncias_camada {
        height: 400px;
    }

    .imagem_banner{
        height: 400px;
    }

    .denuncia_subtitulo_desktop {
        display: none;
    }

    .denuncia_subtitulo_mobile {
        display: block;
    }

    .denuncias {
        top: 40px;
        left: 0;
        right: 0;
        padding-right: 50px;
        padding-left: 50px;
        transform: translate(0, 0);
    }

    .titulo_banner {
        line-height: 32px;
    }

    .denuncias_camada {
        height: 315px;
    }

    .imagem_banner {
        height: 315px;
    }

    .imagem_banner img {
        width: 95%;
    }

    .imagem_banner img {
        left: 0;
    }

}