@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #282828;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.row {
  margin-bottom: 0;
}

section {
  padding: 60px 0px;
}

@media screen and (max-width: 767px) {
  section {
    padding: 64px 0px;
  }
}
header#desktop {
  width: 100%;
  position: relative;
  z-index: 999;
  background: transparent;
}
header#desktop div.barra-superior {
  background: #669bbc;
  padding: 8px 0;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header#desktop div.barra-superior div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header#desktop div.barra-superior p {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
header#desktop div.barra-superior div.horario-funcionamento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header#desktop div.barra-superior div.horario-funcionamento img {
  width: 16px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}
header#desktop div.barra-superior div.horario-funcionamento p {
  font-weight: 400;
}
header#desktop nav {
  background-color: revert;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#desktop nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
header#desktop nav div.logo-busca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 10px 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
header#desktop nav div.logo-busca a.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 200;
}
header#desktop nav div.logo-busca a.navbar-brand img {
  height: 130px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
header#desktop nav div.logo-busca div.search form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
}
header#desktop nav div.logo-busca div.search form input {
  padding: 8px;
  padding-right: 42px;
  border-bottom: 1px solid #a9a9a9;
  color: #434343;
  width: 100%;
  margin-bottom: 50px;
}
header#desktop nav div.logo-busca div.search form ::-webkit-input-placeholder {
  color: #434343;
}
header#desktop nav div.logo-busca div.search form ::-moz-placeholder {
  color: #434343;
}
header#desktop nav div.logo-busca div.search form :-ms-input-placeholder {
  color: #434343;
}
header#desktop nav div.logo-busca div.search form ::-ms-input-placeholder {
  color: #434343;
}
header#desktop nav div.logo-busca div.search form ::placeholder {
  color: #434343;
}
header#desktop nav div.logo-busca div.search form button {
  position: absolute;
  right: 8px;
  background: #c1121f;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  outline: none;
  border: none;
  top: 10px;
}
header#desktop nav div.logo-busca div.search form button i {
  color: #fff;
  font-size: 12px;
}
header#desktop nav .navbar-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100vw - 15px);
  height: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 0;
  position: relative;
  z-index: 50;
  margin-bottom: -32px;
}
header#desktop nav .navbar-collapse ul.opcoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  position: relative;
  padding: 12px 36px;
  height: 80px;
  border-radius: 4px;
  z-index: 50;
  width: 100%;
}
header#desktop nav .navbar-collapse ul.opcoes li.opcao + li.opcao {
  margin-left: 20px;
}
header#desktop nav .navbar-collapse ul.opcoes li.opcao {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: .2s;
}
/*header#desktop nav .navbar-collapse ul.opcoes li.opcao:hover {
  margin-bottom: 8px;
}*/
header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link {
  padding: 0;
  background: transparent;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link:hover span {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#desktop nav .navbar-collapse ul.opcoes li.opcao a.sidenav-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
}
header#desktop nav .navbar-collapse ul.opcoes li.opcao a.sidenav-trigger i {
  color: #c1121f;
  font-size: 14px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#desktop
  nav
  .navbar-collapse
  ul.opcoes
  li.opcao
  a.sidenav-trigger:hover
  i {
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#desktop .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -1px;
  background: #fff;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 50px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(193, 18, 31, 0.2);
}
header#desktop .sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 24px;
  font-size: 32px;
  margin-left: 50px;
  color: #434343;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#desktop .sidenav .closebtn:hover {
  opacity: 0.9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#desktop .sidenav ul.opcoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-width: 320px;
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
  margin: 0;
}
header#desktop .sidenav ul.opcoes li + li a {
  border-top: 1px solid rgba(193, 18, 31, 0.2);
}
header#desktop .sidenav ul.opcoes li {
  padding: 0 32px;
  margin: 0 32px;
  background: transparent;
  width: 100%;
}
header#desktop .sidenav ul.opcoes li a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 16px;
  height: auto;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  color: #434343;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 1;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header#mobile {
  z-index: 999;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
header#mobile div.barra-superior {
  background: #669bbc;
  padding: 8px 0;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
header#mobile div.barra-superior div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header#mobile div.barra-superior p {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
header#mobile div.barra-superior div.horario-funcionamento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header#mobile div.barra-superior div.horario-funcionamento img {
  width: 16px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}
