

/** NOVOS MODULOS BLOG DEZEMBRO 2021 **/
body .addtoany_share_save_container {display: none!important;}

/*** BLOG GERAL ***/
.zp_wave_yellow {
    margin: 60px 0 20px;
}

.zp_wave_yellow.wpb_single_image .vc_figure {
    display: block;
    line-height: 1;
    font-size: 0;
}

.zp_wave_yellow img {
    max-width: 52px;
}

.zp_wave_yellow figure {
    display: flex;
}

/*** MODULO IMAGENS DESTAQUE ***/
.zp_modulo_artigos_destaque .vc_column-inner {
    padding-left: 6px;
    padding-right: 6px;
}

.zp_artigo_destaque img {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    height: 100%;
    display: none;
}

.zp_artigo_destaque .zp_inner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 6px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1229);
    transition: transform 0.2s linear, box-shadow 0.2s ease-in-out;
    image-rendering: -webkit-optimize-contrast;
}

.zp_artigo_destaque .zp_inner:hover {
    transform: translateY(-2px);
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.5);
}

.zp_artigo_destaque_big {
    height: 358px;
}

.zp_artigo_destaque_small,
.zp_artigo_destaque_tiny {
    height: 173px;
}

.zp_artigo_destaque_small {
    margin-bottom: 12px;
}

.zp_txt .zp_artigo_destaque_tag {
    font-size: 13px;
    padding: 2px 5px;
    background-color: #FFCC00;
    color: #252524;
    text-decoration: none;
    margin-bottom: 5px;
    border-radius: 2px;
}
.zp_modulo_videos_destaque .zp_txt .zp_artigo_destaque_tag {
    background-color: #EDEDED;
}

.zp_txt .zp_artigo_destaque_tag:hover,
.zp_modulo_videos_destaque .zp_txt .zp_artigo_destaque_tag:hover {
    background-color: #FFF48F;
}

.zp_artigo_destaque_title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.18;
    max-width: 386px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 1px 0px 4px rgba(0, 0, 0, 0.3);
}

.zp_artigo_destaque_author {
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.zp_artigo_destaque_small .zp_artigo_destaque_tag,
.zp_artigo_destaque_tiny .zp_artigo_destaque_tag {
    background-color: #EDEDED;
    color: #252524;
}

.zp_artigo_destaque_small .zp_artigo_destaque_title {
    font-size: 18px;
    max-width: 296px;
}
.zp_artigo_destaque_tiny .zp_artigo_destaque_title {
    font-size: 16px;
    max-width: 181px;
}
.zp_artigo_destaque_small .zp_artigo_destaque_author,
.zp_artigo_destaque_tiny .zp_artigo_destaque_author {
    font-size: 12px;
}

#content .wpb_text_column :last-child.blog-title {
    margin: 76px 0;
}

/*** MODULO ARTIGOS MAIS VISTOS / CATEGORIAS ***/

.zp-blog-side-module-card {
    border-radius: 6px;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1229);
    background: #FFFFFF;
    overflow: hidden;
    margin-bottom: 30px;
    transition: transform 0.2s linear, box-shadow 0.1s linear;
}
.zp_sugestao_artigo:hover {
    transform: translateY(-2px);
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.5);
}
/* .zp-blog-side-module-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.5);
} */

.zp-blog-side-module-title {
    font-family: 'Roboto Condensed';
    background: #FFF48F;
    border-radius: 6px;
    padding: 12px 18px;
    font-size: 17px;
    line-height: 1.17;
    color: #252524;
    font-weight: bold;
}

.zp_modulo_artigos_mais_vistos_inner,
.zp_modulo_categories_tags_inner {
    padding: 0 20px;
}

.zp_modulo_artigos_mais_vistos_inner .zp_inner {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
}

.zp_modulo_artigos_mais_vistos_inner .zp_artigo_icon img {
    position: absolute;
    height: 120%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: transform 0.4s ease-in-out;
    image-rendering: -webkit-optimize-contrast;
}

.post .zp_artigo_icon img, .single-postlike .zp_artigo_icon img {
    max-width: none;
}

.zp_modulo_artigos_mais_vistos_inner .zp_inner:hover {
    /* text-decoration: underline; */
    color: #252524;
}
/*.zp_modulo_artigos_mais_vistos_inner .zp_inner:hover img {
    transform: translateX(-50%) translateY(-50%) scale(1.2);
}*/

