html {
  --cinza: #b2b3b5;
  --cinzaFonte: #797979;
  --cinzaTitulo: #4d4d4f;
  --azulLink: #0083ca;
  --azulClaro: #20c4f4;
  --roxo: #7c00ca;
}

#header-site .container img {
  max-width: 100%;
}

#header-site .container,
#mapa-site .container {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

#header-site *,
#mapa-site *,
footer * {
  text-decoration: none;
  margin: 0;
  padding: 0;
  outline: none !important;
  list-style: none;
  font-weight: normal;
  font-family: "MullerRegular";
  box-sizing: border-box;
}

.titulo h2, .titulo a{
  font-family: "MullerBold" !important;
}

.box-busca-mobile,
.btn-busca{
  display: none;
}



* .fa {
  font: normal normal normal 14px/1 FontAwesome !important;
}


.title-page .titulo h1{
  color: #0083ca;
  font-size: 38px;
  font-family: "MullerBold";
}

#category_section{
  margin-top: 10px !important
}

h1, h2, h3, h4, h5, h6{
  font-family: "MullerBold";
}

#header-site div,
footer div,
#mapa-site div,
#header-site ul,
footer ul,
#mapa-site ul {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}

#header-site {
  padding: 9px 0;
  border-bottom: 1px solid #eee;
}

#header-site .logo {
  width: 170px;
}

#header-site .box-info-header {
  width: calc(100% - 170px);
  justify-content: flex-end;
}

#header-site .box-info-header nav {
  margin-right: 100px;
}

#header-site .box-info-header nav.new{
  margin-right: 10px;
}

#header-site .box-info-header nav ul{
  display: none !important
}

#header-site .box-info-header nav.new ul{
  display: flex !important
}

#header-site .box-info-header nav.new > a{
  display: none !important;
}

#header-site .box-info-header nav ul li{
  position: relative;
}

#header-site .box-info-header nav ul li .box-submenu{
  position: absolute;
  display: none;
  top: 100%;
  padding: 5px 0; 
  width: 235px;
  background: #fff;
  z-index: 12;
  border: 1px solid #ddd;
  box-shadow: 0 10px 15px -5px rgba(0,0,0,.7);
}


#header-site .box-info-header nav ul li:hover .box-submenu{
  display: block;
}

#header-site .box-info-header nav ul li .box-submenu a{
  font-size: 12px;
  width: 100%;
  text-transform: uppercase;
  color: #909090;
}

#header-site .box-info-header nav ul li .box-submenu a:hover{
  text-decoration: underline;
}

#header-site .box-info-header nav a {
  padding: 10px 20px;
  display: inline-block;
}

#header-site .box-info-header nav.new a {
  padding: 10px 15px;
}



#header-site .box-info-header nav a span {
  font-size: 14px;
  color: var(--cinza);
  position: relative;
  font-family: "MullerBold";
}

#header-site .box-info-header nav a .box-submenu{
  position: absolute;
  display: inline-block;
  left: 0;
  background: #fff;
  top: 100%;
  width: 200px;
  box-shadow: 0 10px 15px -10px rgba(0,0,0,0.6);
  border: 1px solid #eee;
  z-index: 20;
  padding: 10px 5px;
}


#header-site .box-info-header nav a .box-submenu a{
  width: 100%;
  font-size: 14px;
  color: #b2b3b5;
}

#header-site .box-info-header nav a span:before {
  content: "";
  width: 15px;
  height: 3px;
  position: absolute;
  bottom: -7px;
  left: 0;
  display: block;
  transition: 0.2s;
}

#header-site .box-info-header nav a:hover span:before {
  width: 100%;
}

#header-site .box-info-header nav a.cl-noticia span:before {
  background-color: #eb212e;
}

#header-site .box-info-header nav a.cl-esporte span:before {
  background-color: #00ca7c;
}

#header-site .box-info-header nav a.cl-coluna span:before {
  background-color: #7c00ca;
}

#header-site .box-info-header nav a.cl-guia span:before {
  background-color: #0083ca;
}

