.home-hero{z-index:0;background:#000;width:100%;height:100vh;position:relative;overflow:hidden}.home-hero__video{object-fit:cover;z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.home-hero__overlay{z-index:1;color:var(--blanco);background:var(--fondo);flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.home-hero__content{z-index:2;text-align:center;color:var(--blanco);padding:0 20px;position:relative}.home-hero__title{margin-bottom:1rem;font-family:Montserrat,sans-serif;font-size:3.5rem;font-weight:700}.home-hero__content p{color:var(--blanco);margin-bottom:1rem;font-family:Montserrat,sans-serif;font-size:1.9rem;font-weight:50;line-height:1.5}.home-hero__sub{color:var(--blanco);text-underline-offset:4px;margin:0;font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:50;line-height:1.5;text-decoration:underline}.home-hero__content button,.home-hero__content .btn{margin:0 10px}@media (max-width:768px){.home-hero__title{font-size:2rem}.home-hero__content p{font-size:1rem}}.fade-in{animation:.8s forwards fadeInVideo}@keyframes fadeInVideo{0%{opacity:0}to{opacity:1}}
