* {
    font-family: var(--font-family-book), var(--font-family-book-fallback);
    letter-spacing: var(--font-size-50-responsive-book-letter-spacing);
    line-height: var(--font-line-height-spaced);
    font-variation-settings: var(--font-variation-settings-book-normal-roman);
    font-feature-settings: var(--font-feature-settings-book-roman);
    text-decoration: none !important;
}

body, html {
    font-size: 14px;
}


.barra-rodape {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    background: rgba(0, 0, 0, .02);
    border-top: 1px solid rgba(0, 0, 0, .1);
}


.rodape {
    background: var(--site-cor-primaria);
    display: flex;
}


.rodape .copia-proibida {
    margin: auto;
    color: var(--site-cor-terciaria);
}


.bloco-revenda-seminovos .logo {
    margin: auto;
    margin-left: 0;
}

.bloco-revenda-seminovos .logo img {
    max-height: 40px;
}


.bloco-revenda-seminovos .logo-buscar {
    margin: auto;
    margin-right: 0;
}

.bloco-revenda-seminovos .logo-buscar img {
    max-height: 40px;
}


.rodape .logo {
    margin: auto;
    margin-left: 0;
}

.rodape .logo-infocoweb {
    margin: auto;
    margin-right: 0;
}

.rodape .logo-infocoweb img {
    max-height: 60px;
}


.barra-topo {
    padding-top: 2px;
    font-size: 13px;
    background: rgba(0, 0, 0, .02);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.logo a {
    font-size: 1.8rem;
    color: #FFF;
    white-space: nowrap;
}

.logo_mobile a {
    font-size: 1.8rem;
    color: #FFF;
    white-space: nowrap;
}

.barra-topo .nossas-redes a {
    padding: 5px 10px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    font-size: 15px;
    color: #686a71;
    text-decoration: none;
}


.barra-topo .nossas-redes .whatsapp {
    font-size: 13px;

}


.cabecalho {
    background: var(--site-cor-primaria);
    display: flex;
}


.cabecalho .cotacao {
    margin: auto;
    font-size: 11px;
    margin-right: 0;
}


.cabecalho .cotacao .item-cotacao {
    float: left;
    padding-right: 15px;
}


.cabecalho .cotacao .item-cotacao .dados {
    background: rgba(255, 255, 255, .8);
    margin-top: 5px;
    padding: 3px 6px;
    border-radius: 10px;
    color: #000;

    font-weight: 600;
}

.cabecalho .cotacao .item-cotacao .moeda {
    text-align: center;
    display: block;
    color: #FFF;
}


.cabecalho .previsao-tempo {
    margin: auto;
    margin-left: 0;
    color: #FFF;
}


.cabecalho .previsao-tempo .temperatura {
    float: left;
    margin-left: 10px;
    font-size: 30px;
    font-weight: 100;
}

.cabecalho .previsao-tempo .detalhes {
    float: left;
    margin-left: 10px;
    margin-top: 2px;
    font-weight: 300;
}

.cabecalho .previsao-tempo .detalhes p {
    margin: 0;
}


.cabecalho .previsao-tempo .detalhes p:nth-child(1) {
    font-size: 13px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.cabecalho .previsao-tempo .detalhes p:nth-child(2) {
    font-size: 11px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2px;
}


.barra-menu-categorias {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}


.barra-menu-categorias ul {
    margin: 0;
    padding: 0;
}


.barra-menu-categorias ul li {
    list-style: none;

    position: relative;
    display: inline-block;

}


.barra-menu-categorias ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 15px;
    color: #000;
    z-index: 1;
    font-weight: 400;
}


.barra-menu-categorias ul li a:before {
    content: "";
    position: absolute;
    height: 25%;
    top: 37.5%;
    right: 0;
    border-right: 1px solid rgba(0, 0, 0, .05);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

.barra-menu-categorias ul li:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.barra-menu-categorias ul li:last-child a:before {
    display: none;
}


.botao-menu-mobile {
    display: none;
    color: var(--site-cor-terciaria);
}

.botao-menu-mobile:focus {
    box-shadow: none;

}


#menuCategorias {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}


#menuCategorias ul {
    margin: 0;
    padding: 0;
}


#menuCategorias ul li {
    list-style: none;

    position: relative;
    display: inline-block;

}


