.nav {
  margin-bottom: 50px;
  padding: 28px;
  text-align: right;
}

.navlink {
  border: 1px none #000;
  font-family: 'Open Sans', sans-serif;
  color: #009d94;
  font-size: 17px;
  text-decoration: none;
}

.div-block {
  display: inline-block;
  padding: 0px;
  border-bottom: 1px solid #009d94;
  color: #009d94;
}

.cover {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 194px;
  margin-left: auto;
}

.button {
  margin-right: auto;
  margin-left: auto;
  padding: 9px 31px 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #009d94;
  border-radius: 3px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #009d94;
  font-size: 16px;
}

.button.success {
  border-color: #fff;
  color: #fff;
}

.column {
  text-align: center;
}

.body {
  border-bottom: 1px solid #009d94;
}

.image {
  padding: 61px 71px 79px;
}

.image-2 {
  margin-left: -37px;
}

.contenidos {
  position: absolute;
  width: 100%;
  max-width: 100%;
  padding-bottom: 90px;
  border-top: 1px solid #bbccd8;
  background-color: #f6fcfc;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin-top: -24px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading {
  position: relative;
  display: inline;
  margin: -61px auto 0px;
  padding: 42px 62px;
  border-radius: 5px;
  background-color: #009d94;
  font-family: 'Baloo Paaji 2', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.heading.success {
  display: block;
  margin: 0px 0px 32px;
  padding: 0px;
  background-color: transparent;
}

.heading-2 {
  font-family: 'Baloo Paaji 2', sans-serif;
  color: #1ea2b8;
  font-size: 29px;
  font-weight: 600;
  text-align: center;
}

.paragraph {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #575656;
  font-size: 18px;
  line-height: 31px;
  text-align: center;
}

.contacto {
  margin-top: 0px;
}

.div-quees {
  margin-top: 143px;
  margin-bottom: 100px;
}

.form {
  max-width: 600px;
  margin-top: 37px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.submit-button {
  margin-right: auto;
  margin-left: auto;
}

.submit-button.button {
  border-color: #1ea2b8;
  background-color: #1ea2b8;
  color: #fff;
}

.field-label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: left;
}

.field-label-2 {
  text-align: left;
}

.text-field {
  margin-bottom: 14px;
  border: 1px solid #1ea2b8;
  border-radius: 5px;
}

.text-field.area {
  min-height: 200px;
}

.form-block {
  color: #333;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(45deg, #27a8e0, #009d94);
}

.div-block-2 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .nav {
    margin-bottom: 0px;
    padding: 14px;
  }
  .cover {
    margin-bottom: 123px;
  }
  .image {
    padding: 37px 82px 52px;
  }
  .image-2 {
    margin-left: 0px;
    padding-top: 95px;
    padding-right: 77px;
    padding-left: 70px;
  }
  .contenidos {
    padding-bottom: 70px;
  }
  .heading {
    display: inline-block;
  }
  .div-quees {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .container-2 {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    padding-right: 24px;
    padding-left: 24px;
  }
  .image-2 {
    padding-top: 57px;
    padding-right: 9px;
    padding-left: 9px;
  }
}

