@media (min-width: 1441px) and (max-width: 2560px){

    .nombre h2 {
        font-size: 5rem;
    }

    .nombre p {
        font-size: 5rem;
    }

    .pagar button {
        width: 300px;
        height: 50px;
        font-size: 3rem;
    }

    h1 {
        font-size: 8rem;

    }

    .only {
        display: inline-block;
    }

    .uno {
        display: flex;
    }

    .uno-tittle p {
        font-size: 4rem;
        margin: 2.4em auto;
    }

    .uno-tittle p {
        font-size: 5rem;
        margin: 2.4em auto;
    }

    .pulse-button {
        width: 32rem;
        height: auto;
        font-size: 2.2rem;
    }

    .pulse-button > svg {
        width: auto;
        height: 4.2rem;
        margin-left: -60px;
        margin-top: -8px;
    }

    .uno-image {
        width: 100%;
        height: auto;
    }

    .uno-image img {
        width: 50%;
        height: auto;
    }

    .uno-image1 img {
        width: 70%;
        height: auto;
    }

    .dos h2 {
        font-size: 5rem;
    }

    .dos p {
        font-size: 5rem;
        margin: 1em 2em;
    }

    .seis {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        gap: 2.6em;
        align-items: stretch;
    }

    .seis h3 {
        font-size: 3.6rem;
    }

    .seis-card {
        width: 30%;
        height: auto;
        margin: 1em 2em;
    }

    .uno-image1 img {
        width: 100%;
        height: auto;
    }

    .call-button1 {
        display: none;
    }

    .chat-button1 {
        width: 125px;
        height: 125px;
        margin-bottom: 20px;
        margin-left: 30px;
    }
}