
  *{
     font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  }
  .ShooRommContainer{
    width:100vw;
    height:140vh;
    background-image: url("../img/PLANO-43.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:norepeat;
  }
  .ShoowRoom{
    display:flex;
    justify-content:start;
    align-items:center;
  } 
  .ShoowRoom a img{
    width:8vw
  }
  .ShoowRoom a{
    color: #fff;
    font-size:20px;
    padding: 5rem 0rem 0rem 0rem;
		margin-left: 2rem
  }
  @media (max-width:776px){
     .ShoowRoom a img{
    width:15vw
  }
   
  }