@-webkit-keyframes resizing {
    from {
        width: 400%;
        height: 400%
    }
    to {
        width: 100%;
        height: 100%
    }
}

@keyframes resizing {
    from {
        width: 400%;
        height: 400%
    }
    to {
        width: 100%;
        height: 100%
    }
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
}

.lds-spinner div {
    -webkit-transform-origin: 32px 32px;
    transform-origin: 32px 32px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.carrossel-thumbs .flex-direction-nav a,
.login-pop label span,
#video1:before,
.close-player,
.thumbnail * {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main .boxDestaquesInter {
    padding: 0
}

.main .boxDestaquesInter .boxVideo770 .box-texto .icon-svg {
    display: none
}

.main .boxDestaquesInter .titulo {
    padding-bottom: 20px
}

.main .boxDestaquesInter > .titulo {
    font-weight: 800
}

.bg-destaque {
    background: #0034ff;
    padding: 78px 0;
    background: url(../imagens/layout/bg_destaque.png) no-repeat right center;
    background-size: cover;
    margin-bottom: 50px
}

.podcast-category .bg-destaque {
    background-image: url(../imagens/layout/bg_destaque_interno.png)
}

.main .boxDestaquesInter .boxVideo770 {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main .boxDestaquesInter .boxVideo770 p,
.main .boxDestaquesInter .boxVideo770 .titulo {
    color: #ffffff
}

.main .boxDestaquesInter .boxVideo770 .titulo {
    font-weight: 800
}

.thumbnail {
    position: relative;
    isolation: isolate;
}

.bg-destaque .thumbnail {
    float: left;
    margin-right: 35px
}

.thumbnail img {
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 447px;
    height: 447px;
    object-fit: cover
}

.boxVideoFull .thumbnail img {
    width: 100%
}

.thumbnail:after {
    content: "";
    background: rgba(54, 131, 201, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none
}

article:hover .thumbnail:after,
article .thumbnail.playing:after {
    opacity: 0.7;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.thumbnail .cadeado {
    position: absolute;
    right: -18px;
    top: 22px;
    background: #ffffff;
    padding: 10px 0;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #0034ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 41px;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3
}

/*.boxVideoFull .thumbnail.restrict{pointer-events: none}*/
.boxVideoFull .thumbnail.restrict:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5
}

aside .thumbnail .cadeado {
    top: -8px;
    right: -8px;
}

.thumbnail:hover .cadeado {
    width: 253px
}

.webinar .colsidebar .thumbnail:hover .cadeado,
.colsidebar .thumbnail:hover .cadeado {
    width: 36px
}

.boxVideoFull .thumbnail .cadeado {
    width: 350px;
    top: calc(50% - 24px);
    left: calc(50% - 175px);
    border-radius: 25px;
    padding: 11px 0
}

.boxVideoFull .thumbnail .cadeado .icon-svg {
    width: 23px;
    height: 29px;
    margin: 0 11px 0 29px
}

.boxVideoFull .thumbnail .cadeado span {
    font-size: 18px;
    font-weight: 600
}

.thumbnail .cadeado .icon-svg {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 21px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 12px;
}

.thumbnail .cadeado .icon-svg.replaced-svg {
    opacity: 1
}

.thumbnail .cadeado span {
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    white-space: nowrap
}

.thumbnail:hover .cadeado span {
    opacity: 1;
    margin-right: 12px
}

.thumbnail .play-icon {
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.thumbnail.playing .play-icon {
    opacity: 0
}

.boxVideoFull .thumbnail .play-icon img,
.boxDestaquesInter .thumbnail .play-icon img {
    width: 100px;
    height: 100px
}

.thumbnail .play-icon img {
    width: 74px;
    height: 74px
}

.player-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 0;
    background: #000000
}

.thumbnail.playing:before {
    content: 'ouvindo';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background: url(../imagens/icones/playing.png) no-repeat center center;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 9em;
    font-size: 14px;
    text-transform: uppercase;
}

.boxVideo770 .thumbnail.playing:before {
    line-height: 25em
}

.current-player .player-content {
    z-index: 4
}

.thumb_url {
    position: relative;
    z-index: 2;
    display: block
}

.box-texto .chapeu {
    font-size: 14px;
    text-transform: uppercase;
    color: #0034ff;
    font-weight: 500;
    margin-bottom: 11px;
    display: inline-block;
    padding-left: 37px
}

.bg-destaque .box-texto .chapeu {
    font-size: 13px;
    padding: 5px 24px;
    background: #ffffff;
    border-radius: 13px
}

.bg-destaque .box-texto .chapeu,
.post-comum .box-texto .chapeu.not-logged,
.colsidebar .box-texto .chapeu,
.colsidebar .box-texto .chapeu.empty,
.bg-destaque .box-texto .chapeu.empty,
.restrict + .box-texto .chapeu {
    display: none
}

.colsidebar .box-texto .chapeu:not(.empty),
.colsidebar .box-texto .chapeu.not-logged:not(.empty) {
    padding-left: 13px;
    font-size: 13px;
    display: block
}

.colsidebar .thumbnail.playing:before {
    background-size: 100%;
    line-height: 6em
}

.box-texto .categorias {
    margin-bottom: 20px
}

.box-texto .categorias li {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.box-texto .segura-texto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    position: relative;
    max-width: 285px;
}

.box-texto .segura-texto * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.box-texto .segura-texto .flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.box-texto .segura-texto .ver-categoria {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400
}

.ver-categoria:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle
}

.box-texto .segura-texto .ver-categoria:hover {
    text-decoration: underline
}

.tituloBloco a {
    font-weight: 500
}

.carrossel-thumbs {
    position: relative
}

.carrossel-thumbs .slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.carrossel-thumbs .slides li {
    margin-right: 24px;
    text-align: left
}

.carrossel-thumbs .slides li:last-child .thumbnail:hover .cadeado {
    right: 24px
}

.carrossel-thumbs .flex-direction-nav {
    display: block !important
}

.carrossel-thumbs .flex-direction-nav a {
    position: absolute;
    top: 0;
    height: 100%;
    width: 59px;
    background: rgba(54, 54, 54, 0.93);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-indent: -5000em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    word-break: break-all;
    color: transparent;
    opacity: 0
}

.carrossel-thumbs:hover .flex-direction-nav a {
    opacity: 1
}

.carrossel-thumbs .flex-direction-nav a:before {
    content: '';
    display: block;
    height: 18px;
    width: 18px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff
}

.carrossel-thumbs .flex-direction-nav a.flex-next {
    right: 0
}

.carrossel-thumbs .flex-direction-nav a.flex-next:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.carrossel-thumbs .flex-direction-nav a.flex-prev {
    left: 0
}

.carrossel-thumbs .flex-direction-nav a.flex-prev:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.carrossel-thumbs .flex-control-nav {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.carrossel-thumbs .flex-control-nav li {
    display: inline-block;
    margin: 0 9px
}

.carrossel-thumbs .flex-control-nav a {
    display: block;
    width: 11px;
    height: 11px;
    background: #d7d7d7;
    border-radius: 50%;
    text-indent: -5000em;
    overflow: hidden;
    cursor: pointer
}

.carrossel-thumbs .flex-control-nav a.flex-active {
    background: #007cc4
}

.post-comum {
    position: relative;
    width: 278px
}

.post-comum .categorias {
    display: none
}

.post-comum .thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    border: 0px;
}

.podcast .blocoListagemPosts + .blocoListagemPosts {
    margin-top: 80px;
}

.post-comum .episodio {
    padding-bottom: 13px;
    color: var(--category-color);
    font-weight: 600;
    font-size: 15px;
}

.flex.logos {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 20px;
    flex-wrap:wrap;
}

.destaquesSlider {
  height: auto!important;
}

.destaquesSlider .owl-nav {
    max-width: 1210px;
    margin: 0 auto;
    top: -385px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive-podcast .resumo {
    margin-top: 30px;
    text-align: left;
    font-size: 18px;
    line-height: 38px;
    color: #2B2B2B;
    margin-bottom: 90px;
    font-family: 'ivypresto-text', serif;
    margin-bottom: 90px;
    max-width: 100%;
}

.flex.logos img {
    max-height: 40px;
    width: auto;
}

.flex.logos .col + .col {
    margin-left: 30px;
}

.box-texto .segura-texto .resumo {
    font-family: 'ivypresto-text', serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.apresentado p {
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: 600;
    font-family: 'Roboto' !important;
}

.apresentado .flex.logos p {
    margin-top: 10px !important;
}

.apresentado .flex.logos {
    padding: 0 95px !important;
    margin-top: 15px;
}

.post-comum .thumbnail .thumb_url img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 278px !important;
}

.boxVideoFull .thumbnail .cadeado,
.post-comum .thumbnail .cadeado {
    color: #fff;
}

.boxVideoFull .thumbnail .cadeado span {
    margin-right: 29px;
    opacity: 1
}

.boxVideoFull .thumbnail .icon-svg path,
.post-comum .thumbnail .icon-svg path {
    fill: #ffffff !important
}

.post-comum .flex-auto {
    position: relative;
    text-decoration: none;
    color: #262626
}

.post-comum .flex-auto .icon-svg {
    width: 21px;
    height: 17px;
    position: absolute;
    top: 7px;
    left: 0
}

.flex-auto .icon-svg path {
    fill: #262626
}

.post-comum .titulo {
    font-size: 25px;
    font-weight: 800;
    color: #262626;
    margin-bottom: 9px;
    line-height: 28px
}

.post-comum p {
    font-family: 'ivypresto-text', serif;
    color: #262626;
    font-size: 14px
}

.listaPosts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.listaPosts:after {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.listaPosts li {
    margin: 11px
}

.main .blocoListagemPosts {
    padding: 0 0;
}

.tituloBloco .ver-categoria {
    float: right;
    font-size: 18px
}

.webinar .tituloBloco {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 1188px;
}

.webinar .box1210 {
    width: 1210px;
    margin: 0 auto;
}

.main .tituloBloco a {
    font-weight: 300
}

.main .tituloBloco a.ver-categoria {
    font-weight: 500
}

.podcast .opo {
    margin-bottom: 60px;
    padding-bottom: 0;
    border-bottom: none
}

.podcast .opo .text {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #d6d6d6
}

.opo .az p {
    font-size: 18px;
    line-height: 38px
}

.main.podcast-category .publicidade960 {
    padding-bottom: 15px
}

.publicidade-lateral {
    margin-bottom: 75px
}

.publicidade-lateral .banner {
    width: 377px;
    height: 309px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 44px 46px;
    text-align: center
}

.publicidade-lateral .fone {
    display: block;
    margin: 0 auto 24px
}

.publicidade-lateral .titulo {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px
}

.publicidade-lateral .botoes-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.publicidade-lateral .botoes-download a {
    width: 139px;
    height: 42px;
    background: url(../imagens/botoes/botoes_download_app.png) no-repeat;
    text-indent: -5000em
}

.publicidade-lateral .botoes-download a.gplay {
    background-position: right center
}

.publicidade-lateral .botoes-download a.astore {
    background-position: right center
}

.main.podcast-single .boxColsInter.single .boxVideoFull {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 30px
}

.boxVideoFull .thumbnail {
    width: 100%;
    max-width: 776px
}

.main.podcast-single .boxColsInter.single .boxDestaquesInter .boxAcoes {
    border-top: 1px solid #949494;
    padding-top: 5px;
    float: none
}

.main.podcast-single .blocoListagemPosts {
    padding: 0
}

.main.podcast-single .boxCompartilhe {
    padding-left: 95px
}

.titulo-convidados {
    display: block;
    border-bottom: 1px solid #c4c4c4;
    margin: 66px 95px 35px;
    font-size: 18px;
    font-weight: 500
}

.titulo-convidados span {
    padding-bottom: 12px;
    border-bottom: 6px solid #0034ff;
    display: inline-block
}

.participantes {
    padding: 0 95px
}

.participantes li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.participantes .thumb {
    width: 74px;
    height: 74px;
    margin-right: 26px
}

.participantes .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.participantes .nome-convidado {
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-weight: 600
}

.participantes .resumo {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 400
}

.podcast-single .colsidebar .tituloBloco {
    font-family: ivypresto-text, "Times New Roman", Times, serif;
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #0034FF;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: left
}

.colsidebar .listaPosts li {
    margin: 0;
    padding-top: 22px;
    border-top: 1px solid #c4c4c4;
    margin-top: 22px;
    width: 100%
}

.colsidebar .post-comum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.colsidebar .post-comum .thumbnail {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.colsidebar .thumb_url img {
    max-width: 175px;
    height: auto;
    width: 100%
}

.colsidebar .post-comum .flex-auto {
    padding-left: 13px
}

.colsidebar .post-comum .flex-auto .icon-svg {
    position: relative;
    display: inline;
    top: 0;
    left: 0
}

.colsidebar .post-comum .titulo {
    font-family: ivypresto-text, "Times New Roman", Times, serif;
    display: inline;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px
}

.colsidebar .post-comum p {
    display: none
}

.colsidebar .ver-categoria {
    font-size: 18px;
    font-weight: 500;
    color: #0034ff;
    text-decoration: none;
    display: table;
    margin: 45px 0 0 auto
}

.colsidebar .thumbnail .cadeado {
    width: 36px;
    padding: 8px 0 9px
}

.colsidebar .thumbnail .cadeado .icon-svg {
    width: 15px;
    height: 19px;
    margin: 0 11px
}

.colsidebar .thumbnail .play-icon img {
    width: 56px;
    height: 56px;
    object-fit: contain
}

#video1 {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000
}

#video1:before {
    content: 'Carregando';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    font-size: 10px;
    color: #fff;
    line-height: 18px;
    border: 1px solid rgba(var(--category-color-rgb-code), 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--category-color-rgb-code), 0.3);
    pointer-events: none;
    opacity: 1;
    z-index: 0;
    -webkit-animation: resizing 0.4s ease-in;
    animation: resizing 0.4s ease-in
}

.close-player {
    position: absolute;
    left: -20px;
    top: 0px;
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding: 3px 5px;
    line-height: 12px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.1;
}

.main .boxColsInter.single .boxDestaquesInter .boxCompartilhe ul li a:hover,
.main .boxColsInter .boxDestaquesInter .botao .botaoPrimario:hover,
.botao .botaoPrimario:hover {
    color: #ffffff
}

.message-pop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.3);
    text-align: center
}

.message-pop .center-message {
    background: #ffffff;
    padding: 20px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3)
}