header#mobile div.barra-superior div.horario-funcionamento p {
  font-weight: 400;
}
header#mobile div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 999;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
}
header#mobile a.brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header#mobile a.brand-logo img {
  height: 64px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
header#mobile .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -1px;
  background: #fff;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 50px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(193, 18, 31, 0.2);
  overflow-y: scroll;
}
header#mobile .sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 24px;
  font-size: 32px;
  margin-left: 50px;
  color: #434343;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#mobile .sidenav .closebtn:hover {
  opacity: 0.9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#mobile .sidenav ul.opcoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-width: 320px;
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
  margin: 0;
}
header#mobile .sidenav ul.opcoes li + li a {
  border-top: 1px solid rgba(193, 18, 31, 0.2);
}
header#mobile .sidenav ul.opcoes li {
  padding: 0 32px;
  margin: 0 32px;
  background: transparent;
  width: 100%;
}
header#mobile .sidenav ul.opcoes li a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 16px;
  height: auto;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  color: #434343;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 1;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#mobile .sidenav::-webkit-scrollbar {
  width: 8px;
}
header#mobile .sidenav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #777;
  box-shadow: inset 0 0 5px #777;
  border-radius: 8px;
}
header#mobile .sidenav::-webkit-scrollbar-thumb {
  background: #c1121f;
  border-radius: 8px;
}
header#mobile .sidenav::-webkit-scrollbar-thumb:hover {
  background: #c1121f;
}
header#mobile a.sidenav-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #c1121f;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
}
header#mobile a.sidenav-trigger i {
  color: #fff;
  font-size: 20px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#mobile a.sidenav-trigger:hover i {
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 1280px) {
  header#mobile {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  header#desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header#mobile div.barra-superior {
    height: auto;
  }
  header#mobile div.barra-superior div.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
  header#mobile div.barra-superior p {
    font-size: 12px;
  }
  header#mobile div.barra-superior div.horario-funcionamento img {
    width: 12px;
  }
}
#principal-municipio {
  background: #003049;
  height: 140px;
  padding: 0;
}
#principal-municipio .container {
  height: 100%;
}
#principal-municipio h3 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 40px;
}

#origem-do-nome div.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
}
#origem-do-nome div.grid div.grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#origem-do-nome div.grid div.grid-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#origem-do-nome div.grid div.grid-item h4 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}
#origem-do-nome div.grid div.grid-item p {
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -1.6%;
}
#origem-do-nome div.grid div.grid-item p + p {
  margin-top: 16px;
}
#origem-do-nome div.grid div.grid-item:last-child {
  padding-left: 64px;
}

#influencia-catolica div.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
#influencia-catolica div.grid div.grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#influencia-catolica div.grid div.grid-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#influencia-catolica div.grid div.grid-item h4 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}
#influencia-catolica div.grid div.grid-item p {
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -1.6%;
}
#influencia-catolica div.grid div.grid-item p + p {
  margin-top: 16px;
}
#influencia-catolica div.grid div.grid-item:first-child {
  padding-right: 64px;
}

#tradicao-oral div.descricao-tradicao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#tradicao-oral div.descricao-tradicao div.tradicao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 64px;
  width: 40%;
}
#tradicao-oral div.descricao-tradicao div.tradicao img {
  width: 8px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 36px;
}
#tradicao-oral div.descricao-tradicao div.tradicao h4 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
}
#tradicao-oral div.descricao-tradicao div.descricao {
  width: 60%;
}
#tradicao-oral div.descricao-tradicao div.descricao p {
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -1.6%;
}

