/**
 * extra.css – estilos extra padronizados (ex-<style> e ex-inline)
 */

.grecaptcha-badge {
    visibility: hidden;
}

.filterrs {
    display: flex;
    justify-content: start;
    gap: 5px;
    margin-top: 1em;
}
.filterrs span {
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-radius: 3em;
    padding: 5px 15px;
    font-size: 14px;
}

.ui-menu .ui-menu-divider {
    height: 45px;
    font-size: 23px;
    border-width: 1px 0 0 0;
}

@media screen and (max-width: 767px) {
    .outros {
        padding-left: 15px !important;
    }
}

.politica-texto h1,
.politica-texto h2,
.politica-texto h3,
.politica-texto h4,
.politica-texto h5 {
    margin: 2em 0 1em !important;
}
.politica-texto {
    background-color: #838280;
    margin: 0;
    padding: 2em 0;
    text-align: center;
}

.container-relative {
    position: relative;
}

.back-banner {
    display: none;
}

.carousel-item-center {
    display: flex;
    justify-content: center;
}

.tit-bairro-inline {
    align-items: center;
    gap: 8px;
}

.title-desc-custom {
    font-size: 23px;
    margin-top: 15px;
    color: #565656;
}

.input-honeypot {
    width: 1px;
    height: 1px;
    border: 0;
    background: transparent;
    padding: 0;
}

.btn-submit-spacing {
    margin: 2em 0;
}

#p-title.p-title-sr,
.p-title-sr {
    display: none;
}

.form-order-imoveis {
    height: 100%;
}

.label-show-map {
    padding-left: 5px;
}

.fx-cresce-inherit {
    overflow: inherit;
}

.aquinao-gap {
    gap: 10px;
}

.complemento-no-border {
    border-left: none;
}

.label-valor-definido {
    margin-left: 8px;
}

.form-group-no-border {
    border-left: none;
    margin-top: 10px;
}

.clear-both {
    clear: both;
}

.label-checkbox-mb0 {
    margin-bottom: 0;
}

.checkbox-mr {
    margin-right: 13px;
}

.animate-delay-2 {
    animation-delay: 0.2s;
}

.complemento-ml-15 {
    margin-left: 15px;
}

.input-calc-width {
    width: calc(100% - 15px);
}

.redes-center {
    text-align: center;
}

.redes-between {
    justify-content: space-between;
}

.logo-sa-corp {
    max-width: unset;
    height: 16px;
}

.politica-h3-margin {
    margin: 0 !important;
}

.list-style-none {
    list-style: none;
}

.busca-small-cap {
    text-transform: capitalize;
}

.phone-icon {
    font-size: 20px;
    color: #000;
}

.iframe-border-none {
    border: 0;
}

.custom-svg-center {
    text-align: center;
}

.menu-inteiro-full {
    width: 100%;
}

.navbar-between {
    justify-content: space-between;
}

.level-right-hidden {
    display: none;
}

.is-aligned-inline-flex {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.admin-img-preview {
    height: 200px;
}

.admin-img-thumb {
    height: 100px;
}

.h3-favorite {
    color: #de2a12;
}

.flex-center-text {
    display: flex;
    text-align: center;
}

.label-min-width {
    min-width: 135px;
}

.radio-mt-mr {
    margin-top: 3px;
    margin-right: 5px;
}

.opt-hidden {
    display: none;
}