.message-pop p {
    font-size: 16px
}

.message-pop .title-message {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px
}

.message-pop .buttons-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.message-pop .button {
    font-size: 16px;
    color: #007cc4;
    border: 1px solid #007cc4;
    border-radius: 3px;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px
}

.message-pop .button:not(.close):hover {
    background: #007cc4;
    color: #ffffff
}

.message-pop .button.close {
    background: #007cc4;
    border-color: #007cc4;
    color: #ffffff
}

.message-pop .button.close:hover {
    background-color: transparent;
    color: #007cc4
}

.no-scroll {
    overflow: hidden
}

.login-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.login-pop .login-container {
    max-width: 550px;
    max-height: 95vh;
    overflow: auto;
    background: #ffffff;
    padding: 50px 87px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.login-pop .login-container .close-login {
    position: absolute;
    right: 28px;
    top: 34px;
    width: 18px;
    height: 24px;
}

.login-pop .login-container .close-login:after,
.login-pop .login-container .close-login:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    background: #818181;
}

.login-pop .login-container .close-login:hover:after,
.login-pop .login-container .close-login:hover:before {
    background: #0034ff;
}

.login-pop .login-container .close-login:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.login-pop .login-container .close-login:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.login-pop .login-container p {
    font-size: 15px;
    font-weight: 300;
    color: #777777;
    text-align: left
}

