<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1, em, p, a, span {
    font-family: Inter, Heuristica, arial, sans-serif;
}

@font-face {
    font-family: 'Inter-Black';
    src: url('../../../themes/dgabc2023/fontes/Inter-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('../../../themes/dgabc2023/fontes/Inter-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('../../../themes/dgabc2023/fontes/Inter-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('../../../themes/dgabc2023/fontes/Inter-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraLight';
    src: url('../../../themes/dgabc2023/fontes/Inter-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Light';
    src: url('../../../themes/dgabc2023/fontes/Inter-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('../../../themes/dgabc2023/fontes/Inter-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    src: url('../../../themes/dgabc2023/fontes/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Thin';
    src: url('../../../themes/dgabc2023/fontes/Inter-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    src: url('../../../themes/dgabc2023/fontes/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../../../themes/dgabc2023/fontes/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Black';
    src: url('../../../themes/dgabc2023/fontes/Lato-Black.ttf') format('truetype');
}


.wrapper {
    display: grid;
    grid-template-columns: repeat(1, 100%);
}

.cabecalho {
    display: grid;
    grid-template-columns: minmax(66px,23%) minmax(235px, 54%) minmax(66px, 23%);
    background-color: #0055A2;
    height: 52px;
}

._TopFixa {
position: fixed;
  width: 100%;
  top: 0px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.080);
  z-index: 1;
}

.meio {
    margin-top: 40px;
}
.gridMenu {
    display: grid;
    height: 32px;
    width: 50px;
    margin-top: 8px;
}

._menuBuscaTopo {
    display: flex;
    align-items: center;
    text-align: right;
    margin-right: 15px;
}

.burger-menu {
    display: grid;
    align-self: center;
}

.menu-text {
    display: grid;
    text-align: left;
    margin-top: 57%;
    color: white;
    font-family: Inter;
    font-size: 17px;
    font-weight: 600;
}

.MenuHamburguer {
    position: absolute;
    width: 56px;
    height: 21px;
    top: 35px;
}

.Rectangle_6 {
    position: relative;
    width: 56px;
    height: 2px;
    top: 35px;
    background: #FFFFFF;
}

.Rectangle_8 {
    position: relative;
    width: 56px;
    height: 2px;
    top: 54px;
    background: #FFFFFF;
}

.Rectangle_7 {
    position: relative;
    width: 56px;
    height: 3.14px;
    top: 44px;
    background: #FFFFFF;
}

.Rectangle_917 {
    position: relative;
    width: 1px;
    height: 55px;
    top: 17px;
    background: rgba(249, 249, 249, 0.5);
}

.logoDiarioTopo {
    position: relative;
    max-width: 235px;
    text-align: center;
    margin-top: 12px;
    display: grid;
    margin-left: -10px;
}

    .logoDiarioTopo p {
        font-style: normal;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        color: #FFFFFF;
        margin-top: 4px;
    }

._rodapeAssine {
    position: relative;
    font-family: Inter-SemiBold;
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    color: #FAD140;
    margin-left: 28px;
    margin-top: 3px;
}

._assine {
    position: relative;
    width: 106px;
    height: 36px;
    top: 28px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    display: inline-flex;
    background: #FAD140;
    border-radius: 5px;
    /* ASSINE */
    color: #3E3E3E;
}

    ._assine span {
        margin-top: 6%;
        margin-left: 22%;
        display: inline-flex;
    }

._entrar {
    position: relative;
    width: 55px;
    height: 40px;
    top: 29px;
    left: 12px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
    display: inline-flex;
}

._topoEntrarAssinebusca {
    display: inline-flex;
}

._pessoa1 {
    position: relative;
    width: 24px;
    height: 21px;
    top: 29px;
    display: inline-flex;
    left: 12px;
}

._buscaTopo {
    position: relative;
    position: relative;
    width: 100%;
    height: 27px;
    float: right;
    margin-right: 25px;
}

/* 2º linha */

.menuHome {
    display: grid;
    grid-template-columns: minmax(175px,20%) minmax(650px, 50%) minmax(247px, 30%);
    width: 100%;
    height: 40px;
    left: 0px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
}

._Newsletter {
    position: relative;
    width: 97px;
    height: 27px;
    left: 80px;
    top: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #888585;
}

    ._Newsletter span {
        left: 10px;
        display: inline-flex;
        position: relative;
    }

._menuEditorias {
    position: relative;
    width: 100%;
    height: 27px;
    top: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-left: 15px;
}

    ._menuEditorias span {
        display: inline-flex;
        position: relative;
        font-family: Inter;
        font-size: 15px;
        margin-right: 30px;
    }

._setecidades {
    color: #E32222;
}

._economia {
    color: #189A93;
}

._politica {
    color: #2066AC;
}

._esportes {
    color: #FC5E21;
}

._nacional {
    color: #80BD00;
}

._cultura {
    color: #DE0266;
}

._entretenimento {
    color: #DE0266;
}

._memoria {
    color: #7107AB;
}
._colunas {
    color: #0124DB;
}

.corColunas {
    color: #0124DB
}

.corColunas a {
    color: #0124DB
}
._corColunas {
    background-color: #0124DB;
}

._menuRedes {
    position: relative;
    width: 100%;
    height: 27px;
    top: 10px;
    font-size: 15px;
    line-height: 18px;
    display: inline-flex;
    left: 20px;
}

    ._menuRedes span {
        background-image: url(/Content/themes/dgabc2023/img/elipseRedes.webp);
        height: 26px;
        width: 26px;
        display: inline-flex;
        position: relative;
        margin-left: 15px;
    }

._menuRedes_twit {
    height: 14px;
    width: 18px;
    display: inline-flex;
    position: relative;
    top: 6px;
    left: 5px;
}

._menuRedes_face {
    height: 13.85px;
    width: 8px;
    display: inline-flex;
    position: relative;
    top: 5px;
    left: 9px;
}

._menuRedes_inst {
    height: 16px;
    width: 16px;
    display: inline-flex;
    position: relative;
    top: 5px;
    left: 5px;
}

._menuRedes_yout {
    height: 12px;
    width: 16.81px;
    display: inline-flex;
    position: relative;
    top: 7px;
    left: 5px;
}

._menuRedes_tele {
    height: 14px;
    width: 15px;
    display: inline-flex;
    position: relative;
    top: 6px;
    left: 5px;
}

._menuRedes_what {
    height: 14px;
    width: 14px;
    display: inline-flex;
    position: relative;
    top: 6px;
    left: 6px;
}

.fullBannerHome {
    display: grid;
    margin-left: 5%;
    margin-right: 5%;
    grid-template-columns: minmax(760px,90%);
    max-height: 296px;
    background-color: white;
    text-align: center;
    margin-top: 15px;
}

.video-container {
    position: relative;
    width: 100%; /* Ajuste a largura conforme necessário */
    height: 0;
    padding-bottom: 56.25%; /* Proporção 16:9 (para vídeos widescreen) */
    overflow: hidden;
}

video {
    top: 0;
    left: 0;
    object-fit: cover; /* Redimensiona o vídeo para preencher a div */
}


.corpo {
    display: grid;
    margin-left: 5%;
    margin-right: 5%;
    grid-template-columns: 70% 1rem 29%
}

    .corpo div:nth-child(1) {
        display: grid;
        grid-template-rows: auto;
    }

    .corpo div:nth-child(3) {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
    }

._linhaManchete {
    position: relative;
    width: 1rem; /* Largura da div */
    height: 92%; /* Altura da div */
    margin-top: 30px;
}

    ._linhaManchete::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        border: 1px solid #DDDDDD;
        width: 1px; /* Largura da linha vertical */
        transform: translateX(-50%); /* Centraliza a linha na div */
    }

.noticiaFotoTextoEsq {
    display: grid;
    grid-template-columns: 37% auto;
}

    .noticiaFotoTextoEsq img {
        width: 100%; /* Define a largura da imagem como 100% da div */
        height: auto; /* A altura será ajustada automaticamente para preservar a proporção da imagem */
        border-radius: 11px;
    }

.tituloManchete18 {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 1.16px 0.190002px 0px;
    position: relative;
    width: 152.16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #3E3E3E;
    margin-left: 10px;
    margin-top: 30px;
}

.noticiaFotoTopoTexto {
    display: grid;
    grid-template-rows: auto;
    margin-top: 10px;
}


    .noticiaFotoTopoTexto img {
        width: 100%;
        height: auto;
        border-radius: 11px;
        max-width: 100%;
    }

    .noticiaFotoTopoTexto span {
        display: inline-table;
        position: relative;
        font-family: Inter-Bold;
        font-style: normal;
        font-size: 22px;
        line-height: 27px;
        color: #3E3E3E;
    }
    .noticiaFotoTopoTexto a {
        display: inline-table;
        position: relative;
        font-family: Inter-Bold;
        font-style: normal;
        font-size: 22px;
        line-height: 27px;
        color: #3E3E3E;
        margin-top: 15px;
    }

.noticiaFotoTopoTexto3Fotos {
    display: grid;
    grid-template-rows: 35% 30%;
    max-width: 90%;
    margin-top: 30px;
}
    .noticiaFotoTopoTexto3Fotos img {
        width: 100%; /* Define a largura da imagem como 100% da div */
        height: auto; /* A altura será ajustada automaticamente para preservar a proporção da imagem */
        border-radius: 11px;
    }

.principais {
    display: grid;
    grid-template-columns: 50% 50%;
}


.superBanner {
    display: grid;
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
}

.maisLidasLinhas {
    display: grid;
    grid-template-rows: auto;
    gap: 10px;
    text-align: center;
}

.caderno001 {
    display: grid;
    grid-template-rows: 10% 90%;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: end;
}

.caderno001_Col2 {
        display: grid;
        grid-template-rows: auto;
    }

.caderno001Linhas {
    display: grid;
    grid-template-rows: auto;
}

.tempo {
    display: grid;
    margin-left: 5%;
    margin-right: 5%;
    height: 100px;
}

.caderno002 {
    display: grid;
    grid-template-rows: 10% 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top:30px;
}

.duasLinhas {
    display: grid;
    grid-template-rows: 50% 50%;
}

.tresColunas {
    display: grid;
    grid-template-columns: 30% 30% 30%;
}

.duasColunas {
    display: grid;
    grid-template-columns: 70% 30%;
}

.duasColunas50 {
    display: grid;
    grid-template-columns: repeat(2,50%);
}

.tresLinhas {
    display: grid;
    grid-template-rows: 40% 40% 20%;
}

.FotoTextoFlutuante {
    min-height: 521px;
    min-width: auto;
}

    .FotoTextoFlutuante span::after {
        float: left;
        margin-left: 25px;
        margin-top: 50%;
    }

.quatroColunas {
    display: grid;
    grid-template-columns: repeat(4,25%);
}

.duasColunas2080 {
    display: grid;
    grid-template-columns: 20% 80%;
}

._chapeuDiv {
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 11px;
    display: inline-flex;
    color: #8B8B8B;
    margin-left: 10px;
    float: left;
}

._chapeuDivFotoTopo {
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 11px;
    line-height: 18.6px;
    color: #8B8B8B;
    float: left;
    display: grid;
}

._chapeuManchete {
    position: relative;
    height: 26px;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 12px;
    line-height: 64px;
    display: inline-flex;
    color: #8B8B8B;
    padding-bottom: 45px;
}

._MancheteHome {
    position: relative;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    /* or 116% */
    display: inline-flex;
    align-items: center;
    color: #3E3E3E;
}

    ._MancheteHome a {
        position: relative;
        position: relative;
        font-family: Inter-Bold;
        font-style: normal;
        font-size: 28px;
        line-height: 28px;
        display: inline-flex;
        align-items: center;
        color: #3E3E3E;
        text-decoration: none;
    }



._Foto_172{
position: relative;
height: 104px;
border-radius: 11px;
top: calc(50% - 104px/2);
display:inline-flex;
}

._SetecidadesTitulo {
    display:grid;
    position:relative;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    align-items: center;
    color: #CC0000;
    width: 100%;
    margin-left: 15px;
    margin-bottom: 18px;
}
/* Line 6 */
._SetecidadesLinha {
    position: relative;
    width: 100%;
    height: 0px;
    border: 2px solid #C00;
    margin-top: 15px;
    margin-left: 25px;
}

._tituloManchete {
    display: inline-grid;
    position: relative;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 18px;
    line-height: 23.9px;
    color: #3E3E3E;
    margin-top: 5px;
}

._tituloManchete a{
    position: relative;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 18px;
    line-height: 23.9px;
    color: #3E3E3E;
    margin-top: 5px;
}
._linhaFina {
    font-family: Inter;
    font-style: normal;
    font-size: 11px;
    line-height: 14px;
    display: inline-table;
    color: #8B8B8B;
    margin-top: 10px;
    margin-bottom: 10px;
}
._tituloChapeu {
    display: grid;
    grid-template-rows: 20% 71%;
    margin-top: 17px;
}
._linhaSeparadora {
    position: relative;
    height: 0px;
    border: 1px solid #BDBDBD;
    transform: rotate(180deg);
    display: inline-flex;
    margin-left: 15px;
    margin-top: 25px;
    margin-bottom: 10px;
}
._linhaSeparadora50Top {
    position: relative;
    width: 100%;
    height: 0px;
    border: 1px solid #BDBDBD;
    transform: rotate(180deg);
    margin-top:15px;
}
._EsportesTitulo {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    align-items: center;
    color: #FC5E21;
    width: 100%;
    margin-left: 15px;
    margin-bottom: 18px;
}
/* Line 6 */
._EsportesLinha {
    position: relative;
    width: 100%;
    height: 0px;
    border: 2px solid #FC5E21;
    margin-top: 15px;
    margin-left: 25px;
}
._EconomiaTitulo {
    position: relative;
    width: 100%;
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    /* or 80% */
    display: grid;
    color: #189A93;
    width: 100%;
    margin-left: 15px;
    margin-bottom: 18px;
}
/* Line 6 */
._EconomiaLinha {
    position: relative;
    width: 100%;
    height: 0px;
    border: 2px solid #189A93;
    margin-top: 15px;
    margin-left: 25px;
}
._CulturaTitulo {
    position: relative;
    width: 100%;
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    /* or 80% */
    display: grid;
    color: #DE0266;
    width: 100%;
    margin-left: 15px;
    margin-bottom: 18px;
}
/* Line 6 */
._CulturaLinha {
    position: relative;
    width: 55%;
    height: 0px;
    border: 2px solid #DE0266;
    margin-top: 15px;
    margin-left: 25px;
}
._MaisLidasTitulo {
    position: relative;
    height: 20px;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 25px;
    line-height: 25px;
    display: grid;
    color: #2466B3;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
/* Line 7 */
._MaisLidasLinha {
    position: relative;
    height: 0px;
    border: 2px solid #2466B3;
    margin-right: 5px;
}
._duasColunasMaiLidas {
    grid-template-columns: 35px auto;
    margin-bottom: 15px;
    display: grid;
}

._MaisLidasItem {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    display: flex;
    color: #2466B3;
}

._margemEsquerda15 {
    margin-left: 15px;
}

._MaisLidasTexto {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #565656;
    text-align: left;
}

._VideosTitulo {
    position: relative;
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    display: grid;
    color: #9F1199;
    width: 100%;
    margin-left: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
}
/* Line 7 */
._VideosLinha {
    position: relative;
    width: 90%;
    height: 0px;
    border: 2px solid #9F1199;
}


._PublicidadeTitulo {
    position: relative;
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    display: grid;
    color: #1B6CAB;
    width: 100%;
    margin-left: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
}

._PublicidadeLinha {
    position: relative;
    width: 90%;
    height: 0px;
    border: 2px solid #1B6CAB;
}

._EspeciaisTitulo {
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    display: grid;
    color: #7E8288;
    width: 100%;
    margin-left: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    }
/* Line 7 */
._EspeciaisLinha {
    position: relative;
    width: 90%;
    height: 0px;
    border: 2px solid #7E8288;
}

._especialImagem {
    width: 96px;
    display: grid;
}

    ._especialImagem img {
        border-radius: 11px;
    }

._EspeciaisDesktop {
    display: grid;
    grid-template-columns: repeat(3,31%);
    gap: 10px;
}
._EspeciaisDesktopItem figure img {
    height: 80px;
    border-radius: 50%;
    margin-left: 15px;
    margin-right: 15px;
    width: 80px;
    object-fit: cover;
}

._EspeciaisDesktopItemTitulo {
    position: relative;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #575656;
    text-align: center;
    padding-left: 9px;
}

/*Slider */

.slider {
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    max-width: 90%;
}

.slider-content {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.images {
    display: flex;
}

img {
    max-width: 100%;
    height: auto;
}

.BotaoEspeciais {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.prev-button {
    left: 0px;
}

.next-button {
    right: 10px;
}

/* Fim Slider*/

._dgabcContainerEmber {
    display: block;
}
._dgabctvimgChamadaTV {
    border-radius: 11px;
    overflow: hidden;
}
._dgabctvSeparador10p{
    height:10px;
}
._dgabcTVItem {
    margin-left: 15px;
    margin-right: 15px;
    display: grid;
    margin-bottom: 15px;
}

    ._dgabcTVItem figure img {
        max-width: 100%;
        border-radius: 11px;
    }

    ._tituloMancheteHome37 {
    position: relative;
    left: 5px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    line-height: 42px;
    display: inline-flex;
    color: #3E3E3E;
}
._tituloMancheteHome20 {
    position: relative;
    left: 5px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    display: inline-flex;
    color: #3E3E3E;
}
._tituloMancheteHome18 {
    margin-left: 10px;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 18px;
    line-height: 19.3px;
    color: #3E3E3E;
    margin-top: 0.3rem;
}
    ._tituloMancheteHome18 a {
        font-family: Inter-Bold;
        font-style: normal;
        font-size: 18px;
        line-height: 19.3px;
        color: #3E3E3E;
        margin-top: 0.3rem;
    }

._tituloMancheteHome19 {
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 18px;
    line-height: 19.3px;
    color: #3E3E3E;
}

    ._tituloMancheteHome19 a {
        font-family: Inter-Bold;
        font-style: normal;
        font-size: 18px;
        line-height: 19.3px;
        color: #3E3E3E;
    }

._tituloMancheteHome15 {
    margin-left: 10px;
    font-family: Inter-SemiBold;
    font-style: normal;
    font-size: 15px;
    line-height: 16px;
    color: #3E3E3E;
    margin-top: 0.3rem;
}

    ._tituloMancheteHome15 a {
        font-family: Inter-SemiBold;
        font-style: normal;
        font-size: 15px;
        line-height: 16px;
        color: #3E3E3E;
        margin-top: 0.3rem;
    }
._tituloMacheteHome30 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    display: flex;
    color: #3E3E3E;
}


._Top19 {
    margin-top: 43px;
}

._especialColunas {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    max-width: 100%;
    overflow: hidden;
}
    ._especialColunas ul {
        display: inline-flex;
    }

footer {
    display: grid;
    width: 100%;
    background-color: #0055A2;
    margin-top: 25px;
}
._footerMobi{
    display: grid;
    grid-template-rows: 30% 60%;
}
._footerMobiRodape {
    display: grid;
    grid-template-rows: auto;
}
._footerMobiRodape1Coluna {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 50px;
    display: inline;
    color: #FFFFFF;
    text-align: center;
}

._footerLinha {
    position: relative;
    height: 0px;
    left: 15px;
    border: 1px solid #FBFBFB;
    width: 90%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
}

._logoDiarioRodape {
    margin-left: 15px;
    max-width: 237px;
    margin-top: 25px;
    display: grid;
    grid-template-columns: 93% auto;
}
._linhasRodape {
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 15px;
    display: inherit;
    align-items: center;
    color: #FFFFFF;
    margin-left: 15px;
}
    ._linhasRodape span {
        font-family: Inter-Bold;
        font-style: normal;
        line-height: 25px;
        display: flex;
        align-items: center;
        color: #FFFFFF;
    }
._linhaRedesSociaisRodape {
    display: grid;
    grid-template-columns: repeat(6,48px);
    margin-top: 15px;
    margin-left: 10px;
    text-align: center;
}

    ._linhaRedesSociaisRodape img {
        width: 31px;
    }

._linhaInformacoesLegais {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    align-items: center;
    color: #FFFFFF;
    margin-top: 15px;
    margin-left: 15px;
    display: grid
}
._linhaEnderecoMobile {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    display: grid;
    align-items: center;
    color: #FFFFFF;
    margin-top: 15px;
    margin-left: 15px;
}

    ._menuRedesBranco {
        position: relative;
        width: 100%;
        height: 27px;
        top: 10px;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
    }


._menuRedesBranco span {
    background-image: url(/Content/themes/dgabc2023/img/elipseBranca.webp);
    background-repeat: no-repeat;
    height: 26px;
    width: 36px;
    display: inline-flex;
    position: relative;
}

._footerMobiRodape2Coluna {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 50px;
    display: flex;
    color: #FFFFFF;
    margin-left: 1.5rem;
}
.toolkit-side-menu-btn {
    align-items: center;
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-left: 12px;
    text-transform: uppercase;
    font-family: Inter;
}
.toolkit-side-menu-btn__line-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 17px;
    height: 15px;
    pointer-events: none;
    margin-right: 8px;
}
.toolkit-side-menu-btn__line {
    background: #fff;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    transition: all .3s ease;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
.toolkit-side-menu {
    visibility: hidden;
    position: absolute;
    top: 72px;
    z-index: 9999;
    left: 0;
}
.toolkit-side-menu__divisor {
    width: 1px;
    height: 35px;
    transform: rotate(359deg);
    opacity: .5;
    background-color: #fff;
    display: inline-flex;
    margin-left: 15px;
    margin-top: 28px;
}


.toolkit-side-menu-btn__line-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 17px;
    height: 15px;
    pointer-events: none;
    margin-right: 8px
}

.toolkit-side-menu-btn__line {
    background: #fff;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    transition: all .3s ease
}

.toolkit-side-menu-btn[aria-expanded=true] .toolkit-side-menu-btn__line-wrapper {
    justify-content: center;
    position: relative
}

.toolkit-side-menu-btn[aria-expanded=true] .toolkit-side-menu-btn__line:nth-child(2) {
    transform: translateX(-10px);
    opacity: 0
}

.toolkit-side-menu-btn[aria-expanded=true] .toolkit-side-menu-btn__line:nth-child(1) {
    position: absolute;
    transform: rotate(45deg)
}

.toolkit-side-menu-btn[aria-expanded=true] .toolkit-side-menu-btn__line:nth-child(3) {
    position: absolute;
    transform: rotate(-45deg)
}

.show .toolkit-side-menu--backdrop {
    opacity: .32;
}

.toolkit-side-menu--backdrop {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 58px;
    left: 0;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transition: opacity .4s ease;
}

.capaJornalVirtual{
    margin-top: 27px;
}
._capaJornalVirtual {
    display: inline-flex;
    position: relative;
    text-align: left;
    margin-left: -80px;
}


._menuLateral {
    height: calc(42rem - 58px);
    top: -34px;
    position: relative;
    visibility: visible;
    background-color: #fff;
    box-shadow: 0 16px 32px 0 rgba(0,0,0,.24);
    width: 250px;
    transition: left .4s ease;
    overflow-x: hidden;
}

._menuLateralRedes {
    margin-top: 25px;
    grid-template-columns: repeat(4,25%);
    display: grid;
    margin-bottom: 15px;
    text-align: center;
}

._icoMenuLateralRedes {
    height: 32px;
}
._menuLateralSeparador {
    position: relative;
    border: 1px solid #CFCFCF;
}

._menuLateralEditoria {
    width: 10px;
    height: 36px;
    padding-top: 11px;
}

._corpoPublicidade {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #336892;
    margin-top: 30px;
    display: grid;
    grid-template-rows: auto;
}

._corSetecidades {
    background-color: #B50000;
}

._corEconomia {
    background: #00645F;
}

._corEsportes {
    background-color: #FC5E21;
}

._corPolitica {
    background-color: #145AA0;
}

._corNacional {
    background-color: #24640D;
}

._corCultura {
    background-color: #B10050;
}

._corEntretenimento {
    background-color: #B10050;
}

._corInternacional {
    background-color: #3D4953;
}

._corDiarinho {
    background-color: #6C5500;
}

._corSocial {
    background-color: #00645A;
}

._corAutomoveis {
    background-color: #01B0F1;
}

._corPodcast {
    background-color: #980F91;
}

._corTurismo {
    background-color: #5B5B00;
}

._corTecnologia {
    background-color: #7713B6;
}

._corMemoria {
    background-color: #7107AB;
}

/**/

.corSetecidades {
    color: #B50000;
}

.corEconomia {
    color: #00645F;
}

.corEsportes {
    color: #FC5E21;
}

.corPolitica {
    color: #145AA0;
}

.corNacional {
    color: #206500;
}

.corCultura {
    color: #B10050;
}
.corEntretenimento {
    color: #B10050;
}

.corInternacional {
    color: #3D4953;
}

.corDiarinho {
    color: #6C5500;
}

.corSocial {
    color: #00645A;
}

.corAutomoveis {
    color: #01B0F1;
}

.corPodcast {
    color: #980F91;
}

.corTurismo {
    color: #5B5B00;
}

.corTecnologia {
    color: #7713B6;
}

.corMemoria {
    color: #7107AB;
}

._menuLateralTitulo {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    margin-left: 25px;
    width: 250px;
}
._listaMenuLateral{
    text-align:left;
}

._menuLateralLinhaSeparador {
    width: 219px;
    height: 0px;
    border: 1px solid #CFCFCF;
    margin-left: 25px;
}

._linhaMobile{
    margin-left:15px;
}

._linhaSeparadoraMobileHome {
    width: 92%;
    height: 0px;
    border: 1px solid #D3D3D3;
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

._editoriaInlineTable {
    display: inline-table;
}
._editoriaTop15{
    display:grid;
    margin-top:15px;
}

._editoriaLinha {
    width: 95%;
    height: 0px;
    border: 2px solid;
    float: left;
}

._editoriasDesktopMaisLidas {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left:15px;
}
.outrasManchetes {
    margin-left: 15px;
    position: relative;
    margin-top: 25px;
}

._caderno001X {
    display: grid;
    grid-template-rows: 10% 90%;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: end;
}

/* Editoris */

_editoriaDeskTopCorpo {
    display: grid;
    grid-template-rows: auto;
}

._editoriaDesktopManchetes {
    display: grid;
    grid-template-rows: auto;
    width: 96%;
}

._editoriaDesktoptexto1X {
    position: relative;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 22px;
    color: #3E3E3E;
    display: grid;
    margin-top: 10px;
}

    ._editoriaDesktoptexto1X a {
        font-family: Inter-Bold;
        font-size: 22px;
    }


    ._editoriaDesktopNomeEditoria {
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 25px;
    line-height: 40px;
    display: inline-grid;
    align-items: center;
    margin-left: 15px;
}

._editoriaDesktopFoto1 {
    position: relative;
    border-radius: 11px;
}

._editoriaDesktopFoto1Traco {
    /* Rectangle 988 */
    position: absolute;
    width: 161px;
    height: 7px;
    left: 41px;
    top: 233px;
    background: #CC0000;
    border-radius: 5px;
}

._editoriaDesktoptexto1 {
    position: absolute;
    width: 501px;
    height: 96px;
    left: 60px;
    top: 345px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    /* or 128% */
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

._editoriasDesktopNoticasLinhas {
    margin-top: 31px;
    display: grid;
    grid-template-rows: 33% 33% 33%;
    margin-left: 15px;
    gap: 10px;
}

._editoriaDesktopFotoTextoEsq {
    display: grid;
    grid-template-columns: 37%auto;
    margin-bottom: 15px;
}

._editoriaDesktopFotoTextoEsqFoto {
}

    ._editoriaDesktopFotoTextoEsqFoto img {
        width: 100%;
        height: auto;
        border-radius: 11px;
    }

._editoriaDesktopFotoTextoEsqTexto {
    margin-left: 10px;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 18px;
    color: #3E3E3E;
}

    ._editoriaDesktopFotoTextoEsqTexto a {
        font-family: Inter-Bold;
        font-style: normal;
        font-size: 18px;
        color: #3E3E3E;
    }

    ._editoriaDesktopFotoTextoEsqChapeu {
        font-family: Inter-Bold;
        font-style: normal;
        font-size: 11px;
    }

._editoriasDesktopMaisNoticias {
    margin-top: 25px;
}

._corpoMinutoaMinuto {
    margin-top: 25px;
    margin-left:15px;
}

._editoriaDesktopMaisNoticiasRelogio {
    margin-top: -5px;
    margin-left: 10px;
}

    ._editoriaDesktopMaisNoticiasRelogio img {
        max-height: 25px;
    }

._editoriasDesktopMaisNoticiasTitulo {
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 20px;
    display: flex;
    align-items: center;
}

._editoriasDesktopBlocoMaisNoticiasChapeu {
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 11px;
    line-height: 19.4px;
    display: flex;
    align-items: center;
}

._editoriasDesktopBlocoMaisNoticiasTitulo {
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #393939;
}

    ._editoriasDesktopBlocoMaisNoticiasTitulo a {
        font-family: Inter-Bold;
        font-style: normal;
        font-size: 18px;
        display: flex;
        align-items: center;
        color: #393939;
    }

._editoriasDesktopBlocoMaisNoticiasLinhaFina {
    font-family: 'Inter';
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #535353;
    margin-top: 15px;
    margin-bottom: 10px;
}

._editoriasDesktopBlocoMaisNoticiasLinhaFina a{
    font-family: 'Inter';
    font-style: normal;
    font-size: 15px;
}

._editoriasDesktopBlocoMaisNoticiasSeparador {
    height: 0px;
    border: 1px solid #C4C4C4;
    margin-top: 10px;
    margin-bottom: 10px;
}

._editoriasDesktopCaixaLeiaMais {
    position: relative;
    width: 180px;
    height: 37px;
    background: #2466B3;
    align-content: center;
    display: grid;
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    margin-left: 21%;
    margin-bottom: 30px;
}

._editoriasDesktopCorpo2Colunas {
    display: grid;
    grid-template-rows: auto;
    margin-left: 15px;
    width: 92%;
}

.image-container {
    display: inline-block;
}

    .image-container::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 90%;
        height: 50%; /* Ajuste isso para controlar a altura da área escura */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.0));
        pointer-events: none;
        transition: opacity 0.3s ease; /* Adicione uma transição suave */
    }

    .image-container:hover::after {
        opacity: 1; /* Aumenta a opacidade ao passar o mouse */
    }

._editoriaDesktopLinha {
    position: relative;
    width: 93%;
    height: 0px;
    border: 2px solid;
    margin-left: 15px;
    display: grid;
}
/*
    Linha dos cadernos

    
/* Noticia */

._noticiaSeta{
    margin-left:10px;
    margin-right:10px;
}
._noticiaTamanhoTela {
    max-width: 100%;
}
._noticiaNomeEditoria {
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 12px;
    line-height: 40px;
    display: flex;
    align-items: center;
    margin-left: 15px;
}
._noticiaNomeEditoria a{
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 12px;
    line-height: 40px;
    display: flex;
    align-items: center;
}


    ._noticiaNomeEditoria img {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 3px;
    }

._noticiaTitulo {
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 23px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #393939;
}

._noticiaCorpo {
    margin-left: 15px;
}

._noticiaLadoDireito {
    display: grid;
    grid-template-rows: auto;
    margin-right: 5px;
}

._noticiaColunaMeio {
    border: 1px solid #DDDDDD;
    width: 0px;
    margin-left: 25px;
    margin-right: 25px;
    display: grid;
    margin-top: 50px;
    height: 70%;
}

._noticiaLinhaFina {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #8A8A8A;
    margin-top: 10px;
}

._noticiaSeparador {
    height: 0px;
    border: 1px solid #C4C4C4;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 93%;
}


._noticiaAutor {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    display: grid;
    align-items: center;
    color: #393939;
}

._noticiaDataPublicacao {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    display: flex;
    align-items: center;
    color: #6C6C6D;
}

._compartilheLinhaIcos {
    display: inline-flex;
    position: relative;
}

._noticiaCompartilheIco {
    margin-left: -15px;
}

._noticiaCompartilhamento {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: grid;
    align-items: center;
    color: #3E3E3E;
    margin-bottom: 5px;
}

._noticiaFotoCredito {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #B6B6B6;
    margin-bottom: 10px;
    text-align: right;
    width: 94%;
}

._noticiaImagem {
    width: 94%;
    height: auto;
}

    ._noticiaImagem img {
        border-radius: 11px;
        max-width: 100%;
    }

._noticiaCliqueOuvir {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #000000;
}

._noticiaCaixaAudio {
    max-width: 265px;
    max-height: 80px;
}

._noticiaAudioControles {
    max-width: 265px;
    max-height: 80px;
    color: #F2F3F5;
    background-color: #F2F3F5;
    border-radius: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

._noticiaMateria {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16.5px;
    line-height: 20px;
    display: inherit;
    color: #535353;
    text-align: justify;
}
    ._noticiaMateria p {
        font-family: 'Lato';
        padding-bottom: 15px;
    }

        ._noticiaMateria p span {
            font-family: 'Lato';
            padding-bottom: 15px;
        }

._noticiaComentariosTitulo {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: grid;
    align-items: center;
    color: #2466B3;
}

._noticiaComentariosTexto {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    display: grid;
    align-items: center;
    color: #535353;
}

._noticiaLadoEsquerdo {
    margin-top: 45px;
}

._noticiasRelacionadasTitulo {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #2066AC;
}

._noticiaRelacionadaChapeu {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    display: grid;
    align-items: center;
    color: #2066AC;
}
a {
    color: inherit;
    text-decoration: none;
}

._noticiaRelacionadaTitulo {
    font-family: 'Lato';
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #535353;
    margin-top: 5px;
}


._noticiaRelacionadaSeparador {
    height: 0px;
    border: 1px solid #DADADA;
    margin-top: 15px;
    margin-bottom: 25px;
}

.caderno001X{
    display:grid;
    max-width:95vw;
}
/* Final Noticia */
/* Telas */
/*(min-width: 1281px) and (max-width:1339px)
    only screen and (min-width: 1281px) and (max-width:1339px)
*/
.container {
    max-width: 800px;
}

@media only screen and (min-width: 500px) and (max-width:600px) {
    .container {
        max-width: 600px;
        padding-right: inherit;
        padding-left: inherit;
        margin-right: inherit;
        margin-left: inherit;
    }
    #_conteudoNoticia {
        max-width: 600px;
        padding-right: inherit;
        padding-left: inherit;
        margin-right: inherit;
        margin-left: inherit;
    }

}
@media only screen and (min-width: 429px) and (max-width:499px) {
    .container {
        max-width: 429px;
        padding-right: inherit;
        padding-left: inherit;
        margin-right: inherit;
        margin-left: inherit;
    }
    #_conteudoNoticia {
        max-width: 429px;
        padding-right: inherit;
        padding-left: inherit;
        margin-right: inherit;
        margin-left: inherit;
    }
}
@media only screen and (min-width: 391px) and (max-width: 428px) {
    .container {
        max-width: 391px;
        padding-right: inherit;
        padding-left: inherit;
        margin-right: inherit;
        margin-left: inherit;
    }
    #_conteudoNoticia {
        max-width: 391px;
        padding-right: inherit;
        padding-left: inherit;
        margin-right: inherit;
        margin-left: inherit;
    }
}
@media only screen and (min-width: 378px) and (max-width: 390px) {
    .container {
        max-width: 378px;
        padding-right: inherit;
        padding-left: inherit;
        margin-right: inherit;
        margin-left: inherit;
    }
    #_conteudoNoticia {
        max-width: 378px;
        padding-right: inherit;
        padding-left: inherit;
        margin-right: inherit;
        margin-left: inherit;
    }
}

@media only screen and (min-width: 370px) and (max-width: 375px) {
    .container {
        max-width: 370px;
        padding-right: inherit;
        padding-left: inherit;
        margin-right: inherit;
        margin-left: inherit;
    }
    #_conteudoNoticia {
        max-width: 370px;
        padding-right: inherit;
        padding-left: inherit;
        margin-right: inherit;
        margin-left: inherit;
    }
}

