@font-face {
  font-family: "GrifoL";
  src: local("GrifoL.otf"), url("../fonts/GrifoL.otf") format("opentype");
  font-weight: regular;
}
@font-face {
  font-family: "AvenirLTStd-Book";
  src: local("AvenirLTStd-Book.otf"), url("../fonts/AvenirLTStd-Book.otf") format("opentype");
  font-weight: book;
}
@font-face {
  font-family: "AvenirLTStd-Medium";
  src: local("AvenirLTStd-Medium.otf"), url("../fonts/AvenirLTStd-Medium.otf") format("opentype");
  font-weight: medium;
}

body {
  background-image: url("../img/Deco-Polo-Background.jpg");
  background-size: cover;
  height: 100vh;
}

@media (max-width: 767px) {
  body {
    background-image: url("../img/Deco-Polo-Background-mobile.jpg");
  }
}

.logo {
  max-width: 150px;
}

.tit {
  font-family: "GrifoL";
  font-size: 60px;
  color: #ffffff;
}

.subtit {
  font-family: "Lato";
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}

.descrip {
  font-family: "Lato";
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .tit {
    font-size: 36px;
  }
}

.footer {
  padding: 25px;
}

.copyright {
  font-family: "Lato";
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}

.input {
  font-family: "AvenirLTStd-Book";
  font-size: 14px;
  background: rgba(255, 255, 255, 0.7);
  min-height: 45px;
}

.btnBlack {
  font-family: "AvenirLTStd-Book";
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 50px;
  height: 40px;
}

.btnBlack:hover,
.btnBlack:focus,
.btnBlack:active,
.btnBlack.active {
  color: #ffffff;
  background-color: #000;
  border: 1px solid #000;
}

.error {
  color: #ffffff;
  font-size: 12px;
}

.datosGracias {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}

.datosContinuar {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 767px) {
  .datosGracias {
    font-size: 20px;
  }
  .datosContinuar {
    font-size: 14px;
  }
}
