.elementor-683 .elementor-element.elementor-element-34f65ee{--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-683 .elementor-element.elementor-element-1695a8b{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-34f65ee *//* ===========================
       CONTENEDOR HEADER
=========================== */
.pp-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #ffffffee;
    backdrop-filter: blur(14px);
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

/* Estructura general */
.pp-header-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 20px;
}

/* ===========================
            LOGO
=========================== */
.pp-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
}

.pp-logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0b3b74, #00bcd4);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.17);
}

.pp-logo-title {
    font-size: 20px;
    font-weight: 700;
    color: #063a6b;
}

.pp-logo-sub {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6b7280;
    margin-top: -2px;
}

/* ===========================
            MENÚ
=========================== */
.pp-nav {
    display: flex;
    gap: 28px;
}

.pp-nav a {
    font-size: 15px;
    font-weight: 600;
    color: #1b1b1b;
    text-decoration: none !important;
    padding-bottom: 4px;
    position: relative;
}

/* Línea hover */
.pp-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #00bcd4, #0b3b74);
    transition: 0.25s;
}

.pp-nav a:hover::after {
    width: 100%;
}

/* ===========================
      BOTÓN QUIERO SER ALIADO
=========================== */
.pp-btn-primary-noaction {
    background: linear-gradient(135deg, #0b3b74, #00bcd4);
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    cursor: default !important;
}

.pp-btn-primary-noaction:hover {
    opacity: 0.9;
}

/* Texto pequeño “Muy pronto” */
.pp-soon {
    font-size: 11px;
    opacity: 0.9;
}

/* ===========================
         MÓVIL
=========================== */
.pp-mobile-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

.pp-nav-mobile {
    display: none;
    flex-direction: column;
    gap: 18px;
    background: white;/* End custom CSS */