@font-face {
    font-family: "Open Sans Light";
    src: url("../fontes/OpenSans-Light.ttf");
    src: url("../fontes/OpenSans-Light.eot");
    src: url("../fontes/OpenSans-Light.woff");
}

@font-face {
    font-family: "Open Sans Regular";
    src: url("../fontes/OpenSans-Regular.ttf");
    src: url("../fontes/OpenSans-Regular.eot");
    src: url("../fontes/OpenSans-Regular.woff");
}

@font-face {
    font-family: "Open Sans Semibold";
    src: url("../fontes/OpenSans-Semibold.ttf");
    src: url("../fontes/OpenSans-Semibold.eot");
    src: url("../fontes/OpenSans-Semibold.woff");
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("../fontes/Poppins-Bold.ttf");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../fontes/Poppins-Medium.ttf");
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fontes/Poppins-SemiBold.ttf");
}
@font-face {
    font-family: 'Oswald';
    src: url('../fontes/Oswald-Bold.woff2') format('woff2'),
        url('../fontes/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fontes/Oswald-ExtraLight.woff2') format('woff2'),
        url('../fontes/Oswald-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fontes/Oswald-Medium.woff2') format('woff2'),
        url('../fontes/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fontes/Oswald-Light.woff2') format('woff2'),
        url('../fontes/Oswald-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fontes/Oswald-SemiBold.woff2') format('woff2'),
        url('../fontes/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fontes/Oswald-Regular.woff2') format('woff2'),
        url('../fontes/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fontes/SegoeUI-Italic.woff2') format('woff2'),
        url('../fontes/SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fontes/SegoeUI.woff2') format('woff2'),
        url('../fontes/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fontes/SegoeUI-Bold.woff2') format('woff2'),
        url('../fontes/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fontes/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('../fontes/SegoeUI-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body{
    color: black;
    background: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
}
.noticia-interna-container{
    width: 100%;
}
.right-after-border-noticia{
    width: 100%;
}
.col-md-4{
    display: none;
}
.navbar{
    display: none;
}
.news-adicionais{
    display: none;
}
footer{
    display: none;
}
.resumo-noticia-interna {
    text-align: center;
    font-size: 24px;
    max-width: 90%;
    margin: auto;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.1;
}
.imagem-destaque-noticia {
    max-width: 100%;
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
}
.publicador-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    gap: 30px;
    width: 100%;
    color: black;
    font-size: 24px;
}
 iframe {
    page-break-after: left;
    page-break-before: left;
}
a{
    color: black;
    text-decoration: underline;
}

span.compartilhe-noticia {
    display: none;
}
.titulo-post-noticia-interna {
    font-family: "Oswald";
    color: #000;
    font-weight: normal;
    margin: 0em;
    font-size: 34px;
    padding-bottom: 15px;
    line-height: 1;
}

.chapeu-noticia {
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    font-family: 'Oswald';
    margin-bottom: 0px;
}
#iframenoticia {
    display: none;
}
.print-noticia {
    display: block !important;
}