:root {
    --janeth: #8c1ad3;
    --daniela: #4d61e1;
}

@media screen and (max-width: 1350px) {
    .nav__items--link {
        font-size: 1.4rem;
    }

    .header__social {
        width: 50%;
    }

    .header__social--icon {
        font-size: 2.4rem;
    }

    .header__contact {
        max-height: 40rem;
        display: flex;
        flex-direction: row;
    }

    .header__logo {
        width: 10%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header__logo--img {
        width: 100%;
    }

    .header__info {
        width: 90%;
    }

    .mvv__card {
        width: 30%;
        height: 30rem;
        padding: 4rem 3rem 3rem 3rem;
        text-align: center;
        /* border: var(--daniela) 5px solid; */
    }
}


@media screen and (max-width: 970px) {
    .header__social {
        display: none;
    }

    .nav__items {
        width: 100%;
    }

    .about__mvv {
        gap: 20px;
    }

    .mvv__card {
        width: 50%;
    }

    .nosotros__info {
        flex-direction: column;
    }

    .nosotros__img,
    .nosotros__text{
        width: 100%;
    }

}

@media screen and (max-width: 750px) {
    .menu_principal {
        display: none;
    }

    .menu-movil {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .mvv__card {
        width: 100%;
    }

    .mvv__text{
        font-size: 1.7rem;
    }

}