nav.navbar .contato {
    font-family: Futura, sans-serif;
}
nav.navbar .navbar-brand .img-fluid {
    max-width: 60%;
    height: auto;
}
nav.navbar a.whatsapp {
    width: auto;
    font-size: 16px;
    font-weight: 700;
    color: #34af23;
}
nav.navbar a.whatsapp:hover {
    color: #108300;
}
nav.navbar .whatsapp img {
    width: 40px;
}
nav.navbar .contato i {
    color: #c90c0f;
}
nav.navbar .item {
    border: 2px solid #000;
    border-radius: 13px;
    width: 9%;
    cursor: pointer;
    font-weight: 600;
    font-family: "Futura Md BT", sans-serif;
}
.offcanvas-header {
    background-color: #c90c0f;
    color: #fff;
}
nav.navbar .offcanvas-end {
    width: 300px !important;
}
nav.navbar .nav-link:hover {
    color: #c90c0f;
}
.navbar-toggler {
    border: 0px;
}
nav.navbar .offcanvas-body {
    background-color: #c90c0f;
}
nav.navbar .offcanvas-body a.nav-link {
    color: #fff;
    font-size: 18px;
    font-family: "Futura Md BT", sans-serif;
    cursor: pointer;
}
nav.navbar .offcanvas-body a.nav-link:hover {
    color: #000;
}
.invalid-feedback {
    padding-top: 10px !important;
}
footer {
    background-color: #f4f4f4;
}
footer .card h3 {
    font-family: "Futura Md BT", sans-serif;
    font-size: 21px;
    color: #fff;
    font-weight: 700;
}
footer a.nav-link {
    font-family: "Futura Md BT", sans-serif;
}
footer a.nav-link:hover {
    color: #c90c0f;
}
footer .local {
    font-family: "Futura Md BT", sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 700;
}
footer p.cep {
    font-size: 0.9rem;
}
footer img {
    width: 220px;
}
footer .local p {
    color: #c90c0f;
    font-size: 0.9rem;
}
footer .social i:hover {
    color: #c90c0f;
}
footer h4 {
    font-size: 1.2rem;
}
#modalAviso .modal-header {
    border: 0px;
    border-radius: 25px;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    z-index: 1;
    height: 38px;
    width: 38px;
}
#modalAviso .modal-header .btn-close {
    margin: 0 5px 0 0;
    padding: 5px;
}
section.botao {
    background-image: url("/assets/img/layout/bg-botoes-redondos.jpg");
    background-repeat: repeat-x;
    background-size: auto;
    height: 140px;
    padding-top: 24px;
    margin: 0 auto;
}
section.botao a {
    background-color: black;
    display: block;
    color: #fff;
    height: 140px;
    width: 140px;
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    margin: 0 auto;
}
section.botao .card h3 {
    font-size: 1.5rem;
}
section.botao .anuncio {
    background-color: #c90c0f !important;
}
.invalid-feedback {
    width: 100%;
    margin-top: -0.45rem;
    font-size: 0.7em;
    color: #fff;
    text-align: left;
    padding-left: 1rem;
}
.form-contato .invalid-feedback {
    width: 100%;
    margin-top: -0.45rem;
    font-size: 0.7em;
    color: #fff;
    text-align: left;
    padding-left: 1.5rem;
}
section.contato .invalid-feedback {
    width: 100%;
    margin-top: -0.45rem;
    font-size: 0.7em;
    color: #c90c0f;
    text-align: left;
    padding-left: 1rem;
}
.form-imovel .invalid-feedback {
    padding-left: 2.5rem;
}
.slick-slide a img {
    border-radius: 25px 25px 0 0;
    height: 255px;
    width: 100%;
}
.slick-slide a:hover img {
    filter: brightness(0.5);
    transition: all 0.5s ease;
}
.btn-whatsapp {
    background-color: #34af23;
    border-radius: 70%;
    color: #fff;
    display: inline-block;
    position: fixed;
    bottom: 22px;
    left: 42px;
    height: 55px;
    line-height: 54px;
    text-align: center;
    width: 55px;
}
.btn-whatsapp:hover {
    text-decoration: none;
    color: #108300;
}
.btn-whatsapp svg {
    font-size: 43px;
    padding: 6px;
}
/********************
INÍCIO TRECHO DE CÓDIGO QUE ESTILIZA A BARRA DE COOKIES
*******************/

