@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background-color: #FAFAFA;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  color: #666666;
}

*, :after, :before {
  box-sizing: border-box;
}
.google-auto-placed {display: none;}
.banner-ads {
  max-width: 1110px;
  margin: 10px auto;
}
@media(max-width: 587px){
  .banner-ads {width: 320px;}
}
.container {
  width: 100%;
  max-width: 1136px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container.flexbox {
    flex-wrap: wrap;
  }
}

a, a:hover {
  text-decoration: none;
}

/***********************************************
  TOPO
/**********************************************/
section#supertopo {
  display: flex;
    background-color: #FAFAFA;
    justify-content: center;
    height: 130px;
    flex-direction: column;
    align-items: center;
}
@media(max-width: 567px){
  section#supertopo{height: 90px;}
}
section#topo-mobile {
  display: none;
}
#banner-rodape-mobile {display: none;}
@media(max-width: 567px){
  section#topo-mobile{display: block; text-align: center; margin: 0px auto -30px; width: 300px !important; height: 250px !important;}
  #slides-topo-mobile {height: 250px;}
  #banner-rodape-mobile{display: block;}
}
#banner-topo {
  width: 728px;
  height: 90px;
}
#banner-topo img{
  max-width: 100%;
}
@media(max-width: 567px) {
  #banner-topo {width: 100% !important; height: 38px !important;}
}
#page2 .page2 a {
  border-bottom-color: #CC8D4F;
}

#page3 .page3 a {
  border-bottom-color: #CC8D4F;
}

#topo {
  margin-bottom: 26px;
  background-color: #FFFFFF;
}
#topo .container {
  display: flex;
  align-items: center;
}
#topo h1 {
  max-width: 312px;
  margin-right: 8.64%;
}
#topo h1 img {
  width: 100%;
}
@media (max-width: 1023px) {
  #topo h1 {
    width: 240px;
  }
}
@media (max-width: 1023px) {
  #topo h1 {
    width: 205px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  #topo nav {
    margin-left: auto;
  }
}
#topo nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
@media (max-width: 767px) {
  #topo nav ul {
    display: none;
  }
}
#topo nav ul li {
  font-weight: 300;
  font-size: 14px;
  line-height: 70px;
  text-transform: uppercase;
  margin: 0 14px;
}
@media (max-width: 1023px) {
  #topo nav ul li {
    margin: 0 10px;
  }
}
#topo nav ul li.ativo a, #topo nav ul li:hover a {
  border-bottom-color: #CC8D4F;
}
#topo nav ul li a {
  display: block;
  color: #666666;
  border-bottom: 2px solid #FFFFFF;
}
#topo nav .navicon {
  font-size: 32px;
  color: #CB8D4F;
  display: none;
}
@media (max-width: 767px) {
  #topo nav .navicon {
    display: block;
  }
}
#topo .redes {
  display: flex;
}
#topo .redes svg {
  width: 20px;
  height: 20px;
  margin: 0 2px;
}
#topo .redes svg::first-child {
  margin: 0;
}
#topo .busca {
  margin-left: auto;
  position: relative;
}
@media (max-width: 767px) {
  #topo .busca {
    display: none;
  }
}
#topo .busca .box-input {
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
  width: 220px;
  border: 1px solid #CCC;
}
#topo .busca .box-input input {
  border: 0;
  width: 100%;
  padding: 10px 14px;
  font-family: "Lato", sans-serif;
}

.shadow {
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  flex-grow: 1;
  position: fixed;
  display: none;
}

#mySidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.5s;
  display: flex;
  align-items: stretch;
}
#mySidenav .sidenav {
  width: 250px;
  background-color: #cd8d4f;
  padding-top: 60px;
}
#mySidenav .sidenav ul {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}
#mySidenav .sidenav ul li {
  text-align: right;
  white-space: nowrap;
}
#mySidenav .sidenav ul li a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 22px;
  color: #FFFFFF;
  display: block;
  transition: 0.3s;
}
#mySidenav .sidenav ul li a:hover {
  color: #f1f1f1;
}
#mySidenav .sidenav .fechar-navicon {
  position: absolute;
  top: 22px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #67350d;
}
#mySidenav .sidenav .box-input {
  margin: 24px 30px;
  border: 1px solid #CCC;
  border-radius: 5px;
  overflow: hidden;
}
#mySidenav .sidenav .box-input input {
  border: 0;
  width: 100%;
  padding: 10px 14px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
}

/***********************************************
  CONTEÚDO
/**********************************************/
.flexbox {
  display: flex;
  justify-content: space-between;
}