#header-site .box-info-header nav a.cl-cultura span:before {
  background-color: #ca009d;
}

#header-site .box-info-header .box-busca {
  width: 300px;
  display: flex;
  justify-content: space-between;
}

#header-site .box-info-header .box-busca > a {
  color: var(--azulClaro);
  font-size: 16px;
}

#header-site .box-info-header .box-busca form {
  position: relative;
  border: 1px solid #ccc;
  padding: 8px;
  height: 34px;
  box-sizing: border-box;
}

#header-site .box-info-header .box-busca form a {
  position: absolute;
  right: 0;
  color: var(--cinza);
  font-size: 12px;
  top: -18px;
}

#header-site .box-info-header .box-busca form input[type="text"] {
  border: 0px solid;
  height: auto;
  padding: 0;
  width: 170px;
  display: initial;
}

#header-site .box-info-header .box-busca form button {
  border: 0px solid;
  background-color: transparent;
  color: var(--cinzaFonte);
}

.menu-mobile {
  display: none;
}

#mapa-site {
  background-color: #ebebeb;
  padding: 30px 0;
}

#mapa-site .box-mapa-site {
  align-items: flex-start;
}

#mapa-site .box-mapa-site .item {
  width: calc(100% / 7);
}

#mapa-site .box-mapa-site .item h4 {
  font-family: "MullerBold";
  margin-bottom: 10px;
  width: 100%;
}

#mapa-site .box-mapa-site .item h4.box-topo {
  margin-top: 30px;
}

#mapa-site .box-mapa-site .item a {
  display: block;
  font-size: 14px;
  width: 100%;
  margin: 5px 0;
  color: var(--cinzaTitulo);
}

#mapa-site .box-mapa-site .item a:hover {
  text-decoration: underline;
}

#mapa-site .box-mapa-site .item a.btn-anuncie-aqui {
  background-color: var(--azulClaro);
  padding: 10px;
  color: #fff;
  font-family: "MullerBold";
  text-align: center;
}

#mapa-site .box-mapa-site .item ul li a {
  font-size: 30px;
}

#mapa-site .box-mapa-site .item.associado img{
  width: 85px;
}


#mapa-site .box-mapa-site .item ul li a i {
  font-size: 20px !important;
}

#mapa-site .box-mapa-site .item ul li {
  margin-right: 10px;
}

footer {
  padding: 15px 0;
}

footer .box-desenvolvedor {
  justify-content: center;
}

footer .box-desenvolvedor p {
  font-size: 12px;
  color: var(--cinzaTitulo);
}

footer .box-desenvolvedor p a {
  display: inline-flex;
}

footer .box-desenvolvedor p img {
  width: 60px;
  transform: translateY(2px);
}



p.mt-10.linha_fina{
    font-family: "MullerRegular" !important;
}


@media (max-width: 1280px) {

  #header-site .box-info-header nav {
    margin-right: 10px;
  }

  #header-site .box-info-header nav a {
    padding: 10px 16px;
  }

  #header-site .logo {
    width: 140px;
  }

  #header-site .box-info-header {
    width: calc(100% - 140px);
  }

  #header-site .box-info-header .box-busca {
    width: 255px;
  }

  #header-site .box-info-header .box-busca form input[type="text"] {
    width: 125px;
  }
}

@media(max-width: 1166px){
  #header-site .box-info-header nav.new a {
      padding: 10px 5px;
  }

  #header-site .box-info-header nav a span {
    font-size: 12px;
  }
}




