h1 {
  font-family: "ttr-bold";
  font-weight: 700;
  font-size: 30px;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
}
h1::after {
  content: '';
  height: 10px;
  width: 44px;
  display: grid;
  margin: 7px auto;
  border-radius: 19px;
  border-bottom: 10px solid;
}
h3 {
  font-family: "ttr-bold";
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  width: 180px;
}


.mapa {
background: #ddd;
display: block;
}

.mapa::after {
content: '';
background: url('<?php bloginfo('template_directory'); ?>/assets/img/barra-roxo.svg') #ddd;
  background-repeat: repeat;
height: 60px;
display: block;
z-index: 1000;
position: relative;
background-repeat: no-repeat;
background-position: left bottom -1px;
background-size: cover;
}
.verde {
background: #b5deb9;
}
.verde-escuro {
background: #106260;
}
.verde-musgo {
background: #173428;
}
.cinza {
background: #babab4;
}
.cinza-escuro {
background: #3f474c;
}
.rodape {
padding: 100px auto;
}
.azul-claro {
background: #5c9dc7;
padding-bottom: 60px;
}
.amarelo {
background: #f9f0c7;
padding: 40px auto;
}
.branco {
background: #fff;
margin: auto;

text-align: center;
width: 100%;
}
.branco::after {
content: '';
height: 60px;
background: url('<?php bloginfo('template_directory'); ?>/assets/img/barra-verde1.svg') #fff;
  background-repeat: repeat;
  background-size: auto;
  display: block;
background-repeat: no-repeat;
background-size: cover;
background-position-x: right -1px;
background-position: left bottom;
}
.branco img {
padding: 50px;
}
.faixa-verde-2::after {
content: '';
height: 60px;
background: url('<?php bloginfo('template_directory'); ?>/assets/img/barra-verde2.svg') #babab4;
  background-repeat: repeat;
  background-size: auto;
  display: block;
background-repeat: no-repeat;
background-size: cover;
background-position-x: right;
background-position: left bottom -1px;
}
.cinza::after {
content: '';
height: 60px;
/* background: url('<?php bloginfo('template_directory'); ?>/assets/img/barra-cinza.svg') #babab4; */
  background-repeat: repeat;
  background-size: auto;
  display: block;
background-repeat: no-repeat;
background-size: cover;
background-position-x: right;
background-position: left bottom -1px;
}
.rodape-page::after {
  content: '';
  height: 60px;
  /* background: url('<?php bloginfo('template_directory'); ?>/assets/img/barra-cinza.svg') #;*/
    background-repeat: repeat;
    background-size: auto;
    display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  background-position: left bottom -1px;
  }
.verde-musgo, .verde-musgo p {
text-align: center;
color: #fff;
font-size: 30px;
line-height: 47px;
font-weight: 700;
font-family: "ttr-bold";
padding-bottom: 30px;
}
.amarelo h1 {
color: #265235;
}
.roxo {
background: #612a61;
}

.roxo .centraliza {
padding: 20px 0px;
}
.roxo h1, .roxo p {
color: #fff;
text-align: center;
}
.verde h1, .verde h3, .verde p {
color: #612a61;
text-align: center;
}
.azul-claro h1 {
color: #fff;
text-align: center;
}
.azul-claro p {
color: #612a61;
text-align: center;
}


p {
padding-bottom: 0px;
}
.faixa-roxo{
height: 60px;
background: url('<?php bloginfo('template_directory'); ?>/assets/img/barra-roxo.svg') #efefef;
  background-repeat: repeat;
  background-size: auto;
display: block;
background-repeat: no-repeat;
background-size: inherit;
}
.faixa-roxo-verde::after {
content: '';
height: 61px;
background: url('<?php bloginfo('template_directory'); ?>/assets/img/barra-roxo-verde.svg') #b5deb9;
  background-repeat: repeat;
  background-size: auto;
background-repeat: repeat;
background-size: auto;
display: block;
background-repeat: no-repeat;
background-size: cover;
background-position: left top -1px;


}
.faixa-verde-azul::after {
content: '';
height: 60px;
background: url('<?php bloginfo('template_directory'); ?>/assets/img/barra-verde-azul.svg') #b5deb9;
  background-repeat: repeat;
  background-size: auto;
  display: block;
background-repeat: no-repeat;
background-size: inherit;
background-position-x: right;
background-position: left bottom -1px;

}
.wrap-atividades {
grid-template-columns: 1fr 1fr 1fr;
display: grid;
grid-gap: 30px;
}
.wrap-atividades .atividade {
padding: 30px;
text-align: center;
margin: auto;
margin-top: 0;
}
.wrap-atividades .atividade img {
padding: 20px;
text-align: center;
margin: auto;
margin-top: 0;
}

