/* HEADER */

section.busca {
    background-image: url(../img/layout/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    /*  filter: brightness(0.9);*/
}
section.busca .venda {
    margin-top: 10%;
}
section.busca h1 {
    color: #fff;
    font-size: 4em;
    font-weight: 700;
    text-align: center;
}
section.busca .mascara {
    /* background-color: rgb(255,255,255,0.4); */
    border-radius: 20px;
    /* background-color: rgb(35, 35, 35, 0.6);*/
    background-color: rgb(0, 0, 0, 0.45);
}
.ms-parent {
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
}
section.busca small {
    font-size: 1em;
    color: #c90c0f;
}
.ms-choice {
    color: #fff;
}
section.busca button.btn {
    width: 100%;
    border: none;
    color: #fff;
}
section.busca .transacao button {
    background-color: #c90c0f;
    border-radius: 12px 0px 0px 12px;
}
section.busca select.tipo-imoveis, section.busca select.bairros, section.busca select.area, section.busca select.valor-aluguel, section.busca select.valor-compra, .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 25px;
    width: 100%;
    color: #fff !important;
    cursor: pointer;
    opacity: 1;
    padding-left: 0px;
    height: 40px;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle, .bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover, .bootstrap-select .btn-light {
    background-color: transparent;
    color: #fff;
    outline: 0px auto -webkit-focus-ring-color !important;
}
.bootstrap-select.valor-compra {
    display: none;
}
section.busca button.compra {
    color: #fff;
    background-color: #000;
    border-radius: 0px 12px 12px 0px;
}
::-webkit-input-placeholder {
    /* Edge  */
    color: white;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11  */
    color: white;
}
::placeholder {
    color: white;
}
.ms-choice>span {
    padding-top: 3px;
}
section.busca .ms-choice>span.placeholder {
    color: #fff !important;
    background-color: transparent;
    cursor: pointer;
    opacity: 0.8;
    padding-top: 3px;
}
section.busca .ms-parent>span.placeholder {
    color: #fff !important;
    background-color: transparent;
    cursor: pointer;
    opacity: 0.8;
}
section.busca button.buscar {
    background-color: #c90c0f;
    border-radius: 12px;
    color: #fff;
    width: 100px;
}
section.busca button.buscar:hover {
    background-color: #bd1515;
    color: #fff;
}
section.busca input.codigo {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    display: none;
    height: 36px;
    margin: 10px 0 20px 0;
    padding: 0 0 0 15px;
    width: 160px;
}
section.busca input.codigo:focus-visible {
    outline: 1px solid #fff;
}
.bootstrap-select .dropdown-menu {
    min-width: 250px!important;
    max-height: 220px!important;
}
.actions-btn {
    background-color: #ccc!important;
    color: #fff!important;
    padding: 3px 0!important;
    width: 50%!important;
}
.actions-btn.bs-select-all.btn-light {
    background-color: #c90c0f!important;
    border-radius: 6px 0px 0px 6px!important;
}
.actions-btn.bs-deselect-all.btn-light {
    background-color: #000000!important;
    border-radius: 0px 6px 6px 0px!important;
}
/* FINAL HEADER */

/* INICIO CARDS IMOVEIS */

section.imoveis h1 {
    color: #000;
    font-size: 3em;
    font-weight: 700;
}
section.imoveis .card-slick .slick-prev {
    background-image: url("../img/layout/seta.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 40px;
    width: 40px;
    left: -40px;
}
section.imoveis .card-slick .slick-next {
    background-image: url("../img/layout/seta-direita.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 40px;
    width: 40px;
    right: -40px;
}
section.imoveis .card-slick .card {
    border-radius: 25px 25px 0px 0px;
    border: 0px solid;
    -webkit-box-shadow: 0px 2px 5px 0px rgb(189 189 189 / 75%);
    -moz-box-shadow: 0px 2px 5px 0px rgb(189 189 189 / 75%);
    box-shadow: 0px 2px 5px 0px rgb(189 189 189 / 75%);
    margin-bottom: 5px;
    margin-left: 2.5%;
    width: 95% !important;
}
section.imoveis .carousel-indicators button.active {
    background-color: #c90c0f;
    margin-bottom: -10%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
section.imoveis .carousel-indicators button {
    background-color: #a9a9a9;
    font-size: 10px;
    opacity: 1.25;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
section.imoveis .slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 0px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.imoveis .card-slick .card .card-body .descricao {
    border: 1px solid #000;
    width: 100%;
    margin: 0 auto;
    border-radius: 30px;
}
section.imoveis .card-slick .card-body .descricao span {
    font-size: 13px;
    font-weight: 600;
}
section.imoveis .card-slick .card-body .descricao span.borda2 {
    /* border-left: 1px solid #000; */
    border-right: 1px solid #000;
}
section.imoveis .card-slick .card .card-body button.btn-tenho-interesse {
    border: none;
    background-color: #c90c0f;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
    width: 100%;
    height: auto;
    font-weight: 600;
}
.banner .carousel-control-prev, .banner .carousel-control-next {
    display: none;
}
section.imoveis .card-slick .card .card-body button.btn-tenho-interesse:hover {
    background-color: #bd1515;
}
section.imoveis .card-slick .card .card-body p {
    color: #000;
    font-size: 0.8em;
}
section.imoveis .card-slick .card .card-body p.numero {
    font-size: 0.8em;
    font-weight: 800;
}
section.imoveis button.btn-ver-imoveis {
    border-radius: 10px;
    background-color: #c90c0f;
    color: #fff;
    width: 200px;
    font-size: 1em;
    font-weight: 600;
    border: none;
}
section.imoveis button.btn-ver-imoveis:hover {
    background-color: #bd1515;
    color: #fff;
}
.imoveis .card .card-body button.favoritar {
    background-color: transparent;
    border: 0px solid #000000;
}
.imoveis .card .card-body button.favoritar:hover {
    color: #c90c0f;
}
.imoveis .card .card-body button.favoritar .marcado, .favoritos.marcado {
    color: #c90c0f;
}
#favoritosModal .modal-content {
    border: 0;
    border-radius: 30px;
    color: #c90c0f;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    top: 50px;
}
.btn-whatsapp-imovel .fa-share-nodes {
    color: #000;
}
.btn-whatsapp-imovel .fa-share-nodes:hover {
    color: #c90c0f;
}
/* FINAL CARDS IMOVEIS */

/* INICIO BANNER */

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    display: none;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    border: 0px solid #fff;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background-color: #c90b0d;
}
section.banner {
    padding-bottom: 30px;
}
section.banner .slick-footer {
    -webkit-box-shadow: 0px 2px 5px 0px rgb(189 189 189 / 75%);
    -moz-box-shadow: 0px 2px 5px 0px rgb(189 189 189 / 75%);
    box-shadow: 0px 2px 5px 0px rgb(189 189 189 / 75%);
    padding: 0;
}
section.banner button.active {
    background-color: #c90c0f !important;
}
section.banner .texto {
    background-color: #a9a9a9;
    color: #fff;
    height: 100%;
    margin: auto;
}
section.banner .texto .titulo {
    width: 80%;
    margin: 0 auto;
}
section.banner .texto h2 {
    font-size: 30px;
    margin: 0 auto;
}
section.banner .texto p {
    font-size: 19px;
}
section.banner button.btn {
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    width: 40%;
    height: auto;
}
section.banner button.btn:active {
    border: 3px solid #e1dfdf;
    color: #e1dfdf;
}
section.banner button.btn:hover {
    background-color: #c90c0f;
}
section.banner button.btn.fake {
    border: 3px solid #a9a9a9;
    color: #a9a9a9;
    cursor: context-menu;
}
section.banner button.btn.fake:hover {
    background-color: #a9a9a9;
}
section.banner .card {
    border-radius: 40px;
}
section.banner .card .card-body {
    background-color: #a9a9a9;
    color: #fff;
}
@media (max-width: 1200px) {
    section.busca .seletor {
        width: 25%;
    }
    section.imoveis .card-slick .slick-next {
        display: none !important;
    }
    section.imoveis .card-slick .slick-prev {
        display: none !important;
    }
    section.banner button.btn {
        width: 50%;
    }
    section.imoveis button.btn-ver-imoveis {
        width: 17%;
    }
    section.imoveis .card-slick .card .card-body button.btn-tenho-interesse {
        width: 101%;
    }
    section.imoveis .card-slick .card .card-body button.btn-tenho-interesse {
        font-size: 11px;
    }
    section.imoveis .card-slick .card .card-body button.btn-tenho-interesse {
        font-size: 11px;
    }
    section.imoveis .card-slick .card .card-body .descricao {
        width: 100%;
    }
    section.imoveis .card-slick .card-body .descricao span {
        font-size: 11px;
    }
    section.imoveis .card-slick .card .card-body p {
        font-size: 0.8em;
    }
}
@media (max-width: 992.98px) {
    section.busca button.buscar {
        width: 100px;
    }
    section.busca .seletor {
        width: 20%;
    }
    section.busca .venda {
        margin-top: 50%;
    }
    section.imoveis .card-slick .slick-next {
        display: none !important;
    }
    section.imoveis .card-slick .slick-prev {
        display: none !important;
    }
    section.busca .seletor {
        width: 25%;
    }
    section.imoveis button.btn-ver-imoveis {
        width: 27%;
    }
    section.banner button.btn {
        width: 64%;
    }
    section.banner button.btn {
        width: 60%;
    }
    section.imoveis button.btn-ver-imoveis {
        width: 22%;
    }
    section.imoveis span {
        font-size: 1.1rem;
    }
    section.imoveis .card-slick .card .card-body p {
        font-size: 0.6em;
    }
    section.imoveis .card-slick .card-body .descricao span {
        font-size: 12px;
    }
    section.imoveis .card-slick .card .card-body .descricao {
        width: 100%;
    }
    section.imoveis .card-slick .card .card-body button.btn-tenho-interesse {
        font-size: 0.7em;
    }
    section.imoveis .card-slick .card .card-body button.btn-tenho-interesse {
        width: 100%;
    }
}
@media (max-width: 767.8px) {
    section.busca .venda {
        margin-top: 46%;
    }
    section.busca .seletor {
        width: 50%;
    }
    section.busca .seletor input.valor {
        width: 223px;
    }
    section.busca input.codigo {
        width: 100%;
    }
    section.busca button.buscar {
        width: 40%;
    }
    section.busca .ms-parent {
        width: 90% !important;
    }
    /* CARDS */
    section.imoveis h1 {
        font-size: 2.5em;
    }
    section.imoveis .card-slick .slick-prev {
        display: none;
    }
    section.imoveis .card-slick .slick-next {
        display: none;
    }
    section.imoveis .card-slick .card .card-body span.codigo {
        font-size: 12px;
    }
    section.imoveis .card-slick .card .card-body p {
        color: #000;
        font-size: 0.6em;
    }
    section.imoveis .card-slick .card .card-body .descricao {
        width: 100%;
    }
    section.imoveis .card-slick .card-body .descricao span {
        font-size: 9px;
    }
    section.imoveis .card-slick .card .card-body button.btn-tenho-interesse {
        width: 100%;
    }
    /* Imoveis */
    section.imoveis button.btn-ver-imoveis {
        width: 37%;
    }
    section.banner .texto .titulo h2 {
        font-size: 20px;
        margin: 0 auto;
    }
    section.banner .texto .titulo p {
        font-size: 17px;
    }
    section.banner button.btn {
        font-size: 1em;
        width: 50%;
    }
}
@media (max-width: 575.98px) {
    section.busca h1 {
        font-size: 1.7em;
    }
    section.busca .venda {
        margin-top: 49%;
    }
    section.busca .codigo {
        width: 100%;
    }
    section.busca .transacao {
        align-items: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section.busca .seletor {
        width: 100%;
    }
    section.busca .seletor input.valor {
        width: 100%;
    }
    section.busca .ms-parent {
        width: 100% !important;
    }
    section.busca button.btn {
        width: 30%;
    }
    section.busca button.buscar {
        width: 30%;
    }
    /* CARDS */
    section.imoveis h1 {
        font-size: 1.7em;
    }
    section.imoveis .card-slick .slick-prev {
        background-image: url("");
        display: none;
    }
    section.imoveis .card-slick .slick-next {
        background-image: url("");
        display: none !important;
    }
    section.imoveis .card-slick .card .slick-header {
        width: 100%;
    }
    section.imoveis .card-slick .card .card-body span.codigo {
        font-size: 15px;
    }
    section.imoveis .card-slick .card .card-body p {
        color: #000;
        font-size: 0.8em;
    }
    section.imoveis .card-slick .card .card-body .descricao {
        width: 100%;
    }
    section.imoveis .card-slick .card-body .descricao span {
        font-size: 13px;
    }
    section.imoveis .card-slick .card .card-body button.btn-tenho-interesse {
        width: 84%;
    }
    /* Imoveis */
    section.imoveis button.btn-ver-imoveis {
        width: 60%;
    }
    section.banner .texto .titulo h2 {
        font-size: 20px;
        margin: 0 auto;
    }
    section.banner .texto .titulo p {
        font-size: 17px;
    }
    section.banner button.btn {
        font-size: 1em;
        width: 55%;
    }
}