.cover {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  background: transparent;
}
.cover .content {
  padding-inline: 20px;
  padding-top: 145px;
  height: 100%;
  position: relative;
  background: unset;
}
.cover .content .text {
  text-align: center;
  position: relative;
  z-index: 100;
}
.cover .content .text .cover-image {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 275px;
  filter: brightness(95%);
  border-radius: 12px;
  margin-top: 45px;
}
.cover .content .text .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #19522f;
  background: #d9e45a;
  width: 260px;
  height: 47px;
  margin-top: 25px;
  border-radius: 25px;
  margin-inline: auto;
  transition: 0.2s;
  text-decoration: none;
  font-size: 16px;
}
.cover .content .text .button:hover {
  background: #19522f;
  color: #d9e45a;
}
.cover .content .text .cover-h1 {
  color: #19522f;
  font-size: 44px;
  margin-bottom: 16px;
  margin-top: 20px;
}
.cover .content .text .cover-p {
  font-size: 18px;
  margin-bottom: 0;
  color: #19522f;
  opacity: 1;
}
.cover .content form {
  margin-top: 25px;
  background: white;
  padding: 32px 28px;
  border-radius: 28px;
}
.cover .content form h2 {
  text-align: center;
  color: #19522f;
  font-size: 28px;
  font-family: "Sedan", serif;
  border-bottom: 1px solid rgba(211, 211, 211, 0.5);
  padding-bottom: 30px;
}
.cover .content form label {
  font-size: 16px;
  color: #19522f;
  margin-bottom: 8px;
}
.cover .content form input {
  outline: none;
  border: none;
  border-bottom: 1px solid #19522f;
  font-size: 16px;
  width: 100%;
  height: 50px;
  color: #19522f;
}
.cover .content form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.cover .content form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.cover .content form textarea {
  outline: none;
  border: none;
  border-bottom: 1px solid #19522f;
  font-size: 16px;
  width: 100%;
  height: 90px;
  color: #19522f;
}
.cover .content form textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.cover .content form textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.cover .content form button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  margin-top: 29px;
  border-radius: 25px;
  margin-inline: auto;
  transition: 0.2s;
  text-decoration: none;
  font-size: 16px;
  background: #19522f;
  color: #d9e45a;
  z-index: 100;
  border: none;
}
.cover .content form button:hover {
  color: #19522f;
  background: #d9e45a;
}
.cover .content .contact-cards {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 45px;
}
.cover .content .contact-cards .contact-card {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 28px;
  padding: 1rem;
  gap: 1rem;
}
.cover .content .contact-cards .contact-card .icon {
  background-color: #19522f;
  color: #d9e45a;
  padding: 14px;
  border-radius: 8px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover .content .contact-cards .contact-card .info {
  display: flex;
  flex-direction: column;
}
.cover .content .contact-cards .contact-card .info .title {
  opacity: 0.7;
  font-size: 16px;
  color: #19522f;
  margin-bottom: 0.3rem;
}
.cover .content .contact-cards .contact-card .info .detail {
  font-size: 20px;
  color: #19522f;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media only screen and (min-device-width: 1140px) {
  .cover {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    background: transparent;
  }
  .cover .content {
    padding-inline: 20px;
    padding-top: 155px;
    height: 100%;
    position: relative;
    background: unset;
    max-width: 1300px;
    margin-inline: auto;
  }
  .cover .content .text {
    text-align: center;
    position: relative;
    z-index: 100;
  }
  .cover .content .text .cover-image {
    position: relative;
    left: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 495px;
    filter: brightness(98%);
  }
  .cover .content .text .button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #19522f;
    background: #d9e45a;
    width: 320px;
    height: 52px;
    margin-top: 55px;
    border-radius: 25px;
    margin-inline: auto;
    transition: 0.2s;
    text-decoration: none;
    font-size: 16px;
  }
  .cover .content .text .button:hover {
    background: #19522f;
    color: #d9e45a;
  }
  .cover .content .text .cover-h1 {
    color: #19522f;
    font-size: 88px;
    margin-bottom: 24px;
    margin-top: 20px;
  }
  .cover .content .text .cover-p {
    font-size: 22px;
    margin-bottom: 0;
    color: #19522f;
    opacity: 1;
    max-width: 680px;
    margin-inline: auto;
  }
  .cover .content .flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 45px;
    gap: 65px;
  }
  .cover .content form {
    order: 2;
    margin-top: 0;
    background: white;
    padding: 60px 55px;
    border-radius: 28px;
    width: 65%;
  }
  .cover .content form h2 {
    text-align: center;
    color: #19522f;
    font-size: 40px;
    font-family: "Sedan", serif;
    border-bottom: 1px solid rgba(211, 211, 211, 0.5);
    border: none;
    padding-bottom: 30px;
  }
  .cover .content form label {
    font-size: 16px;
    color: #19522f;
    margin-bottom: 8px;
  }
  .cover .content form input {
    outline: none;
    border: none;
    border-bottom: 1px solid #19522f;
    font-size: 16px;
    width: 100%;
    height: 50px;
    color: #19522f;
  }
  .cover .content form input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
  }
  .cover .content form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
  }
  .cover .content form textarea {
    outline: none;
    border: none;
    border-bottom: 1px solid #19522f;
    font-size: 16px;
    width: 100%;
    height: 90px;
    max-height: 90px;
    min-height: 90px;
    color: #19522f;
  }
  .cover .content form textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
  }
  .cover .content form textarea::placeholder {
    color: rgba(0, 0, 0, 0.4);
  }
  .cover .content form button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    margin-top: 29px;
    border-radius: 25px;
    margin-inline: auto;
    transition: 0.2s;
    text-decoration: none;
    font-size: 16px;
    background: #19522f;
    color: #d9e45a;
    z-index: 100;
    border: none;
  }
  .cover .content form button:hover {
    color: #19522f;
    background: #d9e45a;
  }
  .cover .content .contact-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 0;
  }
  .cover .content .contact-cards .contact-card {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 28px;
    padding: 25px;
    gap: 20px;
  }
  .cover .content .contact-cards .contact-card .icon {
    background-color: #19522f;
    color: #d9e45a;
    padding: 20px;
    border-radius: 12px;
    font-size: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cover .content .contact-cards .contact-card .info {
    display: flex;
    flex-direction: column;
  }
  .cover .content .contact-cards .contact-card .info .title {
    opacity: 0.7;
    font-size: 17px;
    color: #19522f;
    margin-bottom: 0.3rem;
  }
  .cover .content .contact-cards .contact-card .info .detail {
    font-size: 22px;
    color: #19522f;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}/*# sourceMappingURL=contact.css.map */