body.admin-bar .menu {
  top: 32px;
}

body.home.blog.logged-in.admin-bar {
    margin-top: 32px;
}




div#slide-banner {
    height: 460px;   
}
@media screen and (max-width: 500px) {
    div#slide-banner {
        height: 400px;   
    }
}


#slide-banner img.slider__img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 500px) {
    #slide-banner img.slider__img {
        height: 400px;
        width: 367px;
    }
}

#slide-banner .swiper-slide:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    z-index: 1;
}


.swiper-slide {
  overflow: hidden;
}
 

.slider__content {
    left: 15%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 2
}

.posts__image img {
    object-fit: cover;
}


.parent__item--slider .large-text {
    padding-right: 40px;
}
@media screen and (max-width: 960px) {
    .parent__item--slider .large-text {
        padding: 0;
    }
}

.footer{
  position: relative;
  z-index: 22;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    transition: all .4s ease;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 10px;
}

.newsletter.is-active {
    z-index: 33;
}

.parent__list .parent__text a{
    position: relative;
}

.tempo_leitura{
    min-width: 110px;
}
 


.interna__path span {
    font: 13px "AktivGrotesk Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    margin-right: 5px;
}


.interna__desc-text h2,
.interna__desc-text h3,
.interna__desc-text h4,
.interna__desc-text h5,
.interna__desc-text h6,
.interna__desc-text p{
    margin: 0 0 20px 0;
}


.interna__desc-text strong {
    font-family: "AktivGrotesk Bold";
}


div#ez-toc-container {
    border: none;
    background: #f5f5f5;
    border-radius: 5px;
    /* display: flex; */
    /* justify-content: space-between; */
    margin: 50px 0;
    padding: 50px;
}
 
p.ez-toc-title {
    color: #3063E9;
    font-size: 18px;
    line-height: 26px;
    font: 20px/28px "AktivGrotesk Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    letter-spacing: 0.54px;
}

#ez-toc-container a {
    color: #202933;
    font: 13px/26px "AktivGrotesk Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    text-transform: uppercase;
}

.bar-leitura {
    position: absolute;
    bottom: 50px;
    height: 4px;
    z-index: 25;
    background: #D9E2FF;
    width: 100%;
}

.bar-leitura span {
    height: 100%;
    width: 0;
    background: #3467E6;
    display: block;
}



.parent__icon {
    padding: 25px 0 20px;
}

/* barra lateral do artigo */
.submenu{
    z-index: 1;
    top: 100px;
    background-color: transparent;
}
@media screen and (max-width: 960px) {
    .submenu {
        margin: 30px auto 0;
        position: relative;
        right: 0;
        top: 20px;
        width: 95%;
    }
}

.menu__search{
    position: relative;
    margin: 0 -10px 0 0;
    padding: 0 10px 0 0;
    width: 250px;
}
 
.menu__search-btn{
    z-index: 1;
    padding: 10px;
    margin-left: -20px;
}

.menu__search .menu__search-content{
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    width: 250px;
}



.menu__search.is-active .menu__search-content{
    opacity: 1;
    pointer-events: all;
}

.menu__search-input {
    max-width: 75%;
    float: left;
    background: none;
    font-family: "AktivGrotesk Bold";
}



#searchsubmit {
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transform: translateY(-50%);
    opacity: 0;
}

.parent-category__child .posts__item {
    margin: 0;
    width: 100%;
}

.parent-category__child .menos-de-3 .posts__item {
    margin: 0 1% 7%;
    width: 31%;
}

    

/* espaco para setas */
.parent-category__child .swiper-container {
    padding-bottom: 70px;
}


.filter__box {
    overflow: hidden;
}


.slider__title,
.parent__name{
    color: #fff
}


.interna__path a,
.interna__path span{
    margin: 0;
    color: #76D8A3;
}
 

.modal.is-active {
    z-index:999;
}

.posts__content {
    align-items: flex-start;
}

.result__box-btn--null button {
   pointer-events: none;
}

.posts__btn {
    width: 100%;
}

.posts__icon {
    padding: 10px 0 10px;
}

input#radio-dinheiro {
    margin-left: -4px;
}
@media screen and (max-width: 960px) {   
    input#radio-dinheiro, input[type=checkbox] {
        margin-left: 0;
    }
}

.menu {
    z-index: 88;
    height: auto!important;
}

.menu__box {
    padding: 6px 0;
    z-index: 99;
    position: relative;
    background: #fff;
}

.menu__burguer{
    margin: 0;
    cursor: pointer;
}

.newsletter__btn {
    margin: 4px 0 3px;
}

.newsletter__close {
    padding: 7px;
    margin-bottom: -4px;
}


.midia__box-title h2{
    color: #3063E9;
    font: 30px/40px "AktivGrotesk Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    letter-spacing: 0.82px;
}

.has-cinza-sm-background-color {
    background: #F4F5F9;
}

audio::-webkit-media-controls-panel, audio {
    background: #3063E9;
    color: #fff;
    border-radius: 7px;
    outline: none
}


.menu__content-img {
    width: 110px;
    margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
    .menu__content-img {
        margin-bottom: 150px;
    }
}
@media screen and (max-width: 500px) {
    .menu__content-img {
        margin-bottom: 30px;
    }
}

.footer__links {
    width: 49%;
}


.footer a.nav-link.menu__item-link {
    font-size: 16px!important;
    color: #666;
    font: 18px "AktivGrotesk Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    border-bottom: 1px solid;
    border-bottom-color: transparent;
    transition: all 0.2s ease 0s;
}

.footer a.nav-link.menu__item-link:hover {
    color: #3063E9;
    border-bottom-color: #3063E9;
    opacity: 1!important
}

.footer__news-text p{
    font: 16px/1.6em "AktivGrotesk Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.footer__news {
    padding-bottom: 30px;
    width: 44%;
}

.footer .menu__item:not(.menu__item ul li) {
    padding: 0;
    background: none;
    margin: 20px 0;
}

.download__desc {
    max-width: 850px;
    margin: 0 auto;
}


.download__midia-box{
    max-width: 680px
}


.wp-block-ht-block-toc {
    background: #F5F5F5 !important;
    border: none !important;
    border-radius: 6px !important;
}

.wp-block-ht-block-toc .htoc__toggle svg {
    margin: 0;
}

.wp-block-ht-block-toc .htoc__toggle{
    padding: 8px 8px 4px 8px;
}