#redes-sociais div.caixa {
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  padding: 48px;
}
#redes-sociais div.caixa h4 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
  margin-right: 36px;
  min-width: 40%;
}
#redes-sociais div.caixa p {
  width: 25%;
  margin-right: 36px;
}
#redes-sociais div.caixa ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}
#redes-sociais div.caixa ul li + li {
  margin-left: 12px;
}
#redes-sociais div.caixa ul li a {
  text-decoration: none;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#redes-sociais div.caixa ul li a img {
  border-radius: 50%;
  width: 64px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#redes-sociais div.caixa ul li a:hover {
  -webkit-box-shadow: 0px 0px 24px 4px rgba(193, 18, 31, 0.3);
  box-shadow: 0px 0px 24px 4px rgba(193, 18, 31, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer {
  background: #c1121f;
  padding: 64px 0;
  padding-bottom: 0;
  position: relative;
}
footer div.logo-e-informacoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 64px;
  justify-content: space-between;
}
.redes-sociais-footer {
  display: flex;
  gap: 10px;
}
.logo-e-informacoes-responsivo {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer div.logo-e-informacoes div.caixa-logo {
  border-radius: 4px;
  padding: 18px 23px;
  background: #ffffff;
  margin-right: 64px;
  display: none;
}
footer div.logo-e-informacoes div.caixa-logo img {
  height: 130px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
footer div.logo-e-informacoes div.informacoes p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}
footer div.logo-e-informacoes div.informacoes p strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
footer ul.menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  margin-bottom: 64px;
  padding: 0;
}
footer ul.menu-footer li + li {
  margin-left: 24px;
}
footer ul.menu-footer li a {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer ul.menu-footer li a p {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
footer ul.menu-footer li a:hover {
  opacity: 0.9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#assinatura {
  width: 100%;
  padding: 16px 0px;
  background: #ffffff;
}
#assinatura .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#assinatura .copy p {
  line-height: normal;
  color: #000000;
  font-size: 0.8rem;
}
#assinatura a svg#LinceWeb {
  height: 48px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 5px;
}
/* #origem-do-nome {
  position: relative;
  z-index: 500;
}
#origem-do-nome img{
  width: 50%;
  height: 10%;
  background-size: cover;
} */
#fotos-carousel{
  width: 50%;
  padding-top: 20px;
}
.card-link-fotos p{
  padding-right: 15px;
}
.img-item img{
  border-radius: 8px !important;
}
#fotos-carousel .owl-stage-outer{
  border-radius: 8px;
}
#fotos-carousel .owl-nav {
  background: transparent;
  position: absolute;
  top: calc(43%);
  z-index: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
}
#fotos-carousel .owl-prev,#fotos-carousel .owl-next{
  background-color: #c1121f;
  padding: 50px;
  border-radius: 50px;
}
#fotos-carousel .owl-prev:focus,#fotos-carousel .owl-next:focus{
  outline: none;
}
#fotos-carousel .owl-prev .prev-slide i,#fotos-carousel .owl-next .next-slide i{
  background-color: #c1121f;
  color: white;
  padding: 10px;
  border-radius: 50%;
}
#fotos-carousel .owl-prev{
  margin-left: 25px !important;
  opacity: 0.6 !important;
  transition: 0.5s !important;
}
#fotos-carousel .owl-prev:hover{
  opacity: 1 !important;
  transition: 0.5s !important;
}