.zp_artigo_icon {
    margin-right: 20px;
    position: relative;
    height: 63px;
    width: 73px;
    border-radius: 6px;
    overflow: hidden;
}
.zp_artigo_icon::after {

    position: absolute;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: box-shadow 0.4s ease-in-out;
}
.zp_modulo_artigos_mais_vistos_inner .zp_artigo_icon:hover::after {
    -webkit-box-shadow: inset 0px 0px 35px 20px #000000; 
    box-shadow: inset 0px 0px 35px 20px #000000;
    -webkit-box-shadow: inset 0px 0px 35px 20px rgba(0,0,0,0.5); 
    box-shadow: inset 0px 0px 35px 20px rgba(0,0,0,0.5);
}

.zp_artigo_mais_visto_destaque_title {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.25;
    text-decoration: none;
    color: #3D3D3B;
    margin-bottom: 10px;
    max-width: 140px;
}
.zp_modulo_artigos_mais_vistos .zp_txt {
    align-self: start;
    display: flex;
    flex-direction: column;
}
.zp_modulo_artigos_mais_vistos .zp_artigo_mais_visto_destaque_title:hover,
.zp_modulo_artigos_mais_vistos .zp_artigo_mais_visto_destaque_tag:hover {
    text-decoration: underline;
}
.zp_modulo_artigos_mais_vistos object,
.zp_artigo_mais_visto_destaque_tag {
    color: #3D3D3B;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 1;
    text-decoration: none;
}
.zp_artigo_mais_visto_destaque_tag:hover {
    color: #3D3D3B;
}

@media only screen and (max-width: 767px) {
    .zp_modulo_artigos_mais_vistos .zp_txt {
        align-self: center;
    }
    .zp_artigo_mais_visto_destaque_title {
        font-size: 14px;
    }
    .zp_modulo_artigos_mais_vistos object,
    .zp_artigo_mais_visto_destaque_tag {
        font-size: 13px;
    }
}

/*** MODULO CATEGORIAS ***/
.zp_modulo_categories_tags_block {
    padding: 20px 0;
}

.zp_modulo_categories_tags_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.zp_modulo_categories_tags .zp_tag {
    padding: 2px 5px;
    line-height: 1;
    display: inline-block;
    background-color: #EDEDED;
    color: #252524;
    font-size: 13px;
    margin: 3px;
    border-radius: 2px;
    text-decoration: none;
}
.zp_modulo_categories_tags .zp_tag:hover {
    background-color: #FFF48F;
}

/*** MODULO SUGESTÃO DE ARTIGO ***/

.zp_sugestao_artigo {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    image-rendering: -webkit-optimize-contrast;
}

.zp_sugestao_inner {
    padding: 10px;
    min-height: 333px;
    text-decoration: none;
    position: relative;
    background-color: rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    image-rendering: -webkit-optimize-contrast;
}
.zp_sugestao_inner:hover {
    color: #fff;
}

.zp_sugestao_artigo_icon {
    height: 20px;
    width: 20px;
    display: block;
    background-image: url('/wp-content/uploads/2019/12/external_link-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 10px;
    right: 10px;
}

.zp_sugestao_cat {
    padding: 2px 5px;
    background-color: #EDEDED;
    color: #252524;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 6px;
    text-decoration: none;
    border-radius: 2px;
}

.zp_sugestao_cat:hover {
    background-color: #FFF48F;
    color: #252524;
}

.zp_sugestao_artigo_title {
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 7px;
}

.zp_sugestao_artigo_footer {
    display: flex;
    font-size: 14px;
    line-height: 1;
}

.zp_sugestao_artigo_tempo_leitura {
    margin-left: auto;
    display: flex;
    align-items: center;
    align-content: center;
}
.zp_sugestao_artigo_tempo_leitura::before {
    content: '';
    height: 13px;
    width:18px;
    display: block;
    background-image: url('/wp-content/uploads/2019/12/book.svg');
    background-size: contain;
    background-position: center;
    margin-right: 7px;
}

/*** MÓDULO LISTA ARTIGOS 1 ***/

.articles_list_col {
    margin-bottom: 30px;
    padding: 0 6px;
}

.articles_list_col .vc_column-inner {
    padding: 0;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1229);
    transition: transform 0.2s linear, box-shadow 0.1s linear;
}

.articles_list_col .vc_column-inner:hover {
    transform: translateY(-2px);
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.5);
}
.articles_list_image {
    min-height: 171px;
    background-size: cover;
    background-position: center;
    image-rendering: -webkit-optimize-contrast;
}
.articles_list_column_link {
    height: 100%;
    display: block;
}
.articles_list_column_link,
.articles_list_column_link:hover{
    text-decoration: none;
    color: #3D3D3B;
}

