/*
 * =======================================
 * umadigital.com - under construction
 * Nicolás Camino <nicolas@umadigital.com>
 * =======================================
 */

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: 'Titillium Web', sans-serif;
  background: url('../img/bg.png') no-repeat top left, url('../img/bg-footer.png') no-repeat bottom right, #DFE8FF;
}

a {
  text-decoration: none;
  outline: 0;
}

img {
  display: block;
  max-width: 100%;
}

.main {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
}

.main img {
  margin: 0 auto;
}


.header-image {
  margin-bottom: 30px;
}

.header-image img {
  max-width: 260px;
}

.logo {
  margin-bottom: 60px;
}

.content {
  text-align: center;
}

.title,
.subtitle {
  display: block;
  line-height: 1;
}

.title {
  font-size: 42px;
  font-weight: 600;
  color: #002671;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #6d7894;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #FFA664 0%, #FE4444 100%);
  border-radius: 15px;
}

.btn:hover {
  background: linear-gradient(180deg, #f56f61 0%, #e02929 100%);
}
