.videos-section{background:#fff;padding:110px 0}.videos-header{margin-bottom:3rem;text-align:center}.videos-title{color:var(--gris-azulado);font-size:2rem;margin-bottom:65px;text-transform:uppercase}.video-item{list-style:none;margin:0;padding:0}.video-thumbnail{aspect-ratio:16/9;background:#000;border-radius:12px;box-shadow:0 8px 16px rgba(0,0,0,.1);cursor:pointer;display:block;overflow:hidden;position:relative;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;width:100%}.video-thumbnail:hover{box-shadow:0 12px 24px rgba(0,0,0,.15);transform:translateY(-8px)}.thumbnail-image{display:block;height:100%;object-fit:cover;width:100%}.play-button{align-items:center;display:flex;height:80px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .3s ease;width:80px;z-index:10}.video-thumbnail:hover .play-button{transform:translate(-50%,-50%) scale(1.1)}.play-button svg{filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.video-info{padding:1rem .5rem}.video-title{color:#1a2332;font-size:1rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.video-description{color:#666;display:-webkit-box;font-size:.85rem;-webkit-line-clamp:2;line-height:1.4;margin:0;-webkit-box-orient:vertical;overflow:hidden}.videos-empty{color:#666;font-size:1rem;padding:3rem 1rem;text-align:center}@media (max-width:768px){.videos-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.videos-title{font-size:2rem}.play-button{height:60px;width:60px}}@media (max-width:480px){.videos-grid{grid-template-columns:1fr}.videos-section{padding:2rem 0}.videos-title{font-size:1.5rem}.play-button{height:50px;width:50px}}.fancybox__container{z-index:99999}.fancybox__toolbar{background:rgba(0,0,0,.5)}.fancybox__slide{align-items:center;display:flex;justify-content:center}.fancybox__content{aspect-ratio:16/9;height:auto;max-width:90vw;width:100%}