.elementor-3646 .elementor-element.elementor-element-7d2b698{--display:flex;--min-height:100vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3646 .elementor-element.elementor-element-7d2b698.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3646 .elementor-element.elementor-element-9da7277{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-3646 .elementor-element.elementor-element-fec6646{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-3646 .elementor-element.elementor-element-7d2b698{--width:100vw;}}@media(max-width:1024px){.elementor-3646 .elementor-element.elementor-element-9da7277{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-3646 .elementor-element.elementor-element-9da7277{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS */:root {
    --primary-teal: #2563eb;     /* Royal Blue */
    --primary-dark: #1e40af;     /* Deep Sapphire */
    --secondary-navy: #0f172a;   /* Midnight Slate */
    --accent-light: #dbeafe;
    --text-light: #ffffff;
    --text-dark: #0f172a;
    --text-muted: #64748b;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Inter', sans-serif;
    --transition-speed: 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background-color: #f7f9f9;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Typography */
h1 {
    font-family: var(--font-heading) !important;
    color: var(--secondary-navy);
    font-weight: 1000 !important;
    /* Grosor Extra Bold */
}

h2,
h3,
h4 {
    font-family: var(--font-heading) !important;
    color: var(--secondary-navy);
    font-weight: 600 !important;
    /* Grosor Extra Bold */
}

/* Header */
.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 0;
    z-index: 50;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    height: auto;
    max-height: 60px;
    width: auto;
    max-width: 250px;
    /* Evita que el logo ocupe toda la pantalla */
    object-fit: contain;
    /* Mantiene la proporción sin deformarse */

}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 700;
    font-family: var(--font-heading);
}

.webinar-badge {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    color: var(--text-light);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Hero Section (V2) */
.hero-section {
    position: relative;
    padding: 160px 0 100px;
    background: linear-gradient(135deg, var(--secondary-navy) 0%, var(--primary-dark) 100%);
    color: var(--text-light);
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-content {
    animation: fadeUp 1s ease-out;
}

.tagline {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--accent-light);
    margin-bottom: 16px;
}

.hero-content h1 {
    color: var(--text-light);
}

.main-title {
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 24px;
}

.main-title .light-text {
    font-weight: 400;
}

.event-details-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 24px;
    border-radius: 12px;
    margin-bottom: 24px;
    font-size: 1.05rem;
    color: var(--text-light);
}

.event-details-badge strong {
    color: white;
    font-weight: 100;
}

.gradient-text {
    background: linear-gradient(to right, #2563eb, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content .subtitle {
    font-size: 1.25rem;
    margin-bottom: 40px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 12px; /* More elegant, less pill-shaped */
    font-weight: 700;
    font-family: var(--font-heading);
    text-decoration: none;
    transition: var(--transition-speed);
    text-transform: uppercase;
    font-size: 1rem;
}

.primary-btn {
    background-color: #0C6972;
    color: #fff;
    box-shadow: 0 10px 25px rgba(12, 105, 114, 0.4) !important;
}

.primary-btn:hover {
    background-color: #fff;
    color: var(--primary-dark);
    transform: translateY(-3px);
}

.hero-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeLeft 0.9s ease-out;
}

.glow-effect {
    position: absolute;
    width: 300px;
    height: 300px;
    background: var(--primary-teal);
    filter: blur(100px);
    border-radius: 50%;
    opacity: 0.5;
    z-index: 1;
}

.hero-img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
}

.floating {
    animation: floating 6s ease-in-out infinite;
}

.shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.shape-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}

.shape-divider .shape-fill {
    fill: #f7f9f9;
}

/* Animations */
@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Story Section */
.story-section {
    padding: 100px 0;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.story-image {
    position: relative;

}

.speaker-photo {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: center;
    align-items: start;
}

.speaker-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rounded-img {
    width: 100%;
    border-radius: 20px !important;
}

.shadow-lg {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.experience-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--secondary-navy);
    color: white;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(26, 43, 52, 0.3);
    text-align: center;
}

.experience-badge .number {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    font-family: var(--font-heading);
    color: #0C6972;
    line-height: 1;
}

.story-content h2 {
    font-size: 2.5rem;
    margin-bottom: 24px;
}

.story-content p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 16px;
}

.secondary-btn {
    background-color: transparent;
    color: #0C6972;
    border: 2px solid #0C6972;
    margin-top: 24px;
}

.secondary-btn:hover {
    background-color: #0C6972;
    color: #fff;
}

/* Benefits Section */
.benefits-section {
    padding: 80px 0;
    background-color: #fff;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 60px;
}

.text-center {
    text-align: center;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.benefit-card {
    padding: 32px 24px;
    background: #ffffff;
    border-radius: 16px;
    text-align: center;
    transition: var(--transition-speed);
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.benefit-card:hover {
    background: #fff;
    border-color: var(--primary-teal);
    box-shadow: 0 15px 30px rgba(37, 99, 235, 0.1);
    transform: translateY(-5px);
}

.icon-wrapper {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: var(--accent-light);
    color: var(--primary-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-card h3 {
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.benefit-card p {
    font-size: 0.95rem;
    color: #666;
}

/* Speakers Section */
.speakers-section {
    padding: 100px 0;
    background-color: var(--secondary-navy);
    color: white;
    overflow: hidden;
}

.speakers-header h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.speakers-header p {
    color: var(--accent-light);
    font-size: 1.1rem;
    margin-bottom: 50px;
}

.speakers-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: center;
}

.speaker-decoration {
    position: relative;
}

.doctor-img {
    width: 100%;
    max-width: 350px;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.5));
}

.speakers-cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.creative-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 32px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.creative-card h4 {
    color: white;
    font-size: 1.4rem;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.creative-card .role {
    color: var(--primary-teal);
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-align: center;
}

.card-glow {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: var(--primary-teal);
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0;
    transition: 0.5s;
}

.creative-card:hover .card-glow {
    opacity: 0.4;
}

/* Registration Section (Form at the bottom) */
.registration-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #1e40af 0%, #0f172a 100%);
    color: white;
}

.shape-divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}

.shape-divider-top .shape-fill {
    fill: var(--secondary-navy);
}

.form-container {
    max-width: 800px;
    margin: 0 auto;
}

.form-intro {
    text-align: center;
    margin-bottom: 40px;
}

.form-intro h2 {
    color: white;
    font-size: 2.8rem;
    margin-bottom: 16px;
}

.form-intro p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
}

/* Glass Form Card */
.glass-form-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    border-radius: 16px;
    padding: 48px;
    color: var(--text-dark);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.registration-form .form-group {
    margin-bottom: 20px;
}

.registration-form .form-row {
    display: flex;
    gap: 16px;
}

.flex-1 {
    flex: 1;
}

.col-indicativo {
    flex: 0 0 30%;
}

.col-telefono {
    flex: 1;
}

.registration-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--secondary-navy);
}