@media only screen and (min-width: 350px) and (max-width: 360px) {
    .container {
        max-width: 350px;
        padding-right: inherit;
        padding-left: inherit;
        margin-right: inherit;
        margin-left: inherit;
    }

    #_conteudoNoticia {
        max-width: 350px;
        padding-right: inherit;
        padding-left: inherit;
        margin-right: inherit;
        margin-left: inherit;
    }
}

@media only screen and (min-width: 320px) and (max-width: 349px) {
    .container {
        max-width: 320px;
        padding-right: inherit;
        padding-left: inherit;
        margin-right: inherit;
        margin-left: inherit;
    }
    #_conteudoNoticia {
        max-width: 320px;
        padding-right: inherit;
        padding-left: inherit;
        margin-right: inherit;
        margin-left: inherit;
    }
}


@media only screen and (min-width: 280px) and (max-width: 319px) {
    .container {
        max-width: 280px;
        padding-right: inherit;
        padding-left: inherit;
        margin-right: inherit;
        margin-left: inherit;
    }

    #_conteudoNoticia {
        max-width: 280px;
        padding-right: inherit;
        padding-left: inherit;
        margin-right: inherit;
        margin-left: inherit;
    }
}


#imagem-topo {
    position: relative;
    width: 100%;
    height: 800px; /* Ajuste a altura conforme necessário */
    z-index: 9999;
    display: none; /* Começa escondido */
    text-align: center;
    margin-top: 25px;
}




