:root {
  --main-font: 'Roboto';
  --secunt-font: 'Open Sans';
}
.ac-content_widget
    *
    :not(
        .wp-core-ui,
        .wp-editor-wrap,
        .tmce-active,
        .wp-editor-tools,
        .hide-if-no-js,
        .wp-media-buttons,
        .button,
        .insert-media,
        .add_media,
        .wp-media-buttons-icon,
        .wp-editor-tabs,
        .wp-switch-editor,
        .switch-tmce,
        .switch-html,
        .wp-editor-container,
        .quicktags-toolbar,
        .mce-tinymce,
        .mce-container,
        .mce-panel,
        .mce-container-body,
        .mce-stack-layout,
        .mce-top-part,
        .mce-stack-layout-item,
        .mce-first,
        .mce-menubar,
        .mce-toolbar,
        .mce-flow-layout,
        .mce-widget,
        .mce-btn,
        .mce-menubtn,
        .mce-flow-layout-item,
        .mce-btn-has-text,
        .mce-txt,
        .mce-caret,
        .mce-last,
        .mce-toolbar-grp,
        .mce-btn-group,
        .mce-disabled,
        .mce-ico,
        .mce-i-undo,
        .mce-i-redo,
        .mce-i-bold,
        .mce-i-italic,
        .mce-i-alignleft,
        .mce-i-aligncenter,
        .mce-i-alignright,
        .mce-i-alignjustify,
        .mce-i-outdent,
        .mce-i-indent,
        .mce-edit-area,
        .mce-statusbar,
        .mce-path,
        .mce-path-item,
        .mce-resizehandle,
        .mce-i-resize,
        .mce-branding,
        .mce-label,
        .wp-editor-area
    ) {
    font-family: var(--main-font), sans-serif;
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    border: none;
    box-sizing: border-box !important;
    transition: all 0.3s linear;
}
.ac-cards_v1{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.ac-home_main_post{
    flex: 1 1;
    border-radius: 10px;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.ac-home_main_post:nth-child(1){
    min-width: 100%;
    height: 500px;
}
.ac-home_main_post_cat{
    padding: 2px 15px !important;
    border-radius: 100px;
    background: #c12031;
    color: white;
    font-size: 15px;
}
.ac-home_main_post_layer{
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px !important;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.773546918767507) 1%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.773546918767507) 1%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.773546918767507) 1%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.ac-home_main_post_cc a,
.ac-home_main_post_cc p{
    color: white !important;
}
.ac-home_main_post_cc a{
    font-size: 15px;
    font-weight: bolder;
    line-height: 1.3;
    display: block;
}
.ac-home_main_post_cc p{
    margin-top: 5px !important;
    font-size: 12px;
    display: block;
    line-height: 1;
    font-family: var(--secunt-font), sans-serif !important;
}
.ac-home_main_post:nth-child(1) .ac-home_main_post_cc a{
    font-size: 27px;
}
.ac-home_main_post:nth-child(1) .ac-home_main_post_cc p{
    font-size: 18px;
}
.ac-cards_v2{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.ac-card_v2{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
    flex: 1 1;
}
.ac-card_v2_bg{
    padding: 20px !important;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 60px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.773546918767507) 1%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.773546918767507) 1%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.773546918767507) 1%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.ac-card_v2_tag,
