.elementor-2424 .elementor-element.elementor-element-7806af2{--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;--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-2424 .elementor-element.elementor-element-87ac8ad > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-87ac8ad *//* TIPOGRAFÍA */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* SECCIÓN HEADER PRINCIPAL */
.main-header {
    display: flex;
    min-height: 100vh;
    background:  #1c345c;
    position: relative;
    overflow: hidden;
}

.header-content {
    flex: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    z-index: 2;
}

.header-title {
    font-family: 'Poppins', sans-serif;
    font-size: 4.5rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 0.9;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.header-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 40px;
    opacity: 0.9;
}

.header-description {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 50px;
    opacity: 0.8;
    font-style: italic;
}

.header-button {
    display: inline-block;
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 15px 40px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.header-button:hover {
    background: #ffffff;
    color: #2E4057;
}

.header-image_ {
    flex: 1;
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.header-decorations {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.orange-blob {
    position: absolute;
    top: 15%;
    right: 10%;
    width: 300px;
    height: 400px;
    background: #ff8a65;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    z-index: 1;
    animation: float-blob 6s ease-in-out infinite;
}

.cream-blob {
    position: absolute;
    bottom: 20%;
    left: 15%;
    width: 200px;
    height: 250px;
    background: #f5f5dc;
    border-radius: 50% 60% 30% 60% / 60% 30% 60% 40%;
    z-index: 1;
    animation: float-blob 8s ease-in-out infinite reverse;
}

.white-curve {
    position: absolute;
    top: 20%;
    right: 0;
    width: 120px;
    height: 200px;
    background: #ffffff;
    border-radius: 0 0 0 100%;
    z-index: 1;
    opacity: 0.8;
}

.header-image_ img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    object-fit: contain;
    z-index: 2;
    position: relative;
}

@media screen and (max-width: 768px) {
    .main-header {
        flex-direction: column;
        min-height: auto;
        padding: 40px 16px;
    }
    .header-content {
        width: 100%;
        padding: 30px 10px;
        text-align: center;
        align-items: center;
    }
    .header-title {
        font-size: 2.8rem;
        margin-bottom: 18px;
        line-height: 1.1;
    }
    .header-subtitle {
        font-size: 1.3rem;
        margin-bottom: 24px;
    }
    .header-description {
        font-size: 1.05rem;
        margin-bottom: 28px;
    }
    .header-button {
        font-size: 1rem;
        padding: 12px 30px;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }
    .header-image_ {
        width: 100%;
        height: 260px;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .header-image_ img {
        max-width: 180px;
        max-height: 180px;
        width: auto;
        height: auto;
        object-fit: cover;
        border-radius: 18px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    }
    .header-decorations,
    .orange-blob,
    .cream-blob,
    .white-curve {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .main-header {
        flex-direction: column;
        min-height: auto;
        padding: 20px 8px;
    }
    .header-content {
        width: 100%;
        padding: 10px 5px;
        text-align: center;
        align-items: center;
    }
    .header-title {
        font-size: 2rem;
        margin-bottom: 12px;
        line-height: 1.1;
    }
    .header-subtitle {
        font-size: 1.1rem;
        margin-bottom: 18px;
    }
    .header-description {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }
    .header-button {
        font-size: 0.95rem;
        padding: 10px 24px;
        width: 100%;
        max-width: 180px;
        margin: 0 auto;
        display: block;
    }
    .header-image_ {
        width: 100%;
        height: 140px;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .header-image_ img {
        max-width: 90px;
        max-height: 90px;
        width: auto;
        height: auto;
        object-fit: cover;
        border-radius: 16px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    }
    .header-decorations,
    .orange-blob,
    .cream-blob,
    .white-curve {
        display: none;
    }
}/* End custom CSS */