.banner-section {
    background-image: url("https://image.unimail.unimedlondrina.com.br/lib/fe3a11747364047c711570/m/1/a8f255ec-d567-412f-ba75-2cc7a3d7105e.jpg") !important;
    background-position: right !important;
    height: 900px !important;
}

.banner-section-hospital {
    /* background-image: url("https://image.unimail.unimedlondrina.com.br/lib/fe3a11747364047c711570/m/1/8800c27e-344a-4eff-9e23-4b0828d49919.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 410px !important;
    top: 0px !important; */
}

.banner-section-videos {
    background: #007A49 !important;
}

.conteudo-servicos p {
    color: var(--cor_04, #003331) !important;
    
}

.conteudo-servicos-apresentacao-fim {
    color: var(--cor_04, #003331) !important;    
}


.bloco-formulario-topo-2 {
    background-color: #007A49 !important;
    /* position: absolute;
    right: 130px;
    top: 0;
    width: 25%;    
    border-radius: 0px 0px 18px 18px; */
    border-radius: 15px;
}


.btn-receber-orcamento {    
    background: var(--cor_02, #003331) !important;
    
}

.btn-receber-orcamento a {
    color: var(--cor_01, #fff) !important;    
}

.btn-orcamento-videos{
    margin: 0 auto !important;
    margin-top: 3% !important;
}

.titulo-novo-uni h2{
    color: #FFF;
    text-align: center;
    font-family: 'Rubik',sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.title-novo-uni span{
    color: #B2D14B;
}


.btn-receber-orcamento-fim{
    border-radius: 8px;
    background: var(--cor_02, #B2D14B);
    text-align: center;
    padding: 10px 20px;
    margin-top: 5%;
    margin-bottom: 10%;
}
.btn-receber-orcamento-fim a{
    color: var(--cor_01, #003331);
    font-family: 'Roboto';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}




@media (max-width:700px) {
    .banner-section {
        background-image: url("https://image.unimail.unimedlondrina.com.br/lib/fe3a11747364047c711570/m/1/ae299654-7c95-40f3-9f34-cd73892a27fa.jpg") !important;
        background-position: center center;
        background-repeat: space !important;
        background-size: contain;
        height: 1225px !important;
        top: 0px !important;
        background-position-y: 0px;
        background-color: #B2D14B !important;
    }
    .bloco-formulario-topo-2 {
        background-color: #B2D14B !important;
        position: absolute;
        right: 0px;
        top: 50%;
        width: auto;
        height: auto;
        border-radius: 0px;
    }
    .texto-formulario {
        padding-top: 5%;
    }
}