#menuCategorias ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 15px;
    color: #000;
    z-index: 1;
    font-weight: 400;
}


#menuCategorias ul li a:before {
    content: "";
    position: absolute;
    height: 25%;
    top: 37.5%;
    right: 0;
    border-right: 1px solid rgba(0, 0, 0, .05);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

#menuCategorias ul li:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

#menuCategorias ul li:last-child a:before {
    display: none;
}

.barra-ultimas-noticias {
    margin-top: 10px;

}


.barra-ultimas-noticias .ultimas-noticias {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flow-root;
}


.barra-ultimas-noticias .ultimas-noticias .titulo {
    color: #fff;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    background: var(--site-cor-primaria);
}

.barra-ultimas-noticias .ultimas-noticias .titulo {
    position: relative;
    float: left;
    width: 20%;
}

.barra-ultimas-noticias .ultimas-noticias .titulo span {
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 900;
    z-index: 1;
}

.barra-ultimas-noticias .ultimas-noticias .lista {
    float: right;
    width: 80%;
    padding: 9px 2%;
    overflow: hidden;
}

.barra-ultimas-noticias .ultimas-noticias .lista a {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 300;
    text-decoration: none;
    left: -50%;
    color: #000;
}


.barra-ultimas-noticias .ultimas-noticias .lista .visivel {
    display: block;
}


.barra-ultimas-noticias .ultimas-noticias .lista .post-chapeu {
    color: var(--site-cor-primaria);
    font-weight: 900;
    margin-right: 10px;

}

.barra-ultimas-noticias .ultimas-noticias .lista .titulo {
    color: var(--site-cor-primaria);
    font-weight: 900;
    margin-right: 10px;

}

.barra-ultimas-noticias .ultimas-noticias .titulo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .05);
}

.barra-ultimas-noticias .ultimas-noticias .titulo span {
    text-transform: uppercase;
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    transform: skewX(15deg);
}


.barra-publicidade-full {
    padding-top: 20px;
    padding-bottom: 20px;

}


.barra-publicidade-full .carousel-inner {

}


.barra-publicidade-full .carousel-item img {
    margin: 0 auto;
}


.bloco-manchete {
    padding-top: 10px;
    padding-bottom: 20px;
}


.bloco-manchete .chapeu b {
    font-size: 18px;
}

.bloco-manchete h1 {
    color: #000;
    font-weight: 900;
    font-size: 43px;
}

.bloco-manchete .data {

}


.bloco-destaques .carousel-inner, .bloco-categoria .carousel-inner {

    border-radius: 4px;
}


.bloco-destaques .carousel-item, .bloco-categoria .carousel-item {
    height: 450px;
}

.bloco-destaques .carousel-item img, .bloco-categoria .carousel-item img {

    top: 0;
    left: 0;
    min-height: 450px;

}

.bloco-destaques .carousel-item img, .bloco-categoria .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.bloco-destaques .carousel-item h5, .bloco-categoria .carousel-item h5 {

    margin: 10px 0;
    font-size: 22px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    font-weight: 900;
}


.bloco-destaques .carousel-item p, .bloco-categoria .carousel-item p {
    float: left;

}


.chapeu b {
    padding: 4px 15px;
    border-radius: 4px;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    background: var(--site-cor-secundaria);
    color: var(--site-cor-terciaria);
    font-size: 14px;
    font-weight: 400;
}


.noticia-modelo-1 img {
    float: left;
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}


.noticia-modelo-1 .chapeu {
    margin-top: -10px;
    position: relative;
    float: left;

}


.noticia-modelo-1 h3 {
    font-size: 16px;
    font-weight: 900;
    margin-top: 10px;
    float: left;
}

.noticia-modelo-1 p {
    float: left;


}

.noticia-modelo-2 {
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, .05);


}

.noticia-modelo-2 .chapeu {
    margin-top: -10px;
    position: relative;
    float: left;

}


.noticia-modelo-2 h3 {
    font-size: 32px;
    font-weight: 900;
    margin-top: 5px;
    float: left;
}

.noticia-modelo-2 p {
    float: left;


}


.bloco {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}


.titulo-bloco {
    font-size: 52px;
    font-weight: 700;
    color: var(--site-cor-secundaria);
}

.bloco-videos {
    background: #414141;
}