#fotos-carousel .owl-next{
  margin-right: 25px !important;
  opacity: 0.6 !important;
  transition: 0.5s !important;
}
#fotos-carousel .owl-next:hover{
  opacity: 1 !important;
  transition: 0.5s !important;
}
#origem-do-nome {
  width: 50%;
}
#origem-do-nome .owl-item {
  position: relative;
  z-index: 500;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#origem-do-nome .owl-item img {
  width: 100%;
  height: 50%;
  background-size: cover;
}
#origem-do-nome .owl-dots {
  position: absolute;
  z-index: 999;
  bottom: 36px;
  background: transparent;
  left: 270px;
}
#origem-do-nome .owl-dots button.owl-dot {
  outline: none;
  border: none;
}
#origem-do-nome .owl-dots button.owl-dot span {
  border: 1px solid #cdcdcd;
  /* border-radius: 50%; */
  width: 30px;
  height: 7px;
  margin: 0;
  background: #fff;
}
#origem-do-nome .owl-dots button.owl-dot + button.owl-dot {
  margin-left: 10px;
}
#origem-do-nome .owl-dots button.owl-dot.active {
  border: none;
}
#origem-do-nome .owl-dots button.owl-dot.active span {
  border: 1px solid #c1121f;
  /* border-radius: 50%; */
  width: 30px;
  height: 7px;
  background: #c1121f;
}
#origem-do-nome .owl-nav {
  display: none;
}
.box-municipio{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-municipio section:last-child{
  padding-top: 20px;
}
.lista-vereadores ul{
  display: flex;
  flex-wrap: wrap;
}
.lista-vereadores ul li{
  display: flex;
  list-style: none;
  width: 50%;
  align-items: center;
  margin: 20px 0px;
}
.lista-vereadores ul li h3,.lista-vereadores ul li p{
  color: rgb(116, 119, 139)
}
.lista-vereadores ul li img{
  border-radius: 14PX;
  border: 4px solid rgb(221, 226, 230);
  margin-right: 20px;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 58%;
}
.box-texto-comissao h3{
  color: rgb(116, 119, 139);
  padding: 30px 0px;
}
#box-texto-comissao-1 h3 {
  padding-top: 0;
}
#box-pagina-comissao h3 {
  padding-top: 0;
}
.box-texto-comissao p{
  color: rgb(116, 119, 139);
}
.card-text{
  /* display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical; */
  text-decoration: none !important;
  background-color: #E3E3E360;
  padding: 30px 20px;
  border-radius: 0.25rem;
  display: flex;
  min-height: 100%;
}
#influencia-catolica div.grid div.grid-item .card-text p + p {
  margin-top: 0px;
}
.grid-item ul li {
  width: 48.3%;
  margin-right: 3.4%;
}
.grid-item ul li a.item-mais-noticias {
  display: inline-block;
  padding-bottom: 44px;
  margin-bottom: 28px;
  width: 100%;
}
.data {
  /* width: 12%;
  float: left;
  margin-right: 2%;
  line-height: 28px;
  text-align: center;
  height: 100%;
  display: block; */
  text-align: center;
  margin-right: 20px;
}
.title-card{
  color: #000000;
  font-size: 1rem;
}
.subtitle{
  color: #000000;
  font-weight: 600;
}

.img-card{
  border-radius: 4px 4px 0 0;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.data h1{
  margin-top: -4px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.data h3 {
  font-size: 16px;
  color: #434343;
}
.card-text h3 {
  margin-bottom: 12px;
}
.card-text h4 {
  color: #c1121f !important;
  font-weight: 500 !important;
  margin-bottom: 5px !important;
}
.box-leis div.grid div.grid-item:first-child {
  padding-right: 0px !important;
}
.grid-detalhes-lei h4{
  margin-bottom: 5px !important;
  color: #c1121f !important;
}
.grid-detalhes-lei h5{
  margin-bottom: 20px !important;
  font-size: 1.0rem !important;
  color: #801017 !important;
}
.grid-detalhes-lei a{
  text-decoration: none;
  color: #526672;
  outline: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  font-weight: normal;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 16px;
}
.grid-detalhes-lei a:hover{
  color: #801017;
  transition: all 0.25s;
}
#influencia-catolica div.grid div.remove h4 {
  font-size: 18px !important;
}
.col-md-8 div.grid-detalhes-lei{
  color: #526672;

}
#influencia-catolica div.row div.col-md-8 p {
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -1.6%;
}
.btn-baixar{
  background: #deeeff;
  font-size: 18px !important;
}
.btn-baixar-list {
    background: none !important;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px !important;
    padding: 0px;
}

.mt-3 {
  margin-bottom: 30px;
}

.mx-2.my-2 {
  margin-left: 0px !important;
}

.btn-baixar-list a {
  color: #6a6a6a !important;
}

.btn-baixar-list svg {
  margin-top: -6px;
}

.btn-baixar-list a:hover {
    text-decoration: underline;
    cursor:pointer;
}

.btn-baixar-list:hover {
  cursor: initial!important;
}

.btn-baixar:hover{
  background: #c0d9f3;
}