.login-pop a {
    color: #0034ff;
    text-decoration: underline
}

.login-pop a:hover {
    text-decoration: none
}

.login-pop .login-container .title {
    font-size: 30px;
    line-height: 33px;
    font-weight: 700;
    color: #0034ff;
    text-align: center;
    margin-bottom: 19px
}

.login-pop .login-form label {
    display: block;
    margin-top: 27px;
    position: relative
}

.login-pop label span {
    opacity: 1;
    pointer-events: none;
    position: absolute;
    font-size: 9px;
    font-weight: 300;
    color: #0034ff;
    left: 24px;
    top: 5px
}

.login-pop input:placeholder-shown + span {
    opacity: 0;
    top: 10px
}

.login-pop label input {
    display: block;
    color: #0034ff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 24px 9px;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 20px;
    outline: none
}

.login-pop .login-form .label-border {
    border: 1px solid #0034ff;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 1;
    width: 100%;
    height: 100%
}

.login-pop input:placeholder-shown ~ .label-border {
    border-color: #989898
}

.login-pop input:focus ~ .label-border {
    border-color: #0034ff
}

.login-pop .pass-link {
    color: #9f9f9f;
    display: table;
    margin: 3px 0 0 auto;
    text-decoration: underline;
    font-size: 13px
}