.bloco-videos .titulo-bloco {
    color: #FFF;
}

.bloco-videos .anuncio {
    max-height: 250px;
}

.bloco-videos .anuncio iframe {
    width: 100%;
    height: 250px;
}

.bloco-videos .anuncio video {
    width: 100%;
    height: 250px;
}

.bloco-videos .anuncio img {
    width: 100%;
    height: 250px;
}


.bloco-politica .carousel-item {
    height: 450px;
}

.bloco-politica .carousel-item img {

    top: 0;
    left: 0;
    min-height: 450px;

}

.bloco-politica .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.bloco-politica .carousel-item h5 {

    margin: 10px 0;
    font-size: 22px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    font-weight: 900;
}


.bloco-politica .carousel-item p {
    float: left;

}


.bloco .titulo-bloco {
    margin-bottom: 0;
    padding-bottom: 5px;
}

.bloco-agro .sub-titulo-bloco {
    color: #414141;
}

.bloco-agro {
    background: #1B322D;
    color: #FFF;
}

.bloco-agro .sub-titulo-bloco, .bloco-agro .titulo-bloco {
    color: #FFF;
}


.bloco-agro iframe {
    width: 100%;
    height: 250px;
}


.bloco-variedades .carousel-item {
    height: 450px;
}

.bloco-variedades .carousel-item img {

    top: 0;
    left: 0;
    min-height: 450px;

}

.bloco-variedades .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.bloco-variedades .carousel-item h5 {

    margin: 10px 0;
    font-size: 22px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    font-weight: 900;
}


.bloco-variedades .carousel-item p {
    float: left;

}


.noticia-modelo-1 a {
    color: #000;
}

.noticia-modelo-2 a {
    color: #000;
}


.bloco-agro .noticia-modelo-1 a {
    color: #fff;
}

.bloco-agro .noticia-modelo-2 a {
    color: #fff;
}


/*
.noticia-modelo-1 h3,.noticia-modelo-1 p,.noticia-modelo-2 h3,.noticia-modelo-2 p, .carousel-item h5, .carousel-item p {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
}
*/

.noticia-modelo-1 p, .noticia-modelo-2 p, .carousel-item p {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bloco-revenda-seminovos {
    background: #414141;
}


.whatsapp-link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

.fa-whatsapp {
    margin-top: 16px;
}

a.whatsapp-link:hover {

    color: #FFF;
}


.page-item.active .page-link {
    color: var(--site-cor-terciaria);
    background: var(--site-cor-primaria);
    background-color: var(--site-cor-primaria);
    border-color: var(--site-cor-primaria);
}


.page-link {
    color: #000;
}

#paginaNoticia {
    padding-top: 20px;
    padding-bottom: 20px;
}

#paginaNoticia .noticia-titulo {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#paginaNoticia .noticia-titulo h1 {
    color: #000;
    font-weight: 900;
    font-size: 43px;
}

#paginaNoticia .noticia-titulo h5 {
    font-size: 1.2rem;
}


#paginaNoticia .caminho {
    font-weight: 900;
    font-size: 14px;
    color: var(--site-cor-primaria);
}


#paginaNoticia figure.imagem-destaque img {

}

#paginaNoticia figure.imagem-destaque figcaption, #paginaNoticia .conteudo-noticia figcaption {
    color: #777;
    font-size: .8rem;
    margin-top: 5px;
    max-width: 100%;
    text-align: left;
}

#paginaNoticia .conteudo-noticia figure.image.image-style-side {
    margin: 20px 0 20px 20px;
    float: right;
    color: #777;
    font-size: .8rem;
    max-width: 100%;
    text-align: left;
}


#paginaNoticia .conteudo-noticia img {

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


#paginaNoticia .conteudo-noticia {
    font-size: var(--font-size-50-responsive-book);
}


#paginaNoticia .galeria-titulo {
    font-weight: 900;
    font-size: 22px;
    color: var(--site-cor-primaria);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 10px;
    padding-bottom: 5px;
}


#paginaNoticia .comentarios-titulo {
    font-weight: 900;
    font-size: 22px;
    color: var(--site-cor-primaria);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 10px;
    padding-bottom: 5px;
}


#paginaNoticia .foto-galeria img {
    float: left;
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}


