@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body {
  text-decoration: none;
  width: 100%;
  margin: 0 auto;
  min-width: 300px;
  max-width: 3000px;
  flex-direction: column;
  background-color: #FAFAFA;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;

}

.cor_menu {
  background-color: rgb(255, 255, 255);
}

.fonte_menu {
  color: #08a14b;
}

.fonte_menu:hover {
  color: #ffffff;
  background-color: #000000;
}

.carrosel_config {
  position: relative;
  margin-top: 7%;
  width: 98%;
  left: 1%;
}

.ft3 p {
  color: grey;
  font-weight: lighter;
  margin-top: 1%;
}

.carousel_caption {
  font-family: "Poppins", sans-serif;
  position: relative;
  background-color: #053E2D;
  color: white;
  z-index: 1;
  border-radius: 6px;
  margin-top: 1%;
}

.carousel_caption p {
  margin-left: 1%;
  animation-duration: 6s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-left: -100%;
    width: 300%;
  }

  to {
    margin-left: 1%;
    width: 100%;
  }
}


.page_config {
  margin-right: 0% !important;
  margin-left: 79% !important;
  margin-bottom: 3rem !important;

}

.page_config button {
  background-color: #000000 !important;
}


@media screen and (max-width: 1920px) {

  .navbar ul {
    width: 100%;

  }

}



.card-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}


.card_s {
  box-sizing: border-box;
  width: 285px;
  height: 187px;
  background: rgba(217, 217, 217, 0.58);
  border: 1px solid white;
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  border-radius: 17px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  user-select: none;
  font-weight: bolder;
  color: black;
  position: relative;
  right: 9%;
  top: 10px;
}

.card_s:hover {
  border: 1px solid #3bab48;
  transform: scale(1.05);
}

.card_s:active {
  transform: scale(0.95) rotateZ(1.7deg);
}

.card_s2 {
  box-sizing: border-box;
  width: 285px;
  height: 187px;
  background: rgba(217, 217, 217, 0.58);
  border: 1px solid white;
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  border-radius: 17px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  align-items: center;
  justify-content: center;
  user-select: none;
  font-weight: bolder;
  color: black;
  position: relative;
  top: 10px;
}

.card_s2:hover {
  border: 1px solid #3bab48;
  transform: scale(1.05);
}

.card_s2:active {
  transform: scale(0.95) rotateZ(1.7deg);
}

.card_s3 {
  box-sizing: border-box;
  width: 285px;
  height: 187px;
  background: rgba(217, 217, 217, 0.58);
  border: 1px solid white;
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  border-radius: 17px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  align-items: center;
  justify-content: center;
  user-select: none;
  font-weight: bolder;
  color: black;
  position: relative;
  left: 9%;
  top: 10px;
}

.card_s3:hover {
  border: 1px solid #3bab48;
  transform: scale(1.05);
}

.card_s3:active {
  transform: scale(0.95) rotateZ(1.7deg);
}

.list-cidade {
  font-size: 18px !important;
  color: #000000;
  font-weight: 300;
}

#prefeitura {
  margin-top: 10%;
}

.noticia-card {
  background-color: #092C1B;
  opacity: 0.8;
}

.text-noticia-title {
  color: #08a14b;

}


.hover_b:hover a {
  color: #08a14b !important;
}


.hover_b:hover {
  border: 1px solid #08a14b;
  border-radius: 15%;
}

.cor_t {
  color: #08a14b;
}

.ft_l:hover a {
  background-color: #EBFAE1 !important;
  display: inline-block;
  transform: scale(1.05);
  transition: transform 0.0s ease-in-out, background-color 0.0s ease-in-out;
}



.noticias {
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}



.noticias-sub-heading {
  font-size: 18px;
  line-height: 25px;
  opacity: 0.8;
}

.noticias-btn {
  font-size: 18px;
  padding: 12px 35px;
  text-transform: capitalize;
  line-height: 1;
}

/* card */
.noticias .card {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.noticias-card-content {
  min-height: 180px;
  position: relative;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  color: #000000;
  margin-top: 5%;

}

.noticias-card-content h4 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}

.noticias-card-content h5 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}

.noticias-card-content p {
  font-size: 16px;
  margin-bottom: 0;
  opacity: 0.8;
  text-align: center;

}

