#fixed-menu {
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.container {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  min-width: 1041px;
}

.container-banner {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 !important;
}

.container-banner h1 {
  font-size: 1.7em !important;
  font-weight: normal;
}

.titulo-dark {
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 0;
}

.carousel {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-top: 80px;
}

.imagem {
  height: 100%;
  background-position: center !important;
  background-size: cover;
  background-attachment: fixed;
}

.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.bg-azul {
  background-color: #3f4658;
  color: #ffffff;
  height: auto;
  font-size: larger;
}

.bg-footer-azul {
  background-color: #252b3c;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.alinhamento-titulo {
  margin-left: 200px;
  align-items: center;
}

.margem-titulo {
  margin-top: -10px;
}

.imagens_noticias {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(43, 80, 142, 0.5);
  opacity: 1;
  z-index: 1;
}

.principais-vantagens {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categoria-vantagem {
  max-width: 1300px;
  padding: 0 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 30px;
}
.vantagem {
  background-color: #fafafa;
  border-top: 1px solid #e0e0e0;
}

.categoria {
  border-top: 1px solid #e0e0e0;
  padding: 30px 10px 0 0px;
  background-color: #fafafa;
}

.nav-categoria {
  width: 250px;
}

.categoria-nav h1,
h4 {
  margin-right: 10px; /* Ajuste conforme necessário */
}
.categoria h1,
h4 {
  border-left: 4px solid #058288;
  text-align: left;
  padding: 0 0px 0 20px;
  margin-right: 10px;
}

.categoria h1 span {
  float: right;
}

.marcador-categoria {
  padding: 15px 0;
}

.marcador-categoria-linha {
  list-style-type: none;
  cursor: pointer;
  justify-content: flex-start;
}

.marcador-categoria-linha:hover {
  color: #058288;
}

.bg-div-cinza {
  background-color: #fafafa;
}

.bg-div-cinza:last-child {
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin-bottom: 30px;
}

.botoes-noticias {
  color: #5b606c !important;
  font-size: 16px;
  opacity: 50%;
}

.botoes-noticias:hover {
  color: #242a3b !important;
  cursor: pointer;
  text-decoration: underline;
}

.texto-claro {
  color: #000000 !important;
  opacity: 35%;
}

.texto-banner {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 200px;
  right: 200px;
}

.card-noticia {
  width: 280px;
  height: 350px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
}

.card-image {
  cursor: pointer;
}

.card-noticia img {
  height: 100%;
  margin-left: -70%;
}

img {
  opacity: 1!important;
}

.card-info:hover {
  filter: blur(1.5);
}

.card-titulo {
  color: #fff;
  font-weight: normal;
  font-size: 1.2em;
}

.card-data {
  color: #fff;
  font-size: 0.7rem;
  font-weight: normal;
}

.alinhamento-titulo {
  margin-left: 200px;
  align-items: center;
}

.titulo-card {
  padding: 2px 15px;
}
.px_200 {
  max-width: 100%;
  padding-left: 200px;
  padding-right: 200px;
}

.h100 {
  height: 100%;
}

.titulos {
  font-size: 18px;
  font-weight: bold;
}

.bread-crumb {
  color: #707070;
  opacity: 50%;
}

.bread-crumb:hover {
  text-decoration: underline;
}

@media screen and (max-width: 575px) {
  .container-titulo {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 20px !important;
  }

  .title {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 20px !important;
  }

  .container-titulo h2 {
    font-size: 1.3rem;
  }

  .container-titulo h1 {
    font-size: 1.5em;
  }

  .container-banner h1 {
    font-size: 1.5em !important;
  }

  .categoria-vantagem {
    max-width: 550px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
  }

  .container-conteudo {
    justify-content: center;
    gap: 10px;
    min-width: 100%;
  }

  .categoria h1,
  h4 {
    text-align: left;
    padding: 0 0px 0 20px;
  }
  .carousel {
    position: relative;
    box-sizing: border-box;
    margin-top: 60px;
  }

  .texto-banner {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
  }

  .texto-banner h1 {
    font-size: 1.1em;
  }

  .texto-banner h4 {
    font-size: 0.85rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .container-titulo {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 20px !important;
  }

  .container-titulo h2 {
    font-size: 1.3rem;
  }

  .container-titulo h1 {
    font-size: 1.5em;
  }
  .categoria-vantagem {
    max-width: 550px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
  }

  .container-conteudo {
    justify-content: center;
    gap: 10px;
    min-width: 100%;
  }
  .categoria h1,
  h4 {
    text-align: left;
    padding: 0 0px 0 20px;
  }
  .carousel {
    position: relative;
    box-sizing: border-box;
    margin-top: 60px;
  }
  .texto-banner {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
  }

  .texto-banner h1 {
    font-size: 1.1em;
  }

  .texto-banner h4 {
    font-size: 0.85rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .container-titulo {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 20px !important;
  }

  .container-titulo h2 {
    font-size: 1.3rem;
  }

  .container-titulo h1 {
    font-size: 1.5em;
  }

  .container-conteudo {
    padding: 30px 20px;
    justify-content: center;
    gap: 30px;
    min-width: 100%;
  }
  .categoria-vantagem {
    max-width: 700px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
  }

  .categoria h1,
  h4 {
    text-align: left;
    padding: 0 0px 0 20px;
  }
  .carousel {
    position: relative;
    box-sizing: border-box;
    margin-top: 60px;
  }

  .texto-banner {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
  }

  .texto-banner h1 {
    font-size: 1.1em;
  }

  .texto-banner h4 {
    font-size: 0.85rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .container-titulo {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 20px !important;
  }

  .container-titulo h2 {
    font-size: 1.3rem;
  }

  .container-titulo h1 {
    font-size: 1.5em;
  }

  .categoria-vantagem {
    max-width: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 30px;
  }

  .container-conteudo {
    padding: 30px 20px;
    justify-content: center;
    gap: 30px;
    min-width: 100%;
  }

  .carousel {
    position: relative;
    box-sizing: border-box;
    margin-top: 60px;
  }

  .texto-banner {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
  }

  .texto-banner h1 {
    font-size: 1.1em;
  }

  .texto-banner h4 {
    font-size: 0.85rem;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1333px) {
  .container-titulo {
    align-items: center;
    justify-content: center;
    padding: 10px 60px !important;
  }

  .container-titulo h2 {
    font-size: 1.3rem;
  }

  .container-titulo h1 {
    font-size: 1.5em;
  }

  .categoria-vantagem {
    max-width: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 30px;
  }
  .container-conteudo {
    justify-content: center;
    gap: 20px;
    min-width: 100%;
  }

  .carousel {
    position: relative;
    box-sizing: border-box;
    margin-top: 60px;
  }

  .texto-banner {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
  }

  .texto-banner h1 {
    font-size: 1.1em;
  }

  .texto-banner h4 {
    font-size: 0.85rem;
  }
}

@media screen and (min-width: 1333px) {
  .container-titulo {
    align-items: center;
    justify-content: center;
    padding: 20px 0 !important;
  }

  .principais-vantagens {
    flex-direction: column;
  }

  .container-titulo h1 {
    font-size: 1.6em;
  }

  .container-conteudo {
    justify-content: center;
    gap: 60px;
    flex: 2;
  }

  .categoria {
    flex: 1;
  }

  .container {
    padding: 40px 0;
  }

  .carousel {
    position: relative;
    box-sizing: border-box;
  }

  .texto-banner {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
  }

  .texto-banner h1 {
    font-size: 1.1em;
  }

  .texto-banner h4 {
    font-size: 0.85rem;
  }
}
