.testimonios-page{background-color:var(--bg-primary);color:var(--text-primary);overflow-x:hidden;transition:background-color .4s ease,color .4s ease}.testimonios-hero-wrapper{position:relative;height:100vh;width:100%}.testimonios-hero-wrapper .virtual-hero-simple{align-items:flex-start;padding-top:15vh}.testimonios-hero-wrapper .virtual-hero-simple__title{font-size:clamp(1.8rem,5vw,3rem);font-style:normal;letter-spacing:.1em;line-height:1.1}.testimonios-info-overlay{position:absolute;bottom:8%;left:50%;transform:translateX(-50%);width:90%;max-width:800px;text-align:center;z-index:10}.testimonios-info-overlay p{font-size:1.15rem;line-height:1.4;margin-bottom:2.5rem;color:#fff;font-family:Owners,sans-serif}.testimonios-scroll-indicator{animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}.testimonios-video-section{padding:6rem 1.5rem;background:var(--bg-secondary);transition:background-color .4s ease}.container{max-width:1200px;margin:0 auto}.testimonios-header{text-align:center;margin-bottom:4rem}.testimonios-header h2{font-size:1.8rem;font-family:Owners XXWide,sans-serif;margin-bottom:2rem;letter-spacing:.05em;color:var(--text-primary)!important}.testimonios-header p{font-size:1.1rem;line-height:1.5;max-width:600px;margin:0 auto;color:var(--text-secondary)}.testimonios-video-card{max-width:900px;margin:0 auto}.video-thumb{width:100%;aspect-ratio:1/1;background-size:cover;background-position:50%;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.5);margin-bottom:3rem}.video-play-btn{background:transparent;border:none;cursor:pointer;transition:transform .3s ease}.video-play-btn:hover{transform:scale(1.1)}.testimonios-slider-controls{display:flex;align-items:center;justify-content:space-between;padding:0 1rem}.slider-btn{background:transparent;border:1px solid var(--border-primary);border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;color:var(--text-primary);cursor:pointer;transition:all .3s ease}.slider-dots{display:flex;gap:.8rem}.dot{width:8px;height:8px;border-radius:50%;background:var(--border-primary)}.dot.active{background:var(--text-primary)}@media (min-width:768px){.video-thumb{aspect-ratio:16/9}}