@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@import url(Home/index.css);
@import url(Ouvidoria/index.css);
@import url(FAQ/index.css);
@import url(Base/index.css);
@import url(404/styles.css);
@import url(Login/styles.css);
@import url(Admin/Painel/styles.css);
@import url(Eventos/styles.css);
@import url(Comunicacao/styles.css);
@import url(Noticias/styles.css);
@import url(Public/index.css);


html,
body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif!important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #F4F1E9;
  width: 100%;
  

}
ul, li {
  list-style: none!important;
  margin: 0;
  padding: 0;
}

body {
  background-color: #F4F1E9;
  width: 100%;
  margin: 0!important;
  padding: 0!important;
}

h1 {
  font-weight: 700;
  font-size: 36px;
}

/* Page */
.nunito-font {
  font-family: "Nunito";
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.centered{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 80% !important;
  background-color: #001729;
}

#login-button {
  color: white !important;
}

.link-service-citizen {
  border: 1px solid !important;
  border-left: 5px #00B274 solid !important;
  background-color: white;
  color: #00B274 !important;
  margin-bottom: 0.3em;
}

.link-service-citizen:hover {
  background-image: linear-gradient(to right, #b20000, #009A90);
  color: white !important;
}

.section-title {
  color: #120a85 !important;
}

.map-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  /* Centraliza a div */
}

iframe {
  width: 100%;
  height: 250px;
  /* Altura do mapa */
  border: 0;
  border-radius: 8px;
  /* Cantos arredondados */
}

.error{
  height: 100vh !important;
  width: 100vw !important;
  background-color: #007FC5 !important;
  background-image: url('../../storage/img/background/404.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.our-badge {
  width: fit-content;
  padding: 8px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 12px;
}