.htoc__itemswrap {
    font: 13px 'AktivGrotesk Bold' !important;
    text-transform: uppercase;
}

.htoc__itemswrap p {
    font: 13px 'AktivGrotesk Bold' !important;
    text-transform: uppercase;
}

.htoc__itemswrap ul li {
    font: 13px 'AktivGrotesk Bold';
    letter-spacing: .5px;
    list-style: decimal;
    margin-left: 17px !important;
    padding-left: 3px;
}


ul.ht_toc_list a {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
}

.wp-block-ht-block-toc ul li, .wp-block-ht-block-toc ol li {
    margin: 3px 0;
    line-height: normal;
}

span.ht_toc_title {
    font-size: 18px;
    color: #3467E6;
}

.wp-block-ht-block-toc .htoc__title,
.wp-block-ht-block-toc .htoc__title *{
    position: relative;
    margin: 0;
}


.wp-block-ht-block-toc.is-style-outline .htoc__toggle {
    position: absolute;
    right: 0;
}



.interna__info-text {
    font: 14px/1.2em "AktivGrotesk Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


.parent__footer .parent__icon {
    float: left;
    margin-top: -11px;
    /* margin-left: 30px; */
}

.parent__footer {
    margin: 0 0 30px 30px;
}

.menu__box-item {
    position: relative;
}

.menu__button {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:  left .4s ease-in-out;
    cursor: pointer;
}

.menu__burguer{
    position: absolute;
    left: 0
}

.menu__burguer,
.menu__burguer::before,
.menu__burguer::after {
  content: "";
  display: block;
  background: #202933;
  height: 2px;
  width: 1.75em;
  border-radius: 3px;
  transition: all .3s ease-in-out, background-color .5s ease-in-out
}



.menu__burguer::before {
  transform: translateY(-6px);
}

.menu__burguer::after {
  transform: translateY(4px);
}



.menu__button:hover .menu__burguer{
    background: #3467E6;
}

.menu__button:not(.menu__fechar):hover .menu__burguer::before {
    transform: translateY(-7px);
    background: #3467E6;
}

.menu__button:not(.menu__fechar):hover .menu__burguer::after {
  transform: translateY(5px);
    background: #3467E6;
}


.open section.menu{
    box-shadow: 1px 3px 10px -7px #9a9a9a;
}

.open .menu__burguer,
.open .menu__burguer::before,
.open .menu__burguer::after { 
    background: #3467E6;
    transition:  all .5s ease-in-out .4s, background-color .5s ease-in-out .4s
}



.open .menu__button {
    transition: left .5s ease-in-out .2s;
    left: 0;  
}

.open .menu__burguer {
  transform: rotate(45deg);
}

.open .menu__burguer::before {
  opacity: 0;
  transform: rotate(0deg);
}

.open .menu__burguer::after {
  transform: translateY(-2px) rotate(-90deg);
}



.menu__content{
    z-index: 66;
    padding-top: 35px;
    left: 0;
    transform: translateX(-100%);

    transition: transform 0.7s ease-in-out;
}

.menu__content.is-active{
 transform: translateX(0);   
}




.slide-inner {
    height: 360px;
    object-fit: cover;
}
.modal__content{
    height: auto;
    max-height: 1000px;
    padding: 30px 40px 0px 40px;
}

@media screen and (max-width: 500px) {
    .modal__content {
        height: 100%;
        max-height: initial;
        padding: 60px 30px 20px;
        width: 95%;
    }
}


div#cookie-notice {
    max-width: 100%;
    min-width: auto;
    width: 380px;
    right: 10px;
    left: auto;
    bottom: 64px;
    border-radius: 6px;
}

.cookie-notice-container {
    padding: 25px 40px;
    text-align: center;
    width: 100%;
    z-index: 2;
}

span#cn-notice-text strong {
    background: url(../icons/cookies.svg) no-repeat;
    background-position: 65px center;;
    display: inline-block;
    font: 16px "AktivGrotesk Bold";
    padding: 11px 0 5px 40px;
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
}


span#cn-notice-text {
    font-size: 14px;
    text-align: left;
    line-height: 22px;
}

#cookie-notice .cn-button {
    margin: 0 0 0 10px;
    border: none;
    color: #fff;
    background: #3063E9;
    max-width: 70px;
    padding: 14px;
    margin: 10px 0 0;
    font-size: 14px;
    font-family: "AktivGrotesk Bold";
}