.articles_list_content {
    padding: 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.articles_list_title {
    font-size: 17px;
    line-height: 1.4;
    font-weight: bold;
    font-weight: 700;
}

.articles_list_category_author {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 16px 0;
}
.articles_list_category {
    margin-right: 10px;
}
.articles_list_category a {
    padding: 4px 5px;
    line-height: 1;
    display: inline-block;
    background-color: #EDEDED;
    color: #252524;
    font-size: 13px;
    border-radius: 2px;
    text-decoration: none;
}

.articles_list_category a:hover {
    background-color: #FFF48F;
}

.zp_articles_list_author {
    font-size: 12px;
    line-height: 1;
}

.zp_articles_list_excerpt {
    font-size: 14px;
    line-height: 1.7;
}

.modulo_articles_list_ver_mais,
.modulo_articles_list_horizontal_ver_mais,
.modulo_tagcat_list_ver_mais {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1;
    color: #444444;
    display: block;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

.modulo_articles_list_ver_mais::after,
.modulo_articles_list_horizontal_ver_mais::after,
.modulo_tagcat_list_ver_mais::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/2019/12/seta_mapa.svg');
    margin-left: 27px;
}

.mais_artigos_lista_load,
.mais_artigos_lista_horizontal_load,
.mais_artigos_related_load,
.mais_videos_lista_load {
    text-align: center;
}

.mais_artigos_lista_load img,
.mais_artigos_lista_horizontal_load img {
    max-width: 100px;
}

/***! TABLET ***/

@media only screen and (max-width: 991px) {
    
    /*** MODULO IMAGENS DESTAQUE ***/
    
    #content .wpb_text_column :last-child.blog-title {
        margin: 50px 0 60px;
    }
    .zp_artigo_destaque_big {
        margin-bottom: 10px;
    }
    
    .zp_modulo_artigos_destaque:not(.zp_modulo_videos_destaque) {
        width: 100vw;
        transform: translateX(-50%);
        margin-left: 50%;
    }
    
    .zp_modulo_artigos_destaque_row-main,
    .zp_modulo_artigos_destaque_row-right {
        margin: 0;
    }
    
    .zp_modulo_artigos_destaque:not(.zp_modulo_videos_destaque) .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .zp_artigo_destaque_big .zp_inner {
        border-radius: 0;
    }

    .zp_modulo_videos_destaque .zp_artigo_destaque_big .zp_inner {
        border-radius: 6px;
    }
    
    .vc_row.vc_row-flex.zp_modulo_artigos_destaque_row-right {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-left: 6px;
    }
    .zp_artigo_destaque_small {
        margin-bottom: 0;
    }
    .zp_artigo_destaque .vc_column-inner {height: 100%;}
    .vc_row.vc_row-o-equal-height.zp_modulo_artigos_destaque_row-right > .vc_column_container {
        display: inline-block;
        vertical-align: middle;
    }
    
    .zp_artigo_destaque_small,
    .zp_artigo_destaque_tiny {
        display: inline-block;
        margin-bottom: 10px;
        max-width: 70vw;
        min-width: 266px;
        margin-right: 10px;
    }
    
    .zp_artigo_destaque_small .zp_artigo_destaque_title,
    .zp_artigo_destaque_tiny .zp_artigo_destaque_title {
        font-size: 18px;
        max-width: 100%;
    }

    .zp_artigo_destaque_others .vc_column-inner::before, 
    .zp_artigo_destaque_others .vc_column-inner::after {
        display: none;
    }
    
    /*** MODULO MAIS VISTOS / CATEGORIAS / SUGESTÃO ARTIGO / LISTA VÍDEOS ***/
    .zp-blog-side-module-card {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media only screen and (max-width: 767px) {
    .zp_modulo_videos_destaque {
        width: 100vw;
        transform: translateX(-50%);
        margin-left: 50%;
    }
    .zp_modulo_videos_destaque .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .zp_modulo_videos_destaque .zp_artigo_destaque_big .zp_inner {
        border-radius: 0;
    }
}
/*** MÓDULO LISTA ARTIGOS 2 ***/

.zp_articles_list_horizontal_wrapper {
    margin-top: 50px;
}

.articles_list_horizontal_col {
    margin-bottom: 30px;
}
.articles_list_horizontal_column_link {height:100%}
.articles_list_horizontal_column_link,
.articles_list_horizontal_column_link:hover {
    text-decoration: none;
    color: #3D3D3B;
}
.articles_list_horizontal_column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1229);
    transition: transform 0.2s linear, box-shadow 0.1s linear;
    background-color: #fff;
}

.articles_list_horizontal_column:hover {
    transform: translateY(-2px);
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.5);
}