/* relatorio */

.wrap-relatorio {
display: inline-flex;
width: 100%;
padding: 50px 0;
column-gap: 80px;
}
.wrap-relatorio > div {
border: 0px solid;
}
.thumb-relatorio {
width: 30%;
text-align: center;
box-shadow: -5px 7px 8px #666;
}
.content-relatorio {
width: 70%;
margin: auto;
}
.content-relatorio h2 {
font-family: "ttr-bold";
padding: 20px 0;
font-size: 26px;
width: auto;
display: inline-block;
}
.content-relatorio h2::after {
content: '';
border: 5px solid;
display: block;
border-radius: 20px;
margin: 7px 0;
max-width: 50px;
}
.content-relatorio h2, .content-relatorio p {
color: #612a61;
}
.content-relatorio p {
text-align: justify;
font-size: 18px;
}
.btn-relatorio {
background: #612a61;
padding: 10px 30px;
color: #fff;
font-family: "ttr-bold";
}

.btn-relatorio:hover {
background: #763F76;
color: #fff;
text-decoration: none !important;
border: none !important;
}
.thumb-relatorio img {
box-shadow: -28px 41px 80px;
}
.cinza-escuro.rodape {
padding: 40px 0;
}

/* BTN UP */
.btn-up img {
width: 12px;
}
.btn-up {
float: left;
display: block;
right: 0;
position: fixed;
z-index: 1000;
bottom: 0;
background: red;
padding: 13px 10px;
margin-right: 30px !important;
opacity: 0.2;
}
.btn-up:hover {
opacity: 1;
}


/* FOOTER */

footer, .containerFooter {
  width: 100%;
  display: grid;
  background: #3f474c;
  padding-top: 20px;

}
.newsletter {
  display: inline-flex;
}
.wrapnewsletter, .wrapredes {
  width: 50%;
  text-align: center;

}
.newsletter h3 {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 14px;
}
.row {
  margin: auto;

  text-align: center;
}
.row form {
  margin: auto;
}
.wrapnewsletter input {
  max-width: 140px;
  margin-right: 10px;
}
.blocosFooter {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
  grid-gap: 30px;
  padding: 50px;
}
.blocoFooter h4 a, .blocoFooter li a {
  color: #fff;
}
.blocoFooter h4 a {
  font-weight: bold;
}
.blocoFooter h4 a:hover, .blocoFooter li a:hover {
  color: #fff;
  text-decoration: none !important;
  border: none !important;
}
.sub-menu2 li {
  padding: 3px 0;
  font-size: 15px;
}

.wrapnewsletter button {
  background-color: #ffd87d;
  border-color: #ffd87d;
  border-radius: .25rem;
  color: #495057;
  text-transform: uppercase;
  font-weight: bold;
}

.newsletter h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.endereco {
  font-size: .875rem;
  margin: 0;
  text-align: center;
  color: #fff;
}
.endereco {
  margin: 0 !important;
  padding: 20px !important;
}

.ajuda .container {
  padding-bottom: 60px;
}
.text p {

  color: #333;
}
.text.regular-m {
  text-align: justify;
  color: #666 !important;
}
.alignright {
  float: right;
  padding-left: 40px;
  padding-bottom: 40px;
}
/* -- mapa -- */

#lst_outros_produtos {
  font-size: 10px;
  width: 490px;
}
#popup_adm {
  /* display: none; */
}
.leaflet-popup {
  border: none !important;
}
.leaflet-popup-close-button {
  padding: 10px 34px;
}
.leaflet-popup.leaflet-zoom-animated {
  min-width: 150px;
}

