@import url("bootstrap.min.css");
@import url("animate.css");

@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;
}

.newsletter {
    background: #c2c3c3;
    padding-bottom: 30px;
    margin-top: 30px;
}

.newsletter h1 {
    color: #0062a7;
    font-weight: 300;
    text-align: center;
}

.newsletter form {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 15px;
}

.newsletter form input[type=email] {
    width: 90%;
    border: none;
    padding: 10px;
    font-size: 18px;
}

.newsletter form input[type=button] {
    background: white;
    border: none;
    width: 10%;
    font-size: 26px;
    text-transform: uppercase;
    color: rgb(0, 98, 169);
    border: none;
    font-weight: 300;
}

@media(max-width: 992px) {
    .newsletter form input[type=email] {
        width: 70%;
    }

    .newsletter form input[type=button] {
        width: 30%;
    }
}

body {
    transition: color ease 0.5s;
    background-color: #fff;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
    color: black;

}

img {
    max-width: 100%;
}

p {
    margin: 0em;
}

label {
    font-family: 'Oswald';
}

.nocat~.nocat {
    margin-left: 0px;
    margin-top: 25px;
}

.nocat {
    margin-left: 20px;
    margin-top: 25px;
}


.anuncio-topo img {
    display: block !important;
}

.anuncio-topo-secundario {
    background-color: black;
}

