/* ========================================
   SEÇÃO VÍDEOS SHORTS - HOME
   ======================================== */
.home .conteudo .box_videos{width: 100%;padding:90px 0;background-color:#f9faf9;}
.home .conteudo .box_videos .center .box_title{width: 100%;padding-bottom:60px;text-align: center;}
.home .conteudo .box_videos .center .box_title h2{font-size: 38px;line-height: 1.1em;font-weight: 800;text-transform: none;color: var(--preto);text-align: center;font-family: 'Ubuntu', sans-serif;}
.home .conteudo .box_videos .center .box_title h3{color: var(--verde);font-size: 24px;line-height: 32px;font-weight:300;text-transform: none;margin:0 0 10px 0;font-family: 'Catamaran', sans-serif;text-align: center;}
.home .conteudo .box_videos .center .box_title .descri{font-size: 16px;line-height: 24px;color: var(--texto);margin: 15px auto 0 auto;max-width: 600px;text-align: center;font-family: 'Catamaran', sans-serif;}
.home .conteudo .box_videos .vitrine_videos{width:100%;}
.home .conteudo .box_videos .vitrine_videos .owl-stage{display: flex;padding:0 0 20px 0;flex-wrap: wrap;}
.home .conteudo .box_videos .vitrine_videos .owl-item{padding: 0 10px;}
.home .conteudo .box_videos .sep_video{cursor:pointer;position:relative;overflow:hidden;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:all 400ms ease;}
.home .conteudo .box_videos .sep_video:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,0.15);}
.home .conteudo .box_videos .sep_video .video_thumb{position:relative;width:100%;padding-bottom:177.78%;overflow:hidden;}
.home .conteudo .box_videos .sep_video .video_thumb figure{position:absolute;top:0;left:0;width:100%;height:100%;}
.home .conteudo .box_videos .sep_video .video_thumb figure img{width:100%;height:100%;object-fit:cover;transition:all 500ms ease;}
.home .conteudo .box_videos .sep_video:hover .video_thumb figure img{transform:scale(1.05);opacity:0.85;}
.home .conteudo .box_videos .sep_video .video_thumb .play_icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:var(--amarelo);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:3;transition:all 300ms ease;box-shadow:0 4px 15px rgba(0,0,0,0.2);}
.home .conteudo .box_videos .sep_video .video_thumb .play_icon::after{content:'';display:block;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:16px solid var(--verde);margin-left:5px;transition:all 300ms ease;}
.home .conteudo .box_videos .sep_video:hover .video_thumb .play_icon{transform:translate(-50%,-50%) scale(1.15);background:var(--verde);}
.home .conteudo .box_videos .sep_video:hover .video_thumb .play_icon::after{border-left-color:var(--amarelo);}
.home .conteudo .box_videos .sep_video .video_info{padding:18px 15px;text-align:center;}
.home .conteudo .box_videos .sep_video .video_info .video_cat{display:inline-block;font-size:12px;font-weight:600;color:var(--verde);text-transform:uppercase;letter-spacing:1px;margin:0 0 8px 0;font-family:'Catamaran',sans-serif;}
.home .conteudo .box_videos .sep_video .video_info h3{font-size:15px;line-height:20px;font-weight:600;color:var(--preto);font-family:'Ubuntu',sans-serif;margin:0;transition:color 300ms ease;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.home .conteudo .box_videos .sep_video:hover .video_info h3{color:var(--verde);}
.home .conteudo .box_videos .vitrine_videos .owl-nav.disabled+.owl-dots{margin:25px 0 0 0}
.home .conteudo .box_videos .vitrine_videos .owl-dots .owl-dot span{width:8px;height:8px;margin:5px 4px;background:#ccc;display:block;border-radius:50%;transition:all .3s ease;}
.home .conteudo .box_videos .vitrine_videos .owl-dots .owl-dot.active span{background-color:var(--verde);width:24px;border-radius:10px;}
.home .conteudo .box_videos .vitrine_videos .owl-dots .owl-dot:hover span{background-color:var(--verde_claro);}
.home .conteudo .box_videos .bt_videos{position:relative;display:flex;align-items:center;justify-content:center;padding:15px 40px;background-color:var(--amarelo);text-align:center;color:var(--verde);z-index:1;-moz-transition:all .3s ease-out;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;margin:35px auto 0 auto;width:320px;max-width:90%;font-weight:700;}
.home .conteudo .box_videos .bt_videos .text{position:relative;z-index:3;margin-right:10px;}
.home .conteudo .box_videos .bt_videos .icon{position:relative;z-index:3;}
.home .conteudo .box_videos .bt_videos::after{content:'';position:absolute;left:0;width:0;height:100%;-moz-transition:all .3s ease-out;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;z-index:2;background-color:var(--verde);top:0}
.home .conteudo .box_videos .bt_videos:hover{text-decoration:none;}
.home .conteudo .box_videos .bt_videos:hover::after{width:100%;}

/* MODAL DE VÍDEO */
.video_modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;display:flex;align-items:center;justify-content:center;}
.video_modal_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.85);z-index:1;cursor:pointer;}
.video_modal_content{position:relative;z-index:2;width:90%;max-width:400px;}
.video_modal_close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:32px;cursor:pointer;z-index:3;line-height:1;transition:all .3s ease;}
.video_modal_close:hover{color:var(--amarelo);transform:rotate(90deg);}
.video_modal_player{position:relative;width:100%;padding-bottom:177.78%;background:#000;border-radius:12px;overflow:hidden;}
.video_modal_player iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;}