/* Banner R4 */
._bannerHome {
    margin-left: 15px;
    display: grid;
    height: auto;
}

._superBanner_970x250 {
    min-height: 250px;
}

._arroba_300x250 {
    min-height: 250px;
}

._arroba_300x600 {
    min-height: 600px;
}

._superBanner_970x90 {
    min-height: 90px
}

._superBanner_728x90 {
    min-height: 90px;
}

._middleBanner_336x280 {
    min-height: 280px;
    margin-bottom: 25px;
}

._mobileBanner_320x100{
    min-height:100px;
}

/* fim Banner R4 */

._linhaTopoClimaCotacao {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.15);
    display: grid;
    grid-template-columns: 45% 55%;
    height: 35px;
    margin-bottom: 15px;
    margin-top: 5px;
}

/* Inicio Clima*/


._containerClima {
    font-family: Inter-Semibold;
    font-style: normal;
    font-size: 9px;
    line-height: 15px;
    color: #363636;
    position: relative;
    text-align: right;
    margin-top: 7px;
}

.dropdown {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-item {
    padding: 7px 0px;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    width: 141px;
}

    .dropdown-item img {
        max-height: 24px;
        max-width: 24px;
    }

    .dropdown-item:hover {
        background-color: #f1f1f1;
    }

    .dropdown-item i {
        margin-left: 3px;
    }

/* Fim Clima */


/* Cotação Moedas */
._cotacaoMoeda {
    display: inline-grid;
    grid-template-columns: 35px 45px 35px 45px;
    max-width: 45%;
    align-items: center;
    margin-top: 5px;
}

._cotacaoMoedaTitulo {
    font-family: Inter-SemiBold;
    font-style: normal;
    font-size: 9px;
    line-height: 17px;
    color: #818181;
    text-align: left;
    margin-left: 15px;
}

._cotacaoMoedaValor {
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 9px;
    line-height: 17px;
    color: #282828;
    width: 50px;
    margin-left: 6px;
}


/* Top 10*/
._Top10Caderno {
    display: grid;
    grid-template-rows: auto;
}

._Top10Caderno002 {
    display: grid;
    margin-bottom: 25px;
    margin-left: 5%;
    margin-right: 5%;
}

._Top10Linhas {
    margin-top: 0px;
}

._Top10MaisLidasItem {
    height: 72px;
    font-family: Inter-Medium;
    font-style: normal;
    font-size: 30px;
    display: flex;
    color: #2466B3;
}

._Top10LinhasConteudo {
    display: grid;
    grid-template-rows: auto;
}

._Top10Chapeu {
    font-family: Inter-SemiBold;
    font-style: normal;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #2466B3;
}

._Top10Titulo {
    font-family: Inter-SemiBold;
    font-style: normal;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #3E3E3E;
}

._Top10DataHora {
    font-family: Inter;
    font-style: normal;
    font-size: 9px;
    line-height: 35px;
    display: flex;
    align-items: center;
    color: #6C6C6D;
}

._Top10duasColunasMaiLidas {
    display: grid;
    grid-template-columns: 15% 85%;
    min-height: 67px;
    margin-bottom: 25px;
}

/*
    Compartilhamento
*/
._noticiaCompartilhamento {
    font-family: Inter;
    font-style: normal;
    font-size: 18px;
    display: grid;
    align-items: center;
    color: #3E3E3E;
    margin-top: 25px;
}


/*
    DGABC TV 
*/
/* Line 6 */
._linhaDGABCTV {
    position: relative;
    height: 0px;
    border: 4px solid #008DD2;
    display: grid;
    margin-left: 15px;
    margin-right: 15px;
}

._corpoDGABCMobile {
    display: grid;
    grid-template-rows: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
    position: relative;
}

._textoInterSemiBold20{
    font-family:Inter-SemiBold;
    font-size:20px;
    line-height: 25px;
}

    ._textoInterBold20 a {
        font-family: Inter-Bold;
        font-size: 20px;
        line-height: 25px;
    }

._textoInterSemiBold20 a{
    font-family: Inter-SemiBold;
    font-size: 20px;
    line-height: 25px;
}
._textoInterNomal12 {
    font-family: Inter;
    font-size: 12.5px;
    line-height: 17px;
    color: #8B8B8B;
}
._textoLatoNormal15 {
    font-family: Inter;
    font-size: 15px;
    line-height: 22px;
    color: #8B8B8B;
}

.comentariosFacebook{
    margin-right:5px;
}

._noticiaGrupoWhats img {
    max-height: 78px;
    width: auto;
}

._noticiasBack {
    margin-top: 14px;
    margin-left: 21px;
}

._mobileFooterFixoContainer {
    display: grid;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px 7px rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    z-index: 9;
}
._mobileFooterHome {
    display: inline-grid;
    width: 30px;
    text-align: center;
}
._mobileFooterIMG {
    margin: 0 auto;
    text-align: center;
}
._mobileFooterHome span {
    position: relative;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 9px;
    line-height: 11px;
    color: #0055A2;
    text-align: center;
}
/*Final Barra Footer Fixo */


/* Página Assinatura */
._assinaturaDivTopo {
    display: flex;
    margin-top: 100px;
    position: relative;
    margin-left: 15px;
}

._AssineTopoTitulo {
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 14px;
    line-height: 23px;
    display: grid;
    align-items: center;
    text-align: center;
    color: #3E3E3E;
    margin-top: 15px;
    margin-left: 15px;
}

._assineTopoTituloLinha {
    position: relative;
    height: 0px;
    border: 1px solid #3E3E3E;
    width: 70%;
    margin: 0 auto;
}

._assineAreaCep {
    box-sizing: border-box;
    position: relative;
    width: 120px;
    height: 27px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    font-size: 12px;
    font-family: Inter;
    color: #B5B5B5;
    display: flex;
}
    ._assineAreaCep img {
        height: auto;
        margin-left: -18px;
        margin-top: -6px;
        max-width: 24px;
    }

    ._assineAreaCep a {
        padding-top: 7px;
    }

._assineTxtCep {
    margin-left: 25px;
}

._assineAreaCepTexto {
    position: relative;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    display: grid;
    align-items: center;
    text-align: center;
    color: #3E3E3E;
}

    ._assineAreaCepTexto span {
        position: relative;
        font-family: Inter-Bold;
        font-style: normal;
        font-size: 12px;
        line-height: 19px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #3E3E3E;
        margin-left: 15px;
    }

._assinaturaLinha1 {
    display: grid;
    position: relative;
    margin-top: 50px;
    margin-bottom: 25px;
}

._assinaturaTop {
    margin-bottom: 15px;
    margin-top: 25px;
}

    ._assinaturaTop span {
        font-family: Inter-Medium;
        font-size: 17px;
        color: #3E3E3E;
        margin-left: 15px;
    }

._assinaturaLinha3Produtos {
    display: grid;
    grid-template-columns: 90vw;
    margin-top: 10px;
    text-align: center;
    gap: 3%;
}

._assinaturaQuadroProduto {
    box-sizing: border-box;
    position: relative;
    height: 322px;
    background: #FFFFFF;
    box-shadow: 2px 2px 28px 12px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: grid;
    text-align: center;
    padding-left: 15px;
}

._assinaturaQuadroDesconto {
    width: 185px;
    height: 52px;
    background: #2466B3;
    border-radius: 2px;
    display: flex;
    float: left;
    margin-top: -10px;
    margin-left: 15px;
}

    ._assinaturaQuadroDesconto span {
        position: relative;
        font-family: Inter-SemiBold;
        font-style: normal;
        font-size: 15px;
        line-height: 21px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        margin-left: 11px;
    }

._assinaturaNomeProduto {
    position: relative;
    font-family: Inter-Medium;
    font-style: normal;
    font-size: 22px;
    line-height: 23px;
    align-items: baseline;
    text-align: center;
    color: #888585;
    width: 95%;
    height: 45px;
}

    ._assinaturaNomeProduto span {
        position: relative;
        font-family: Inter-Medium;
        font-style: normal;
        font-size: 18px;
        text-align: center;
        color: #888585;
    }

._assinaturaPeriodo {
    display: grid;
    align-items: baseline;
    text-align: center;
    color: #888585;
    width: 95%;
    height: 34px;
}

    ._assinaturaPeriodo span {
        font-family: Inter-SemiBold;
        font-size: 20px;
        color: #888585;
    }

._assinaturaPreco {
    display: grid;
    align-items: baseline;
    text-align: center;
    color: #888585;
    width: 95%;
    height: 34px;
    grid-template-columns: 30% 70%;
}

._assinaturaPrecoPor {
    font-family: Inter-Medium;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2466B3;
    margin-left: 29px;
}

._assinaturaPrecoValor {
    font-family: Inter-Medium;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2466B3;
}

._assinaturaPrecoFormaPagamento {
    font-family: 'Inter';
    font-style: normal;
    font-size: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #888585;
    margin-top: 5px;
}

._assinaturaAssineAgora {
    position: relative;
    width: 214px;
    height: 39px;
    background: #2466B3;
    display: grid;
    margin-left: 14%;
    margin-top: 35px;
}

    ._assinaturaAssineAgora a {
        position: relative;
        font-family: Inter-SemiBold;
        font-style: normal;
        font-size: 15px;
        display: grid;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
    }

._assineRespostaCep {
    color: #0055A2;
    position: relative;
    display: grid;
    margin-left: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
}

._assineQuadroAmarelo {
    display: grid;
    position: relative;
    background: #FFFFFF;
    border: 2px solid #FFC400;
    box-shadow: 2px 2px 28px 12px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    height: 322px;
}

._assineQuadroPrecoamarelo {
    background: #FFC400;
}

    ._assineQuadroPrecoamarelo span {
        color: #000000;
    }

    ._assineQuadroPrecoamarelo a {
        color: #000000;
    }

._assinaturaQuadroPrecoCor {
}

    ._assinaturaQuadroPrecoCor a span {
        color: #000000;
    }

.txtCEP{
    max-width:120px;
}


._assineMensagem {
    display: none;
    background-color: #3498db;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 250px;
    height: 133px;
    position: relative;
    padding-top: 55px;
    font-family: Inter-Bold;
    text-align: center;
    top: 33%;
    float: left;
    position: fixed;
    left: 10%;
    z-index: 1;
}

._assineBotaoFechar {
    padding-top: 25px;
    padding-left: 156px;
}


/* Fim Assine */
/* Topo Frame */
._linhaTopoClimaCotacaoTopoFrame {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.15);
    display: grid;
    grid-template-columns: 45% 55%;
    height: 35px;
    margin-bottom: 15px;
    margin-top: 40px;
}
/* Fim Topo Frame*/