.slideshowprop {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.slideshowprop>div {}

.open-sans {
    font-family: "Open Sans Regular";
}

.open-sans-bold {
    font-family: "Open Sans Semibold";
}

.open-sans-semibold {
    font-family: "Open Sans Semibold";
}

.open-sans-light {
    font-family: "Open Sans Light";
}

.Oswald-black {
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
}

.Oswald-regular {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.Oswald-bold {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.clear {
    clear: both;
}

.radius-0 {
    border-radius: 0;
}

.padding-bottom-2 {
    padding-bottom: 2.000001em;
}

.padding-top-2 {
    padding-top: 2em;
}

.p-0 {
    padding: 0;
}

.p-relative {
    position: relative;
}

.margin-0 {
    margin: 0;
}

.margin-bottom-2 {
    margin-bottom: 2em;
}

.margin-top-2 {
    margin-top: 2em;
}

.margin-bottom-1 {
    margin-bottom: 1em;
}

.margin-top-1 {
    margin-top: 1em !important;
}

.margin-right-1 {
    margin-right: 1em;
}

.somente-branco {
    color: #fff;
}

.cor-branca {
    color: #fff;
}

.mt-30 {
    margin-top: 30px !important;

}

.cor-preto,
.cor-preta {
    color: #000;
}

.cor-branca:hover {
    color: #000;
}

.cor-cinza {
    color: #979797;
}

.cor-cinzaclaro {
    color: #ebebeb;
}

.cor-cinza-outro {
    color: #676767;
}

.cor-azul {
    color: rgb(0, 98, 168);
}

.size-1-5 {
    font-size: 1.5em;
}

.line-height-1-8 {
    line-height: 2.4;
}

.centralizado {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.navbar {
    border: none;
    margin: 0;
    background-color: white;
}

.poppins {
    font-family: 'Poppins', sans-serif;
    /* usar font-weight 400 ou 500 para variação */
}

.overflow-hidden {
    overflow: hidden;
}

.padding-0 {
    padding: 0;
}

.padding-1 {
    padding: 1em;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0;
}

.topo-site {
    background-color: white;
    padding: 0 1em;
    position: relative;
}

.topo-site::before {
    width: 100%;
    height: 15px;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #0062a8;
}


.data {
    color: rgb(255, 255, 255);
    font-family: 'Oswald', sans-serif;
}

.btn-entre-sair {
    background: #0062A8;
    color: rgb(255, 255, 255);
    width: 100%;
    display: block;
    padding: 10px 17px 10px 17px;
    max-width: 150px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-top: 3px;
    float: right;
    margin-top: 43px;
}

.menu-topo-site,
.menu {
    /* overflow: hidden; */
    width: auto;
}

.cadeados-topo {
    padding-top: 1%;
}

.cadeados-topo img {
    float: left;
    padding-right: 5px;
    width: 16px;

}

.cadeados-topo a {
    float: right;
}

.cadeados-topo span {
    float: left;
    padding-right: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: white;
}

.menu-topo-site ul li {
    float: left;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.1em;
    padding-top: 4%;
}

.menu-topo-site ul li a {
    color: #0099cb;
}

.menu-topo-site ul li a:hover {
    color: #000;
}

.menu-admin ul li {
    width: 11.1%;
    text-align: center;
}

.data,
.assine {
    color: rgb(255, 255, 255);
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    padding: 4% 0;
}

.assine a {
    color: rgb(255, 255, 255);
}

.assine:hover {
    color: #000;
}

.logo {
    margin: 0;
}

.logo img {
    width: 100%;
}

.anuncio-topo {
    float: right;
    margin: 25px 0 25px 0;
}

.menu ul {
    margin: 0;
}



.menu ul li a:hover {
    color: #000;
}

.menu ul li a.selecionado {
    color: #000;
}

.form-pesquisa {
    margin: 0.7em 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.icone-pesquisa:active>.form-pesquisa input,
.icone-pesquisa:focus>.form-pesquisa input {
    display: block;
}

.form-pesquisa input {
    width: 83%;
    background-color: #0099cb;
    margin-left: 1em;
    border: 1px solid transparent;
    padding: 0.3em 0.6em;
    color: #fff;
}

#animacao-input {
    -webkit-transition: width 2s ease;
    -moz-transition: width 2s ease;
    -o-transition: width 2s ease;
    transition: width 2s ease;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    background: transparent;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    width: 83%;
}

#animacao-input.in {
    width: 190px;
    border: 0.1em solid rgba(255, 255, 255, .20);
}

.form-pesquisa input::placeholder {
    color: #fff;
}

.icone-pesquisa {
    margin: 0 !important;
}
.radio-search {
    display: flex
    ;
        justify-content: space-around;
        align-items: center;
        align-content: center;
        margin-top: 10px;
        gap: 8px;
}
@media(max-width: 768px){
    .radio-search{
        flex-direction: column;
    }
}
.radio-search div {
    display: flex
;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.radio-search input {
    display: block !important;
    flex: 1;
    margin: 0 7px;
}
.sem-fundo {
    border: none;
    background-color: transparent;
}

.button-pesquise {
    color: rgb(0, 98, 168);
    background: none;
    border: none;
}

a {
    color: initial;
}

a:hover {
    text-decoration: none;
}

span {
    display: block;
    float: left;
}



.footer {
    margin: 4% 0;
}

.footer-grid-2 {
    background: #0062A8;
    color: #fff !important;
    text-align: left;
    padding: 10px 0 10px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.footer-grid-2 a {
    color: #fff !important;
    white-space: nowrap;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.footer-md-grid {}

.footer-sm-grid {}

.pub-img-home-2 {
    height: 220px;
    background-repeat: repeat;
    background-size: cover;
    background-position: center;

}

.destaque-2 {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 2em;
    height: 23em !important;
    position: relative;
}

.botao-preto-2 {
    background: rgb(0, 0, 0);
    padding: 5px 30px 5px 30px;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 900;
    font-size: 12px !important;
    color: rgb(255, 255, 255) !important;
    margin-top: 5px;
    display: inline-block;
    position: absolute;
    bottom: 43px;
    left: 0px;
}


.inputs-agrupados input {
    border: 0.1em solid #0099cb;
    padding: 0.3em;
    border-radius: 0.5em;
    margin-bottom: 0.5em;
}

.conteudo-post,
div.conteudo-post,
.conteudo-post p,
.conteudo-post h1,
,
.conteudo-post h3,
.conteudo-post h4,
.conteudo-post h5,
.conteudo-post h6,
.conteudo-post span {
    font-family: "Oswald", sans-serif;

}

.conteudo-post h2 {
    font-family: "Oswald";
}

.titulo-post,
div.titulo-post,
.titulo-post p,
.titulo-post h1,
.titulo-post h2,
.titulo-post h3,
.titulo-post h4,
.titulo-post h5,
.titulo-post h6,
.titulo-post span {
    font-family: "Segoe Ui", sans-serif;
    font-weight: 700;
    color: black;
    margin: 0em;
    font-size: 15px;
    padding-bottom: 0;
    padding-top: 0.2em;
    line-height: 21px;
}

.imagem-publicacao img {
    width: 343px;
}

.texto-post {
    font-family: "Sugoe UI", sans-serif;
    color: black;
}

.lista-open {
    font-family: "Oswald";
    font-size: 1.1em;
}

.textarea {
    border: 0.1em solid #0099cb;
    border-radius: 0.5em;
    resize: none;
}

.fd-seta-etiqueta {
    background-color: rgb(0, 98, 168);
    width: 88%;
    height: 2.5em;
    float: left;
}

.fd-seta-etiqueta-internanoticia {
    background-color: #0099cb;
    width: 35%;
    margin-top: -5px;
    height: 2.5em;
    float: left;
}

/* .seta-etiqueta {
    border-top: 1.4em solid transparent;
    border-left: 1.3em solid #0099cb;
    border-bottom: 1.2em solid transparent;
    float: left;
} */

.seta-etiqueta-internanoticia {
    border-top: 1.4em solid transparent;
    border-left: 1.3em solid #0099cb;
    border-bottom: 1.2em solid transparent;
    float: left;
    margin-top: -5px;
}

.categoria-etiqueta {
    color: #fff;
    font-family: "Oswald";
    font-weight: 700;
    margin: 0.5em 0em;
    text-align: center;
    width: 100%;
}

.categoria-etiqueta-gd {
    color: #fff;
    font-family: "Oswald";
    font-weight: 700;
    margin: 0.5em 0em;
    text-align: center;
    width: 100%;
}

.desc-etiqueta {
    font-family: "Oswald";
    font-weight: 700;
    padding: 1% 0;
}

.carousel-bolinhas {
    bottom: 40%;
    left: 125%;
    width: 0;
}

.pagina-busca .botao-busca {
    background: rgb(0, 98, 168);
    color: white;
    border: none;
    padding: 5px 15px;
}

.carousel-indicators li {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    width: 17%;
    height: 10px;
    margin-right: 40px;
}

.carousel-indicators .active {
    margin: 0;
    background-color: transparent;
    opacity: 0.5;
    margin-right: 40px;
    background-color: #fff;
    width: 17%;
}

.bolinhas-carousel-novidades {
    bottom: 88%;
    left: 118%;
    width: 8%;
}

.bolinhas-carousel-novidades li {
    background-color: #676767;
}

.carousel-caption {
    left: 1.5%;
    padding-bottom: 0em;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .6) !important;
}

.carousel-left-align {
    left: 1.5% !important;
    bottom: 150px !important;
    text-align: left !important;
}

.carousel-text-black h2 {
    color: black !important;
    text-shadow: 0 1px 6px rgba(255, 255, 255, 0.6);
}

.carousel-text-white h2 {
    color: white !important;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .6);
}

.carousel-left-align h2 {
    text-align: left !important;
}

.carousel-right-align {
    right: 0px !important;
    left: unset !important;
    text-align: right !important;
}

.carousel-right-align .carousel-maior-botao {
    float: right !important;
}

.carousel-right-align h2 {
    text-align: right !important;
}

.carousel-caption h2 {
    font-family: "Oswald";
    font-size: 1.7em;
    text-align: left;
}

.carousel-caption a {
    font-family: "Oswald";
    font-size: 1.0em;
    text-align: left;
    color: #fff;
}

.fd-branco {
    background-color: #fff;
}

.fd-branco2 {
    background-color: #fff;
    height: 230px;
}

.autodata-empresarial-logo {
    margin-top: 10px;
    max-height: 95px;
}

.autodata-empresarial-logo img {
    width: 20%;
    padding: 32px 0;
    display: block;
    margin: auto;
    position: relative;
    max-width: 200px;

}

.autodata-empresarial-logo::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 10px;
    width: 100%;
    background: #DEDC00;
}

.autodata-empresarial-logo.color-green::before {
    background: #F04E23;
}

.bloco-novidades {
    margin: 2em 0 0 0;
    padding-right: 0em;
    padding-left: 0em;
    padding-bottom: 0em;
    height: auto;
}

.titulo-novidades {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    margin: 0em;
    font-weight: bolder;
    font-size: 2em;
    padding-bottom: .5em;
}

.img-novidade {
    margin: 1em 0em;
}

.img-novidade img {
    width: 270px;
    height: 180px;
}


.conteudo-novidade {
    margin: 0.7em 0em;
}

.conteudo-noticia {
    display: inline-block;
    height: auto !important;
}

.mb-2 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.conteudo-noticia p {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    display: block;
    color: #434a4f;
    line-height: 28px;
    font-size: 21px;
}

.news-adicionais .conteudo-noticia {
    width: 88%;
    float: right;
    color: #0062A8;
    font-size: 18px;
}

.news-adicionais .conteudo-noticia p {
    color: #0062A8;
    font-size: 18px;
    font-family: 'Segoe Ui';
}

.news-adicionais .conteudo-noticia:first-child {
    margin-top: 0;
}

.news-adicionais .titulo-post-noticia-interna {
    width: 88%;
    float: right;
    font-size: 27px;
    font-weight: normal;
}

.categoria-novidade {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

.titulo-novidade {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}

.titulo-novidade-home {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.7em;
}

.data-novidade {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

.nav-tabs>li {
    font-family: "Oswald", sans-serif;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    font-weight: bolder;
    color: #555;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 0.2em solid rgb(0, 98, 168);

}

.nav-tabs>li>a:hover {
    border-color: transparent;
}

.conteudo-post {
    margin: 0em 1em 1.1em 0.9em;
    padding-bottom: 1em;
}

.fd-azul {
    background-color: rgb(14, 118, 188);
    padding-bottom: 4em;
}

.fd-azul-claro {
    background: rgb(220, 221, 222);
    padding-bottom: 4em;
}

.cor-azul-claro {
    color: #0e76bc;
}

.fd-baixe {
    background-color: #000;
    width: 88%;
    height: 2.5em;
    float: left;
}

.usuario-nome {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    margin-top: 17px;
    text-align: center;
    float: right;
}

.fundo-modal {
    background: rgba(0, 92, 168, 0.8);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    padding-top: 10%;
    z-index: 9999;
}

.background-cinza {
    background: rgb(220, 221, 203);
    color: rgb(0, 92, 168);
    font-family: 'Oswald', sans-serif;
    padding: 7px;
}

.background-cinza a {
    color: rgb(0, 92, 168);
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
}

.botao-formulario-entrar {
    background: none;
    color: white;
    float: right;
    padding: 5px;
    border: none;
    font-weight: 900;
}

.input-formulario-entrar {
    background: none;
    border: 1px solid white;
    padding: 5px;
    color: white;
}

.input-formulario-entrar::placeholder {
    color: white;
}

.form-noticias {
    border-color: rgb(0, 92, 168);
}

.form-noticias label {
    color: rgb(0, 92, 168);
}

.form-noticias::placeholder {
    color: rgb(0, 92, 168);
}

.form-noticias-container label {
    color: rgb(0, 92, 168) !important;
    line-height: 1;
}

.form-noticias-botao {
    color: rgb(0, 92, 168);
}

.titulo-branco-login {
    font-family: "Oswald", sans-serif;
    color: rgb(255, 255, 255);
    margin: 0px;
    font-size: 1.3em;
    font-weight: 500;
    padding-bottom: 0em;
    text-transform: uppercase;
}



.seta-direita-baixe {
    border-top: 1.4em solid transparent;
    border-left: 1.3em solid #000;
    border-bottom: 1.2em solid transparent;
    float: left;
}

.seta-esquerda-baixe {
    border-top: 1.4em solid transparent;
    border-right: 1.3em solid #000;
    border-bottom: 1.2em solid transparent;
    float: left;
}

.titulo-baixe {
    margin-bottom: -1.1em;
}

.revistas .container-botoes-lista .botao-padrao {
    margin-bottom: 30px;
}

#revistas-home .container {
    overflow: hidden;
}

@media(max-width: 1024px) {
    .prevRevistas.glyphicon.slick-arrow {
        display: inline-block;
        position: absolute;
        left: 15px;
        top: 50%;
        font-size: 32px;
        transform: translateY(-50%);
        height: 100%;
        display: flex;
        align-content: center;
        align-items: center;
        cursor: pointer;
        transition: .3s;
    }

    .nextRevistas.glyphicon.slick-arrow {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 50%;
        font-size: 32px;
        transform: translateY(-50%);
        height: 100%;
        display: flex;
        align-content: center;
        align-items: center;
        cursor: pointer;
        transition: .3s;
    }

    .prevRevistas:hover,
    .nextRevistas:hover {
        color: #0062a8;
    }

    .prevRevistas.glyphicon.slick-arrow::after {
        content: "\e079";
    }

    .nextRevistas.glyphicon.slick-arrow::after {
        content: "\e080";
    }
}

.publicidade-geral .anuncio-1-home .carousel {
    max-height: 150px;
    overflow: hidden;
}

.publicidade-geral .container::after {
    content: '';
    position: absolute;
    top: -15px;
    background: #0062A8;
    height: 15px;
    width: calc(100% - 30px);
    left: 15px;
}

.interna-empresarial .publicidade-geral .container::after {
    content: '';
    position: absolute;
    top: 42px;
    background: #f04e23;
    height: 10px;
    width: calc(100% - 30px);
    left: 15px;
}

.seminarios .publicidade-geral .container::after {
    content: '';
    position: absolute;
    top: -15px;
    background: #FFBB00;
    height: 15px;
    width: calc(100% - 30px);
    left: 15px;
}

.premio-ad-home .anuncios-container .before-border::before {
    background: #0062A8;
    height: 15px;
    border: none;
}

.img-revistas {
    width: 100%;
    margin-top: 30px;
}

.img-revistas img {
    margin-right: 10px;
}

.btn-revistas {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    background-color: black;
    color: white;
    border: none;
    font-size: 18px;
    transition: all ease 0.5s;
    padding: 0.38em 0 0 10px !important;
    width: 100%;
    float: left;
    padding-left: 0 !important;
    margin-top: 10px;
}

.revistas-edicoes-interna {
    margin-bottom: 30px;
    height: 300px;
}

.revistas-edicoes-interna img {
    height: 294px;
    width: 220px;
}

.botoes-revista {
    margin: 11% 0%;
}

.botoes-revista button {
    margin-top: 20px;
}

.botoes-revista img {
    height: 20px;
    margin-top: -3px;
    margin-left: 10px;
}

.titulo-relacao {
    font-family: "Oswald";
    font-style: italic;
    color: #fff;
    font-size: 1.5em;
    padding-top: 2.7em;
}

.anuncio-direita-embaixo {
    margin-top: 1.5em;
}

.anuncio-direita-embaixo1 {
    margin-top: 1.5em;
    float: left;
    margin-left: 30px;
}

.anuncio-direita-embaixo2 {
    margin-top: 1.5em;
}

.anuncio-direita-embaixo3 {
    margin-top: 1.5em;
    float: right;
}

.curtas,
.fique-ligado {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.etiqueta-curtas {
    margin-top: 2em;
}

.titulo-curtas {
    font-family: "Oswald";
    color: #015874;
    margin: 0em;
    font-size: 1.7em;
    padding-bottom: 0.3em;
    padding-top: 0.5em;
    float: left;
}

.data-curtas {
    font-family: "Oswald";
    margin: 0.5em 1.2em;
    margin-right: 1.2em;
}

.texto-curtas,
div.texto-curtas,
.texto-curtas p,
.texto-curtas h1,
.texto-curtas h2,
.texto-curtas h3,
.texto-curtas h4,
.texto-curtas h5,
.texto-curtas h6,
.texto-curtas span {
    font-family: 'Oswald' !important;
    font-size: 16px !important;
    letter-spacing: -0.6px;
    color: rgb(72, 72, 72);
}

.mini-curriculo-colunista,
div.mini-curriculo-colunista,
.mini-curriculo-colunista p,
.mini-curriculo-colunista h1,
.mini-curriculo-colunista h2,
.mini-curriculo-colunista h3,
.mini-curriculo-colunista h4,
.mini-curriculo-colunista h5,
.mini-curriculo-colunista h6,
.mini-curriculo-colunista span {
    font-family: 'Oswald' !important;
    font-size: 14px !important;
    letter-spacing: -0.6px;
    color: rgb(72, 72, 72);
}

.social {
    margin: 1em 0;
}

.icone-social {
    width: 3.7em;
    margin-left: -0.8em;
    float: left;
}

.icone-social:first-child {
    margin: 0;
}

.facebook {
    background-image: url('../imagens/icones/face_azul.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.4em;
    width: 2.4em;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}


.twitter {
    background-image: url('../imagens/icones/twitter_azul.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.4em;
    width: 2.4em;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}


.google-plus {
    background-image: url('../imagens/icones/google-plus.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.4em;
    width: 2.4em;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.google-plus:hover {
    background-image: url('../imagens/icones/google-plus-over.png');
    background-size: contain;
    height: 2.4em;
    width: 2.4em;
}

.youtube {
    background-image: url('../imagens/icones/youtube-branco.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.4em;
    width: 2.4em;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}


.instagram {
    background-image: url('../imagens/icones/instagram.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.4em;
    width: 2.4em;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.instagram:hover {
    background-image: url('../imagens/icones/instagram-over.png');
    background-size: contain;
    height: 2.4em;
    width: 2.4em;
}

.linkedin {
    background-image: url('../imagens/icones/linkedin_azul.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.4em;
    width: 2.4em;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.email {
    background-image: url('../imagens/icones/email2.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 2em;
    width: 2em;
    margin-top: 2px;
    margin-left: 3px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;

}

.bt-linkedin-topo img {
    height: 2em;
    width: 2em;
}

.bt-facebook-topo img {
    height: 2em;
    width: 2em;
}

.bt-twitter-topo img {
    height: 2em;
    width: 2em;
}

.bt-youtube-topo img {
    height: 2em;
    width: 2em;
}

.linkedin-topo {
    background-image: url('../imagens/icones/linkedin.png');
    background-repeat: no-repeat;
    height: 2em;
    width: 2em;
    background-size: contain;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.linkedin-topo:hover {
    background-image: url('../imagens/icones/linkedin-icone-over.png');
    height: 2em;
    width: 2em;
    background-size: contain;
}

.facebook-topo {
    background-image: url('../imagens/icones/facebook.png');
    background-repeat: no-repeat;
    height: 2em;
    width: 2em;
    background-size: contain;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.facebook-topo:hover {
    background-image: url('../imagens/icones/facebook-over.png');
    height: 2em;
    width: 2em;
    background-size: contain;
}

.twitter-topo {
    background-image: url('../imagens/icones/twitter.png');
    background-repeat: no-repeat;
    height: 2em;
    width: 2em;
    background-size: contain;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.twitter-topo:hover {
    background-image: url('../imagens/icones/twitter-over.png');
    height: 2em;
    width: 2em;
    background-size: contain;
}

.youtube-topo {
    background-image: url('../imagens/icones/youtube-footer.png');
    background-repeat: no-repeat;
    height: 2em;
    width: 2em;
    background-size: contain;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.youtube-topo:hover {
    background-image: url('../imagens/icones/youtube-footer-over.png');
    height: 2em;
    width: 2em;
    background-size: contain;
}

.borda-cinza {
    padding-bottom: 2em;
    overflow: hidden;
    border-bottom: 0.1em solid #e1e1e1;
}

.borda-cinza-escuro {
    padding-bottom: 2em;
    overflow: hidden;
    border-bottom: 0.1em solid #424242;
}

.fd-seta-fique-ligado {
    background-color: #676767;
    width: 88%;
    height: 2.5em;
    float: left;
}

.seta-fique-ligado {
    border-top: 1.4em solid transparent;
    border-left: 1.3em solid #676767;
    border-bottom: 1.2em solid transparent;
    float: left;
}

.fique-ligado-social {
    background-color: #ebebeb;
    overflow: hidden;
    margin-top: 1em;
}

.fique-ligado-social img {
    float: left;
}

.titulo-social-fique-ligado {
    font-family: "Oswald";
    padding: 0.2em 0.5em;
    float: left;
    width: 7em;
}

.subtitulo-social-fique-ligado {
    font-family: "Oswald";
    padding: 0em 0.4em;
    float: left;
    margin-top: -0.5em;
}

.titulo-rodape {

    font-family: "Oswald";
    color: #fff;
}

.linha-azul-rodape {
    border-bottom: 0.3em solid #0099cb;
    width: 20%;
}

.linha-azul-rodape:after {
    border-bottom: 0.2em solid #424242;
    content: "";
    width: 14.6em;
    display: block;
    margin-top: 0.1em;
    position: absolute;
    left: 4.72em;
}

.descricao-footer {
    color: #ebebeb;
    font-family: "Oswald";
    margin: 1em 0;
}

.localizacao-footer {
    color: #ebebeb;
    font-family: "Oswald";
    margin: 1em 0;
}

.feito-por {
    color: #fff;
    transition: all ease 0.5s;
}

.feito-por:hover {
    color: #00a1da;
}

.menu-footer {
    margin: 1em 0;
    float: right;
}

.menu-footer li {
    float: left;
    margin-right: 0.5em;
}

.menu-footer li a {
    font-family: "Oswald";
    color: #ebebeb;
}

.data-ultimas-noticias:first-of-type {
    margin-top: 0px;
}

.data-ultimas-noticias {
    font-family: 'Oswald';
    font-weight: 500;
    color: rgb(0, 98, 168);
    font-size: 1.5em;
    list-style: none;
    padding-left: 95px;
    margin-top: 20px;
}

.titulo-ultimas-noticias {
    list-style: none;
    font-size: 20px;
    font-family: 'Oswald';
    padding-left: 25px;
    padding-bottom: 5px;
    line-height: 1;
    margin-bottom: 5px;
    color: #0062A8;

}

.titulo-ultimas-noticias a {
    color: #0062A8;
    font-family: 'Oswald';

}

.mais-noticias-home {
    background-color: #f3f3f3;
    width: 100%;
    padding: 0.6em 1em;
    overflow: hidden;
    margin-top: 0em;
}

.mais-noticias-home p {
    font-family: "Oswald";
    color: #676767;
}

.bg-a-autodata {
    background-image: url('../imagens/banners/a-autodata.jpg');
    height: 25em;
    overflow: hidden;
}

.titulo-azul {
    font-family: "Oswald", sans-serif;
    color: rgb(0, 98, 168);
    margin: 0px;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding: 10px;
    font-size: 35px;
}

.titulo-azul::after {
    content: '';
    position: absolute;
    bottom: -5px;
    background: #0062A8;
    height: 5px;
    width: 100%;
    left: 0;
}

.titulo-recentes {
    font-family: "Oswald", sans-serif;
    font-size: 2.5em;
    font-weight: 900;
    color: rgb(0, 98, 168);
    margin-left: 0 !important;
    text-align: center;
    padding: 5px;
    width: 100%;
    background: #cecece;
    position: relative;
}

.titulo-recentes::after {
    content: '';
    position: absolute;
    bottom: -5px;
    background: #0062A8;
    height: 5px;
    width: 100%;
    left: 0;
}

.adpergunta-titulo::after {
    content: '';
    position: absolute;
    bottom: -5px;
    background: white;
    height: 5px;
    width: 100%;
    left: 0;
}

.destaques-titulo {
    background: #BEBEBE;
}

.container-noticia {
    width: 50%;
    float: left;
    flex-grow: 1;
    padding: 15px;
}

.container-news {
    width: 100%;
    float: left;
    flex-grow: 1;
    padding: 0 15px 15px 15px;
}

.noticias-section {
    display: flex;
    flex-wrap: wrap;
}

.noticia-page .noticia img {
    width: 100%;
    min-height: 245px;
    max-height: 245px;
    object-fit: cover;
}

.interna-empresarial .noticia-page .noticia img {
    max-height: 210px;
    object-fit: cover;
}
.item-interno-redes-sociais-2 a img{
    min-height: 0px !important;
}
.interna-empresarial .titulo-post-interna {
    font-size: 21px;
    font-weight: 400;
    line-height: 27px;
}

.interna-empresarial .texto-post {
    font-size: 21px;
    font-weight: 400;
    line-height: 27px;
}

.interna-empresarial .titulo-novidade {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 18px;
    color: #707070;
}

.adpergunta-titulo {
    background: black;
    color: white;
    font-family: "Oswald", sans-serif;
    margin: 0px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding: 10px;
}

.ad-pergunta-container {
    color: white;
    padding: 0 15px 15px 15px;
}

.ad-pergunta-container h1 {
    font-size: 21px;
    font-family: 'Segoe UI';
    font-weight: 700;
    line-height: 30px;
}

.adpergunta-section {
    background: #0062A8;
    color: white;
}

.destaques-container {
    background: #EBEBEB;
    padding: 20px 15px;
    margin-bottom: 30px;
}

.destaques-cel {
    margin-bottom: 20px;
}

.destaques-cel h2 {
    margin: 0;
    font-size: 15px;
    padding-bottom: 0;
}

.destaques-cel p {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    ;
}

.titulo-branco {
    font-family: "Oswald", sans-serif;
    color: rgb(255, 255, 255);
    margin: 0px;
    font-size: 2.3em;
    font-weight: 500;
    padding-bottom: 0.3em;
    text-transform: uppercase;
}

.titulo-revistas {
    color: white;
    font-size: 35px;
    font-weight: 500;
    padding-left: 15px;
    text-align: center;
    background: black;
    padding: 7px;
    margin: 0;
}

.linha-azul-titulo {
    border-bottom: 0.3em solid #0099cb;
    width: 9.28em;
}

.linha-azul-titulo:after {
    /* border-bottom: 0.3em solid #0099cb;
    content: "";
    width: 14.6em;
    display: block;
    margin-top: 0.03em;
    position: absolute;
    left: 9.22em; */
}

.subtitulo {
    font-family: "Oswald";
}

.descricao-texto {
    font-family: "Oswald";
}

.fd-azul-homem {
    background: rgb(0, 98, 169);
}

.homem {
    margin-top: -4.9em;
}

.homem img {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.titulo-fd-azul {
    font-family: "Oswald";
    font-weight: 500;
    color: #fff;
    font-size: 2em;
    margin: 6em 0em;
    text-align: center;
}

.bg-documentos-especiais {
    background-image: url('../imagens/banners/documentos-especiais.jpg');
    height: 25em;
    overflow: hidden;
}

.bg-revista-autodata {
    background-image: url('../imagens/banners/revista-autodata-digital.jpg');
    height: 25em;
    overflow: hidden;
    background-position: 70%;
}

.bg-brasilian-automotive {
    background-image: url('../imagens/banners/brasilian-automotive.jpg');
    height: 25em;
    overflow: hidden;
    background-position: 70%;
}

.bg-premiacoes {
    background-image: url('../imagens/banners/premiacoes.jpg');
    height: 25em;
    overflow: hidden;
    background-position: 50%;
}

.sombra {
    -webkit-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.mask,
.mask-noticia {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 13.3em;
    height: 18.4em;
    border: none;
    font: normal 16px/1 "Times New Roman", Times, serif;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 0.5em;
    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.02) 29%, rgba(255, 255, 255, 0) 38%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.02) 29%, rgba(255, 255, 255, 0) 38%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.02) 29%, rgba(255, 255, 255, 0) 38%, rgba(0, 0, 0, 1) 100%);
    background-position: 100% 100%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    opacity: 1;
    position: absolute;
    top: 0;
}

.mask-noticia {
    width: 92.9%;
    height: 14.4em;
    border-radius: 0.4em;
}

.nome-revista {
    font-family: "Oswald";
    margin-top: 10.5em;
    margin-bottom: 0;
    font-size: 1.3em;
}

.nome-revista2 {
    font-family: "Oswald";
    margin-top: 14.5em;
    margin-bottom: 0;
    font-size: 1.2em;
}

.nome-revista-noticia {
    margin-top: 7.2em;
    font-family: "Oswald";
    margin-bottom: 0;
    font-size: 1.4em;
}

.mes-revista {
    font-family: "Oswald";
    margin-top: 5px;
    margin-bottom: 0em;
    font-size: 0.8em;
}

.carregar-mais {
    margin: auto;
    display: block;
    background: rgb(0, 98, 168);
    border: none;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    font-family: 'Oswald', sans serif;
}

.top-brasil-auto {
    margin-top: 4em;
}

.texto-brasilian {
    color: #0099cb;
    font-family: "Oswald";
    font-style: italic;
    font-size: 1.7em;
}

.botao-contato {
    border: none;
    background: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.5em;
    color: rgb(0, 98, 169);
    float: right;
    padding-right: 0;
    text-align: right;
}

.g-recaptcha {
    padding: 0;
}

.form-wrap {
    height: -webkit-fill-available;
}

.botao-candidatos {
    background-color: #0099cb;
    color: #fff;
    font-family: "Oswald";
    transition: all ease 0.5s;
}

.box-noticia {
    background-color: #fff;
    border: 0.1em solid #d8d8d8;
    overflow: hidden;
    border-radius: 0.4em;
    height: 34.1em;
}

.titulo-post-destaque {
    font-family: "Oswald";
    color: #015874;
    margin: 0em;
    font-size: 2.5em;
    padding-bottom: 0.3em;
    padding-top: 0.5em;
}

.titulo-post-interna {
    font-family: "Sugoe UI";
    font-weight: 700;
    color: black;
    margin: 0em;
    font-size: 15px;
}

.facebook-noticia {
    background-image: url('../imagens/icones/facebook-noticia.png');
    background-repeat: no-repeat;
    height: 1.9em;
    width: 1.9em;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.facebook-noticia:hover {
    background-image: url('../imagens/icones/facebook-noticia-over.png');
    height: 1.9em;
    width: 1.9em;
}

.twitter-noticia {
    background-image: url('../imagens/icones/twitter-noticia.png');
    background-repeat: no-repeat;
    height: 1.9em;
    width: 1.9em;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.twitter-noticia:hover {
    background-image: url('../imagens/icones/twitter-noticia-over.png');
    height: 1.9em;
    width: 1.9em;
}

.google-plus-noticia {
    background-image: url('../imagens/icones/google-plus-noticia.png');
    background-repeat: no-repeat;
    height: 1.9em;
    width: 1.9em;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.google-plus-noticia:hover {
    background-image: url('../imagens/icones/google-plus-noticia-over.png');
    height: 1.9em;
    width: 1.9em;
}

.pinterest-noticia {
    background-image: url('../imagens/icones/pinterest-noticia.png');
    background-repeat: no-repeat;
    height: 1.9em;
    width: 1.9em;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.pinterest-noticia:hover {
    background-image: url('../imagens/icones/pinterest-noticia-over.png');
    height: 1.9em;
    width: 1.9em;
}

.sociais-noticia {
    max-width: 505px;
    width: 100%;
    overflow: hidden;
    margin-right: -40px;
    margin-top: -33px;
    background: white;
}

.social-share-button button {
    padding: 0;
    background: transparent;
    width: 40px;
    border: none;
}

.noticia {
    border-bottom: 0.1em solid #d4d4d4;
    overflow: hidden;
    padding-bottom: 1em;
    margin-top: 1em;
}

.noticia:first-child {
    margin-top: 0;
}

.noticia:last-child {
    border-bottom: none;
}

.titulo-recentes {
    font-family: "Oswald", sans-serif;
    font-size: 2.5em;
    font-weight: 900;
    color: rgb(0, 98, 168);
    margin-left: 57px;
}

.titulos-recentes-linha-pesquisa {
    width: 77%;
    background-color: #676767;
    height: 6px;
    margin: 0.9em 0 0;
    float: right;
}

.titulos-recentes-linha-categorias {
    width: 71%;
    background-color: #676767;
    height: 6px;
    margin: 0.9em 0 0;
    float: right;
}

.pesquisa-form {
    margin: 1em 0;
}

.pesquisa-form input {
    padding: 0.6em;
    background: #f6f6f6;
    border: 0.1em solid #f6f6f6;
    margin-right: -1em;
    width: 92%;
    font-family: "Oswald", sans-serif;
    font-size: 1.1em;
}

.botao-pesq {
    background: #0099cb;
    border: 0.1px solid #0099cb;
    padding: 0.6em 1em;
}

.categorias {
    padding: 0.5em 0;
    font-family: "Segoe Ui";
    color: #646464;
    -webkit-transition: opacity 1s ease 0s;
    -moz-transition: opacity 1s ease 0s;
    -ms-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
    width: 350px;
    float: right;
}

.categorias li {
    list-style: none !important;
    padding: 0.5em 0;
}

.categorias li a {
    font-family: "Segoe UI" !important;
    font-weight: 500;
    color: black;
}

.categorias li:first-child {
    border-top: none;
}

.news-adicionais .data-ultimas-noticias:first-of-type {
    margin-top: 75px;
}

.titulos-recentes-linha {
    width: 44%;
    background-color: #676767;
    height: 6px;
    margin: 0.9em 0 0;
    float: left;
    margin-left: 58px;
}

.titulo-post-noticia-interna {
    font-family: "Oswald";
    color: #0062a8;
    font-weight: normal;
    margin: 0em;
    font-size: 45px;
    padding-bottom: 30px;
    line-height: 51px;
}

.fonte-noticias {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #0062a8;
    margin: 0;
    float: left;
    width: 100%;
    margin-right: 10px;
    font-size: 18px !important;
    text-align: center !important;
}

.fonte-noticias a {
    color: #0062a8;
    margin-top: 7px;
    display: block;
}

.foto-publicador {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin-right: 4px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #0062A8;
    margin-right: 5px;
}

.news-arrows {
    width: 12%;
    float: left;
    max-width: 75px;
    margin-right: 5px;
}

.news-bar {
    width: 88%;
    float: left;
}

.data-post-interna {
    font-family: "Oswald";
    float: left;
    margin: 0.5em 0.5em;
}

.conteudo-post-interna {
    font-family: "Oswald";
}

.conteudo-post-interna2,
div.conteudo-post-interna2,
.conteudo-post-interna2 p,
.conteudo-post-interna2 h1,
.conteudo-post-interna2 h2,
.conteudo-post-interna2 h3,
.conteudo-post-interna2 h4,
.conteudo-post-interna2 h5,
.conteudo-post-interna2 h6,
.conteudo-post-interna2 span {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    letter-spacing: -0.6px;
    color: rgb(0, 0, 0);
    text-align: left;
}

.conteudo-post-interna2 p span {
    margin: 0.25em 0;
    font-family: 'Oswald', sans-serif !important;
    font-size: 1.1em;
}

.conteudo-post-interna2 div p a {
    color: #0099cb;
}

.conteudo-post-interna p {
    margin: 0em 0;
}

.conteudo-post-interna-layout2 {
    font-family: "Oswald";
}

.conteudo-post-interna-layout2 p {
    margin: 0.0em 0;
}

.blockquote-azul {
    padding: 10px 20px;
    margin: 10px 0 0 10px;
    font-size: 17.5px;
    border-left: 2px solid #0099cb;
}

.blockquote-azul p {
    color: #0099cb;
    font-family: "Oswald";
    font-style: italic;
}

.fd-comentarios {
    background-color: #f3f3f3;
}

.comentarios {
    overflow: hidden;
}

.comentario-individual {
    overflow: hidden;
    padding-bottom: 2em;
    margin-top: 2em;
    border-bottom: 0.2em solid #e1e1e1;
}

.comentario-individual:first-child {
    margin-top: 0;
}

.imagem-comentarios {
    background-color: #777777;
    height: 4.3em;
    width: 4.3em;
    float: left;
}

.nome-comentario {
    font-family: "Oswald";
    margin: 0.5em 0 0 0.4em;
    font-size: 1.2em;
    clear: right;
}

.quantidade {
    font-family: "Oswald";
}

.data-comentario {
    font-family: "Oswald";
    float: left;
    margin: 0.2em 0 0 0.5em;
    clear: left;
}

.responder {
    color: #0099cb;
    font-family: "Oswald";
    margin-left: 0.2em;
    font-size: 1.2em;
    clear: right;
}

.conteudo-comentario {
    font-family: "Oswald";
    margin: 1.8em 0;
}

.insira-comentario {
    font-family: "Oswald";
    color: #000;
    margin: 1em 0;
}

.form-comentario {
    overflow: hidden;
}

.form-comentario input {
    color: #b0b0b0;
    border: 0.1em solid #cecece;
    font-family: "Oswald";
    padding: 0.7em 0 0.7em 1em;
    margin-bottom: 2em;
}

.form-comentario textarea {
    color: #b0b0b0;
    resize: none;
    height: 13em;
    border: 0.1em solid #cecece;
    font-family: "Oswald";
    padding: 0.7em 0 0.7em 1em;
    margin-bottom: 2em;
}

.btn-comentario {
    color: #fff;
    font-family: "Oswald";
    background-color: #0099cb;
    border-color: #2e6da4;
    border-radius: 0em;
    transition: all ease 0.5s;
}

.conteudo-post-interna-segundo {
    font-family: "Oswald";
}

.chamada-noticia-interna {
    font-size: 1.4em;
}

.fonte-maior {
    font-size: 1.2em;
}

.font-2-1 {
    font-size: 2.1em;
}

.pequeno-titulo {
    margin: 2em 0em;
    font-family: "Oswald";
}

.pequeno-titulo p {
    font-family: "Oswald";
}

.modal-content {
    background-color: #0099cb;
    border-radius: 0em;
    color: #fff;
    padding: 1.3em;
}

.modal-title {
    width: 52%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.form-popup {
    margin: 3em 0;
}

.form-popup input {
    color: #676767;
    width: 100%;
    font-family: "Oswald";
    padding: 0.7em 0 0.7em 1em;
    margin-bottom: 2em;
}

.btn-assine-aqui {
    background-color: #676767;
}

.bg-anuncie {
    background-image: url('../imagens/banners/anuncie.jpg');
    height: 25em;
    overflow: hidden;
}

.subtitulo-anuncie {
    font-family: "Oswald";
    width: 90%;
}

.icone-anuncie {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 37%;
}

.descricao-anuncie {

    font-family: "Oswald";
    font-size: 1.1em;
    margin-top: 1em;
}

.panel-default>.panel-heading {
    background-color: #f4f4f4;
}

.bg-primary {
    background-color: #0099cb;
}

.note {
    background-color: #f4f4f4;
}

.form-anuncie input {
    color: #b0b0b0;
    border: 0.1em solid #d6d6d6;
    font-family: "Oswald";
    padding: 0.7em 0 0.7em 1em;
    margin-bottom: 2em;
    width: 100%;
}

.form-anuncie textarea {
    color: #b0b0b0;
    resize: none;
    height: 13em;
    border: 0.1em solid #d6d6d6;
    font-family: "Oswald";
    padding: 0.7em 0 0.7em 1em;
    margin-bottom: 2em;
}

.bg-assine {
    background-image: url("../imagens/banners/assine.jpg");
    height: 25em;
    overflow: hidden;
    background-position: 50%;
    background-position-y: 60%;
}

.bg-azul-mais-claro {
    background-color: #128eb7;
    height: 7em;
}

.bg-azul-mais-escuro {
    background-color: #005b79;
    height: 7em;
}

.bg-azul-mais-claro h3,
.bg-azul-mais-escuro h3 {
    color: #fff;
    margin: 0em;

    font-family: "Oswald";
    margin: 0.0em 0em;
    font-size: 2.2em;
}

/* .bg-azul-mais-claro:before {
    content: "";
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 2em solid #128eb7;
    margin-top: 6em;
    position: absolute;
    float: none;
    margin-left: 16em;
} */

.bg-azul-mais-escuro:before {
    content: "";
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 2em solid #005b79;
    margin-top: 6em;
    position: absolute;
    float: none;
    margin-left: 16em;
}

.bloco-plano {
    background-color: #f8f8f8;
    padding: 4em;
}

.valor-plano {

    font-family: "Oswald";
    font-size: 1.8em;
    margin: 1em 0em;
    color: #676767;
    text-align: center;
}

.botao-gratis {
    width: 29%;
}

.tenha-acesso {
    font-family: "Oswald";
    color: #393939;
    font-size: 1.8em;
}

.texto-mantenha-se h4 {
    font-family: "Oswald";
    color: #393939;
    font-size: 1.8em;
}

.texto-mantenha-se p {
    font-family: "Oswald";
    color: #393939;
}

.titulo-assine-interna {
    font-family: "Oswald";
    color: #393939;
}

.alert {
    font-family: "Oswald";
    font-weight: 700;
    color: #fff;
    background-color: #222;
    left: 1em;
    top: 0.7em;
    float: left;
    position: relative;
    margin-bottom: 0.5em;
}

.alert-cinza {
    color: #676767;
    background-color: #f3f3f3;
    border-color: #b3b3b3;
    padding-bottom: 2.5em;
}

.alert-cinza p {

    font-family: "Oswald";
    float: left;
    margin-bottom: 2em;
}

.alert-assinatura {
    background: rgb(220, 221, 222);
    padding: 30px;
    border: none;
}

.alert-assinatura p {
    font-family: 'Oswald', sans-serif;
    color: rgb(0, 98, 169);
    text-align: left;
    font-size: 16px;
}

.social-assine-icon {
    width: 67%;
    float: left;
    margin: -3px 0px;
}

.ou {
    font-family: "Oswald";
    text-align: center;
}

.titulo-assine-login {

    font-family: "Oswald";
    color: #0099cb;
}

.titulo-assine-login:after {
    content: "";
    border-bottom: 0.3em solid #656262;
    height: 0.6em;
    width: 4em;
    display: block;
}

#cadastro .modal-body {
    position: relative;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#cadastro .modal-title {
    text-align: center;
}

#cadastro input[type="text"],
#cadastro input[type="email"] {
    color: black;
}

#cadastro .modal-body button {
    background: #0062A8;
    max-width: 300px;
    text-align: center;
    margin: auto;
    display: block;
}

.form-cadastro input {
    margin-bottom: 0.5em;
    margin-top: 1em;
    color: rgb(0, 98, 168);
    padding: 0.8em 0.5em;
}

.plano-escolhido {
    margin-top: 5em;
    padding-left: 1em;
    border: 0.2em solid #f3f3f3;
    overflow: hidden;
}

.plano-escolhido h4 {
    color: rgb(0, 98, 168);

    font-family: "Oswald", sans-serif;
}

.titulo-cadastro {

    font-family: "Oswald";
    font-weight: 500;
    color: #000;
    margin-top: 0em;
}

.form-cadastro h4 {
    font-family: "Oswald";
    font-weight: 500;
    color: #fff;
}

.form-noticias {}

.form-cadastro label {
    font-family: "Oswald";
    font-weight: 400;
    color: #f00;
    font-size: 0.9em;
}

.form-cadastro select {
    margin-top: 1em;
    padding: 0.95em 0.5em;
    height: auto;
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    color: #000;
    font-family: "Oswald";
    font-weight: 400;
    font-style: none;
    3 font-size: 14px;
    line-height: 1.9;
}

input[type="radio"]+label span,
input[type="checkbox"]+label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    margin: 0.4em;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 0%;
    border-radius: 0%;
}

input[type="radio"]+label span,
input[type="checkbox"]+label span {
    background-color: #e4e4e4;
}

input[type="radio"]:checked+label span,
input[type="checkbox"]:checked+label span {
    background-color: rgb(0, 98, 168);
    border: 5px solid #e4e4e4;
}

input[type="radio"]+label span,
input[type="radio"]:checked+label span,
input[type="checkbox"]+label span,
input[type="checkbox"]:checked+label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

textarea {
    resize: none;
}

span {
    display: block;
}

.bg-contato {
    background-image: url("../imagens/banners/contato.jpg");
    height: 25em;
    overflow: hidden;
    background-position: 50%;
}

.contato-redacao {
    border-top: 5px solid rgb(0, 98, 169);
    padding-top: 10px;
    padding-bottom: 10px;
}

.contato-redacao p,
.contato-redacao h2 {
    font-family: 'Oswald', sans-serif;
}

.contato-redacao h2 {
    color: rgb(0, 98, 169);
}

.carousel-indicators {
    bottom: -5px;
}

.linha-preta-nossos-produtos {
    border-bottom: 0.3em solid #ffffff;
    width: 30%;
}

.linha-preta-nossos-produtos:after {
    border-bottom: 0.3em solid #ffffff;
    content: "";
    width: 14em;
    display: block;
    margin-top: 0em;
    position: absolute;
    left: 6.52em;
}

.logo-nossos-produtos {
    margin-top: 9em;
}

.mulher-nossos-produtos {
    margin-top: -10.9em;
    width: 25%;
}

.largura-foto-mulher {
    width: 100%;
}

.bg-seminarios {
    background-image: url("../imagens/banners/seminarios.jpg");
    height: 25em;
    overflow: hidden;
    background-position: 30%;
    background-size: cover;
}

.anuncio-seminarios {
    margin-top: 2em;
}

.form-seminarios input {
    margin-bottom: 0.5em;
    margin-top: 1em;
    padding: 0.8em 0.5em;
}

.form-seminarios h4 {
    font-family: "Oswald";
}

.form-seminarios label {
    font-family: "Oswald";
    color: #000;
    font-style: italic;
    font-size: 0.9em;
}

.form-seminarios select {
    margin-top: 1em;
    padding: 0.95em 0.5em;
    height: auto;
}

.fd-azul-topo {
    background-color: rgb(255, 255, 255);

    /* padding-bottom: 5.35%; */
}


#animacao-input {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    width: 65%;
    border: 1px solid rgb(0, 98, 168);
}

.sem-fundo {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown:hover>p span {
    color: white;
    background: rgb(0, 98, 168);
}

.dropdown-menu>li>a {
    color: rgb(255, 255, 255) !important;
    font-weight: 700;
}

.dropdown {
    position: relative;
    float: left;
    background: none;
    margin: 0.9em 0.4em;
    color: rgb(0, 98, 168) !important;
    cursor: pointer;
    font-family: "Oswald";
    font-size: 1.1em;
    margin-top: 14px;
    margin-right: 1em;
    margin-left: 1em;
    font-weight: 700;
}

.caret {
    margin: 0.5em 0 0.5em 0.3em;
}

.dropdown-menu {
    background-color: rgb(0, 98, 169);
    color: rgb(255, 255, 255);
}

.dropdown-menu li {
    margin: 0em;
    width: 100%;
    padding: 0em !important;
}

.dropdown ul li {
    padding: 0 !important;
}

.dropdown-menu>li {
    transition: .3s;
}

.dropdown-menu>li:hover {
    background: rgb(0, 65, 113) !important;
}

.dropdown-menu>li>a {
    color: #fff !important;
}

.dropdown-menu>li>a:hover {
    color: rgb(255, 255, 255) !important;
    background: rgb(0, 65, 113) !important;
}

.logo-rodape img {
    margin-top: 20px;
    margin-bottom: 30px;
}

.nome-colunista {

    font-family: "Oswald";
    color: #000;
}

.categoria-colunista {
    font-family: "Oswald";
    color: #0099cb;
}

.colunista {
    margin-top: 2em;
    overflow: hidden;
}

.rodape-copyright {
    float: left;
}

.paineis-bloco {
    width: 100%;
    margin: 0 auto;
}

.paineis-item {
    height: 200px;
    width: 200px;
    margin-top: 100px;
    background-color: #00a6e1;
    float: left;
    margin-left: 20px;
    padding-top: 80px;
}

.paineis-item a {
    color: #fff;
}

.paineis-item a:hover {
    color: #fff;
}

.anuncio-direita-noticias-interna {
    float: right;
    margin-bottom: 20px;
    margin-top: 11px;
}

.anuncio-direita-noticias-interna img {
    float: right;
    width: 300px;
}

.interna-noticias-banner-lateral {
    margin-right: 0;
}

.item-interno-redes-sociais {
    float: left;
    width: 25px;
}

.item-interno-redes-sociais-2 {
    float: left;
    width: 40px;
    margin-left: 8px;
}

.paginacao-noticias {
    padding-top: 10px;
    border-top: none;
    text-align: right;
    color: rgb(0, 98, 168);
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
    margin-right: 33px;
    width: 100%;
}

.paginacao-noticias a,
.paginacao-noticias strong {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: rgb(0, 98, 168);
}

.container-news:nth-last-of-type(2):after {
    display: none;
}

.imagem-post-layout2 {
    float: left;
    height: auto;
    margin-right: 20px;
    width: 370px;
}

.imagem-post-layout2 img {
    height: auto;
    width: 370px;
}

.imagem-post-layout3 {
    float: right;
    height: 230px;
    width: 370px;
}

.imagem-post-layout2g {
    margin-top: 20px;
}

.lateral-noticias {
    float: right;
    margin-top: 0%;
    padding-right: 20px;
}

.titulo-publicacoes-recentes {}

.titulo-publicacoes-recentes p {
    margin-left: 15px;
}

.noticias-busca {
    width: 100%;
}

.noticias-busca-item {
    width: 1000px;
    float: left;
    margin-bottom: 30px;
    height: 200px;
}

.noticias-busca-titulo {
    width: 230px;
    margin-left: 30px;
    float: left;
    font-weight: bold;
}

.noticias-busca-subtitulo {
    width: 230px;
    margin-left: 30px;
    margin-top: 10px;
    float: left;
}

.noticias-busca-imagem {
    width: 270px;
    float: left;
}

.noticias-busca-imagem img {
    width: 270px;
    height: 200px;
}

.foto-slide-principal {
    position: relative;
}

.noticia-home {
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 400px;
}

/* .noticia-home{
    transform: scale(1.1);
} */

.hover-slide:hover .noticia-home {}

.foto-slide-principal img {
    height: 402px;
    width: 643px;
}

.form-cadastro {
    margin-left: -15px;
    padding-bottom: 40px;
}

.formulario-assine {
    margin-left: 10px;
}

.premios-menu {
    font-weight: bold;
    margin-left: 0px;
    color: #222;
}

.noticia-imagem-adicional img {
    margin-top: 20px;
    width: 100%
}

.botao-boleto {
    float: left;
    margin-left: 80px;
}

.botao-cartao {
    float: left;
    margin-left: 10px;
}

.logotipo25anos img {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 5;
}


.novidade-individual2 {
    height: 130px;
}

.novidade-individual {
    height: 20em;
}

.anuncio-topo {
    width: 100%;
}

.anuncio-topo img {
    margin-left: 10px;
    float: left;
    top: 0;
}

.noticia img {
    width: 250px;
}

.bloco-fotos {
    width: 850px;
}

.imagem-patrocinio-seminarios img {
    margin-bottom: 20px;
}

.mask-slide-principal {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 300px;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

b,
strong {

    font-family: "Oswald";
    font-weight: 900;
}

.scrollup {
    display: none;
    position: fixed;
    bottom: 100%;
    right: 1em;
    z-index: 12;
    cursor: pointer;
    transform: scale(0.8);
    transition: transform 1s;
    color: #0099cb;
    font-size: 2.5em;
    top: 85%;
}

.scrollup:hover {
    transform: scale(1);
}

.mapa iframe {
    height: 20em;
}

.noticia-um {
    padding-bottom: 20px;
    width: 100%;
}

.noticia-um img {
    width: 100%;
    object-fit: cover;
}

.noticia-dois {
    height: 600px;
    width: 300px;
    background-position: center 5px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 1em 1em 0;
}

.publicacao-baixo-indicators {
    bottom: 35px;
    left: 94%;
    width: 0%;
    margin-left: 0;
}

.publicacao-baixo-indicators li {
    background-color: #676767;
    border: 1px solid #676767;
}

.publicacao-baixo-indicators .active {
    background-color: #fff;
    border: 1px solid #0099cb;
}

.botao-padrao {
    background: rgb(0, 98, 169);
    padding: 5px 30px 5px 30px;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 900;
    font-size: 12px !important;
    color: rgb(255, 255, 255) !important;
    display: inline-block;
}

.pub-topo {
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    width: 355px;
    background-position: 50%;
    margin-top: 1.5em;
}

.pub-topo-maior {
    width: 100%;
    margin-left: 0em;
    background-size: cover;
}

.pub-topo-menor {
    width: 100%;
    margin-left: 0em;
    background-size: cover;
}

.pub-top-not {
    height: 150px;
    width: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.pub-top-not-left {
    /* margin-left: -10px; */
}

.pub-top-not-right {
    margin-left: 10px;
}

.pub-curtas {
    height: 230px;
    background-repeat: repeat;
    background-size: cover;
}

.texto-curtas-home p {
    font-family: 'Oswald' !important;
    font-size: 16px !important;
    letter-spacing: -0.6px;
    color: rgb(72, 72, 72);
    text-align: left;
}

.sub-curtas-home {
    font-family: 'Segoe UI' !important;
    font-size: 15px !important;
    font-weight: 400;
    letter-spacing: -0px;
    color: black;
    text-align: left;
    margin-top: 0;
    width: 100%;
    float: left;
    line-height: 20px;
}

.autodata-empresarial-home .botao-preto,
.autodata-empresarial-home .botao-azul-compartilhe {
    font-size: 10px !important;
}

.curtas-titulo.titulo-azul::after {
    display: none;
}

.icone-cadeado-aberto-azul {
    float: none;
    padding: 0;
    padding-left: 10px;
    margin-top: -7px;
    width: 25px;
}

.icone-cadeado {
    width: 13px;
    height: 17px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.mt-25 {
    margin-top: 25px;
}

.pub-img-home {
    height: 200px;
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}

.autodata-empresarial-home .pub-img-home {
    height: 210px;
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}

.conteudo-post-empresarial {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 0;
    height: auto;
    padding: 0;
}

.conteudo-post-empresarial .titulo-post {
    font-weight: 500;
}

.empresarial-redes {
    width: 31%;
    float: left;
    padding-top: 5px;
}

.botao-leia-mais {
    width: 45%;
    float: left;
    display: block;
}

.sub-empresarial-home {
    font-family: 'Oswald' !important;
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: -0.6px;
    color: rgb(99, 100, 102);
    text-align: left;
    margin-top: 0;
    width: 100%;
    float: left;
}

.revistas .icone-cadeado-aberto-branco {
    padding: 10px 0 0 12px;
    width: 35px;
    height: 35px;
    margin: 0;
    float: left;
}

.curtas-home-text-container {
    clear: both;
    padding-bottom: 10px;
}

.tooltip {
    display: inline-block;
    position: relative;
    border-bottom: 1px dotted #666;
    text-align: left;
}

.tooltip .right {
    min-width: 200px;
    max-width: 400px;
    top: 50%;
    left: 100%;
    margin-left: 20px;
    transform: translate(0, -50%);
    padding: 10px 20px;
    color: #444444;
    background-color: #EEEEEE;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    border: 1px solid #000000;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    display: none;
}

.tooltip:hover .right {
    display: block;
}

.tooltip .right i {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden;
}

.tooltip .right i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
    background-color: #EEEEEE;
    border: 1px solid #000000;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.conteudo-post-curtas {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 2em;
    height: auto;
    padding: 0;
}

.container-botoes-home {
    bottom: 30px;
    width: 100%;
    position: absolute;
}

.celulavotacao:hover {
    width: 25%;
    transform-origin: top;
    transform: scale(1.4) translateY(13px);
    transform-origin: top center;
    background: white;
    z-index: 99;
    box-shadow: 2px 2px 6px 2px;
}

.celulavotacao .img-opcao {
    float: left;
    border-right: none;
    border-bottom: 0.1em solid rgb(0, 98, 168);
    width: 100%;

}

.celulavotacao {
    overflow: hidden;
    width: 23%;
    transition: .5s;
    padding: 0;
    background: white;
    margin-right: 1%;
}

.celulavotacao .titulo-opcao {
    margin: auto;
    display: block;
    width: 100%;
}

.celulavotacao:hover .opcoes {
    height: auto;
}

.celulavotacao .opcoes {
    border: 0.1em solid rgb(0, 98, 168);
    height: 590px;
}

.celulavotacao .subtitulo {
    margin: auto;
    margin-top: 10px;
}

.destaque {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    ;
    height: 32em;
    position: relative;
}

.margin-top-2 {
    margin-top: 2em !important;
}

/* .capa-revista-home img {
    width: 182px;
    height: 232px;
} */

.capa-revista-home img {
    height: 100%;
    width: 100%;
}

.premio {
    color: #676767;
}

.titulo {
    font-family: "Oswald";
    font-size: 2.12em;
}

.subtitulo {
    font-family: "Oswald";
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
}

.text {
    line-height: 1.6em;
}

.text-upper {
    text-transform: uppercase;
}

.text-azul {
    color: #0099cb;
}

.text-cinza {
    color: #676767;
}

.premio .text {
    font-family: "Oswald";
}

.btn {
    border-radius: 0em;
    padding: 1em 2em;
}

.btn-azul {
    background-color: #006d91;
    color: #fff;
    transition: all 0.5s;
}

.btn-azul:hover {
    background-color: #222;
    color: #fff;
}

.btn-center {
    font-family: "Oswald";
    width: 90px;
    margin-top: 2em;
}

.botao-center {
    width: 155px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 1.5em
}

.bloco-plano {
    height: 270px;
}

.imagem-patrocinio-seminarios img {
    width: 11.4em;
}

.anuncio-1-home {
    padding-left: 0;
}

.anuncio-1-home img {
    width: 100%;
}


.anuncio-2-home img {
    width: 100%;
}

.anuncio-3-home {
    padding-right: 0;
}

.anuncio-3-home img {
    width: 100%;
}

.anuncios-topo-site {
    margin-top: 1.5em;
}

.revistas {
    margin-top: 30px !important;
    overflow: hidden;
}

.imagem-revista {
    max-width: 240px;
    width: 100%;
    margin: auto;
    max-height: 320px;
}

@media(max-width: 1200px) {
    .imagem-revista {
        max-width: 240px;
        width: 100%;
        margin: auto;
        max-height: 264px;
    }
}

@media(max-width: 992px) {
    .imagem-revista {
        max-width: 240px;
        width: 100%;
        margin: auto;
        max-height: 100%;
    }
}

.news-line {
    background: rgb(0, 98, 168);
    margin-top: 20px;
}

.news-home-title {
    background: rgb(0, 0, 0);
    padding: 17px;
    text-align: center;
}

.news-home-title span {
    margin: auto;
    width: 100%;
    color: rgb(255, 255, 255);
}

.desc-etiqueta {
    font-family: "Oswald", sans-serif;
    padding: 1.5% 1% !important;
}


#myCarouselNews .carousel-inner .item a {
    color: rgb(255, 255, 255);
}

#carousel-principal-indicators {
    bottom: 15px;
    width: auto;
    right: 10%;
    left: auto;
    margin: 0;
}

.carousel-destaques-indicators {
    bottom: -60px !important;
    width: auto;
    right: 46.5% !important;
    left: auto;
    margin: 0;
}

#carousel-principal-indicators li {
    background-color: rgb(0, 98, 168);
    border: none;
    border-radius: 0;
    width: 30px;
    padding: 0;
    height: 5px;
}

#carousel-principal-indicators .active {
    background-color: rgb(255, 255, 255) !important;
    border: none;
    border-radius: 0;
    width: 30px;
    padding: 0;
    height: 5px;
    margin: 1px;
}

.carousel-maior {
    margin-top: 0px;
    margin-bottom: 30px;
}

.carousel-maior .carousel-caption {
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    font-size: 2em;
    width: 50%;
    position: absolute;
    bottom: 150px !important
}


.carousel-maior .carousel-caption h2 {
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    font-size: 1.8em;
}

.carousel-maior-botao {
    background: rgb(0, 98, 168);
    padding: 10px 70px 10px 70px;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 900;
    font-size: .6em !important;
    color: rgb(255, 255, 255) !important;
    display: none;
}

.botao-preto {
    background: rgb(0, 0, 0);
    padding: 5px 30px 5px 30px;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 900;
    font-size: 12px !important;
    color: rgb(255, 255, 255) !important;
    margin-top: 5px;
    display: inline-block;
}

.botao-azul-compartilhe {
    background: rgb(0, 98, 168);
    padding: 5px 30px 5px 30px;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 900;
    font-size: 12px !important;
    color: rgb(255, 255, 255) !important;
    margin-top: 5px;
    float: right;
    display: inline-block;
}

.carousel-maior .noticia-home {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-height: 395px;
}


.novidade-individual .img-novidade {
    margin: 1em 0em;
    width: 100%;
    float: left;
    margin-right: 5%;
}


.novidade-individual .conteudo-novidade {
    float: left;
    margin: 0em 0em;
    width: 100%;
}

.novidade-individual .conteudo-novidade p,
.novidade-individual .conteudo-novidade a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgb(255, 255, 255) !important;
}

.novidade-individual .conteudo-novidade .botoes-destaque-container a {
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    font-size: 12px;
    color: rgb(255, 255, 255) !important;
    background: rgb(0, 0, 0);
    padding: 5px 30px 5px 30px;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 900;
    font-size: 12px !important;
    color: rgb(255, 255, 255) !important;
    margin-top: 5px;
}

.botoes-destaque-container {
    margin-top: 5px;
}

.botoes-destaque-container a {
    background: rgb(0, 0, 0);
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
}

.botoes-destaque-container {
    margin-top: 0px;
    position: absolute;
    bottom: 0;
}

#destaques-home-titulo {
    color: rgb(255, 255, 255);
}


.footer-lg-grid {
    width: 20% !important;
    float: left;
}

.conteudo-noticia {
    display: inline-block;
    height: -webkit-fill-available;
}

.compartilhe-noticia {
    padding: 2px 10px;
    text-align: left;
    float: right;
    background: white;
    color: rgb(255, 255, 255) !important;
    font-size: 1em !important;
    margin-bottom: -25px;
}

.categoria-noticia {
    padding: 2px 10px;
    margin-right: 5px;
    float: left;
    color: rgb(255, 255, 255) !important;
    font-size: 20px;
}

.data-noticia {
    display: block;
    color: white;
    font-size: 1.1em;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.noticia-fechada-background {
    z-index: 9999;
    position: absolute;
    top: 135px;
}

.noticia-fechada-background.novo {
    z-index: 9999;
    position: relative;
    top: -100px;
    margin-bottom: -95px;
}

.noticia-fechada-background.novo .bottom-gradient {
    display: none;
}

.noticia-fechada-container {
    background: rgb(220, 221, 222);
    padding: 20px 15% 20px 15%;
}

.noticia-fechada-background p,
.noticia-fechada-background a {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    text-align: center;
    color: rgb(0, 98, 168);
    margin-bottom: 10px;
}

.noticia-fechada-botao-entrar {
    padding: 5px 0 5px 0;
    background: rgb(0, 98, 168);
    color: rgb(255, 255, 255) !important;
    display: block;
    width: 40%;
    margin: auto;
}

.noticia-fechada-botao-assinar {
    padding: 5px 0 5px 0;
    background: rgb(63, 163, 27);
    width: 40%;
    color: rgb(255, 255, 255) !important;
    display: block;
    margin: auto;
}

.publicador-container .fonte-noticias {
    text-align: center !important;
}

.top-gradient {
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .6), rgba(255, 255, 255, 1));
}

.bottom-gradient {
    height: 100px;
    background: rgba(255, 255, 255, 1);
}

.titulo-azul {
    color: rgb(0, 98, 169);
}

.titulo-padding {
    padding-left: 15px;
}

.pl-0 {
    padding-left: 0;
}

.position-relative {
    position: relative;
}

.edicao-do-mes {
    padding: 40px 0 30px 0;
    ;
    background: rgb(220, 221, 222);
}

.titulo-edicao-do-mes {
    margin-top: 0;
    color: rgb(0, 98, 169);
    font-family: 'Oswald', sans-serif;
    text-align: center;
    white-space: nowrap;
}

.imagem-edicao-do-mes {
    width: 100%;
    height: auto;
}

.imagems-edicao {
    width: 100%;
    max-width: 200px;
    height: 130px;
    object-fit: cover;
    display: block;
    float: left;
    padding: 10px 10px 0px 0px;
}

.textos-edicao {
    display: block;
    float: left;
    width: 70%;
    padding: 5px 0 10px 0;
    color: black;
    font-family: 'Segoe Ui', sans-serif;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;

}

.celula-noticia {
    padding: 0 0 30px 0;

}

.titulos-edicao {
    margin-top: 40px;
    color: rgb(0, 98, 169);
    font-family: 'Oswald', sans-serif;
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}

.titulo-azul {
    color: rgb(0, 98, 169);
}

.edicao-do-mes {
    padding: 40px 0 30px 0;
    ;
    background: rgb(220, 221, 222);
}

.titulo-edicao-do-mes {
    margin-top: 0;
    color: rgb(0, 98, 169);
    font-family: 'Oswald', sans-serif;
    text-align: center;
    white-space: nowrap;
}

.imagem-edicao-do-mes {
    width: 100%;
    height: auto;
}

.imagems-edicao {
    width: 100%;
    max-width: 200px;
    height: 130px;
    object-fit: cover;
    display: block;
    float: left;
    padding: 10px 10px 0px 0px;
}

.textos-edicao {
    display: block;
    float: left;
    width: 70%;
    padding: 5px 0 10px 0;
    color: black;
    font-family: 'Segoe Ui', sans-serif;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
}

.celula-noticia {
    padding: 0 0 30px 0;

}

.titulos-edicao {
    margin-top: 40px;
    color: rgb(0, 98, 169);
    font-family: 'Oswald', sans-serif;
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}

.titulo-azul {
    color: rgb(0, 98, 169);
}

.edicao-do-mes {
    padding: 40px 0 30px 0;
    ;
    background: rgb(220, 221, 222);
}

.titulo-edicao-do-mes {
    margin-top: 0;
    color: rgb(0, 98, 169);
    font-family: 'Oswald', sans-serif;
    text-align: center;
    white-space: nowrap;
}

.imagem-edicao-do-mes {
    width: 100%;
    height: auto;
}

.imagems-edicao {
    width: 100%;
    max-width: 200px;
    height: 130px;
    object-fit: cover;
    display: block;
    float: left;
    padding: 10px 10px 0px 0px;
}

.textos-edicao {
    display: block;
    float: left;
    width: 70%;
    padding: 5px 0 10px 0;
    color: black;
    font-family: 'Segoe Ui', sans-serif;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
}

.celula-noticia {
    padding: 0 0 30px 0;

}

.titulos-edicao {
    margin-top: 40px;
    color: rgb(0, 98, 169);
    font-family: 'Oswald', sans-serif;
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}

@media (min-width: 1200px) {}

@media (max-width: 600px) {
    .imagems-edicao {
        width: 100%;
    }

    .textos-edicao {
        width: 100%;
    }
}


@media (max-width: 600px) {
    .imagems-edicao {
        width: 100%;
    }

    .textos-edicao {
        width: 100%;
    }
}

.pesquisa-weekly {
    margin-top: 5%;
    background: rgb(0, 98, 169);
    padding: 10px;
}

.search {
    float: right;
}

.search-wrap .search input {
    width: 23%;
    background: rgb(255, 255, 255);
    float: left;
    margin-right: 5px;
    border: none;
    padding: 5px;
}

.search-button {
    background: rgb(0, 98, 169);
    color: rgb(255, 255, 255);
    border: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 2;

}

@media (max-width: 600px) {
    .imagems-edicao {
        width: 100%;
    }

    .textos-edicao {
        width: 100% !important;
    }
}


@media (max-width: 500px) {
    .noticia-fechada-background {
        top: 45%;
    }

    .noticia-um {
        height: auto;
        margin: 0;
    }

    .publicador-container {
        padding: 0;
    }

    .publicador-container img {
        float: left;
    }

    .compartilhe-noticia {
        font-size: 0.85em !important;
    }

    .categoria-noticia {
        font-size: 0.85em !important;
        margin-right: 0;
        margin-left: 0;
    }

    .fonte-noticias {
        margin: auto;
    }

}

.publicador-container {
    margin-top: 15px;
}

@media screen and (max-width: 1024px) {
    .img-novidade img {
        width: 100%;
        height: auto;
    }

    .novidade-individual {
        height: 24em;
    }

    .destaque {
        height: 31em !important;
    }

    .destaque-fix-tablet {
        height: 31em !important;
    }

    .footer-xs-grid {
        width: 50% !important;
        min-height: 130px;
        float: left;
    }

    .data {
        font-size: 0.94em;
    }

    .anuncio-topo {
        width: 100%;
    }

    #animacao-input.in {
        width: 150px;
    }

    .carousel-caption {
        right: 3%;
        left: 2%;
    }

    .destaque {
        height: 30em;
    }

    .pub-curtas {
        height: 12.8em;
    }

    .img-revistas {
        margin-top: 30px;
    }

    .cel-revista-home {
        padding-bottom: 20px;
        width: 42%;
        margin: 0 4%;

    }

    .capa-revista-home {
        float: left;
        width: 100%;
        padding: 0 0.2em;
    }

    .capa-revista-home img {
        height: 462px;
        margin-right: 0;
        width: 100%;
    }

    .img-revistas {
        margin-top: 30px;
    }

    .img-revistas {
        width: 100%;
        margin-top: 30;
    }

    #anuncio-embaixo,
    #anuncio-embaixo2,
    #anuncio-embaixo3 {
        height: 100%;
    }

    .anuncio-direita-embaixo {
        margin-top: 1.5em;
        top: 0em;
    }

    .titulo-curtas {
        padding-bottom: 0.5em;
        padding-top: 0.5em;
    }

    .data-curtas {
        float: left;
        margin: 0.3em 1em;
    }

    .social {
        float: left;
    }

    .revistas-edicoes-interna {
        height: 100%;
        width: 15.8em;
    }

    .interna-noticias-banner-lateral {
        margin-right: 0;
    }

    .anuncio-direita-noticias-interna img {
        width: 100%;
    }

    .linha-preta-nossos-produtos {
        width: 80%;
    }

    .linha-preta-nossos-produtos:after {
        display: none;
    }

    .titulo-publicacoes-recentes p {
        margin-left: 0;
    }

    .titulos-recentes-linha {
        margin-left: 0;
    }

    .titulo-post-noticia-interna {
        font-size: 2.3em;
    }

    .dropdown {
        font-size: 0.9em;
        margin-top: 16px;
        margin-right: 6px;
        margin-left: 6px;
    }

    .anuncio-1-home,
    .anuncio-2-home,
    .anuncio-3-home {
        margin-bottom: 1em;
    }

    .anuncio-1-home {
        padding-right: 0;
        padding-left: 0;
    }

    .anuncio-2-home {
        padding-right: 0;
        left: 0;
    }

    .anuncio-3-home {
        padding-left: 0;
    }

    .footer-grid-2 a img {
        width: 51% !important;
        ;
    }
}

@media screen and (max-width: 1200px) {
    .pub-topo-menor {
        height: 4em;
    }

    .pub-topo-maior {
        height: 4em;
    }

    .mask,
    .mask-noticia {
        width: 10.5em;
        height: 17.4em;
    }
}

@media screen and (max-width: 992px) {
    .carousel-indicators {
        position: absolute;
        width: 85%;
        padding-left: 0;
        margin-left: -40%;
    }

    .right-after-border::after {
        display: none !important;
    }

    .celulavotacao {
        overflow: hidden;
        width: 100%;
        transition: .5s;
        padding: 0;
        background: white;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .celulavotacao .opcoes {
        border: 0.1em solid rgb(0, 98, 168);
        height: auto;
    }

    .celulavotacao:hover {
        width: 100%;
        transform-origin: top;
        transform: scale(1) translateY(0px);
        transform-origin: top center;
        background: white;
        z-index: 99;
        box-shadow: 0px 0px 0px 0px;
    }

    .opcoes-votacao [type="checkbox"]:not(:checked)+label,
    .opcoes-votacao [type="checkbox"]:checked+label {
        font-style: normal;
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
        color: #fff;
        margin-bottom: 1.5em;
        font-family: 'Oswald' !important;
        font-size: 16px !important;
        font-weight: 500;
    }

    .mask,
    .mask-noticia {
        width: 17em;
        height: 23.4em;

    }

    .revistas .imagem-revista {}

    .cel-revista-home {
        padding-bottom: 20px;
        width: 50%;
        margin: 0;

    }

    .footer-grid-2 a img {
        width: 51% !important;
        ;
    }

    .pub-topo-menor {
        height: 105px;
        width: 300px;
        margin: auto;
    }

    .pub-topo-maior {
        height: 9em;
    }
}

@media screen and (max-width: 768px) {
    .materia-fechada+.excerpt-materia .destaque {
        height: 35em !important;
    }

    .destaque-fix-tablet {
        height: 35em !important;
    }

    .imagem-revista {

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

    .container-botoes-home {
        bottom: 0;
    }

    .pub-img-home {
        height: 360px;
    }

    .botao-preto {
        text-align: center;
        width: 100%;
        font-size: .9em !important;
    }

    .news-home-title {
        padding: 15px;
    }

    .mobile-padding-0 {
        padding: 0;
    }

    .carousel-maior .carousel-caption {
        width: 65%;
    }

    .novidade-individual {
        height: 30em;
        margin-bottom: 20px;
    }

    .novidade-individual .img-novidade {
        width: 100%;
        margin: 0;
    }

    .novidade-individual .conteudo-novidade p,
    .novidade-individual .conteudo-novidade a {
        font-size: 1.1em !important;
    }

    .novidade-individual .conteudo-novidade {
        width: 100%;
    }

    .botoes-destaque-container a {
        background: rgb(0, 0, 0);
        padding: 3px 7px 3px 7px;
        margin-right: 5px;
        width: 100%;
        display: block;
        text-align: center;
    }

    #anuncio-embaixo,
    #anuncio-embaixo2,
    #anuncio-embaixo3 {
        top: 0;
    }

    .icone-cadeado {
        display: none;
    }

    .bloco-novidades {
        height: auto;
    }

    .mais-noticias-home {
        margin-top: 0.8em;
    }

    .botoes-revista button {
        padding: 1em 0;
    }

    #animacao-input.in {
        width: 92%;
        margin-left: -1em;
    }

    .nav-tabs {
        margin-top: 4em;
    }

    .esconde-resp {
        display: none;
    }

    .menu-footer {
        text-align: center;
        width: 100%;
    }

    .menu-footer li {
        text-align: center;
        margin-right: 0;
        width: 33.33%;
    }

    .logo {
        float: none;
        margin: 1.5em auto 0;
        width: 54%;
    }

    .logo img {
        width: 100%;
    }

    .bt-linkedin-topo,
    .bt-twitter-topo,
    .bt-facebook-topo,
    .bt-youtube-topo {
        margin: 1em 0;
    }

    .cont-footer {
        text-align: center;
        width: 100%;
    }

    .revistas-edicoes-interna {
        height: 100%;
        width: 99.8%;
    }

    .revistas-edicoes-interna img {
        height: 100%;
        width: 100%;
    }

    .capa-revista-home img {
        height: 462px;
    }

    .mask,
    .mask-noticia {
        height: 93.4%;
        width: 89%;
    }

    .nome-revista {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.6em;
        bottom: 1em;
        position: absolute;
    }

    .assine {
        padding: 0.7em 0;
    }

    .rodape-copyright {
        float: none;
        text-align: center;
        width: 100%;
    }

    .lateral-noticias {
        float: left;
        margin-right: 0;
        width: 100%;
        margin-top: 0;
    }

    .categorias {
        float: left;
    }

    .anuncio-direita-noticias-interna {
        float: left;
        width: 55%;
    }

    .titulo-publicacoes-recentes p {
        margin-right: 0.3em;
    }

    .fd-seta-etiqueta {
        width: 100%;
    }

    .titulo-recentes {
        margin-left: 0;
    }

    .logo-nossos-produtos {
        margin-top: 3em;
    }

    .bolinhas-carousel-novidades {
        bottom: 0;
        left: 0;
        width: 7%;
        top: -2em;
        float: right;
        position: initial;
    }
}

@media screen and (max-width: 600px) {
    .carousel-maior .carousel-caption {
        bottom: 80px !important
    }

    .noticia-home {
        background-size: cover;
    }

    .carousel-maior .noticia-home {
        background-size: cover;
    }

    .destaque-2 {
        height: 34em !important;
    }

    .carousel-maior .carousel-caption h2 {
        font-size: 1em;
    }

    .carousel-maior-botao {
        font-size: 0.5em;
    }

    .mobile-only {
        display: inline-block !important;
    }

    .carousel-maior .noticia-home {
        height: 400px;
    }

    .logo-footer {
        width: 100% !important;
    }

    .botoes-destaque-container {
        margin-top: auto;
        position: relative;
    }

    .carousel-mobile .carousel-destaques-indicators {
        bottom: -45px !important;
        width: auto !important;
        right: auto !important;
        left: 35% !important;
    }

    .imagem-revista {
        float: left;
        max-width: 100%;
        width: 100%;
    }

    .autodata-empresarial-logo img {
        width: 50%;
        padding: 0;
        display: block;
        margin: auto;
        padding-top: 4.1em;
    }

    .slideshowprop>div {
        margin-bottom: 15px;
    }

    .data {
        text-align: center;
    }

    .assine {
        text-align: center !important;
        width: 100%;
    }

    .assine a {
        float: none !important;
    }

    .alinha-resp {
        margin: 0 auto;
        overflow: hidden;
        width: 36%;
    }

    .logotipo25anos {
        height: 114px;
        left: 0;
        margin-top: -1em;
        margin-left: 0;
        padding: 0;
        width: 85px;
        margin: 0 auto;
        float: none;
        top: 0;
        bottom: 0;
        clear: both;
        overflow: hidden;
        padding-left: 0em;
    }

    .logotipo25anos img {
        right: 0;
    }

    .menu ul li {
        font-size: 0.75em;
        padding: 1.4em 0.2em;
    }

    .menu ul li:first-of-type {
        padding: 1.4em 0.2em 1.4em 0 !important;
    }

    .dropdown {
        font-size: 0.75em;
        margin: 1.4em 0.4em;
    }

    .bloco-novidades {
        height: auto;
    }

    .pub-curtas {
        height: 15.5em;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .fd-baixe {
        width: 100%;
    }

    .capa-revista-home {
        margin-bottom: 1.5em;
        width: 100%;
    }

    .revistas .icone-cadeado-aberto-branco {
        padding: 5px 0 0 10px;
        margin: 0;
        float: left;
        width: 9%;
    }

    .capa-revista-home img {
        height: 310px;
        width: 100%;
        display: block;
        margin: auto;
    }

    .botoes-revista {
        margin: 0;
    }

    .anuncio-direita-embaixo img {
        width: 100%;
    }

    .fd-seta-fique-ligado {
        width: 100%;
    }

    .titulo-fd-azul {
        margin: 2em 0;
    }

    .revistas-edicoes-interna {
        width: 100%;
    }

    .mask,
    .mask-noticia {
        height: 88.9%;
        width: 87.6%;
    }

    .noticia img {
        width: 100%;
    }

    .anuncio-direita-noticias-interna {
        float: none;
        margin: 0 auto;
        width: 65%;
    }

    .esconde-resp {
        display: none;
    }

    .titulo-novidade,
    .data-novidade {
        margin-top: .5em;
    }

    .titulo-novidade {
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        font-size: 1.2em;
    }

    .titulo-post-interna {
        clear: both;
        float: none;
    }

    .noticia-um {
        height: 20em;
        margin: 0 0 1.3em 0em;
        width: 100%;
    }

    .sociais-noticia {
        width: 130px;
    }

    .imagem-patrocinio-seminarios img {
        width: 40%;
    }

    .navbar-default .navbar-toggle {
        border-color: #000;
        -webkit-transition: all ease .25s;
        -moz-transition: all ease .25s;
        -ms-transition: all ease .25s;
        -o-transition: all ease .25s;
        transition: all ease .25s;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        border-color: #fff;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
        -webkit-transition: all ease .25s;
        -moz-transition: all ease .25s;
        -ms-transition: all ease .25s;
        -o-transition: all ease .25s;
        transition: all ease .25s;
    }

    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #fff;
    }

    table.table {
        margin-left: -1em;
        max-width: 108.4%;
        width: 108.4%;
    }

    .bt-linkedin-topo,
    .bt-twitter-topo,
    .bt-facebook-topo,
    .bt-youtube-topo {
        margin: 1em 0 0;
    }

    .data {
        padding: 0.5em 0;
    }

    .assine {
        padding: 0.1em 0 0.4em;
    }

    .logo {
        margin: 1em auto 0;
        width: 100%;
    }

    .pub-topo-maior {
        margin-top: 0;
    }

    .logotipo25anos {
        height: 8em;
        left: 0.7em;
        margin-top: -1em;
        padding: 0;
        width: 16%;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

    .conteudo-post-curtas {
        height: auto;
    }

    .mulher-nossos-produtos {
        clear: both;
        float: none !important;
        margin: 0 auto;
        margin-top: 0;
        overflow: hidden;
        padding-top: 1.5em;
        width: 38%;
    }
}

@media screen and (max-width: 450px) {
    .capa-revista-home img {
        height: 230px;
        width: 100%;
        display: block;
        margin: auto;
    }

    .revistas .icone-cadeado-aberto-branco {
        width: 22px;
        height: 19px;
    }

    .revistas .img-revistas .btn-revistas {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .news-home-title {
        padding: 16px 0px 16px 0px;
    }

    .menu ul li:first-of-type {
        padding: 1em 1em !important;
    }

    .destaque {
        height: auto !important;
    }

    .destaque-2 {
        height: auto !important;
    }

    .alinha-noticia-topo {
        width: 87%;
    }

    .imagem-revista {
        float: left;
        max-width: 100%;
        width: 100%;
    }

    .pub-img-home {
        height: 195px;
    }

    .alinha-resp {
        width: 35%;
    }

    .menu ul li {
        font-size: 1em;
        padding: 0.3em 0em;
        width: 100%;
    }

    .dropdown {
        font-size: 1em;
        margin: 1em 1em;
        width: 100%;
    }

    .anuncio-topo img {
        float: left;
        height: 85%;
        margin-left: 0;
        right: 0;
        top: 0;
        width: 100%;
    }

    .bolinhas-carousel-novidades {
        bottom: 0;
        right: 0;
        left: 0;
        width: 10%;
        top: -1em;
        float: right;
        position: relative;
        height: 1.5em;
    }

    .noticia-home {
        box-shadow: inset 0px -95px 89px 0px rgba(0, 0, 0, 0.75);
        height: 17em;
    }

    .hover-slide:hover .noticia-home {
        -webkit-box-shadow: inset 0px -95px 89px 0px rgba(0, 0, 0, 1);
        -moz-box-shadow: inset 0px -95px 89px 0px rgba(0, 0, 0, 1);
        box-shadow: inset 0px -95px 89px 0px rgba(0, 0, 0, 1);
    }

    .img-novidade img {
        width: 100%;
    }

    .img-revistas {
        margin-top: 2.1em;
    }

    .mask,
    .mask-noticia {
        height: 88.7%;
        width: 88%;
    }

    .anuncio-direita-noticias-interna {
        width: 80%;
    }

    .noticia-um {
        height: 15.6em;
    }

    .form-cadastro .btn-info {
        width: 109%;
    }
}

@media screen and (max-width: 400px) {
    .noticia-home {
        background-size: cover;
    }

    .carousel-maior .noticia-home {
        background-size: cover;
    }

    .carousel-maior-botao {
        padding: 9px 15px 9px 15px;
    }

    .imagem-revista {
        float: left;
        max-width: 100%;
        width: 100%;
    }

    .mask,
    .mask-noticia {
        height: 85.8%;
        width: 87%;
    }

    .alinha-resp {
        width: 42%;
    }

    .alinha-noticia-topo {
        width: 87%;
    }

    .destaque-2 {
        height: auto !important;
    }

    .bottom-gradient {
        height: 0;
    }

    .noticia-fechada-botao-assinar {
        width: 80%;
    }
}

@media screen and (max-width: 320px) {
    .alinha-resp {
        width: 86%;
    }

    .data {
        font-size: 1em;
        padding: 0.5em 0;
        left: 0;
        position: relative;
        /* white-space: nowrap; */
    }

    .logotipo25anos {
        height: 114px;
        left: 0;
        margin-top: -1em;
        padding: 0;
        width: 85px;
        margin: 0 auto;
        float: none;
        top: 0;
        bottom: 0;
        clear: both;
    }

    .pub-topo-maior {
        margin-top: 0;
        width: 100%;
        height: 7em;
    }

    .noticia-home {
        height: 12.5em;
        background-size: contain;
    }

    .carousel-caption {
        bottom: 0;
    }

    .carousel-caption h2 {
        font-size: 1.4em;
    }

    .carousel-bolinhas {
        bottom: 30%;
    }

    .pub-curtas {
        height: 11.8em;
    }

    .conteudo-post-curtas {
        margin-bottom: 0;
    }

    .bolinhas-carousel-novidades {
        left: 24em;
        width: 12%;
    }

    .mask,
    .mask-noticia {
        width: 85.4%;
    }

    .fd-seta-etiqueta-internanoticia {
        width: 100%;
    }

    .noticia-um {
        height: 9.6em;
    }

    .categorias {
        width: 100%;
        margin-right: 0;
    }

    .categorias li {
        width: 100%;
    }

    .anuncio-direita-noticias-interna {
        width: 100%;
    }

    address strong h2 {
        font-size: 1.9em;
    }

    .imagem-patrocinio-seminarios img {
        width: 100%;
    }

    .bolinhas-carousel-novidades {
        left: 0;
    }
}

@media(max-width: 600px) {
    .carousel-desktop {
        display: none;
    }

    .carousel-mobile {
        display: block !important;
    }
}

.subtitulo-pesquisa {
    font-family: "Oswald", sans-serif;
    color: rgb(0, 98, 168);
    margin: 0px;
    font-size: 1.2em;
    font-weight: 700;
    padding-bottom: 1em;
}

.styled-input-single {
    position: relative;
    padding: 10px 0 10px 15px;
    text-align: center;
    margin: auto;
    width: 0;
}

.styled-input-single label {
    cursor: pointer;
}

.styled-input-single label:before,
.styled-input-single label:after {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%;
}

.styled-input-single label:before {
    left: 0;
    width: 15px;
    height: 15px;
    margin: -15px 0 0;
    background: #fff;
    box-shadow: 0 0 0 2px #0062a8;
}

.styled-input-single label:after {
    left: 3px;
    width: 9px;
    height: 9px;
    margin: -12px 0 0;
    opacity: 0;
    background: #0062a8;
    transform: translate3d(-40px, 0, 0) scale(0.5);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.styled-input-single input[type="radio"],
.styled-input-single input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: -9999px;
    visibility: hidden;
}

.styled-input-single input[type="radio"]:checked+label:after,
.styled-input-single input[type="checkbox"]:checked+label:after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.styled-input--square label:before,
.styled-input--square label:after {
    border-radius: 0;
}

.styled-input--rounded label:before {
    border-radius: 10px;
}

.styled-input--rounded label:after {
    border-radius: 6px;
}

.styled-input--diamond .styled-input-single {
    padding-left: 45px;
}

.styled-input--diamond label:before,
.styled-input--diamond label:after {
    border-radius: 0;
}

.styled-input--diamond label:before {
    transform: rotate(45deg);
}

.styled-input--diamond input[type="radio"]:checked+label:after,
.styled-input--diamond input[type="checkbox"]:checked+label:after {
    transform: rotate(45deg);
    opacity: 1;
}

.pesquisa-th {
    width: 300px;
    color: #696969;
    font-family: "Oswald", sans-serif;
}

.table-pesquisa {
    width: 100%;
    color: #696969;
}

.text-input-pesquisa {
    border: 1px solid #0062a8;
    width: 50%;
    font-family: "Oswald", sans-serif;
    color: #696969;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.text-label-pesquisa {
    font-family: "Oswald", sans-serif;
    color: #696969;
    font-weight: 500;
}

.pergunta .error {
    padding-left: 20px;
    color: red;
}

.pergunta-checkbox-div {
    width: 100%;
    display: table;
}

.pergunta-checkbox-div p {
    width: 49%;
    margin-right: 1%;
    float: left;
    margin-top: 3px;
    display: table-cell;
}

.pergunta-frase {
    margin: 15px 0 10px 0;
    font-weight: 700 !important;
}

.pergunta-checkbox-div .check {
    width: 48%;
    float: left;
    display: table-cell;
}

.pesquisa-recaptcha {
    margin-top: 10px;
}

.pesquisa-button {
    background: #0062a8;
    border: none;
    color: white;
    width: 170px;
    margin-top: 20px;
    padding: 6px;
}

.pesquisa-button:hover {
    background: #034a7d;
}

.pergunta textarea {
    height: 90px;
}

@media (max-width: 768px) {
    .mobile-font {
        font-size: 10px;
    }

    .pergunta-checkbox-div {
        min-height: 30px;
    }

    .pergunta-checkbox-div p {
        width: 50%;
    }

    .pergunta-checkbox-div .check {
        width: 49%;
    }

    .pergunta {
        margin-top: 20px;
    }

    .text-input-pesquisa {
        width: 100%;
    }
}

.logo-footer {
    width: 90%;
    display: block;
    margin: auto;
    height: auto;
    padding: 10px 0 0px 0;
}

.footer-grid-1 {
    background: #0062A8;
    color: #fff;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.footer-grid-2 {
    background: #0062A8;
    color: #fff;
    text-align: left;
    padding: 10px 0 10px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.footer-grid-2 a {
    color: rgb(255, 255, 255);
    white-space: nowrap;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 18px;

}

.footer-grid-3 p {
    text-align: left;
    color: #fff;
}

.quem-somos-footer {
    font-weight: 400;
    margin-top: 5px;
    font-size: 12px
}

.noticias .item-menu-noticias,
.assinaturas .item-menu-assinaturas,
.revistas-page .item-menu-revistas,
.seminarios .item-menu-seminarios,
.interna-workstudio .item-menu-assinaturas,
.interna-autodatatv .item-menu-comercial {
    background: #0062A8;
    color: white;
}

.noticias .item-menu-noticias a,
.assinaturas .item-menu-assinaturas a,
.revistas-page .item-menu-revistas a,
.seminarios .item-menu-seminarios a,
.interna-workstudio .item-menu-assinaturas a,
.interna-autodatatv .item-menu-comercial a {
    color: white;
}

.empresarial .item-menu-noticias {
    background: #ccc;
    color: black;
}

.empresarial .item-menu-noticias a {
    color: black;
}

.empresarial .item-menu-comercial {
    background: #0062A8;
    color: white;
}

.empresarial .item-menu-comercial a {
    color: white;
}

.noticias-home-padding {
    padding-right: 0;
    padding-left: 0;
}

.footer-grid-2 ul {
    color: rgb(255, 255, 255);
    list-style: none;
    padding: 0px 0 0 0px;
}

.footer-titles {
    font-weight: 300 !important;
    text-transform: uppercase;
}

.assine-banner {
    padding-top: 13%;
}

.follow-us li:first-of-type {
    padding-left: 0 !important;
}

.footer-copyright {
    background-color: #707070;
    color: rgb(255, 255, 255);
    padding: 5px 0 5px 0;
    margin: auto;
    max-width: 1200px;
}

.follow-us li {
    float: left;
    padding: 0 5px 5px 5px;
}

.contact-links {
    display: table;
    padding: 5px 30px 10px 0;
}

.contact-phone {
    color: white;
    font-family: 'Oswald';
    text-align: right;
    padding-top: 10px;
}

.contact-links a {
    color: white;

}

@media(max-width: 600px) {
    .logo-footer {
        width: 60%;
        height: auto;
        padding: 0;
        display: block;
        margin: auto;
    }
}


button#botaopesquisar {
    position: absolute;
    right: 10px;
    border: none;
    top: -6px;
    margin: 0;
    border-radius: 0 0 5px 5px;
}

/*  New Autodata css  */


.container {
    max-width: 1230px;
}

@media(min-width: 1199px) {
    .container {
        width: 100%;
    }
}

.social-header {
    margin-top: 43px;
}

.social-header img {
    margin-right: 10px;
    max-width: 40px;
    width: 100%;
}

.logo-header {
    max-width: 450px;
    width: 100%;
    margin-top: 45px;
}

.item-menu {
    width: 16.667%;
    line-height: 60px;
    height: 60px;
    background: #ccc;
    color: black;
    margin: 0;
    text-align: center;
    padding: 0;
    float: left;
    transition: 250ms;
    color: black;
    transition: .3s;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}

.item-menu:hover {
    color: white;
    background: #0062A8;
}

.item-menu:hover a,
.item-menu:hover span {
    color: white !important;
}

.item-menu a,
.item-menu span {
    color: black;
    text-align: center;
    float: none;
    font-weight: 300;
    font-size: 24px;
    display: block;
}

.autodata-empresarial-home .conteudo-post-empresarial .titulo-post {
    font-family: 'Segoe UI' !important;
    font-size: 18px !important;
    font-weight: 400;
    letter-spacing: -0px;
}

.curtas-titulo {
    background: #003564;
    color: white;
    font-weight: 400;
    font-size: 32px;
}

#menu {
    position: relative;
    margin-top: 15px;
}

#menu::before {
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    height: 15px;
    background: black;
    width: 100%;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-top: 5px;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mt-0 {
    margin-top: 0 !important;
}

.revista-capa-link {
    display: block;
    margin: auto;
    max-width: 250px;
}

.cel-revista-home a span {}

/*.carousel-background::before {
    content: '';
    display: block;
    position: absolute;
    height: 195px;
    width: 100%;
    background: #CECECE;
    left: 0;
}
*/
.autodata-empresarial-home .pub-img-home::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #DEDC00;
    height: 10px;
}

.autodata-empresarial-home .pub-img-home.color-green::before {
    background: #F04E23;
}

.noticias-share-btns {
    display: inline-block;
    text-align: right;
    float: right;
}

.noticias-share-btns img {
    margin-left: 5px;
    width: 20px;
    margin-bottom: 5px;
}

.tags-noticias {
    display: block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.tags-noticias a {
    color: white;
    font-size: 20px;
    padding: 5px;
    width: 151px;
    background: #0062A8;
    text-align: center;
    display: inline-block;
    opacity: .6;
}

.tags-noticias a.active {
    opacity: 1;
}

.tags-noticias a+a {
    margin-left: 6%;
}

.infos-noticia {
    background: #0062A8;
    color: white;
}

.noticia-news {
    width: 89.5%;
    float: right;
    padding: 10px 3px;
}

.categoria-news {
    padding: 0px 20px;
    background: #0062A8;
    color: white;
    font-size: 24px;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: 500;
}

.noticia-news .titulo-post-interna {
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 10px;
}

.noticia-news .excerpt-news {
    font-size: 18px;
    font-family: 'Segoe UI';
    font-weight: normal;
}

.social-share-news img {
    width: 30px;
    margin-left: 5px;
}

.todas-as-noticias-cat {
    background: #0062A8;
    color: white;
    /*width: 80px;*/
    width: 130px;
    text-align: right;
    padding: 4px;
    font-size: 15px;
    height: 20px;
    line-height: 0.8;
    margin-right: 15px;
}

.todas-as-noticias-cel {
    display: block;
    width: 100%;
    margin-bottom: 3px;
}

.background-black {
    background: black;
}

.container-botoes-lista .botao-padrao {
    width: 100%;
    max-width: 255px;
    margin: auto;
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 17px !important;
    font-weight: 300;
}

.hide-desktop {
    display: none;
}

.hide-mobile {
    display: block;
}

@media(max-width: 998px) {
    .container-botoes-lista .botao-padrao {
        width: 100%;
        max-width: 100%;

    }

    .hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: block;
    }
}



.edicao-do-mes .botao-padrao.w-100 {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: center;
    font-size: 22px !important;
    font-weight: 300;
}

.filtro-revistas {

    text-align: center;
    margin-top: 15px;
}

.filtro-revistas a+a {
    margin-left: 10px;
}

.filtro-revistas a {
    color: #707070;
    font-size: 20px;
    padding: 5px;
    max-width: 110px;
    width: 100%;
    background: rgb(206, 206, 206);
    text-align: center;
    display: inline-block;
}

.filtro-revistas a.active {
    background: #0062A8;
    color: white;
}

.links-revistas-guias {
    text-align: center;
    margin-top: 30px;
}

.links-revistas-guias a+a {
    margin-left: 10px;
}

.links-revistas-guias a {
    color: white;
    font-size: 20px;
    padding: 5px;
    max-width: 150px;
    width: 100%;
    background: rgb(127, 176, 211);
    text-align: center;
    display: inline-block;
}

.links-revistas-guias a.active {
    background: #0062A8;
    color: white;
}

.mt-15 {
    margin-top: 15px;
}

.btn-pesquisar {
    background: #0062A8;
    color: rgb(255, 255, 255);
    width: 62%;
    display: block;
    padding: 18px 5px 8px 6px;
    max-width: 45px;
    border-radius: 10px;
    margin-top: 2px;
}

.tab-content.text-center.d-flex.align-items-center.justify-content-center {
    display: flex;
    justify-content: center;
}

@media(max-width: 600px) {
    .cel-revista-home {
        padding: 0;
        width: 100%;
    }
}

@media(max-width: 998px) {
    .btn-pesquisar {
        width: 21%;
    }
}

.btn-pesquisar img {
    width: 85%;
    display: block;
    margin: auto;
}

.logo-texto-topo {
    display: block;
    margin: auto;
    width: 100%;
    font-size: 21px;
    font-weight: 300;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);

}

.footer-link-mobile {
    padding: 5px 15px;

}

.footer-link-mobile a {
    font-weight: 400;

}

@media(max-width: 1200px) {
    .logo-texto-topo {}

    .pm-5 {
        padding: 5px !important;
        line-height: 1;
    }

    .tags-noticias a {
        color: white;
        font-size: 20px;
        padding: 5px;
        width: 24.5%;
        background: #0062A8;
        text-align: center;
        display: inline-block;
        opacity: .6;
    }

    .tags-noticias a+a {
        margin-left: 0;
    }
}

@media(max-width: 998px) {
    .logo-texto-topo {
        bottom: 2px;
    }

    .titulo-ultimas-noticias {
        list-style: none;
        font-size: 16px;
        font-family: 'Oswald';
        padding-left: 25px;
        padding-bottom: 5px;
        line-height: 1;
        margin-bottom: 15px;
        color: #0062A8;
    }

    .tags-noticias a {
        color: white;
        font-size: 20px;
        padding: 5px;
        width: 49%;
        margin-bottom: 3px;
        background: #0062A8;
        text-align: center;
        display: inline-block;
    }

    .tags-noticias a+a {
        margin-left: 0;
    }

    .item-menu {
        line-height: 1;
    }

    .dropdown-toggle {
        line-height: 2.4;
    }

    .pm-5 {
        padding: 5px !important;
    }
}

@media(max-width: 768px) {
    .logo-texto-topo {
        left: 50%;
        transform: translateX(-50%);
    }
}

.resumo-noticia-interna {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    line-height: 27px;
    min-height: 145px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: "Segoe UI", sans-serif !important;
    color: #707070;
    width: 100%;
}

@media(max-width: 600px) {
    .container-noticia {
        width: 100%;
    }

    .publicador-container {
        padding: 15px;
        width: 100%;
        margin-bottom: 25px;
        display: flex;
    }

    .news-adicionais .titulo-post-noticia-interna {
        width: 100%;
        float: right;
        font-size: 27px;
        font-weight: normal;
    }

    .news-adicionais .conteudo-noticia {
        width: 100%;
        float: right;
        color: #0062A8;
        font-size: 18px;
    }

    .foto-publicador {
        width: 90px;
    }

    .news-bar {
        width: 82%;
        float: left;
    }

    .news-arrows {
        width: 26%;
        float: left;
        margin-top: 5px;
    }

    .arrow-right {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 22px solid #0062A8;
    }

    .fonte-noticias {
        float: left;
        width: 50%;
        line-height: 3;
    }

    .noticia-um img {
        height: auto;
    }

    .social-header img {
        margin-right: 5px;
        width: 25px;
    }

    .social-header {
        position: absolute;
        top: -35px;
        margin: 0;
    }

    .logo-header {
        margin-top: 20px !important;
    }

    .mp-0 {
        padding: 0 !important;
    }

    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 0;
        z-index: 15;
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        text-align: center;
        list-style: none;
    }

    .carousel-indicators li {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 0px;
        width: 50px;
        height: 10px;
        margin-right: 20px;
    }

    .carousel-indicators .active {
        margin: 0;
        background-color: transparent;
        opacity: 0.5;
        margin-right: 20px;
        background-color: #fff;
        width: 50px;
    }

    .carousel-maior .carousel-caption {
        bottom: 290px !important;
        width: 95%;
        padding: 10px 0 !important;

    }

    .carousel-maior .carousel-caption h2 {
        margin-bottom: 15px !important;
    }

    .carousel-maior .item:nth-of-type(1) .carousel-caption {
        bottom: 260px !important;
    }

    .anuncio-1-home {
        padding: 0px 15px 30px 15px !important;
        max-height: 47vw;
        overflow: hidden;
    }

    .titulo-azul::after {
        content: '';
        position: absolute;
        bottom: -5px;
        background: #0062A8;
        height: 5px;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .plm-0 {
        padding-left: 0;
        text-align: left;
    }

    .full-w-mobile {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .capa-revista-home {
        margin: 0;
    }

    .btn-revistas {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .imagems-edicao {
        width: 100% !important;
        max-width: 100%;
        height: auto;
        padding: 0;
        margin-top: 10px;
    }

    .edicao-do-mes .botao-padrao {
        padding-left: 20px;
        padding-right: 20px;
    }

    .edicao-do-mes .botao-padrao:nth-of-type(2) {
        width: 100% !important;
    }

    .edicao-do-mes .botao-padrao:nth-of-type(4) {
        float: right;
    }

    .paginacao-noticias a,
    .paginacao-noticias strong,
    .paginacao-noticias p {
        margin: 0 10px;
    }

    .right-after-border::after {
        display: none !important;
    }

}

.paginacao-noticias p {
    display: inline;
    letter-spacing: 4px;
}

.icone-cadeado-slider {
    text-align: right;
    float: right;
    color: black;
    font-size: 15px;
    margin-right: 35px;
    line-height: 3.4;
    font-weight: 300;
    text-transform: none;
}

.icone-cadeado-slider img {
    position: absolute;
    right: 15px;
    width: 30px;
    height: auto;
    top: 19px;
}

.section-autodata-empresarial {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.autodata-empresarial-home {
    overflow: hidden;
    padding: 0 15px;
}

.autodata-empresarial-home .posts {
    float: left;
    padding: 30px 25px 0 25px;
}

.background-white {
    background: white;
}

.youtubead {

    padding-bottom: 30px;

}

.youtubead .posts {
    width: 100%;
    min-height: 170px;
    padding: 0px;
}

.autodata-empresarial-home .posts img {
    height: auto;
    width: 100%;
}

.prevEmpresarial,
.prevTech {
    position: absolute;
    top: 50%;
    left: calc(13% - 20px);
    transform: translateY(-50%);
    font-size: 28px;
    color: rgb(0, 98, 168);
    cursor: pointer;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 14px solid #DEDC00;
    border-bottom: 15px solid transparent;
}

.nextEmpresarial,
.nextTech {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    font-size: 28px;
    color: rgb(0, 98, 168);
    cursor: pointer;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 14px solid #DEDC00;
    border-bottom: 15px solid transparent;
}

.prevEmpresarial.color-green,
.prevTech.color-green {
    position: absolute;
    top: 63%;
    left: 0px;
    transform: translateY(-50%);
    font-size: 28px;
    color: rgb(0, 98, 168);
    cursor: pointer;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 14px solid #F04E23;
    border-bottom: 15px solid transparent;
}

.nextEmpresarial.color-green,
.nextTech.color-green {
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    right: 5px;
    font-size: 28px;
    color: rgb(0, 98, 168);
    cursor: pointer;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 14px solid #F04E23;
    border-bottom: 15px solid transparent;
}

@media (min-width: 1200px) {

    .prevEmpresarial,
    .prevTech {
        position: absolute;
        top: 59%;
        left: calc(13% - 20px);
        transform: translateY(-50%);
        font-size: 28px;
        cursor: pointer;
    }

    .nextEmpresarial,
    .nextTech {
        position: absolute;
        top: 59%;
        transform: translateY(-50%);
        right: 12px;
        font-size: 28px;
        cursor: pointer;
    }

}

@media(max-width: 370px) {}

@media (max-width: 600px) {

    .prevEmpresarial,
    .prevTech {
        position: absolute;
        top: 43% !important;
        left: 5px;
        transform: translateY(-50%);
        font-size: 28px;
        cursor: pointer;
    }

    .nextEmpresarial,
    .nextTech {
        position: absolute;
        top: 43% !important;
        transform: translateY(-50%);
        right: 5px;
        font-size: 28px;
        cursor: pointer;
    }

    .pm-0 {
        padding: 0 !important;
    }
}

/* .footer-copyright{
    padding-bottom: 15px;
    position: relative;
}
.footer-copyright::after{
    position: absolute;
    bottom: 0;
    content: '';
    height: 10px;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
} */
.ad-pergunta-container #botao-pesquisa {
    background: black;
    border: none;
    padding: 5px 15px;
    margin-top: 10px;
    display: block;
    width: 100%;
}




.ad-pergunta-container form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.ad-pergunta-container label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    /* Accessible outline */
    /* Remove comment to use */
    /* &:focus-within {
		 outline: .125em solid $primary-color;
	}
	 */
}

.ad-pergunta-container label input[type=radio] {
    position: absolute;
    left: -9999px;
}

.ad-pergunta-container label input[type=radio]:checked+span {
    background-color: #003564;
}

.ad-pergunta-container label input[type=radio]:checked+span:before {
    box-shadow: inset 0 0 0 0.4375em black;
}

.ad-pergunta-container label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}

.ad-pergunta-container label span:hover {
    background-color: #003564;
}

.ad-pergunta-container label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 2px #003564;
}

.ad-pergunta-container span {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Segoe Ui';
}

.barra-empresarial a.botao-empresarial img {
    opacity: .5;
}

.barra-empresarial a.botao-empresarial.active img {
    opacity: 1;
}

.barra-empresarial img {
    max-width: 215px;
}

.barra-empresarial .active img {
    max-width: 250px;
}

.barra-empresarial.color-green img {
    max-width: 250px;
}

.barra-empresarial.color-green .active img {
    max-width: 250px;
}

.interna-empresarial .container-empresarial {
    width: 33.333%;
    padding: 30px;
}

.interna-empresarial .container-botoes-empresarial {
    width: 33.333%;
    padding: 30px;
}

@media(max-width: 998px) {
    .interna-empresarial .container-empresarial {
        width: 50%;
    }
}

@media(max-width: 600px) {
    .interna-empresarial .container-empresarial {
        width: 100%;
    }
}

.imagem-empresarial {
    position: relative;
}

.imagem-empresarial::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #DEDC00;
    height: 10px;
}

.imagem-empresarial.color-green::before {
    background: #F04E23;
}

.barra-empresarial {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    max-height: 125px;
}

.barra-empresarial::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #DEDC00;
    height: 10px;
}

.barra-empresarial.color-green::before {
    background: #f04e23;
}

.barra-empresarial img {
    margin: auto;
    display: block;
    max-width: 250px;
    padding-top: 30px;
}

.barra-empresarial.color-green img {
    margin: auto;
    display: block;
    padding-top: 25px;
}

.barra-publicidades-empresarial {
    position: relative;
    margin-top: 15px;
}

.barra-publicidades-empresarial::before {
    content: '';
    position: absolute;
    top: 0;
    height: 10px;
    background: #CECECE;
    width: 100%;
    left: 0;
}

.barra-publicidades-empresarial::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 10px;
    background: #CECECE;
    width: 100%;
    left: 0;
}

#modal-pesquisa {
    background: rgba(0, 0, 0, .7);
    opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
}

.container-pesquisa {
    width: 50vw;
    min-width: 350px;
    background: white;
    height: 250px;
    z-index: 999999;
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#animacao-input {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    width: 65%;
    border: 1px solid rgb(0, 98, 168);
    float: left;
    margin: 0;
}

.button-pesquise {
    color: rgb(0, 98, 168);
    background: none;
    border: none;
    padding: 4px 15px;
    font-size: 16px;
    background: black;
    color: white;
}

.anuncio-1-home img,
.anuncio-2-home img,
.anuncio-3-home img {
    width: 100%;
    max-width: 350px;
    margin-top: 30px;
    margin: 30px 25px 0 25px;
}

.carousel-maior {
    position: relative;
    margin-bottom: 15px;
}



.before-border {
    position: relative;
}

.before-border::before {
    border-top: 1px dotted;
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 15px;
    width: 100%;
    /* padding: 0 15px; */
    margin: 0 15px;
    max-width: 1200px;
    content: '';
    display: block;
}

.after-border {
    position: relative;
}

.after-border::after {
    border-bottom: 1px dotted;
    z-index: 99999;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
    width: 100%;
    /* padding: 0 15px; */
    margin: 0 15px;
    max-width: 1200px;
    content: '';
    display: block;
}

.right-after-border::after {
    border-right: 1px dotted;
    z-index: 99999;
    position: absolute;
    right: 0;
    content: '';
    display: block;
    height: 90%;
    top: 105px;
}

@media(max-width: 1200px) {

    .after-border::after,
    .before-border::before {
        max-width: 940px;
    }

    .right-after-border::after {
        border-right: 1px dotted;
        z-index: 99999;
        position: absolute;
        right: 0;
        content: '';
        display: block;
        height: 88%;
        top: 105px;
    }

}

@media(max-width: 998px) {

    .after-border::after,
    .before-border::before {
        max-width: 720px;
    }
}

@media(max-width: 600px) {

    .after-border::after,
    .before-border::before {
        max-width: calc(100vw - 30px);
    }
}

@media(max-width: 400px) {
    .before-border::before {
        display: none;
    }

    .after-border::after {
        display: none;
    }

}


.right-after-border-noticias::after {
    border-right: 1px dotted;
    z-index: 99999;
    position: absolute;
    right: -7px;
    content: '';
    display: block;
    height: 100%;
    top: 0px;
}

.pub-seminarios-after {
    position: relative;
    margin-bottom: 30px;
}

.pub-seminarios-after:after {
    content: '';
    position: absolute;
    bottom: -45px;
    background: #FFBB00;
    height: 15px;
    width: 100%;
    left: 0;
}

.pub-revistas-after {
    position: relative;
    margin-bottom: 30px;
}

.pub-revistas-after:after {
    content: '';
    position: absolute;
    bottom: -45px;
    background: #0062A8;
    height: 15px;
    width: 100%;
    left: 0;
}

.data-ultimas-noticias {
    position: relative;
}

.data-ultimas-noticias:first-of-type::after {
    border: none;
}

.data-ultimas-noticias::after {
    border-top: 1px dotted;
    z-index: 99999;
    position: absolute;
    top: -10px;
    content: '';
    display: block;
    width: 96%;
    left: 0;
}

.container-news {
    position: relative;
}

.container-news:nth-last-of-type(0)::after {
    border: none;
}

.container-news::after {
    border-top: 1px dotted;
    z-index: 99999;
    position: absolute;
    bottom: 8px;
    content: '';
    display: block;
    width: 96%;
    left: 0;
}

.pt-15 {
    padding-top: 15px;
}

.sidebar-borders {
    position: relative;
}

.sidebar-borders::after {
    border-bottom: 1px dotted;
    z-index: 99999;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 15px;
    width: 100%;
    margin: 0;
    max-width: 1200px;
    content: '';
    display: block;
}

.categoria-destaque {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 18px;
    color: #707070;
}

.materia-fechada {
    width: 15%;
    float: left;
    display: block;
}

.materia-fechada img {
    width: 20px;
    height: 25px;
    display: block;
    margin: auto;
}

.materia-fechada+.excerpt-materia {
    max-width: 85%;
    float: right;
    display: block;
}

.ad-comercial-single {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 9px;
    position: relative;
}

.plr {
    padding: 0 15px;
}

.cel-revista-home {
    padding: 0 30px;
}

.tags-home {
    max-width: 1200px;
}

footer .container {
    max-width: 1200px;

}

footer {
    overflow: hidden;
}

.footer-copyright {
    position: relative;
    padding: 5px 0 15px 0px;
}

.footer-copyright::after {
    content: '';
    position: absolute;
    bottom: 0;
    background: black;
    height: 10px;
    width: 100vw;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
}

.destaques-container .destaques-cel {
    font-family: 'Segoe Ui';
}

.destaques-container .destaques-cel h2 {
    font-weight: 700;
    line-height: 20px;
}

.news-adicionais {
    padding: 30px 0 0 0;
}

.share-home .item-interno-redes-sociais-2 {
    width: 27px;
}

.share-home {
    display: block;
    z-index: 9899;
    position: absolute;
    right: 0;
    background: white;
    top: 0;
}

.share-home button.fechar-compartilhar {
    border: none;
    background: transparent;
    padding: 0;
}

.container-noticia {
    position: relative;
}

.container-noticia .share-home {
    display: block;
    z-index: 9899;
    position: absolute;
    right: 15px;
    background: white;
    top: 10px;
}

.container-empresarial.container-noticia .share-home {
    display: block;
    z-index: 9899;
    position: absolute;
    right: 30px;
    background: white;
    top: 25px;
}

@media(max-width: 1200px) {

    .anuncio-1-home img,
    .anuncio-2-home img,
    .anuncio-3-home img {
        width: 100%;
        max-width: 100%;
        padding: 30px 15px 0 15px;
        margin-top: 30px;
        margin: 0px 0px;
    }

    .anuncio-1-home,
    .anuncio-2-home,
    .anuncio-3-home {
        margin: 0;
    }

    .section-autodata-empresarial {
        max-width: 970px;
    }
}

@media(min-width: 1025px) {

    .destaque-2 {
        height: 23.4em !important;
    }

    .materia-fechada {
        width: 15%;
        float: left;
        display: block;
    }

    .materia-fechada img {
        width: 60%;
        height: auto;
        display: block;
        margin: 15px auto;
    }

    .materia-fechada+.excerpt-materia {
        max-width: 85%;
        float: right;
        display: block;
    }

    #curtas-e-algo-mais .materia-fechada+.excerpt-materia {
        max-width: 81%;
        float: right;
        display: block;
    }
}

@media(min-width: 1200px) {
    .social-header img {
        max-width: 40px;
    }

    .logo-header {
        max-width: 450px !important;
    }

    .destaque-2 {
        height: 22em !important;
    }

    .materia-fechada {
        width: 15%;
        float: left;
        display: block;
    }

    .materia-fechada img {
        width: 19px;
        height: 24px;
        display: block;
        margin: 15px auto;
    }

    .materia-fechada+.excerpt-materia {
        max-width: 85%;
        float: right;
        display: block;
    }

    #curtas-e-algo-mais .materia-fechada+.excerpt-materia {
        max-width: 82%;
        float: right;
        display: block;
    }
}

@media(max-width: 992px) {
    .materia-fechada img {
        width: 45%;
        height: auto;
        display: block;
        margin: 15px auto;
    }

    .materia-fechada+.excerpt-materia {
        max-width: 85%;
    }

    .destaque {
        height: 20.58em !important;
    }

    .social-header img {
        margin: 0;
        max-width: 35px;
    }

    .topo-site {
        margin-bottom: 30px;
    }

    .item-menu {
        height: 45px;
    }

    .menu ul li {
        padding-top: 13px;
    }

    .capa-revista-home img {
        height: 100%;
        margin-right: 0;
        width: 100%;
    }

    .section-autodata-empresarial {
        max-width: 750px;
    }

    .prevEmpresarial,
    .prevTech,
    .nextEmpresarial,
    .nextTech {
        top: 61%;
    }

    .item-menu a,
    .item-menu span {
        font-size: 19px;
    }

    .destaque-fix-tablet {
        height: 18em !important;
    }



}

@media(max-width: 600px) {
    .filtro-revistas a+a {
        margin: 0;
        margin-bottom: 3px;
    }

    .filtro-revistas a {
        width: 20%;
    }

    .links-revistas-guias a {
        margin-bottom: 10px;
    }

    .barra-empresarial img {
        padding-top: 75px !important;
    }

    .carousel-fix-mobile {
        padding: 0px;
    }

    .destaque {
        margin: 0;
        height: auto !important;
    }

    .destaque-fix-tablet {
        height: 19em !important;
    }

    .prevEmpresarial,
    .prevTech,
    .nextEmpresarial,
    .nextTech {
        top: 63% !important;
    }

    .item-menu {
        width: 100%;
    }
}

span.compartilhe-noticia img {
    max-width: 25px;
}

.chapeu-noticia {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.chapeu-noticia .categoria-noticia {
    padding: 0;
    margin-right: 0px;
    float: left;
    color: black !important;
    font-size: 21px;
    line-height: 1;
}

.chapeu-noticia .data-noticia {
    display: block;
    color: black;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: initial;
    left: unset;
    font-family: 'Oswald';
    float: right;
    top: unset;
    transform: none;
}

.noticia-interna-container .compartilhe-noticia {
    position: absolute;
    right: 0;
    background: transparent;
    padding: 0;
    top: -17px;
}

.noticia-interna-container span.compartilhe-noticia img {
    max-width: 21px;
    height: auto;
}

.noticia-interna-container iframe {
    margin-top: 10px;

}

.video-container {
    position: relative;
    margin-bottom: -56.25%;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.noticia-interna-container .sociais-noticia {
    max-width: 375px;
    width: 100%;
    overflow: hidden;
    margin-right: -40px;
    margin-top: -47px;
    background: transparent;
    position: absolute;
    right: 65px;
    top: -7px;
}

.noticias .titulo-publicacoes-recentes {
    float: right;
    width: 99.5%;
}

.news-adicionais .titulo-publicacoes-recentes {
    width: 100%;
}

.noticias .sidebar-borders {
    position: relative;
    float: right;
}

.container-news .noticia-um {
    display: none;
}

.noticia-page .noticia {
    max-width: 355px;
    width: 100%;

}

.noticia-news .texto-post {
    font-size: 18px;
    font-family: 'Segoe UI';
    font-weight: normal;
}

.noticia-page .noticias-share-btns {
    margin-right: 15px;
}

.noticias .right-after-border::after {
    top: 0;
}

@media(max-width: 600px) {
    .noticia-page .noticia {
        max-width: 100%;
    }
}

@media(max-width: 1200px) {
    .filtro-revistas a+a {
        margin: 0;
        margin-bottom: 3px;
    }

    .filtro-revistas a {
        width: 20%;
    }

    .categorias {
        width: 100%;
    }

    .lateral-noticias {
        width: 100%;
    }

    .news-arrows {
        width: 11%;
        float: left;
        margin-right: 0px;
    }

    .arrow-right {
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #0062A8;
        margin-right: 1px;
    }
}

.categoria-noticia-bar-margin {
    margin-bottom: 30px;
}

.slick-slide iframe {
    width: 100%;
    max-height: 210px;
    border: none !important;
}

.anuncios-container .carousel,
.anuncio-1-home .carousel {
    width: 100%;
    max-width: 350px;
    margin-top: 30px;
    margin: 30px 25px 0 25px;
    max-height: 150px;
}

.anuncios-container .carousel-inner img,
.anuncio-1-home .carousel-inner img {
    margin: 0;
    min-height: 150px;
    object-fit: fill;
}

.anuncios-container .carousel-inner .item,
.anuncio-1-home .carousel-inner .item {
    margin: 0;
}

.interna-empresarial .posts {
    width: 33.333%;
    padding: 10px;
}

.interna-empresarial .posts iframe {
    width: 100%;
    max-height: 210px;
    border: none;
}

.interna-empresarial .paginacao-noticias {
    text-align: center;
}

@media(max-width: 600px) {
    .barra-empresarial {
        max-height: unset;
    }

    .interna-empresarial .posts {
        width: 100%;
        padding: 10px;
    }

    .news-page .categoria-news {
        font-size: 22px;
        margin-left: 3px;
    }

    .social-share-news {
        display: block;
        width: 133px;
        /* margin: 88px; */
        position: relative;
        box-sizing: border-box;
        float: right;
        text-align: right;
    }

    .news-arrows {
        width: 69px;
        float: left;
        margin-top: 5px;
    }
}

.interna-empresarial .posts iframe {
    width: 100%;
    max-height: 257px;
    border: none;
}

.news-page .paginacao-noticias {
    padding-right: 30px;
}

.seminarios-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: calc(100% - 1085px);
}

.mt-45 {
    margin-top: 45px;
}

.mlr-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.cat-seminario .titulo-cat-seminario {
    background: transparent;
    color: black;
    border-bottom: 1px solid #777;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.cat-congresso .titulo-cat-seminario {
    background: transparent;
    color: black;
    border-bottom: 1px solid #777;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.cat-forum .titulo-cat-seminario {
    background: transparent;
    color: black;
    border-bottom: 1px solid #777;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.cat-workshop .titulo-cat-seminario {
    background: transparent;
    color: black;
    border-bottom: 1px solid #777;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.container-seminario a.share-seminarios img {
    max-width: 20px;
}

.pub-seminarios-before {
    position: relative;
    margin-top: 75px;
}

.pub-seminarios-before::before {
    content: '';
    position: absolute;
    height: 15px;
    background: #FFBB00;
    width: calc(100% - 30px);
    left: 15px;
    top: -45px;
}

.pub-revistas-before {
    position: relative;
    margin-top: 30px;
}

.pub-revistas-before::before {
    content: '';
    position: absolute;
    height: 15px;
    background: #0062A8;
    width: calc(100% - 30px);
    left: 15px;
    top: 0px;
}

.container-seminario {
    padding-bottom: 60px;
}

.titulo-cat-seminario h3 {
    margin: 0;
    padding: 5px 0px;
    font-family: 'Oswald';
    text-transform: none;
    color: #777;
    font-weight: 400;
}

.seminario-image {
    max-width: 350px;
    height: auto;
    max-height: 220px;
    width: 100%;
    display: block;
}

.seminario-detalhes {
    position: relative;
    width: 100%;
    padding-top: 25px;
}

.cat-seminario .seminario-detalhes:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 1px;
    color: #777;
    background: #777;
    width: 100%;
}

.cat-forum .seminario-detalhes:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 1px;
    color: #777;
    background: #777;
    width: 100%;
}

.cat-workshop .seminario-detalhes:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 1px;
    color: #777;
    background: #777;
    width: 100%;
}

.cat-congresso .seminario-detalhes:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 1px;
    color: #777;
    background: #777;
    width: 100%;
}

