.elementor-6823 .elementor-element.elementor-element-d32e7b6{--display:flex;--min-height:130px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;}.elementor-6823 .elementor-element.elementor-element-d32e7b6.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-6823 .elementor-element.elementor-element-944efa8{width:auto;max-width:auto;padding:0px 0px 0px 20px;}.elementor-6823 .elementor-element.elementor-element-944efa8 .elementor-heading-title{font-family:"Beautique-Display", Sans-serif;font-size:24px;font-weight:bold;letter-spacing:-1px;color:var( --e-global-color-73705f1 );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-6823 .elementor-element.elementor-element-3ef3ef9{width:auto;max-width:auto;}.elementor-6823 .elementor-element.elementor-element-3ef3ef9.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-6823 .elementor-element.elementor-element-3ef3ef9 .elementor-nav-menu .elementor-item{font-family:"Beautique-Display", Sans-serif;font-weight:800;text-transform:lowercase;line-height:8px;}.elementor-6823 .elementor-element.elementor-element-3ef3ef9 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-73705f1 );fill:var( --e-global-color-73705f1 );}.elementor-6823 .elementor-element.elementor-element-3ef3ef9 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-6823 .elementor-element.elementor-element-3ef3ef9 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-6823 .elementor-element.elementor-element-3ef3ef9 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-6823 .elementor-element.elementor-element-3ef3ef9 .elementor-nav-menu--main .elementor-item:focus{color:#A8A8A8;fill:#A8A8A8;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-6823 .elementor-element.elementor-element-d32e7b6{--min-height:5px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--padding-top:30px;--padding-bottom:20px;--padding-left:30px;--padding-right:30px;}.elementor-6823 .elementor-element.elementor-element-944efa8{padding:0px 0px 0px 0px;}.elementor-6823 .elementor-element.elementor-element-944efa8 .elementor-heading-title{font-size:20px;}}@media(min-width:768px){.elementor-6823 .elementor-element.elementor-element-d32e7b6{--content-width:1400px;}}/* Start custom CSS *//* =========================
   BOTÃO HAMBURGER
========================= */
.hamburger-mobile {
  display: none;
  width: 30px;
  height: 21px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10001;
  
}

.hamburger-mobile span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  left: 0;
  transition: 0.3s ease;
  
}

.hamburger-mobile span:nth-child(1) { top: 0; }
.hamburger-mobile span:nth-child(2) { top: 10px; }
.hamburger-mobile span:nth-child(3) { bottom: 0; }

.hamburger-mobile.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.hamburger-mobile.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-mobile.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 10px;
}

/* =========================
   MOBILE FULLSCREEN MENU
========================= */
@media (max-width: 767px) {

  .hamburger-mobile {
    display: block;
    
  }

  /* container do menu do Elementor */
  .menu-mobile-fullscreen {
    position: fixed;
    inset: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.2, 0, 0.2, 1) !important;
    z-index: 10000;
  }

  .menu-mobile-fullscreen.active {
    opacity: 1;
    pointer-events: auto;
  }

  /* força estrutura correta do menu */
  .menu-mobile-fullscreen nav,
  .menu-mobile-fullscreen .elementor-nav-menu,
  .menu-mobile-fullscreen ul {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    gap: 1px;
   
  }

  .menu-mobile-fullscreen li {
    margin: 1px 0;
  }

  .menu-mobile-fullscreen a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    
  }
}

/* trava scroll quando menu abre */
body.menu-open {
  overflow: hidden;
}
@media (max-width: 767px) {

  .menu-mobile-fullscreen {
    position: fixed;
    inset: 0;
    z-index: 10000;
  }

}


.menu-overlay {
  position: fixed;
  inset: 0;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out;
  z-index: 9999;
}

.menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Beautique-Display';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Black.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Black-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: italic;
	font-weight: bold;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Bold-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Condensed-Black.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Condensed-Black-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: oblique;
	font-weight: 100;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Condensed-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: oblique;
	font-weight: 100;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Condensed-Bold-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Condensed-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Condensed-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Condensed-Light-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Condensed-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Condensed-Medium-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Condensed-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Light-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Medium-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://andrehabibfotografo.com/wp-content/uploads/2025/02/Beautique-Display-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Beautique-Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */