.container {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
}

.titulo-dark {
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 0;
}

.bg-azul {
  background-color: #3F4658;
  color: #ffffff;
  height: auto;
  font-size: larger;
}

.title {
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px !important;
  border-bottom: 2px solid #059BA2;
}

.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;
}

.divider-convenio{
  background-color: #059BA2;
  border-bottom: 3px solid;
  margin-bottom: 30px;
  margin-top: 50px;
}

.titulo-noticia{
  color: #242A3B;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Lato';
}

.header-noticia{
  text-align: center;
}

.label-data{
  margin: 20px;
}

.conteudo-noticia{
  text-align: justify;  
}

.corpo-noticia p {
  text-align: left;
}

.corpo-noticia p span {
  text-align: justify;
}

.corpo-noticia p img {
  align-self: center;
}

.corpo-noticia iframe {
  align-self: center !important;
}

.corpo-noticia p jodit {
  align-self: center !important;
}

@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: 0 20px !important;
  }

  .container-titulo h2 {
      font-size: 1.3rem;
  }

  .container-titulo h1 {
      font-size: 1.5em;
  }

  .container-conteudo {
    padding: 10px 20px;
    justify-content: center;
    gap: 30px;
  }

  .label-data {
    font-size: .65rem !important;
  }

  .titulo-noticia {
    text-align: center;
    font-size: 1.6rem ;
    margin: 20px 0 30px 0 !important;
    font-family: 'Lato';
  }

  .corpo-noticia {
    width: 100%;
    text-align: justify !important; 
  }

  .corpo-noticia p span {
    font-size: .9rem !important;
  }

  .corpo-noticia p img {
    width: 100% !important;
    height: auto !important;
  }

  .corpo-noticia iframe {
    width: 100%;
    height: 220px;
    margin-top: 30px;
  }
  
  .corpo-noticia p jodit {
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .container-titulo {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 20px !important;
  }

  .title {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 20px !important;
  }

  .container-titulo h2 {
      font-size: 1.3rem;
  }

  .container-titulo h1 {
      font-size: 1.5em;
  }

  .container-conteudo {
    padding: 10px 20px;
    justify-content: center;
    gap: 30px;
  }

  .label-data {
    font-size: .65rem !important;
  }

  .titulo-noticia {
    text-align: center;
    font-size: 1.6rem ;
    margin: 20px 0 30px 0 !important;
  }

  .corpo-noticia {
    width: 100%;
    text-align: justify !important; 
  }

  .corpo-noticia p span {
    font-size: .9rem !important;
  }

  .corpo-noticia p img {
    width: 100% !important;
    height: auto !important;
  }

  .corpo-noticia iframe {
    width: 100%;
    max-height: 400px;
    margin-top: 30px;
  }
  
  .corpo-noticia p jodit {
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .container-titulo {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 20px !important;
  }

  .title {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 20px !important;
  }

  .container-titulo h2 {
      font-size: 1.3rem;
  }

  .container-titulo h1 {
      font-size: 1.5em;
  }

  .container-conteudo {
    padding: 10px 20px;
    justify-content: center;
    gap: 30px;
  }

  .label-data {
    font-size: .65rem !important;
  }

  .titulo-noticia {
    text-align: center;
    font-size: 1.6rem ;
    margin: 20px 0 30px 0 !important;
  }

  .corpo-noticia {
    width: 100%;
    text-align: justify;
  }

  .corpo-noticia p span {
    font-size: .9rem !important;
  }

  .corpo-noticia p img {
    width: 100% !important;
    height: auto !important;
  }

  .corpo-noticia p {
    display: flex;
    flex-direction: column;
    text-align: left !important;
  }

  .corpo-noticia iframe {
    max-height: 400px;
    margin-top: 30px;
  }
  
  .corpo-noticia p jodit {
    height: 100% !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container-titulo {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 20px !important;
  }

  .title {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 20px !important;
  }

  .container-titulo h2 {
      font-size: 1.3rem;
  }

  .container-titulo h1 {
      font-size: 1.5em;
  }

  .container-conteudo {
    padding: 10px 20px;
    justify-content: center;
    gap: 30px;
  }

  .label-data {
    font-size: .65rem !important;
  }

  .titulo-noticia {
    text-align: center;
    font-size: 1.6rem ;
    margin: 20px 0 30px 0 !important;
  }

  .corpo-noticia {
    width: 100%;
    text-align: justify;
  }

  .corpo-noticia p span {
    font-size: .9rem !important;
  }

  .corpo-noticia p img {
    width: 100% !important;
    height: auto !important;
  }

  .corpo-noticia p {
    display: flex;
    flex-direction: column;
    text-align: left !important;
  }

  .corpo-noticia iframe {
    max-height: 400px;
    margin-top: 30px;
  }
  
  .corpo-noticia p jodit {
    height: 100% !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1333px) {
  .container {
    padding: 10px 60px !important;
  }

  .container-titulo {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 60px !important;
  }

  .container-titulo h2 {
      font-size: 1.3rem;
  }

  .container-titulo h1 {
      font-size: 1.5em;
  }

  .container-conteudo {
    padding: 10px 20px;
    justify-content: center;
    gap: 30px;
  }

  .label-data {
    font-size: .65rem !important;
  }

  .titulo-noticia {
    text-align: center;
    font-size: 1.6rem ;
    margin: 20px 0 30px 0 !important;
  }

  .corpo-noticia {
    width: 100%;
    text-align: justify;
  }

  .corpo-noticia p span {
    font-size: .9rem !important;
  }

  .corpo-noticia p img {
    height: auto !important;
  }

  .corpo-noticia p {
    display: flex;
    flex-direction: column;
    text-align: left !important;
  }

  .corpo-noticia iframe {
    max-height: 400px;
    margin-top: 30px;
  }
  
  .corpo-noticia p jodit {
    height: 100% !important;
  }
}

@media screen and (min-width: 1333px) {
  .container {
    padding: 20px 0 !important;
  }

  .container-titulo {
    align-items: center;
    justify-content: center;
    padding: 20px 0 !important;
  }

  .container-titulo h1 {
      font-size: 1.6em;
  }

  .container-conteudo {
    padding: 10px 20px;
    justify-content: center;
    gap: 30px;
  }

  .label-data {
    font-size: .65rem !important;
  }

  .titulo-noticia {
    text-align: center;
    font-size: 1.6rem ;
    margin: 20px 0 30px 0 !important;
  }

  .corpo-noticia {
    width: 100%;
    text-align: justify;
  }

  .corpo-noticia p span {
    font-size: 1rem !important;
    line-height: 1.6;
  }

  .corpo-noticia p img {
    height: auto !important;
  }

  .corpo-noticia p {
    display: flex;
    text-align: left;
    flex-direction: column;
  }

  .corpo-noticia iframe {
    max-height: 400px;
    margin-top: 30px;
  }
  
  .corpo-noticia p jodit {
    height: 100% !important;
  }
}