.elementor-604 .elementor-element.elementor-element-578cc59{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:70px;--padding-bottom:70px;--padding-left:15px;--padding-right:15px;}.elementor-604 .elementor-element.elementor-element-e00cbf3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-604 .elementor-element.elementor-element-fe23b0f{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-fe23b0f */.paginacao {
        display: flex;
    justify-content: center;
    gap: 5px;
    font-size: 18px;

}

.paginacao a {
       color: #124b71; 
           font-weight: 400;
}

.pagina-link.active {
    font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e00cbf3 */.elementor-604 .elementor-element.elementor-element-e00cbf3 {
        font-family: 'Bebas Neue', Sans-Serif;
}


.categorias-videos {
        display: flex;
    flex-direction: column;
    gap: 20px;
}

.lista-categorias-podcast {
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    
    width: 28%;
    border: 1px solid #E2E2E2;
    padding: 20px;
    border-radius: 15px;
    
    display: flex;
    gap: 20px;
}
.lista-categorias-podcast h3 {
    color: #124B71;
    font-weight: 500;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0;

}

.video-title {
        color: #124B71;
    font-weight: 500;
    font-size: 25px;
}


.categoria-video {
    color: #124B71;
    border: 1px solid #C2C2C2;
    padding: 15px;
    border-radius: 12px;
    
    text-align: center;
    font-size: 25px;
    transition: all 0.5s ease;
}

.categoria-video:hover, .categoria-video:focus {
    background: #124B71;
    color: #fff;
}

.categoria-video.active {
   background: #124B71;
    color: #fff;    
}
.filtro-videos {
    display: flex;
    gap: 2%;
}


.cards-videos {
    width: 70%;
   
}

.videos {
     display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.card-video {
    width: 32%;
}


.card-video iframe {
    width: 100% !important;
    height: 150px !important;
}

@media (max-width:768px) {
    
.card-video {
    width: 100%;
}
}


.burguer-videos {
    width: 60px;
    height: 60px;
    display: none;
    cursor: pointer;
}
.burguer-videos img {
    max-width: 30px;
}

.btn-fechar-menu {
    display: none;
}

.btn-fechar-menu img {
    max-width: 40px;
}

@media (max-width: 768px) {
    .btn-fechar-menu {
    display: block;
}
    .burguer-videos {
        display: block !important;
    }
    
    
    .lista-categorias-podcast {
        position: fixed;
        top:0;
        right: 800px;
        z-index: 5000;
        width: 100%;
        background: #fff;
        height: 100%;
    }
    
     .lista-categorias-podcast.active {
            right: 0;
        }
}/* End custom CSS */