@media (min-width: 992px) and (max-width: 1440px) {

    .nombre h2 {
        font-size: 3rem;
    }

    .nombre p {
        font-size: 3rem;
    }

    .pagar button {
        width: 160px;
        height: 30px;
        font-size: 1.6rem;
    }

    h1 {
        font-size: 3.5rem;
    }

    .only {
        display: inline-block;
    }

    .uno {
        display: flex;
    }

    .uno-tittle {
        width: 50%;
        height: auto;
        padding: 5em;
    }

    .uno-tittle p {
        font-size: 3rem;
        margin-bottom: 3em;
    }

    .pulse-button {
        width: 31rem;
        height: auto;
        font-size: 1.9rem;
    }

    .pulse-button > svg {
        width: auto;
        height: 3.8rem;
        margin-left: -40px;
        margin-top: -8px;
    }

    .uno-image {
        width: 50%;
        height: auto;
    }

    .uno-image img {
        width: 80%;
        height: auto;
    }

    .dos h2 {
        font-size: 3.5rem;
    }

    .dos p {
        font-size: 2.5rem;
        margin: 1em 2em;
    }

    .seis {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        gap: 2em;
        align-items: stretch;
    }

    .seis h3 {
        font-size: 1.6rem;
    }
    
    .seis p {
         font-size: 2rem;
    }

    .seis-card {
        width: 20%;
        height: auto;
        display: grid;
    }

    .uno-image1 img {
        width: 100%;
        height: auto;
    }

    .seis-card1 {
        width: 100%;
        height: auto;
        display: grid;
    }

    .call-button1 {
        display: none;
    }

    .chat-button1 {
        width: 65px;
        height: 65px;
        margin-bottom: 20px;
        margin-left: 30px;
    }

    
}