.menu__header {
    display: flex;
    align-items: center;
    width: 13%;
    justify-content: start;
    margin-left: 0.2%;
    font-weight: 700;
    color: #eaf2fd;
    font-size: 99%;


}


.nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 45%;
    margin-left: -16.5%;

}


.menu__list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 60%;
    height: 40%;
    font-size: 80%;
    color: #464646;
}

.menu__list__item {
    display: flex;
    font-size: 122%;

}


.menu__list__item__contato {
    display: flex;
    width: 35%;
    justify-content: center;
    font-weight: 500;
    font-size: 120%;
    height: 95%;
    color: #eaf2fd;
}

.menu__list__item__contato_a {
    color: #eaf2fd;
    ;
    transition: all 0.3s ease-in-out;
}

.menu__list__item__contato_a:hover {
    transform: scale(1.11, 1.11);
    border-bottom: 0.1px solid #eaf2fd;
}

.menu__list__item>a {
    color: #eaf2fd;
    transition: all 0.3s ease-in-out;

}

.menu__list__item>a:hover {
    transform: scale(1.15, 1.15);
    border-bottom: 0.1px solid #eaf2fd;
}


@media (max-width: 1440px) {

    .menu__header {
        font-size: 80%;
    }

    .nav {
        font-size: 50%;
    }

    .menu__list {
        font-size: 130%;
    }

    .menu__list__item__contato {
        font-size: 200%;
    }


}



@media (min-width: 916px) and (max-width: 1024px) {


    .menu__header {

        height: 10%;
        width: 100%;
        margin-top: -2%;
        justify-content: center;
        font-size: 150%;
    }

    .nav {
        width: 100%;
        height: 50%;
        margin-top: -2%;
        margin-left: -2%;
        font-size: 150%;
        flex-direction: column;

    }

    .menu__list {

        width: 100%;
        height: 40%;
        font-size: 70%;
        color: #464646;
        margin-top: 5%;
    }

    .menu__list__item__contato {
        margin-top: 6%;
        width: 80%;
        font-size: 100%;
        justify-content: center;
        align-items: center;
    }


}




@media (min-width: 435px) and (max-width: 915px) {

    .menu__header {

        height: 10%;
        width: 100%;
        justify-content: center;
        font-size: 150%;
    }

    .nav {
        width: 100%;
        height: 50%;
        margin-top: 3%;
        margin-left: -2%;
        font-size: 150%;
        flex-direction: column;

    }

    .menu__list {

        width: 100%;
        height: 40%;
        font-size: 70%;
        color: #464646;
    }

    .menu__list__item__contato {
        margin-top: 5%;
        width: 80%;
        font-size: 100%;
        justify-content: center;
        align-items: center;
    }



}


@media (max-width: 435px) {

    .menu__header {
        width: 40%;
        margin-top: 0%;
        height: 20%;
        justify-content: center;
    }

    .nav {
        width: 90%;
        margin-left: -5%;
        margin-top: -5%;
        flex-direction: column;

    }

    .menu__list {

        width: 100%;
        height: 30%;
        font-size: 110%;
        color: #464646;

    }

    .menu__list__item__contato {
        margin-top: 7%;
        width: 80%;
        font-size: 170%;
    }

}