.articles_list_horizontal_content {
    padding: 18px 18px 18px 30px;
    width: calc(100% - 131px); /*? largura imagem (83px) + padding left (18px) + padding right (30px) = 131px */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.articles_list_horizontal_image {
    width: 83px;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    image-rendering: -webkit-optimize-contrast;
}

.articles_list_horizontal_content
.articles_list_category_author {
    margin-top: 0;
    margin-bottom: 5px;
}

.articles_list_horizontal_title {
    font-size: 17px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 15px;
}

.zp_articles_list_horizontal_excerpt {
    font-size: 12px;
    line-height: 1.5;
}

/***! MOBILE ***/
@media only screen and (max-width: 767px) {

    .articles_list_horizontal_image {
        width: 80px;
    }

    .articles_list_horizontal_content {
        padding: 18px 18px 18px 30px;
        width: calc(100% - 128px);
    }

    .zp_articles_list_horizontal_excerpt {
        display: none;
    }

    .articles_list_category a {
        font-size: 12px;
        font-size: 11px;
    }

    .articles_list_horizontal_column {
        position: relative;
    }

    .articles_list_horizontal_column::after {
        content: '';
        position: absolute;
        display: block;
        height: 15px;
        width: 15px;
        top: 12px;
        right: 12px;
        background-image: url('/wp-content/uploads/2019/12/external_link-gray.svg');
        background-size: contain;
        background-position: center;
        background-repeat: repeat;
    }

    .articles_list_horizontal_col {
        margin-bottom: 10px;
    }

    .modulo_articles_related_row {
        margin-bottom: 20px;
    }
}

/** MÓDULO ICONES REDES SOCIAIS **/

.zp_modulo_socials .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 5%;
}

.zp_modulo_socials .social {
    margin: 10px 2.5%;
    min-width: 20%;
    transition: transform 0.2s ease-in-out;
}

.zp_modulo_socials .social:hover {
    transform: translateY(-2px);
}

.zp_modulo_socials .social a {
    display: block;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
    color: inherit;
    line-height: 1;
}
.zp_modulo_socials img {
    max-height: 35px;
    max-width: 35px;
    margin-bottom: 14px;
}

@media only screen and (max-width: 991px) {
    .zp_modulo_socials img {
        max-height: 36px;
        max-width: 36px;
    }
}

/** MÓDULO LISTAGEM DE TEMAS **/

.zyrgon_tagcat_list_col {
    margin-bottom: 30px;
    padding: 0 6px;
}

.zyrgon_tagcat_list_col .vc_column-inner {
    padding: 0;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1229);
    transition: transform 0.2s linear, box-shadow 0.1s linear;
}

.zyrgon_tagcat_list_col .vc_column-inner:hover {
  transform: translateY(-2px);
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.5);
}

.zyrgon_tagcat_list_image {
    min-height: 171px;
    background-size: cover;
    background-position: center;
}

.zyrgon_tagcat_list_column_link {
    text-decoration: none;
    color: inherit;
}

.zyrgon_tagcat_list_content {
    padding: 22px 20px 16px;
    color: #444444;
    font-size: 17px;
    line-height: 1.4;
    font-weight: bold;
}