.seminario-descricao {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    max-width: 350px;
    color: #414042;
    margin-bottom: 25px;
    display: block;
    padding-left: 50px;
    padding-bottom: 20px;
}

.seminario-icone-container {
    display: flex;
    width: 100%;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
}

img.icone-seminario {
    display: block;
    margin-right: 10px;
    max-width: 40px;
    height: auto;
}

p.icone-text-seminario {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 30px;
    line-height: 33px;
    max-width: 300px;
    color: #414042;
}





@media(max-width: 1200px) {

    .seminarios-section {
        justify-content: space-evenly;
    }

    .anuncio-1-home {
        padding: 30px 15px 0 15px;
    }

    .anuncios-container .carousel,
    .anuncio-1-home .carousel {
        margin: 0;
        padding: 0;
        max-height: unset;
        max-width: 100%;
    }

    .anuncios-container .carousel-inner img,
    .anuncio-1-home .carousel-inner img {
        min-height: auto;
        object-fit: cover;
        padding: 0;
    }

}

@media(max-width: 992px) {
    .seminarios-section {
        justify-content: space-between;
    }

    .container-seminario {
        flex-basis: 45%;
    }
}

@media(max-width: 600px) {
    .seminarios-section {
        justify-content: center;
    }

    .container-seminario {
        flex-basis: auto;
    }
}