/* Inicio App Baixe */

._baixeAppVisivel{
    display:grid;
}
._baixaAppOculto{
    display:none!important;
}
._baixeApps {
    position: relative;
    height: 66px;
    background: #FFFFFF;
    display: grid;
    grid-template-columns: 10% 17% 50% 13%;
    align-content: center;
}

._baixeX {
    display: grid;
    position: relative;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 14px;
    height: 16px;
}
._baixeBotao {
    position: relative;
    width: 68px;
    height: 31px;
    background: #0055A2;
    box-shadow: -1px 4px 4px -2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    text-align: center;
    align-content: center;
    display: grid;
    margin-top: 10px;
}
._baixeBotao  a{
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
}
._baixeTextos {
    position: relative;
    display: grid;
    margin-left: 10px;
}

._baixeTextoNegrito {
    position: relative;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 13px;
    line-height: 13px;
    color: #000000;
    height: 15px;
    display: grid;
    margin-top: 10px;
}
._baixeTextoNormal {
    position: relative;
    font-family: 'Inter';
    font-style: normal;
    font-size: 11px;
    height: 15px;
    color: #525252;
    margin-bottom: 10px;
}

/* Colunas */

._paginaColunas {
    display: grid;
    position: relative;
    margin-top: 25px;
    margin-left: 15px;
}