@media (max-width: 978px) {

  #mapa-site .box-mapa-site .item {
    width: calc(100% / 4);
    margin-bottom: 30px;
  }

  .box-busca-mobile{
    position: fixed;
    z-index: 20;
    display: flex;
    background: #fff;
    width: 100%;
    height: 100vh;
    left: -100%;
    justify-content: flex-start;
    align-content: flex-start;
    transition: 0.4s;
    top: 0;
  }

  .box-busca-mobile.active{
    left: 0;
  }

  .box-busca-mobile .btn-voltar{
    width: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 40px;
  }

 .box-busca-mobile .btn-voltar i{
    font-size: 20px !important;
    color: #555;
  }

  .box-busca-mobile .box-busca{
    border-bottom: 1px solid #ccc;
  }

  .box-busca-mobile form{
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
  }


  .box-busca-mobile form input{
    width: calc(100% - 50px);
    border: 0;
    box-sizing: border-box;
    padding: 20px;
  }

  .box-busca-mobile form button{
    width: 50px;
    border: 0;
    box-sizing: border-box;
    background: #fff;
    color: #0382ca;
  }


  .box-busca-mobile form button i{
    font-size: 20px !important
  }

  #header-site {
    position: fixed;
    z-index: 10;
    transition: 0.4s;
    width: 100%;
    height: 100vh;
    top: 0;
    left: -100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #header-site.active{
    left: 0;
  }

  #header-site .logo {
    display: none;
    width: 100%;
    justify-content: center;
  }

  #header-site .box-info-header {
    width: 100%;
  }

  #header-site .box-info-header nav {
    margin: 20px 0;
    width: 100%;
    justify-content: center;
  }

  #header-site .box-info-header nav ul li{
    width: 100%;
  }

  #header-site .box-info-header nav ul li .box-submenu{
    display: none !important;
  }

  #header-site .box-info-header nav a {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  #header-site .box-info-header nav a span {
    font-size: 20px;
  }

  #header-site .box-info-header nav a span:before {
    left: calc(50% - 15px / 2);
  }


  #header-site .box-info-header nav a:hover span:before {
    left: 0;
  }

  #header-site .box-info-header .box-busca {
    width: 100%;
    justify-content: center;
  }

  #header-site .box-info-header .box-busca > a {
    background-color: var(--azulClaro);
    font-size: 16px;
    padding: 15px 50px;
    margin-top: 15px;
    color: #fff;
  }

  #header-site .box-info-header .box-busca form {
    display: none;
  }

  .menu-mobile {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
  }

  .menu-mobile a img {
    width: 85px;
  }

  .menu-mobile .btn-menu {
    position: relative;
    width: 30px;
    height: 30px;
  }

  .menu-mobile .btn-menu span {
    background-color: var(--azulLink);
    height: 2px;
    width: 100%;
    top: 50%;
    display: block;
    position: absolute;
    transition: 0.2s;
    left: 0;
  }

  .menu-mobile .btn-menu.active span {
    transform: rotate(45deg);
  }

  .menu-mobile .btn-menu span:before {
    content: "";
    background-color: var(--azulLink);
    height: 2px;
    width: 100%;
    top: -10px;
    display: block;
    position: absolute;
    transition: 0.2s;
    left: 0;
  }
  
  .menu-mobile .btn-menu.active span:before {
    transform: rotate(-90deg);
    top: 0;
  }

  .menu-mobile .btn-menu span:after {
    content: "";
    background-color: var(--azulLink);
    height: 2px;
    width: 100%;
    top: 10px;
    display: block;
    position: absolute;
    transition: 0.2s;
    left: 0;
  }

  .menu-mobile .btn-menu.active span:after {
    opacity: 0;
  }

  .btn-busca{
    display: block;
    position: absolute;
    right: 90px;
    top: 18px;
  }

  .btn-busca i{
    font-size: 20px !important;
    color: #0382ca;
  }

  footer .box-desenvolvedor p {
    font-size: 12px;
    text-align: center;
}
}

@media (max-width: 500px) {
  #mapa-site .box-mapa-site .item {
    width: calc(100%);
    text-align: center;
    justify-content: center;
  }

  #mapa-site .box-mapa-site .item ul {
    justify-content: center;
  }

  footer .box-desenvolvedor p {
    text-align: center;
    line-height: 20px;
  }

  #mapa-site .box-mapa-site .item a.btn-anuncie-aqui{
    padding: 20px;
    max-width: 200px;
  }


}