.lateral-noticias .categorias {
    padding-left: 2px;
}

@media(max-width: 768px) {
    .lateral-noticias .titulo-publicacoes-recentes {
        width: 100%;
    }

    .lateral-noticias .categorias {
        padding: 0.5em 0;
    }

    .pml-0 {
        padding-left: 0 !important;
    }

    .pm-0 {
        padding: 0 !important;
    }
}

@media(max-width: 1200px) {
    .textos-edicao {
        width: 65%;
    }
}

@media(max-width: 992px) {
    .logo-texto-topo {
        bottom: 0px;
        font-size: 16px;
    }

    .social-header {
        margin-top: 20px;
    }
}

@media(max-width: 768px) {
    .materia-fechada+.excerpt-materia {
        float: left;
    }

    .anuncios-container .before-border:before {
        display: none;
    }

    .destaque {
        height: auto !important;
    }

    .full-w-mobile {
        width: 100%;
    }

    .titulo-azul::after {
        content: '';
        position: absolute;
        bottom: -5px;
        background: #0062A8;
        height: 5px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .logo-texto-topo {

        transform: translateX(-50%);
        bottom: 0px;
        font-size: 17px;
    }
}

@media print {

    header,
    footer,
    aside,
    nav,
    form,
    iframe,
    .menu,
    .hero,
    .adslot {
        display: none;
    }

    article {
        column-width: 17em;
        column-gap: 3em;
    }

    a::after {
        content: " (" attr(href) ")";
    }

    main::after {
        content: "Copyright autodata.com.br";
        display: block;
        text-align: center;
    }

    .slideshowprop {
        display: none;
    }

    .news-adicionais {
        display: none;
    }
}

#modal-clube-alert {
    background: #c2c3c3;
    position: fixed;
    top: 50%;
    left: 50%;
    display: flex;
    width: 100%;
    max-height: 400px;
    max-width: 700px;
    padding-top: 0;
    padding: 0;
    z-index: 999999;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    color: rgb(0, 98, 169);
}

