@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
#cabecera_header {
    
    font-family: 'Poppins', sans-serif;
}

.hero-box {
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(4px);
    padding:40px;
    padding-left: 100px;
    padding-right: 100px;


    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    text-align: center;

   
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 300;
    color: #111;
    line-height: 1.3;
    margin-bottom: 40px;
}

.hero-btn {
    background-color: #f4b400;
    color: #fff;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background-color: #d99c00;
    color: #fff;
    transform: translateY(-2px);
}

/**/

.sector-block {
    background-color: #062b45;
    padding: 100px 0;
    color: #fff;
}

.sector-title {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #e0e6ec;
}

.sector-text {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #e0e6ec;
}

/* Imagen circular grande */
.sector-image-wrapper {
    display: flex;
    justify-content: center;
}

.sector-image {
    width: 420px;
    height: 420px;
    object-fit: cover;
    border-radius: 50%;
}

/**/
.valores-block {
    background-color: #FFFFFF;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
}

.valor-item {
    max-width: 320px;
    margin: 0 auto;
}

.valor-icon {
    max-height: 60px;
    margin-bottom: 25px;
}

.valor-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0b2c44;
    margin-bottom: 10px;
}

.valor-text {
    font-size: 1.05rem;
    font-weight: 300;
    color: #1c3b52;
    line-height: 1.5;
}

/**/
.programa-block {
    background: #e9ecef;
    padding: 20px 0;
}

/* Imagen */
.programa-img {
    max-width: 100%;
    height: auto;
}

/* Contenido */
.programa-content {
    padding: 40px 10px;
}

.programa-title {
    font-size: 2.6rem;
    font-weight: 300;
    color: #2d6fb7;
    margin-bottom: 30px;
}

.programa-text {
    font-size: 1.1rem;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 20px;
}

/* Steps */
.programa-steps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 40px;
}

.step-box {
    background: #2f6fb6;
    color: #fff;
    padding: 28px 22px;
    font-weight: 600;
    text-align: center;
    max-width: 150px;
    min-height: 150px;
}

.step-plus {
    font-size: 2rem;
    color: #2f6fb6;
    font-weight: 300;
}

/**/
.precio-block {
    background-color: #042b45;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

.precio-title {
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 60px;
    color: #FFFFFF;
}

/* Layout central */
.precio-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* Cajas */
.precio-box {
    padding: 50px 60px;
    border-radius: 40px;
    min-width: 320px;
    font-size: 1.3rem;
}

.precio-box-blue {
    background: #2f6fb6;
    text-align: left;
    padding: 20px 80px 20px 80px;
}



.precio-box-gray {
    background: #e9ecef;
    color: #2f6fb6;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Flecha */
.precio-arrow {
    font-size: 3rem;
    color: #f4b400;
    font-weight: 600;
}

/* Nota */
.precio-nota {
    font-size: 0.9rem;
    margin-top: 40px;
    opacity: 0.85;
}

/**/

.beneficios-block {
    background: #FFFFFF;
    padding: 20px 0;
}

/* Imagen */
.beneficios-img {
    max-width: 100%;
    height: auto;
}

/* Contenido */
.beneficios-content {
    padding: 40px 60px;
}

.beneficios-title {
    font-size: 2.6rem;
    font-weight: 300;
    color: #2f6fb6;
    margin-bottom: 40px;
    line-height: 1.2;
}

/* Caja azul */
.beneficios-box {
    background: #2f6fb6;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 10px;
}

.beneficios-box p {
    margin-bottom: 8px;
    font-size: 1.1rem;
    font-weight: 300;
}

.beneficios-destacado {
    font-weight: 600;
}

/* Tabla */
.beneficios-tabla {
    margin-bottom: 25px;
}

/* Nota */
.beneficios-nota {
    font-size: 0.9rem;
    color: #2c3e50;
}

.contrato-block {
    background: #f1f1f1;
    padding: 0px 0 100px;
}

/* Título */
.contrato-title {
    font-size: 2.8rem;
    font-weight: 300;
    color: #2f6fb6;
    margin-bottom: 25px;
}

.contrato-subtitle {
    font-size: 1.2rem;
    font-weight: 500;
    color: #1c2b39;
}

/* Secciones */
.contrato-section-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #0c2d45;
    margin-bottom: 20px;
}

.contrato-text {
    font-size: 1.05rem;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 15px;
}

/* Métricas */
.metrics-row {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

/* Métricas */
.metric-box {
    border-radius: 20px;
    padding: 15px 15px;
    text-align: center;
    color: #fff;
    width: 180px;
}

.metric-number {
    font-size: 2.5rem;
    font-weight: 700;
}

.metric-label {
    font-size: 0.95rem;
    font-weight: 400;
}

.metric-blue {
    background: #2f6fb6;
}

.metric-dark {
    background: #042b45;
}

.metric-yellow {
    background: #f4b400;
    color: #fff;
}

/* Nota */
.contrato-nota {
    font-size: 0.9rem;
    margin-top: 20px;
    color: #2c3e50;
}

/* Imagen */
.contrato-img {
    max-width: 100%;
    height: auto;
}



.acceso-block {
    background: #FFFFFF;
    padding: 0px 0;
}

/* Título */
.acceso-title {
    font-size: 2.8rem;
    font-weight: 300;
    color: #2f6fb6;
    margin-bottom: 30px;
}

/* Intro */
.acceso-intro {
    font-size: 1.1rem;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 40px;
}

/* Steps */
.acceso-step {
    margin-bottom: 30px;
}

.acceso-step-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2f6fb6;
    margin-bottom: 8px;
}

.acceso-step p {
    font-size: 1.05rem;
    font-weight: 300;
    color: #2c3e50;
    margin: 0;
}

/* Imagen */
.acceso-img {
    max-width: 100%;
    height: auto;
}


.cta-final {
    background: #042b45;
}

/* Imagen */
.cta-img {
    max-width: 100%;
    height: auto;
}

/* Contenido */
.cta-content {
    padding: 60px 40px;
}

.cta-title {
    font-size: 2.6rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 10px;
}

.cta-subtitle {
    font-size: 2.2rem;
    font-weight: 400;
    color: #f4b400;
    margin-bottom: 40px;
}

/* Botón */
.cta-btn {
    background-color: #f4b400;
    color: #fff;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background-color: #d99c00;
    color: #fff;
    transform: translateY(-2px);
}