  body {
      text-align: center;
      position: relative;
  }

  .container {
      margin-bottom: 25px;
  }

  .jumbotron1 {
      padding-top: 190px;
      background-image: url(img1.jpg);
      height: 700px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
  }

  .jumbotron2 {
      height: 450px;
      padding-top: 100px;
      margin-bottom: 50px;
      background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
  }

  .formulario {
      padding: 2% 10% 2% 10%;
      background-color: #F3F3F3;
      margin: 2% 20% 10% 20%;
      border-radius: 5px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .logoh {
      margin-left: 50px;
  }

  .menuOptions {
      margin-left: 50%;
  }

  h1 {
      display: block;
  }

  h2 {
      display: none;
  }

  @media only screen and (max-width: 768px) {
      .jumbotron2 {
          padding-top: 40px;
          height: 500px;
      }
      .steps {
          margin-bottom: 30px;
      }
      .formulario {
          padding: 2% 10% 2% 10%;
          background-color: #F3F3F3;
          margin: 2% 10% 20% 10%;
          border-radius: 8px;
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      }
      .logoh {
          margin-left: 0px;
      }
      .menuOptions {
          margin-left: 0px;
      }
      h1 {
          display: none;
      }

      h2 {
          display: block;
          font-weight: 300;
          line-height: 1.2;
      }
      #press {
          margin-bottom: 20px;
      }
  }

  .columns {
      margin-top: 100px;
      margin-bottom: 100px;
  }


  nav {
      -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  }

  hr {
      width: 70%;
  }

  .logo {
      width: 300px;
  }

  .logoAliado {
      width: 200px;
  }

  .numbers {
      font-size: 30px;
      font-weight: bold;
      border: 2px solid black;
      border-radius: 50px;
      width: 47px;
      margin: 0 auto 10px;
  }

  .btn {
      background-color: #21CADB;
      border: #21CADB;
  }

  footer {
      background-color: #343A40;
      color: white;
  }

  .logoF {
      margin-top: 55px;
      width: 80%;
  }

  .footerLink {
      color: white;
  }

  .footerLink:hover {
      color: white;
  }