._colunasLinhaColunistas {
    display: grid;
    position: relative;
    grid-template-columns: repeat(4,23%);
    gap: 25px;
}

._colunasItem {
    position: relative;
    text-align: left;
    display: grid;
    grid-template-columns: 31% auto;
}

._colunasImagem img {
    position: relative;
    width: 100px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 25px;
}

._colunasNome {
    position: relative;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 10px;
    line-height: 12px;
    display: grid;
    align-items: center;
    color: #0124DB;
    margin-bottom: 5px;
}
._colunasNome a{
    position: relative;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 10px;
    line-height: 12px;
    display: grid;
    align-items: center;
    color: #0124DB;
    margin-bottom: 5px;
}

._colunistasUltimaNoticia {
    position: relative;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 12px;
    line-height: 13px;
    text-align: left;
    color: #3E3E3E;
    margin-bottom: 50px;
}

._colunistasUltimaNoticia a{
    position: relative;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 12px;
    line-height: 13px;
    text-align: left;
    color: #3E3E3E;
    margin-bottom: 50px;
}

._colunasTexto {
    text-align: left;
    display: grid;
    position: relative;
}

._colunasLinha {
    position: relative;
    height: 0px;
    border: 1px solid #DBDBDB;
    margin-bottom: 25px;
}

