/* CONTATO RAPIDO */

#contato-rapido{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.logo-imobi{
    display: flex;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 20px;
}

.logo-imobi img{
    max-width: 278px;
    left: -10px;
}

.faixa-preta{
    position: relative;
    width: 100%;
    padding: 25px 0px;
    background: #000;
}

.faixa-preta h2{
    font-family: "Ubuntu", sans-serif;
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.wrapper-960{
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    display: flex;
}

.texto-imagem{
    display: flex;
    width: 100%;
    flex-direction: row;
    margin: 50px 0px;
    position: relative;
    justify-content: space-between;
}

.texto-imagem .texto{
    width: 48%;
}

.texto-imagem .imagem-vectra{
    width: 48%;
}
.texto-imagem .imagem-vectra img{
    max-width: 100%;
}

.texto-imagem .texto p{
    font-size: 21px;
    margin-bottom: 22px;
    line-height: 26px;
}

.bv{
    margin-top: 40px;
}

.texto-imagem .texto p span.imobi{
    color:#79ac2b;
}

.btns{
    display: flex;
    width: 100%;
    background: #000;
    padding: 0px 0px;
    align-items: center;
    justify-content: center;
}

.btns .cadastrar{
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    align-self: center;
    background-color: #79ac2b;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 100px;
    border-right-style: none;
    border-top-style: none;
    border-width: 0px;
    box-shadow: 0px 0px 0px 0px #cccccc;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 343px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-right: 50px;
}

.btns .acesse-aqui{
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    align-self: center;
    background-color: #79ac2b;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 100px;
    border-right-style: none;
    border-top-style: none;
    border-width: 0px;
    box-shadow: 0px 0px 0px 0px #cccccc;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 350px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    /* margin-left: 50px; */
    cursor: pointer;
}

footer{
    margin-top: 0px !important;
}

@media all and (max-width: 990px){
    .wrapper-960{
        width: 94%;
    }
    .btns{
        width: 90%;
        padding: 0px 5%;
    }
    .btns a{
        font-size: 16px !important;
    }
    .btns .acesse-aqui{
        margin-left: 10px;
    }
    .btns .cadastrar{
        margin-right: 10px;
    }
}

@media all and (max-width: 630px){
    .btns{
        flex-direction: column;
    }
    .btns .cadastrar{
        margin-right: 0px;
    }
    .btns .acesse-aqui{
        margin-left: 0px;
    }
    .texto-imagem{
        flex-direction: column;
    }
    .texto-imagem .texto,
    .texto-imagem .imagem-vectra{
        width: 100%;
    }
}