.menuInferiorPrincipal span,
.menuRedesSociais span,
.horarioFuncionamento p {
    color: #F3F1EB;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-family: sans-serif;
}

.nomeMenu,
.menuRedesSociais,
.horarioFuncionamento {
  text-align: center;
}

.menuRedesSociais,
.cartoes,
.copyright p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menuOpcoes span:hover, .menuRedesSociais span:hover {
    color: white;
    font-weight: bold;
}

.menuRedesSociais img {
  margin: 5px 20px 5px 30px;
  width: 48px;
  height: 48px;
  transition: all 0.3s ;
}

.menuRedesSociais img:hover {
    height: 54px;
    width: 54px;
}

.horarioFuncionamento li {
    overflow-x: visible;
}

.horarioFuncionamento li span {
    font-weight: 500;
    font-family: sans-serif;
    font-size: 13px;
}

.menuInferiorPrincipal div {
    justify-content: center;
}


.menuRedesSociais li span {
    font-weight: 500;
    font-family: sans-serif;
    font-size: 13px;
}

.cartoes img {
    width: 60px;
    height: 40px;
    margin: 10px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 0px;
}

.horarioFuncionamento p {
    margin: 0;
    margin-bottom: .5rem;
}

.menuInferiorPrincipal a {
    color: #F3F1EB;
}

.menuInferiorPrincipal a:link {
    color: #F3F1EB;
}

.topo div div span {
    font-size: 14px;
    font-weight: bold;
}

.menu li p {
    padding-left: auto;
    padding-right: auto;
    text-align: center;
}

.copyright p {
    font-size: 1rem;
    text-align: center;
    width: 100%;
    margin: auto;
    color: #F3F1EB;
    font-family: sans-serif;
}

.menu ul {
    padding: 0px;
    text-align: center;
}

.topo .row{
    background-color: #131A50;
    padding-bottom: 40px;
}

.topo span {
    color: #F3F1EB;
}

.topo a:link {
    color: #F3F1EB;
}

a span {
    color: white;
}

p {
    color: white;
}

a:link {
    text-decoration: none;
}

.menuInferiorPrincipal {
    display: flexbox;
    justify-content: space-around;
    width: 100%;
    border-top: white;
    background-color: #131A50;
    padding-bottom: 40px;
    padding-top: 40px;
}

.nomeMenu {
    font-family: sans-serif;
    font-weight: 500;
    padding-top: 10px;
    color: white;
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden;
}

.horarioFuncionamento {
    display: flex;
    flex-direction: row;
    padding-right: 2rem;
    justify-content: center;
    overflow-x: visible;
}

.menuRedesSociais {
    flex-direction: column;
    padding-right: 2rem;
}

.cartoes {
    background-color: #F3F1EB;
    overflow: hidden;
}

.copyright {
    background-color: #131A50;
    height: 35px;
    width: 100%;
}

.contatos {
    color: white;
    font-size: 20px;
}

#produtos {
    padding-left: 0px;
}

#horarios {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    font-weight: 500;
    font-size: 13px;
}

#horarios:hover {
    color: white;
    font-weight: 500;
}

.nomeMenu {
    text-align: center;
}