.noticias-grid h4{
  margin-bottom: 5px !important;
  color: #c1121f !important;
}
.noticias-grid h5{
  margin-bottom: 20px !important;
  font-size: 1.0rem !important;
  color: #801017 !important;
}
.noticias-grid a{
  text-decoration: none;
  color: #526672;
  outline: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  font-weight: normal;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 16px;
}
.noticias-grid a:hover{
  transition: all 0.25s;
}
.col-md-8 div.noticias-grid{
  color: #526672;

}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #526672;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #c1121f;
  border-color: transparent;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #c1121f94;
}
.page-link:hover {
  z-index: 2;
  color: #9b1f28;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.box-videos p{
  color: #9b1f28;
}
#influencia-catolica form button{
  background-color: #c1121f;
  color: white;
  width: 200px;
}
.box-texto-ouvidoria h4 {
  margin-bottom: 5px;
}
#influencia-catolica form button:hover{
  background-color: #a5131d;
}
.box-texto-ouvidoria{
  color: #6a6a6a;
}
.box-texto-ouvidoria a{
  color: #6a6a6a;
  text-decoration: none;
  outline: none;
  
}
#influencia-catolica form input:focus{
  background-color: #f4f4f4;
  border-color: #c1121f5e !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #c1121f63 !important;
}
#influencia-catolica form textarea{
  border: 1px solid #ced4da;
  resize:none;
}
#influencia-catolica form textarea:focus{
  background-color: #f4f4f4;
  border-color: #c1121f5e !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #c1121f63 !important;
}
.box-fotos{
  width: 40%;
  cursor: pointer;
  background-color: #d9d9d973;;
  border-radius: 20px;
  margin-right: 5rem;
  padding: 12px;
}
.box-fotos p:first-child{
  color: #801017;
}
.title-fotos{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.box-img-fotos img{
  width: 90px;
}
.bx-fotos{
  background-color: #eeeeee;
  border-radius: 20px;
  padding: 5px;
  margin: 5px;
} 
.pesquisa-error{
  margin: 109px 0px;
}
.videos-camara{
  width: 98%;
  height: 180px;
}
#ultimas-noticias a {
  text-decoration: none;
}

#ultimas-noticias div.grid-noticias-secundarias div.card div.card-header {
    border: none;
    padding: 0;
    position: relative;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 240px;
}

#ultimas-noticias div.grid-noticias-secundarias div.card div.card-header div.data {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 24px;
    bottom: -6px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
}

#ultimas-noticias div.grid-noticias-secundarias div.card div.card-body {
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#ultimas-noticias div.grid-noticias-secundarias div.card div.card-header img {
    border-radius: 4px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 24px;
}

#ultimas-noticias div.grid-noticias-secundarias div.card {
    border: none;
}

h4.titulo-noticia {
  text-decoration: none !important;
  color: #333;
  padding-top: 25px;
  font-weight: 700;
  font-size: 20px;
  padding-top: 15px;
}

p.texto-noticia {
  text-decoration: none !important;
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 400;
}

section#fotos-galeria {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  /* justify-content: space-around; */
  width: 100%;
}

.item-img-box.box-galeria img {
  height: 160px !important;
  cursor: pointer;
}

#noticias-extra div.card {
  border-radius: 4px;
  border: none;
}

#noticias-extra a {
  text-decoration: none;
}

#noticias-extra div.card div.card-header {
  position: relative; 
  padding: 0;
}

#noticias-extra div.card div.card-header img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

#noticias-extra div.data-especifico {
  position: absolute;
  right: 24px;
  bottom: -32px;
}

#noticias-extra div.card-body {
  padding: 25px 0 0 0;
}

.marcado-noticia {
  align-self: flex-start;
  color: #c1121f;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 4px 12px;
  background: rgba(193, 18, 31, 0.0666666667);
  border-radius: 8px;
  font-weight: 700;
  font-size: 12px;
}

@media(max-width: 768px) {
  #noticias-extra div.card {
    margin-bottom: 20px;
  }
}

div.topo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
  margin-top: 50px;
}
div.topo div.titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}
div.topo div.titulo img {
  width: 7px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 12px;
}
div.topo div.titulo h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
div.topo div.veja-mais a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
div.topo div.veja-mais a p {
  color: #6a6a6a;
  margin-right: 12px;
}
div.topo div.veja-mais a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #669bbc;
  border-radius: 4px;
}
div.topo div.veja-mais a span i {
  color: #fff;
}

a.carousel-control-next {
  margin-right: 6%
}

@media (min-width: 768px) and (max-width: 991px) {
  div#carouselExampleControls {
    max-width: 60%;
  }
  .slide-menor {
    display: none !important;
  }
}