button.close-modal {
    border: none;
    background: none;
    color: rgb(0, 98, 169);
    font-weight: bold;
    position: absolute;
    top: 3%;
    right: 3%;
    padding: 15px;
}

#modal-clube-alert h5 {
    color: rgb(0, 98, 169);
    text-transform: unset;
    text-align: center;
}

#modal-clube-alert input {
    border: 1px solid rgb(0, 98, 169);
    color: rgb(0, 98, 169);
}

#modal-clube-alert input::placeholder {
    color: rgb(0, 98, 169);
}

#modal-clube-alert form button {
    color: rgb(0, 98, 169);
}

#modal-clube-alert .form-cadastro label {
    color: rgb(0, 98, 169);
}

.podcast iframe {
    max-height: 150px;
}

.carousel-section {
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.d-flexcarousel {
    display: flex;
    gap: 15px;
    max-width: 800px;
    width: 100%;
}
.d-flexcarousel .carousel{
    width: 100%;
}
.noticias-sidecarousel {
    margin-top: 0px;
}

.noticias-sidecarousel,
.noticias-sidecarousel .noticia {
    display: flex;
    flex-direction: column;
    border-bottom: none;
    max-width: 375px;
    width: 375px;

    padding-bottom: 10px;
}

.noticias-sidecarousel .noticia .img {
    position: relative;
}

.noticias-sidecarousel .noticia .img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    max-width: 350px;
}

