<?xml version="1.0" encoding="UTF-8"?>
<itemContainer xmlns="http://omeka.org/schemas/omeka-xml/v5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://omeka.org/schemas/omeka-xml/v5 http://omeka.org/schemas/omeka-xml/v5/omeka-xml-5-0.xsd" uri="https://cadtec.medicina.ufmg.br/acervo/items/browse?collection=37&amp;output=omeka-xml" accessDate="2026-04-03T19:15:16+00:00">
  <miscellaneousContainer>
    <pagination>
      <pageNumber>1</pageNumber>
      <perPage>40</perPage>
      <totalResults>4</totalResults>
    </pagination>
  </miscellaneousContainer>
  <item itemId="80" public="1" featured="0">
    <collection collectionId="37">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="65">
                  <text>Doutorado: Programa de Saúde do Adulto</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="107">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da tese e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="494">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Tese&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À SAÚDE DO ADULTO&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Doutorado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/1NqSkMls6iE?si=QTLFZ2Svs_nkNTyO" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;Gustavo Gomes Resende&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Mauro Martins Teixeira- UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Daniel Dias Ribeiro - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Cristiano Xavier Lima - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor&amp;nbsp;Fernando de Queiroz Cunha (USP)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Alexandre Wagner Silva de Souza (UNIFESP)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Gilda Aparecida Ferreira - UFMG - suplente&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Viviane Angelina de Souza - UFJF - Suplente&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="495">
                <text>Impacto do Bloqueio da IL-17 na COVID-19: Avaliação dos Efeitos do Secuquinumabe na Resposta Inflamatória e Tromboinflamatória</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="496">
                <text>Gustavo Gomes Resende</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="497">
                <text>21 de Maio de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="498">
                <text>Professor Mauro Martins Teixeira- UFMG&#13;
Professora Daniel Dias Ribeiro - UFMG&#13;
Professora Cristiano Xavier Lima - UFMG&#13;
Professor Fernando de Queiroz Cunha (USP)&#13;
Professor Alexandre Wagner Silva de Souza (UNIFESP)&#13;
Professora Gilda Aparecida Ferreira - UFMG - suplente&#13;
Professora Viviane Angelina de Souza - UFJF - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="78" public="1" featured="0">
    <collection collectionId="37">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="65">
                  <text>Doutorado: Programa de Saúde do Adulto</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="107">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da tese e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="484">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/37';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Tese&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À SAÚDE DO ADULTO&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Doutorado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/35krhfn69tI?si=88EZiiEThzhAdvkV" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;Patrícia Lourdes Silva&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Marilia Alves - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Nilton Alves de Rezende - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora . Karla Rona da Silva - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Fabiane Ribeiro Ferreira - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Simone Costa Nunes&amp;nbsp; - (PUCMinas) &lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Amyra Moyses Sarsur (Fundação Joao Pinheiro -FJP-MG)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Helen Cristiny Teodoro Couto Ribeiro (UFSJ) - suplente&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Carla Jorge Machado - UFMG - Suplente&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="485">
                <text>A Comunicação Como Ferramenta Do Cuidado Centrado No Paciente</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="486">
                <text>Patrícia Lourdes Silva</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="487">
                <text>24 de Abril de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="488">
                <text>Professora Marilia Alves - UFMG&#13;
Professor Nilton Alves de Rezende - UFMG&#13;
Professora . Karla Rona da Silva - UFMG&#13;
Professora Fabiane Ribeiro Ferreira - UFMG&#13;
&#13;
Professora Simone Costa Nunes  - (PUCMinas)&#13;
Professora Amyra Moyses Sarsur (Fundação Joao Pinheiro -FJP-MG)&#13;
Professora Helen Cristiny Teodoro Couto Ribeiro (UFSJ) - suplente&#13;
Professora Carla Jorge Machado - UFMG - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="72" public="1" featured="0">
    <collection collectionId="37">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="65">
                  <text>Doutorado: Programa de Saúde do Adulto</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="107">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da tese e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="460">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/37';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Tese&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À SAÚDE DO ADULTO&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Doutorado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/4NsE2Uj0frc?si=LExs6yc0zzbROWUH" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;Bruno Horta Andrade&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Ricardo de Amorim Correa - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Manoel Otavio da Costa Rocha - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Eliane Viana Mancuzo - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Margareth Pretti Dalcolmo (Pont. Universidade Católica do Rio de Janei)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora&amp;nbsp;Jaquelina Ota Arakaki (UNIFESP)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Silvana Spindola de Miranda - UFMG - Suplente&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Thulio Marques Cunha (Universidade Federal de uberlândia) - Suplente&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="461">
                <text>Cintilografia Pulmonar De Perfusão Em Pacientes Egressos De Internação Hospitalar Por Síndrome Respiratória Aguda Grave Decorrente Da Infecção Pelo Sars Cov2</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="462">
                <text>Bruno Horta Andrade</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="463">
                <text>26 de Fevereiro de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="464">
                <text>Professor Ricardo de Amorim Correa - UFMG&#13;
Professor Manoel Otavio da Costa Rocha - UFMG&#13;
Professora Eliane Viana Mancuzo - UFMG&#13;
Professora Margareth Pretti Dalcolmo (Pont. Universidade Católica do Rio de Janei)&#13;
&#13;
Professora Jaquelina Ota Arakaki (UNIFESP)&#13;
Professora Silvana Spindola de Miranda - UFMG - Suplente&#13;
Professora Thulio Marques Cunha (Universidade Federal de uberlândia) - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="49" public="1" featured="0">
    <collection collectionId="37">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="65">
                  <text>Doutorado: Programa de Saúde do Adulto</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="107">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da tese e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="345">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/37';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Tese&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À SAÚDE DO&lt;br /&gt;ADULTO&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Doutorado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/4NsE2Uj0frc?si=PMjMDSQHUTsqhqtO" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;Bruno Horta Andrade&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Ricardo de Amorim Correa – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Manoel Otavio da Costa Rocha – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Eliane Viana Mancuzo - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Margareth Pretti Dalcolmo (Fundação Oswaldo Cruz Fiocruz)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Jaquelina Ota Arakaki - UNIFESP&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Valeria Maria Augusto - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Silvana Spindola de Miranda - UFMG - suplente&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Thulio Marques Cunha (Universidade Federal de uberlândia) - (Suplente)&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="346">
                <text>"Cintilografia Pulmonar De Perfusão Em Pacientes Egressos De Internação Hospitalar Por Síndrome Respiratória Aguda Grave Decorrente Da Infecção Pelo Sars Cov2"</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="347">
                <text>Bruno Horta Andrade</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="348">
                <text>26 de Fevereiro de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="349">
                <text>Professor Ricardo de Amorim Correa – UFMG&#13;
Professor Manoel Otavio da Costa Rocha – UFMG&#13;
Professora Eliane Viana Mancuzo - UFMG&#13;
Professora Margareth Pretti Dalcolmo (Fundação Oswaldo Cruz Fiocruz)&#13;
Professora Jaquelina Ota Arakaki - UNIFESP&#13;
Professora Valeria Maria Augusto - UFMG&#13;
&#13;
Professora Silvana Spindola de Miranda - UFMG - suplente&#13;
Professor Thulio Marques Cunha (Universidade Federal de uberlândia) - (Suplente)</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
</itemContainer>
