@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/OpenSans-Light.eot');
  src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
       url('../fonts/OpenSans-Light.woff') format('woff'),
       url('../fonts/OpenSans-Light.ttf') format('truetype'),
       url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg'),
       url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
       url('../fonts/OpenSans-Bold.woff') format('woff'),
       url('../fonts/OpenSans-Bold.ttf') format('truetype'),
       url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg'),
       url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-Semibold.eot');
  src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
       url('../fonts/OpenSans-Semibold.woff') format('woff'),
       url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
       url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg'),
       url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

p {
  text-align: center;
  margin-top: 50px !important;
}

img {
  margin: 0 auto;
  margin-top: 200px;
}

.texto {
  font-family: 'OpenSans-Light';
  margin-top: 20px;
  font-size: 22px;
}

.texto span {
  font-family: 'OpenSans-Light';
  color: #F16521;
}

.morada {
  font-family: 'OpenSans-Light';
  font-size: 20px;
  margin-bottom: 30px;
  color: white;
}

.links {
  line-height: 24px;
}

.links a {
  font-family: 'OpenSans-Semibold';
  color: white;
  font-size: 18px;
}

.links a:hover {
  color: white;
  text-decoration: none;
}

h1 {
  font-size: 26px !important;
  font-family: 'OpenSans-Bold' !important;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px !important;
  color: #964a98 !important;
}

.back {
  background-color: #283a97;
  margin-top: 15px;
  height: 70vh;
}

a:focus, a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}

@media screen and (min-width: 0px) and (max-width: 578px) {
  h1 {
    font-size: 18px !important;
  }
  .morada {
    margin-bottom: 15px;
  }
  .back {
    height: 100vh;
  }
  h1 {
    margin-top: 30px !important;
  }
  .texto {
    margin-top: 18px;
  }
}