.slider__inside--link {
    bottom: 20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
 
.slider__inside{
    cursor: grab;
} 

.parent__text a,
.posts__text a,
.large-text a{
    transition: color .6s ease
}

.parent__text a:hover, 
.posts__text a:hover,
.large-text a:hover {
    color: #3467E6;
    opacity: 1;
}

.home__parent--negocio .parent__name a {
    color: #941618;
}

.parent__item{
    position: relative;
}


body.category-meu-negocio .parent__name--dinheiro a,
body.category-parent-129 .parent__name--dinheiro a,
.artigo.category-meu-negocio .interna__path a, 
.artigo.category-meu-negocio .interna__path span,
.artigo.category-meu-negocio .parent__name--dinheiro a {
    color: #941618;
}

.erro__btn {
    display: inline-block;
}

.btn:disabled, button:disabled {
    opacity: .6;
}


.erro__number h2 {
    font-size: 200px;
}

.download__topics-image img {
    max-width: 60px;
}

.footer__info {
    padding-bottom: 60px;
}

.sobre__desc-btn a {
    padding: 16px 30px;
}
@media screen and (max-width: 960px) {
    .sobre__desc-btn a {
        padding: 16px 0;
    }
}

article.category-meu-negocio .parent__name a {
    color: #941618
}

.cookie-notice-container {
    padding: 15px 30px;
    text-align: center;
    width: 100%;
    z-index: 2;
    box-shadow: 0px -1px 10px -3px #9a9a9a94;
    border-radius: 6px;
}


.title__icon-subcat{
    margin-right: 10px
}

.parent__icon--neutro:after {
    background: #3063E9;
}

.home__social-item{
    max-height: 1000px;
}

.home__social-header a{
    color: #fff
}

.modal__voltar {
    font: 16px/1.2em "AktivGrotesk Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    color: #3063E9;
    width: auto;
    text-align: right;
    padding: 0 20px;
}

.modal__voltar::after {
    left: 0;
    top: 3px;
    transform: rotate(180deg);
}

.home__social.wrapper {
    max-width: 1060px;
}

.filter__select{
    font: 14px "AktivGrotesk Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.wp-block-ht-block-toc {
    font-family: "AktivGrotesk Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin-bottom: 30px;
}
.wp-block-ht-block-toc ul ul {
    margin-left: 0;
}
.wp-block-ht-block-toc ul ul ul{
    margin-left: 13px;
}

.wp-block-ht-block-toc ul li, .wp-block-ht-block-toc ol li {
    margin: 9px 0;
    line-height: normal;
}

.menu__search.is-active .menu__search-btn {
    pointer-events: none!important;
}

.footer__list, .footer__list li {
    list-style: none;
}

.artigo__avatar img {
    width: 62px;
    height: 62px;
    object-fit: cover;
}

.footer__info-direitos,
.footer__info-direitos a{
    color: #999999 !important;
}

.fancybox-is-open .fancybox-bg {
    opacity: .2;
}

button.fancybox-button:hover {
    background: transparent;
    color: #3063E9;
}

.home__social-content {
    overflow: hidden;
}

.form__step {
    overflow: unset;
}

.form__image--erro {
    border-color: #941618;
}

@media screen and (max-width: 960px) {
    .parent-category__child {
        width: 90%;
    }
    .parent-category__child .swiper-container {
        padding-bottom: 10px;
    }

    .fb_iframe_widget_fluid span {
        width: 100%;
        display: block!important;
        margin: 0 auto!important;
    }
}


.fancybox-content {
    border-radius: 5px;
    padding: 30px 40px 0;
    width: 780px;
}


.download__box-btn button {
    margin: 0;
    padding: 15px 10px;
}
.centralizar{
    max-width: 1100px!important;
    width: 100%!important;
    margin: 0 auto!important;
}

#main.site-main > div, 
#main.site-main > h1, 
#main.site-main > h2, 
#main.site-main > h3, 
#main.site-main > h4, 
#main.site-main > cite, 
#main.site-main > img, 
#main.site-main > p, 
#main.site-main > gallery, 
#main.site-main > figure{
    max-width: 1180px;
    margin: 0 auto;
    color: #202933;
}

#main.site-main > div.alignfull {
    max-width: 100%;
}

#mais.site-main{
    color: #202933;
}

#main.site-main p{
    font: 18px/1.6em "AktivGrotesk Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

a.wp-block-button__link {
    margin-left: 0;
    margin-right: 0;
}

#main.site-main strong,
#main.site-main b{
    font-family: "AktivGrotesk Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


#main.site-main a.wp-block-button__link {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding: 15px 35px;
    width: auto;
}


tr td {
    line-height: 1.2em;
}

.search-404{
    position: relative;
    margin-bottom: 20px;
}

.search-404 input{
    vertical-align: top
}

.search-404 .search-404--btn {
    width: 47px;
    height: 47px;
    border: none;
    margin-left: -52px;
    margin-top: 2px;
    transition: background .4s ease;
    background: url(../icons/search.svg) transparent no-repeat center;
    font-size: 0;
    color: transparent;
}

.search-404 .search-404--btn:hover {
        background: url(../icons/search.svg) rgb(245 245 245 / 60%)  no-repeat center;
}

.search-404 input#search  {
    max-width: 260px;
}


a.btn.erro__btn {
    width: auto;
    max-width: auto;
    padding: 15px;
}

.interna__info a {
    color: #202933;
}

.interna__info a:hover {
    color: #3063E9;
}