._colunasDataNoticia {
    position: relative;
    font-family: Inter;
    font-style: normal;
    font-size: 10px;
    line-height: 13px;
    display: grid;
    align-items: center;
    color: #6C6C6D;
    margin-top: 5px;
}



._colunasDetalheTopo {
    position: relative;
    background: #E6EEF8;
    height: 78px;
    width: 100%;
    display: grid;
    grid-template-columns: 28% auto;
    margin-bottom: 25px;
}

._colunasDetalheFoto {
    display: grid;
    max-width: 89px;
    position: relative;
}

    ._colunasDetalheFoto img {
        width: 89px;
        height: auto;
        border-radius: 50%;
        margin-left: 15px;
        margin-top: 5px;
    }

._colunasNomeEditoria {
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 24px;
    line-height: 27px;
    margin-top: 26px;
    margin-left: 15px;
    position: relative;
    display: flex;
}

._colunasNomeEditoriaLinha {
    position: relative;
    height: 0px;
    border: 2px solid;
    margin-top: 14px;
    margin-left: 15px;
    flex-grow: 0.95;
}


._colunasHomeChapeu {
    position: relative;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    color: #0124DB;
}

._colunasHomeTitulo {
    position: relative;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 18px;
    line-height: 23px;
    color: #3E3E3E;
    margin-top: 15px;
}

