@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  color: #333;
  background-color: #000;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.box {
  text-align: center;
  width: 600px;
}

.zp {
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.logo {
  width: 100%;
  margin-bottom: 10px;
}

.heading {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
}

.tx-principal {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #063;
  border: 1px solid #063;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-weight: 600;
  transition: all .4s linear;
  display: flex;
}

.button:hover {
  color: #063;
  background-color: #0630;
}

.mail {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  transition: all .3s;
  display: block;
}

.mail:hover {
  opacity: .7;
}

.yx-secundario {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .box {
    width: 90%;
  }

  .tx-principal {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    margin-bottom: 0;
  }

  .heading {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 32px;
  }

  .tx-principal {
    font-size: 16px;
    line-height: 26px;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}