@font-face {
    font-family: 'Roboto-Regular';
    src: url(../../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url(../../fonts/roboto/Roboto-Bold.ttf);
}
@font-face {
    font-family: 'Roboto-Black';
    src: url(../../fonts/roboto/Roboto-Black.ttf);
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto-Regular', sans-serif;
}
h1 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 2.5rem;
}
@media (max-width: 720px) {
    h1 {
        font-size: 1.5rem;
    }
}
h2 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 2rem;
}
@media (max-width: 720px) {
    h2 {
        font-size: 1.5rem;
    }
}
h3 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1.5rem;
}
h4 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
}
h5 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
}
h6 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
    line-height: normal;
}
.back_div_transition {
    margin: 0px;
    width: 100%;
    height: 50px;
}
p {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
}
#header {
    display: flex;
    align-items: center;
    height: 85px;
    background-color: #fff;
}
@media (max-width: 720px) {
    #header {
        height: 80px;
    }
}
#navbarSupportedContent {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-right: 0px;
}
.img-menu {
    width: 20px !important;
    height: auto;
}
.hide {
    display: none;
}
.padding {
    padding: 10px 0px;
}
.btn-menu-m {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #222328;
    padding: 0px;
}
.btn-menu-m span {
    font-size: 2rem;
}
.btn-menu-m img {
    width: 25px;
    height: 25px;
}
.modal.show .modal-dialog {
    margin: 0px !important;
    height: 100%;
    max-width: 100%;
}
#header_mobile_close {
    background: #bd0101;
    opacity: 1;
    width: 40px;
    height: 40px;
    line-height: 20px;
    padding: 0;
    border-radius: 100%;
    color: #fff;
    margin: 0px;
}
#header_mobile {
    font-family: 'Roboto-Black', sans-serif;
    background-color: #e4e7ef;
    z-index: 999999999;
    padding: 0px;
    border: none;
}
#header_mobile .modal-header {
    border-bottom: none;
}
#header_mobile .modal-content {
    border: none;
}
#header_mobile li {
    border: none;
    background-color: rgba(0, 0, 0, 0);
}
#header_mobile .modal-body {
    padding: 0px;
}
#header_mobile .body-1 {
    color: #e42320;
    padding-bottom: 20px;
}
#header_mobile .body-1 a {
    text-decoration: none;
    color: #e42320;
}
#header_mobile .body-2 {
    background-color: #3a405b;
    font-family: 'Roboto-Regular', sans-serif;
    background-color: #e4e7ef;
    padding-top: 50px;
}
#header_mobile .body-2 a {
    text-decoration: none;
    color: #3a405b;
}
#header_mobile .modal-footer {
    font-size: 11px;
    background: #e4e7ef;
}
#header_mobile .modal-footer .s-ddd {
    font-size: 11px;
}
#header_mobile .modal-footer .s-tell {
    font-size: 14px;
}
.logo-principal {
    height: auto;
}
.cont-fav {
    min-width: 15px;
    height: 5px;
    display: inline-block;
    margin-left: 3px;
}
.nav-link {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 0.765rem;
    font-style: normal;
    font-weight: 500;
    color: #3a405b;
    text-decoration: none !important;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
}
.nav-link:hover {
    color: #3a405b;
    background-color: #e7e8ed;
}
.dropdown-menu {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 13px;
    font-style: normal;
    color: #fff;
    text-decoration: none !important;
    margin-right: 0px;
    border-radius: 0px;
    padding: 0px;
}
.dropdown-item {
    padding: 8px 15px;
    border-bottom: 1px solid #d9d9d9;
}
.dropdown-item:hover {
    color: #e42320 !important;
    background-color: rgba(0, 0, 0, 0) !important;
}
.span-favoritos {
    margin-left: 10px;
}
#icon-favoritos {
    margin-left: 0px;
    width: 12px;
    height: 12px;
}
a:hover {
    color: #e42320;
}
.titulo_section {
    font-size: 1.5rem;
}
.subtitulo_section {
    font-size: 1.2rem;
}
.barra_bottom_center:after {
    content: '';
    display: block;
    margin: 10px auto 0px;
    width: 70px;
    height: 3px;
    background: #e42320;
}
.barra_bottom_left:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 70px;
    height: 3px;
    background: var(--barrinhas_titulo);
    position: absolute;
    left: 0;
}
.font_bold {
    font-family: 'Roboto-Bold', sans-serif;
}
.font_black {
    font-family: 'Roboto-Black', sans-serif;
}
.my-float {
    margin-top: 8px;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 15px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    transition: 0.5s ease-in-out;
}
.container-whatsapp {
    display: none;
    width: 300px;
    height: auto;
    background-color: #f0f2f5;
    position: fixed;
    bottom: 115px;
    right: 40px;
    -webkit-box-shadow:
        0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12),
        0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow:
        0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12),
        0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.container-whatsapp .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    background-color: #00a884;
    padding-right: 5px;
    padding-left: 5px;
}
.container-whatsapp .header span {
    color: #fff;
}
.container-whatsapp .header button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 25px;
    background-color: #bd0101;
}
.container-whatsapp .container-modal-w {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px;
}
#btn-whats {
    cursor: pointer;
}
.btn-modal-whats {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e7ffe7;
    height: 40px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 25px;
}
.btn-modal-whats span {
    color: #000;
}
.btn-modal-whats img {
    width: 24px;
}
.display_none {
    display: none;
}
.btn-primario:not(:disabled):not(.disabled).active :focus,
.btn-primario :not(:disabled):not(.disabled) :active :focus,
.show > .btn-primario.dropdown-toggle :focus {
    box-shadow: none;
}
.btn-primario:not(:disabled):not(.disabled).active,
.btn-primario:not(:disabled):not(.disabled):active,
.show > .btn-primario.dropdown-toggle {
    color: #fff;
    background-color: #b71313;
    border-color: none;
}
.btn-primario.focus,
.btn-primario:focus {
    color: #fff;
    background-color: #b71313;
    border-color: none;
    box-shadow: none;
}
.padding_max_top_bottom {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 720px) {
    .padding_max_top_bottom {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.padding_medio_top_bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (max-width: 720px) {
    .padding_medio_top_bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.btn-light-model {
    border: 1px solid #e42320;
    border-radius: 4px;
    font-family: 'Roboto-Regular', sans-serif;
    border-radius: 4px;
    font-size: 13px;
    line-height: 13px;
    background: rgba(0, 0, 0, 0);
    width: 100px;
}
.btn-light-model:hover {
    background-color: #b71313;
    border: none;
    color: #fff !important;
    -webkit-box-shadow:
        0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12),
        0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow:
        0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12),
        0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.btn-primario {
    color: #fff;
    font-family: 'Roboto-Regular', sans-serif;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    height: 43px;
}
.btn-primario:hover {
    border: none;
    -webkit-box-shadow:
        0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12),
        0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow:
        0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12),
        0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
a.btn-primario-light,
.btn-cinza-light,
.btn-branco-light,
.btn-primario-light {
    background: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    font-family: 'Roboto-Regular', sans-serif;
    border-radius: 4px;
    font-size: 11px;
    line-height: 13px;
    height: 42px;
}
.btn-primario-light {
    color: #e42320;
    border: solid 1px #e42320;
}
.btn-primario-light:hover {
    background-color: #b71313;
    border: none;
    color: #fff;
    -webkit-box-shadow:
        0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12),
        0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow:
        0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12),
        0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.btn-branco-light {
    background: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto-Regular', sans-serif;
    border-radius: 4px;
    border: solid 1px #fff;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    min-width: 150px;
    height: 42px;
}
.btn-branco-light:hover {
    color: #fff;
    -webkit-box-shadow:
        0 4px 5px 0 rgba(255, 255, 255, 0.14),
        0 1px 10px 0 rgba(255, 255, 255, 0.12),
        0 2px 4px -1px rgba(255, 255, 255, 0.3);
    box-shadow:
        0 4px 5px 0 rgba(255, 255, 255, 0.14),
        0 1px 10px 0 rgba(255, 255, 255, 0.12),
        0 2px 4px -1px #fff;
}
.btn-cinza-light {
    margin-right: 2px;
    background: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    color: #a1a6bb;
    font-family: 'Roboto-Regular', sans-serif;
    border-radius: 4px;
    border: solid 1px #a1a6bb;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    min-width: 150px;
    height: 42px;
}
.btn-cinza-light:hover {
    color: #a1a6bb;
    -webkit-box-shadow:
        0 4px 5px 0 rgba(255, 255, 255, 0.14),
        0 1px 10px 0 rgba(255, 255, 255, 0.12),
        0 2px 4px -1px rgba(255, 255, 255, 0.3);
    box-shadow:
        0 4px 5px 0 rgba(255, 255, 255, 0.14),
        0 1px 10px 0 rgba(255, 255, 255, 0.12),
        0 2px 4px -1px rgba(255, 255, 255, 0.14);
}
a.btn-branco-light {
    color: #fff !important;
    border: solid 1px #fff;
}
a.btn {
    text-decoration: none;
    color: #e42320;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 159px;
}
a.btn-light {
    text-decoration: none;
    color: #fff !important;
    border-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 156px;
    max-width: initial;
    font-weight: 500;
}
.icon-botao {
    margin-right: 10px;
}
a.btn-primario-light {
    color: #e42320 !important;
    border: solid 1px #e42320;
    max-width: initial;
    font-size: 14px;
    font-weight: 500;
}
a.btn-primario-light:hover {
    color: #fff !important;
    -webkit-box-shadow:
        0 4px 5px 0 rgba(255, 255, 255, 0.14),
        0 1px 10px 0 rgba(255, 255, 255, 0.12),
        0 2px 4px -1px rgba(255, 255, 255, 0.3);
    box-shadow:
        0 4px 5px 0 rgba(255, 255, 255, 0.14),
        0 1px 10px 0 rgba(255, 255, 255, 0.12),
        0 2px 4px -1px rgba(255, 255, 255, 0.14);
}
.loadlista {
    font-family: 'Roboto-Bold', sans-serif;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 24px;
    display: none;
}
.container-fluid {
    padding-left: 5%;
    padding-right: 5%;
    max-width: 1600px;
}
.label-form {
    font-family: 'Roboto-Regular', sans-serif;
    color: #a1a6bb;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
}
.form-text::-webkit-input-placeholder {
    color: #a1a6bb;
    font-size: 14px;
    line-height: 24px;
}
.form-text:-moz-placeholder {
    font-size: 14px;
    line-height: 24px;
    color: #a1a6bb;
}
.form-text::-moz-placeholder {
    font-size: 14px;
    line-height: 24px;
    color: #a1a6bb;
}
.form-text:-ms-input-placeholder {
    color: #a1a6bb;
    font-size: 14px;
    line-height: 24px;
}
.form-text {
    padding: 0px 15px;
    font-size: 14px !important;
    line-height: 24px;
    height: 42px !important;
    font-family: 'Roboto-Regular', sans-serif;
    color: #a1a6bb;
    margin: 0px;
    border-radius: 2px !important;
}
.form-select {
    font-size: 14px !important;
    line-height: 24px !important;
    height: 42px !important;
    color: #a1a6bb;
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 0px !important;
}
.carousel-item {
    background: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
@media (max-width: 370px) {
    .busca_home .buttom_finalidade_busca_home {
        font-size: 12px;
    }
}
@media (min-width: 769px) and (max-width: 1550px) {
    #corpo-filtro .buttom_finalidade_busca_home {
        width: auto;
        font-size: 11px;
        padding: 0px;
        margin: 2px;
    }
}
.buttom_finalidade_busca_home {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 0;
    font-family: #a1a6bb;
    font-size: 14px;
    width: auto;
    margin-right: 5px;
    margin-left: 5px;
    text-transform: uppercase;
    background-color: #fff;
    margin-bottom: 1rem;
    cursor: pointer;
    border-radius: 8px;
    padding: 4px 10px;
}
.buttom_finalidade_busca_home span {
    display: flex;
    flex: 1;
    padding: 10px;
}
.buttom_finalidade_busca_home:hover {
    background-color: #e42320;
    color: #fff;
}
@media (max-width: 720px) {
    .buttom_finalidade_busca_home {
        padding: 4px 2px;
    }
}
.btn-active-busca {
    background-color: #e42320;
    color: #fff;
}
a {
    text-decoration: none !important;
    color: #222328;
}
.btn-favorito {
    position: absolute;
    right: 10px;
    top: 10px;
}
.btn-actions {
    right: 25px;
    position: absolute;
    top: 10px;
    z-index: 99;
    cursor: pointer;
}
.arrow_circle {
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px #bdbdbd;
    -moz-box-shadow: 0px 0px 5px 0px #bdbdbd;
    box-shadow: 0px 0px 5px 0px #bdbdbd;
    color: #505050;
    margin: 0 5px;
    cursor: pointer;
}
.card {
    min-width: 100%;
    margin-bottom: 10px;
}
.card .carousel-inner .carousel-item {
    height: 270px;
}
.card .carousel_setinha {
    font-size: 60px;
}
.card:hover {
    color: #222328;
}
.card .img-imovel {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.card .carousel-control-next,
.card .carousel-control-prev {
    background-color: rgba(0, 0, 0, 0) !important;
}
.card .card-body {
    position: relative;
    min-height: 140px;
    padding: 10px;
}
.card .card-body .container-endereco {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.card .card-body span {
    color: #000;
}
.card .card-body h2 {
    font-size: 1rem;
}
.card .card-body .preco-imovel-card {
    display: flex;
    position: absolute;
    flex-direction: column;
    bottom: 5px;
    left: 10px;
}
.card .card-body .preco-imovel-card s {
    font-size: 12px;
}
.card .card-body .preco-imovel-card strong {
    font-size: 1rem;
    color: #e42320;
}
.card .card-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
    min-height: 50px;
    background-color: #fff;
}
.card .card-footer .container-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2px;
}
.card .card-footer .container-icon span {
    font-size: 0.8rem;
}
.card .card-footer .container-icon span:first-child {
    margin-right: 5px;
    font-size: 0.8rem;
    text-align: center;
}
.card .card-footer .container-icon img {
    margin: 10px auto 0px auto;
    display: block;
}
.card-body h4 {
    font-size: 12px;
    color: #3a405b;
    font-family: 'Roboto-Regular', sans-serif;
    margin: 0px;
}
.card-body h2,
.card-body h3 {
    color: #3a405b;
    font-family: 'Roboto-Regular', sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin-top: 5px;
}
.card-body p {
    font-family: 'Roboto-Regular', sans-serif;
    color: #e42320;
}
.card-body .preco-cond-card {
    color: #3a405b;
    position: absolute;
    font-size: 0.75rem;
    bottom: 5px;
    right: 10px;
}
#call-to-action-home p {
    font-size: 18px;
    line-height: 25px;
}
.carousel-control-prev:hover {
    background: rgba(0, 0, 0, 0.14);
}
.carousel-control-next:hover {
    background: rgba(0, 0, 0, 0.14);
}
#container-carrossel {
    background-color: #e42320;
    padding-top: 100px;
    padding-bottom: 100px;
}
#container-carrossel h2 {
    color: #fff;
    margin-bottom: 80px;
}
#container-carrossel P {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}
#container-carrossel .nome-depoimentos {
    color: #00deea;
    font-size: 16px;
    line-height: 24px;
}
#container-carrossel .profissao-depoime {
    font-size: 12px;
    line-height: 14px;
}
#container-carrossel .icon-aspas {
    margin-bottom: 25px;
    font-size: 62px;
    line-height: 62px;
}
#footer {
    background-color: #e42320;
    color: #3a405b;
    padding-top: 40px;
    color: #fff;
}
#footer .titulo_footer {
    font-family: 'Roboto-Bold', sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
}
#footer ul {
    padding-top: 0px;
}
#footer ul li {
    padding: 0px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: 14px;
    line-height: 39px;
}
#footer ul li a {
    text-decoration: none;
    color: #fff;
}
#footer p {
    font-size: 14px;
    line-height: 24px;
}
#footer #text-copyright {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: solid #fff 1px;
}
#footer a {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.mini_icon_rodape {
    margin-left: 15px;
    width: 20px;
    margin-right: 5px;
}
.logo-footer {
    width: 120px;
    margin-bottom: 20px;
}
#id-gif {
    display: none;
}
.gif-check {
    width: 40px;
    display: none;
}
.list-group-item {
    cursor: pointer;
}
.list-group-item:hover {
    background-color: #eee;
}
.container-mansagem {
    position: fixed;
    bottom: -50px;
    left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow:
        0 16px 24px 2px rgba(0, 0, 0, 0.14),
        0 6px 30px 5px rgba(0, 0, 0, 0.12),
        0 8px 10px -7px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}