/* PÁGINA INTERNA DE VÍDEOS */
.videos_page .box_videos_interna{width:100%;padding:80px 0;}
.videos_page .box_videos_interna .videos_filtro{width:100%;text-align:center;margin:0 0 50px 0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;}
.videos_page .box_videos_interna .videos_filtro .filtro_btn{display:inline-block;padding:10px 25px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--texto);border:2px solid #ddd;border-radius:30px;transition:all .3s ease;font-family:'Catamaran',sans-serif;}
.videos_page .box_videos_interna .videos_filtro .filtro_btn:hover{text-decoration:none;border-color:var(--verde);color:var(--verde);}
.videos_page .box_videos_interna .videos_filtro .filtro_btn.active{background:var(--verde);border-color:var(--verde);color:#fff;}
.videos_page .box_videos_interna .videos_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;}
.videos_page .box_videos_interna .sep_video{cursor:pointer;position:relative;overflow:hidden;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:all 400ms ease;}
.videos_page .box_videos_interna .sep_video:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,0.15);}
.videos_page .box_videos_interna .sep_video .video_thumb{position:relative;width:100%;padding-bottom:177.78%;overflow:hidden;}
.videos_page .box_videos_interna .sep_video .video_thumb figure{position:absolute;top:0;left:0;width:100%;height:100%;}
.videos_page .box_videos_interna .sep_video .video_thumb figure img{width:100%;height:100%;object-fit:cover;transition:all 500ms ease;}
.videos_page .box_videos_interna .sep_video:hover .video_thumb figure img{transform:scale(1.05);opacity:0.85;}
.videos_page .box_videos_interna .sep_video .video_thumb .play_icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:var(--amarelo);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:3;transition:all 300ms ease;box-shadow:0 4px 15px rgba(0,0,0,0.2);}
.videos_page .box_videos_interna .sep_video .video_thumb .play_icon::after{content:'';display:block;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:16px solid var(--verde);margin-left:5px;transition:all 300ms ease;}
.videos_page .box_videos_interna .sep_video:hover .video_thumb .play_icon{transform:translate(-50%,-50%) scale(1.15);background:var(--verde);}
.videos_page .box_videos_interna .sep_video:hover .video_thumb .play_icon::after{border-left-color:var(--amarelo);}
.videos_page .box_videos_interna .sep_video .video_info{padding:18px 15px;text-align:center;}
.videos_page .box_videos_interna .sep_video .video_info .video_cat{display:inline-block;font-size:12px;font-weight:600;color:var(--verde);text-transform:uppercase;letter-spacing:1px;margin:0 0 8px 0;font-family:'Catamaran',sans-serif;}
.videos_page .box_videos_interna .sep_video .video_info h3{font-size:16px;line-height:22px;font-weight:600;color:var(--preto);font-family:'Ubuntu',sans-serif;margin:0 0 8px 0;transition:color 300ms ease;}
.videos_page .box_videos_interna .sep_video:hover .video_info h3{color:var(--verde);}
.videos_page .box_videos_interna .sep_video .video_info p{font-size:14px;line-height:20px;color:var(--texto);margin:0;}


/* RESPONSIVO VÍDEOS */
@media(min-width: 1024px) and (max-width: 1169px){
.home .conteudo .box_videos{padding:70px 0}
.home .conteudo .box_videos .center .box_title h2{font-size:35px}
.home .conteudo .box_videos .center .box_title h3{font-size:22px;line-height:26px}
.videos_page .box_videos_interna .videos_grid{grid-template-columns:repeat(3,1fr);gap:20px;}
}
@media(max-width: 1023px){
.home .conteudo .box_videos{padding:60px 0}
.home .conteudo .box_videos .center .box_title{padding-bottom:50px}
.home .conteudo .box_videos .center .box_title h2{font-size:32px;padding:0 20px;line-height:1.2}
.home .conteudo .box_videos .center .box_title h3{font-size:20px;line-height:26px;margin:0 0 5px 0}
.home .conteudo .box_videos .center .box_title .descri{font-size: 15px;padding: 0 15px;}
.home .conteudo .box_videos .bt_videos{padding:15px 30px;width:280px}
.videos_page .box_videos_interna{padding:60px 0}
.videos_page .box_videos_interna .videos_grid{grid-template-columns:repeat(3,1fr);gap:20px;}
.videos_page .box_videos_interna .videos_filtro{margin:0 0 40px 0}

}
@media(max-width: 600px){
.home .conteudo .box_videos{padding:50px 0}
.home .conteudo .box_videos .center .box_title{padding-bottom:40px}
.home .conteudo .box_videos .center .box_title h2{font-size:28px}
.home .conteudo .box_videos .bt_videos{width:260px;padding:12px 20px;margin-top:25px}
.home .conteudo .box_videos .sep_video .video_thumb .play_icon{width:50px;height:50px}
.home .conteudo .box_videos .sep_video .video_thumb .play_icon::after{border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:13px solid var(--verde);}
.home .conteudo .box_videos .sep_video:hover .video_thumb .play_icon::after{border-left-color:var(--amarelo);}
.home .conteudo .box_videos .sep_video .video_info{padding:12px 10px}
.home .conteudo .box_videos .sep_video .video_info h3{font-size:14px;line-height:18px}
.videos_page .box_videos_interna{padding:40px 0}
.videos_page .box_videos_interna .videos_grid{grid-template-columns:repeat(2,1fr);gap:15px;}
.videos_page .box_videos_interna .videos_filtro .filtro_btn{padding:8px 18px;font-size:12px}
.video_modal_content{max-width:92%;}

}
@media(max-width:370px){
.videos_page .box_videos_interna .videos_grid{grid-template-columns:1fr 1fr;gap:12px}
}
