.elementor-1649 .elementor-element.elementor-element-186aaf7{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-1649 .elementor-element.elementor-element-186aaf7:not(.elementor-motion-effects-element-type-background), .elementor-1649 .elementor-element.elementor-element-186aaf7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#133562;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1649 .elementor-element.elementor-element-8487be4 .elementor-button{background-color:var( --e-global-color-a5fe47d );font-family:"Gotham-Medium", Sans-serif;font-size:1rem;font-weight:normal;text-transform:uppercase;letter-spacing:2px;fill:var( --e-global-color-secondary );color:var( --e-global-color-secondary );border-style:solid;border-width:0.6px 0.6px 0.6px 0.6px;border-color:var( --e-global-color-secondary );border-radius:8px 8px 8px 8px;padding:1.2em 1em 1.2em 1em;}.elementor-1649 .elementor-element.elementor-element-8487be4 .elementor-button:hover, .elementor-1649 .elementor-element.elementor-element-8487be4 .elementor-button:focus{background-color:var( --e-global-color-primary );color:#FFFFFF;}.elementor-1649 .elementor-element.elementor-element-8487be4:hover{--e-transform-translateY:-0.2em;}.elementor-1649 .elementor-element.elementor-element-8487be4.elementor-element{--align-self:flex-start;}.elementor-1649 .elementor-element.elementor-element-8487be4 .elementor-button:hover svg, .elementor-1649 .elementor-element.elementor-element-8487be4 .elementor-button:focus svg{fill:#FFFFFF;}#elementor-popup-modal-1649{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1649 .dialog-message{width:640px;height:100vh;align-items:flex-start;}#elementor-popup-modal-1649 .dialog-close-button{display:flex;}#elementor-popup-modal-1649 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1649 .dialog-close-button i{color:var( --e-global-color-a5fe47d );}#elementor-popup-modal-1649 .dialog-close-button svg{fill:var( --e-global-color-a5fe47d );}@media(max-width:1366px){.elementor-1649 .elementor-element.elementor-element-8487be4 .elementor-button{font-size:0.8rem;}}@media(max-width:767px){.elementor-1649 .elementor-element.elementor-element-186aaf7{--content-width:90%;--min-height:100vh;--justify-content:center;--gap:6px 6px;--row-gap:6px;--column-gap:6px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1649 .elementor-element.elementor-element-186aaf7.e-con{--align-self:flex-start;}.elementor-1649 .elementor-element.elementor-element-5629576{margin:2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1649 .elementor-element.elementor-element-5629576 img{width:180px;max-width:180px;height:100%;}.elementor-1649 .elementor-element.elementor-element-a87d1b2{width:100%;max-width:100%;}.elementor-1649 .elementor-element.elementor-element-a87d1b2.elementor-element{--align-self:center;}.elementor-1649 .elementor-element.elementor-element-90f4781.elementor-element{--align-self:center;}.elementor-1649 .elementor-element.elementor-element-8487be4{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;}.elementor-1649 .elementor-element.elementor-element-8487be4.elementor-element{--align-self:center;}.elementor-1649 .elementor-element.elementor-element-8487be4 .elementor-button .elementor-button-content-wrapper{justify-content:center;}.elementor-1649 .elementor-element.elementor-element-8487be4 .elementor-button{font-size:0.8rem;padding:1.4em 1em 1.4em 1em;}#elementor-popup-modal-1649 .dialog-message{width:290px;}#elementor-popup-modal-1649{justify-content:flex-end;align-items:flex-start;}#elementor-popup-modal-1649 .dialog-close-button{top:2%;font-size:24px;}body:not(.rtl) #elementor-popup-modal-1649 .dialog-close-button{right:10%;}body.rtl #elementor-popup-modal-1649 .dialog-close-button{left:10%;}}/* Start custom CSS for html, class: .elementor-element-a87d1b2 */.mobile-menu {
  display: flex;
  flex-direction: column; /* links em coluna */
  align-items: center; /* centraliza horizontalmente */
  justify-content: flex-start;
  display: inline-block;

}

.menu-links a {
  display: block;
  font-family: "Gotham-Light", Sans-serif;
  font-size: 0.9rem!important;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transform: translateY(10px); /* animação suave */
  animation: fadeInUp 0.5s forwards ease-out;
  line-height: 0.4em; /* altura de linha reduzida */
}

/* Delay sequencial para todos os links */
.menu-links a:nth-child(1) { animation-delay: 0.1s; }
.menu-links a:nth-child(2) { animation-delay: 0.2s; }
.menu-links a:nth-child(3) { animation-delay: 0.3s; }
.menu-links a:nth-child(4) { animation-delay: 0.4s; }
.menu-links a:nth-child(5) { animation-delay: 0.5s; }
.menu-links a:nth-child(6) { animation-delay: 0.6s; }
.menu-links a:nth-child(7) { animation-delay: 0.7s; }

/* Keyframes da animação */
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-90f4781 */.mobile-menu {
  display: flex;
  flex-direction: column; /* garante que os links fiquem um abaixo do outro */
  align-items: flex-start; /* alinhamento à esquerda */
  justify-content: flex-start; /* começa do topo */
  padding: 2rem; /* espaço interno */
  gap: 1rem; /* espaçamento delicado entre os links */
}

.menu-links a {
  display: block; /* cada link ocupa uma linha inteira */
  font-family: "Gotham-Light", Sans-serif; /* sua fonte escolhida */
  font-size: 1.4rem; /* tamanho delicado para mobile */
  color: #fff; /* texto branco */
  text-decoration: none;
  opacity: 0;
  transform: translateY(10px); /* animação sutil para baixo */
  animation: fadeInUp 0.5s forwards ease-out;
  line-height: 1.6; /* altura da linha confortável para leitura */
}

/* Delay progressivo para cada link */
.menu-links a:nth-child(1) { animation-delay: 0.1s; }
.menu-links a:nth-child(2) { animation-delay: 0.2s; }
.menu-links a:nth-child(3) { animation-delay: 0.3s; }
.menu-links a:nth-child(4) { animation-delay: 0.4s; }
.menu-links a:nth-child(5) { animation-delay: 0.5s; }
.menu-links a:nth-child(6) { animation-delay: 0.6s; }
.menu-links a:nth-child(7) { animation-delay: 0.7s; }

/* Keyframes da animação */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */