.elementor-14 .elementor-element.elementor-element-e866e9c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:28px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:00px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-e866e9c:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-e866e9c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF00;}.elementor-14 .elementor-element.elementor-element-042dcd2{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:0px 0px 71px 71px;--margin-top:-29px;--margin-bottom:-76px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-042dcd2:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-042dcd2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00000000;}.elementor-14 .elementor-element.elementor-element-4e52d71{width:var( --container-widget-width, 101.218% );max-width:101.218%;background-color:#02010100;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 52px) 0px;padding:0px 0px -13px 0px;--container-widget-width:101.218%;--container-widget-flex-grow:0;border-radius:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-4e52d71.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.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-14 .elementor-element.elementor-element-042dcd2{--border-radius:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-04673d6{margin:56px 0px calc(var(--kit-widget-spacing, 0px) + 32px) 0px;padding:24px 0px 26px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-04673d6 *//* ===============================
   FORCE MOBILE HEADER ALIGNMENT
   =============================== */
@media (max-width: 1000px){

  /* header */
  .beews-mobile-header,
  .beews-mobile-header *{
    box-sizing: border-box;
  }

  .beews-mobile-header{
    display: flex !important;
    justify-content: center !important;
  }

  /* container interno */
  .beews-mobile-header .mh-inner{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; /* centraliza o conjunto */
    gap: 8px !important;                /* logo + burger mais próximos */
    padding: 8px 12px !important;       /* reduz altura total */
    width: 100% !important;
  }

  /* LOGO – maior e dominante */
  .beews-mobile-header .mh-logo img{
    height: 72px !important;   /* 👈 logo maior */
    max-height: 72px !important;
    width: auto !important;
    margin: 0 !important;
  }

  /* botão hamburguer */
  .beews-mobile-header .mh-burger{
    width: 40px !important;
    height: 40px !important;
    margin-left: 2px !important; /* cola no logo */
    padding: 0 !important;
    border-radius: 10px !important;
  }

  /* ícone hamburguer mais compacto */
  .beews-mobile-header .mh-burger i,
  .beews-mobile-header .mh-burger i::before,
  .beews-mobile-header .mh-burger i::after{
    width: 20px !important;
  }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4e52d71 *//* Container Principal (Fundo Preto Infinito) */
.cnn-header {
    background-color: #000000;
    height: 85px; /* Altura fixa */
    width: 100%;
    display: flex;
    justify-content: center; /* Centraliza o container interno */
    align-items: center;
    overflow: hidden;
}

/* Container de Conteúdo (Onde a mágica da centralização acontece) */
.cnn-container {
    width: 100%;
    max-width: 1300px; /* Ajuste aqui a largura total do conteúdo */
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 40px;
    box-sizing: border-box;
}

/* Grupo Esquerdo */
.cnn-left-group {
    display: flex;
    align-items: center;
    height: 100%;
}

.cnn-hamburguer {
    margin-right: 25px;
    cursor: pointer;
}

.cnn-hamburguer span {
    width: 26px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 5px 0;
}

/* Bloco do Logo Amarelo */
.cnn-logo-box {
    background-color: #ffff;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    text-decoration: none;
}

.cnn-logo-box img {
    height: 30px;
    width: auto;
}

/* Menu de Navegação - Agora colado no logo */
.cnn-nav-main {
    display: flex;
    gap: 25px;
    margin-left: 40px; /* Distância do menu para o bloco amarelo */
}

.cnn-nav-main a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 0.2s;
}

.cnn-nav-main a:hover {
    color: #FFCC00;
}

/* Lado Direito (Icones) */
.cnn-right-group {
    margin-left: auto; /* Empurra os ícones para o final do container */
    display: flex;
    align-items: center;
    gap: 20px;
}

.cnn-icon {
    color: #fff;
    cursor: pointer;
}

/* Ajustes para Mobile */
@media (max-width: 1024px) {
    .cnn-nav-main { display: none; }
    .cnn-header { height: 70px; }
    .cnn-logo-box img { height: 40px; }
}/* End custom CSS */