/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(fb6f3c230cb846e25247.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(a4e97f5a2a64f0ab1323.eot);
    src: url(a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(295183786cd8a1389865.woff) format('woff'), url(c94f7671dcc99dce43e2.ttf) format('truetype'), url(2630a3e3eab21c607e21.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.title-32{font-style:normal;font-weight:bold;font-size:32px;line-height:37px}.title-20{font-style:normal;font-weight:bold;font-size:18px;line-height:23px}.title-18{font-style:normal;font-weight:bold;font-size:18px;line-height:23px}.title-16{font-style:normal;font-weight:bold;font-size:16px;line-height:22px}.chapeu-12{font-style:normal;font-weight:bold;font-size:12px;line-height:14px;text-transform:uppercase}.resumo-18{font-style:normal;font-weight:300;font-size:18px;line-height:24px}.txt-18{font-style:normal;font-weight:300;font-size:18px;line-height:32px}.txt-15{font-style:normal;font-weight:normal;font-size:15px;line-height:20px}.header-font,.menu-desk .menu-links>ul>li{font-style:normal;font-weight:bold;font-size:14px;line-height:16px;list-style:none}.d-none{display:none !important}@media(max-width: 992px){.d-none{display:flex !important}}.d-flex{display:flex !important}@media(max-width: 992px){.d-flex{display:none !important}}.opacity-0{opacity:0}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,b,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-family:Ubuntu,sans-serif;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{padding:0;margin:0;border:0;box-sizing:border-box !important}@media(max-width: 1080px){html{font-size:93.75%}}@media(max-width: 720px){html{font-size:87.5%}}.row{flex-wrap:wrap}@media screen and (min-width: 992px){.mb-lg-80{margin-bottom:80px !important}}.wp-block-column,.wp-block-columns{flex-basis:0;flex-grow:1;flex-wrap:wrap !important}header{position:sticky;top:0;transition:.6s linear;width:100%;z-index:99999999999;background:#fff}header.nav-up{top:-300px;transition:.8s linear}header .header-top{background:linear-gradient(89.35deg, #00AEEF 20.07%, #1A6986 100%);position:relative}header .header-top .container{flex-direction:row;height:80px;display:flex;justify-content:end;align-items:center}@media(max-width: 992px){header .header-top .container{height:54px}}header .header-top .container .redes{justify-content:space-between;align-items:center}header .header-top .container .redes a{text-decoration:none;-webkit-transition:all .3s linear;transition:all .3s linear}header .header-top .container .redes a svg rect,header .header-top .container .redes a svg path{-webkit-transition:all .3s linear;transition:all .3s linear}header .header-top .container .redes a:hover svg path{fill:#1d5d75;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}header .header-top .container .redes .whatsapp{display:flex;justify-content:end;align-items:center}header .header-top .container .redes .whatsapp p{display:flex;flex-direction:column;align-items:flex-end;color:#fff;margin-right:24px}header .header-top .container .redes .whatsapp p span{font-style:normal;font-weight:normal;font-size:11px;line-height:24px}header .header-top .container .redes svg{margin-right:24px}header .header-top .container .radio{justify-content:end;align-items:center;background:#fff;border-radius:4px;padding:10px 16px;margin:22px 24px;-webkit-transition:all .3s linear;transition:all .3s linear;cursor:pointer;text-decoration:none}header .header-top .container .radio p{padding-left:16px;margin-left:16px;border-left:1px solid #1d5d75;color:#1d5d75;text-transform:uppercase}header .header-top .container .radio:hover{background:#00aeef;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}header .header-top .container .radio:hover p{color:#fff;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;border-left:1px solid #fff}header .header-top .container .radio:hover img{filter:brightness(20)}header .header-top .container .date{font-style:normal;font-weight:normal;font-size:10px;line-height:12px;text-transform:uppercase;text-align:right;color:#fff;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;opacity:1;transition-delay:200ms;top:0px;position:relative;display:block}header .header-top .container .date.remove{-webkit-transition:all .2s ease-out;transition:all .2s ease-out;opacity:0;width:0;position:relative;top:-300px;display:none}header .header-top .container .search{margin:22px 24px;display:flex;align-items:center;justify-content:end;cursor:pointer;flex-direction:row-reverse}header .header-top .container .search button.open{background:none;margin-right:16px}header .header-top .container .search button.open[type=submit]{background:#05384b;border-radius:4px;margin-left:8px;cursor:pointer;width:54px;height:39px;display:flex;align-items:center;justify-content:center}@media(max-width: 992px){header .header-top .container .search{margin-right:0}}header .header-top .container .search.active input{width:100%;opacity:1;padding:0 16px;margin-right:2px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}header .header-top .container .search .active+input{width:100%;opacity:1;padding:0 16px;margin-right:2px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}header .header-top .container .search input{width:0;opacity:0;padding:0;height:40px;border-radius:4px;border:1px solid #1d5d75;font-style:normal;font-weight:normal;font-size:14px;line-height:16px;color:#fff;background:rgba(29,93,117,.37);-webkit-transition:all .3s linear;transition:all .3s linear}header .header-top .container .search input:focus{outline:none;border:1px solid #00aeef}header .header-top .container .search input::placeholder{color:#2b96bf}header .overlay-nav{position:fixed;z-index:0;left:0;top:0;width:100vw;height:100vh;display:none;background-color:#000;opacity:0;z-index:99999999;-moz-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out}header .overlay-nav.active{display:block;opacity:.4;z-index:99999999}header .header-bot{border-bottom:1px solid #e2e2e2}header .header-bot .container{flex-direction:row;height:50px;display:flex;justify-content:space-between;align-items:center;position:relative}@media(max-width: 992px){header .header-bot .container{justify-content:start;padding-right:0}header .header-bot .container #header-slider{margin-right:0}}header .header-bot .container .row{display:flex;align-items:flex-end;justify-content:space-between}header .header-bot .container .row img{margin-top:-90px;margin-bottom:-18px}@media(max-width: 992px){header .header-bot .container .row img{margin-top:0;margin-bottom:0;width:56px;height:56px;position:absolute;top:-50px;left:12px;z-index:1}}header .header-bot .container .row .data{font-style:normal;font-weight:normal;font-size:11px;line-height:14px;text-transform:uppercase;color:#494949;padding-bottom:7px;padding-left:24px}header .header-bot .container .menu-carrossel{display:flex;align-items:center;justify-content:flex-start;overflow-x:auto;max-width:60%}header .header-bot .container .menu-carrossel::-webkit-scrollbar-thumb{background-color:#1a6986;border:2px solid #555;border-radius:10px}header .header-bot .container .menu-carrossel::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5;border-radius:10px}header .header-bot .container .menu-carrossel::-webkit-scrollbar{height:4px;border-radius:10px;background-color:#f5f5f5}@media(max-width: 992px){header .header-bot .container .menu-carrossel{overflow-x:scroll;width:100%;justify-content:flex-start;max-width:100%;height:42px;overflow-y:hidden;margin-top:11px}}header .header-bot .container .menu-carrossel .header-font,header .header-bot .container .menu-carrossel .menu-desk .menu-links>ul>li,.menu-desk header .header-bot .container .menu-carrossel .menu-links>ul>li{padding:17px 15px;min-width:fit-content}header .header-bot .container .menu-carrossel a{color:#05384b;text-decoration:none;-webkit-transition:all .3s linear;transition:all .3s linear}header .header-bot .container .menu-carrossel a:hover{color:#00aeef;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}header .header-bot .container .menu-carrossel img{margin-left:15px}@media(max-width: 992px){header .header-bot .container .menu-carrossel img{display:none}}footer{background:#05384b;border-top:12px solid #00aeef}footer .footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:55px}@media(max-width: 991px){footer .footer-top{flex-direction:column;margin-bottom:0}}footer .footer-top .logo-footer{margin-top:-29px}@media(max-width: 991px){footer .footer-top .logo-footer{width:110px;height:110px}}footer .footer-top .redes a{margin-right:18px;text-decoration:none;transition:all .3s linear;transition:all .3s linear}footer .footer-top .redes a svg rect,footer .footer-top .redes a svg path{transition:all .3s linear;transition:all .3s linear}footer .footer-top .redes a:hover rect{stroke-opacity:1;fill:#fff}footer .footer-top .redes a:hover svg.yt path:last-child{fill:#fff;transition:all .2s ease-out;transition:all .2s ease-out}footer .footer-top .redes a:hover svg path{fill:#1d5d75;transition:all .2s ease-out;transition:all .2s ease-out}footer .footer-top .redes a:last-child{margin-right:0}@media(max-width: 992px){footer .footer-top .redes{margin-top:33px}}footer .footer-bot .menu{width:100%}footer .footer-bot .menu .menu-links{width:100%}footer .footer-bot .menu .menu-links>ul{display:flex;justify-content:space-between;align-items:flex-start;width:100%}footer .footer-bot .menu .menu-links>ul>li{width:auto}footer .footer-bot .menu .menu-links>ul>li span{display:none}footer .footer-bot .menu .menu-links>ul>li ul{padding:0 40px 0 16px}footer .footer-bot .menu .menu-links>ul>li ul li{padding:12px 0}footer .footer-bot .menu .menu-links>ul>li ul li a{color:#fff;text-decoration:none;transition:all .3s linear;transition:all .3s linear}footer .footer-bot .menu .menu-links>ul>li ul li a:hover{color:#00aeef;transition:all .2s ease-out;transition:all .2s ease-out}footer .footer-bot .line{border-top:1px solid #1d5d75;margin-top:55px;padding:27px 0 133px;display:flex;align-items:center;justify-content:space-between}footer .footer-bot .line .row{display:flex;align-items:center;justify-content:start}@media(max-width: 991px){footer .footer-bot .line .row{flex-direction:column;align-items:center;justify-content:center;width:100%}footer .footer-bot .line .row p{text-align:center;order:2;margin-top:0;margin-bottom:48px}}@media(max-width: 991px){footer .footer-bot .line .row .mandatory-menu{width:100%;padding-bottom:14px;border-bottom:1px solid #1d5d75;margin-bottom:16px}}@media screen and (min-width: 992px){footer .footer-bot .line .row .mandatory-menu{order:2;margin-left:24px}}footer .footer-bot .line .row .mandatory-menu ul{display:flex;align-items:center}@media(max-width: 991px){footer .footer-bot .line .row .mandatory-menu ul{justify-content:center}}footer .footer-bot .line .row .mandatory-menu ul li{display:flex;align-items:center}footer .footer-bot .line .row .mandatory-menu ul li:not(:last-child)::after{margin:0 12px;background-color:#fff;content:"";width:3px;height:3px;border-radius:100%}@media screen and (min-width: 992px){footer .footer-bot .line .row .mandatory-menu ul li:not(:last-child)::after{background-color:#adb5bd}}footer .footer-bot .line .row .mandatory-menu ul li a{font-weight:400;font-size:14px;line-height:28px;color:#fff}@media screen and (min-width: 992px){footer .footer-bot .line .row .mandatory-menu ul li a{color:#adb5bd}}@media(max-width: 992px){footer .footer-bot .line{flex-direction:column;align-items:center;justify-content:center;margin-top:0;border-top:none;padding-bottom:140px}}footer .footer-bot .line button{font-style:normal;font-weight:500;font-size:16px;line-height:126.9%;display:flex;align-items:center;justify-content:space-between;width:100%;color:#fff;border:1px solid #1d5d75;background:#05384b;border-radius:4px;padding:16px 22px;margin:24px 0 40px}footer .footer-bot .line p{color:#e2e2e2}#box-cookies .box-content-cookies{justify-content:center}.more-news .container-noticia{width:100%}.more-news>.publi-3{margin:24px auto 0}.more-news .title-section{justify-content:start;margin-top:40px}@media(max-width: 992px){.more-news .title-section{align-items:flex-start}}.more-news .title-section span{color:#00aeef;margin-left:14px}.more-news .description-section{font-family:"Ubuntu",sans-serif;font-weight:400;font-size:15px;line-height:20px;margin-top:8px;color:#05384b}.more-news .publi-lef{margin-top:32px;align-items:flex-start}.more-news .publi-lef .error-search{width:100%}.more-news .publi-lef .error-search p{font-style:normal;font-weight:bold;font-size:18px;line-height:23px;color:#494949;margin-top:64px}.more-news .publi-lef.archive-table{align-items:flex-start}.more-news .publi-lef.archive-table .box-noticia .noticia-3 img{display:flex}.more-news .publi-lef.archive-table .publi-2{margin-left:15px}.more-news .publi-lef.archive-table .publi-2 div{background:transparent;min-height:auto}.more-news .cat- .title-section{display:none}@media(max-width: 992px){.search-results .more-news .title-section{flex-direction:column}.search-results .more-news .title-section span{margin-left:0}}.pagination{margin:30px 0 60px;display:flex;align-items:center;justify-content:center}.pagination a{background:#f9fafc;border:1px solid #e2e2e2;border-radius:4px;font-style:normal;font-weight:bold;font-size:12px;line-height:14px;display:flex;align-items:center;text-align:right;text-transform:uppercase;color:#1d5d75;position:relative;padding:16px;text-decoration:none;-webkit-transition:all .3s linear;transition:all .3s linear;width:150px;justify-content:center}.pagination a.previous-posts-link{margin-right:16px}.pagination a:hover{background:#1d5d75;color:#fff;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.pagination a:last-child{margin-left:10px}.archive-categoria{margin-top:37px !important}.archive-categoria *,.archive-categoria ::after,.archive-categoria ::before{box-sizing:border-box}.archive-categoria .empregos-table .card-s3 img{height:94px}.archive-categoria .empregos-table .card-s3 .player img{height:15px;width:15px}.archive-categoria .empregos-table .card-s7 img{height:94px}@media(max-width: 992px){.archive-categoria .empregos-table .card-s7 img{height:188px}}.archive-categoria .empregos-table .card-s7 .player img{height:15px;width:15px}@media(max-width: 992px){.archive-categoria .empregos-table .card-s7 .player img{height:15px;width:15px}}.archive-categoria .empregos-table .card-s2 img{height:188px}.archive-categoria .empregos-table .card-s2 .player img{height:15px;width:15px}@media(max-width: 992px){.archive-categoria .title-section.d-none{display:none !important}}.archive-categoria .container-noticia{width:100%}.archive-categoria .publi-5{margin-top:40px}.archive-categoria .publi-5.last{margin-top:56px}.archive-categoria .publi-lef{justify-content:space-between}.archive-categoria .publi-lef .title-section{display:none !important}@media(max-width: 992px){.archive-categoria .publi-lef{margin-top:0}.archive-categoria .publi-lef .box-noticia{margin-top:16px}}.archive-categoria .publi-lef .box-noticia.colun{flex-direction:column;margin-right:15px}@media(max-width: 992px){.archive-categoria .publi-lef .box-noticia.colun{margin-right:0}}.archive-categoria .publi-lef .box-noticia.colun .noticia-3{height:auto}.archive-categoria .publi-lef .box-noticia.colun .noticia-3 .txt-noticia{font-style:normal;font-weight:bold;font-size:20px;line-height:27px}@media(max-width: 992px){.archive-categoria .publi-lef .box-noticia.colun .noticia-3 .txt-noticia{font-size:16px;line-height:22px}}@media(max-width: 992px){.archive-categoria .publi-lef .box-noticia.colun .noticia-3 img{display:none;width:94px;height:94px}.archive-categoria .publi-lef .box-noticia.colun .noticia-3 .conteudo .sub-text{display:none}}.archive-categoria .publi-lef .box-noticia.colun .noticia-3 .conteudo{max-width:650px}.archive-categoria .publi-lef .box-noticia .noticia-2:first-child{padding-top:0}.archive-categoria .publi-lef .box-noticia .resumo-18{color:#494949;margin-top:8px}.archive-categoria .center{display:flex;justify-content:center;align-items:center}.archive-categoria .button{background:linear-gradient(89.35deg, #05384b 20.07%, #1d5d75 100%);border-radius:4px;padding:16px 32px;color:#fff;text-transform:uppercase;margin-bottom:100px;text-decoration:none;-webkit-transition:all .3s linear;transition:all .3s linear}.archive-categoria .button:hover{background:linear-gradient(89.35deg, #00aeef 20.07%, #00aeef 100%);-webkit-transition:all .2s ease-out;transition:all .2s ease-out}@media(max-width: 992px){.archive-categoria .button{margin-bottom:40px;margin-top:24px}}.archive-categoria .noticia-2{padding:16px 0 13px}.archive-categoria .publi-2{margin:40px auto 24px}@media(max-width: 992px){.archive-categoria .publi-2{margin:30px auto 14px}}.archive-categoria .publi-3{margin:auto}@media(max-width: 992px){.archive-categoria .publi-3{margin-bottom:40px}}.archive-categoria .publi-7{margin:auto}@media(max-width: 992px){.archive-categoria .publi-7{margin-bottom:40px}}.single-post .publi-7{margin:40px 0;margin-left:auto;margin-right:auto}.single-post .publi-3{margin:40px 0;margin-left:auto;margin-right:auto}.single-post .publi-lef{justify-content:space-between}.single-post .title-categoty{color:#1d5d75;margin-bottom:16px;margin-top:32px}.single-post .title-single{font-style:normal;font-weight:bold;font-size:48px;line-height:56px;letter-spacing:-0.01em;color:#000;margin-bottom:16px}@media(max-width: 992px){.single-post .title-single{font-size:20px;line-height:27px}}.single-post .sub-title{font-style:normal;font-weight:300;font-size:22px;line-height:32px;letter-spacing:-0.005em;color:#494949;opacity:.85;margin-bottom:24px}@media(max-width: 992px){.single-post .sub-title{font-size:18px;line-height:24px;letter-spacing:.01em}}.single-post .data-single{font-style:normal;font-weight:normal;font-size:12px;line-height:19px;letter-spacing:.05em;text-transform:uppercase;color:#494949;margin-bottom:24px}.single-post .data-single a{text-decoration:none;color:#494949;-webkit-transition:all .3s linear;transition:all .3s linear}@media(max-width: 992px){.single-post .data-single a{color:#00aeef}}.single-post .data-single a:hover{color:#1d5d75;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.single-post .shared{display:flex;padding-bottom:24px;border-bottom:1px solid #e2e2e2;flex-direction:column;margin-bottom:32px}.single-post .shared div{display:flex;align-items:center}.single-post .shared p{font-style:normal;font-weight:300;font-size:12px;line-height:110%;text-align:center;font-variant:small-caps;color:#494949;text-transform:uppercase;position:relative}@media(max-width: 992px){.single-post .shared p{align-items:center;justify-content:center}}.single-post .shared p::before,.single-post .shared p::after{content:"";width:40%;height:1px;background:#eee;position:absolute}@media(max-width: 992px){.single-post .shared p::before,.single-post .shared p::after{width:26%}}.single-post .shared p::before{top:50%;left:0}.single-post .shared p::after{bottom:50%;right:0}.single-post .shared .list-social-share{justify-content:center;margin-top:16px}@media screen and (min-width: 992px){.single-post .shared .list-social-share:not(.type-2){justify-content:flex-start}}.single-post .shared a{margin-right:16px}.single-post .shared a:last-child{margin-right:0}.single-post .center{display:flex;justify-content:center;align-items:center}.single-post .center .button{background:linear-gradient(89.35deg, #05384b 20.07%, #1d5d75 100%);border-radius:4px;padding:16px 32px;color:#fff;text-transform:uppercase;margin-bottom:100px;text-decoration:none;-webkit-transition:all .3s linear;transition:all .3s linear}.single-post .center .button:hover{background:linear-gradient(89.35deg, #00aeef 20.07%, #00aeef 100%);-webkit-transition:all .2s ease-out;transition:all .2s ease-out}@media(max-width: 992px){.single-post .center .button{margin-bottom:24px;margin-top:24px}}.single-post .title-section{display:flex !important;margin-right:0;width:100%}.single-post .wp-context{display:flex}.single-post .wp-context .structure{width:100%;padding-right:16px}@media(max-width: 992px){.single-post .wp-context .structure{padding-right:0}}.single-post .wp-context .structure .embled{position:relative;overflow:hidden;width:100%;padding-top:56.25%;margin-top:48px}.single-post .wp-context .structure .embled iframe,.single-post .wp-context .structure .embled lite-youtube{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;border:none}.single-post .wp-context .structure .gutemberg{max-width:751px;margin-bottom:32px}.single-post .wp-context .structure .gutemberg h1,.single-post .wp-context .structure .gutemberg h2,.single-post .wp-context .structure .gutemberg h3,.single-post .wp-context .structure .gutemberg h4,.single-post .wp-context .structure .gutemberg h5,.single-post .wp-context .structure .gutemberg h6{padding:8px 0}.single-post .wp-context .structure .gutemberg h1{margin-top:48px;text-transform:uppercase;font-style:normal;font-weight:bold;font-size:32px;line-height:37px}.single-post .wp-context .structure .gutemberg h2,.single-post .wp-context .structure .gutemberg h3{font-style:normal;font-weight:bold;font-size:20px;line-height:27px;color:#000}.single-post .wp-context .structure .gutemberg h4,.single-post .wp-context .structure .gutemberg h5{font-style:normal;font-weight:bold;font-size:18px;line-height:23px;color:#000}.single-post .wp-context .structure .gutemberg h6{font-style:normal;font-weight:bold;font-size:16px;line-height:22px;color:#000}@media(max-width: 992px){.single-post .wp-context .structure .gutemberg h6{margin-bottom:48px}}.single-post .wp-context .structure .gutemberg blockquote{border-left:5px solid #e2e2e2;padding-left:16px;font-style:normal;font-weight:300;font-size:18px;line-height:32px;letter-spacing:.01em;color:#1c2743;margin:16px 0}.single-post .wp-context .structure .gutemberg blockquote p{padding:0;padding-bottom:16px}.single-post .wp-context .structure .gutemberg blockquote cite{font-weight:bold;font-size:18px;line-height:23px;color:#1c2743;font-style:initial}.single-post .wp-context .structure .gutemberg .wp-block-buttons{margin:8px 0}.single-post .wp-context .structure .gutemberg .wp-block-buttons .wp-block-button a{font-style:normal;font-weight:600;font-size:16px;line-height:28px;text-align:center;color:#fafcfe;background:#05384b;border-radius:4px;padding:8px 16px;margin:0px 0 16px;-webkit-transition:all .3s linear;transition:all .3s linear}.single-post .wp-context .structure .gutemberg .wp-block-buttons .wp-block-button a:hover{background:#00aeef;color:#fafcfe;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.single-post .wp-context .structure .gutemberg ul{margin:8px 0}.single-post .wp-context .structure .gutemberg ul li{list-style:disc;margin-left:16px;padding:7px 0}.single-post .wp-context .structure .gutemberg ol{margin:8px 0}.single-post .wp-context .structure .gutemberg ol li{list-style:decimal;margin-left:16px;padding:7px 0}.single-post .wp-context .structure .gutemberg p{padding:8px 0;font-style:normal;font-weight:300;font-size:18px;line-height:32px}.single-post .wp-context .structure .gutemberg img{max-width:100%;height:auto !important}.single-post .wp-context .structure .gutemberg a{color:#1d5d75;text-decoration:none;font-weight:bold;word-break:break-word}.single-post .wp-context .structure .gutemberg .wp-block-image{margin-top:16px}.single-post .wp-context .structure .gutemberg .wp-block-image figcaption{font-style:normal;font-weight:normal;font-size:12px;line-height:24px;color:#495057;padding:0 5px;max-width:751px}.single-post .wp-context .structure .gutemberg .wp-block-image img{max-width:100%;object-fit:cover}@media(max-width: 992px){.single-post .wp-context .structure .gutemberg .wp-block-image img{height:264px}}.single-post .wp-context .structure .gutemberg .wp-block-embed figcaption{font-style:normal;font-weight:normal;font-size:12px;line-height:24px;color:#495057;padding:0 5px;max-width:751px;text-align:center}.single-post .wp-context .structure .gutemberg .wp-block-gallery{margin:32px 0;display:flex;flex-wrap:wrap;justify-content:center}@media(max-width: 992px){.single-post .wp-context .structure .gutemberg .wp-block-gallery{display:none}}.single-post .wp-context .structure .gutemberg .wp-block-gallery .wp-block-image{margin-right:16px;cursor:pointer}.single-post .wp-context .structure .gutemberg .wp-block-gallery .wp-block-image img{border-radius:8px;overflow:hidden;width:100%;height:100%;object-fit:cover}.single-post .wp-context .structure .gutemberg .wp-block-gallery figcaption{font-style:normal;font-weight:normal;font-size:12px;line-height:24px;color:#495057;padding:0 5px;max-width:751px;width:100%}.single-post .wp-context .structure .gutemberg .wp-block-gallery>.wp-block-image{flex:1 1 231px}.single-post .wp-context .structure .gutemberg .has-text-align-right{text-align:right}.single-post .wp-context .structure .gutemberg .has-text-align-center{text-align:center}.single-post .wp-context .structure .gutemberg .wp-block-image.alignright,.single-post .wp-context .structure .gutemberg .wp-block-image .alignright{float:right;margin-left:15px}.single-post .wp-context .structure .gutemberg .wp-block-image.alignleft,.single-post .wp-context .structure .gutemberg .wp-block-image .alignleft{float:left;margin-right:15px}.single-post .wp-context .structure .gutemberg figure.aligncenter{display:flex;justify-content:center;flex-direction:column}.single-post .wp-context .structure .gutemberg .wp-block-embed__wrapper{position:relative;overflow:hidden;width:100%;padding-top:56.25%;margin-top:48px}.single-post .wp-context .structure .gutemberg .wp-block-embed__wrapper iframe,.single-post .wp-context .structure .gutemberg .wp-block-embed__wrapper lite-youtube{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;border:none}.single-post .wp-context .structure .category,.single-post .wp-context .structure .tags{display:flex;align-items:center;justify-content:start;text-transform:uppercase;margin-bottom:36px}.single-post .wp-context .structure .category ul,.single-post .wp-context .structure .tags ul{padding-left:8px;margin:-4px;display:flex;flex-wrap:wrap}.single-post .wp-context .structure .category ul li,.single-post .wp-context .structure .tags ul li{display:flex;margin:4px}.single-post .wp-context .structure .category ul li a,.single-post .wp-context .structure .tags ul li a{color:#1d5d75;border:1px solid #1d5d75;border-radius:4px;padding:4px 8px;-webkit-transition:all .3s linear;transition:all .3s linear;white-space:nowrap}.single-post .wp-context .structure .category ul li a:hover,.single-post .wp-context .structure .tags ul li a:hover{background:#1d5d75;color:#fafcfe;border:1px solid #1d5d75;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.single-post .wp-context .publi-5{margin-top:48px;margin-bottom:48px}.single-post .colun .title-20{font-style:normal;font-weight:bold;font-size:20px;line-height:27px}@media(max-width: 992px){.single-post .colun .title-20{font-size:16px;line-height:22px}}.single-post .publi-1{margin-bottom:80px}.single-post .comment-reply-title{font-weight:bold}.more-news .conteudo .categoria{color:#1d5d75}.page-404 .content-404{display:flex;justify-content:center;align-items:center;flex-direction:column;margin:65px 0 87px}.page-404 .content-404 .logo{width:100%;object-fit:contain;max-width:418px}.page-404 .content-404 h1{font-style:normal;font-weight:bold;font-size:32px;line-height:37px;text-align:center;text-transform:uppercase;color:#05384b;margin-top:32px}.page-404 .content-404 p{margin-top:32px;font-style:normal;font-weight:300;font-size:18px;line-height:32px;text-align:center;letter-spacing:.01em;color:#05384b;max-width:557px}.page-404 .content-404 form{width:100%;display:flex;justify-content:center;margin-top:32px}.page-404 .content-404 form .search{display:flex;align-items:center;justify-content:center;width:100%;max-width:389px}.page-404 .content-404 form .search button{width:44px;height:45px;background:#05384b;border-radius:4px;margin-left:8px;cursor:pointer}.page-404 .content-404 form .search input{width:100%;opacity:1;padding:0 16px;height:45px;border-radius:4px;border:1px solid #e2e2e2;font-style:normal;font-weight:normal;font-size:14px;line-height:16px;color:#05384b}.page-404 .content-404 form .search input:focus{outline:none;border:1px solid #00aeef}.page-404 .content-404 form .search input::placeholder{color:#494949}.page-404 .mais-lidas{margin-bottom:0;border-bottom:12px solid #00aeef}.page-404 .title-section{border-top:1px solid #e2e2e2;color:#05384b;padding-top:16px;position:relative;text-transform:uppercase;display:flex;justify-content:space-between;align-items:center;width:100%;font-style:normal;font-weight:bold;font-size:32px;line-height:37px}.wrapper h1,.wrapper h2,.wrapper h3,.wrapper h4,.wrapper h5,.wrapper h6{padding:8px 0}.wrapper h1{margin-top:48px;text-transform:uppercase;font-style:normal;font-weight:bold;font-size:32px;line-height:37px}.wrapper h2,.wrapper h3{font-style:normal;font-weight:bold;font-size:20px;line-height:27px;color:#000}.wrapper h4,.wrapper h5{font-style:normal;font-weight:bold;font-size:18px;line-height:23px;color:#000}.wrapper h6{font-style:normal;font-weight:bold;font-size:16px;line-height:22px;color:#000}@media(max-width: 992px){.wrapper h6{margin-bottom:48px}}.wrapper blockquote{border-left:5px solid #e2e2e2;padding-left:16px;font-style:normal;font-weight:300;font-size:18px;line-height:32px;letter-spacing:.01em;color:#1c2743;margin:16px 0}.wrapper blockquote p{padding:0;padding-bottom:16px}.wrapper blockquote cite{font-weight:bold;font-size:18px;line-height:23px;color:#1c2743;font-style:initial}.wrapper .wp-block-button__link{font-style:normal;font-weight:600;font-size:16px;line-height:28px;text-align:center;color:#fafcfe;background:#05384b;border-radius:4px;padding:8px 16px;margin:0px 0 16px;-webkit-transition:all .3s linear;transition:all .3s linear}.wrapper .wp-block-button__link:hover{background:#00aeef;color:#fafcfe;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.wrapper ul{margin:8px 0}.wrapper ul li{list-style:disc;margin-left:16px;padding:7px 0}.wrapper ol{margin:8px 0}.wrapper ol li{list-style:decimal;margin-left:16px;padding:7px 0}.wrapper p:not(.title-section,.categoria,.title){padding:8px 0;font-style:normal;font-weight:300;font-size:18px;line-height:32px}.wrapper a{color:#23abff;text-decoration:none;font-weight:bold}.search-no-results .publi-lef{min-height:329px}.publi{align-items:center;justify-content:center}.publi .publi-1{margin:12px 0}.publi-1{flex-direction:column;align-items:center;padding:10px 16px;background:#f9fafc;border:1px solid #e2e2e2;border-radius:4px;max-width:760px;width:100%;height:146px;margin:40px auto}@media(max-width: 992px){.publi-1{margin:24px auto}}.publi-1 img{width:100%;object-fit:cover}.publi-1 p{text-align:center;font-style:normal;font-weight:normal;font-size:12px;line-height:14px;color:#494949;margin-bottom:10px}.publi-1 div{max-width:760px;width:100%;min-height:90px;text-align:center}.publi-2{display:flex;flex-direction:column;align-items:center;padding:10px;background:#f9fafc;border:1px solid #e2e2e2;border-radius:4px;min-width:320px;min-height:294px;max-width:100%}.publi-2.duble{position:sticky;top:150px}@media(max-width: 992px){.publi-2{margin:24px auto 0}}.publi-2 p{text-align:center;font-style:normal;font-weight:normal;font-size:12px;line-height:14px;color:#494949;margin-bottom:10px}.publi-2 div{width:300px;min-height:250px;text-align:center}.publi-3{display:flex;flex-direction:column;align-items:center;padding:10px 16px;background:#f9fafc;border:1px solid #e2e2e2;border-radius:4px;max-width:362px;width:100%;margin:12px 24px}.publi-3 p{text-align:center;font-style:normal;font-weight:normal;font-size:12px;line-height:14px;color:#494949;margin-bottom:10px}.publi-3 div{max-width:362px;text-align:center;width:100%;min-height:90px}.publi-4{flex-direction:column;align-items:center;background:#f9fafc;border:1px solid #e2e2e2;border-radius:4px;max-width:320px;padding:10px 16px;width:100%;max-height:294px;position:sticky;top:150px;margin-bottom:50px}.publi-4 p{text-align:center;font-style:normal;font-weight:normal;font-size:12px;line-height:14px;color:#494949;margin-bottom:10px}.publi-4 img{width:300px;object-fit:cover;object-position:top;min-height:250px}.publi-4.duble{position:sticky;top:150px;margin-bottom:46px;margin-left:16px}.publi-5{display:flex;flex-direction:column;align-items:center;padding:10px 16px;background:#f9fafc;border:1px solid #e2e2e2;border-radius:4px;min-width:320px;max-width:320px;width:100%;max-height:644px;position:sticky;top:150px;margin-bottom:46px}.publi-5 p{text-align:center;font-style:normal;font-weight:normal;font-size:12px;line-height:14px;color:#494949;margin-bottom:10px}.publi-5 img{width:300px;object-fit:cover;object-position:top}.publi-5.no-sticky{position:unset}.publi-5.duble{max-height:556px;padding:0}.publi-5.duble p{margin-top:10px}.publi-5.duble div{min-height:250px;margin-bottom:10px;width:300px;text-align:center}.publi-5 div{width:300px;text-align:center;min-height:250px}.publi-6{display:flex;flex-direction:column;align-items:center;padding:10px 16px;background:#f9fafc;border:1px solid #e2e2e2;border-radius:4px;max-width:320px;width:100%;min-height:1280px;margin-top:46px}.publi-6.more-news-publi{max-height:1280px}.publi-6 p{text-align:center;font-style:normal;font-weight:normal;font-size:12px;line-height:14px;color:#494949;margin-bottom:10px}.publi-6 img{width:300px;object-fit:cover;object-position:top;min-height:250px}.publi-6 div{text-align:center}.publi-7{display:flex;flex-direction:column;align-items:center;padding:10px 16px;background:#f9fafc;border:1px solid #e2e2e2;border-radius:4px;max-width:362px;width:100%;margin:24px auto;height:148px}.publi-7 p{text-align:center;font-style:normal;font-weight:normal;font-size:12px;line-height:14px;color:#494949;margin-bottom:10px}.publi-7 div{max-width:362px;text-align:center;width:100%;min-height:90px}.pensamento{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:32px;background:linear-gradient(180deg, #f9fafc 0%, #fff 83.8%);border-radius:4px;border:1px solid #e2e2e2;width:100%;height:100%;max-width:320px;text-decoration:none}@media(max-width: 992px){.pensamento{max-width:100%;margin:24px 0 0}}.pensamento .aspas{margin-bottom:16px}.pensamento .txt{font-style:normal;font-weight:bold;font-size:23px;line-height:32px;color:#494949;padding-bottom:16px;border-bottom:1px solid #e2e2e2}.pensamento .dilton{font-style:normal;font-weight:bold;font-size:18px;line-height:24px;display:flex;align-items:center;color:#1d5d75;margin-top:16px}.pensamento .dilton img{margin-right:8px;border-radius:100%;overflow:hidden}.box-noticia{display:flex;align-items:flex-start;justify-content:start;padding-bottom:24px;margin-bottom:24px}.box-noticia.colun{flex-direction:column}@media screen and (max-width: 992px){.box-noticia.colun{border-bottom:1px solid #e2e2e2}}.box-noticia.colun .noticia-3{height:auto;width:100%;text-decoration:none;padding:10px 0}.box-noticia.colun .noticia-3 img{width:327px;height:204px;min-width:327px;min-height:204px;margin-right:32px}@media(max-width: 992px){.box-noticia.colun .noticia-3 img{width:94px;height:94px;min-width:94px;min-height:94px;object-fit:cover;margin-right:16px}.box-noticia.colun .noticia-3 .conteudo .sub-text{display:none}}.box-noticia.colun .noticia-3 .conteudo{max-width:650px}.box-noticia.colun .noticia-3 .txt-noticia{transition:.3s}.box-noticia.colun .noticia-3:hover .txt-noticia{color:#05384b}@media(max-width: 992px){.box-noticia{flex-direction:column;align-items:flex-start;justify-content:center;padding-bottom:16px;margin-bottom:0;border:none}}.box-noticia .row{align-items:flex-start;justify-content:flex-start;height:100%;max-width:511px;width:100%}.box-noticia .row a:first-child{padding-top:0}@media(max-width: 992px){.box-noticia .row a:first-child{padding-top:16px}}.box-noticia .row a:last-child{padding-bottom:0}@media(max-width: 992px){.box-noticia .row a:last-child{padding-bottom:16px;border-bottom:1px solid #e2e2e2}}.box-noticia .row.first{padding-right:24px}@media(max-width: 992px){.box-noticia .row.first{padding-right:0}}.box-noticia .row.last{border-left:1px solid #e2e2e2;padding:0 24px}@media(max-width: 992px){.box-noticia .row.last.destaque{border-top:1px solid #e2e2e2}}@media(max-width: 992px){.box-noticia .row.last{border-left:none;padding:0}}.box-noticia.culinaria .row a:last-child{border-bottom:none}@media(max-width: 992px){.box-noticia .noticia-1 .mask,.box-noticia .noticia-1 .conteudo{border-radius:0;height:275px}}.home>.box-noticia .noticia-1 .mask img{border-radius:0}.noticia-1{border-radius:8px;position:relative}@media(max-width: 992px){.noticia-1{margin-right:0;margin-bottom:0;border-radius:0;padding-bottom:0;width:100%}}.noticia-1 .mask{background:linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);position:absolute;height:310px;border-radius:8px;width:100%}.noticia-1 .mask img{width:100%;height:100%;object-fit:cover;z-index:-1;position:relative;border-radius:8px}@media(max-width: 992px){.noticia-1 .mask{height:275px}}.noticia-1 .conteudo{padding:24px;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;height:310px;border-radius:8px}.noticia-1 .conteudo .content{display:flex;align-items:center;justify-content:flex-start}.noticia-1 .conteudo .content .player{display:flex;align-items:center;justify-content:flex-start;margin-left:8px;margin-bottom:8px}.noticia-1 .conteudo .content .player img{margin-bottom:0;object-fit:cover;width:15px;height:15px}.noticia-1 .conteudo .content .player span{font-style:normal;font-weight:normal;font-size:12px;line-height:14px;color:#fff;margin-left:4px;margin-top:0}.noticia-1 .conteudo .categoria{font-style:normal;font-weight:bold;font-size:12px;line-height:14px;text-transform:uppercase;color:#fff;background:#00aeef;border-radius:4px;padding:6px 8px;margin-bottom:8px}.noticia-1 .conteudo .txt-noticia{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:20px;line-height:27px;color:#fff}@media(max-width: 992px){.noticia-1 .conteudo{height:275px}}.noticia-2{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border-bottom:1px solid #e2e2e2;text-decoration:none;max-width:722px;width:100%;min-height:107px}.noticia-2:last-child{border-bottom:none}.noticia-2 img{border-radius:8px;margin-bottom:16px;width:100%;height:204px;object-fit:cover}.noticia-2 .content{display:flex;align-items:center;justify-content:flex-start}.noticia-2 .content .player{display:flex;align-items:center;justify-content:flex-start;margin-left:8px;margin-bottom:8px}.noticia-2 .content .player img{margin-bottom:0;object-fit:cover;width:15px;height:15px}.noticia-2 .content .player span{font-style:normal;font-weight:normal;font-size:12px;line-height:14px;color:#1d5d75;margin-left:4px;margin-top:0}.noticia-2 .conteudo{display:flex;flex-direction:column;align-items:start;justify-content:flex-start}.noticia-2 .categoria{font-style:normal;font-weight:bold;font-size:12px;line-height:14px;text-transform:uppercase;color:#00aeef;margin-bottom:8px}.noticia-2 .informe{font-style:italic;font-weight:500;font-size:12px;line-height:14px;text-transform:uppercase;color:#fff;padding:6px 8px;background:#1d5d75;border-radius:4px;margin-bottom:8px}.noticia-2 .txt-noticia{font-style:normal;font-weight:bold;font-size:18px;line-height:22px;color:#000}.last .noticia-3:last-child,.last .noticia-2:last-child{border-bottom:none}.noticia-3{display:flex;align-items:center;justify-content:flex-start;text-decoration:none;width:100%}.noticia-3 img{border-radius:4px;margin-right:16px;object-fit:cover}.noticia-3 .content{display:flex;align-items:center;justify-content:flex-start}.noticia-3 .content .player{display:flex;align-items:center;justify-content:flex-start;margin-left:8px;margin-bottom:8px}.noticia-3 .content .player img{margin-bottom:0;margin-right:0;object-fit:cover;height:15px;width:15px}.noticia-3 .content .player span{font-style:normal;font-weight:normal;font-size:12px;line-height:14px;color:#1d5d75;margin-left:4px;margin-top:0}.noticia-3 .conteudo{flex-direction:column}.noticia-3 .conteudo span{font-style:normal;font-weight:300;font-size:14px;line-height:24px;color:#494949;margin-top:8px}.noticia-3 .conteudo p{margin-bottom:8px}.noticia-3 .categoria{font-style:normal;font-weight:bold;font-size:12px;line-height:14px;text-transform:uppercase;color:#00aeef;margin-bottom:8px}.noticia-3 .txt-noticia{font-style:normal;font-weight:bold;font-size:18px;line-height:22px;color:#000}.noticia-3 .sub-text{color:#494949}@media screen and (max-width: 992px){.noticia-3 .txt-noticia{margin-bottom:8px}}.noticia-4{border-radius:4px;position:relative;overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat;margin-right:32px;height:426px;text-decoration:none;width:100%}.noticia-4 .mask{background:linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);position:absolute;width:100%;height:100%}.noticia-4 .mask img{width:100%;height:100%;object-fit:cover;z-index:-1;position:relative}.noticia-4 .conteudo{padding:32px;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;height:100%}.noticia-4 .conteudo .content{display:flex;align-items:center;justify-content:flex-start}.noticia-4 .conteudo .content .player{display:flex;align-items:center;justify-content:flex-start;margin-left:8px;margin-bottom:8px}.noticia-4 .conteudo .content .player img{margin-bottom:0;margin-right:0;object-fit:cover;height:15px;width:15px}.noticia-4 .conteudo .content .player span{font-style:normal;font-weight:normal;font-size:12px;line-height:14px;color:#fff;margin-left:4px;margin-top:0}.noticia-4 .conteudo .categoria{font-style:normal;font-weight:bold;font-size:12px;line-height:14px;text-transform:uppercase;color:#fff;background:#00aeef;border-radius:4px;padding:6px 8px;margin-bottom:8px}.noticia-4 .conteudo .txt-noticia{font-style:normal;font-weight:bold;font-size:18px;line-height:23px;color:#fff;margin-bottom:8px}.publi-lef .cat-feira-de-santana .last a:last-child{border-bottom:1px solid #e2e2e2 !important}.g-full .noticia-1 .conteudo .txt-noticia{font-size:24px;line-height:32px}.title-section{border-top:1px solid #e2e2e2;color:#05384b;padding-top:16px;position:relative;text-transform:uppercase;display:flex;justify-content:space-between;align-items:center;width:100%}.title-section::before{content:"";width:85px;height:5px;background:#00aeef;position:absolute;top:0}.title-section a{background:#f9fafc;border-radius:4px;padding:16px;color:#05384b;text-decoration:none;-webkit-transition:all .3s linear;transition:all .3s linear;min-width:117px;display:flex;align-items:center}.title-section a svg path{-webkit-transition:all .3s linear;transition:all .3s linear}.title-section a:hover{background:#05384b;color:#fff;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.title-section a:hover svg path{-webkit-transition:all .3s linear;transition:all .3s linear;stroke:#fff}@media(max-width: 992px){.title-section a{margin-right:0}}.title-section a svg{margin-left:12px}@media(max-width: 992px){.title-section{font-style:normal;font-weight:bold;font-size:26px;line-height:30px;width:100%}}@media(max-width: 992px){.title-section.title-author{flex-direction:column}.title-section.title-author span{margin:0}}.colunista{margin-top:24px !important}@media(max-width: 991px){.colunista.container{margin-top:12px}.colunista.container .title-section{width:calc(100% - 24px)}}@media screen and (max-width: 991px)and (max-width: 991px){.colunista.container .listagem-colunistas{padding:0}}@media(max-width: 991px){.colunista.container .listagem-colunistas .scroll{padding:0 12px}}@media screen and (min-width: 992px){.colunista.container{margin-bottom:80px}}.colunista .title-section{width:100%}.scroll .item{width:100%;margin-right:16px;border-radius:4px;position:relative;height:390px;border-radius:7px;overflow:hidden}.scroll .item .mask{background:linear-gradient(180deg, rgba(8, 39, 51, 0) 50%, #082733 83.8%);position:absolute;width:100%;height:100%}.scroll .item .mask img{width:100%;height:100%;object-fit:cover;z-index:-1;position:relative}.scroll .item .conteudo{padding:16px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;height:100%;position:relative;z-index:1;width:100%}.scroll .item .conteudo .txt-noticia{color:#fff;margin-bottom:16px}.scroll .item .conteudo .profile{display:flex;align-items:center;justify-content:flex-start;color:#fff;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);width:100%}.scroll .item .conteudo .profile img{object-fit:cover;border-radius:100%;margin-right:8px;height:40px;width:40px}@media(max-width: 992px){.scroll{width:100%;display:flex;overflow-x:scroll}.scroll .item{min-width:250px}}@media screen and (max-width: 992px){.carrossel{display:none}}.carrossel .slick-list.draggable{padding-left:0 !important}.carrossel .slick-track{margin-left:0}.carrossel .slick-slide{margin-right:16px}.carrossel .slick-slide:last-child{margin-right:0}.carrossel .slick-prev{position:absolute;top:-45px;left:initial;right:76px;width:48px;height:48px;background:#eff2f7;border:1px solid #e5e9f2;box-sizing:border-box;border-radius:4px}.carrossel .slick-prev::before{display:none}.carrossel .slick-next{position:absolute;top:-45px;right:18px;width:48px;height:48px;background:#eff2f7;border:1px solid #e5e9f2;box-sizing:border-box;border-radius:4px}.carrossel .slick-next::before{display:none}.carrossel .slick-disabled svg{opacity:.5}.colunistas-archive .card-image img{width:210px;height:210px}.colunistas-archive .card-content h2{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:32px;line-height:37px;color:#05384b;position:relative}.colunistas-archive .card-content h2::before{content:"";width:41px;height:3px;background:#00aeef;position:absolute;bottom:0}.colunistas-archive .card-content h2:hover{color:#00aeef}.colunistas-archive .item-post:hover .card-content h2{color:#00aeef}.colunistas-archive .publi-1 p,.colunistas-archive .publi-5 p{text-align:center;font-style:normal;font-weight:normal;font-size:12px;line-height:14px;color:#494949;margin-bottom:10px;padding:0}.publi-lef{display:flex}.publi-lef .box-noticia{margin-top:40px;border-bottom:none}@media(max-width: 992px){.publi-lef .box-noticia{margin-top:0}}.publi-lef .box-noticia.culinaria{margin-top:40px;border-bottom:1px solid #e2e2e2}@media(max-width: 992px){.publi-lef .box-noticia.culinaria{margin-top:0;border-bottom:none;margin-bottom:0}}.publi-lef .box-noticia.culinaria .first .noticia-2:nth-child(2){border:none}.publi-lef .policia{margin-bottom:48px}@media(max-width: 992px){.publi-lef .policia{margin-top:9px;margin-bottom:0}.publi-lef .policia .last a:last-child{border:none}}.emprego .box-noticia{margin-top:40px}.mais-lidas{padding:48px 0;margin-bottom:80px;background:radial-gradient(47.51% 55.78% at 16.84% 20.44%, #0f3948 0%, #082733 100%)}@media(max-width: 992px){.mais-lidas{background:#082733;margin-bottom:30px}}.mais-lidas .title-section{color:#fff;border-top:1px solid #1d5d75;width:100%}.more-news-publi{position:relative;top:0}.tabola-mob #native_alright_editoria_mob{width:100%}.tabola-mob #native_alright_editoria_mob #taboola-below-article-thumbnails-12-cards{margin:0;width:100%}.bloco{display:flex;align-items:center;flex-direction:column;justify-content:center}@media(min-width: 992px){.bloco{flex-direction:row;align-items:stretch}}.bloco .item{width:100%;max-width:calc(20% - 16px);margin-right:16px;border-radius:4px;margin-bottom:40px;text-decoration:none;display:flex;margin-right:0;margin-bottom:16px;max-width:100%;flex-direction:row;justify-content:flex-start;align-items:center;background:linear-gradient(180deg, #5998b0 0%, #133f50 100%);padding:1px}@media(min-width: 992px){.bloco .item{align-items:stretch;margin-bottom:0;border-width:1px;border-style:solid;border-image:linear-gradient(to bottom, #1d5d75, rgba(0, 0, 0, 0)) 1 100;background:linear-gradient(180deg, rgba(8, 39, 51, 0) 0%, #082733 83.8%)}.bloco .item:not(:last-child){margin-right:24px}}.bloco .item .item-content{display:flex;align-items:center;justify-content:flex-start;border-radius:4px;padding:16px;width:100%;background-color:#082733}@media(min-width: 992px){.bloco .item .item-content{flex-direction:column;background-color:transparent}}.bloco .item .item-content .numero{font-style:normal;font-weight:bold;font-size:36px;line-height:24px;color:#357a95;padding-top:40px;width:40%;text-align:center}@media(max-width: 992px){.bloco .item .item-content .numero{width:auto;text-align:left;border-bottom:none;height:100%;padding-top:0;padding-bottom:0;display:flex;align-items:center}}@media(max-width: 991px){.bloco .item .item-content .item-description{border-left:1px solid #204150;padding-left:16px;margin-left:16px}}@media screen and (min-width: 991px){.bloco .item .item-content .item-description{width:100%;border-top:1px solid #204150;max-width:160px;width:100%;margin:0 auto;margin-top:16px}}.bloco .item .item-content .item-description .categoria{text-transform:uppercase;color:#00aeef;padding:16px 0 8px;text-align:center}@media(max-width: 992px){.bloco .item .item-content .item-description .categoria{text-align:left;padding:0}}.bloco .item .item-content .item-description .title{text-align:center;color:#fff;margin:auto;max-width:200px;padding-bottom:40px}@media(max-width: 992px){.bloco .item .item-content .item-description .title{text-align:left;font-style:normal;font-weight:bold;font-size:16px;line-height:22px;padding-bottom:0;max-width:100%}}.educacao{margin-top:40px;display:flex}.educacao .box-noticia{margin-top:40px}.culinaria{margin-bottom:48px}@media(max-width: 992px){.culinaria{margin-top:9px;margin-bottom:0;padding-bottom:0}}.container-noticia .noticia-1 .mask,.container-noticia .noticia-1 .conteudo{height:350px}.container-noticia .publi-4{margin:36px 0 20px}.podcast{background:#f2f2f2;padding:40px 0 60px}@media(max-width: 992px){.podcast .container{padding:0;width:100%}.podcast .container .title-section{margin-left:16px;width:calc(100% - 32px)}}.podcast .container .title-32{display:flex;justify-content:space-between;align-items:center;width:100%}@media(max-width: 992px){.podcast .scroll{overflow-x:scroll;padding-left:16px}}.podcast .bloco{height:auto;align-items:flex-start}@media(max-width: 992px){.podcast .bloco{flex-direction:row;height:auto;width:1155px;margin-right:16px}}.podcast .bloco .card{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:24px;width:100%;background:linear-gradient(180deg, #154c62 0%, #082733 83.8%);border-radius:8px;text-decoration:none;min-height:450px}.podcast .bloco .card:not(:last-child){margin-right:16px}.podcast .bloco .card .imgSport{margin:-24px;width:calc(100% + 48px);margin-bottom:16px}.podcast .bloco .card .imgSport img{width:100%;object-fit:cover;border-radius:8px 8px 0 0;height:204px}@media(max-width: 992px){.podcast .bloco .card .imgSport img{height:135px}}.podcast .bloco .card div{display:flex;flex-direction:column;align-items:flex-start}@media(max-width: 992px){.podcast .bloco .card{min-width:215px}}.podcast .bloco .card a{text-decoration:none !important}.podcast .bloco .card .content{display:flex;flex-direction:column;align-items:flex-start}.podcast .bloco .card .categoria{text-transform:uppercase;color:#fff;background:#00aeef;border-radius:4px;padding:6px 8px;margin-bottom:16px;text-align:left}.podcast .bloco .card .title{font-weight:bold;color:#fff;margin-bottom:16px;text-align:left}.podcast .bloco .card .sobre{color:#fff}.podcast .bloco .card .ouca{color:#fff;margin-top:16px;display:flex;align-items:center;justify-content:center;font-weight:bold;padding-top:16px;width:100%;border-top:1px solid rgba(255,255,255,.1);text-transform:uppercase}.podcast .bloco .card .ouca img{margin-right:8px}.radio-mobile{align-items:center;justify-content:center;background:linear-gradient(89.35deg, #05384b 20.07%, #1d5d75 100%);position:fixed;bottom:0;width:100%;height:66px;z-index:9}.radio-mobile .radio{display:flex;justify-content:end;align-items:center;background:rgba(29,93,117,.37);border-radius:4px;padding:10px 16px;margin:22px 24px;-webkit-transition:all .3s linear;transition:all .3s linear;text-decoration:none;cursor:pointer}.radio-mobile .radio p{padding-left:16px;margin-left:16px;border-left:1px solid #fff;color:#fff;text-transform:uppercase}.radio-mobile .radio img{filter:brightness(20)}.radio-mobile .radio:hover{background:#00aeef;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.radio-mobile button{background:none}.redesShare{position:fixed;flex-direction:column;display:flex;background:#05384b;border-radius:100px;padding:10px 6px;left:34px;bottom:-300px;-webkit-transition:all .3s linear;transition:all .3s linear}.redesShare.active{bottom:72px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;z-index:9}.redesShare a{margin-bottom:10px}.redesShare a:last-child{margin-bottom:0}nav.sidebar.is-open .menu{right:0}nav.sidebar.is-open .sidebar-background{transition:none;left:0}nav.sidebar .sidebar-background{transition:none;left:-100%}nav.sidebar .menu{max-width:293px;left:auto !important;right:-100%}nav.sidebar .menu .menu-header{padding:14px 22px}nav.sidebar .menu .content{height:100vh}nav.sidebar .menu .content .menu-content .menu-cascade::-webkit-scrollbar-thumb{background-color:#1a6986;border:2px solid #555;border-radius:10px;width:3px}nav.sidebar .menu .content .menu-content .menu-cascade::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5;border-radius:10px;width:3px}nav.sidebar .menu .content .menu-content .menu-cascade::-webkit-scrollbar{height:4px;border-radius:10px;background-color:#f5f5f5;width:5px}nav.sidebar .menu .content .menu-content .menu-cascade ul{padding:16px 30px 16px 16px}nav.sidebar .menu .content .menu-content .menu-cascade ul li span,nav.sidebar .menu .content .menu-content .menu-cascade ul li a{padding:16px 0;margin-bottom:10px;text-transform:inherit;border-bottom:1px solid #e2e2e2;color:#1d5d75;transition:all .3s linear}nav.sidebar .menu .content .menu-content .menu-cascade ul li span:hover,nav.sidebar .menu .content .menu-content .menu-cascade ul li a:hover{color:#00aeef}nav.sidebar .menu .content .menu-content .menu-cascade ul li .subitems button{color:#1d5d75;font-size:30px;border-bottom:1px solid #e2e2e2}@media screen and (min-width: 992px){.comments-area{margin-bottom:24px}}.comments-area .comment-respond h3{border-top:1px solid #e2e2e2;color:#05384b;padding-top:16px;position:relative;text-transform:uppercase;display:flex;justify-content:space-between;align-items:center;font-style:normal;font-weight:bold;font-size:32px;line-height:37px;width:100%}.comments-area .comment-respond h3::before{content:"";width:85px;height:5px;background:#00aeef;position:absolute;top:0}.comments-area .comment-respond h3 a{display:none}.comments-area form{display:flex;flex-wrap:wrap;justify-content:space-between}.comments-area form .logged-in-as{flex-direction:row;flex-wrap:wrap;margin-top:24px;margin-bottom:24px}.comments-area form .logged-in-as a{font-style:normal;font-weight:700;font-size:12px;line-height:14px;text-transform:uppercase;color:#494949;text-decoration:none;border:1px solid #494949;border-radius:4px;padding:4px 8px;margin-right:16px;-webkit-transition:all .3s linear;transition:all .3s linear}@media screen and (max-width: 314px){.comments-area form .logged-in-as a{margin-bottom:8px}}.comments-area form .logged-in-as a:hover{background:#00aeef;border-color:#00aeef;color:#fff;-webkit-transition:all .3s linear;transition:all .3s linear}.comments-area form .logged-in-as span{font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#494949;width:100%;margin-top:24px}.comments-area form p{display:flex;flex-direction:column;margin-bottom:24px}.comments-area form p label{font-style:normal;font-weight:700;font-size:16px;line-height:22px;color:#05384b;margin-bottom:8px}.comments-area form p input,.comments-area form p textarea{font-style:normal;font-weight:400;font-size:15px;line-height:20px;letter-spacing:.01em;color:#1d5d75;padding:16px;border:1px solid #e2e2e2;box-sizing:border-box;border-radius:4px;width:100%;font-family:Ubuntu,sans-serif}.comments-area form p input:focus,.comments-area form p textarea:focus{outline:none}.comments-area form p input:focus-visible,.comments-area form p textarea:focus-visible{outline:#1d5d75 auto 1px}.comments-area form p textarea{height:72px}.comments-area form p.form-submit{margin-bottom:0}.comments-area form span.required-field-message{display:none}.comments-area form .comment-notes{display:block;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#494949;margin-top:24px;margin-bottom:48px;width:100%}.comments-area form .comment-form-author,.comments-area form .comment-form-email{width:calc(50% - 8px)}@media(max-width: 767px){.comments-area form .comment-form-author,.comments-area form .comment-form-email{width:100%}}.comments-area form .comment-form-comment{width:100%}.comments-area form .comment-form-cookies-consent{width:100%;display:none;flex-direction:row;align-items:center;justify-content:flex-start}.comments-area form .comment-form-cookies-consent label{font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#5f5a75;margin-bottom:0}.comments-area form .comment-form-cookies-consent input{width:auto;margin-right:10px;margin-bottom:1px}.comments-area form .form-submit input{font-style:normal;font-weight:600;font-size:16px;line-height:28px;color:#fafcfe;background:#05384b;border-radius:4px;padding:8px 16px;cursor:pointer;-webkit-transition:all .3s linear;transition:all .3s linear}.comments-area form .form-submit input:hover{background:#00aeef;-webkit-transition:all .3s linear;transition:all .3s linear}.comments-area form .comment-form-captcha{display:flex;flex-direction:row}.comments-area form .comment-form-captcha div{display:flex;flex-direction:column}.comments-area form .comment-form-captcha div label{font-style:normal;font-weight:700;font-size:16px;line-height:22px;color:#05384b;width:145px;margin-bottom:8px}.comments-area form .comment-form-captcha div input{font-style:normal;font-weight:400;font-size:15px;line-height:20px;letter-spacing:.01em;color:#1d5d75;padding:16px;border:1px solid #e2e2e2;box-sizing:border-box;border-radius:4px;width:145px}.comments-area form .comment-form-captcha div input:focus{outline:none}.comments-area form .comment-form-captcha div input:focus-visible{outline:#1d5d75 auto 1px}.comments-area .comment-list li .comment-body{background:#f9fafc;border-radius:8px;padding:24px;margin-bottom:24px}.comments-area .comment-list li .comment-body .comment-author img,.comments-area .comment-list li .comment-body .comment-author .says{display:none}.comments-area .comment-list li .comment-body .comment-author .fn{font-style:normal;font-weight:700;font-size:20px;line-height:27px;color:#000}.comments-area .comment-list li .comment-body .comment-meta a{text-decoration:none;font-style:normal;font-weight:400;font-size:15px;line-height:20px;letter-spacing:.01em;color:#494949}.comments-area .comment-list li .comment-body p{font-style:normal;font-weight:400;font-size:15px;line-height:20px;letter-spacing:.01em;color:#000;margin-top:16px}.comments-area .comment-list li .comment-body .reply{margin-top:16px}.comments-area .comment-list li .comment-body .reply a{font-style:normal;font-weight:700;font-size:12px;line-height:14px;text-transform:uppercase;background:#1d5d75;padding:4px 8px;border:1px solid #1d5d75;border-radius:4px;color:#fff;text-decoration:none;-webkit-transition:all .3s linear;transition:all .3s linear}.comments-area .comment-list li .comment-body .reply a:hover{background:#00aeef;-webkit-transition:all .3s linear;transition:all .3s linear;border-color:#00aeef}.comments-area .comment-list li ol{margin-left:40px}@media(max-width: 991px){.comments-area .comment-list li ol{margin-left:35px}}.menu-desk{display:flex;align-items:center;border-top:1px solid #d9d9d9;position:relative;transition:.5s}@media(max-width: 992px){.menu-desk{max-width:100%;margin:0 auto}}.menu-desk .menu-links{max-width:800px;width:100%;overflow:hidden}@media(max-width: 1300px){.menu-desk .menu-links{max-width:500px}}@media(max-width: 992px){.menu-desk .menu-links{max-width:100%;overflow:auto}.menu-desk .menu-links::-webkit-scrollbar-thumb{background-color:#1a6986;border:2px solid #555;border-radius:10px}.menu-desk .menu-links::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5;border-radius:10px}.menu-desk .menu-links::-webkit-scrollbar{height:4px;border-radius:10px;background-color:#f5f5f5}}.menu-desk .menu-links::-webkit-scrollbar{display:none}.menu-desk .menu-links>ul{max-width:100%;width:100%;min-height:50px;white-space:nowrap;display:flex;align-items:center;transform:translateX(0px);transition:transform .5s ease 0s;flex-basis:107.5px;visibility:visible;height:auto}.menu-desk .menu-links>ul>li a,.menu-desk .menu-links>ul>li span{border:1px solid #fff;padding:5px;color:#000;margin:5px;text-decoration:none;transition:all .3s linear}.menu-desk .menu-links>ul>li a:hover,.menu-desk .menu-links>ul>li span:hover{color:#00aeef}.menu-desk .menu-controls{display:flex;align-items:center;padding-left:30px;height:50px;position:relative}.menu-desk .menu-controls::after{content:"";height:45px;width:50px;background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff);opacity:1;pointer-events:none;position:absolute;left:-31px;top:0;z-index:2}@media(max-width: 992px){.menu-desk .menu-controls{display:none}}.menu-desk .menu-controls .menu-control-prev{margin-right:10px}.menu-desk .menu-controls button{background:none;cursor:pointer}.bg-card-header-author{background-color:#f4f3f9;margin-top:-16px;margin-bottom:48px;padding:36px 0}@media screen and (min-width: 992px){.bg-card-header-author{padding:80px 0}.bg-card-header-author .card-feed-columnists{display:flex;align-items:center}.bg-card-header-author .card-feed-columnists .logo-blog{height:initial;max-width:290px}.bg-card-header-author .card-feed-columnists .columnist-data{display:flex;flex-direction:column;justify-content:center}}.bg-card-header-author.bg-card-header-author-single-post{margin-bottom:24px;margin-top:10px;padding:32px}a .card-content h2{transition:.3s}a:hover .card-content h2{color:#e2e2e2;transition:.3s}a:hover .card-feed-2 .card-content h2,a:hover .card-feed-4 .card-content h2,a:hover .card-feed-destaque-horizontal-gradient .card-content h2{color:#f9fafc;transition:.3s}.card-feed-1 .card-image img{height:212px;object-fit:cover}.card-feed-2{position:relative}.card-feed-2 .card-content{position:absolute;bottom:0;right:0;left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:32px;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);border-radius:0 0 4px 4px}.card-feed-2 .card-image img{height:302px;object-fit:cover}.card-feed-4{position:relative;width:100%}.card-feed-4 .card-content{position:absolute;bottom:0;right:0;left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:32px;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%)}.card-feed-4 .card-image img{height:302px;object-fit:cover}.card-feed-columnist{display:flex;align-items:center}@media screen and (max-width: 991px){.card-feed-columnist{flex-direction:column}.card-feed-columnist img{width:94px;height:94px}.card-feed-columnist .card-content{text-align:center}}@media screen and (min-width: 992px)and (min-width: 992px){.card-feed-columnist .card-image{margin-right:24px}}.card-feed-columnist .card-content .excerpt-1{color:#464646}.card-feed-columnist .card-image img{border-radius:100%}.card-feed-columnists .logo-blog img{height:initial}.card-feed-columnists .social-networks{max-width:261px}@media screen and (max-width: 991px){.card-feed-columnists .social-networks{margin-left:auto;margin-right:auto}}.card-feed-columnists .social-networks>ul{padding:4px 0;display:flex;align-items:center;justify-content:space-between;overflow-x:auto}.card-feed-columnists .social-networks>ul>li.share-item a{width:40px;height:40px;border:1px solid #05384b;border-radius:100%;display:flex;align-items:center;justify-content:center;transition:.3s}.card-feed-columnists .social-networks>ul>li.share-item a:hover{background-color:#05384b}.card-feed-columnists .social-networks>ul>li.share-item a:hover svg path{fill:#fff}.card-feed-columnists .social-networks>ul>li.share-item a svg{width:16px}.card-feed-columnists .social-networks>ul>li.share-item a svg path{fill:#05384b}.card-feed-columnists .basic-infos{display:flex;align-items:center}.card-feed-columnists .basic-infos img{border-radius:100%;width:210px;height:210px}.card-feed-columnists .description{font-style:normal;font-weight:300;font-size:18px;line-height:32px;letter-spacing:-0.005em;color:#494949;opacity:.85;margin-bottom:24px}@media screen and (max-width: 991px){.card-feed-columnists .logo-blog{display:flex;justify-content:center;margin-bottom:24px}.card-feed-columnists .columnist-data a{display:flex;flex-direction:column;align-items:center}}@media screen and (min-width: 991px){.card-feed-columnists{display:flex}.card-feed-columnists .logo-blog{display:flex;align-items:center;max-width:290px;width:100%}}@media screen and (min-width: 992px){.super-destaque{margin-bottom:56px}}.super-destaque .content{display:flex;flex-direction:column;align-items:flex-start}.super-destaque lite-youtube{max-width:100%}.super-destaque .hat{font-style:normal;font-weight:bold;font-size:12px;line-height:14px;text-transform:uppercase;color:#00aeef;margin-bottom:8px}.super-destaque .hat.hat-video{padding:8px 16px;background:#00aeef;border-radius:4px;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:12px;line-height:14px;color:#e5f1f3}@media screen and (max-width: 991px){.super-destaque .hat.hat-video{margin-bottom:0}}.super-destaque .title{color:#192f45;font-size:52px;font-weight:700;line-height:61px}@media(max-width: 992px){.super-destaque .title{font-size:32px;line-height:37px}}.live-section{padding:42px 0;background-color:#f9fafc}.live-section .container{max-width:874px}.live-section .container .video{position:relative;padding-bottom:56.25%;height:0}.live-section .container .video iframe,.live-section .container .video lite-youtube{position:absolute;top:0;left:0;width:100%;height:100%}.live-section .container .title{color:#000;font-size:20px}@media screen and (min-width: 992px){.live-section .container .title{font-size:32px}}.page-template-page-no-title .wrapper .wrapper,.page-template-default .wrapper{padding-bottom:80px}
