:root {
  --white: white;
  --black: black;
}

.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;
  }
}

.body {
  background-color: #f5f5f5;
}

.form {
  text-align: center;
  background-color: #fff0;
  margin-bottom: 25px;
  padding: 20px 100px;
}

.section {
  background-image: url('../images/casalagunas_final.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 140px 40px;
}

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

.container {
  text-align: center;
}

.text-block {
  color: #000;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.submit-button {
  background-color: #bb805d;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

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

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

.select-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  font-family: Jost, sans-serif;
}

.error-message {
  z-index: 2;
  background-color: #f5f5f5;
  margin-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% -64%;
}

.text-block-2 {
  padding-top: 215px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.section-2 {
  text-align: center;
  background-color: #244c63;
  padding-top: 40px;
  padding-bottom: 40px;
}

.link {
  color: #000;
}

.textarea {
  color: #000;
  border: 1px solid #fff;
  font-family: Jost, sans-serif;
}

.textarea::placeholder {
  color: #000;
}

.text-field {
  color: #000;
  border: 1px solid #fff;
  font-family: Jost, sans-serif;
}

.text-field::placeholder {
  color: #000;
}

.text-field-2 {
  color: #000;
  border: 1px solid #fff;
  font-family: Jost, sans-serif;
}

.text-field-2::placeholder {
  color: #000;
}

.text-field-3 {
  color: #000;
  border: 1px #fff;
  font-family: Jost, sans-serif;
}

.text-field-3::placeholder {
  color: #000;
}

.heading {
  color: #244c63;
  text-align: center;
  border-radius: 0;
  font-family: Jost, sans-serif;
  font-size: 36px;
}

.heading-2 {
  color: #244c63;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.bold-text {
  color: #244c63;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 30px;
}

.section-3 {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .form {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .form {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 30px;
  }

  .heading-2 {
    font-size: 20px;
  }
}