.login-pop .pass-link:hover {
    text-decoration: none
}

.login-pop .button {
    color: #ffffff;
    display: table;
    margin: 22px auto;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    padding: 12px 60px;
    text-transform: uppercase;
    background: #0034ff;
    cursor: pointer;
    outline: none
}

.login-pop .button:hover {
    color: #0034ff;
    border: 1px solid #0034ff;
    background: #ffffff
}

.login-pop .login-social {
    border-top: 1px solid;
    margin-top: 30px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.login-pop .login-social a {
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    border: solid 1px #1781BF;
    border-radius: 50%;
    color: #1781BF;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    margin: 0 5px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.login-pop .login-social a:hover {
    color: #ffffff;
    background: #1781BF
}

.login-pop .login-social a.fa-facebook {
    color: #3b5a99;
    border-color: #3b5a99
}

.login-pop .login-social a.fa-facebook:hover {
    color: #ffffff;
    background: #3b5a99
}

.login-pop .login-social a.fa-linkedin-square {
    color: #0a66c2;
    border-color: #0a66c2
}

.login-pop .login-social a.fa-linkedin-square:hover {
    color: #ffffff;
    background: #0a66c2
}

.login-pop .login-container p.login-small {
    font-size: 12px;
    line-height: 16px;
}

.box-subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px
}

.box-subscribe .box-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75px;
    height: 67px;
    border: 2px solid #ffffff;
    position: relative;
    margin-right: 12px
}