.cookieMessage {
    position: fixed;
    bottom: 0;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    border-radius: 40px;
    background-color: #fff;
    z-index: 99999999999;
    display: none;
    text-align: center;
    width: 1000px;
    color: #000;
}
.cookieMessage .cookieMessage-content {
    display: flex;
    align-items: center;
    padding-left: 39px;
}
.cookieMessage .cookieMessage-content p {
    color: #000;
    font: 500 12px/31px 'Lato', Arial, Helvetica, sans-serif;
    margin: 0 0 0 0;
    padding: 9px;
    background-color: #fff;
    font-weight: 600;
    text-align: left;
    border-radius: 20px;
}
.cookieMessage .cookieMessage-content a.politica {
    color: #c90c0f;
    text-decoration: underline;
    white-space: nowrap;
}
.cookieMessage .cookieMessage-content a.politica:hover {
    color: #a3a3a3;
}
.cookieMessage a.red {
    color: #fff;
    background-color: #c90c0f;
    text-decoration: none;
    padding: 0px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    font: 700 14px/34px 'Lato', Arial, Helvetica, sans-serif;
    white-space: nowrap;
    margin: 0 43px 0px 15px;
    display: inline-block;
}
.cookieMessage a.red:hover {
    background-color: #b61414;
    color: #fff;
}
footer p {
    font-size: 0.9rem;
}
footer p a {
    color: #212529;
    text-decoration: none;
}
footer p a:hover {
    color: #c90c0f;
}
/********************
*FIM TRECHO DE CÓDIGO QUE ESTILIZA A BARRA DE COOKIES   *
*******************/

@media (max-width: 1200px) {
    nav.navbar .item {
        width: 10%;
    }
    nav.navbar a.whatsapp {
        width: auto;
        font-size: 14px;
    }
    footer p {
        font-size: 0.9rem;
    }
}
@media(max-width: 1024px) {
    .cookieMessage {
        width: 810px;
    }
    .cookieMessage .cookieMessage-content p {
        font: 500 10px/23px 'Lato', Arial, Helvetica, sans-serif;
    }
}
@media (max-width: 992px) {
    nav.navbar .item {
        width: 12%;
    }
    .cookieMessage {
        width: 720px;
    }
    .cookieMessage .cookieMessage-content p {
        font: 500 9px/20px 'Lato', Arial, Helvetica, sans-serif;
    }
    .cookieMessage a.red {
        font: 700 11px/26px 'Lato', Arial, Helvetica, sans-serif;
    }
    section.imoveis button.filtrar {
        width: 70%;
        font-size: 0.8rem;
    }
    section.imoveis p.descricao, section.imoveis span.descricao {
        font-size: 0.7rem;
    }
    section.imoveis span {
        font-size: 0.9rem;
    }
    section.imoveis .card {
        width: 100% !important;
    }
    section.botao .card h3 {
        font-size: 1.2rem;
    }
    nav.navbar a.whatsapp {
        width: 22%;
    }
    .cookieMessage .cookieMessage-content {
        padding-left: 34px;
    }
    .cookieMessage a.red {
        padding: 0px 10px;
        margin: 0px 38px 5px 2px;
    }
}
@media (max-width: 767.98px) {
    section.busca .venda {
        margin-top: 19%;
    }
    section.busca h1 {
        font-size: 2em;
    }
    nav.navbar .item {
        border-radius: 0%;
        width: 33%;
    }
    section.botao {
        background-repeat: repeat-y;
        background-size: auto;
        height: auto;
        margin: 0 auto;
    }
    .cookieMessage {
        left: 90px;
        right: 0px;
    }
    nav.navbar a.whatsapp {
        width: 29%;
    }
}
@media (max-width: 575.98px) {
    nav.navbar .item {
        border-radius: 0%;
        width: 33%;
    }
    section.botao .card h3 {
        margin: 10px 0px;
    }
    section.botao .card h3 {
        font-size: 1.4rem;
    }
    section.botao {
        background-repeat: repeat-y;
        background-size: auto;
        height: auto;
        margin: 10px auto;
    }
    nav.navbar a.whatsapp {
        width: 39%;
        font-size: 11px;
        font-weight: 700;
        color: #34af23;
    }
    nav.navbar a.navbar-brand {
        width: 61%;
    }
    .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 {
        width: 100%;
    }
    .cookieMessage .cookieMessage-content {
        display: none;
        align-items: center;
    }
    .cookieMessage {
        /* bottom: -4px;
    left: 19px;
    right: 0px;
    border-radius: 40px;
    width: 85%; */
        display: none;
    }
    .cookieMessage .cookieMessage-content p {
        /* color: #000;
    font: 500 9px/21px 'Lato', Arial, Helvetica, sans-serif;
    margin: 0 0 0 0;
    padding: 9px;
    background-color: #fff;
    font-weight: 600;
    text-align: left;
    border-radius: 20px; */
        display: none;
    }
    footer p.cep {
        font-size: 0.7rem;
    }
}