@media (max-width: 769px) {
    .display-mobile-none {
        display: none;
    }

    .display-desktop-none {
        display: block !important;
    }
    .width-description {
        width: 100%;
        margin: 0 auto;
    }

    .header__item nav {
        display: none;
    }

    .header__container {
        width: 100%;
        padding: 0 16px;
    }
    .hero {
        padding: 0 0 4rem;
    }
    .hero__form {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        display: block;
    }

    .hero__form-item {
        width: 100%;
        justify-items: center;
        align-content: center;
        padding: 40px;
    }

    .hero__form-item--mobile {
        padding: 0 !important;
    }

    .hero__image img {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-contact {
        width: 100%;
        padding: 0;
    }

    .section-services__container {
        max-width: 100%;
        width: 100%;
    }
    .section-services__row {
        padding: 0 1.6rem;
        gap: 1.6rem;
        grid-template-columns: repeat(1, 1fr);
    }
    .section-services__item img {
        height: 250px;
    }
    .section-services__item a {
        font-size: 1.5rem;
        padding: 0;
    }
    .section-services__item h3 {
        font-size: 1.8rem;
    }
    .section-services__item p {
        font-size: 1.5rem;
    }
    .ofrecemos__container {
        width: 100%;
        padding: 8rem 1.6rem;
    }

    .ofrecemos__content {
        justify-content: space-between;
    }

    .ofrecemos__item {
        padding: 12px;
        min-width: 50.0%;
        max-width: 50.0%;
    }
    .ofrecemos__text--title {
        font-size: 1.8rem;
    }

    .testimonial-carousel {
        padding: 2rem 1.6rem 0;
    }
    .testimonial-carousel-arrow {
        display: none;
    }
    .testimonial-carousel-dots button {
        width: 24px;
        height: 24px;
    }
    .testimonial__comment--margin-left-20 {
        margin-left: -20px;
    }

    .footer__container {
        width: 100%;
        display: block;
    }

    .footer__item p {
        padding-bottom: 20px;
    }
}

@media (max-width: 426px) {
    .header__button {
        font-size: 1.2rem;
        padding: 0 16px;
    }

    .header__item img {
        height: 40px;
    }

    .hero__form-item {
        padding: 40px 16px;
    }

    .slide-content {
        width: 100%;
        max-width: 100%;
        padding: 16px 16px 80px 16px;
    }

    .slide-image {
        /* padding: 20px; */
        width: 0%;
        max-width: 0%;
        min-width: 0%;
    }

    .slide-content h2 {
        font-size: 3rem;
    }

    .slide-content p {
        font-size: 2.2rem;
        line-height: normal;
        text-align: left;
    }

    .slide-one {
        justify-content: end;
    }

    .slide-image1 {
        width: 40px;
    }

    .slide-one h2 {
        text-align: center;
    }

    .slide-text1 {
        line-height: normal;
        padding: 12px 20px;
    }

    .slide-card {
        width: 100px;
        padding: 10px 6px;
    }

    .slide-card p {
        font-size: 1.2rem;
        text-align: center;
    }

    .slide-two {
        justify-content: end;
    }

    .planes__container h2 {
        width: 100%;
    }

    .ofrecemos__item {
        padding: 0 0 16px;
        min-width: 100%;
        max-width: 100%;
    }

    .clientes__content {
        display: block;
    }

    .compara__content table {
        font-size: 1.3rem;
    }

    .compara__title {
        font-size: 1.2rem;
    }

    .compara__date {
        padding-left: 10px !important;
    }

    .compara__button {
        height: 26px;
        font-size: 1.1rem;
        padding: 0 10px;
    }

    .form-contact h2 {
        font-size: 2.4rem;
    }

    .form-contact p {
        font-size: 13px;
    }

    h2 {
        font-size: 2.8rem;
    }

    .width-description {
        text-align: justify;
    }

    .beneficios__item {
        padding: 12px 0;
    }

    .beneficios__card p {
        text-align: justify;
    }

    .beneficios__container {
        padding-bottom: 84px;
    }

    .clientes__container p {
        text-align: justify;
    }

    .clientes__item {
        padding: 12px 0;
    }

    .homologados__container h2 {
        font-size: 2.4rem;
        margin-bottom: 0;
    }

    .cta__content h2 {
        width: 100%;
    }

    .cta__content p {
        width: 100%;
    }
}