.box-subscribe .box-date:after {
    content: '';
    width: 38px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: calc(50% - 19px);
    top: calc(50% - 1px);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.box-subscribe .box-date span {
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    position: absolute
}

.box-subscribe .box-date .day {
    top: 6px;
    left: 10px
}

.box-subscribe .box-date .month {
    bottom: 6px;
    right: 10px
}

.main .boxDestaquesInter .boxVideo770 .box-texto .hour .icon-svg {
    display: inline-block
}

.box-subscribe .box-hour .hour {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 9px
}

.box-hour .hour .icon {
    margin-right: 0.5ch
}

.box-subscribe .box-hour .button {
    border: solid 1px #f1bc69;
    font-size: 14px;
    line-height: 16px;
    height: auto;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    padding: 13px 50px;
    background: #f1bc69;
    outline: none;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.box-subscribe .box-hour .button:hover,
.box-subscribe .box-hour .button.inscrito {
    color: #f1bc69;
    background-color: transparent;
}

.box-subscribe .box-hour .button.inscrito {
    color: #007DC4;
}


.box-subscribe .box-hour .button.inscrito {
    cursor: inherit
}

.box-subscribe .box-hour .button.live:hover {
    background: none
}

.box-hour .button.inscrito .icon {
    display: inline-block;
    margin-right: 0.5ch
}

.main .boxDestaquesInter .boxVideo770 .box-texto .button .icon-svg {
    display: block;
    opacity: 0
}

.main .boxDestaquesInter .boxVideo770 .box-texto .button .icon-svg.replaced-svg {
    display: block;
    opacity: 1
}

.box-hour .button.inscrito .icon-svg {
    opacity: 0
}

.box-hour .button.inscrito .icon-svg.replaced-svg {
    opacity: 1
}

.box-hour .button.inscrito .icon-svg path {
    fill: #db982c
}

.webinar .bg-destaque .box-texto .chapeu {
    background: none;
    padding: 0;
    color: #ffffff
}

.webinar .bg-destaque .box-texto .chapeu.not-logged {
    display: none
}

.webinar .boxVideoFull .thumbnail .cadeado,
.webinar .thumbnail:hover .cadeado {
    width: 204px
}

.webinar .thumbnail .play-icon {
    display: none
}

.box-subscribe.style-2 {
    margin-left: 95px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f7f7;
    padding: 19px 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 52px
}

.box-subscribe.style-2 .box-hour .hour {
    display: none
}

.box-subscribe .calendar {
    margin-right: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.box-subscribe .box-date-hour {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.box-subscribe .text-status {
    color: #0034ff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600
}

.box-subscribe .text-status.live {
    color: #818181
}

.box-subscribe .text-status.live + .icon-svg {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle
}

.box-subscribe .text-date {
    color: #818181;
    font-size: 16px
}

.ao-vivo {
    border: solid 1px #f1bc69;
    font-size: 12px;
    line-height: 12px;
    height: auto;
    color: #007CC4;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 13px;
    background: #f1bc69;
    outline: none;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    margin-bottom: 15px
}

.ao-vivo:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #007CC4;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.box-date-hour .ao-vivo {
    margin-bottom: 0
}

.msgErro {
    position: absolute;
    top: 44px;
    left: 0;
    color: #d62020;
    padding: 0 24px;
    font-size: 13px
}

.cardEmail {
    display: none
}

#email-inexistente.hidden {
    display: none;
    margin-top: 15px
}

.duracao {
    padding: 0 95px;
    font-size: 15px;
    font-weight: 600;
    color: #1d1d1b;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.duracao .icon {
    margin-right: 6px
}


.main .boxColsInter.single .boxDestaquesInter .boxCompartilhe ul li a:hover,
.main .boxColsInter .boxDestaquesInter .botao .botaoPrimario:hover,
.wrapper .main .boxDestaquesInter.single .top .titulo span,
.carrossel-thumbs .flex-control-nav a.flex-active,
.message-pop .button:not(.close):hover,
.box-subscribe .box-hour .button.live,
.boxVideoFull .thumbnail .cadeado,
.post-comum .thumbnail .cadeado,
.botao .botaoPrimario:hover,
.message-pop .button.close,
.thumbnail:after,
.close-player,
.bg-destaque {
    background-color: var(--category-color)
}

.main .boxColsInter.single .boxDestaquesInter .linksBottom li:first-child a,
.main .boxColsInter.single .boxDestaquesInter .boxCompartilhe ul li a,
.main .boxColsInter.single .boxDestaquesInter .boxCompartilhe .titulo,
.main .boxColsInter.single .boxDestaquesInter .boxComentarios .titulo,
.main .boxColsInter .boxDestaquesInter .botao .botaoPrimario,
.main .boxColsInter.single .boxDestaquesInter .textos .autor,
.main .boxColsInter.single .boxDestaquesInter .textos p a,
.main .blocoListagemPosts.internas .tituloBloco,
.box-subscribe .box-hour .button.live:hover,
.podcast-single .colsidebar .tituloBloco,
.main .blocoListagemPosts .tituloBloco a,
.main .boxDestaquesInter p.text span a,
.box-subscribe .text-status:not(.live),
.main .boxDestaquesInter .titulo,
.message-pop .button.close:hover,
.colsidebar .ver-categoria,
.post-comum:hover .titulo,
.botao .botaoPrimario,
.message-pop .button,
.thumbnail .cadeado,
.box-texto .chapeu {
    color: var(--category-color)
}

article:hover .flex-auto .icon-svg path,
.thumbnail .icon-svg path {
    fill: var(--category-color) !important
}

.main .boxColsInter.single .boxDestaquesInter .linksBottom li:first-child,
.main .boxColsInter.single .boxDestaquesInter .boxCompartilhe ul li a,
.main .boxColsInter .boxDestaquesInter .botao .botaoPrimario,
.box-subscribe .box-hour .button.live,
.tituloBloco .ver-categoria:after,
.colsidebar .ver-categoria:after,
.message-pop .button.close,
.titulo-convidados span,
.botao .botaoPrimario,
.message-pop .button {
    border-color: var(--category-color)
}

.loading-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 3
}

.destaquesSlider .itemBk.backgroundColor {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    transition: background ease-in-out 300ms;
    background: linear-gradient(128deg, rgba(39, 136, 196, 1) 50%, rgba(0, 0, 0, 1) 100%);
}


.destaquesSlider .thumb {
    width: 477px;
    height: 477px;
    position: relative;
}

.destaquesSlider .thumb.act .play-icon {
    display: none;
}

.destaquesSlider .thumb.act .LinkSlider {
    cursor: none;
}

.destaquesSlider .thumb.act .LinkSlider .bkAbsolute {
    opacity: 1;
    z-index: 1;
}

article .thumbnail .playing img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

article .thumbnail.act .playing {
    opacity: 1;
    z-index: 3;
}

article .thumbnail .playing {
    transition: all ease-in-out 300ms;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

article .thumbnail.act .play-icon {
    opacity: 0;
}

article .thumbnail.act:after {
    opacity: 0.7;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.destaquesSlider .thumb .playing {
    width: 477px;
    height: 477px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all ease-in-out 300ms;
}

.destaquesSlider .thumb.act .playing {
    opacity: 1;
    z-index: 2;
}

.destaquesSlider .thumb .playing img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.play-icon {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    z-index: 10;
}

.play-icon img {
    width: 74px !important;
    height: 74px;
}


.destaquesSlider .play-icon img {
    width: 100px !important;
    height: 100px;
}

.destaquesSlider .play-icon {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: 10;
}

.LinkSlider .bkAbsolute {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all ease-in-out 300ms;
    display: block;
}

.LinkSlider {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 477px;
}

.destaquesSlider .flex .resumo, .destaquesSlider .flex .resumo a {
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    font-family: 'ivypresto-text', serif;
    color: white;
    max-width: 100%;
    margin-top: 20px;
}

.durationSd .date {
    font-size: 15px;
    font-weight: 400;
}

.durationSd {
    font-size: 15px;
    font-weight: 500;
}

.destaquesSlider .flex .titulo a, .destaquesSlider .flex .titulo {
    font-size: 44px;
    line-height: 52px;
    display: block;
    font-weight: 700;
    margin-top: 10px;
    color: white;
    text-decoration: none;
}

.destaquesSlider .flex .descript {
    max-width: 400px;
    color: white;
    width: 100%;
    min-height: 420px;
}

.categoryes .az p {
    margin: 30px 0px;
}

.owl-dots {
    transition: none !important;
}

.todos .btn {
    color: white;
    text-decoration: none;
    padding: 15px 50px;
    display: inline-block;
    border: 1px solid white;
    margin-top: 40px;
    border-radius: 30px;
    font-weight: 500;
}

.otherSlider .tituloBloco {
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: solid 1px #d6d6d6;
    padding: 30px 0 25px;
    font-size: 30px;
    line-height: 30px;
    color: #0034FF;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: left;
    text-decoration: none;
    margin-bottom: 25px;
}

.otherSlider {
    margin-top: 60px;
    margin-bottom: 120px;
}


.bk-black {
    background-color: black;
    display: inline-block;
    border-radius: 15px;
}

.destaquesSlider .flex .descript .episodio {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
}

.destaquesSlider .flex .descript .category {
    font-size: 13px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
}

.destaquesSlider.Destaque .flex .descript {
    max-width: unset;
    margin-left: 80px;
}

.destaquesSlider .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 15px;
}

.imgSlider {
    width: 477px;
    height: 477px;
    object-fit: cover;
}

.destaquesSlider .item {
    padding: 60px 0;
}


.destaquesSlider.Destaque .flex .descript .episodio {
    margin-top: 0px;
}

.colsidebar.podcast article.slide .box-texto {
    width: 176px;
    flex-basis: 176px;
}

.colsidebar.podcast article.slide .thumbnail {
    width: 176px;
    height: 176px;
    padding: 0;
    border: none;
    flex-basis: 176px;
    margin-right: 15px;
}

.colsidebar.podcast article.slide {
    display: flex;
    padding: 25px 0;
    border-top: 1px solid #C4C4C4;
}

.colsidebar.podcast .box-texto .segura-texto .flex-auto {
    text-decoration: none;
}

.colsidebar.podcast .box-texto .segura-texto .episodio {
    font-family: ivypresto-text, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #8B236D;
    font-weight: bold;
}

.main .boxColsInter .colsidebar.podcast article.slide .resumo {
    font-family: ivypresto-text, "Times New Roman", Times, serif;
    font-weight: 300;
    font-size: 14px;
    color: #252525;
}

.main .boxColsInter .colsidebar.podcast article.slide .titulo {
    font-size: 20px;
    font-weight: bold;
    font-family: ivypresto-text, "Times New Roman", Times, serif;
    color: #000000;
    line-height: 24px;
    padding-bottom: 0;
    margin-top: 10px;
}


.main .blocoListagemPosts.internas .tituloBloco a:hover {
    text-decoration: underline !important;
}

.convidados {
    margin-top: 60px;
    padding: 0px 95px !important;
}

.convidados h2 {
    font-size: 18px;
    font-family: ivypresto-text, "Times New Roman", Times, serif;
    font-weight: 700;
    color: #000000;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 6px solid #8B236D;
}

.titulo-con {
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 30px;
}

.convidados ul li {
    margin-top: 20px;
}

.convidados ul li .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.convidados ul li .infos {
    margin-left: 25px;
}

.durationSd {
    margin-top: 30px;
}

.convidados ul li .infos h3 {
    font-family: ivypresto-text, "Times New Roman", Times, serif;
    font-weight: 900;
    font-size: 18px;
}

.convidados ul li .infos p {
    font-family: ivypresto-text, "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 14px;
}

.single .destaquesSlider .play-icon img {
    width: 149px !important;
    height: 149px;
}

.single .destaquesSlider .play-icon {
    top: calc(50% - 75px);
    left: calc(50% - 75px);
}

.convidados ul li .infos h4 {
    font-family: ivypresto-text, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (max-width: 1200px) {
    /*.podcast .thumbnail img{width: 580px; height:320px}*/
    .main.podcast .blocoListagemPosts.internas .flex-control-nav li {
        margin: 0 9px;
        width: auto
    }

    .main.podcast .blocoListagemPosts.internas .listaPosts li {
        width: 294px
    }

    .post-comum {
        width: 100%
    }

    .boxVideoFull .thumbnail {
        margin-right: 36px
    }

    .titulo-convidados {
        margin: 50px 0
    }

    .participantes {
        padding: 0
    }

    .main .boxColsInter.single .boxDestaquesInter .boxCompartilhe {
        padding-left: 0
    }

    .participantes .thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .main .boxDestaquesInter .boxVideo770,
    .main.podcast-single .boxColsInter.single .boxVideoFull {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .publicidade-lateral {
        width: 377px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .publicidade-lateral .banner {
        width: 287px;
        max-width: 377px;
        padding: 24px 16px;
        height: auto
    }

    .publicidade-lateral .titulo {
        font-size: 20px
    }

    .publicidade-lateral .botoes-download a {
        width: 116px;
        height: 35px;
        background-size: 239px
    }

    .boxVideo770 .thumb_url img {
        width: 660px
    }

    .box-subscribe.style-2 {
        margin-left: 0
    }

    .box-subscribe .box-hour .button {
        padding: 10px 29px
    }

    .box-texto .segura-texto .ver-categoria {
        display: none
    }

    .duracao {
        padding: 0
    }
}

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

    .convidados {
        padding: 0px 10px !important;
    }

    .convidados ul li .flex {
        flex-wrap: nowrap;
        padding: 0px 0px !important;
    }

    .box-texto .segura-texto .resumo, .destaquesSlider .flex .resumo, .destaquesSlider .flex .resumo a {
        font-family: 'ivypresto-text', serif;
        font-size: 18px;
        line-height: 25px;
    }


    .main .boxDestaquesInter .boxVideo770 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main .boxColsInter.single .boxDestaquesInter {
        width: 100%;
    }

    .bg-destaque .thumbnail {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 50px
    }

    /*.podcast .thumbnail img{width: 100%; height:auto}*/
    .main.podcast .blocoListagemPosts.internas .listaPosts li {
        width: 100%;
        margin: 20px 0 0
    }

    .listaPosts .post-comum {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .listaPosts .post-comum .thumbnail {
        margin-right: 29px;
        margin-bottom: 0
    }

    .listaPosts .post-comum .box-texto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%
    }

    .post-comum .titulo {
        font-size: 30px;
        line-height: 35px
    }

    .main.podcast-single .boxColsInter .colsidebar {
        display: block;
        margin-top: 37px
    }

    .main.podcast-single .boxColsInter.single .boxVideoFull {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px
    }

    .boxVideoFull .thumbnail {
        margin-right: 0;
        max-width: 100%
    }

    .boxVideoFull .publicidade-lateral {
        display: table;
        margin: 40px auto 20px;
        width: auto
    }

    .main .boxDestaquesInter.single {
        padding: 0 15px
    }

    .boxVideoFull .thumbnail img {
        max-width: 960px
    }

    .boxVideo770 .thumb_url img {
        width: 100%;
        max-width: 960px
    }

    .main .boxDestaquesInter .boxVideo770 .titulo {
        font-size: 50px;
        line-height: 52px
    }

    .main .boxDestaquesInter .boxVideo770 p {
        line-height: 20px
    }

    .main .blocoListagemPosts.internas .tituloBloco {
        font-weight: 700
    }

    .az {
        font-size: 18px;
        line-height: 24px
    }

    .destaquesSlider .flex .titulo {
        font-size: 42px;
        line-height: 44px;
    }
}

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

    .imgSlider {
        min-height: 400px;
    }

    .destaquesSlider .flex .descript {
        margin-left: 0px !important;
        margin-top: 30px;
        min-height: auto !important;
    }

    .destaquesSlider .thumb {
        margin-top: 30px;
    }

    .destaquesSlider .thumb .playing {
        width: 100% !important;
        height: 100% !important;
    }

    .otherSlider {
        padding: 0px 20px;
    }

    .main .boxDestaquesInter.videos .titulo {
        padding-bottom: 40px;
    }

    .post-comum .episodio {
        margin-top: 15px;
    }

    .main .boxDestaquesInter.single .top .subtitulo {
        font-size: 42px;
        line-height: 44px;
    }

    .main .boxDestaquesInter.single .social {
        margin-top: 20px !important;
    }

    .main .boxColsInter.single .boxDestaquesInter .textos p {
        padding: 0 20px;
    }

    .main .boxColsInter.single .boxDestaquesInter .boxAcoes {
        display: none;
    }

    .archive-podcast .opo {
        padding: 10px 10px;
    }

    .categoryes .az p {
        font-family: 'ivypresto-text', serif;
        font-size: 18px;
        line-height: 25px;
    }

    .main .blocoListagemPosts.internas li {
        width: 100%;
        margin-top: 30px;
    }

    .archive-podcast .resumo {
        margin-bottom: 30px !important;
    }

    .destaquesSlider .owl-carousel.owl-loaded .owl-stage-outer .owl-stage {
        display: flex;
    }

    .owl-carousel .owl-stage-outer {
        max-width: 100vw;
        overflow: hidden;
    }

    .destaquesSlider .owl-theme .owl-nav {
        display: none;
    }

    .destaquesSlider .owl-theme .owl-dots {
        bottom: 30px !important;
        top: initial !important;
        left: 20px !important;
    }

    .destaquesSlider .item {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }


    .blocoListagemPosts.internas.flut {
        margin-top: 0 !important;
    }

    .Destaque {
        padding: 40px 0px !important;
    }

    .destaquesSlider .flex {
        padding: 0px 20px;
        flex-wrap: wrap;
    }

    .LinkSlider {
        height: auto;
    }

    .imgSlider, .destaquesSlider .thumb {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

    .archive-podcast .resumo {
        padding: 0px 10px;
    }

    .main .boxDestaquesInter.single .top .titulo span {
        line-height: normal;
    }

    .podcastPlayer .LinkSlider {
        height: initial !important;
    }

    .main .boxDestaquesInter.single .top p {
        padding: 0px;
    }

    .single .destaquesSlider .play-icon {
        top: calc(50% - 50px);
        left: calc(50% - 50px);
    }

    .single .destaquesSlider .play-icon img {
        width: 100px !important;
        height: 100px !important;
    }

    .main.podcast .blocoListagemPosts.internas .listaPosts li {
        margin-bottom: 30px
    }

    .podcastPlayer .imgSlider, .destaquesSlider .thumb .playing {
        max-width: 100% !important;
    }

    .listaPosts .post-comum {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .listaPosts .post-comum .thumbnail {
        margin-right: 0;
        width: 100%
    }

    .listaPosts .post-comum .box-texto {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .main .blocoListagemPosts.internas .tituloBloco a {
        float: none;
        display: table;
        margin-top: 10px;
        font-weight: 400
    }

    .main .blocoListagemPosts.internas .tituloBloco a.ver-categoria {
        display: none
    }

    .bg-destaque {
        padding: 30px 15px
    }

    .box-texto .segura-texto .ver-categoria {
        margin-top: 20px
    }

    .carrossel-thumbs .flex-direction-nav {
        display: none !important
    }

    .podcast .opo {
        padding: 0 15px
    }

    .opo .az p {
        font-size: 16px;
        line-height: 34px
    }

    .content {
        padding-bottom: 0 !important
    }

    .footer {
        height: auto;
        position: relative
    }

    .footer .social li {
        margin: 0 10px
    }

    .colsidebar .listaPosts li {
        width: 100%
    }

    .colsidebar .listaPosts .post-comum {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .colsidebar .listaPosts .post-comum .thumbnail {
        width: auto
    }

    .boxColsInter.single .boxVideoFull .video iframe {
        max-height: 200px
    }

    .carrossel-thumbs .flex-control-nav {
        max-width: 100%;
        overflow: auto
    }

    .thumbnail .cadeado {

    }

    .thumbnail .cadeado span {
        opacity: 1;
        margin-right: 12px
    }

    .colsidebar .thumbnail .cadeado,
    .colsidebar .thumbnail:hover .cadeado {
        width: 36px;
        top: calc(50% - 18px);
        right: inherit;
        left: calc(50% - 18px)
    }

    .login-pop .login-container {
        max-width: calc(100% - 30px);
        padding: 50px 15px
    }

    .box-subscribe.style-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 10px 15px 19px
    }

    .box-subscribe.style-2 > * {
        margin-top: 9px
    }
}

@media only screen and (max-width: 480px) {
    .login-pop .login-social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .login-pop .login-logos {
        margin-top: 15px
    }

    .main .boxDestaquesInter .boxVideo770 .titulo {
        font-size: 40px;
        line-height: 42px
    }
}

@-webkit-keyframes podcastname {
    0% {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
    100% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }
}

@keyframes podcastname {
    0% {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
    100% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }
}

.main .box1210 .boxColsInter .boxDestaquesInter .podcastPlayer .LinkSlider picture {
    width: 100%;
}