@import url("https://use.typekit.net/alh1gnw.css");

/* 

Fonte Itálico
font-style: italic;

Basic Sans Light
font-family: basic-sans, sans-serif;
font-weight: 300;
font-style: normal;

Basic Sans Regular
font-family: basic-sans, sans-serif;
font-weight: 400;
font-style: normal;

Basic Sans Semi Bold
font-family: basic-sans, sans-serif;
font-weight: 600;
font-style: normal;

Cores:
Amarelo: #f5e820;
Cinza: #cecece;
Preto BG: #1c1d1d;


*/

img.logo-menu {
width: 100px;
padding: 10px;
}

.menu-nav-item img {
display: none;
}

.botaomenu {
display: none;
}

.menu-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #1c1d1d;
z-index: 100;
padding: 0.5rem 1rem;
height: auto;
}

.menu-header {
box-sizing: border-box;
}

.menu-nav {
  display: inline-flex;
  margin: 20px 0px 0px 0px;
  padding: 0;
}

.menu-nav-container {
transition: 0.3s;
}

.menu-nav-item {
list-style: none;
}

i.menu-nav-close {
display: none;
}

.menu-nav-item a {
font-size: 1rem;
color: #cecece;
font-family: basic-sans, sans-serif;
font-weight: 400;
font-style: normal;
text-decoration: none;
padding: 5px 10px;
margin: 0px 10px;
}

.menu-nav-item a:hover {
color: #f5e820;
font-weight: 400;
padding: 5px 10px;
text-decoration: none;
}

.menu-nav-item a.active {
color: #cecece;
font-weight: 400;
padding: 5px 10px;
text-decoration: none;
opacity: 0.8;
}

.menu-social-item {
  display: inline-block;
  color: #cecece;
  font-size: 1.1rem;
  margin-left: 10px;
  margin-right: 10px;
}

a.menu-social-item {
  color: #cecece;
  text-decoration: none;
}

a.menu-social-item:hover {
  color: #f5e820;
  text-decoration: none;
}

@media (max-width:  1200px) {

  .menu-nav-item a {
  font-size: 1rem;
  }

  .menu-nav-item a:hover {
  font-size: 1rem;
  }

  .menu-nav-item:hover ul.sub-menu .menu-item a {
  font-size: 1rem;
  }

}


@media (max-width: 1024px) {

.menu-nav-item img {
  display: none;
}

/*
Cores:
Amarelo: #f5e820;
Cinza: #cecece;
Preto BG: #1c1d1d;
*/

  .menu-nav-container {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #1c1d1d;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  }

  .menu-nav-container.active {
  opacity: 1;
  visibility: visible;
  }


  i.menu-nav-close {
  display: block;
  color: #cecece;
  font-size: 2rem;
  padding: 0.5rem;
  position: absolute;
  top: 1rem;
  right: 2rem;
  }

  .menu-nav {
  width: 100%;
  display: block;
  }

  .menu-nav-item {
  width: 100%;
  text-align: center;
  margin: 0.2rem 0;
  }

  .menu-nav-item a {
  font-size: 3rem;
  color: #cecece;
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

.menu-nav-item a:hover {
  font-size: 3rem;
  color: #f5e820;
  text-decoration: none;
  font-weight: 400;
}


.menu-nav-item a.active {
  color: #cecece;
  text-decoration: none;
  font-weight: 700;
  opacity: 0.8;
}

.menu-social-item {
  display: inline-block;
  color: #cecece;
  font-size: 2rem;
  margin-left: 10px;
  margin-right: 10px;
}

  i.menu-nav-mobile {
  display: block;
  color: #cecece;
  font-size: 2rem;
  padding: 5px;
  }


  .botaomenu {
  display: flex;
  position: absolute;
  right: 10px;
  background-color: transparent;
  font-size: 1.2rem;
  margin: 10px;
  border: none;
  }


  .menu-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #1c1d1d;
  z-index: 100;
  padding: 0rem 0rem;
  height: auto;
  }

  img.logo-menu {
  width: 100px;
  }

  i.menu-nav-mobile {
  display: block;
  color: #cecece;
  font-size: 2rem;
  }

}

@media (max-width: 576px) {

  .menu-nav-item img {
    width: 200px;
    padding: 20px;
  }

    .menu-nav-item a {
    font-size: 2rem;
  }

  .menu-nav-item a:hover {
    font-size: 2rem;
  }


  .menu-social-item {
    display: inline-block;
    color: #cecece;
    font-size: 1.7rem;
    margin-left: 10px;
    margin-right: 10px;
  }

}


.todos-direitos {
  width: 100%;
  height: auto;
  background-color: #f5e820;
}

.todos-direitos p {
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1c1d1d;
  font-size: 1rem;
  text-align: center;
  padding-top: 10px;
}
