@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    padding-top: 0;
    padding-bottom: 0;
}

a:hover {
    text-decoration: none;
}

.displayNone {
    display: none;
}

/*MENU */

.navbar-light .navbar-nav .nav-link {
    color: #1C3081;
}

#navbarSupportedContent a {
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 500;
}

#login {
    border: 1px solid #a7a7a7;
    border-radius: 20px 20px 20px 20px;
    margin-right: -8px;
    margin-top: 15px;
    height: 40px;
    padding-top: 8px;
    padding-left: 10px;
    margin-left: 50px;
}

#login a {
    color: #B8B8B8;
}

#login .rounded-circle {
    margin-top: -5px;
    margin-right: 5px;
    margin-left: 6px;
    float: right;
}

#login .seta-baixo {
    margin-top: 8px;
    margin-right: 7px;
    float: left;
}

.btn-login-menu {
    border: 2px solid #E6491A;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 18px 8px 18px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #E6491A;
    color: #ffffff;
    width: 6rem;
    margin-top: 15px;
    margin-left: 4rem;
}

.dropdown-toggle::after {
    display: none;
}

#navbarSupportedContent .link-menu {
    margin-right: 30px;
    margin-top: 15px;
}

#navbarSupportedContent .nav-link img {
    margin-right: -6px;
    margin-top: 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    margin-top: -17px;
}

#login .dropdown-menu .dropdown-item img {
    float: left;
    margin-right: 10px;
    margin-left: -5px;
}

#login .dropdown-menu a {
    color: #A7A7A7;
    font-weight: 400;
    font-size: 11px;
    margin-bottom: 13px;
}

.dropdown-divider {
    width: 120px;
    margin-left: 20px;
}

.dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,0.18) !important;
    border-style: none;
}

@media (max-width: 1180px) and (min-width: 991px) {
    #navbarSupportedContent .link-menu {
        margin-right: auto;
    }
    #login {
        margin-left: auto;
    }
}
@media (max-width: 1003px) and (min-width: 991px) {
    #navbarSupportedContent .icone-menu {
        margin-left: -10px;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #ffffff;
        z-index: 21;
    }

    #navbarSupportedContent .link-menu {
        margin-left: 20px;
    }

    #navbarSupportedContent .nav-link img {
        margin-left: 20px;
        margin-top: auto;
    }

    #login {
        margin-right: 0;
        margin-left: 0;
    }

    .btn-login-menu {
        margin-left: 0;
    }
}

/*TRACO ABAIXO DO MENU (PAGINAS)*/

.barra {
    height: 11px;
    background-color: #E6491A;
    margin-bottom: 30px;
}

/*BOX OPÇOES ABAIXO DO MENU BOTOES*/

.box .box-opcoes {
    background-color: #ffffff;
    z-index: 20;
    position: relative;
    margin-top: -75px;
    border-radius: 20px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,0.18) !important;
}

@media (max-width: 1249px) {
    .box .box-opcoes{
        margin-top: -30px;
    }
}

.box .box-opcoes .botoes {
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.box .box-opcoes .botoes .btn {
    border-radius: 28px;
    border: 2px solid #E6491A;
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #E6491A;
    width: 100%;
    height: 50px;
    margin-top: 53px;
}

.selected {
    background-color: #E6491A;
}

.botoes .selected {
    color: #fff !important;
}

.box .box-opcoes .botoes .btn:hover {
    color: #ffffff;
    background-color: #E6491A;
}

.box .box-opcoes .botoes .btn:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}

.box .box-opcoes .botoes .btn::selection {
    display: none;
}

.box .box-opcoes .botoes .col-4 {
    display: flex;
}

.box .box-opcoes .botoes .third {
    /*margin-left: 20px;*/
}

/*BOX OPCOES ABAIXO DO MENU OPCAO ALUGAR */

.container .box-opcoes .alugar {
    display: none;
}

.quero-alugar .form {
    border-radius: 28px;
    border: 2px solid #7B7B7B91;
    margin-top: 40px;
    height: 53px;
}

.quero-alugar .form-row {
    margin-left: 8.333333%;
    margin-top: -36px;
}

.quero-alugar .form-group .cidade {
    background-image: url('../img/icon-map-cidade.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 14px;
    padding-left: 35px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 11px;
    color: #6C757D;
}

.quero-alugar .form-group #cidade:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}

.quero-alugar .form-row .form-group .form {
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 14px;
    padding-left: 35px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 11px;
    color: #6C757D;
}

.quero-alugar .form-row .form-group .form:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}

.quero-alugar .form-group .form-select {
    width: 100%;
}

.quero-alugar .form-row .form-group #inputBairro {
    background-image: url('../img/icon-map.png');

}

.quero-alugar .form-row .form-group .tipo-imovel {
    background-image: url('../img/icon-home.png');
}

.quero-alugar .form-row .form-group .quartos {
    background-image: url('../img/icon-bed.png');
}

.quero-alugar .form-row .form-group .input-valor {
    background-image: url('../img/icon-money.png');
}

.pointerNone {
    pointer-events: none;
}

.quero-alugar .btn-buscar {
    justify-content: center;
    display: flex;
    margin-top: 18px;
    padding-bottom: 40px;
}

.quero-alugar .buscar-imovel-btn {
    font-family: 'Montserrat';
    background-color: #E6491A;
    border: none;
    font-weight: 600;
    font-size: 16px;
    width: 255px;
    border-radius: 28px;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
}

.quero-alugar .buscar-imovel-btn:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}

.div-slider {
    display: none;
    border-radius: 28px;
    border: 2px solid #E6491A;
    padding: 0.5rem 1.5rem 1.3rem 1.5rem;
    margin-top: 0.5rem;
    line-height: 1;
    margin-bottom: -1rem;
}

.nice-select {
    line-height: 50px;
}

.nice-select .list {
    width: 90%;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #E6491A;
    color: #3C4246;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.hover {
    color: #ffffff;
}

@media (max-width: 991px) {
    .box {
        max-width: 100%;
    }

    .quero-alugar .form-row .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /*.quero-alugar .form-row #inputQuarto {*/
    /*    margin-top: 2px;*/
    /*}*/

    /*.quero-alugar .form-row #inputValor {*/
    /*    margin-top: 2px;*/
    /*}*/
}

