    @media (max-width: 800px) {
        #div_central {
            width: 90% !important;
        }

        .lista-pasos {
            margin-top: 0px !important;
        }

        .telefono {
            margin: auto !important;
        }

        .seccion-cotiza {
            padding: 15px !important;
        }

        .descripcion {
            font-size: 17px !important;
        }

        .cabecera_planes{
            margin-top:0px !important;
        }
    }

    .lista-pasos li,
    .lista-telefono li {
        opacity: 0;
        transition: opacity .6s ease;
    }

    .lista-pasos li.active,
    .lista-telefono li.active {
        opacity: 1;
    }

    .lista-pasos {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .lista-pasos li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .paso-num {
        width: 70px;
        height: 70px;
        min-width: 70px;
        border-radius: 50%;
        background: linear-gradient(135deg, #4b48ff, #ff38c7);
        color: white;
        font-size: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
    }

    .paso-texto h4 {
        margin: 0;
        font-size: 18px;
        font-weight: 400;
    }

    .paso-texto p {
        margin: 5px 0 0;
        color: #555;
        font-size: 16px;

    }

    .paso-1 {
        color: #504CFA;
    }

    .paso-2 {
        color: #C156F1;
    }

    .paso-3 {
        color: #FF4CB7;
    }

    .telefono {
        width: 270px;
        height: 550px;
        padding: 20px;
        background: #f9f9f9;
        border-radius: 55px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
        margin-left: 170px;
        border: 3px double #ccccccff;
    }

    .telefono-wrapper {
        display: flex;
        justify-content: center;
        padding: 40px;
    }

    .telefono-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .telefono-header p {
        margin: 0;
        font-size: 18px;
        color: #8653ff;
        font-weight: 400;
    }

    .telefono-header-superior {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .telefono-header-superior p {
        margin: 0;
        font-size: 11px;
        font-weight: 400;
    }

    .bell {
        font-size: 10px;
        color: #c35aff;
    }

    .lista-telefono {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .card-coti {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        opacity: 0;
        transition: opacity .5s ease;
        background: white;
        padding: 10px;
        border-radius: 16px;
        margin-bottom: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .card-coti:hover {
        box-shadow: 0 0 1px #c4a0faff, 0 0 3px #c8a3ffff;
    }

    .parte-superior {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .card-coti.mostrar {
        display: flex !important;
        opacity: 1;
    }

    .avatar {
        width: 30px;
        height: 30px;
        background: linear-gradient(135deg, #a060ff, #ff4cd8);
        border-radius: 50%;
        color: white;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
    }

    .color_gradiante {
        background: linear-gradient(135deg, #a060ff, #ff4cd8);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        font-size: 14px !important;
    }

    .info {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .info span {
        color: #777;
        font-size: 10px;
    }

    .info small {
        font-size: 9px;
        color: #999;
    }

    .precio {
        text-align: right;
    }

    .precio .tiempo {
        font-size: 9px;
        color: #999;
    }


    .btn-cotizaciones {
        padding: 8px 15px;
        border: none;
        border-radius: 25px;
        cursor: pointer;
        font-size: 12px;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #D324F5;
        background-color: #FCE8FF;
        box-shadow: 0 0 15px rgba(211, 36, 245, 0.4), 0 0 5px rgba(211, 36, 245, 0.2);
        text-shadow: 0 0 1px rgba(255, 255, 255, 0.6);
    }

    .punto-notificacion {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #D324F5;
    }

    .precio-cotizacion {
        display: flex;
        justify-content: space-between;
        width: 100%;
        font-size: 12px;
    }

    .precio-cotizacion span:first-child {
        color: #777;
    }

    .dynamic-island {
        background-color: black;
        width: 120px;
        height: 30px;
        border-radius: 20px;
        transform: translate(-26%, -50%);
        z-index: 10;
    }

    .parte-inferior {
        width: 100%;
        padding-top: 5px;
        border-top: 0.8px solid #ecececff;
        margin-top: 5px;
    }

    .seccion-cotiza {
        border-radius: 20px;
        background: linear-gradient(90deg, #753FF8, #8147FF, #8B4EFF);
        color: #fff;
    }

    .titulo {
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .descripcion {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 35px;
    }

    .btn-cotiza {
        background: #fff;
        color: #6b3cff;
        padding: 14px 20px;
        border-radius: 12px;
        border: none;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: 0.2s;
    }

    .btn-cotiza:hover {
        background-color: #f2f2f2;
    }

    .box-beneficios {
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(5px);
        padding: 20px;
        width: 45%;
        border-radius: 20px;
    }

    .item {
        display: flex;
        align-items: center;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .icono {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.20);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        margin-right: 20px;
    }

    .titulo-seccion {
        font-weight: 600;
        font-size: 20px;
    }

    .subtitulo-seccion {
        font-size: 17px;
        color: #666;
    }

    .card-categoria {
        background: #ffffff;
        padding: 30px;
        border-radius: 18px;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        border: 0.8px solid #c9c8c8ff;
        transition: 0.2s;
        cursor: pointer;
    }

    .card-categoria:hover {
        transform: translateY(-4px);
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.07);
    }

    .icono-box {
        background: #f3eaff;
        padding: 20px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 55px !important;
        width: 55px !important;
    }

    .icono-box i {
        font-size: 26px;
        color: #8d4aff;
    } 

    .titulo-cat {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
    }

    .descripcion-cat {
        margin-top: 10px;
        color: #5a597e;
        font-size: 17px;
    }

    .btn-vermas {
        color: #6a32ff;
        border: none;
        padding: 10px 25px;
        border-radius: 40px;
        font-size: 17px;
        font-weight: 500;
        cursor: pointer;
        transition: 0.2s;
    }

    .btn-vermas:hover {
        background: #e9dfff;
    }

    .flecha {
        font-size: 22px;
        margin-left: 6px;
    }

    .oculto {
        display: none;
    }

    .seccion-profesional {
        background: #742dff;
        padding: 40px;
        color: white;
    }

    .titulo-prof {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .sub-prof {
        font-size: 18px;
        opacity: 0.9;
        margin-bottom: 40px;
    }

    .btn-profesional {
        display: inline-block;
        background: white;
        color: #742dff;
        padding: 14px;
        border-radius: 12px;
        font-size: 17px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.2s ease;
    }

    .btn-profesional:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    }

    .card-cat {
        position: relative;
        height: 280px;
        background-size: cover;
        background-position: center;
        border-radius: 18px;
        overflow: hidden;
        cursor: pointer;
        transition: transform 0.3s ease;
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
        opacity: 0;
        transform: translateX(-40px);
        transition: opacity 1.9s ease-out, transform 1.9s ease-out;
    }

    .card-cat.visible {
        opacity: 1;
        transform: translateX(0);
    }

    .card-cat::after {
        content: "";
        position: absolute;
        inset: 0;
        transition: 0.3s ease;
    }

    .card-cat-img {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        transition: transform 0.5s ease;
    }

    .card-cat:hover .card-cat-img {
        transform: scale(1.1);
    }

    .card-cat-overlay {
        position: absolute;
        bottom: 20px;
        left: 25px;
        color: white;
    }


    .card-cat-overlay p {
        margin: 0;
        font-size: 16px;
    }

    .btn-rosa-hover-morado {
        background:  color-mix(in oklab, #d324f5 80%, transparent); 
        padding: 10px 28px;
        display: inline-block;
        border-radius: 10px;
        color: white;
        font-size: 15px;
        text-decoration: none;
        cursor: pointer;
        transition: background 0.2s ease-in-out;
    }

    .btn-rosa-hover-morado:hover {
        background: color-mix(in oklab, #d324f5 92%, black); 
    }


    