/* MISC */

:root{
    --cinza-rgba: #28282890;
    --iaia: #1a1a1a;
}

a {
  text-decoration: none;
  color: unset;
}

a:hover{
  text-decoration: none;
  color: unset;
}

/* MISC */

body{

font-family: muli, sans-serif;
font-weight: 400;
font-style: normal;
}

/* HEADER */

header .navbar-brand img{
  max-width: 200px;
}

header .topo{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .topo .infos{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width: 767px){
  header .topo .infos{
    display: none;
  }
}
@media(max-width: 1199px){
  header .topo .infos{
    font-size: 10px;
  }
}

header .navbar{
  background-color: var(--iaia);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .1px;
}
/* HEADER */

/* FOOTER */


footer .footer{
  background-color: black;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
}

footer .footer .nav-link {
  padding: 5px;
  text-transform: uppercase;
  font-weight: 600;
}

footer .footer .nav-item.seja-membro .nav-link {
  color: var(--mar);
}

footer .footer .img-fluid{
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

footer .footer .redes {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 22px;
}

@media(max-width: 767px){
  footer .footer .redes {
    margin-bottom: 20px;
  }
}

footer .footer .redes .item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--iaia);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-left: 8px;
  margin-right: 8px;
  border: 1px solid #fff;
}

footer .footer .redes .item:hover{
  background-color: transparent;
  color: #fff;
}

footer .footer .informacoes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

@media (max-width:767px){
  footer .footer .informacoes{
    align-items: center;
    padding-top: 20px;
  }
}

footer .footer .informacoes .info {
  display: flex;
  align-items: center;
  justify-content: start;
  text-transform: uppercase;
}

footer .footer .informacoes .info img{
  max-height: 40px;
}

footer .footer .informacoes .info span {
  font-weight: 600;
  font-size: 12px;
}

footer .fox {
  background-color: #fff;
}

/* FOOTER */