.img-left {
    position: absolute;
}

.img-left2 {
    position: absolute;
}

.img-left21 {
    position: absolute;
}

.img-left img {
    max-width: 35%;
    max-height: 35%;
    height: auto;
    width: auto;
    margin-left: 15%;
    margin-top: 2%;
}

.img-left2 img {
    max-width: 35%;
    max-height: 35%;
    height: auto;
    width: auto;
    margin-left: 15%;
    margin-top: 5%;
}

.img-right {
    position: absolute;
}

.img-right2 {
    position: absolute;
}

.img-right21 {
    position: absolute;
}

.img-right img {
    max-width: 36%;
    max-height: 36%;
    height: auto;
    width: auto;
    margin-left: 60%;
    margin-top: 2%;
}

.img-right2 img {
    max-width: 30%;
    max-height: 30%;
    height: auto;
    width: auto;
    margin-left: 60%;
    margin-top: 5%;
}

.slideIn {
    animation-name: slidein;
    animation-duration: 6s;
    animation-fill-mode: forwards;
}

@keyframes slidein {
    from {
        margin-left: 100%;
        width: 100%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}

.slideInL {
    animation-name: slideinL;
    animation-duration: 6s;
    animation-fill-mode: forwards;
}

@keyframes slideinL {
    from {
        margin-left: -100%;
        width: 100%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}

.carousel-overlay {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 10;
}

.carousel-item .slideIn,
.carousel-item .slideInL {
    opacity: 0;
}

.carousel-item.active .slideIn,
.carousel-item.active .slideInL {
    opacity: 1;
}

.carousel-item {
    position: relative;
}

.slider-content {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    max-width: 600px;
    z-index: 2;
    text-align: left;
}

.slider-title {
    font-size: 3rem;
    font-weight: 700;
    color: #5a1c7a;
    margin-bottom: 20px;
}

.slider-subtitle {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 15px;
}

.slider-micro {
    font-size: 1rem;
    color: #555;
    margin-bottom: 25px;
}

.slider-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.realidad-section {
    background: #f8f9fb;
}

.realidad-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    height: 100%;
}

.realidad-card:hover {
    transform: translateY(-5px);
}

.realidad-card .icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.realidad-card.highlight {
    border: 2px solid #5a1c7a;
}

.cierre-realidad {
    margin-top: 10px;
}

.cierre-realidad strong {
    display: inline-block;
    background: #fbbd46;
    color: #692266;
    padding: 20px 40px;
    font-size: 1.25rem;
    font-weight: 600;
    border-radius: 12px;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 20px rgba(111, 66, 193, 0.25);
}

.features-main {
    padding: 100px 0;
}

.main-title {
    font-size: 2.5rem;
    font-weight: 700;
}

.main-subtitle {
    font-size: 1.1rem;
    max-width: 700px;
    margin: auto;
    opacity: 0.8;
}

.feature-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.feature-text {
    line-height: 1.7;
    margin-bottom: 20px;
    opacity: 0.85;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.feature-list li {
    margin-bottom: 8px;
    opacity: 0.9;
}

.feature-highlight {
    color: #ff6b4a;
    font-style: italic;
    font-weight: 500;
}

.image-placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #2b2b2b, #3a3a3a);
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.section-cta {
    display: inline-block;
    color: #fff;
    padding: 25px 40px;
    border-radius: 14px;
    font-size: 1.2rem;
    font-weight: 500;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.respaldo-section {
    padding: 100px 0;
    background: #f8f9fc;
}

.respaldo-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #692266;
}

.respaldo-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
}

.respaldo-text.emphasis {
    font-weight: 600;
    color: #222;
}

.respaldo-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.respaldo-list li {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #333;
}

.respaldo-highlight {
    background: linear-gradient(135deg, #ff6b4a, #fd3a0e);
    color: #fff;
    padding: 20px 25px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 1.05rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.respaldo-image-placeholder {
    width: 100%;
    height: 380px;
    background: linear-gradient(135deg, #e9e6f2, #d9d2e9);
    border-radius: 18px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.planes-section {
    background: #f8f9fc;
    padding: 100px 0;
}

.planes-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #4b2067;
}

.planes-subtitle {
    color: #666;
    font-size: 1.05rem;
}

.plan-card {
    background: #fff;
    padding: 50px 30px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: 0.3s ease;
    height: 100%;
}

.plan-card:hover {
    transform: translateY(-8px);
}

.plan-card.featured {
    background: linear-gradient(135deg, #ffecc8, #f2b84b);
    color: #fff;
    transform: scale(1.05);
}

.plan-badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #f2b84b;
    color: #4b2067;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
}

.plan-name {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.plan-price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #6f2b8c;
    margin-bottom: 20px;
}

.plan-price span {
    font-size: 1rem;
    font-weight: 400;
    color: #888;
}

.plan-price.ahorro {
    color: #6f2b8c;
}

.plan-description {
    color: #666;
    margin-bottom: 15px;
}

.plan-feature {
    margin-bottom: 30px;
    font-weight: 500;
}

.btn-plan-outline {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 40px;
    border: 2px solid #6f2b8c;
    color: #6f2b8c;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-plan-outline:hover {
    background: #6f2b8c;
    color: #fff;
}

.btn-plan-filled {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 40px;
    background: #f15a3c;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-plan-filled:hover {
    background: #ff6b4a;
}

.planes-note {
    color: #777;
    font-size: 0.85rem;
}

.como-funciona {
    background: #ffffff;
    padding: 100px 0;
}

.cf-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #4b2067;
}

.cf-subtitle {
    color: #777;
    font-size: 1.05rem;
}

/* CONTENEDOR STEPS */
.cf-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 60px;
}

/* LINEA HORIZONTAL */
.cf-steps::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e4e4e4;
    z-index: 0;
}

.cf-step {
    text-align: center;
    position: relative;
    width: 18%;
    z-index: 1;
}

.cf-number {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b4a, rgb(255, 52, 7));
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cf-step h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.cf-step p {
    font-size: 0.95rem;
    color: #666;
}

@media (max-width: 992px) {

    .cf-steps {
        flex-direction: column;
        align-items: center;
    }

    .cf-steps::before {
        display: none;
    }

    .cf-step {
        width: 100%;
        margin-bottom: 50px;
    }

}

.respaldo-image-placeholder {
    width: 100%;
    height: 100%;
    max-height: 450px;
    /* puedes ajustar este alto */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.respaldo-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* mantiene proporción y rellena */
}