#conteudo {
  width: calc(100% - 330px);
  background-color: #FFFFFF;
}
@media (max-width: 959px) {
  #conteudo {
    width: calc(100% - 280px);
  }
}
@media (max-width: 767px) {
  #conteudo {
    width: 100%;
  }
}
#conteudo .banner {
  width: 100%;
  padding: 18px;
  background-color: #F3F3F3;
  max-height: 154px;
  overflow: hidden;
  border-bottom: 30px solid #FAFAFA;
  line-height: 0;
}
@media (max-width: 567px) {
  #conteudo .banner {
    padding: 0;
  }
}
#conteudo .banner.mobile {
  padding: 0;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  max-height: 250px;
}
#conteudo .banner a > *, #conteudo .banner > * {
  width: 100%;
}
#conteudo .noticia {
  padding: 34px;
  background-color: #FFFFFF;
}
@media (max-width: 959px) {
  #conteudo .noticia {
    padding: 26px;
  }
}
#conteudo .noticia.borda {
  border-top: 30px solid #FAFAFA;
  border-bottom: 0;
}
#conteudo .noticia img {
  max-width: 100%;
}
@media (max-width: 767px) {
  #conteudo .noticia img {
    height: auto !important;
  }
}
#conteudo .noticia .data {
  font-size: 16px;
  color: #999999;
  margin-bottom: 16px;
}
#conteudo .noticia .data a {
  text-transform: uppercase;
  color: #CC8D4F;
}
#conteudo .noticia h1, #conteudo .noticia h2 {
  font-family: "Georgia", serif;
  font-weight: normal;
  font-size: 30px;
  color: #333333;
  line-height: 1.1em;
  margin: 0 0 14px 0;
}
@media (max-width: 959px) {
  #conteudo .noticia h1, #conteudo .noticia h2 {
    font-size: 28px;
  }
}
#conteudo .noticia h1 a, #conteudo .noticia h2 a {
  color: #333333;
}
#conteudo .noticia .box-media {
  width: 100%;
  margin-bottom: 20px;
  line-height: 0;
}
#conteudo .noticia .box-media img,
#conteudo .noticia .box-media iframe {
  width: 100%;
}
#conteudo .noticia .box-media .legenda {
  font-size: 14px;
  color: #CCCCCC;
  margin-top: 15px;
  line-height: 1.2em;
}
#conteudo .noticia p iframe {
  width: 100%;
}
#conteudo .paginacao {
  display: flex;
  justify-content: center;
}
#conteudo .screen-reader-text {
  display: none;
}
#conteudo .nav-links {
  display: flex;
  justify-content: center;
}
#conteudo .nav-links .page-numbers {
  padding: 4px 10px;
  background-color: #CB8D4F;
  color: #ffffff;
  margin: 0 4px;
}
#conteudo .nav-links .page-numbers.current {
  background-color: #CCCCCC;
  color: #333333;
}

.margem {
  border-bottom: 30px solid #FAFAFA;
}
#cafedas6 {
  width: 100%;
  margin-bottom: -74px;
}
@media(max-width: 567px){
  #cafedas6{margin-bottom: -43px;}
}

#lateral {
  width: 300px;
  background-color: #FFFFFF;
}
@media (max-width: 959px) {
  #lateral {
    width: 250px;
  }
}
@media (max-width: 767px) {
  #lateral {
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0 auto;
  }
}
#lateral .banner {
  line-height: 0;
}
#lateral .banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-color: #FAFAFA;
}
#lateral .banner a > *, #lateral .banner > * {
  width: 100%;
}
#lateral h2 {
  font-family: "Georgia", serif;
  font-weight: normal;
  margin: 0 0 30px 0;
  color: #333333;
  font-size: 30px;
}
#lateral .box-historico {
  padding: 20px;
  background-color: #FFFFFF;
}
#lateral .box-historico.favoritos {
  border-bottom: 30px solid #fafafa;
}
#lateral .box-historico .historico {
  max-width: 182px;
  margin-bottom: 30px;
  font-size: 13px;
  color: #CB8D4F;
}
#lateral .box-historico .historico a {
  color: #CB8D4F;
}
#lateral .box-historico .historico a.link {
  line-height: 1.4em;
  display: block;
  margin-bottom: 8px;
}

/***********************************************
  RODAPÉ
/**********************************************/
#rodape {
  margin-top: 60px;
  padding: 62px 0;
  background-color: #666666;
  font-size: 17px;
  color: #FFFFFF;
}
@media (max-width: 567px) {
  #rodape {
    padding: 32px 0;
    margin-top: 32px;
  }
}
#rodape .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 567px) {
  #rodape .container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
#rodape .tacitus {
  height: 25px;
}
#rodape .tacitus img {
  height: 100%;
}

/*# sourceMappingURL=estilos.css.map */