@media (max-width: 768px) {
  div#carouselExampleControls {
    /* max-width: 60%; */
  }
  .slide-maior {
    display: none !important;
  }
}

.comissao-galeria {
  margin-top: 20px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.comissao-galeria-foto {
  width: 150px;
  height: 150px;
}

.comissao-galeria-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
}

#carouselBannerPublicidade .carousel-inner {
  width: 90%;
  border-radius: 4px;
}
#carouselBannerPublicidade .carousel-control-next-icon,
#carouselBannerPublicidade .carousel-control-prev-icon {
  opacity: 0;
}

@media (max-width: 991px) {
  #carouselBannerPublicidade {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  #carouselBannerPublicidade .carousel-inner {
    width: 100%;
  }
  .img-banner-publicidade {
    width: 100%;
  }
}

.link-dropdown {
  color: white;
}

a#navbarDropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.dropdown-item {
  color: white;
}

.dropdown-menu.show {
  background-color: #c1121f;
}

a#navbarDropdown:hover {
  color: white !important;
}

header#mobile .sidenav ul.opcoes ul.menu-dropdown li {
  padding: 0 !important;
  margin: 0 !important;
}

header#mobile .sidenav ul.opcoes ul.menu-dropdown {
  list-style: none;
}

.span-dropdown-mobile {
  margin-right: 3px;
}

.nav-link.link {
  color: #3c3c3c;
}

#navbar-topo {
  margin-bottom: 32px !important;
}

.menu-superior {
  background: #ba373e;
  height: 80px !important;
}

h4.titulo-licitacao {
  text-decoration: none !important;
  color: #333;
  padding-top: 25px;
  font-weight: 700;
  font-size: 20px;
  padding-top: 15px;
}

p.texto-licitacao {
  text-decoration: none !important;
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 400;
}

.licitacoes-grid h4{
  margin-bottom: 5px !important;
  color: #c1121f !important;
}
.licitacoes-grid h5{
  margin-bottom: 20px !important;
  font-size: 1.0rem !important;
  color: #801017 !important;
}
.licitacoes-grid a{
  text-decoration: none;
  color: #526672;
  outline: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  font-weight: normal;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 16px;
}
.licitacoes-grid a:hover{
  transition: all 0.25s;
}
.col-md-8 div.licitacoes-grid{
  color: #526672;
}


#container-licitacoes div.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
#container-licitacoes div.grid div.grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#container-licitacoes div.grid div.grid-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#container-licitacoes div.grid div.grid-item h4 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}
#container-licitacoes div.grid div.grid-item p {
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -1.6%;
}
#container-licitacoes div.grid div.grid-item p + p {
  margin-top: 16px;
}
#container-licitacoes div.grid div.grid-item:first-child {
  padding-right: 64px;
}
#container-licitacoes div.grid div.grid-item .card-text p + p {
  margin-top: 0px;
}
#container-licitacoes div.grid div.remove h4 {
  font-size: 18px !important;
}
#container-licitacoes div.row div.col-md-8 p {
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -1.6%;
}
#container-licitacoes form button{
  background-color: #c1121f;
  color: white;
  width: 200px;
}
.box-texto-ouvidoria h4 {
  margin-bottom: 5px;
}
#container-licitacoes form button:hover{
  background-color: #a5131d;
}
#container-licitacoes form input:focus{
  background-color: #f4f4f4;
  border-color: #c1121f5e !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #c1121f63 !important;
}
#container-licitacoes form textarea{
  border: 1px solid #ced4da;
  resize:none;
}
#container-licitacoes form textarea:focus{
  background-color: #f4f4f4;
  border-color: #c1121f5e !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #c1121f63 !important;
}

#licitacoes div.grid-licitacoes div.card div.card-header {
  border: none;
  padding: 0;
  position: relative;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
}

#licitacoes div.grid-licitacoes div.card div.card-header div.data {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 24px;
  bottom: -6px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
}

#licitacoes div.grid-licitacoes div.card div.card-body {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#licitacoes div.grid-licitacoes div.card div.card-header img {
  border-radius: 4px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 24px;
}

#licitacoes div.grid-licitacoes div.card {
  border: none;
}

section#container-licitacoes a:hover {
  text-decoration: none !important;
}