.zp_tagcat_list_bar {
    margin-top: 10px;
    background-image: url('/wp-content/uploads/2019/12/dots_bar.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 100%;
    max-width: 290px;
    margin-left: 20px;
}

.zp_tagcat_list_load {
    text-align: center;
    padding: 20px 0;
}

@media only screen and (max-width: 991px) {
    .zp_tagcat_list_bar {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .zp_tagcat_list_wrapper {
        max-width: 400px;
        margin: 0 auto;
    }
}

/*MÓDULO CATEGORIAS DO ARTIGO*/

.zp-post-tags a {
    color: #252524;
    background-color: #EDEDED;
    padding: 5px;
    font-size: 13px;
    text-decoration: none;
    margin-right: 4px;
}

.zp-post-tags a:hover {
    background-color: #FFF48F;
}

/* MÓDULO NAVEGAÇÃO DE ARTIGO */

.zp-article-navigation {
    display: flex;
    align-items: stretch;
    padding: 35px 0;
}
.zp-article-navigation .next,
.zp-article-navigation .previous{
    width: 100%;
    max-width: calc(50% - 5px);
}
.zp-article-navigation .next a,
.zp-article-navigation .previous a{
    display: block;
    color: #3D3D3B;
    text-decoration: none;
    padding: 8px 40px;
    background-color: #F8F8F8;
    border-radius: 6px;
    position: relative;
    height: 100%;
    /* height: calc(100% - 40px); */
    transition: transform 0.2s linear, box-shadow 0.1s linear;
}

.zp-article-navigation .next a:hover,
.zp-article-navigation .previous a:hover {
    transform: translateY(-2px);
    box-shadow: 0px 1px 8px rgba(48, 48, 48, 0.1);
}

.zp-article-navigation .next a::after,
.zp-article-navigation .previous a::after {
    content: '';
    height: 11px;
    width: 11px;
    display: block;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
}

.zp-article-navigation .previous {
    margin-right: auto;
    
}
.zp-article-navigation .next {
    text-align: right;
    margin-left: auto;
}

.zp-article-navigation .next a::after {
    border-right: 1px solid #3D3D3B;
    border-top: 1px solid #3D3D3B;
    right: 17px;
}

.zp-article-navigation .previous a::after {
    border-left: 1px solid #3D3D3B;
    border-bottom: 1px solid #3D3D3B;
    left: 17px;
}
.cpt-type {
    color: #A4A3A3;
    font-size: 14px;
}
.cpt-title {
    color: #3D3D3B;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .zp-article-navigation {
        flex-direction: column;
    }
    .zp-article-navigation .next, .zp-article-navigation .previous {
        max-width: 100%;
        margin-bottom: 5px;
    }
}

/* MÓDULO ARTIGOS RELACIONADOS */

.zp_articles_related_title {
    font-size: 25px;
    color: #444444;
    line-height: 1.3;
    font-weight: 900;
    margin-bottom: 30px;
}

.zp_articles_related_wrapper {
    padding: 25px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .modulo_articles_related_row .articles_list_horizontal_content {
        padding: 18px 10px 18px 18px;
        width: calc(100% - 103px);
    }

    .modulo_articles_related_row .articles_list_horizontal_title {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .modulo_articles_related_row .zp_articles_list_horizontal_excerpt {
      font-size: 11px;
    }
}

@media only screen and (max-width:767px) {
    .zp_articles_related_wrapper {
        padding: 0;
        background-color: transparent!important;
    }
    .vc_row.vc_row-flex.modulo_articles_related_row {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .vc_row.vc_row-flex.modulo_articles_related_row > .vc_column_container.articles_list_horizontal_col {
        display: inline-block;
        max-width: calc(100% - 30px);
    }

    .modulo_articles_related_row .articles_list_horizontal_column {
        align-items: stretch;
    }

    .modulo_articles_related_row .articles_list_horizontal_image {
        height: auto;
    }

    .articles_list_horizontal_title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

/* MODULO SHARE ARTICLE (AddToAny) */
.addtoany_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.a2a_kit a {
    line-height: 1;
}

.a2a_kit.addtoany_list .a2a_dd.addtoany_share_save.addtoany_share{
    margin-left:0!important;
}

.a2a_kit.addtoany_list a.addtoany_share {
    display: flex;
    align-items: center;
    justify-content: center;
    order: -1;
    border: 1px solid #f9c560;
    border-radius: 6px;
    padding: 0;
    margin: 0 6px;
    padding: 8px 13px;
}

.addtoany_share img {
    width: 20px;
}

body div.a2a_full_footer {
    display: none;
}

.addtoany_list a .a2a_label {
    width: auto;
    height: auto;
}

.addtoany_list a, 
.widget .addtoany_list a {
    padding: 0 6px;
}

body .addtoany_list a::after {
    content: attr(title);
    font-weight: 700;
    font-size: 13px;
    color: inherit;
}

body .addtoany_list .addtoany_share::after {
    content: 'Share';
}
body .a2a_kit a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 8px 13px;
    border: 1px solid #3D3D3B;
    border-radius: 6px;
    margin: 0 10px;
    color: #3D3D3B;
}

body .a2a_kit a:hover {
    border: 1px solid #3D3D3B;
}
body .addtoany_list .addtoany_share,
body .addtoany_list .addtoany_share:hover {
    border: 1px solid #f9c560;
    color: #f9c560;
}
body .a2a_kit a.a2a_button_facebook,
body .a2a_kit a.a2a_button_facebook:hover {
    border: 1px solid #4267B2;
    color: #4267B2;
}

body .a2a_kit a.a2a_button_whatsapp,
body .a2a_kit a.a2a_button_whatsapp:hover {
    border: 1px solid #25D366;
    color: #25D366;
}

body .a2a_kit a.a2a_button_linkedin,
body .a2a_kit a.a2a_button_linkedin:hover {
    border: 1px solid #2867B2;
    color: #2867B2;
}

body .a2a_menu {
    background-color: #fff!important;
    border-color: #fff!important;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1229);
}

body .a2a_menu a, 
body .a2a_menu a.a2a_i, 
body .a2a_menu a.a2a_i:visited, 
body .a2a_menu a.a2a_more, 
body  i.a2a_i {
    border-color: #fff !important;
    color: #3D3D3B !important;
}
body .a2a_menu a.a2a_i:active, 
body .a2a_menu a.a2a_i:focus, 
body .a2a_menu a.a2a_i:hover, 
body .a2a_menu a.a2a_more:active, 
body .a2a_menu a.a2a_more:focus, 
body .a2a_menu a.a2a_more:hover {
    border-color: #fff48f !important;
    background-color: #fff48f !important;
}

body .a2a_menu_find_container {
    border-color: #ededed !important;
    background-color: #ededed !important;
}

body .a2a_menu_find {
    color: #3D3D3B!important;
}

body .a2a_menu span.a2a_s_find svg path {
    fill: #3D3D3B !important;
}

body .addtoany_list a img {
    height: 20px;
    width: auto;
    margin-right: 7px;
}

@media only screen and (max-width: 767px) {
    .addtoany_list {
        justify-content: center;
    }

    body .a2a_kit a,
    #content .wpb_text_column .a2a_kit.addtoany_list a.addtoany_share {
        margin-bottom: 10px;
    }
}

/* PÁGINA DE VÍDEOS */

.zp-video-posttype,
.single-post {
    color: #3D3D3B;
}
.articles_list_col.video .vc_column-inner .articles_list_image,
.articles_list_horizontal_col.video .vc_column-inner .articles_list_horizontal_image,
.zp_modulo_videos_destaque .zp_artigo_destaque_big .zp_inner {
    position: relative;
}
.articles_list_col.video .vc_column-inner .articles_list_image::after,
.articles_list_horizontal_col.video .vc_column-inner .articles_list_horizontal_image::after,
.zp_modulo_videos_destaque .zp_artigo_destaque_big .zp_inner::after {
    content: '';
    display: block;
    height: 72px;
    width: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url('/wp-content/uploads/2019/12/video_circle_thin.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
} 

.articles_list_horizontal_col.video .vc_column-inner .articles_list_horizontal_image::after {
    height: 40px;
    width: 40px;
}

/* PÁGINA DE ARTIGOS */

#page .shortcode-pullquote.align-left,
.shortcode-pullquote.align-left {
    text-align: center;
    padding: 40px 50px;
    margin: 0 auto 35px;
    width: 100%;
    float: none;
    position: relative;
}

.shortcode-pullquote.align-left::after,
.shortcode-pullquote.align-left::before {
    content: '';
    display: block;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    background-color: transparent;
}

.shortcode-pullquote.align-left::before {
    background-image: url('/wp-content/uploads/2019/12/start_quote.svg');
    top: 0;
    left: 0;
}

.shortcode-pullquote.align-left::after {
    background-image: url('/wp-content/uploads/2019/12/end_quote.svg');
    bottom: 0;
    right: 0;
    top: unset;
    left: unset;
}

.shortcode-pullquote a {
    color: inherit;
}
.shortcode-pullquote a:hover {
    color: #a4a3a3;
    text-decoration: underline;
}

/*MODULO HEADER DE ARTIGOS*/

.modulo_header.modulo_header_artigo {
    height: 794px;
    position: relative;
    box-shadow: inset 0px 0px 130px 285px rgba(0,0,0,0.3);
    margin-bottom: 20px;
}
.modulo_header_artigo_row {
    /*margin-top: 145px;*/
    margin-top: 25px;
}
.modulo_header.modulo_header_artigo h1 {
    padding-top: 23px;
}

.modulo_header_tag {
    font-size: 13px;
    padding: 2px 5px;
    background-color: #FFCC00;
    color: #252524;
    text-decoration: none;
    margin-bottom: 5px;
    border-radius: 2px;
}

.modulo_header_tag:hover {
    background-color: #FFF48F;
    color: #252524;
}

.modulo_header_author {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
}

.modulo_header_vervideo {
    position: absolute;
    bottom: 13px;
    transform: translateX(-50%);
    left: 50%;
    padding: 7px 10px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    transition: all 0.2s ease-in-out;
}

.modulo_header_vervideo:hover {
    color:#fff;
    border: 2px solid rgba(61, 61, 59, 0.7);
    background-color: rgba(61, 61, 59, 0.7);
    transform: translateY(-2px) translateX(-50%);
}

.modulo_header_vervideo i {
    display: inline-block;
    height: 26px;
    width: 26px;
    background-image: url('/wp-content/uploads/2019/12/video_circle.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 9px;
}
.modulo_header_vervideo span {
    vertical-align: middle;
}

@media only screen and (max-width: 1050px) {
    .modulo_header_artigo_row {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 778px) {
    .modulo_header_artigo_row {
        margin-top: 60px;
    }
}

/*MODULO MARCAR REUNIÃO*/

.zp_marcar_reuniao_wrapper {
    margin-bottom: 35px;
    padding: 35px 0;
    text-align: center;
    position: relative;
}
.zp_marcar_reuniao_wrapper::after,
.zp_marcar_reuniao_wrapper::before {
    content: '';
    position: absolute;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.zp_marcar_reuniao_wrapper::before {
    height: 45px;
    width: 45px;
    background-image: url('/wp-content/uploads/2020/01/testemunhos_barra.svg');
    right: 12%;
}
.zp_marcar_reuniao_wrapper::after {
    height: 50px;
    width: 90px;
    background-image: url('/wp-content/uploads/2019/12/marcar_reuniao_bar.svg');
    left: 5%;
    bottom: 20px;
}


.zp_marcar_reuniao_title {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.4;
}

.zp_marcar_reuniao_subtitle {
    font-size: 14px;
    line-height: 1.3;
}

.zp_marcar_reuniao_wave {
    width: 52px;
    height: 8px;
    background-image: url('/wp-content/uploads/2019/12/wave_orange.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px auto;
}

.zp_marcar_reuniao_btn {
    border-radius: 6px;
    border: 1px solid #444444;
    color: #444444;
    padding: 12px 16px;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.zp_marcar_reuniao_btn:hover {
    color: #fff;
    background-color: #444444;
    transform: translateY(-2px)
}

.zp_marcar_reuniao_close {
    position: absolute;
    height: 18px;
    width: 18px;
    right: 20px;
    top: 20px;
    background-image: url('/wp-content/uploads/2019/12/close.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.4s ease-in-out;
}

.zp_marcar_reuniao_close:hover {
    transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
    .zp_marcar_reuniao_wrapper::after,
    .zp_marcar_reuniao_wrapper::before {
        display: none;
    }

    .zp_marcar_reuniao_title {
        max-width: calc(100% - 100px);
        margin: 0 auto;
    }
}

.wpb_single_image {
    overflow: hidden;
}

/*MÓDULO DE SUGESTÃO DE VÍDEO*/

.zp_sugestao_video .zp_sugestao_inner {
    min-height: 271px;
}

.zp_sugestao_video .zp_sugestao_artigo_icon {
    height: 35px;
    width: 35px;
    background-image: url('/wp-content/uploads/2019/12/dots_special_offers.svg');
}

.zp_sugestao_video .zp_sugestao_inner::after {
    content: '';
    display: block;
    height: 72px;
    width: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url('/wp-content/uploads/2019/12/video_circle_thin.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}

/*MÓDULO GALERIA DE VÍDEOS*/

.zp_video_gallery_playlist {
    padding: 20px 20px 30px;
    position: relative;
    margin: 40px 0 65px;
}

.zp_video_gallery_playlist::after,
.zp_video_gallery_playlist::before {
    content: '';
    display: block;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.zp_video_gallery_playlist::before {
    height: 50px;
    width: 50px;
    background-image: url('/wp-content/uploads/2019/12/politica_cookies.svg');
    top: -40px;
    right: 45px;
}
.zp_video_gallery_playlist::after {
    height: 45px;
    width: 273px;
    background-image: url('/wp-content/uploads/2019/12/dots_bar.svg');
    bottom: -30px;
    left: -13px;
}

.zp_video_gallery_title {
    font-size: 20px;
    line-height: 1.18;
    color: #3D3D3B;
    font-weight: 900;
    margin-bottom: 15px;
}
.ver-todos {text-align: center;padding-top:30px}
.ver-todos a {
    border-radius: 6px;
    border: 1px solid #444444;
    color: #444444;
    padding: 12px 16px;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.ver-todos a:hover {
    color: #fff;
    background-color: #444444;
    transform: translateY(-2px);
}


#page .ug-videoskin-right-thumb .ug-strip-panel {
  background-color: transparent;
}
#page .ug-videoskin-right-thumb .ug-thumb-wrapper {
    background-color: transparent;
    border-bottom: none;
    overflow: hidden;
    border-radius: 6px;
    position: static !important;
    margin-bottom: 4px !important;
    width: calc(100% - 20px);
}
#page .ug-videoskin-right-thumb .ug-thumb-wrapper:hover {
    background-color:#FFF48F;
}

#page .ug-videoskin-right-thumb .ug-thumb-wrapper.ug-thumb-selected {
    background-color: #FFCC00;
}

#page .ug-videoskin-right-thumb .ug-thumb-title,
#page .ug-under-960.ug-videoskin-right-thumb .ug-thumb-desc {
    color: #3D3D3B;
}

#page .ug-gallery-wrapper .ug-thumbs-strip {
    padding-left: 15px;
    position: static!important;
    overflow-y: auto;
}
#page .ug-gallery-wrapper .ug-thumbs-strip-inner {
    position: static!important;
}

#page .ug-videoskin-right-thumb .ug-thumb-inner {
    display: flex;
}
#page .ug-under-960.ug-videoskin-right-thumb .ug-thumb-desc,
#page .ug-under-960.ug-videoskin-right-thumb .ug-thumb-title {
    width: auto;
}

#page .ug-videoskin-right-thumb .ug-thumb-icon {
    border-radius: 6px;
}
#page .ug-thumb-icon span {display: none;}

#page .ug-videoskin-right-thumb .ug-thumb-selected .ug-thumb-icon {
    border: none!important;
    image-rendering: -webkit-optimize-contrast;
}

@media only screen and (max-width: 1024px) {
    #page .ug-under-780.ug-videoskin-right-thumb .ug-thumb-title,
    #page .ug-under-780.ug-videoskin-right-thumb .ug-thumb-desc {
        width: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #page .ug-under-780.ug-videoskin-right-thumb .ug-thumb-title {
        font-size: 11px;
    }

    #page .ug-under-780.ug-videoskin-right-thumb .ug-thumb-desc {
        font-size: 10px;
    }

    #page .ug-under-780.ug-videoskin-right-thumb .ug-thumb-icon {
        width: 40px;
        height: 40px;
    }

    #page .ug-videoskin-right-thumb .ug-thumb-right {
        float: none;
        width: 110px;
        height: 40px;
        overflow: hidden;
    }

    #page .ug-videoskin-right-thumb .ug-thumb-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #page .ug-videoskin-right-thumb .ug-strip-panel,
    #page .ug-gallery-wrapper .ug-videoplayer {
        position: static!important;
        max-width: 100%!important;
        min-width: 100%!important;
        width: 100%!important;
    }

    #page .ug-gallery-wrapper .ug-videoplayer {
        margin-bottom: 20px !important;
    }

    #page .ug-videoskin-right-thumb .ug-strip-panel {
        height: 250px!important;
    }
    #page .ug-gallery-wrapper .ug-videoplayer {
        height: 180px!important;
    }
    #page .ug-gallery-wrapper {
        height: auto!important;
        max-width: 100%!important;
        min-width: 100%!important;
        display: flex;
        flex-direction: column-reverse;
    }

    .zp_video_gallery_playlist {
        padding: 20px 20px 0;
        -webkit-box-shadow: inset 0px -33px 20px -25px rgba(0,0,0,0.2);
        box-shadow: inset 0px -33px 20px -25px rgba(0,0,0,0.2);
        margin: 0 0 35px;
        border-radius: 6px;
    }

    .zp_video_gallery_playlist::after,
    .zp_video_gallery_playlist::before {
        display: none;
    }

    #page .ug-gallery-wrapper .ug-thumbs-strip {
        padding-left: 0;
        
    }
    #page .ug-gallery-wrapper .ug-thumbs-strip {
        width: 100% !important;
    }
    #page .ug-gallery-wrapper .ug-thumbs-strip-inner {
        width: calc(100% - 20px) !important;
    }

    #page .ug-videoskin-right-thumb .ug-thumb-right {
        width: calc(100% - 55px);
    }
  
    #page .ug-under-480.ug-videoskin-right-thumb .ug-thumb-title,
    #page .ug-under-480.ug-videoskin-right-thumb .ug-thumb-desc {
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    #page .ug-videoskin-right-thumb .ug-thumb-title {
        font-size: 14px;
    }
    #page .ug-videoskin-right-thumb .ug-thumb-desc {
        font-size: 11px;
    }

    #page .ug-gallery-wrapper .ug-thumbs-strip-inner {
        padding-bottom: 50px;
    }

    .ver-todos {
        padding: 20px 0;
    }
}

/*** BLOG GERAL ***/

@media only screen and (max-width: 767px) {
    #content .wpb_text_column :last-child.blog-title.blog-page {
        font-size: 45px;
    }

    #content .wpb_text_column :last-child.blog-title:not(.blog-page) {
        position: relative;
        margin: 60px 0;
    }
    #content .wpb_text_column :last-child.blog-title:not(.blog-page)::after {
        content: '';
        position: absolute;
        background-image: url('/wp-content/uploads/2019/12/dots_special_offers.svg');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        right: 0;
        top: -50px;
        height: 40px;
        width: 40px;
        display: block;
    }
}





.zp_side_bar{
    padding-left:3px;
}






