.noticia-conteudo {
      background: #fff;
      max-width: 800px;
      border-radius: 10px;
      font-size: 18px;
      line-height: 1.7;
      color: #333;
    }

    .noticia-conteudo h1 {
      font-size: 2em;
      margin-bottom: 0.5em;
      line-height:1.3em;
    }

    .noticia-conteudo h2 {
        font-size: 1.5em;
        margin: 1.5em 0 0.5em;
        font-weight: 600 !important;
        color: #913e1b;
    }

    .noticia-conteudo p {
      margin-bottom: 1.2em;
    }

    .noticia-conteudo blockquote {
      border-left: 4px solid #ffc107;
      background: #fff8e1;
      padding: 15px 20px;
      font-style: italic;
      margin: 20px 0;
      color: #555;
    }

    .noticia-conteudo figure {
      margin: 30px 0;
      text-align: center;
    }

    .noticia-conteudo img {
      max-width: 100%;
      height: auto;
      border-radius: 6px;
    }

    .noticia-conteudo figcaption {
      font-size: 14px;
      color: #777;
      margin-top: 5px;
    }

    .noticia-conteudo u {
      display: inline-block;
      background: linear-gradient(to right, #f8d3bb 50%, transparent 50%);
      background-size: 200% 100%;
      background-position: 100% 0;
      transition: background-position 2s ease;
      padding: 2px 4px;
      text-decoration:none;
    }

    .noticia-conteudo u.visivel {
      background-position: 0 0;
    }

    .noticia-conteudo a {
      color: #0077cc;
      text-decoration: underline;
    }

    .noticia-conteudo a:hover {
      color: #004b88;
    }

    .noticia-conteudo ul,
    .noticia-conteudo ol {
      padding-left: 30px;
      margin-bottom: 1em;
    }

    .noticia-conteudo li {
      margin-bottom: 0.5em;
    }

    .noticia-conteudo hr {
      border: none;
      border-top: 1px solid #ccc;
      margin: 40px 0;
    }

    .video-embed {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      margin: 30px 0;
    }

    .video-embed iframe {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
    
    
    
    @media (max-width: 900px) {
        .noticia-conteudo>div>p>img {
            width:100% !important;
            height:auto !important;
        }
    }