

.imagen-fondo.hero-video {
    filter: none;
    opacity: 1;
}

.hero-overlay-darken {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: 0;
}

.portada-section .container {
    padding-top: 100px;
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.portada-section h1 {
    text-align: center;
    margin-bottom: 3rem;
    width: 100%;
    max-width: 900px;
}

.portada-section .portada-title {
    font-size: 90px;
    line-height: 0.95;
    max-width: 900px;
}

.portada-section .ct-tarjetas {
    display: flex;
    justify-content: center;
    margin-inline: auto;
    margin-top: 1rem;
    flex-wrap: nowrap;
    gap: 1.5rem;
    width: 100%;
    max-width: 1200px;
}

.portada-section .container .end-y {
    width: 100%;
    align-items: center !important;
}

.portada-section .tarjeta {
    text-align: left;
    width: calc((100% - 3rem) / 3) !important;
    min-width: 0;
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.portada-section .tarjeta .texto {
    font-size: 1.05rem;
    line-height: 1.72;
    letter-spacing: 0.3px;
}

.portada-section .hero-cta-container {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    width: 100%;
}