.noticias-card-btn {
  padding: 7px 30px;
  color: #fff;
}

.noticias .btn-outline {
  border-color: #053E2D;
  color: #ffffff;
  background-color: #053E2D;
}

.noticias .btn-outline:hover {
  color: #fff;
  border-color: #000000;
  background-color: #000000;
}

.noticias-card-details {
  width: 50%;
  padding: 0 15px;
  border-right: 1px dashed #053E2D;
}

.noticias-card-content .data-noticia {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555;
}

.noticias .card-img-top {
  height: 200px;
  object-fit: cover;
  width: 100%;
}





.custom-hr {
  border: none;
  height: 4px;
  background: #08a14b;
  border-radius: 2px;
}



@keyframes display {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }

  10% {
    transform: translateX(0);
    opacity: 1;
  }

  70% {
    /* A imagem fica visível até 70% do tempo */
    transform: translateX(0);
    opacity: 1;
  }

  80% {
    /* Começa a desaparecer mais tarde */
    transform: translateX(-200px);
    opacity: 0;
  }

  100% {
    transform: translateX(-200px);
    opacity: 0;
  }
}

.pic-ctn {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15vh;
}

.pic-ctn>img {
  position: absolute;
  max-width: 100%;
  height: auto;
  opacity: 0;
  animation: display 10s infinite;
}

/* Ajuste adicional para garantir centralização */
img:nth-child(1) {
  animation-delay: 0s;
}

img:nth-child(2) {
  animation-delay: 20s;
}

img:nth-child(3) {
  animation-delay: 40s;
}

img:nth-child(4) {
  animation-delay: 60s;
}

img:nth-child(5) {
  animation-delay: 80s;
}



@media screen and (min-width: 320px) and (max-width: 399px) {
  .mb_cfg {
    position: relative;
    left: 0%;
    right: 0%;
    margin: 3%;
  }

  .carrosel_config {
    margin-top: 20%;
    width: 96%;
  }

  #prefeitura {
    margin-top: 20%;
  }

  .mb_cfg_pref {
    overflow-x: auto;
    white-space: nowrap;
    width: 350px;
  }

  .mb_cfg_busca {
    width: 100%;
  }

  .cities-column-list {
    column-count: auto !important;
  }

  .cfg_mbcertificados {
    width: 100% !important;
  }
}



@media screen and (min-width: 400px) and (max-width: 499px) {
  .mb_cfg {
    position: relative;
    left: 0%;
    right: 0%;
    margin: 3%;
  }

  .carrosel_config {
    margin-top: 15%;
    width: 96%;
  }

  #prefeitura {
    margin-top: 20%;
  }

  .mb_cfg_pref {
    overflow-x: auto;
    white-space: nowrap;
    width: 350px;
  }

  .mb_cfg_busca {
    width: 100%;
  }

  .cities-column-list {
    column-count: auto !important;
  }

  .cfg_mbcertificados {
    width: 100% !important;
  }
}

@media screen and (min-width: 500px) and (max-width: 580px) {
  .mb_cfg {
    position: relative;
    left: 0%;
    right: 0%;
    margin: 3%;
  }

  .carrosel_config {
    margin-top: 15%;
    width: 98%;
  }

  #prefeitura {
    margin-top: 20%;
  }

  .mb_cfg_pref {
    overflow-x: auto;
    white-space: nowrap;
    width: 500px;
  }

  .mb_cfg_busca {
    width: 100%;
  }

  .cities-column-list {
    column-count: auto !important;
  }

  .cfg_mbcertificados {
    width: 100% !important;
  }
}


@media screen and (min-width: 700px) and (max-width: 992px) {

  .mb_cfg {
    position: relative;
    left: 0%;
    right: 0%;
    margin: 3%;
  }

  .carrosel_config {
    margin-top: 15%;
    width: 98%;
  }

  #prefeitura {
    margin-top: 20%;
  }


  .mb_cfg_busca {
    width: 100%;
  }

  .cities-column-list {
    column-count: auto !important;
  }

  .cfg_mbcertificados {
    width: 100% !important;
  }
}

@media screen and (min-width: 1700px) {
  #conteudo {
    margin-bottom: 21%;
  }
}




/* Estilo para o modo de contraste */
.high-contrast {
  background-color: black;
  color: white;
}

.box-a.high-contrast {
  background-color: #3d3d3d;
}