.container-mansagem span {
    background-color: #e42320;
    font-size: 1.2rem;
    padding: 10px;
    color: #fff;
    font-size: bold;
}
@media (max-width: 720px) {
    #footer {
        padding-bottom: 80px;
    }
}
@media (max-width: 425px) {
    #footer h6 {
        margin-top: 30px;
    }
    #footer ul li {
        padding: 0px;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        font-size: 14px;
        line-height: 35px;
    }
}
@media (max-width: 1142px) {
    .btn-menu-m {
        display: flex;
    }
    #navbarSupportedContent .nav-item {
        display: none;
    }
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.font20 {
    font-size: 20px;
}
.container-mansagem {
    position: fixed;
    bottom: -50px;
    left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    z-index: 9999;
}
.container-mansagem span {
    background-color: #e42320;
    font-size: 1.2rem;
    padding: 10px;
    color: #000;
    font-size: bold;
}
.container-mensagem-error {
    position: fixed;
    bottom: 50px;
    left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    display: none;
}
.container-mensagem-error span {
    background-color: #f76c51;
    font-size: 1.2rem;
    padding: 10px;
    color: #fff;
    font-size: bold;
}
::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}
::-webkit-scrollbar-track {
    background: #d2d2d2;
    border-radius: 10px;
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #b1b1b1;
    border-radius: 10px;
    width: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #b1b1b1;
}
.carousel_setinha_listagem {
    font-size: 30px;
    margin-top: -5px;
}
.lista-bairros,
.lista-tipos {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    border-radius: 0px;
    width: 300px;
    box-shadow:
        0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12),
        0 2px 4px -1px rgba(0, 0, 0, 0.3);
    max-height: 300px;
    overflow: auto;
    padding-top: 6px;
    min-height: 0px;
    padding: 0px;
    scrollbar-width: thin;
    scrollbar-color: #e42320;
}
@media (max-width: 385px) {
    .lista-bairros,
    .lista-tipos {
        width: 100%;
    }
}
.lista-bairros ul,
.lista-tipos ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.lista-bairros ul li,
.lista-tipos ul li {
    display: flex;
    gap: 1rem;
    padding: 0.5rem 1rem;
}
.lista-bairros label,
.lista-tipos label {
    width: 100%;
    margin-bottom: 0px;
}
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
    width: 20px;
}
.btn-toggle {
    cursor: pointer;
}
.btn-toggle-tipo {
    cursor: pointer;
}
.container-tag {
    position: absolute;
    z-index: 99;
    top: 0.5rem;
    left: 0.5rem;
}
.container-tag .tag-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 10px 2px;
    border-radius: 0.5rem;
    margin-bottom: 2px;
    font-size: 12px;
    color: #fff;
}
.container-tag img {
    width: 50px;
}
.container-tag .tag-proposta {
    background-color: #f76c51;
}
.container-tag .tag-reserva {
    background-color: #454545;
}
.modal-destop-active {
    display: block;
}
.modal-desktop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 30%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
}
@media (max-width: 720px) {
    .modal-desktop {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.95);
    }
}
.modal-desktop .header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 7%;
}
.modal-desktop .header button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    margin-right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all ease 0.3s;
    color: #fff;
    background: #e42320;
    font-size: 18px;
}
.modal-desktop .header button:hover {
    background-color: #e42320;
}
.modal-desktop .header button:focus {
    border: none;
}
.modal-desktop .container-lista-menu {
    height: 90%;
    overflow-y: scroll;
    padding: 10px;
}
.modal-desktop .container-lista-menu::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}
.modal-desktop .container-lista-menu::-webkit-scrollbar {
    width: 5px;
}
.modal-desktop .container-lista-menu::-webkit-scrollbar-thumb {
    background-color: green;
    border-radius: 2.5px;
    height: 10px;
}
.modal-desktop ul {
    font-size: 0.9rem;
    list-style: none;
}
.modal-desktop ul .list-titulo {
    margin-bottom: 1rem;
    font-size: 1rem;
}
.modal-desktop ul a {
    color: #fff;
    font-size: 1rem;
}
.modal-desktop ul img {
    width: 20px;
    margin-right: 0.5rem;
}
#banner_header {
    height: 380px;
    background-size: cover;
}
@media (max-width: 720px) {
    #banner_header {
        height: 200px;
    }
}
#banner_header h1 {
    color: #fff;
    z-index: 1;
}
@media (max-width: 720px) {
    #banner_header h1 {
        font-size: 25px;
    }
}
#banner_header::before {
    content: '';
    display: block;
    margin-top: 0px;
    width: 100%;
    height: inherit;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
}
.btn-light.disabled,
.btn-light:disabled {
    background-color: #e42320;
}
.btn-light.disabled :hover,
.btn-light:disabled :hover {
    color: #fff;
}
.asterisco-valiacao {
    color: #bd0101;
    font-weight: bold;
}
.chosen-container-single .chosen-single {
    display: flex;
    justify-content: left;
    align-items: center;
    background: #fff !important;
    border: 1px solid #ced4da;
    box-shadow: none !important;
    color: #a1a6bb;
    height: 43px !important;
}
.chosen-container-single .chosen-single span {
    color: #a1a6bb;
    line-height: 40px;
    padding-left: 3px;
}
.chosen-container-single .chosen-single div b {
    margin-top: 10px;
}
.chosen-container-single .chosen-search input[type='text'] {
    height: 40px;
    line-height: 40px;
    background: none;
    padding: 8px !important;
    font-size: 14px;
}
.cc-color-override-1854898044.cc-window {
    z-index: 999999999;
    bottom: 120px;
}
.container-modal {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(10px);
    overflow: auto;
}
.container-modal .header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem;
    height: 60px;
}
.container-modal .header .btn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 36px;
    padding: 1rem;
    border-radius: 10px;
    transition: all 300ms;
    border: 1px solid #fff;
    cursor: pointer;
}
.container-modal .header .btn-close:hover {
    background-color: #bd1548;
}
.container-modal .header .btn-close span {
    color: #fff;
}
.container-modal .body {
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-modal .body .container-form img {
    height: 90vh;
}
@media (max-width: 720px) {
    .container-modal .body .container-form {
        max-width: 100%;
    }
    .container-modal .body .container-form img {
        height: auto;
        max-width: 100%;
    }
}
.badge-warning {
    margin-right: 10px;
}
.black-friday {
    background-color: #000 !important;
    color: #fff;
    margin-right: 10px;
}
