#menu{
    font-size: 18px;
}
#modal-corpo{
    background-color: #130945;
}
.navbarHover{
    transition: 0.2s;
}
.navbarHover:hover,.navbarHover:active,.navbarHover:focus, .ativo{
    font-weight: bold;
}
.topoSvgTopoNavbar{
    border: 1px solid var(--cor-primaria);
    border-radius: 100%;
    font-size: 38px;
    padding: 7px;
    width: 33px;
}
.emailBorder{
    border: 2px solid white;
}
.barraColapse {
    width: 30px;
    height: 3px;
    background-color: white;
    border-radius: 10px;
  }

  .topocima{
    background-color: #cccccc;
  }
    
@media screen and (max-width: 1399px) {
    .navbarHover{
        font-size: 0.8em;
    }
    .logo2{
        width: 250px;
    }
}