.registration-form input,
.registration-form select {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-family: var(--font-body);
    font-size: 1rem;
    transition: var(--transition-speed);
    background-color: #fff;
    color: var(--secondary-navy);
}

.registration-form input:focus,
.registration-form select:focus {
    outline: none;
    border-color: var(--primary-teal);
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(0, 180, 180, 0.1);
}

.checkbox-group {
    margin-top: 24px;
    margin-bottom: 32px !important;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 0.9rem;
    color: #555;
    font-weight: 400 !important;
}

.checkbox-container input {
    margin-top: 4px;
    width: auto;
}

.submit-btn {
    width: 100%;
    padding: 18px;
    background-color: var(--secondary-navy);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 800;
    font-family: var(--font-heading);
    cursor: pointer;
    transition: var(--transition-speed);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.submit-btn:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.submit-btn.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

.form-message {
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
}

.form-message.success {
    color: #2e7d32;
}

.form-message.error {
    color: #d32f2f;
}

/* Footer */
.main-footer {
    padding: 40px 0;
    background-color: #081115;
    color: rgba(255, 255, 255, 0.5);
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    height: auto;
    max-height: 50px;
    max-width: 150px;
    object-fit: contain;
    opacity: 0.7;
}

/* Media Queries */
@media (max-width: 992px) {

    .hero-grid,
    .story-grid,
    .speakers-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .hero-image-wrapper {
        order: -1;
    }

    .main-title {
        font-size: 3.2rem;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .experience-badge {
        bottom: 10px;
        right: 10px;
        padding: 16px;
    }

    .experience-badge .number {
        font-size: 2rem;
    }

    .speaker-decoration {
        display: none;
    }
}

@media (max-width: 768px) {
    .main-title {
        font-size: 2.5rem;
    }

    .hero-img {
        max-height: 40vh;
        /* Evita que ocupe toda la altura de la pantalla */
        width: auto;
        max-width: 80%;
        object-fit: contain;
    }

    .glow-effect {
        width: 200px;
        height: 200px;
    }

    .hero-section {
        padding: 120px 0 60px;
        /* Reducir padding en móvil */
    }

    .form-intro h2 {
        font-size: 2.2rem;
    }

    .glass-form-card {
        padding: 32px 24px;
    }

    .registration-form .form-row {
        flex-direction: column;
    }

    .footer-flex {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .speakers-cards-container {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */