.elementor-118 .elementor-element.elementor-element-dc2dd5a{--display:grid;--min-height:80px;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:20px 20px;--row-gap:20px;--column-gap:20px;--grid-auto-flow:row;--justify-items:stretch;--padding-top:15px;--padding-bottom:15px;--padding-left:40px;--padding-right:40px;}.elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container > span{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-mega-menu{--n-menu-divider-color:var( --e-global-color-text );}.elementor-118 .elementor-element.elementor-element-9caee3e{--display:flex;}.elementor-118 .elementor-element.elementor-element-1214313{--display:flex;}.elementor-118 .elementor-element.elementor-element-ec23690{--display:flex;}.elementor-118 .elementor-element.elementor-element-903df94{--display:flex;}.elementor-118 .elementor-element.elementor-element-292d566{--n-menu-dropdown-content-max-width:initial;--n-menu-heading-justify-content:center;--n-menu-title-flex-grow:initial;--n-menu-title-justify-content:initial;--n-menu-title-justify-content-mobile:center;--n-menu-heading-wrap:wrap;--n-menu-heading-overflow-x:initial;--n-menu-title-distance-from-content:0px;--n-menu-toggle-icon-wrapper-animation-duration:500ms;--n-menu-title-space-between:0px;--n-menu-title-color-normal:#FFFFFF;--n-menu-title-transition:300ms;--n-menu-icon-size:16px;--n-menu-toggle-icon-size:20px;--n-menu-toggle-icon-hover-duration:500ms;--n-menu-toggle-icon-distance-from-dropdown:0px;}.elementor-118 .elementor-element.elementor-element-292d566 {--n-menu-title-color-hover:#E91E8C;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-118 .elementor-element.elementor-element-dc2dd5a{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-118 .elementor-element.elementor-element-dc2dd5a{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for container, class: .elementor-element-dc2dd5a *//* Header Grid Layout */
.eb-header-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    padding: 15px 40px;
    background: linear-gradient(135deg, #111640 0%, #0B0F2B 100%);
    border-bottom: 2px solid #E91E8C;
}

/* Menu de Navegação */
.eb-header-grid .elementor-nav-menu a {
    color: #FFFFFF !important;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.eb-header-grid .elementor-nav-menu a:hover {
    background: #1A3A6B;
    color: #E91E8C !important;
}

/* Botões Header */
.eb-header-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}

/* Botão REGISTAR (Principal) */
.eb-header-buttons .cta-button {
    background-color: #E91E8C !important;
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #E91E8C !important;
    display: inline-block;
    text-align: center;
}

.eb-header-buttons .cta-button:hover {
    background-color: #c21373 !important;
    border-color: #c21373 !important;
}

/* Botão ENTRAR (Secundário) */
.eb-header-buttons .cta-button-secondary {
    background-color: transparent !important;
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #E91E8C !important;
    display: inline-block;
    text-align: center;
}

.eb-header-buttons .cta-button-secondary:hover {
    background-color: #E91E8C !important;
    color: #ffffff !important;
}

/* Responsivo Mobile (Ajustado para manter os 2 botões) */
@media (max-width: 768px) {
    .eb-header-grid {
        grid-template-columns: 1fr auto;
        padding: 10px 20px;
        gap: 10px;
    }
    
    .eb-header-grid .elementor-nav-menu {
        display: none; 
    }
    
    /* Garante que os dois botões cabem perfeitamente no ecrã do telemóvel */
    .eb-header-buttons .cta-button, 
    .eb-header-buttons .cta-button-secondary {
        padding: 6px 12px !important;
        font-size: 13px !important;
        border-radius: 6px;
    }
    .eb-header-buttons {
        gap: 6px;
    }
}/* End custom CSS */