.ac-card_v6_tag,
.ac-card_v7_tag,
.ac-card_v8_tag{
    display: block;
    height: 10px;
    width: 50px;
    border-radius: 100px;
}
.ac-card_v2 a{
    font-family: var(--main-font) !important;
    color: white;
    font-size: 19px;
    line-height: 1;
}
.ac-card_v2 p{
    font-family: var(--secunt-font) !important;
    color: white;
    font-size: 13px;
    line-height: 1;
}
.ac-cards_v3 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
}
.ac-card_v3 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}
.ac-card_destaque {
    grid-row: span 2;
}
.ac-card_v3_bg {
    padding: 20px !important;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 60px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.773546918767507) 1%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.773546918767507) 1%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.773546918767507) 1%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.ac-card_v3 a{
    font-family: var(--main-font) !important;
    color: white;
    font-size: 15px;
    display: block;
    line-height: 1;
    font-weight: bolder;
}
.ac-card_v3.ac-card_destaque a{
    font-size: 27px;
}
.ac-card_v3 p{
    font-family: var(--secunt-font) !important;
    color: white;
    font-size: 13px;
    display: block;
    line-height: 1;
    margin-top: 5px !important;
}
.ac-videos_v4{
    display: flex;
    gap: 20px;
    background: #9b9b9b;
    padding: 20px !important;
    border-radius: 10px;
}
.ac-videos_v4 img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.ac-videos_v4_left{
    flex: 1 1;
    display: flex;
}
.ac-videos_v4_right{
    width: 200px;
    max-height: 400px;
    overflow: auto;
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.ac-videos_v4_right img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.ac-videos_v4_right {
  overflow-y: scroll; /* ou auto */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.ac-videos_v4_right::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.ac-videos_v5{
    display: flex;
    gap: 20px;
    padding: 20px !important;
    border-radius: 10px;
}
.ac-videos_v5 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.ac-videos_v5_left{
    flex: 1 1;
    display: flex;
}
.ac-video_left_bg, 
.ac-video_right_bg{
    display: flex;
    width: 100%;
    border-radius: 10px;
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center;
}
.ac-video_right_bg{
    min-width: 180px;
    max-width: 180px;
}
.ac-video_left_layer, 
.ac-video_right_layer{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000040;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0.25) 50%);
    border-radius: 10px;
} 
.ac-video_right_layer{
    height: 100px;
}
.ac-video_left_layer svg{
    width: 100px;
}
.ac-video_right_layer svg{
    width: 50px;
}
.ac-videos_v5_right{
    width: 400px;
    max-height: 400px;
    overflow: auto;
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 20px !important;
    background: #1b1b1b3d;
    border-radius: 10px;
}
.ac-videos_v5_right img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.ac-videos_v5_right {
  overflow-y: scroll; /* ou auto */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.ac-videos_v5_right::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.ac-videos_v5_right_item{
    display: flex;
    gap: 20px;
}
.ac-video_txt h3{
    color: white;
    font-size: 12px;
    font-weight: bold;
    font-family: var(--secunt-font), sans-serif !important;
    line-height: 1;
}
.ac-video_txt p{
    color: white;
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
    font-family: var(--secunt-font), sans-serif !important;
    margin-top: 10px !important;
}
.ac-video_txt span{
    color: white;
    font-size: 10px;
    font-weight: bolder;
    font-family: var(--secunt-font), sans-serif !important;
}
.ac-cards_v6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ac-card_v6 a{
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px !important;
    display: block;
}
.ac-card_v6 p{
    color: #9B9B9B;
    margin-bottom: 10px !important;
    font-size: 13px;
}
.ac-cards_v7{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.ac-card_v7 a{
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px !important;
    display: block;
}
.ac-cards_v7-2{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ac-card_v7-2{
    display: flex;
    gap: 20px;
}
.ac-card_v7-2_body{
    display: flex;
    flex-direction: column;
    flex: 1 1;
}
.ac-card_v7-2 img{
    width: 130px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.ac-cards_v7-2 a{
    font-size: 15px !important;
    color: white !important;
    line-height: 1;
    font-family: var(--secunt-font), sans-serif !important;    
    margin-bottom: 10px !important;
}
.ac-cards_v7-2 span{
    font-size: 12px !important;
    color: gray !important;
}
.ac-cards_v7-3{
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.ac-card_v7-3{
    flex: 1 1;
    max-width: 300px;
}
.ac-card_v7-3_title{
    font-family: var(--secunt-font), sans-serif !important;
    font-size: 13px;
    line-height: 1 !important;
    color: black !important;
    display: block;
    font-weight: 500;
}
.ac-card_v7-3_thumb img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.ac-cards_v8 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ac-card_v8 a{
    color: #000000;
    font-size: 18px;
    margin-bottom: 15px !important;
    display: block;
}
.ac-card_v8 p{
    color: #9B9B9B;
    margin-bottom: 10px !important;
    font-size: 13px;
}
.ac-cards_v9{
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.ac-card_v9{
    display: flex;
    gap: 20px;
}
.ac-card_v9 img{
    border-radius: 10px;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    height: 170px;
    object-fit: cover;
    object-position: center;
}
.ac-card_v9_tt{
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 10px !important;
    display: block;
}
.ac-card_v9 p{
    font-family: var(--secunt-font), sans-serif !important;    
}
.ac-card_v9 span{
    color: #979797;
    font-size: 15px;
    font-family: var(--secunt-font), sans-serif !important;
}
.g-single img{
    border-radius: 10px;
}
.ac-videos_v4 a {
    position: relative;
    display: inline-block;
}
/*.ac-videos_v4 a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    opacity: 1;

    background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='iso-8859-1'?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 461.001 461.001' xml:space='preserve'><g><path fill='%23c12031' d='M365.257,67.393H95.744C42.866,67.393,0,110.259,0,163.137v134.728c0,52.878,42.866,95.744,95.744,95.744h269.513c52.878,0,95.744-42.866,95.744-95.744V163.137C461.001,110.259,418.135,67.393,365.257,67.393z M300.506,237.056l-126.06,60.123c-3.359,1.602-7.239-0.847-7.239-4.568V168.607c0-3.774,3.982-6.22,7.348-4.514l126.06,63.881C304.363,229.873,304.298,235.248,300.506,237.056z'/></g></svg>");

    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
}*/
#ac-slide_tittles {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#ac-slide_tittles a {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
}
.ac-load_gif{
    width: 40px;
    margin: 0 auto;
    display: none;
}
.ac-load_gif.ac-active{
    display: block;
}
.ac-search_filters{
    margin-bottom: 30px !important;
}
.ac-search_filters h1{
    margin-top: 20px !important;
    font-size: 20px;
}
#ac-search_fields{
    display: flex;
}
#ac-search_fields input{
    padding: 5px 20px !important;
    border-radius: 0px !important;
    background: white;
    border-top: 1px solid black !important;
    border-left: 1px solid black !important;
    border-bottom: 1px solid black !important;
}
#ac-search_fields button{
    padding: 10px 20px !important;
    background: #c12031 !important;
    color: white !important;
    border-radius: 0px !important;
}
.ac-open_video,
.ac-open_video_v5{
    cursor: pointer;
}
.ac-author_info{
    background: #FE8300;
    padding: 20px !important;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 30px !important;
}
.ac-author_info_left{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.ac-author_info_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.ac-see_blog{
    background: white !important;
    color: #fe8300 !important;
    padding: 5px 20px !important;
    border-radius: 100px;
    font-weight: bolder;
    font-size: 12px;
    font-family: var(--secunt-font) !important;
}
.ac-see_blog_dark{
    background: #fe8300 !important;
    color: white !important;
    padding: 5px 20px !important;
    border-radius: 100px;
    font-weight: bolder;
    font-size: 12px;
    font-family: var(--secunt-font) !important;
}
.ac-author_name{
    font-size: 35px;
    color: white !important;
    font-weight: bolder;
}
.ac-author_detail{
    font-size: 14px;
    font-weight: 400;
    color: white !important;
}
.ac-author_detail_dark{
    font-size: 14px;
    font-weight: 400;
    color: #9B9B9B !important;
}
.ac-author_info_left img{
    height: 200px;
    width: 200px;
    object-fit: scale-down;
    margin-top: -55px !important;
    margin-bottom: -22px !important;
}
.ac-author_geral{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.ac-author_geral h3{
    color: #FE8300;
    font-size: 17px;
    margin-bottom: 5px !important;
}
.ac-author_geral_pic{
    background-color: #FE8300;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px !important;
}
.ac-author_geral_pic img{
    border-radius: 0 0 20px 20px;
    margin-top: -25px !important;
    width: 110px;
    margin-bottom: -2px !important;
    height: 95px;
    object-fit: cover;
    object-position: center;
}
.ac-author_geral_v2{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.ac-author_geral_v2 h3{
    font-size: 17px;
    color: black;
}
.ac-author_geral_v2 p{
    font-size: 13px;
    color: black;
}
.ac-author_geral_v2_pic img{
    height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #e3e3e3;
    border-radius: 10px;
}
.ac-glide {
    position: relative;
}
.ac-glide .glide__arrows:not(.ac-custom) {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none; 
    display: flex;
    align-items: center;
}
.ac-glide .glide__arrow {
    pointer-events: all;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}
.ac-glide .glide__arrows:not(.ac-custom) button{
    color: #FE8300;
}
.ac-glide .glide__arrow.glide__arrow--left:not(.ac-custom){
    margin-left: -25px !important;
}
.ac-glide .glide__arrow.glide__arrow--right:not(.ac-custom){
    margin-right: -25px !important;
}
.ac-glide_arrow_bottom{
    padding: 1px 2px !important;
    height: 32px;
    border: 2px solid #e3e3e3 !important;
}
.ac-glide_arrow_bottom svg{
    color: #e3e3e3 !important;
}
.ac-social-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--secunt-font), sans-serif !important;
}
.ac-social-table *{
    color: black;
}
.ac-social-table a:hover{
    color: var( --e-global-color-primary ) !important;
}
.ac-social-table td {
    padding: 5px 10px !important;
    vertical-align: middle;
}
.ac-social-table .logo {
    width: 40px;
}
.ac-social-table .platform {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ac-social-table .followers {
    white-space: nowrap;
    font-weight: 500;
}
.ac-social-table .action {
    text-align: right;
}
.ac-logo_social{
    width:32px;
    height:32px;
    border-radius:4px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:16px;
    font-weight:700;
}
.ac-cat-table a, .ac-cat-table{
    color: white;
    font-weight: 200;
}
.ac-cards_v12 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.ac-cards_v12 .ac-program_card {
    display: block;
}
.ac-cards_v12 .ac-program_link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.ac-cards_v12 .ac-program_img {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;
    background: #ddd center/cover no-repeat;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    transition: .2s;
}
.ac-cards_v12 .ac-program_title {
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
    font-family: var(--secunt-font), sans-serif !important;
}
.ac-btns_pagination {
    margin-top: 20px !important;
    display: flex;
    gap: 5px;
}
.ac-btns_pagination .ac-btn_pagination,
.ac-btns_pagination .ac-btn_pagination_next,
.ac-btns_pagination .ac-btn_pagination_return {
    padding: 1px 2px !important;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e3e3e3;
    border: 2px solid #e3e3e3 !important;
    cursor: pointer;
}
.ac-btns_pagination .ac-btn_pagination_hide {
    padding: 1px 2px !important;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}
.ac-btns_pagination .ac-btn_pagination.ac-active {
    color: white;
    border: 2px solid var(--e-global-color-primary) !important;
    background: var(--e-global-color-primary);
}
.ac-cards_v11 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.ac-cards_v11 .ac-program_card {
    display: block;
}
.ac-cards_v11 .ac-program_link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.ac-cards_v11 .ac-program_img {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;
    background: #ddd center/cover no-repeat;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    transition: .2s;
}
.ac-cards_v11 .ac-program_title {
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
    font-family: var(--secunt-font), sans-serif !important;
}
.ac-cards_v1-2 {
    display: grid;
    gap: 10px;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-areas: "a b b" "a c d";
}
.ac-area-a {
    grid-area: a;
    min-height: 560px;
}
.ac-area-b {
    grid-area: b;
    min-height: 280px;
}
.ac-area-c {
    grid-area: c;
    min-height: 280px;
}
.ac-area-d {
    grid-area: d;
    min-height: 280px;
}
.ac-card_v1-2 {
    border-radius: 8px;
    overflow: hidden;
    background: #000 center/cover no-repeat;
}

.ac-card_v1-2{
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.ac-card_v1-2::before{
  content:"";
  position:absolute; inset:0;
  background: inherit;            
  background-size: cover;            
  background-position: center;
  transform: scale(1);
  transition: transform .4s ease;
  will-change: transform;
  z-index: 0;
}
.ac-card_v1-2::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.75));
  z-index: 1;
}
.ac-card_v1-2 .ac-card_body{ position: relative; z-index: 2; }
.ac-card_v1-2:hover::before{ transform: scale(1.08); }

.ac-card_v1-2 .ac-card_body {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, .75));
}
.ac-card_v1-2 .ac-badge {
    color: #fff;
    background: rgba(0, 0, 0, .7);
    padding: 1px 10px !important;
    border-radius: 5px;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 5px !important;
    font-family: var(--secunt-font), sans-serif !important;
    font-weight: 600;
}
.ac-card_v1-2 h3 {
    font-family: var(--secunt-font), sans-serif !important;
    color: #fff;
    line-height: 1;
}
.ac-card_v1-2.ac-area-a h3 {
    font-size: 30px;
}
.ac-card_v1-2.ac-area-b h3 {
    font-size: 25px;
}
.ac-card_v1-2.ac-area-c h3,
.ac-card_v1-2.ac-area-d h3 {
    font-size: 13px;
}
.ac-meta,
.ac-exc {
    color: #fff;
    opacity: .9;
    margin-top: 10px !important;
    font-size: 12px;
}
.ac-exc {
    margin-top: 8px;
    font-size: 13px;
}
.ac-menu_widget{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
}
#ac-all_cats{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#ac-all_cats .ac-cat_link{
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 0 !important;
    display: block;
}
.ac-btn_open_menu{
    display: none;
}
.ac-search_link{
    display: flex;
    justify-content: center;
    align-items: center;
}
#ac-menu_mobile_popup{
    position: fixed;
    left: 0;
    background: #2727279e;
    height: 100%;
    backdrop-filter: blur(5px);
    width: 100%;
    margin-top: 10px;
    display: none;
    opacity: 0;
    z-index: -22;
    transition: all 0.5s linear;
}
#ac-menu_mobile_popup.ac-active{
    display: block;
    opacity: 1;
    z-index: 999;
}
#ac-all_cats_popup{
    background: white;
    width: 80%;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ac-cat_link_popup{
    font-size: 20px;
}
.ac-lockbody{
    overflow: hidden;
    max-height: 100vh;
}
.ac-btns_scroll{
    margin-top: 20px !important;
    display: flex;
    gap: 5px;
}
.ac-btns_scroll .ac-btn_scroll_return,
.ac-btns_scroll .ac-btn_scroll_go{
    padding: 1px 2px !important;
    height: 32px;
    border: 2px solid #e3e3e3 !important;
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
/*    .ac-glide .glide__track{
        margin: 0 30px !important;
    }*/
    .ac-glide .glide__arrow.glide__arrow--left{
        margin-left: 0px !important;
    }
    .ac-glide .glide__arrow.glide__arrow--right{
        margin-right: 0px !important;
    }
    .ac-author_geral_pic img{
        height: 127px;
    }
}
@media screen and (max-width: 900px) {
    #ac-all_cats{
        display: none;
    }
    .ac-btn_open_menu{
        display: block;
        cursor: pointer;
    }
    .ac-card_v1-2 .ac-badge{
        font-size: 8px;
    }
    .ac-cards_v12 .ac-program_title,
    .ac-cards_v11 .ac-program_title{
        font-size: 13px;
    }
    .ac-card_v1-2.ac-area-b h3,
    .ac-card_v1-2.ac-area-c h3{
        font-size: 12px;
    }
    .ac-cards_v1-2{
        gap: 10px;
    }
    .ac-cards_v1-2 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "a a" "b c";
    }
    .ac-area-a {
        min-height: 420px;
    }
    .ac-area-b,
    .ac-area-c {
        min-height: 280px;
    }
    .ac-area-d {
        display: none;
    }
    .radio-player{
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
    }
    .radio-player-controls{
        margin-left: unset !important;
    }
    div.radio-player button svg{
        width: 20px !important;
        height: 20px !important;
    }
    div.radio-player-controls{
        gap: 0 10px !important;
    }
    .ac-home_main_post{
        min-width: 100%;
    }
    .ac-videos_v4, .ac-videos_v5{
        flex-direction: column;
    }
    .ac-videos_v4_right{
        width: 100%;
        flex-direction: row;
    }
    .ac-video_left_layer{
        height: 180px;
    }
    .ac-video_right_layer{
        height: 90px;
    }
    .ac-card_v2, 
    .ac-card_v3{
        min-width: 100%;
    }
    .ac-cards_v6{
        grid-template-columns: repeat(1, 1fr);
    }
    .ac-cards_v3{
        grid-template-columns: 1fr;
    }
    .ac-video_right_bg{
        min-width: 120px;
        max-width: 120px;
    }
    .ac-videos_v5_right{
        width: 100%;
    }
    .ac-video_txt h3{
        font-size: 11px;
    }
    .ac-cards_v8{
        display: flex;
        flex-direction: column;
    }
    .ac-home_main_post, 
    .ac-card_v2, 
    .ac-card_v3{
        height: 250px;
    }
    .ac-card_v9{
        flex-direction: column;
    }
    .ac-card_v9 img{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 250px;
    }
}