._colunasHomeParagrafo {
    position: relative;
    width: 4px;
    height: 17px;
    background: #0124DB;
    float: left;
    margin-top: 4px;
}

._colunaHomeLinhaFina {
    position: relative;
    font-family: Inter;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    color: #535353;
    margin-top: 15px;
}

    ._colunaHomeLinhaFina p {
        position: relative;
        font-family: Inter;
        font-style: normal;
        font-size: 18px;
        line-height: 24px;
        color: #535353;
        margin-left: 15px;
    }

._colunasHomeData {
    position: relative;
    font-family: Inter;
    font-style: normal;
    font-size: 12px;
    line-height: 35px;
    color: #6C6C6D;
}

._colunasHomeMaisRecentes {
    position: relative;
    font-family: Inter-Bold;
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
    color: #0124DB;
    margin-top: 25px;
    margin-bottom: 25px;
}

    ._colunasHomeMaisRecentes img {
        top: -2px;
        position: relative;
    }

._colunasHomeLinha {
    position: relative;
    height: 0px;
    border: 1px solid #C4C4C4;
    margin-bottom: 25px;
}

/* Fim Colunas */
/* Fim App Baixe */
/* Inicio Acessibilidade*/
[vw] [vw-access-button] .access-button {
    width: 50px !important;
    border-radius: 30px !important;
    border: 0px solid !important;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: white !important;
    margin-top: 60px !important;
    top: 50% !important;
    position: fixed;
    margin-left: 109px !important;
}

[vw] [vw-access-button] .pop-up {
    display: none !important;
}

.access-button {
    transition: transform 0.3s;
}

    .access-button:hover {
        transform: scale(1.1);
    }


                

/* Final Acessibilidade*/</pre></body></html>