.w-65 {
    width: 65% !important;
}

.w-60 {
    width: 60% !important;
}
.w-40 {
    width: 40% !important;
}

.w-35 {
    width: 35% !important;
}

.welcome-split .w-60,
.welcome-split .w-40 {
    padding: 2rem;
}

.welcome-form {
    z-index: 1;
}

.device-hero {
    width: 100%;
    max-width: 960px;
    padding: 2rem;
}

.device-hero__tablet {
    width: 100%;
    height: auto;
    display: block;
}

.device-hero__mobile {
    position: absolute;
    bottom: 12%;
    right: 10%;
    width: 22%;
    max-width: 120px;
    height: auto;
    border-radius: 18px;
}


#movil_wecome {
    display: none !important;
}

@media (max-width: 991.98px) {
    .welcome-split {
        min-height: auto;
    }

    .welcome-split .w-60,
    .welcome-split .w-40 {
        width: 100% !important;
        padding: 1.5rem 1rem;
    }

    /* .welcome-pane {
        height: 50vh;
    }

    .welcome-form {
        height: 50vh;
    } */
    
    .device-hero {
        max-width: 600px !important;
    }
    

    .device-hero__mobile {
        bottom: 15%;
        right: 15%;
        width: 28%;
        max-width: 140px;
    }

    /* .c-sup{
        display: none;
    } */
}

@media (max-width: 575.98px) {
    .device-hero {
        padding: 0.5rem;
        max-width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* .device-hero__tablet {
        display: none;
    }

    .device-hero__mobile {
        display: none;
    } */
    
    .welcome-pane {
        display: none !important;
    }

    #movil_wecome {
        display: block !important;
    }

    .welcome-images {
        height: 35vh;
    }

    .welcome-form {
        height: 65vh;
    }
    
    .device-hero {
        max-width: 100%;
    }
}