.noticias-sidecarousel .noticia .img::after {
    background: #0062a8;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
}

.noticias-sidecarousel .titulo-post {
    font-family: "Segoe Ui", sans-serif;
    font-weight: 700;
    color: black;
    margin: 0em;
    font-size: 15px;
    padding-bottom: 0;
    padding-top: 0.2em;
    line-height: 21px;
}

.noticias-sidecarousel .noticia .a {
    display: block;
}

.noticias-sidecarousel .categoria,
.carousel-maior .categoria {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 18px;
    color: #707070;
}

.form-acesso-premio {
    display: flex;
    justify-content: center;
    margin: 15px auto;
    max-width: 500px;
}

.form-acesso-premio input[type="text"] {
    width: 65%;
}

.carousel-maior .categoria {
    padding-left: 20px;
}

.btn-cadastro-premio {
    display: flex;
    justify-content: center;
    max-width: 1200px;
}

a.carousel-control-prev {
    position: absolute;
    left: 0;
    top: 225px;
    font-size: 32px;
    transform: translateY(-50%);
    height: 69%;
    display: flex;
    align-content: center;
    align-items: center;
}

a.carousel-control-next {
    position: absolute;
    right: 0;
    top: 225px;
    font-size: 32px;
    transform: translateY(-50%);
    height: 69%;
    display: flex;
    align-content: center;
    align-items: center;
}