@media (max-width: 669px) {

    .box .box-opcoes {
        margin-top: -10px;
    }

    .container .box-opcoes .botoes {
        max-width: 100%;
        margin-left: 0;
    }

    .container .box-opcoes .botoes .col-4 {
        padding-right: 5px;
        padding-left: 5px;
        max-width: 100%;
    }

    .container .box-opcoes .botoes .col-4 span {
        display: none;
    }

    .container .box-opcoes .quero-alugar .form-group {
        max-width: 100%;
        margin-left: 0;
    }

    .container .box-opcoes .quero-alugar .col-10 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .container .box-opcoes .quero-alugar .form-row {
        max-width: 100%;
        margin-left: 0;
    }

    .quero-alugar .btn-buscar a {
        margin-right: 10px;
        margin-left: 10px;
    }

    .quero-alugar .buscar-imovel-btn {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .quero-alugar .btn-buscar {
        justify-content: center;
        display: grid;
    }

    .quero-alugar .buscar-imovel-btn {
        margin-bottom: 20px;
    }
}

@media (max-width: 350px) {
    .container .box-opcoes .botoes .col-4 {
        padding-right: 0px;
        padding-left: 0px;
    }
}

/*BOX OPCOES ABAIXO DO MENU OPCAO VENDER*/

.container .box-opcoes .vender {
    display: none;
}

/*BOX OPCOES ABAIXO DO MENU OPCAO ANUNCIAR */

.quero-anunciar {
    display: none;
}

.quero-anunciar .row {
    margin-top: 38px;
    padding-bottom: 38px;
}

.quero-anunciar .row .anuncio-check {
    padding-left: 25px;
    padding-top: 57px;
}

.quero-anunciar .row .col-6 h3 {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 24px;
    color: black;
}

.quero-anunciar .row .anuncio-form {
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #DEDEDE;
    padding-top: 27px;
    padding-left: 50px;
    padding-right: 32px;
}

.quero-anunciar .row .anuncio-check .check-topicos {
    margin-top: 16px;
}

.quero-anunciar .row .anuncio-check .check-topicos h4 {
    color: #E6491A;
    font-weight: 700;
    font-size: 19px;
}

.quero-anunciar .row .anuncio-check .check-topicos .fa-check-circle {
    float: left;
    font-size: 35px;
    color: #E6491A;
    margin-top: 8px;
    margin-right: 23px;
    margin-bottom: 15px;
}

.quero-anunciar .row .anuncio-form h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #E6491A;
    font-size: 30px;
}

.quero-anunciar .row .anuncio-form p {
    color: #444444;
    font-weight: 400;
    margin-top: -11px;
}

.quero-anunciar .form {
    border-radius: 28px;
    border: 2px solid #7B7B7B91;
    margin-top: 40px;
    height: 53px;
}

.quero-anunciar #nome {
    margin-top: 32px;
    font-family: 'Montserrat';
}

.quero-anunciar .form-group .form {
    background-position-x: 14px;
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 40px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 9px;
    color: #B8B8B8;
}

.quero-anunciar #nome {
    background-image: url('../img/awesome-user-alt.png');
}

.quero-anunciar #email {
    background-image: url('../img/new-post.png');
    margin-top: 1px;
}

.quero-anunciar #celular {
    background-image: url('../img/phone-square-alt.png');
    /*margin-left: -15px;*/
    margin-top: 1px;
}

.quero-anunciar .row .anuncio-form .btn-buscar {
    margin-left: -14px;
    margin-bottom: 45px;
}

.quero-anunciar .row .anuncio-form .btn-buscar .btn {
    border-radius: 28px;
    border: 2px solid #E6491A;
    font-family: 'Montserrat';
    font-size: 15px;
    background-color: #E6491A;
    height: 51px;
    margin-top: 9px;
    font-weight: 500;
    width: 100%;
}

@media (max-width: 1199px) {
    .quero-anunciar .row .anuncio-check {
        padding-left: 0;
    }

    .quero-anunciar .row .anuncio-form {
        padding-left: 30px;
    }
}

@media (max-width: 846px) {

    .quero-anunciar .row .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .quero-anunciar .row .anuncio-check {
        padding-top: 10px;
    }

    .quero-anunciar .row .anuncio-check .meio {
        padding-left: 15px;
        padding-right: 15px;
    }

    .quero-anunciar .row .anuncio-check .check-topicos {
        width: 33.33333%;
        float: right;
        padding-bottom: 30px;
    }

    .quero-anunciar .row .anuncio-check .check-topicos .fa-check-circle {
        font-size: 23px;
        margin-right: 0;
        margin-top: -5px;
        float: none;
        margin-bottom: auto;
    }

    .quero-anunciar .row .anuncio-check .check-topicos h4 br {
        display: none;
    }

    .quero-anunciar .row .anuncio-form .col-11 {
        max-width: 100%;
    }

    .quero-anunciar #celular {
        margin-left: 0;
    }

    .quero-anunciar .row .anuncio-form .btn-buscar {
        margin-left: 0;
        max-width: 100%;
    }
}

@media (max-width: 669px) {
    .quero-anunciar .row {
        margin-left: 0;
        max-width: 100%;
    }

    .quero-anunciar .row .anuncio-check {
        padding-left: 5px;
        padding-right: 5px;
    }

    .quero-anunciar .row .anuncio-check .check-topicos {
        width: 100%;
        padding-bottom: 15px;
    }

    .quero-anunciar .row .anuncio-form {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/*CAMPO IMOVEIS CARROSSEL*/

.imoveis .carrossel {
    margin-top: 47px;
}

.imoveis .carrossel .row {
    margin-left: auto;
    margin-right: auto;
}

.imoveis .carrossel h5 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    color: #1C3081;
}

.imoveis .carrossel .traco {
    width: 97px;
    height: 3px;
    background-color: #ABB1DA;
    margin-top: -4px;
    margin-bottom: 29px;
}

.imoveis .carrossel h5 span {
    font-weight: 900;
}

.imoveis .carrossel .carousel {
    box-shadow: 0px 3px 6px #00000029 !important;
    border-radius: 7px;
    height: 315px;
    padding-right: 0;
    padding-left: 0;
    max-width: 49.5%;
}

.imoveis .carrossel .carousel .carousel-inner {
    box-shadow: 0px 3px 6px #00000029 !important;
    border-radius: 7px 7px 0px 0px;
    height: 208px;
}

.imoveis .carrossel .carousel .carousel-inner .carousel-indicators button {
    background-color: #f000;
    border: none;
    color: #ffffff;
    font-size: 6px;
    padding-right: 0;
}

.imoveis .carrossel .carousel .carousel-inner .carousel-indicators .active {
    color: #707070;
    font-size: 8px;
}

.imoveis .carrossel .carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 208px;
}

.imoveis .carousel .carousel-control-prev, .imoveis .carousel .carousel-control-next {
    background-color: rgba(10,23,55,0);
    border: none;
}

.imoveis .carousel .carousel-control-prev {
    left: 15px;
}

.imoveis .carousel .carousel-control-next {
    right: 15px;
}

.imoveis .carousel .carousel-control-prev .svg-inline--fa {
    font-size: 25px;
}

.imoveis .carousel .carousel-control-next .svg-inline--fa {
    font-size: 26px;
}

.imoveis .carrossel .carousel .row .infoUm {
    margin-top: 10px;
    margin-left: 15px;
    padding: 0;
}

