.elementor-53523 .elementor-element.elementor-element-e7baee8{--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;}.elementor-53523 .elementor-element.elementor-element-e39c4f7{--display:flex;}/* Start of your custom CSS rules for html, class: .elementor-element-c87e76e */ /* --- BIENVENIDA SOCIO FUCAE --- */

.welcome-socio-section {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    font-family: 'Inter', sans-serif;
}

.welcome-socio-card {
    max-width: 800px;
    width: 100%;
    border-radius: 40px;
    padding: 50px;
    position: relative;
    text-align: center;
}

/* Badge Superior */
.socio-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #f39c12;
    color: #0a141d;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(243, 156, 18, 0.3);
}

.welcome-content h1 {
    font-size: 2.8rem;
    font-weight: 900;
    color: #0a141d;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.main-intro {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 40px auto;
}

/* Bloque de Instrucciones */
.instructions-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    text-align: left;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.instruction-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f4f7f9;
    padding: 20px;
    border-radius: 20px;
    border-left: 4px solid #f39c12;
}

.step-num {
    background: #0a141d;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 800;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.instruction-item p {
    margin: 0;
    font-size: 1rem;
    color: #333;
}

/* Nota de Soporte */
.support-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    background: rgba(243, 156, 18, 0.05);
    border-radius: 15px;
    border: 1px dashed #f39c12;
}

.support-note p {
    margin: 0;
    font-size: 0.9rem;
    color: #555;
    font-weight: 500;
}

.icon-phone {
    width: 20px;
    height: 20px;
    color: #f39c12;
}

/* Indicador de Scroll */
.scroll-indicator {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    opacity: 0.6;
}

.scroll-indicator span {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a141d;
}

.arrow-down {
    width: 10px;
    height: 10px;
    border-right: 3px solid #f39c12;
    border-bottom: 3px solid #f39c12;
    transform: rotate(45deg);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0) rotate(45deg);}
    40% {transform: translateY(-10px) rotate(45deg);}
    60% {transform: translateY(-5px) rotate(45deg);}
}

/* Responsive */
@media (max-width: 600px) {
    .welcome-socio-card { padding: 40px 25px; }
    .welcome-content h1 { font-size: 2rem; }
} /* End of your custom CSS rules */