:root {
  --dark-slate-gray: #262c46;
  --dark-slate-gray-2: #262c46;
  --silver: #c2beb396;
  --dark-slate-gray-3: #312b3de3;
  --light-sea-green: #1abc9c;
}

body {
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  padding-top: 126px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #2d3338;
  text-shadow: none;
  margin: 10px 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}

h2 {
  text-shadow: none;
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid #fff;
  width: 100%;
  height: 54px;
  margin-left: -1px;
  padding: 4px 29px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: block;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.subtitle {
  color: var(--dark-slate-gray);
  text-shadow: none;
  padding-bottom: 67px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 35px;
}

.field {
  color: #262c46;
  text-align: center;
  text-transform: uppercase;
  border: 0 solid #000;
  height: 54px;
  margin-bottom: 19px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  transition: box-shadow .15s;
}

.field:focus {
  box-shadow: inset 0 0 0 2px #00caf2;
}

.sign-up-form {
  width: 415px;
  margin: 35px auto 66px;
  display: block;
}

.social-widget {
  float: left;
  width: 100px;
  transition: opacity .3s;
}

.social-widget.full-opacity {
  opacity: 1;
}

.social-widget-wrapper {
  width: 223px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: block;
}

.social-widget-wrapper.thank-you {
  width: 216px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  display: block;
}

.success-message {
  background-color: #737373;
  border-radius: 2px;
  padding: 20px;
  transition: all .3s;
}

.spread-word {
  color: #fff9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.error-message {
  background-color: #5c3245;
  border-radius: 2px;
  padding-bottom: 5px;
}

.content-wrapper {
  width: 60%;
  display: inline-block;
}

.header-section {
  text-align: center;
  background-color: #e0ddd7;
  height: 100%;
  padding-top: 104px;
}

.footer-section {
  color: #7e7c87;
  background-color: #0000002e;
  padding-top: 38px;
  padding-bottom: 34px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.copyright {
  color: #ffffff85;
  text-align: left;
}

.bars-wrapper {
  background-color: #1abc9c;
  height: 7px;
}

.bar {
  float: left;
  background-color: #1abc9c;
  width: 14.285%;
  height: 7px;
}

.bar._2 {
  background-color: #f2ca27;
}

.bar._3 {
  background-color: #e67e22;
}

.bar._4 {
  background-color: #16a085;
}

.bar._5 {
  background-color: #2980b9;
}

.bar._6 {
  background-color: #e74c3c;
}

.bar._7 {
  background-color: #a366bc;
}

.container {
  padding-left: 127px;
  padding-right: 127px;
}

.image-crop {
  height: 260px;
  overflow: hidden;
}

.social-section {
  text-align: center;
  padding-top: 58px;
  padding-bottom: 58px;
}

.share-btn {
  width: 61px;
  margin-left: 14px;
  margin-right: 14px;
  display: inline-block;
}

.share-wrapper {
  margin-top: 32px;
}

.refer {
  color: #ffffff96;
}

.align-right {
  text-align: right;
}

.social-btn {
  opacity: .44;
  margin-left: 17px;
  transition: all .2s;
}

.social-btn:hover {
  opacity: 1;
}

.logo {
  color: #fff;
  letter-spacing: 8px;
  text-shadow: none;
  border: 8px solid #fff;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  padding: 21px;
  font-weight: 700;
  display: inline-block;
}

.about {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
}

.join {
  float: left;
  color: var(--dark-slate-gray);
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: none;
  width: 40%;
  margin-top: -12px;
  margin-bottom: 15px;
  font-size: 22px;
  display: block;
}

.beta-line {
  float: left;
  background-color: #ffffff5c;
  width: 30%;
  height: 1px;
}

.body {
  background-image: url('../images/Fondo_patri.png');
}

@media screen and (max-width: 991px) {
  .subtitle {
    text-shadow: none;
    font-size: 29px;
  }

  .content-wrapper {
    width: 81%;
  }

  .container {
    padding-left: 57px;
    padding-right: 57px;
  }

  .social-btn {
    transition: all .2s;
  }

  .social-btn:hover {
    opacity: .8;
  }

  .join {
    text-shadow: none;
    width: 50%;
    font-size: 21px;
  }

  .beta-line {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 65px;
  }

  .subtitle {
    text-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 43px;
  }

  .sign-up-form {
    margin-bottom: 64px;
  }

  .content-wrapper {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-section {
    padding-top: 37px;
  }

  .footer-section {
    background-color: #0000007d;
    padding-top: 23px;
    padding-bottom: 23px;
    position: static;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .logo, .join {
    text-shadow: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-shadow: none;
    font-size: 30px;
    line-height: 31px;
  }

  p {
    text-shadow: none;
    font-size: 20px;
  }

  .button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
    margin-left: 0;
  }

  .subtitle {
    text-shadow: none;
    padding-bottom: 36px;
    font-size: 22px;
    line-height: 26px;
  }

  .field {
    text-align: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
  }

  .sign-up-form {
    width: 100%;
    margin-top: 22px;
  }

  .social-widget {
    width: 96px;
  }

  .social-widget-wrapper {
    width: 221px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .copyright {
    text-align: center;
    margin-bottom: 16px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-crop {
    height: auto;
    margin-bottom: 40px;
  }

  .social-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .align-right {
    text-align: center;
  }

  .social-btn {
    margin-right: 17px;
  }

  .logo {
    text-shadow: none;
    font-size: 43px;
  }

  .join {
    letter-spacing: 4px;
    text-shadow: none;
    width: 75%;
    font-size: 19px;
    line-height: 22px;
  }

  .beta-line {
    width: 12%;
  }
}