@media(max-width: 600px) {
    a.carousel-control-prev {
        height: 395px;
        top: calc(450px / 2);
    }

    a.carousel-control-next {
        height: 395px;
        top: calc(450px / 2);
    }
}

.carousel-right-align {
    text-align: left !important;
}

.carousel-right-align h2 {
    text-align: left !important;
}

.carousel-maior {
    position: relative;
    margin-bottom: 15px;
    max-width: 100%;
}

.max-width-100 {
    max-width: 100% !important;
}

.carousel-maior .carousel-caption {
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    font-size: 2em;
    width: 100%;
    position: unset;
    bottom: 0 !important;
    background: white;
    padding: 10px 15px;
    border-top: 15px solid #0062a8;
    min-height: 255px;
}

.carousel-maior .carousel-caption h2 {
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 39px;
    margin: 0;
    margin-bottom: 5px;
    color: #0062a8 !important;
    text-shadow: none;
    margin-bottom: 30px;
}

.carousel-maior p {
    font-family: 'Segoe UI' !important;
    font-size: 18px !important;
    font-weight: 400;
    letter-spacing: -0px;
    color: black;
    text-align: left;
    margin-top: 0;
    width: 100%;
    float: left;
    line-height: 24px;
    text-shadow: none;
}

.carousel-indicators {
    top: 395px;
    bottom: unset;
    width: 75%;
    left: 45%;
    /* right: 0; */
    /* transform: translateX(-50%); */
    position: absolute;
}


