:root {
    ---corPrincipal: #4367b3;
}

@font-face {
    font-family: "TangoSans";
    src: url("../fonts/tangosans/TangoSans.ttf") format("truetype");
}

header {
    min-width: 100%;
    height: 125px;
    display: flex;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
    background-image: url(../image/icon/cabecalho.png);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    flex-direction: row;
    background-color: var(---corPrincipal);

}

nav {
    width: 100%;
    height: 100%;
    display: flex;

}

.image_navBar {
    width: 98%;
    align-items: center;
    justify-content: center;
    display: flex;

}

.logoNav {
    flex-direction: row;
    display: flex;
    height: 80px;
}

.form_navBar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-right: 2rem;
}

.button_navBar {
    border: none;
    color: white;
    font-family: 'TangoSans', sans-serif;
    background-color: transparent;
    display: flex;
    font-size: 20px;


}

@media (320px <=width <=480px) {
    header {
        background-image: none;
    }

    nav {
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }

    .logoNav {
        flex-direction: row;
        display: flex;
        height: 60px;
    }

    .logoNav {
        flex-direction: row;
        display: flex;
        width: 130px;
        height: auto;
    }
}

@media(481px <=width <=1024px) {
    nav {

        margin-left: 3rem;
    }

    .logoNav {
        flex-direction: row;
        display: flex;
        height: 60px;
    }
}