body{
    width: 100%;
    padding: 0;
    margin: 0;
    background: #000;
    color: #ffffff;
    font-family: 'Roboto';
    letter-spacing: 1px;
    overflow-x: hidden;
}

html{
  overflow-x: hidden;
}

.loader {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader > img {
  width: 100px;
}

.loader.hidden {
  animation: fadeOut 2s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.visferaco{
  width: 25rem;
  position: relative;
  margin: auto;
  display: table;
  top: 20%;
}

.morada_dois{
  display:none;
}

.slogan_dois{
  display:none;
}

.morada{
  position: relative;
  margin: auto;
  display: table;
  top: 20%;
  font-weight: lighter;
  text-shadow: 0px 0px 30px #fff;
}

.slogan{
  position: relative;
  top: 25%;
  margin: auto;
  display: table;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 45px #fff;
  font-weight: 100;
}

.video-background{
  background-color: #000000;
  margin-top: -12rem;
  margin-bottom: -5rem;
}

.button{
  background: rgba(255, 255, 255, 0);
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 100;
  margin: auto;
  display: table;
  text-decoration: none;
  transition: .5s;
  -webkit-transition: .5s;
}

.button:hover{
  color: #000;
  background: #ffffff;
  box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.6);
}

.social-media{
  width: 1.4rem;
  position: relative;
  margin: auto;
  display: table;
  transition: .5s;
  -webkit-transition: .5s;
}

.social-media:hover{
  box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.6);
}


table{
  margin: auto;
  display: table;
  position: relative;
  top: -40%;
}


@media only screen and (max-width: 700px) {
  .visferaco{
    width: 65%;
    top: 20%;
  }

  .morada{
    display: none;
  }
  
  .slogan{
    display: none;
  }

  .morada_dois{
    position: relative;
    top: 20%;
    font-size: 14px;
    margin: auto;
    display: table;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 45px #fff;
    font-weight: 100;
    padding: 0px 45px;
  }
  
  .slogan_dois{
    position: relative;
    top: 30%;
    margin: auto;
    display: table;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 45px #fff;
    font-weight: 100;
    font-size: 25px;
    padding: 0px 30px;
  }

  .social-media{
    width: 1rem;
  }

  .video-background{
    margin-top: -15rem;
  }

  table{
    top: -45%;
  }
}