.hot__content {
    background-color: #c2c3c3;
    border-top: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6;
    display: flex;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
}

.carousel {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.carousel__screen.infinite {
    display: flex;
}

.carousel__screen {
    overflow: hidden;
}

.carousel__screen.infinite .carousel__track {
    display: flex;
    list-style: none;
    width: fit-content;
    justify-content: space-between;
}

.carousel__screen.infinite .carousel__track {
    animation: scroll-x 55s linear infinite !important;
}

.carousel__track {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    transition: all 0.3s ease 0s;
}

.carousel__item {
    white-space: normal;
    vertical-align: top;
    display: inline-flex;
}

.hot__list__itens:last-child {
    margin: 0;
}

@media(max-width: 1200px) {
    .carousel-section {
        max-width: 940px;

    }

    .noticias-sidecarousel,
    .noticias-sidecarousel .noticia {
        max-width: 270px;
        width: 350px;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .d-flexcarousel {
        display: flex;
        gap: 15px;
        max-width: 650px;
    }
}

@media(max-width: 998px) {
    .carousel-section {
        max-width: 720px;

    }

    .noticias-sidecarousel,
    .noticias-sidecarousel .noticia {
        max-width: 100%;
        width: 100%;

    }

    .noticias-sidecarousel {
        display: flex;
        flex-direction: row !important;
        justify-content: space-between;
    }

    .noticias-sidecarousel .noticia {
        display: flex;
        flex-direction: column;
        margin-top: 0;
        width: 31%;
    }

    .d-flexcarousel {
        display: flex;
        gap: 15px;
        max-width: 100%;
    }
}

@media(max-width: 768px) {
    .noticias-sidecarousel .noticia {
        width: 100%;
    }

    .noticias-sidecarousel {
        display: flex;
        flex-direction: column !important;
        justify-content: space-between;
    }

    .carousel-indicators {
        top: 380px;
        bottom: unset;
        width: 75%;
        left: 50%;
        /* right: 0; */
        transform: translateX(-50%);
        position: absolute;
    }
}

@keyframes scroll-x {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.hot__list__itens {
    font-size: 14px;
    line-height: 19px;
    margin-right: 64px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 100%;
    padding-inline: 16px;
}

.hot__list__itens a {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    height: 100%;
}

.hot__list__itens .tb {
    min-width: 65px;
    width: 65px;
    height: 36px;
    margin-right: 8px;
    object-fit: cover;
    grid-column: 1/2;
    grid-row: 1/3;
    align-self: center;
    border-radius: 1px;
}

.hot__list__itens .i_ch {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: end;
}

.hot__list__itens .ch,
.hot__list__itens .tp {
    font-style: normal;
    line-height: 16px;
    font-weight: 400;
}

.hot__list__itens .ch,
.hot__list__itens .tp {
    font-style: normal;
    line-height: 16px;
    font-weight: 400;
}

.hot__list__itens .ch {
    font-size: 16px;
    font-weight: bold;
    color: #0062A8;
}

.hot__list__itens .tp {
    color: #282828;
    grid-column: 2/3;
    grid-row: 2/3;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    margin: 0;

}

.hot__content li.carousel__item {
    border-right: 2px solid #0062A8;
}

.carousel__screen.infinite:hover .carousel__track {
    animation-play-state: paused !important;
}

#whatsapp-grupo {
    height: 70px !important;
    bottom: 5% !important;
    right: 18px !important;
    width: 70px !important;
}

#scrollToTopBtn {
    position: relative;
    background: none;
    border: none;
    height: 15px;
    display: block;
    font-size: 12px;
    line-height: 1;
    float: right;
}
#scrollToTopBtn::after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #0062A8;
}
.flex-carousel .autodata-empresarial-logo {
    max-width: 125px;
    width: 100%;
    z-index: 9;
}
.flex-carousel{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
}
.flex-carousel .max-width-carousel {
    max-width: 1012px;
    overflow: hidden;
}
.flex-carousel .autodata-empresarial-logo img {
    width: 100%;
}
.flex-carousel .categoria-destaque{
    color:#DEDC00;
}
.autodata-empresarial-home .posts {
    float: left;
    padding: 30px 15px 0 15px;
}

@media(max-width: 768px){
    .flex-carousel{
        flex-direction: column;
    }
    .flex-carousel .max-width-carousel{
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .flex-carousel .autodata-empresarial-logo {
        max-width: 100%;
         width: 100%; 
         z-index: 9; 
    }
    .flex-carousel .autodata-empresarial-logo img {
        width: 30%;
    }
}

