
@media screen and (max-width: 992px) {
   .fs-0 {
     font-size: 3rem;
   }

   .logo-inicio {
     max-height: 45px;
     margin: 0 10px;
   }
 }


 @media screen and (max-width: 768px) {
   .fs-0 {
     font-size: 2.5rem;
   }

   .logo-inicio {
     max-height: 30px;
     margin: 0 8px;
   }
}