.transition-all-custom {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#inicio {
    background-image: url('../images/imagen_principal_compu.svg');
}

@media (max-width: 767px) {

    #inicio {
        background-image: url('../images/imagen_principal_mobile.svg') !important;
        background-size: 100% auto;
        background-position: center bottom;
        background-repeat: no-repeat;
        min-height: 760px;
        padding-top: 70px;
        padding-bottom: 0;
    }

    #inicio h1 {
        font-size: 2.2rem;
        line-height: 1.15;
    }

    #inicio p {
        font-size: 1rem;
        line-height: 1.5;
    }

    #inicio .lg\:col-span-6 {
        width: 100%;
    }

    #inicio .space-y-6 {
        gap: 1rem;
    }

    #inicio .flex.flex-col.sm\:flex-row {
        padding-top: 0.5rem;
    }

    #inicio .flex.flex-col.sm\:flex-row button {
        padding: 0.75rem 1.5rem;
        font-size: 0.75rem;
        width: auto;
        align-self: center;
    }
}