.__container {
    max-width: var(--max);
    margin: 0 auto;
}

main.__archive {
    max-width: var(--max);
    padding: 40px 0px;
}

section:not(#__um) img:not([data-src]) {
    opacity: 1 !important;
}

.__content p {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.__term_name {
    font-family: Poppins, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #0031ff;
    margin-bottom: 16px;
}

.__text_publicidade {
    display: block;
    text-align: center;
}

.__botao_mais {
    margin-top: 46px;
    display: flex;
    justify-content: center;
}
.__mobile {
    display: none;
}
.__titulo_podcast {
    font-family: Poppins, sans-serif;
    color: #0031ff;
    margin-top: 26px;
    font-size: 36px;
}

.__titulo_bloco {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    line-height: normal;
}

.__titulo_bloco a:first-child {
    font-size: 30px;
    font-family: Poppins, sans-serif;
    color: #0031ff;
}

.__titulo_bloco .__ver-categoria {
    background: #0031ff;
}

article .thumbnail:after {
    border-radius: 10px;
}

.__episodio_top {
    font-size: 18px;
    font-family: Poppins, sans-serif;
    margin-top: 16px;
    font-weight: bold;
}
.__container-btn {
    display: flex;
    justify-content: center;
}
.__ver-categoria,
.__botao {
    appearance: none;
    border: 0;
    border-radius: 50px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    gap: 8px;
    align-items: center;
    text-transform: uppercase;
    color: white;
    padding: 10px 24px;
    text-align: center;
}
.__botao_mais .__botao {
    background: var(--azul);
}

.blocoListagemPosts {
    margin-top: 140px;
}

.__ul_list_podcasts {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.__post_comum {
    max-width: 300px;
}

.__post_comum .thumbnail {
    border-radius: 10px;
}

.__ul_list_podcasts li img {
    aspect-ratio: 300 / 200 !important;
    object-fit: cover;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    border-radius: 10px;
}

.__bloco {
    margin-top: 140px;
}

.__episodio {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    color: #0031ff;
    font-family: Poppins, sans-serif;
}

.__post_comum .__resumo {
    font-size: 16px;
    font-family: Poppins, sans-serif;
    margin-top: 6px;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.__post_comum .__titulo {
    font-size: 18px;
    line-height: normal;
}

.__flex_destaques {
    display: flex;
    gap: 18px;
    margin-top: 20px;
    align-items: flex-start;
}

.__flex_destaques .__col {
    flex: 1;
}

.__post_feat {
    width: 100%;
}

.__post_feat img,
.__post_feat_2 img {
    aspect-ratio: 300 / 200 !important;
    object-fit: cover;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    border-radius: 10px;
}

.__flex_destaques {
}

.__grid_cols_2 {
    display: grid;
    column-gap: 16px;
    row-gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.__flex_destaques .__col:first-child {
}

.__post_feat .__episodio {
    display: none;
}

.__post_feat .empty {
    display: none;
}

.__post_feat h3 {
    font-size: 42px;
    line-height: 44px;
    margin-top: 6px;
}

.__post_feat .__resumo {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: normal;
    margin-top: 6px;
}

.__post_feat_2 .chapeu,
.__post_feat_2 .__resumo,
.__post_feat_2 .__episodio {
    display: none;
}

.__post_feat_2 h3 {
    font-size: 24px;
    line-height: 26px;
    margin-top: 6px;
}

.__podcast_player {
    position: relative;
}

.__podcast_player .__playing img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.__podcast_player .__playing {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.__podcast_player .__play_icon img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.__podcast_player .__play_icon {
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.__podcast_player img {
    aspect-ratio: 300 / 200 !important;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.__podcast_epi {
    color: rgb(var(--category-color));
    font-family: poppins, sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 24px;
}

.__category_podcast {
    margin-top: 16px;
}

.__category_podcast h1 {
    /* color: var(--azul) !important; */
}
.__category_podcast .categoria {
    /* background-color: var(--azul) !important; */
}

.__category_podcast .__podcasts {
margin-top: 60px;
}

.__category_podcast #destaque_1 {
display: flex;
flex-direction: column-reverse;
}

.__category_podcast #destaque_1 .thumbnail {
margin-top: 10px;
}

.__category_podcast #destaque_1 .__play_icon img {
width: 24px !important;
}

.__category_podcast #destaque_1 h2 {
font-family: ivypresto-text;
font-size: 5.4rem !important;
margin-top: 5px;
}

.__category_podcast .__resumo {
font-size: 1.6rem;
line-height: 18px;
font-weight: 300;
margin: 10px 0;
}

.__category_podcast #__noticias article {
display: flex;
align-items: flex-start;
}

.__category_podcast #__noticias article a {
display: block;
gap: 0;
}

.__category_podcast #__noticias article .thumbnail figure img {
width: 444px;
height: 296px;
}

.__category_podcast #__noticias article .imagem {
margin-right: 20px;
}

.__category_podcast #__noticias article .textos a {
display: flex;
flex-direction: column;
}

.__category_podcast #__noticias article .textos h3 {
font-size: 2.4rem;
line-height: 30px;
}

.__category_podcast #__noticias article .textos .__resumo {
font-size: 1.6rem;
font-weight: 300;
line-height: 20px;
color: #000;
margin-bottom: 5px;
font-family: poppins;
}

.__titulo_category {
font-size: 46px;
}

.__breadcrumb {
margin: 0px 0 60px;
font-size: 18px;
}

.__wrap {
flex-wrap: wrap;
row-gap: 45px;
}

.__podcast_player.__active .__play_icon {
display: none;
}

