.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1138 .elementor-element.elementor-element-cf59c08{--display:flex;}.elementor-1138 .elementor-element.elementor-element-de7490d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1138 .elementor-element.elementor-element-ae41cf9{--display:flex;}.elementor-1138 .elementor-element.elementor-element-beaf2da{--display:flex;}.elementor-1138 .elementor-element.elementor-element-f102fae{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:767px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}/* Start custom CSS for container, class: .elementor-element-ae41cf9 *//* Container principal com borda cyan */
.nexora-card {
    background: rgba(0, 20, 30, 0.6);
    border: 1px solid rgba(0, 217, 255, 0.3);
    border-radius: 16px;
    padding: 2.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Efeito hover */
.nexora-card:hover {
    border-color: #00D9FF;
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 217, 255, 0.2);
}

/* Brilho de fundo no hover */
.nexora-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 217, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s;
}

.nexora-card:hover::before {
    opacity: 1;
}

/* Ícones dos cards */
.nexora-card-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #00A8CC 0%, #00D9FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Título dos cards */
.nexora-card h3 {
    color: #FFFFFF;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

/* Texto dos cards */
.nexora-card p {
    color: #E0E0E0;
    line-height: 1.6;
    font-size: 1rem;
}

/* Background geral escuro */
.nexora-section {
    background: #0A0A0A;
    padding: 80px 20px;
}

/* Grid responsivo */
.nexora-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-beaf2da *//* Container principal com borda cyan */
.nexora-card {
    background: rgba(0, 20, 30, 0.6);
    border: 1px solid rgba(0, 217, 255, 0.3);
    border-radius: 16px;
    padding: 2.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Efeito hover */
.nexora-card:hover {
    border-color: #00D9FF;
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 217, 255, 0.2);
}

/* Brilho de fundo no hover */
.nexora-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 217, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s;
}

.nexora-card:hover::before {
    opacity: 1;
}

/* Ícones dos cards */
.nexora-card-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #00A8CC 0%, #00D9FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Título dos cards */
.nexora-card h3 {
    color: #FFFFFF;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

/* Texto dos cards */
.nexora-card p {
    color: #E0E0E0;
    line-height: 1.6;
    font-size: 1rem;
}

/* Background geral escuro */
.nexora-section {
    background: #0A0A0A;
    padding: 80px 20px;
}

/* Grid responsivo */
.nexora-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f102fae *//* Container principal com borda cyan */
.nexora-card {
    background: rgba(0, 20, 30, 0.6);
    border: 1px solid rgba(0, 217, 255, 0.3);
    border-radius: 16px;
    padding: 2.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Efeito hover */
.nexora-card:hover {
    border-color: #00D9FF;
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 217, 255, 0.2);
}

/* Brilho de fundo no hover */
.nexora-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 217, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s;
}

.nexora-card:hover::before {
    opacity: 1;
}

/* Ícones dos cards */
.nexora-card-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #00A8CC 0%, #00D9FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Título dos cards */
.nexora-card h3 {
    color: #FFFFFF;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

/* Texto dos cards */
.nexora-card p {
    color: #E0E0E0;
    line-height: 1.6;
    font-size: 1rem;
}

/* Background geral escuro */
.nexora-section {
    background: #0A0A0A;
    padding: 80px 20px;
}

/* Grid responsivo */
.nexora-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}/* End custom CSS */