.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.error-message-3 {
  z-index: 2;
  background-color: #187d35;
  margin-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% -64%;
}

.submit-button-3 {
  background-color: #187d35;
  border-radius: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

.link {
  color: #fff;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  padding-top: 215px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.container {
  text-align: left;
  padding-left: 80px;
  padding-right: 80px;
}

.form-2 {
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  box-shadow: 1px 1px 14px #00000030;
}

.field-label {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.select-field {
  background-color: #f3f3f3;
  font-family: Lato, sans-serif;
}

.section {
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/bg-2.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 40px;
}

.image {
  text-align: center;
  margin-bottom: 0;
}

.text-block {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
}

.field-label-2 {
  font-family: Lato, sans-serif;
}

.section-2 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-bottom-color: #d5d0d0;
  border-radius: 10px;
  width: 100%;
  padding-left: 12px;
}

.text-field.date {
  height: 38px;
}

.textarea {
  border: 1px solid #f3f3f3;
  border-bottom-color: #d5d0d0;
  border-radius: 10px;
}

.select-field-3 {
  color: #a3a3a3;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #a3a3a3;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.section-3 {
  background-color: #faf9f3;
  padding: 40px 10px;
}

.heading-5 {
  color: #000;
  text-align: center;
  margin: 0 auto 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.parrafo {
  text-align: left;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

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

.section-13 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
}

.column {
  text-align: center;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label-3, .field-label-4 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.heading-6 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.heading-6.black {
  color: #333;
  text-align: center;
}

.text-field-3 {
  border: 1px #000;
  border-bottom: 1px solid #a3a3a3;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
}

.section-14 {
  text-align: center;
  background-color: #e2e2e2;
  padding: 40px 10px;
}

.text-block-5 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-2, .columns-2 {
  margin-bottom: 10px;
}

.button {
  background-color: #187d35;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  transition: all .3s;
}

.button:hover {
  background-color: #0c300f;
}

@media screen and (max-width: 767px) {
  .columns {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-2 {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section {
    padding-top: 25px;
  }

  .image {
    margin-bottom: 0;
  }

  .text-block {
    padding-left: 10px;
    padding-right: 124px;
    line-height: 16px;
  }

  .text-field.date {
    margin-bottom: 8px;
  }

  .field-label-3, .field-label-4 {
    font-size: 12px;
  }
}