.has-azul-sm-color {color: #3063E9}
.has-azul-sm-background-color {background-color:#3063E9 }

.has-verde-sm-color {color: #76D8A3}
.has-verde-sm-background-color {background-color:#76D8A3 }

.has-cinza-sm-color {color: #F4F5F9}
.has-cinza-sm-background-color {background-color: #F4F5F9}



@media screen and (min-width: 501px) {
    
    nav.footer__nav {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: flex-start;
        justify-content: space-between;
    }

    nav.footer__nav > div {
        width: 50%;
    }

    nav.footer__nav > div.menu-rodape-esquerda-container{
        width: 65%;
    }

}



@media screen and (max-width: 500px) {


    #main.site-main {
        padding: 0 12px;
    }

    .parent-category__child {
        width: 85%;
    }

    .swiper-slide .posts__image {
        display: block!important;
    }

    .parent-category__child .posts__item {
        /* margin: 0;
        padding: 0 20px;
        border: none;
        width: calc(100% - 60px); */
        margin: 0 auto;
        padding: 0;
        width: 90%;
    }

    .parent-category__child .swiper-container {
        padding-bottom: 0;
        margin: 0 -20px;
    }

    .swiper-button-prev, .swiper-button-next{
        opacity: 1;
    }
 
    .swiper-button-disabled {
        opacity: 0;
        display: none;
    }

    .submenu {
        top: 0;
    }    

    .banner__image img {
        width: 100%;
    }

    .newsletter__btn button:before{
        display: none;
    }

    .newsletter__close {
        position: absolute;
        left: 30px;
    }
 
    .form__step {
        overflow: unset;
    }

    .fancybox-content {
        padding: 30px 15px 50px;
    }
    .fancybox-slide--html {
        padding: 0;
    }

    .tooltip__text {
        bottom: -85px;
        left: auto;
        margin-left: -80px;
        padding: 10px 5px;
        right: -40px;
        width: 160px;
    }
    .tooltip__text:after {
        border-width: 10px;
        left: auto;
        margin-left: 0;
        right: 37px;
        top: -18px !important;
    }


    .menu__search{
        margin: 0;
    }


    .artigo__comments {
        margin-top: 90px;
    }


    .footer__links {
        width: 100%;
    }

    .footer__images {
        margin-left: -10px;
    }

    .footer__news {
        padding: 0 0 40px;
        width: 100%;
    }


}

/* ___ Media Query ___ */
.flex--sb {
    display: flex;
    justify-content: space-between; }
  
  .flex--st {
    display: flex;
    justify-content: flex-start; }
  
  .flex--ct {
    display: flex;
    justify-content: center; }
  
  .more::after {
    left: auto !important;
    right: -20px !important; }
  
  .wrapper--small {
    margin: auto;
    max-width: 980px; }
  
  .slide {
    margin: 30px 0;
    padding-bottom: 70px !important; }
    @media screen and (max-width: 1024px) {
      .slide:not(.colunistas__slider) {
        padding: 0 20px 70px !important; } }
    @media screen and (max-width: 500px) {
      .slide:not(.colunistas__slider) .swiper-slide {
        margin-right: 20px; } }
    .slide .swiper-button-prev, .slide .swiper-button-next {
      background-color: #EAEEF1;
      bottom: 0 !important;
      top: auto !important;
      transition: background-color .5s ease-in-out; }
      .slide .swiper-button-prev:hover, .slide .swiper-button-next:hover {
        background-color: #D8D8D8; }
    .slide .swiper-button-prev {
      left: 45.5% !important; }
      @media screen and (max-width: 1024px) {
        .slide .swiper-button-prev {
          left: 44% !important; } }
      @media screen and (max-width: 960px) {
        .slide .swiper-button-prev {
          left: 42% !important; } }
      @media screen and (max-width: 758px) {
        .slide .swiper-button-prev {
          left: 40% !important; } }
      @media screen and (max-width: 500px) {
        .slide .swiper-button-prev {
          left: 35% !important; } }
    .slide .swiper-button-next {
      left: auto !important;
      right: 45.5% !important; }
      @media screen and (max-width: 1024px) {
        .slide .swiper-button-next {
          right: 44% !important; } }
      @media screen and (max-width: 960px) {
        .slide .swiper-button-next {
          right: 42% !important; } }
      @media screen and (max-width: 758px) {
        .slide .swiper-button-next {
          right: 40% !important; } }
      @media screen and (max-width: 500px) {
        .slide .swiper-button-next {
          right: 35% !important; } }
  
  .evento {
    padding-bottom: 150px; }
    .evento__banner img {
      height: 375px;
      object-fit: cover;
      width: 100vw; }
      @media screen and (max-width: 500px) {
        .evento__banner img {
          height: 270px; } }
    .evento__banner figure {
      margin: 30px auto 50px;
      max-width: 30px; }
      .evento__banner figure img {
        height: 18px;
        width: 30px; }
    @media screen and (max-width: 1024px) {
      .evento__content {
        padding: 0 40px; } }
    @media screen and (max-width: 830px) {
      .evento__content {
        padding: 0 30px; } }
    @media screen and (max-width: 758px) {
      .evento__content {
        padding: 0 20px; } }
    .evento__desc h2 {
      color: #202933;
      font-size: 32px;
      margin-bottom: 25px; }
    .evento__desc p {
      color: #202933;
      font-size: 18px; }
    .evento__desc a {
      display: block;
      margin: 80px auto; }
      @media screen and (max-width: 500px) {
        .evento__desc a {
          margin-top: 50px; } }
    .evento__values {
      margin: 120px 0 100px; }
      @media screen and (max-width: 1024px) {
        .evento__values {
          margin: 100px 70px; } }
      @media screen and (max-width: 830px) {
        .evento__values {
          margin: 100px 50px; } }
      @media screen and (max-width: 758px) {
        .evento__values {
          margin: 100px 0; } }
      @media screen and (max-width: 500px) {
        .evento__values {
          flex-wrap: wrap;
          margin: 60px 0; } }
      .evento__values-item {
        max-width: 180px;
        text-align: center; }
        @media screen and (max-width: 830px) {
          .evento__values-item {
            max-width: 150px; } }
        @media screen and (max-width: 758px) {
          .evento__values-item {
            max-width: 140px; } }
        @media screen and (max-width: 500px) {
          .evento__values-item {
            margin: 30px auto;
            max-width: 200px;
            width: 100%; } }
        .evento__values-item img {
          height: 145px;
          object-fit: contain; }
          @media screen and (max-width: 1024px) {
            .evento__values-item img {
              height: 110px; } }
          @media screen and (max-width: 830px) {
            .evento__values-item img {
              height: 90px; } }
          @media screen and (max-width: 758px) {
            .evento__values-item img {
              height: 80px; } }
          @media screen and (max-width: 500px) {
            .evento__values-item img {
              height: 90px; } }
        .evento__values-item p {
          color: #000;
          font-size: 14px;
          margin-top: 20px; }
    .evento__more {
      align-items: center; }
      @media screen and (max-width: 758px) {
        .evento__more {
          flex-wrap: wrap; } }
      .evento__more .wp-block-column {
        width: 45%; }
        @media screen and (max-width: 758px) {
          .evento__more .wp-block-column {
            width: 100%; } }
        .evento__more .wp-block-column p {
          color: #202933;
          font-size: 16px;
          line-height: 28px;
          margin: 0 0 50px auto;
          max-width: 380px; }
          @media screen and (max-width: 1024px) {
            .evento__more .wp-block-column p {
              margin-bottom: 30px; } }
          @media screen and (max-width: 830px) {
            .evento__more .wp-block-column p {
              line-height: 22px; } }
          @media screen and (max-width: 758px) {
            .evento__more .wp-block-column p {
              max-width: 100%; } }
        .evento__more .wp-block-column a {
          margin: 0 0 0 60px; }
          @media screen and (max-width: 1024px) {
            .evento__more .wp-block-column a {
              margin-left: 47px; } }
          @media screen and (max-width: 915px) {
            .evento__more .wp-block-column a {
              margin-left: 5px; } }
          @media screen and (max-width: 758px) {
            .evento__more .wp-block-column a {
              margin: 0; } }
      .evento__more .wp-block-image {
        width: 50%; }
        @media screen and (max-width: 758px) {
          .evento__more .wp-block-image {
            margin: 30px 0;
            width: 100%; } }
        .evento__more .wp-block-image img {
          max-width: 530px;
          width: 100%; }
      @media screen and (max-width: 758px) {
        .evento__more--first {
          flex-direction: column-reverse; } }
      .evento__more--first .wp-block-column p {
        margin: 0 0 50px 0; }
        @media screen and (max-width: 1024px) {
          .evento__more--first .wp-block-column p {
            margin-bottom: 30px; } }
      .evento__more--first .wp-block-column a {
        margin: 0; }
    .evento__box {
      align-items: center;
      border: 1px solid #3467E6;
      border-radius: 10px;
      margin: 90px auto 100px;
      padding: 30px 0; }
      @media screen and (max-width: 1024px) {
        .evento__box {
          margin: 90px auto 100px;
          width: 95%; } }
      @media screen and (max-width: 830px) {
        .evento__box {
          margin: 90px 30px 100px;
          width: calc(100% - 60px); } }
      @media screen and (max-width: 758px) {
        .evento__box {
          margin: 100px 20px 70px;
          width: calc(100% - 43px); } }
      @media screen and (max-width: 500px) {
        .evento__box {
          flex-wrap: wrap;
          text-align: center; } }
      .evento__box p {
        color: #000;
        font-size: 18px;
        margin: 0 0 0 30px; }
        @media screen and (max-width: 830px) {
          .evento__box p {
            margin: 0 50px 0 30px; } }
        @media screen and (max-width: 758px) {
          .evento__box p {
            font-size: 15px;
            margin: 0 25px 0 20px; } }
        @media screen and (max-width: 500px) {
          .evento__box p {
            font-size: 18px;
            margin: 0 20px 30px; } }
      .evento__box a {
        margin: 0 30px 0 0; }
        @media screen and (max-width: 758px) {
          .evento__box a {
            margin-right: 20px;
            width: 160px; } }
        @media screen and (max-width: 500px) {
          .evento__box a {
            margin: 0 auto;
            width: 180px; } }
        .evento__box a:hover {
          opacity: 1; }
        .evento__box a button {
          margin: 0; }
          @media screen and (max-width: 758px) {
            .evento__box a button {
              width: 160px; } }
          @media screen and (max-width: 500px) {
            .evento__box a button {
              width: 180px; } }
  
  .lists__box {
    border-radius: 5px;
    padding: 20px 20px 25px; }
    .lists__box img {
      margin-right: 15px;
      object-fit: cover; }
  
  .lists__type {
    margin-bottom: 20px; }
  
  .lists__desc h4 {
    color: #1D262D;
    font-size: 18px;
    margin: 0; }
  
  .lists__desc p, .lists__desc ul li {
    color: #4F5C65;
    font-family: "AktivGrotesk Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13px;
    margin: 7px 0 10px; }
  
  .lists__desc ul li {
    margin: 13px 20px;
    list-style: url(../../assets/icons/list-style.svg); }
  
  .lists__desc .more {
    font-size: 16px; }
  
  @media screen and (max-width: 915px) {
    .colunistas .wrapper {
      width: 100%; } }
  
  @media screen and (max-width: 1024px) {
    .colunistas__slider {
      width: calc(100% - 40px); } }
  
  @media screen and (max-width: 1024px) {
    .colunistas__content {
      margin: 0 20px; } }
  
  @media screen and (max-width: 758px) {
    .colunistas__top {
      display: block; } }
  
  .colunistas__top .more {
    margin-right: 25px; }
    @media screen and (max-width: 1024px) {
      .colunistas__top .more {
        margin-right: 70px; } }
    @media screen and (max-width: 758px) {
      .colunistas__top .more {
        display: inline-block;
        margin: 10px 0 0; } }
    .colunistas__top .more h3 {
      font-size: 30px; }
    .colunistas__top .more:before {
      bottom: 10px; }
  
  .colunistas__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3% -1% 2%; }
    @media screen and (max-width: 915px) {
      .colunistas__list {
        margin: 3% 0 2%; } }
    .colunistas__list .lists__box {
      margin: 1.3% 1%;
      width: calc(46% - 20px); }
      @media screen and (max-width: 915px) {
        .colunistas__list .lists__box {
          margin: 1.3% 0 2%; } }
      @media screen and (max-width: 780px) {
        .colunistas__list .lists__box {
          margin-bottom: 30px;
          width: calc(100% - 80px); } }
      .colunistas__list .lists__box p, .colunistas__list .lists__box li {
        color: #4F5C65;
        font-size: 16px; }
        @media screen and (max-width: 500px) {
          .colunistas__list .lists__box p, .colunistas__list .lists__box li {
            line-height: 22px; } }
  
  .colunistas__name {
    align-items: center; }
    @media screen and (max-width: 500px) {
      .colunistas__name {
        flex-wrap: wrap; } }
    @media screen and (max-width: 500px) {
      .colunistas__name .tag {
        margin: 10px 0 15px 0;
        width: 100%; } }
    .colunistas__name .tag a {
      font-size: 13px;
      padding: 3px 5px;
      pointer-events: none; }
      @media screen and (max-width: 500px) {
        .colunistas__name .tag a {
          margin: 0; } }
  
  .colunistas__interna {
    background: #F5F5F5;
    padding-top: 25px; }
    .colunistas__interna-about {
      align-items: flex-start;
      padding: 60px 0 25px; }
      @media screen and (max-width: 1024px) {
        .colunistas__interna-about {
          padding: 60px 20px 25px;
          width: calc(100% - 40px) !important; } }
      @media screen and (max-width: 758px) {
        .colunistas__interna-about {
          flex-wrap: wrap; } }
      .colunistas__interna-about .lists__box {
        margin: 0;
        max-width: 820px;
        padding: 0; }
        @media screen and (max-width: 1024px) {
          .colunistas__interna-about .lists__box {
            width: 70%; } }
        @media screen and (max-width: 960px) {
          .colunistas__interna-about .lists__box {
            width: 63%; } }
        @media screen and (max-width: 758px) {
          .colunistas__interna-about .lists__box {
            width: 100%; } }
        @media screen and (max-width: 500px) {
          .colunistas__interna-about .lists__box {
            flex-wrap: wrap;
            position: relative; } }
        .colunistas__interna-about .lists__box img {
          height: 105px !important;
          width: 105px !important; }
        .colunistas__interna-about .lists__box p, .colunistas__interna-about .lists__box li {
          color: #4F5C65;
          font-size: 16px; }
      @media screen and (max-width: 500px) {
        .colunistas__interna-about .lists__desc {
          margin-top: 20px;
          width: 100%; } }
      @media screen and (max-width: 500px) {
        .colunistas__interna-about .colunistas__name {
          position: absolute;
          left: 130px;
          top: 0; }
          .colunistas__interna-about .colunistas__name h4 {
            font-size: 22px; } }
  
  @media screen and (max-width: 960px) {
    .colunistas__topics {
      display: inline-block; } }
  
  .colunistas__topics a {
    color: #941618;
    display: block;
    font-family: "AktivGrotesk Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13px;
    margin-top: 10px;
    padding: 5px 15px 5px 0;
    position: relative;
    text-transform: uppercase; }
    .colunistas__topics a::after {
      background: #941618;
      border-radius: 100%;
      content: '';
      height: 3px;
      position: absolute;
      right: 4px;
      top: 47%;
      transform: translateX(-50%);
      width: 3px; }
      @media screen and (max-width: 960px) {
        .colunistas__topics a::after {
          display: none; } }
    .colunistas__topics a:last-child::after {
      display: none; }
  
  .colunistas__social {
    background: #EAEEF1;
    border-radius: 5px;
    padding: 15px;
    width: 250px; }
    @media screen and (max-width: 1024px) {
      .colunistas__social {
        width: 220px; } }
    @media screen and (max-width: 960px) {
      .colunistas__social {
        width: 200px; } }
    @media screen and (max-width: 758px) {
      .colunistas__social {
        margin: 20px 0 0 120px;
        width: 250px; } }
    @media screen and (max-width: 500px) {
      .colunistas__social {
        margin: 20px 0 0;
        width: 100%; } }
    .colunistas__social p {
      color: #2D3540;
      font-size: 13px;
      margin: 0 0 15px; }
    .colunistas__social-item {
      background: #3467E6;
      border-radius: 4px;
      margin-right: 15px;
      padding: 7px 8px 5px; }
    .colunistas__social img {
      filter: brightness(5);
      height: 14px;
      object-fit: contain;
      width: 14px; }
  
  .colunistas .lists__box {
    background: #F5F5F5; }
    .colunistas .lists__box img {
      border-radius: 8px;
      height: 64px;
      width: 64px; }
  
  .materiais {
    background: #F5F5F5;
    margin: 100px 0;
    padding: 60px 0 10px; }
    @media screen and (max-width: 960px) {
      .materiais__content {
        width: 100%; } }
    .materiais__top {
      align-items: center; }
      @media screen and (max-width: 1024px) {
        .materiais__top {
          margin-left: 20px; } }
      @media screen and (max-width: 758px) {
        .materiais__top {
          display: block; } }
      .materiais__top h3 {
        font-size: 30px; }
      .materiais__top .more {
        margin-left: 70px; }
        @media screen and (max-width: 758px) {
          .materiais__top .more {
            display: inline-block;
            margin: 10px 0 0; } }
    .materiais__slider .lists__box {
      background: #FFF;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
      padding: 30px 30px 25px; }
      .materiais__slider .lists__box img {
        height: 48px;
        width: 48px; }
      .materiais__slider .lists__box .btn__midia-link {
        border: 2px solid #3467E6;
        border-radius: 5px;
        display: flex;
        margin: 20px 0 10px;
        padding: 17px 23px 17px 50px; }
        .materiais__slider .lists__box .btn__midia-link:before {
          left: 25px;
          top: 50%;
          transform: translateY(-50%); }
        .materiais__slider .lists__box .btn__midia-link p {
          color: #3467E6;
          margin: 0; }
    .materiais__slider .swiper-button-prev, .materiais__slider .swiper-button-next {
      background-color: #D4D9DC; }
      .materiais__slider .swiper-button-prev:hover, .materiais__slider .swiper-button-next:hover {
        background-color: #c4c9cc; }
  
  .video__thumb {
    cursor: pointer;
    position: relative;
    transition: opacity .5s ease-in-out; }
    .video__thumb:hover {
      opacity: .9; }
    .video__thumb:before, .video__thumb:after {
      content: '';
      position: absolute; }
    .video__thumb:before {
      background: url(../../assets/icons/video-play.svg);
      height: 64px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 64px;
      z-index: 2; }
    .video__thumb:after {
      background: linear-gradient(180deg, rgba(24, 24, 24, 0.7) 0%, rgba(24, 24, 24, 0.478726) 45.95%, rgba(24, 24, 24, 0) 100%);
      height: 100%;
      left: 0;
      top: 0;
      width: 100%; }
    .video__thumb img {
      object-fit: cover;
      width: 100%; }
  
  .video .parent__name a {
    color: #3467E6;
    display: block;
    margin: 25px 0 -5px; }
  
  .videos {
    background: #F5F5F5;
    margin: 100px 0;
    padding: 60px 0 30px; }
    @media screen and (max-width: 960px) {
      .videos__content {
        width: 100%; } }
    .videos__top {
      align-items: center; }
      @media screen and (max-width: 1024px) {
        .videos__top {
          margin-left: 12px; } }
      @media screen and (max-width: 758px) {
        .videos__top {
          display: block; } }
      .videos__top img {
        height: 24px;
        width: 20px; }
      .videos__top h3 {
        font-size: 30px;
        margin-left: 20px; }
      .videos__top .more {
        margin-left: 70px; }
        @media screen and (max-width: 758px) {
          .videos__top .more {
            display: inline-block;
            margin: 10px 0 0 10px; } }
    .videos__title {
      align-items: center; }
      @media screen and (max-width: 758px) {
        .videos__title {
          margin-left: 10px; } }
    .videos__slider .swiper-button-prev, .videos__slider .swiper-button-next {
      background-color: #D4D9DC; }
      .videos__slider .swiper-button-prev:hover, .videos__slider .swiper-button-next:hover {
        background-color: #c4c9cc; }
  
  .home__stories .web-stories-list__story-poster {
    height: 64px !important;
    margin: auto;
    width: 64px !important; }
    .home__stories .web-stories-list__story-poster img {
      border: 4px solid #fff !important;
      border-radius: 50%;
      height: 100% !important;
      object-fit: cover;
      padding: 0 !important;
      width: 100% !important; }
  
  .home__stories .web-stories-list__story-content-overlay {
    padding: 0; }
  
  .home__stories .web-stories-list .story-content-overlay__excerpt {
    font-size: 13px !important;
    font-weight: 400;
    margin: 0; }
  
  .home__stories .web-stories-list.is-view-type-circles .story-content-overlay__title {
    font-size: 13px !important;
    font-weight: 600;
    margin: 10px 0 5px; }
  
  .home__stories .web-stories-list.is-view-type-circles.has-title .glider-next, 
  .home__stories .web-stories-list.is-view-type-circles.has-title .glider-prev {
    display: none !important; }
  
  .home__stories .web-stories-list__inner-wrapper.carousel-4 {
    align-items: flex-start;
    display: flex; }
  .home__stories   .web-stories-list__inner-wrapper.carousel-4 .web-stories-list__archive-link a {
      display: block;
      font-size: 13px !important;
      font-weight: 700;
      padding-top: 72px;
      position: relative !important;
      text-align: center;
      width: 150px; }
      .home__stories .web-stories-list__inner-wrapper.carousel-4 .web-stories-list__archive-link a:before, 
      .home__stories .web-stories-list__inner-wrapper.carousel-4 .web-stories-list__archive-link a:after {
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
        .home__stories .web-stories-list__inner-wrapper.carousel-4 .web-stories-list__archive-link a:before {
        background: #F5F5F5;
        border: 4px solid #fff;
        border-radius: 50%;
        content: '';
        height: 64px;
        top: 0;
        width: 64px; }
      .home__stories .web-stories-list__inner-wrapper.carousel-4 .web-stories-list__archive-link a:after {
        content: '+';
        color: #5533ff;
        font-size: 30px;
        line-height: 20px;
        top: 20px; }
  
  .home__stories .web-stories-list.is-carousel .web-stories-list__archive-link {
    position: relative !important;
    right: 0;
    top: 0; }
  



    .footer__nav ul li:first-child *{
	    font-family: "AktivGrotesk Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"!important;
}

img.menu__logo-img {
    max-height: 54px;
    max-width: 100%;
}


@media screen and (max-width: 500px) {

	.site-main h2 br,
	.site-main p br {
    display: none;
}
	
	.site-main h2 {
    font-size: 24px;
}
	
	.inverter-mobile {
    flex-direction: column-reverse;
}
	
	.wp-block-column .alignright.size-large {
    float: left;
    margin: 0;
    padding: 0;
}

}


em {
	font-style: italic !important;
}


.home__stories{
	position:relative
}

.home__stories:before{
	content:'';
	background:#3467E6;
	width:100%;
	height:74px;
	display:block;
	position:absolute;
}

.home__stories .web-stories-list .story-content-overlay__title,
.stories-link p{
     font: 12px/1.4em "AktivGrotesk Bold"!important;
	}

.home__stories-wrapper{
    max-width: 1180px;
	margin:0 auto;
	
		display: flex;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
	}

.home__stories .web-stories-list.is-view-type-circles .web-stories-list__story-poster  a img,
.home__stories .web-stories-list__story-poster-placeholder{
	border:2px solid #fff!important	;
	max-width:74px!important;
	max-height:74px!important;
		background:#fff!important;
}
 

.home__stories .web-stories-list__story-poster-placeholder{	
	max-width:66px!important;
	max-height:66px!important;
}

.home__stories .web-stories-list__story-poster{
	text-align:center;
	max-width:74px!important;
	max-height:74px!important;
	margin:0px auto;
}
 
.stories-link{	
	text-align:center;	
	color:#3467E6;
}

.stories-link span{
	font-size:34px;
	border:4px solid #fff;
	background:#f5f5f5;
	width:66px;
	height:66px;
	display:flex;
	border-radius:100px;
	justify-content: center;
	align-items: center;
	margin-bottom:10px
}

.home__stories .web-stories-list.is-carousel .web-stories-list__inner-wrapper {
    margin: 0!important;
    max-width: 100%!important;
}


.home__stories .web-stories-list{
	width:86%;
}

.stories-link{
	width:14%;
	position:relative;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}


.home__stories .glider-prev,
.home__stories .glider-next{
	display:none!important;
	opacity:0!important;	
  visibility: hidden!important;
}

.home__stories .web-stories-list.is-view-type-circles .glider-track{
	width:100%!important;
}
 

	.home__stories .web-stories-list,
	.stories-link {
    margin: 30px 0!important;
	}
	
	 
.home__header-title h1{
	margin-right:0
}


	.stories-link span, 
	.stories-link p {
			margin-right: 50px;
	}
 

@media screen and (max-width: 900px) {
    
	.stories-link span, 
	.stories-link p {
    margin-right: 0px;
	}
	
	.home__stories-wrapper{
		padding: 0 4%
	}
	
	.home__stories .web-stories-list__story{
		display:none!important;
		min-width:0!important;
		max-width:22vw!important
	}

	.home__stories .web-stories-list__story:nth-child(1),
	.home__stories .web-stories-list__story:nth-child(2),
	.home__stories .web-stories-list__story:nth-child(3){
		display:block!important;
	}
	 
	.home__stories .web-stories-list .story-content-overlay__title,	
	.stories-link p{
    font-size: 10px!important;
    -webkit-line-clamp: 3;
}
	
	
.home__stories .web-stories-list.is-view-type-circles .web-stories-list__story-poster  a img,
.home__stories .web-stories-list__story-poster-placeholder,
.home__stories .web-stories-list__story-poster{
	max-width:64px!important;
	max-height:64px!important;
}
 

.home__stories .web-stories-list__story-poster-placeholder,
	.stories-link span{	
	max-width:56px!important;
	max-height:56px!important;
} 
	
	
	
	.home__stories .web-stories-list__story-content-overlay{
		padding:5px!important
	}
	
	.stories-link span{	
	padding-bottom:3px;
		margin-bottom:3px
	}
	
	.stories-link span,
	.stories-link p{
		margin-left:10px!important;
	}	 
 
	.home__stories .web-stories-list {
    width: 75%;
	}
	
	.stories-link {
		width: 25%;
	}

	
	.home__stories .web-stories-list,
	.stories-link {
    margin: 20px 0!important;
	}

	.home__stories:before{
		height:54px;
	}
	
	.home__header-title h1{
		font-size:14px!important;
		padding: 0 20px
	}
		
	.home__stories a:hover{
		opacity:1!important
	}
	
}


.slide{
	overflow:hidden
}

.lists__desc p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.lists__desc .more{
	font-size:16px;
}

.lists__desc .more:after{
	top:2px;
}

.home__cinza{
	    background: #F5F5F5;
}

.lists__desc h4 a {
    color: #202933;
}

.colunistas{
	margin: 30px 0 0px
}

.home__cinza .home__parent{
	padding: 10px 0 40px;
}

.home__cinza{
	margin: 0 0 75px 0 
}

.home__parent .materiais,
.home__parent .videos{
	margin: 0;
}

.materiais .lists__desc h4 {
	min-height:75px;
}

.materiais .lists__desc > p {
	min-height:50px;
}

.video__thumb img{
	height:210px;
}

.colunistas__list .lists__box img {
    width: 88px;
    height: 88px;
    border-radius: 10px;
}

.colunistas__list .lists__box { 
    background: #F5F5F5;
}

.colunistas__name .tag a{
	padding:5px 5px 3px
}

.colunistas__list .lists__box li,
.colunistas__interna-about .lists__box li{
    list-style: none;
    margin: 0 0 10px;
}

.colunistas__interna-about .lists__box img{
	border-radius:10px;
}

.colunistas__list li img,
.colunistas__interna-about .lists__box li img{
	max-width:16px;
	max-height:16px;
	object-fit:contain;
	margin-right:4px;
	transform: translateY(2px)
}



.page-template-stories .web-stories-list .story-content-overlay__title{
	font: 16px/1.4em "AktivGrotesk Bold"!important;
	-webkit-line-clamp: 4;
}


.page-template-stories .web-stories-list .story-content-overlay__excerpt{
	font: 13px/1.4em "AktivGrotesk Regular"!important;
	-webkit-line-clamp: 4;
}

.page-template-stories .web-stories-list .web-stories-list__story{
	margin-bottom:20px!important
}

.web-stories-list__story-poster:before{
	opacity:0.2
}

.page-template-stories .home__parent {
    padding-bottom: 0;
}


.page-template-stories .web-stories-list__story.glider-slide{
	 display:block!important
}

.parent__icon.parent__icon--azul {
    margin-right: 10px;
}

.parent__icon.parent__icon--azul:after{
	background: #3063E9;
    border-radius: 5px;
    bottom: 5px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 32px;
}

.video__thumb a{
	display:block
}

.video__thumb:after,
.video__thumb:before{
	pointer-events:none
}

.posts__image {
    min-height: 130px;
} 
.category-160 .result__box-btn,
.category-162 .result__box-btn,
.category-163 .result__box-btn{
    display: none;
}


.page-template-stories .glider-next,
.page-template-stories .glider-prev{
    background-color: #F5F5F5!important;
    border-radius: 5px!important;
    height: 44px !important;
    opacity: 0.8!important;
    outline: none;
    top: 50% !important;
    width: 44px !important;
}

.page-template-stories .glider-next{
    background-color: #F5F5F5;
    background-size: 14px;
    border-radius: 5px;
    height: 44px !important;
    opacity: 0.8;
    outline: none;
    top: 50% !important;
    width: 44px !important;
	transform: translateY(-50%) translateX(-20px)!important;
}

.page-template-stories .glider-prev {
    transform: translateY(-50%) translateX(20px) rotate(180deg)!important;
}

.page-template-stories .show-mobile .web-stories-list__story-content-overlay {
    padding: 20px;
}

.footer__nav ul li:first-child *{
	    font: 18px "AktivGrotesk Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"!important;
}

.menu__item:not(.menu__item ul li) {
    margin: 15px 20px;
}


.page-template-stories .parent-category__main,
.page-template-colunistas .parent-category__main{
	padding:0;
}

@media screen and (max-width: 600px) {
	
	.page-template-stories .web-stories-list__story {
    width: 40%!important;
    max-width: 47%;
	}
	
	.page-template-stories .story-content-overlay__excerpt{
		display:none!important;
	}
	
	.web-stories-list .story-content-overlay__title {
    margin: 0!important;
	}

	
	.page-template-stories .web-stories-list .web-stories-list__story {
    margin-bottom: 5px!important;
	}
	
	.home .colunistas .swiper-button-prev:not(.slider__arrow-prev),
	.home .materiais .swiper-button-prev:not(.slider__arrow-prev){
    left: 10px !important;
		bottom: 0!important
	}
	
		.home .materiais .swiper-button-prev:not(.slider__arrow-prev),
	.home .videos .swiper-button-prev:not(.slider__arrow-prev){
    left: 30px !important;
		bottom: 10px!important
	}
	
			.home .materiais .swiper-button-next,
	.home .videos .swiper-button-next{
    right: 30px !important;
		bottom: 10px!important
	}
	
	.lists__desc .more {
    font-size: 14px;
		margin:0
}
	
	.materiais .lists__desc > p{
		min-height:0
	}
	
	.materiais .lists__desc h4 {
    min-height: 100px;
	}
	
	.home .videos__title{
    flex-wrap: wrap;
	}

	.home .videos__title h3{
		width:60%
	}
	
	.home .videos__title a{
		display:block;
		width:auto;
		padding-left:30px
	}
	
	.home .parent__header.home__parent-header .more {
    margin: 0px 0 0 60px;
	}
	
	body{
		overflow-x:hidden
	}
	
	.page-template-colunistas .colunistas__list .lists__desc ul{
	display:none!important	
	}
	
	.page-template-colunistas .colunistas__list .lists__box{
		width:100%!important
	}
	
	.page-template-colunistas .colunistas__list .lists__box p{
		font-size:13px!important;
		line-height:1.3em!important
	}
	
	.page-template-colunistas .colunistas__list .lists__box img {
    width: 64px;
    height: 64px;
	}
	
	.home__stories .web-stories-list.is-view-type-circles .story-content-overlay__title {
		font: 10px/1.2em "AktivGrotesk Regular"!important;
    -webkit-line-clamp: 5;
	}
	
	.home__stories .web-stories-list__story-content-overlay{
		padding:5px 0 0!important;

	}
	
	
.page-template-stories .parent-category__main{
	padding:0;
	margin-bottom:0;
}
	
}










@media screen and (width: 1024px) {
  .menu {
    width: 100vw;
  }

  .menu__box-item {
    margin: 0 20px;
  }

  .home__posts {
    /* margin: 0 20px; */
    max-width: 1180px;
    width: 100%;
  }

  .home__parent {
    margin: 0 20px;
  }

  .home__parent-header {
    margin: 0 0 20px;
  }

  .home__parent-content {
    margin: 0 auto 20px 0;
  }

  .home__social {
    width: 100%;
  }

  .home__social-title {
    margin: 0 20px;
  }

  .home__social-feed {
    margin: 20px 20px 0;
  }

  .posts__header {
    margin: 80px 20px 35px;
  }

  .posts__content {
    margin: 30px 10px 0;
  }

  .posts__item {
    width: 31.3%;
  }
}

@media screen and (max-width: 960px) {
  .home .swiper-button-prev:not(.slider__arrow-prev), .swiper-button-next:not(.slider__arrow-next) {
    bottom: 0 !important;
  }
}