.widget {

    border-radius: 4px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 9%);
    -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 9%);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .09);
    -o-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .09);
    margin-bottom: 15px;
}


.widget .widget-header {
    background: var(--site-cor-primaria);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 10px;
    color: var(--site-cor-terciaria);
}

.widget .widget-header span {
    font-size: 18px;
}


.widget .widget-body {

    padding: 10px;

}


.widget-noticia-1 {
    margin-bottom: 10px;
}

.widget-noticia-1 .esquerda {
    padding-right: 0;
    margin-right: 0;
    vertical-align: middle;
}


.widget-noticia-1 .esquerda img {
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
    float: left;
    height: 100%;
    max-height: 60px;
    margin-top: 5px;
}

.widget-noticia-1 .categoria {
    font-size: 14px;
    font-weight: 900;
}

.widget-noticia-1 .data {
    font-size: 13px;
}

.widget-noticia-1 .titulo {
    font-size: 14px;
}

.sidebar .caixa-publicidade {
    margin-bottom: 10px;
}


.sidebar .caixa-publicidade p {
    font-size: 11px;
    color: #a1a1a1;
}


.widget-noticia-1 a {
    color: #000;
}


#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
}

@media (max-width: 600px) {

    .botao-menu-mobile {
        display: block;
    }

    #btn-busca-mobile {
        display: flex!important;
    }

    .logo_mobile {
        display: block!important;
    }

    .logo {
        display: none;
    }


    .barra-menu-categorias, .previsao-tempo, .cotacao {
        display: none;
    }

    .rodape .logo {
        margin-left: auto;
    }

    .rodape .logo-infocoweb {

        margin-right: auto;
    }

    .cotacao {
        margin: unset !important;
        padding-top: 10px;
    }

    .previsao-tempo {
        margin: unset !important;

    }


    .barra-ultimas-noticias .ultimas-noticias .titulo {
        width: 80%;
        margin: 0 10%;
    }

    .barra-ultimas-noticias .ultimas-noticias .lista {
        width: 100%;
        padding: 0;
        padding-top: 5px;
        text-align: center;
    }


    .barra-ultimas-noticias .ultimas-noticias span:last-of-type {
        -webkit-line-clamp: 2;
        white-space: normal;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
    }

   .noticia-modelo-2 h3 {

        font-size: 16px;
    }

    h1.titulo-bloco, #paginaNoticia .noticia-titulo h1,.bloco-manchete h1 {
        font-size: 32px;
    }




}

#paginaNoticia .informacoes span.fonte {
    margin-left: 15px;
}


.bloco-contato i {
    font-size: 38px;
    color: var(--site-cor-primaria);
}

.bloco-contato .titulo {
    font-size: 22px;
    color: #000;
}


.carousel-caption, .carousel-indicators, .carousel-control-prev, .carousel-control-next {
    z-index: 99999;
}

.carousel-item p {
    text-align: left;
}


.carousel-item h5 {
    text-align: left;
}

.carousel-item p {
    text-align: left;
}

.carousel-item a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    opacity: .6;
    z-index: 2;
}


@font-face {
    font-family: glbOpenSans;
    font-weight: 700;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-normal.woff2) format('woff2'),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-normal.woff2) format('woff');
    font-display: swap;
}

@font-face {
    font-family: glbOpenSans;
    font-style: italic;
    font-weight: 700;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-italic.woff2) format('woff2'),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-italic.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: glbOpenSans;
    font-style: italic;
    font-weight: 400;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-italic.woff2) format('woff2'),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-italic.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: glbOpenSans;
    font-weight: 300;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-normal.woff2) format('woff2'),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-normal.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: glbOpenSans;
    font-style: italic;
    font-weight: 300;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-italic.woff2) format('woff2'),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-italic.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: glbOpenSans;
    font-weight: 400;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-normal.woff2) format('woff2'),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-normal.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: glbOpenSans;
    font-weight: 600;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-normal.woff2) format('woff2'),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-normal.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: glbOpenSans;
    font-style: italic;
    font-weight: 600;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-italic.woff2) format('woff2'),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-italic.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    font-weight: 700;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-normal.woff2) format('woff2'),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-normal.woff2) format('woff');
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-italic.woff2) format('woff2'),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-italic.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-italic.woff2) format('woff2'),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-italic.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    font-weight: 300;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-normal.woff2) format('woff2'),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-normal.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-italic.woff2) format('woff2'),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-italic.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-normal.woff2) format('woff2'),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-normal.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    font-weight: 600;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-normal.woff2) format('woff2'),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-normal.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-italic.woff2) format('woff2'),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-italic.woff) format('woff');
    font-display: swap;
}

