.containerNavbar{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 85px;
    background-color: rgb(241, 241, 241);
    z-index: 3;
}

.containerNavbarImage{
    margin-top: 2.1%;
    margin-left: 13%;
    height: 24.5%;
}

.containerNavbarBotoesPosition{
    margin-top: 2.1%;
    padding-left: 5%;
    width: 60%;
}

.containerNavbarBotoes{
    text-decoration: none;
    font-size: 15px;
    color: #000;
    padding-left: 1.5%;
    letter-spacing: 0.01vw;
}

.containerNavbarBotoes:hover{
    text-decoration: none;
}

.textAreaRestrita{
    text-decoration: none;
    color: #000;
    font-size: 10px;
    text-decoration: underline;
}

.textAreaRestrita:hover{
    color: #000;
}

/* .imgNavbar{
    margin-left: -63%;
    margin-top: 2%;
    width: 150px;
    cursor: pointer;
}

.navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: rgb(241, 241, 241);
    z-index: 3;
}

.divBotoesNavbar{
    margin-top: -1.5%;
    padding-left: 15%;
    width: 100%;
    z-index: -1;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    border: 1px solid red;
}

.botoesNavbar{
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
    padding-left: 1.5%;
}

.botoesNavbar:hover{
    text-decoration: none;
    color: #000;
}

.textAreaRestrita{
    position: absolute;
    top: 10%;
    right: 7%;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    text-decoration: underline;
}

.textAreaRestrita:hover{
    color: #000;
}

.imgSocialNavbar{
    width: 1.5%;
} */

/* para celular */

.navbarMobile{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 61px;
    background:rgb(241, 241, 241);
    z-index: 2;
}

.modalNavbarMobileButton{
    position: absolute;
    top: 12px;
    right: 1%;
    border: none;
    font-size: 26px;
    color:rgb(61, 61, 61);
}

.textAreaRestritaMobile{
    position: absolute;
    top: 1px;
    right: 1%;
    text-decoration: none;
    color: #000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: underline;
}

.modalNavbarMobile{
    overflow: scroll;
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
}

.spanNavbarMobile{
    position: absolute;
    top: 5%;
    right: 8%;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}

.divBotoesNavbarMobile{
    padding-top: 10%;
}

.botoesNavbarMobile{
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 1.5px;
    font-size: 16px;
    color: black;
    line-height: 45px;
}

.navbarHrMobile{
    margin:0;
    width: 50%;
    border-left: none;
    border-color: rgba(0, 0, 0, 0.5);
}