.__podcast_player .__bk_absolute {
background-color: rgba(0, 0, 0, 0.7);
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
transition: all ease-in-out 300ms;
display: flex;
align-items: center;
justify-content: center;
}

.__podcast_player:not(.__active):hover .__bk_absolute,
.__podcast_player.__hover:not(.__active) .__bk_absolute {
opacity: 1;
}

.__podcast_player .__playing {
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.7);
transition: all ease-in-out 300ms;
}

.__podcast_player.__active .__playing {
opacity: 1;
}

.__category_podcast .__bloco {
margin-top: 60px;
}
.__play_icon {
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(0, 0, 0, 0.7);
transition: all ease-in-out 300ms;
border-radius: 10px;
}

.__category_podcast .__post_feat .__episodio,
.__category_podcast .__post_feat_2 .__episodio {
display: block;
color: black;
margin-top: 8px;
font-size: 14px !important;
}

article .thumbnail:after {
background-color: transparent !important;
}

article .thumbnail.act:after {
background-color: black !important;
}

article .thumbnail:not(.act):not(.playing):hover .__play_icon {
opacity: 1;
}

@media (hover: none) {
article .thumbnail:not(.act):not(.playing) .__play_icon {
opacity: 1;
}
}

.__play_icon span,
.__bk_absolute span {
display: flex;
gap: 17px;
background-color: #ff0000;
border-radius: 50px;
padding: 5px 22px 3px 22px;
align-items: center;
font-family: Poppins, sans-serif;
font-size: 14px;
line-height: 21px;
color: white;
text-transform: uppercase;
}

.__play_icon span img,
.__bk_absolute span img {
width: 24px;
height: 24px;
object-fit: scale-down;
}

.__main_category {
margin-top: 70px;
}

.__others_title {
color: #0031ff;
font-family: Poppins, sans-serif;
font-size: 30px;
line-height: normal;
margin-top: 60px;
}

.__others_podcasts .__bloco:first-child {
margin-top: 14px;
}

.__category_podcast .breadcrumbs span {
font-family: Poppins, sans-serif;
color: #a19994;
font-size: 12px;
}

.__titulo_bloco_menor a:first-child {
font-size: 24px !important;
}

.__menu ul li .submenus,
.__menu ul li .sub-menu {
z-index: 99;
}

.__list_podcasts {
position: relative;
}

.__list_podcasts .prev,
.__list_podcasts .next {
position: absolute;
appearance: none;
background-color: transparent;
top: calc(50% - 10px);
border: none;
cursor: pointer;
}

.__ul_list_podcasts li .__post_comum {
min-width: 300px;
}
.__ul_list_podcasts {
border-radius: 10px;
overflow-x: scroll;
scrollbar-width: thin;
scrollbar-color: transparent transparent;
transition: transform 0.5s ease-in-out;
}

.__list_podcasts .prev svg,
.__list_podcasts .next svg {
width: 20px;
}

.__list_podcasts .prev {
left: -30px;
}

.__list_podcasts .next {
top: calc(50% - 10px);
right: -30px;
}

@media (max-width: 768px) {
.__mob_slider > * {
    min-width: fit-content;
}

.__mob_slider > * > * {
    min-width: 300px;
    max-width: 300px;
}

.__post_comum .__titulo {
    font-size: 24px;
}

.__list_podcasts .__ul_list_podcasts {
    overflow: auto;
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    padding-left: 20px;
    &:after {
        content: "";
        width: 1px;
        display: block;
    }
}

.__ul_list_podcasts .__ul_list_podcasts {
    padding-right: 20px;
}

.__post_feat h3 {
    font-size: 24px;
    line-height: normal;
}

.__post_feat_2 h3 {
    font-size: 24px;
    line-height: normal;
}

.__post_feat_2 .__resumo,
.__post_feat .__resumo {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: normal;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.__list_podcasts .next,
.__list_podcasts .prev {
    display: none;
}

.__list_podcasts .__ul_list_podcasts > * {
    min-width: 300px;
    max-width: 300px;
}

.main.podcast:not(.archive) {
    padding: 0px 20px;
}

.__flex_destaques {
    overflow: auto;
    padding-left: 20px;
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
}

.__flex_destaques .__col:first-child {
    min-width: 300px;
    max-width: 300px;
}

.__flex_destaques .__col:last-child > .__grid_cols_2 {
    display: flex;
}

.__flex_destaques .__col:last-child > .__grid_cols_2 > * {
    min-width: 300px;
    max-width: 300px;
}
.__flex_destaques .__col:last-child {
    padding-right: 20px;
}

.__ul_list_podcasts.__wrap {
    flex-wrap: nowrap;
}

.__titulo_bloco .__ver-categoria {
    display: none !important;
}

.__titulo_bloco a:first-child {
    font-size: 24px;
}

.__ul_list_podcasts {
    margin-top: 10px;
}

.__bloco {
    margin-top: 60px;
}
.__category_podcast {
    margin-top: 60px;
}
.__category_podcast .__podcasts {
    padding: 0px 20px;
}

.__mobile {
    display: block;
}

.__flex_center {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.__category_podcast .__container {
    padding: 0px 20px;
}
.__category_podcast #destaque_1 h2 {
    font-size: 3rem !important;
    line-height: 34px;
    margin: 5px 0;
}
#__destaques .col:first-child article .__play_icon img {
    object-fit: scale-down;
    width: 24px !important;
    height: 24px !important;
}
.__category_podcast #__noticias article {
    flex-direction: column;
}
.__category_podcast #__noticias article .thumbnail figure img {
    width: 100%;
    height: 296px;
    aspect-ratio: auto !important;
}
#__noticias article .imagem img.__play_svg {
    width: 24px;
    aspect-ratio: auto !important;
}
}