:root {
    --spacing-10: 4px;
    --spacing-20: 8px;
    --spacing-30: 16px;
    --spacing-40: 24px;
    --spacing-50: 40px;
    --spacing-60: 64px;
    --spacing-70: 104px;
    --font-line-height-spaced: 150%;
    --font-line-height-compact: 110%;
    --font-variation-settings-display-condensed-italic: initial;
    --font-variation-settings-display-condensed-roman: initial;
    --font-variation-settings-display-normal-italic: initial;
    --font-variation-settings-display-normal-roman: initial;
    --font-variation-settings-book-condensed-italic: initial;
    --font-variation-settings-book-condensed-roman: initial;
    --font-variation-settings-book-normal-italic: initial;
    --font-variation-settings-book-normal-roman: initial;
    --font-feature-settings-display-italic: initial;
    --font-feature-settings-display-roman: initial;
    --font-feature-settings-book-italic: initial;
    --font-feature-settings-book-roman: initial;
    --font-size-10-responsive-book-letter-spacing: 0.005em;
    --font-size-10-responsive-book: 10px;
    --font-size-20-responsive-book-letter-spacing: -0.01em;
    --font-size-20-responsive-book: 12px;
    --font-size-30-responsive-book-letter-spacing: -0.015em;
    --font-size-30-responsive-book: 14px;
    --font-size-40-responsive-book-letter-spacing: -0.02em;
    --font-size-40-responsive-book: 16px;
    --font-size-50-responsive-book-letter-spacing: -0.025em;
    --font-size-50-responsive-book: 18px;
    --font-size-60-responsive-book-letter-spacing: -0.03em;
    --font-size-60-responsive-book: 20px;
    --font-size-70-responsive-display-letter-spacing: -0.035em;
    --font-size-70-responsive-display: 24px;
    --font-size-80-responsive-display-letter-spacing: -0.04em;
    --font-size-80-responsive-display: 32px;
    --font-size-90-responsive-display-letter-spacing: -0.045em;
    --font-size-90-responsive-display: 40px;
    --font-size-100-responsive-display-letter-spacing: -0.05em;
    --font-size-100-responsive-display: 48px;
    --font-size-110-responsive-display-letter-spacing: -0.055em;
    --font-size-110-responsive-display: 56px;
    --font-size-120-responsive-display-letter-spacing: -0.06em;
    --font-size-120-responsive-display: 64px;
    --font-weight-bold: 700;
    --font-weight-semibold: 600;
    --font-weight-regular: 400;
    --font-weight-light: 300;
    --font-family-monospaced-fallback: "JetBrains Mono", 'Lucida Console', Monaco, monospace;
    --font-family-monospaced: "JetBrains Mono";
    --font-family-display-fallback: Arial, Inter, -apple-system, "system-ui", Roboto, "Helvetica Neue", Helvetica, Noto, Ubuntu, "Segoe UI", sans-serif;
    --font-family-display: "glbOpenSans", "Open Sans";
    --font-family-book-fallback: Arial, Inter, -apple-system, "system-ui", Roboto, "Helvetica Neue", Helvetica, Noto, Ubuntu, "Segoe UI", sans-serif;
    --font-family-book: "glbOpenSans", "Open Sans";
}


#back-to-top:hover {
    -webkit-animation: fade-up 1.5s infinite linear;
    animation: fade-up 1.5s infinite linear;
}

#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 28px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: none;
    z-index: 1000;
}


.rodape .copia-proibida a {
    color: var(--site-cor-terciaria);
    font-weight: bold;
    margin-right: 4px;
    margin-left: 4px;
} 


.logo img {
    max-width: 450px;
}

#btn-busca-mobile {
    display: none;
    color: var(--site-cor-terciaria);
}


.logo_mobile{
    display: none;
}

.logo_mobile img{
    max-width: 174px;
}

#btn-busca-mobile i{
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
    margin: auto;
}