.imoveis .carrossel .carousel .row .infoUm p {
    font-size: 9px;
    color: #E6491A;
    font-weight: 400;
    font-family: 'Montserrat';
}

.imoveis .carrossel .carousel .row .infoUm h6 {
    color: #444444;
    font-size: 11px;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-top: -13px;
}

.imoveis .carrossel .carousel .row .infoUm h5 {
    font-family: 'Montserrat';
    color: #1C3081;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.imoveis .carrossel .carousel .row .infoDois {
    max-height: 80px;
    padding-right: 0;
}

.imoveis .carrossel .carousel .row .infoDois p {
    font-family: 'Montserrat';
    color: #AEAEAE;
    font-size: 11px;
    font-weight: 400;
    margin-top: 60px;
}

.imoveis .carrossel .carousel .row .infoDois .fa-expand {
    margin-right: 6px;
}

.imoveis .carrossel .carousel .row .infoDois .fa-bed {
    margin-right: 6px;
    margin-left: 9px;
}

.imoveis .carrossel .carousel .row .infoTres {
    margin-left: 23px;
    margin-top: 50px;
}

.imoveis .carrossel .carousel .row .infoTres button {
    background-color: #f0f8ff00;
    border: none;
    padding: 0;
}

@media (max-width: 1274px) {
    .imoveis .carrossel .carousel {
        height: 325px;
    }

    .imoveis .carrossel .carousel .row .infoDois {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .imoveis .carrossel .carousel .row .infoDois p {
        margin-top: 35px;
        float: inline-end;
    }

    .imoveis .carrossel .carousel .row .infoTres {
        margin-top: -30px;
        flex: 0 0 30%;
        max-width: 30%;
        margin-left: auto;
    }

    .imoveis .carrossel .carousel .row .infoTres button {
        float: right;
    }
}

@media (max-width: 1214px) {
    .imoveis .carrossel .carousel {
        height: 335px;
    }
}

@media (max-width: 991px) {
    .imoveis {
        max-width: 100%;
    }
}

@media (max-width: 626px) {
    .imoveis .carrossel .carousel {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/*CAMPO PRINCIPAIS DESTAQUES */

.imoveis .box-destaques .carousel {
    margin-right: 4px;
}

.bc-carrossel-destaques {
    background-position:  center center; background-repeat: no-repeat; background-size: cover;
    width: 100%;
    height: 50%;
}

@media (max-width: 1103px) {
    .imoveis .box-destaques .carousel {
        margin-right: 3px;
    }
}

/*CAMPO MELHORES OFERTAS*/

.melhores-ofertas .box-ofertas .carousel {
    max-width: 23.5%;
    margin-left: 11px;
}

.melhores-ofertas .box-ofertas .carousel .carousel-inner {
    height: 150px;
}

.melhores-ofertas .box-ofertas .carousel .carousel-inner .carousel-item img {
    height: 150px;
}

.melhores-ofertas .box-ofertas .carousel .row .infoUm {
    margin-top: -5px;
}

.melhores-ofertas .box-ofertas .carousel .row .infoUm h5 {
    font-size: 12px;
}

.melhores-ofertas .box-ofertas .carousel .row .infoDois p {
    margin-top: auto;
}

.melhores-ofertas .box-ofertas .carousel .row .infoTres {
    margin-top: 4px;
}

.melhores-ofertas .box-ofertas .carousel .row .infoTres button {
    float: right;
}

.melhores-ofertas .box-ofertas .carousel .row .infoTres .campainha {
    margin-right: 22px;
}

.melhores-ofertas .box-ofertas .carousel .row .infoTres .bandeira {
    margin-right: 8px;
}

@media (max-width: 1274px) {

    .melhores-ofertas .box-ofertas .carousel {
        height: 315px;
    }

    .melhores-ofertas .box-ofertas .carousel .row .infoDois {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .melhores-ofertas .box-ofertas .carousel .row .infoDois p {
        float: none;
    }

    .melhores-ofertas .box-ofertas .carousel .row .infoTres {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .melhores-ofertas .box-ofertas .carousel .row .infoTres .campainha {
        margin-right: auto;
    }
}

@media (max-width: 1142px) {
    .melhores-ofertas .box-ofertas .carousel {
        height: 325px;
    }

    .imoveis .box-destaques .carousel .row .infoUm {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .imoveis .box-destaques .carousel .row .infoDois {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0.8rem;
        margin-top: -2.8rem;
    }
    .imoveis .box-destaques .carousel .row .infoDois p {
        margin-top: 35px;
    }
    .imoveis .box-destaques .carousel .row .infoTres {
        margin-top: -4rem;
    }
}

@media (max-width: 1099px) {
    .melhores-ofertas .box-ofertas .carousel {
        max-width: 31.5%;
        margin-left: 11px;
        flex: 0 0 33.333333333%;
    }
}

@media (max-width: 629px) {
    .melhores-ofertas .box-ofertas .carousel {
        max-width: 47.5%;
        flex: 0 0 50%;
    }
}

@media (max-width: 469px) {
    .melhores-ofertas .box-ofertas .carousel {
        max-width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
        height: 310px;
    }
}

/*CAMPO ANUNCIE GRATIS */

.anuncie-gratis {
    border-radius: 21px;
    background-image: url("../img/back.jpg");
    height: 390px;
    padding: 0;
}

.anuncie-gratis .layer {
    height: 390px;
    background: #131833 0% 0% no-repeat padding-box;
    mix-blend-mode: overlay;
    border-radius: 21px;
    opacity: 1;
}

.anuncie-gratis .img-background-anuncie {
    border-radius: 36px;
    background: #0B0C18 0% 0% no-repeat padding-box;
    opacity: 0.95;
    margin-left: 43px;
    margin-top: -340px;
    padding-left: 50px;
    height: 295px;
}

.anuncie-gratis .img-background-anuncie h2 {
    color: #F28132;
    font-family: 'Montserrat';
    font-weight: 700;
    padding-top: 19px;
    font-size: 35px;
}

.anuncie-gratis .img-background-anuncie h1 {
    color: #F28132;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 46px;
    margin-top: -16px;
}

.anuncie-gratis .img-background-anuncie p {
    color: #ABB1DA;
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 13px;
}

.anuncie-gratis .img-box-anuncie-gratis {
    float: right;
    margin-top: -299px;
    margin-right: 225px;
}

@media (min-width: 1730px) {
    .anuncie-gratis .img-background-anuncie {
        padding-left: 110px;
    }

    .anuncie-gratis .img-background-anuncie p {
        margin-top: 26px;
    }

    .anuncie-gratis .img-background-anuncie p br {
        display: none;
    }
}

@media (max-width: 1729px) and (min-width: 1500px) {
    .anuncie-gratis .img-background-anuncie {
        padding-left: 130px;
    }

    .anuncie-gratis .img-box-anuncie-gratis {
        margin-right: 247px;
    }
}

@media (max-width: 1150px) {
    .anuncie-gratis .img-box-anuncie-gratis {
        display: none;
    }
}

@media (max-width: 991px) {
    .anuncie-gratis {
        max-width: 97%;
    }
}

@media (max-width: 729px) {
    .anuncie-gratis .img-background-anuncie {
        max-width: 85%;
    }
}

@media (max-width: 615px) {
    .anuncie-gratis .img-background-anuncie {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 7%;
    }

    .anuncie-gratis .img-background-anuncie h2 {
        font-size: 2rem;
    }

    .anuncie-gratis .img-background-anuncie h1 {
        font-size: 2.5rem;
        margin-top: 0;
    }
}

@media (max-width: 477px) {
    .anuncie-gratis {
        height: 490px;
    }

    .anuncie-gratis .layer {
        height: 490px;
    }

    .anuncie-gratis .img-background-anuncie {
        margin-top: -455px;
        height: 425px;
    }

}

/*CAMPO OUTROS IMOVEIS */

.outros-imoveis {
    padding: 0;
}

.outros-imoveis .box-imoveis {
    margin-top: 52px;
}

.outros-imoveis .box-imoveis h5 {
    color: #131833;
}

.col-mais-imoveis {
    justify-content: center;
    display: flex;
}

.mais-imoveis {
    border: 1px solid #E6491A;
    border-radius: 31px;
    background-color: #E6491A;
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 13px;
    height: 45px;
    width: 185px;
}

.mais-imoveis.disabled {
    background-color: #ffffff;
    border-color: #D8D8D8;
    color: #959595;
}

/*.mais-imoveis:hover {*/
/*    background-color: #E6491A;*/
/*    color: #ffffff;*/
/*    border-color: #E6491A;*/
/*}*/

.mais-imoveis:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}

@media (max-width: 991px) {
    .outros-imoveis {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*RODAPE */

.rodape {
    background-color: #E9E9E9;
    height: 282px;
    margin-top: 54px;
}

.rodape .row {
    padding-top: 80px;
}

.rodape .row .logo img {
    float: right;
}

.rodape .row .newsletter .txt {
    justify-content: center;
    display: grid;
    margin-left: 60px;
}

.rodape .txt h6 {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #343434;
    font-size: 13px;
}

.rodape .txt p {
    color: #9A9A9A;
    font-family: 'Montserrat';
    font-size: 10px;
    margin-top: -6px;
}

.rodape .row .newsletter .form-group input {
    border-radius: 37px;
    height: 43px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #CBCBCB;
    font-size: 10px;
    border: none;
    margin-left: -10px;
    margin-top: -8px;
    width: 258px;
}

.rodape .row .newsletter button {
    border-radius: 37px;
    background-color: #E6491A;
    border: none;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 700;
    width: 70px;
    height: 40px;
    font-size: 11px;
    margin-left: 5px;
    margin-top: -5px;
}

.rodape .row .newsletter button:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}

.rodape .redes {
    justify-content: center;
    display: grid;
}

.rodape .redes .redes-row {
    padding-top: 0;
    padding-left: 12px;
    margin-top: -20px;
}

.rodape-direitos-autorais {
    background-color: #343434;
    height: 65px;
    justify-content: center;
    display: flex;
}

.rodape-direitos-autorais p {
    color: #9A9A9A;
    font-family: 'Montserrat';
    font-size: 10px;
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .rodape .row .newsletter .form-group input {
        width: 100%;
    }
}

@media (max-width: 845px) {

    .rodape {
        height: auto;
    }

    .rodape .logo {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
        display: grid;
    }

    .rodape .row {
        padding-top: 15px;
    }

    .rodape .row .newsletter {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .rodape .row .newsletter .txt {
        margin-left: auto;
    }

    .rodape .row .newsletter .txt .form-row {
        justify-content: center;
        display: flex;
    }

    .rodape .row .newsletter .form-group input {
        margin-left: 0px;
    }

    .rodape .row .newsletter button {
        margin-left: 0px;
    }

    .rodape .txt h6 {
        text-align: center;
    }

    .rodape .redes {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .rodape .txt p {
        text-align: center;
    }

    .rodape .redes .redes-row {
        padding-left: 0px;
        justify-content: center;
        padding-top: 5px;

    }
}

/*PAGINA IMOVEIS DETALHE*/

.detalhe .carrossel-detalhe {
    margin-bottom: 40px;
}

.detalhe .carrossel-detalhe .carousel-control-prev {
    background-color: rgba(10,23,55,0);
    border: none;
    /*margin-left: -45px;*/
    opacity: 1;
}

.detalhe .carrossel-detalhe .carousel-control-next {
    background-color: rgba(10,23,55,0);
    border: none;
    /*margin-right: -45px;*/
    opacity: 1;
}

.bc-carrossel-detalhe {
    background-position:  center center; background-repeat: no-repeat; background-size: cover;
    width: 100%;
    height: 100%;
}

.detalhe .caracteristica-um ul {
    list-style: none;
    display: inline-flex;
}

.detalhe .caracteristica-um ul li {
    text-transform: uppercase;
    margin-right: 29px;
    color: #1C3081;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 13px;
}

.detalhe .caracteristica-dois {
    margin-left: 40px;
    margin-top: 15px;
}

.detalhe .caracteristica-dois p {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #939393;
    font-size: 10px;
    margin-bottom: 23px;
}

.detalhe .caracteristica-dois h6 {
    color: #444444;
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: 15px;
    margin-bottom: 32px;
}

.detalhe .caracteristica-tres {
    margin-left: 40px;
}

.detalhe .caracteristica-tres h6 {
    font-weight: 700;
    color: #1C3081;
    font-family: 'Montserrat';
    font-size: 14px;
    margin-top: 50px;
}

.detalhe .caracteristica-tres p {
    font-weight: 400;
    color: #939393;
    font-family: 'Montserrat';
    font-size: 12px;
    margin-top: 16px;
}

.detalhe .box-valor-imovel {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    height: 320px;
    max-width: 93.5%;
    float: right;
}

.detalhe .box-valor-imovel h6 {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #1C3081;
    font-size: 15px;
    margin-top: 24px;
}

.detalhe .box-valor-imovel h4 {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #E6491A;
    font-size: 21px;
}

.detalhe .box-valor-imovel .linha {
    background-color: #707070;
    height: 1px;
    margin-top: 13px;
    margin-bottom: 29px;
}

.detalhe .box-valor-imovel p {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #444444;
    font-size: 14px;
    margin-top: -12px;
}

.detalhe .box-valor-imovel .col-6 .col {
    margin-left: -17px;
}

.detalhe .box-valor-imovel .col-5 .col {
    justify-content: right;
    display: flex;
}

.detalhe .box-valor-imovel .col-12 {
    margin-left: 6px;
}

.detalhe .box-valor-imovel .row {
    padding-left: 21px;
}

.detalhe .box-valor-imovel .agendar-visita-btn {
    background: #E6491A 0% 0% no-repeat padding-box;
    border-radius: 38px;
    border: none;
    height: 54px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: 17px;
    margin-top: 17px;
}

.detalhe .box-valor-imovel .salvar-alerta {
    margin-top: 39px;
}

.detalhe .box-valor-imovel .salvar-alerta .col-7 {
    margin-left: -10px;
}

.detalhe .box-valor-imovel .salvar-alerta a p {
    font-family: 'Montserrat';
    color: #1C3081;
    font-weight: 500;
    font-size: 14px;
    float: none;
    text-decoration: underline;
}

.detalhe .box-valor-imovel .salvar-alerta a p img {
    margin-top: -5px;
}

.detalhe .box-financie-imovel {
    height: 350px;
    background-color: #1C3081;
    display: flex;
    max-width: 93.5%;
    float: right;
    border-radius: 15px;
    box-shadow: 0 3px 6px #00000029;
    margin-top: 30px;
    justify-content: center;
}

.detalhe .box-financie-imovel .col-10 {
    padding-left: 0;
    padding-right: 0;
    margin-top: 35px;
}

.detalhe .box-financie-imovel .col-10 h3 {
    font-weight: 700;
    font-family: 'Montserrat';
    color: #ffffff;
    font-size: 35px;
}

.detalhe .box-financie-imovel .col-10 h6 {
    font-weight: 400;
    font-family: 'Montserrat';
    color: #ffffff;
    font-size: 15px;
}

.detalhe .box-financie-imovel .col-10 .simulacao {
    justify-content: center;
    display: flex;
}

.detalhe .box-financie-imovel .col-10 button {
    background-color: #F28132;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #ffffff;
    border: none;
    border-radius: 38px;
    text-transform: uppercase;
    width: 92%;
    height: 55px;
    margin-top: 17px;
}

.detalhe .box-financie-imovel .col-10 button:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}

.detalhe .mobile {
    display: none;
}

@media (max-width: 1344px) {
    .detalhe .box-valor-imovel .col-5 .col {
        padding: 0;
    }
}

@media (max-width: 1298px) {
    .detalhe .box-financie-imovel {
        height: auto;
    }

    .detalhe .box-financie-imovel .col-10 .simulacao {
        margin-bottom: 20px;
    }
}

@media (max-width: 1270px) {
    .detalhe .caracteristica-um ul li {
        margin-right: 13px;
    }
}

@media (max-width: 1248px) {

    .detalhe .box-valor-imovel {
        height: auto;
    }

    .detalhe .box-valor-imovel .salvar-alerta {
        justify-content: center;
        display: grid;
        padding-left: 0;
    }

    .detalhe .box-valor-imovel .salvar-alerta .col-5 {
        max-width: 100%;
    }

    .detalhe .box-valor-imovel .salvar-alerta .col-7 {
        max-width: 100%;
        margin-left: auto;
    }

    .detalhe .box-valor-imovel .salvar-alerta a p {
        text-align: center;
    }

    .detalhe .box-financie-imovel .col-10 h3 {
        font-size: 1.75rem;
    }

    .detalhe .box-financie-imovel .col-10 h6 br {
        display: none;
    }
}

@media (max-width: 1124px) {
    .detalhe .caracteristica-um ul {
        padding: 0;
    }

    .detalhe .caracteristica-um ul li {
        margin-right: 8px;
    }

    .detalhe .caracteristica-dois {
        margin-left: auto;
    }

    .detalhe .caracteristica-tres {
        margin-left: unset;
    }

    .detalhe .box-financie-imovel .col-10 h3 {
        font-size: 25px;
    }
}

@media (max-width: 1098px) {
    .detalhe .box-valor-imovel .valor {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 991px) {

    .detalhe {
        max-width: 90%;
    }

    /*.detalhe .carrossel-detalhe {*/
    /*    margin-bottom: -60px;*/
    /*}*/

    .detalhe .carrossel-detalhe img {
        height: auto;
        /*display: none;*/
    }

    .detalhe .desktop {
        display: none;
    }

    .detalhe .mobile {
        display: grid;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .detalhe .mobile .caracteristica-um {
        margin-left: 15px;
    }

    .detalhe .caracteristica-um ul li {
        margin-right: 20px;
    }

    .detalhe .caracteristica-dois {
        margin-left: 15px;
    }

    .detalhe .box-valor-imovel {
        max-width: 100%;
        padding-left: 100px;
        padding-right: 100px;
    }

    .detalhe .box-valor-imovel h6 {
        text-align: center;
    }

    .detalhe .box-valor-imovel h4 {
        text-align: center;
    }

    .detalhe .box-valor-imovel .linha {
        max-width: 100%;
    }

    .detalhe .box-valor-imovel .col-12 {
        margin-left: auto;
    }

    .detalhe .box-valor-imovel .botao-visita {
        justify-content: center;
        display: flex;
    }

    .detalhe .box-valor-imovel .botao-visita .col-11 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .detalhe .box-financie-imovel {
        max-width: 100%;
    }

    .detalhe .box-financie-imovel .col-10 h3 {
        text-align: center;
    }

    .detalhe .box-financie-imovel .col-10 h6 {
        text-align: center;
    }

}

@media (max-width: 900px) {
    /*.detalhe .carrossel-detalhe {*/
    /*    margin-bottom: -100px;*/
    /*}*/
}

@media (max-width: 800px) {

    /*.detalhe .carrossel-detalhe {*/
    /*    margin-bottom: -150px;*/
    /*}*/

}

@media (max-width: 747px) {

    .detalhe .box-valor-imovel {
        padding-left: 15px;
        padding-right: 15px;
    }

    .detalhe .box-valor-imovel .botao-visita .col-11 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .detalhe .caracteristica-um ul {
        display: grid;
    }

}

@media (max-width: 700px) {

    /*.detalhe .carrossel-detalhe {*/
    /*    margin-bottom: -190px;*/
    /*}*/

}

@media (max-width: 600px) {

    .detalhe {
        max-width: 95%;
    }

    .bc-carrossel-detalhe {
        height: 70%;
    }

    .detalhe .carrossel-detalhe {
        margin-bottom: -105px;
    }

    .detalhe .carrossel-detalhe img {
        margin-top: -8rem;
    }

}

@media (max-width: 500px) {

    /*.detalhe .carrossel-detalhe {*/
    /*    margin-bottom: -290px;*/
    /*}*/

    .detalhe .mobile {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .detalhe .mobile .col-12 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .detalhe .box-valor-imovel .row {
        padding-left: 5px;
    }

}

@media (max-width: 400px) {

    .detalhe {
        max-width: 95%;
    }

    .bc-carrossel-detalhe {
        height: 60%;
    }
    .detalhe .carrossel-detalhe {
        margin-bottom: -180px;
    }

    .detalhe .carrossel-detalhe img {
        margin-top: -12rem;
    }
}

/*PAGINA FILTRO*/

.barra-filtro {
    background-color: #E6491A;
    padding-left: 215px;
    padding-top: 35px;
    padding-bottom: 12px;
}

.barra-filtro h3 {
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
}

.barra-filtro p {
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
}

.form-filtro {
    padding-left: 105px;
    padding-top: 52px;
}

.form-filtro p {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000000;
    font-size: 13px;
    margin-bottom: 2px;
}

.form-filtro .traco-form {
    background-color: #D6D6D6;
    height: 2px;
    max-width: 45%;
    margin-bottom: 20px;
}

.form-filtro .form-control {
    border: 2px solid #E6491A;
    border-radius: 50px;
    font-family: 'Montserrat';
    font-weight: 400;
    opacity: 0.7;
    font-size: 12px;
    height: 38px;
}

.form-filtro .col-3 {
    padding-left: 0;
    max-width: 20%;
}

.form-filtro .mb-3 {
    margin-right: -7px;
}

.form-filtro .row-filtro {
    margin-right: 0px;
    margin-left: 0px;
}

.form-filtro .row-filtro .col-4 {
    max-width: 23.333%;
    padding-left: 0;
}

.form-filtro .btn-form {
    border-radius: 50px;
    background-color: #ffffff;
    border: 2px solid #EBEBEB;
    color: #929292;
    font-weight: 400;
    font-family: 'Montserrat';
    padding: 9px 18px 9px 18px;
    font-size: 12px;
    margin-bottom: 12px;
    margin-right: 5px;
}

.form-filtro .btn-form:hover {
    background-color: #E6491A;
    color: #ffffff;
    border: none;
}

.form-filtro .btn-form:focus {
    background-color: #E6491A;
    color: #ffffff;
    border: none;
}

.form-filtro .row-filtro .form-label, .form-filtro .form-check-label {
    font-size: 12px;
    color: #929292;
    font-weight: 400;
    font-family: 'Montserrat';
}

.ui-widget.ui-widget-content {
    max-width: 90%;
    margin-left: -8px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    height: 5px;
    /*margin-left: -15px;*/
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #929292;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 2px solid #E6491A;
    border-radius: 10px;
    background-color: #FAFAFA;
}

.form-filtro .botoes-tipo-imovel {
    max-width: 50%;
    padding-left: 15px;
}

.form-filtro .row-filtro .area {
    background-image: url('../img/mq.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
}

.form-filtro .form-check {
    margin-bottom: 5px;
}

.form-filtro .form-check-input {
    margin-top: 6px;
}

.form-filtro .btn-filtro {
    border: 3px solid #E6491A;
    border-radius: 50px;
    background-color: #ffffff;
    color: #E6491A;
    padding: 10px 35px 10px 35px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 15px;
}

.form-filtro .btn-filtro:hover {
    background-color: #E6491A;
    color: #ffffff;
}

.form-filtro .btn-filtro:focus {
    background-color: #E6491A;
    color: #ffffff;
    box-shadow: 0 0 0 0;
    outline: 0;
}

.form-filtro .row-buttons {
    padding-left: 0;
    padding-right: 0;
    margin-top: 75px;
}

@media (max-width: 1199px) {
    .form-filtro .col-6 {
        max-width: 70%;
    }

    .ui-widget.ui-widget-content {
        max-width: 100%;
    }

    .form-filtro .botoes-tipo-imovel {
        max-width: 70%;
    }

    .form-filtro .col-3 {
        max-width: 70%;
    }

    .form-filtro .row-filtro .col-4 {
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media (max-width: 991px) {

    .barra-filtro {
        padding-left: 80px;
    }

    .form-filtro {
        padding-left: 15px;
    }

    .form-filtro .col-6 {
        max-width: 100%;
    }

    .form-filtro .botoes-tipo-imovel {
        max-width: 100%;
    }

    .form-filtro .col-3 {
        max-width: 100%;
    }

    .form-filtro .row-filtro .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px) {

    .barra-filtro {
        padding-left: 30px;
    }

    .form-filtro {
        padding-left: 30px;
        padding-right: 30px;
    }

    .form-filtro .btn-form {
        max-width: 48%;
        flex: 0 0 50%;
    }

    .form-filtro .row-valor {
        padding-right: 30px;

    }

    .form-filtro .row-checks .col-6 {
        flex: 0 0 100%;
    }

    .form-filtro .row-buttons {
        justify-content: center;
        display: grid;
    }

    .form-filtro .row-buttons .col-6 {
        padding-bottom: 30px;
    }
}

@media (max-width: 400px) {
    .barra-filtro {
        text-align: center;
        padding-left: 0;
    }

    .form-filtro .row-filtro .endereco {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .form-filtro .btn-form {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/*PAGINA RESULTADO FILTRO*/

.resultado-filtro {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 18px;
    font-family: 'Montserrat';
}

.resultado-filtro .row-resultado-filtro {
    padding: 18px 0px 10px 10px;
}

.resultado-filtro .row-resultado-filtro p {
    color: #AEAEAE;
    font-weight: 400;
    font-size: 11px;
}

.resultado-filtro .row-resultado-filtro h6 {
    color: #1C3081;
    font-weight: 400;
    margin-top: -10px;
}

.btn-resultado-filtro {
    background-color: #ffffff;
    border: 2px solid #E6491A;
    border-radius: 50px;
    font-weight: 500;
    color: #1C3081;
    font-size: 14px;
    padding: 8px 18px 8px 18px;
    margin-right: 5px;
    margin-left: 5px;
    float: right;
}

.resultado-filtro .row-resultado-filtro .fa-sliders-h {
    font-size: 19px;
    margin-right: 10px;
}

.btn-resultado-filtro img {
    margin-right: 5px;
}

.resultado-imoveis {
    font-family: 'Montserrat';
}

.resultado-imoveis .row-resultado-imoveis {
    margin-top: 25px;
}

.resultado-imoveis .row-resultado-imoveis p {
    font-weight: 700;
    color: #1C3081;
    font-size: 14px;
}

.resultado-imoveis .row-resultado-imoveis .form-select {
    border: 2px solid #ABB1DA;
    border-radius: 50px;
    color: #1C3081;
    font-weight: 500;
    font-size: 11px;
    padding: 7px 7px 7px 16px;
    float: right;
}

.col-resultado-mais-imoveis {
    justify-content: center;
    display: flex;
}

.resultado-mais-imoveis {
    border: 1px solid #E6491A;
    border-radius: 31px;
    background-color: #E6491A;
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 13px;
    height: 45px;
    width: 185px;
}

.resultado-mais-imoveis.disabled {
    background-color: #ffffff;
    border-color: #D8D8D8;
    color: #959595;
}

/*.resultado-mais-imoveis:hover {*/
/*    background-color: #E6491A;*/
/*    color: #ffffff;*/
/*    border-color: #E6491A;*/
/*}*/

.resultado-mais-imoveis:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}

.resultado-filtro .box {
    margin-top: 4rem;
}

.resultado-filtro .box .box-opcoes {
    background-color: #a9a9a900;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0) !important;
}

.resultado-filtro .box .box-opcoes .col-10 {
    max-width: 100%;
}

.resultado-filtro .box .box-opcoes .form-row {
    margin-left: 0;
}

@media (max-width: 1249px) {
    .resultado-filtro .box {
        margin-top: 1rem;
    }
}

@media (max-width: 991px) {
    .resultado-filtro, .resultado-imoveis {
        max-width: 95%;
    }
}

@media (max-width: 669px) {
    .resultado-filtro .box {
        margin-top: 0rem;
    }
}

@media (max-width: 654px) {
    .btn-resultado-filtro {
        width: 95%;
        margin-top: 10px;
    }

    .resultado-filtro .row-resultado-filtro {
        padding: 18px 0px 25px 10px;
    }
}

@media (max-width: 430px) {

    .resultado-filtro, .resultado-imoveis {
        max-width: 90%;
        margin-left: 15px;
        margin-right: 15px;
    }

    .resultado-filtro .row-resultado-filtro {
        padding: 18px 15px 25px 15px;
    }

    .resultado-filtro .col-6, .resultado-imoveis .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .resultado-imoveis .row-resultado-imoveis .form-select {
        width: 100%;
    }

}

/*PAGINA IMOVEIS SALVOS */

.imoveis-salvos .box-imoveis-salvos .carousel {
    height: 315px;
    margin-left: 11px;
    max-width: 23.5%;
}

.imoveis-salvos .box-imoveis-salvos .carousel .carousel-inner {
    height: 150px;
}

.imoveis-salvos .box-imoveis-salvos .carousel .carousel-inner .carousel-item img {
    height: 150px;
}

.imoveis-salvos .carrossel .carousel .row .infoUm {
    margin-top: 25px;
}

.imoveis-salvos .carrossel .carousel .row .infoUm h6 {
    margin-top: -5px;
}

.imoveis-salvos .carrossel .carousel .row .remover-botao {
    justify-content: center;
    display: flex;
    padding-top: 25px;
}

.imoveis-salvos .carrossel .carousel .row .remover-botao button {
    background-color: #ffffff;
    border: 1px solid #E6491A;
    border-radius: 24px;
    color: #E6491A;
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 10px;
    padding: 5px 12px 5px 12px;
}

@media (max-width: 1099px) {
    .imoveis-salvos .box-imoveis-salvos .carousel {
        max-width: 31.5%;
        flex: 0 0 33.333333333%;
        height: 325px;
    }
}

@media (max-width: 629px) {
    .imoveis-salvos .box-imoveis-salvos .carousel {
        max-width: 47.5%;
        flex: 0 0 50%;
    }
}

@media (max-width: 469px) {
    .imoveis-salvos .box-imoveis-salvos .carousel {
        max-width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
    }
}

/*PAGINA ALERTAS*/

.alerta .box-alerta .carousel {
    height: auto;
}

.valor-anterior, .valor-atual, .valor-desejado {
    padding-right: 0;
    padding-left: 0;
}

.valor-anterior p {
    font-weight: 400;
    color: #CCCCCC;
    font-size: 12px;
}

.valor-anterior h6 {
    font-weight: 700;
    color: #CCCCCC;
    font-size: 14px;
    float: right;
    margin-left: -50px;
}

.valor-atual p {
    font-weight: 400;
    color: #276FAE;
    font-size: 12px;
}

.valor-atual h6 {
    font-weight: 700;
    color: #276FAE;
    font-size: 14px;
    float: right;
    margin-left: -50px;
}

.valor-desejado p {
    font-weight: 400;
    color: #27AE66;
    font-size: 12px;
}

.valor-desejado h6 {
    font-weight: 700;
    color: #27AE66;
    font-size: 14px;
    float: right;
    margin-left: -50px;
}

.alerta .box-alerta .row-botoes-alerta {
    margin-left: -15px;
    margin-top: -15px;
    padding-bottom: 15px;
}

.alerta .box-alerta .row-botoes-alerta .col-8 {
    padding-right: 0;
}

.alerta .carrossel .carousel .row .remover-botao button {
    padding: 5px 5px 5px 1px;
    border: 2px solid #E6491A;
}

.alerta .carrossel .carousel .row .remover-botao .col-4 button {
    padding: 8px 15px 8px 15px;
    margin-left: -10px;
}

@media (min-width: 1500px) {
    .alerta .box-alerta .row-botoes-alerta {
        margin-left: auto;
    }
}

@media (max-width: 1256px) {

    .alerta .box-alerta .row-botoes-alerta {
        margin-left: auto;
    }

    .alerta .box-alerta .row-botoes-alerta .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        margin-bottom: 15px;
    }

    .alerta .box-alerta .row-botoes-alerta .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .alerta .carrossel .carousel .row .remover-botao button {
        width: 100%;
    }

    .alerta .carrossel .carousel .row .remover-botao .col-4 button {
        margin-left: 0;
    }

    .alerta .box-alerta .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .valor-anterior h6, .valor-atual h6, .valor-desejado h6 {
        float: none;
        margin-left: auto;
    }

    .valor-anterior p, .valor-atual p, .valor-desejado p {
        margin-bottom: 0;
    }
}

@media (max-width: 469px) {
    .alerta .carrossel .carousel .row .infoUm {
        text-align: center;
        max-width: 100%;
        flex: 0 0 100%;
        margin-left: auto;
    }

    .valor-anterior p, .valor-atual p, .valor-desejado p {
        text-align: center;
    }

    .valor-anterior h6, .valor-atual h6, .valor-desejado h6 {
        text-align: center;
    }
}

/*PAGINA ALERTA PARTE RADAR*/

.btn-novo-alerta {
    background-color: #E6491A;
    color: #ffffff;
}

.fa-exclamation-triangle {
    margin-top: -5px;
}

.radar .box-radar .carousel {
    height: 308px;
}

.radar .box-radar .carousel .carousel-inner {
    height: 92px;
}

.radar .box-radar .carousel .carousel-inner .carousel-item img {
    height: 92px;
}

.radar .box-radar .carousel .row-radar {
    margin-top: 20px;
}

.radar .box-radar .carousel .row-radar p {
    color: #E6491A;
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: 11px;
    margin-bottom: 5px;
}

.radar .fa-home, .radar .fa-map-marker-alt, .radar .fa-search-dollar, .radar .fa-swimming-pool {
    color: #888888;
    font-size: 12px;
    width: 30px;
}

.radar .carrossel .carousel .row .remover-botao button {
    border: 2px solid #E6491A;
    padding: 8px 25px 8px 25px;
}

@media (max-width: 1450px) {
    .radar .excluir-radar {
        padding-left: 0;
    }
}

@media (max-width: 1256px) {

    .radar .excluir-radar, .radar .editar-radar {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .radar .excluir-radar {
        margin-top: -20px;
    }

    .radar .editar-radar {
        margin-top: 5px;
    }

    .radar .carrossel .carousel .row .remover-botao button {
        width: 100%;
    }

}

@media (max-width: 469px) {
    .radar .box-radar .carousel .row-radar {
        justify-content: center;
        display: grid;
    }
}

/*PAGINA MINHA CONTA*/

.minha-conta p {
    font-weight: 400;
    font-family: 'Montserrat';
    color: #000000;
    font-size: 12px;
    margin-top: 35px;
    margin-bottom: 22px;
}

.form-minha-conta {
    padding-left: 15px;
    padding-top: 0;
}

.form-minha-conta .minha-conta-btn {
    margin-top: 45px;
    padding-right: 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
}

.form-minha-conta .minha-conta-btn button {
    border: 2px solid #E6491A;
    padding: 5px 30px 5px 30px;
    width: 100%;
}

.preferencias {
    padding-left: 15px;
    padding-top: 0;
}

.preferencias .preferencias-btn {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}

.preferencias .preferencias-btn button {
    background-color: #E6491A;
    width: 100%;
    color: #ffffff;
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .form-minha-conta .minha-conta-btn .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 1087px) {
    .minha-conta, .form-minha-conta, .preferencias {
        max-width: 50%;
    }
}

@media (max-width: 699px) {
    .minha-conta, .form-minha-conta, .preferencias {
        max-width: 80%;
    }
}

@media (max-width: 575px) {
    .form-minha-conta .minha-conta-btn {
        justify-content: initial;
    }

    .form-minha-conta .minha-conta-btn .col-6 {
        padding-bottom: 0;
    }

    .preferencias .preferencias-btn {
        justify-content: initial;
    }
}

@media (max-width: 450px) {
    .minha-conta, .form-minha-conta, .preferencias {
        max-width: 100%;
    }
}

/*PAGINA DE CADASTRO DE CONTA*/

.form-minha-conta .cadastro-btn button {
    padding: 5px 20px 5px 20px;
    background-color: #E6491A;
    color: #ffffff;
}

.success-cadastro {
    text-align: center;
    color: #0f3799 !important;
}

.error-cadastro {
    text-align: center;
    color: #573e3e;
}

/*PAGINA DE LOGIN DE CONTA*/

.login p {
    font-size: 15px;
    text-align: center;
}

.login p a {
    color: #E6491A;
    font-weight: 600;
}

/*PAGINA DE ALERTAS*/

/*ALERTA BEM VINDO */

.modal .bem-vindo {
    max-width: 355px;
    margin: 1.75rem auto;
}

.modal .bem-vindo .modal-header {
    border-bottom: none;
}

.modal .bem-vindo .modal-body {
    margin-top: -15px;
}

.modal .bem-vindo .modal-body h6 {
    font-family: 'Montserrat';
    font-weight: 900;
    color: #1C3081;
    font-size: 18px;
}

.modal .bem-vindo .modal-body p {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #8F8F8F;
    font-size: 11px;
    margin-top: 11px;
}

.modal .bem-vindo .modal-footer {
    border-top: none;
    margin-top: -35px;
}

.modal .bem-vindo .modal-footer .btn-footer-bem-vindo {
    border-radius: 22px;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 700;
}

.modal .bem-vindo .modal-footer #criar-conta {
    background-color: #E6491A;
    color: #ffffff;
}

.modal .bem-vindo .modal-footer #dismiss {
    background-color: #ffffff;
    color: #E6491A;
    border-color: #E6491A;
}

.search {
    justify-content: center;
    display: flex;
}

@media (max-width: 450px) {
    .modal-bem-vindo {
        padding: 20px !important;
    }

    .modal .bem-vindo .modal-body h6 br {
        display: none;
    }

    .modal .bem-vindo .modal-body p br {
        display: none;
    }
}

/*alerta radar*/

.modal .adc-radar {
    max-width: 615px;
}

.modal .adc-radar .modal-body {
    margin-top: 19px;
}

.modal .adc-radar .modal-body h6 {
    font-family: 'Montserrat';
    font-weight: 900;
    color: #1C3081;
    font-size: 18px;
    text-align: center;
}

.modal .adc-radar .modal-header {
    border-bottom: none;
    margin-top: 10px;
}

.modal .adc-radar .modal-body p {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #1C3081;
    font-size: 13px;
    margin-top: 20px;
    text-align: center;
}

.modal .adc-radar .modal-footer .btn-footer-radar {
    border-radius: 30px;
    width: 55%;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    background-color: #E6491A;
    color: #ffffff;
    height: 60px;
}

.modal .adc-radar .modal-footer {
    border-top: none;
    justify-content: center;
    margin-top: -11px;
}

@media (max-width: 480px) {
    .modal .adc-radar .modal-body p br {
        display: none;
    }

    .modal .adc-radar .modal-footer .btn-footer-radar {
        width: auto;
    }
}

/*alerta ajustar alerta */

.modal .ajustar-alerta {
    max-width: 310px;
}

.modal .ajustar-alerta .modal-header h6 {
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #E6491A;
}

.modal .ajustar-alerta .traco-alerta {
    height: 2px;
    background-color: #707070;
    width: 100%;
    margin-top: 15px;
}

.modal .ajustar-alerta .modal-body .cadastro p {
    color: #979797;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 11px;
}

.modal .ajustar-alerta .modal-body .cadastro h6 {
    color: #979797;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 13px;
}

.modal .ajustar-alerta .modal-body .atual p {
    color: #276FAE;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 11px;
}

.modal .ajustar-alerta .modal-body .atual h6 {
    color: #276FAE;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 13px;
}

.modal .ajustar-alerta .modal-body .desejado p {
    color: #000000;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 11px;
    margin-top: 10px;
}

.modal .ajustar-alerta .modal-body .desejado .form-control {
    border: 2px solid #E6491A;
    border-radius: 26px;
    color: #000000;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    margin-left: -15px;
}

.modal .ajustar-alerta .modal-footer {
    border-top: none;
    justify-content: center;
}

.modal .ajustar-alerta .modal-footer .btn-footer-alerta {
    background-color: #E6491A;
    border: none;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 12px;
    border-radius: 26px;
    height: 38px;
    width: 80px;
}

@media (max-width: 575px) {
    .modal .ajustar-alerta {
        margin: 1.75rem auto;
    }
}