.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a0e89bd:#1D4482;--e-global-color-c46adfe:#B59660;--e-global-typography-primary-font-family:"Fustat";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Fustat";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Fustat";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Fustat";--e-global-typography-accent-font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================
   MENU MOBILE
========================= */

.menu-mobile {
    position: fixed !important;

    top: 135px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;

    width: 100% !important;
    height: calc(100dvh - 135px) !important;
    max-height: calc(100dvh - 135px) !important;

    z-index: 9998 !important;

    display: flex !important;
    flex-direction: column !important;

    box-sizing: border-box !important;

    background: rgba(10, 20, 25, 0.55);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    overflow-x: hidden !important;
    overflow-y: auto !important;

    -webkit-overflow-scrolling: touch !important;

    overscroll-behavior-y: contain !important;

    touch-action: pan-y !important;

    min-height: 0 !important;

    transform: translateY(-0.4%);
    opacity: 0;
    visibility: hidden;

    transition:
        transform 0.45s cubic-bezier(0.77, 0, 0.18, 1),
        opacity 0.3s ease,
        visibility 0.45s;
}


/* =========================
   MENU ABERTO
========================= */

.menu-mobile.menu-aberto {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;

    overflow-y: auto !important;
}


/* =========================
   CONTEÚDO DO MENU
========================= */

.menu-mobile-conteudo {
    flex: 0 0 auto !important;

    min-height: 0 !important;

    width: 100% !important;

    flex-shrink: 0 !important;
}


/* =========================
   RODAPÉ AZUL
========================= */

.menu-mobile-rodape {
    flex-shrink: 0 !important;

    width: 100% !important;

    box-sizing: border-box !important;
}


/* =========================
   BLOQUEAR SCROLL DA PÁGINA
========================= */

body.menu-aberto-body {
    overflow: hidden !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Fustat';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bianchiurbanismo.com.br/wp-content/uploads/2026/07/Fustat-Regular-1.ttf') format('truetype');
}
@font-face {
	font-family: 'Fustat';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://bianchiurbanismo.com.br/wp-content/uploads/2026/07/Fustat-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */