/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

a,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
.elementor-button:focus,
.elementor-button:active {
  outline: none !important;
  box-shadow: none !important;
}
.glass {
    backdrop-filter: blur(6px);
}

.price {
  font-size: 35px;
  font-weight: 700;
  line-height:22px;
}
.tps-contact-form {
  width: 100%;
  max-width: 579px;
  margin: 0 auto;
}

.tps-contact-form .tps-field {
  margin-bottom: 18px;
}
.tps-contact-form .tps-field {
  margin-bottom: 18px;
}

.tps-contact-form .tps-field p {
  margin: 0;
}

.tps-contact-form .tps-field br {
  display: none;
}

.tps-contact-form .tps-field label {
  display: block;
  margin-bottom: 7px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  color: rgba(196, 159, 88, 1);
}

.tps-contact-form .wpcf7-form-control-wrap {
  display: block;
}

.tps-contact-form input:not([type="submit"]),
.tps-contact-form textarea,
.tps-contact-form select {
  width: 100%;
  border: 1px solid rgba(196, 159, 88, 1);
  border-radius: 7px;
  background: rgba(249, 248, 244, 1);
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: rgba(4, 32, 62, 1);
}

.tps-contact-form input:not([type="submit"]),
.tps-contact-form select,
.tps-contact-form input[type="date"] {
  height: 37px;
  padding: 0 14px;
}

.tps-contact-form textarea {
  min-height: 132px;
  padding: 10px 14px;
  resize: vertical;
}

.tps-contact-form input:focus,
.tps-contact-form textarea:focus,
.tps-contact-form select:focus {
  border-color: rgba(196, 159, 88, 1);
  box-shadow: none;
  outline: none;
}

.tps-contact-form input::placeholder,
.tps-contact-form textarea::placeholder {
  color: rgba(4, 32, 62, 0.45);
}

.tps-contact-form .tps-submit {
  margin-top: 28px;
  text-align: center;
}

.tps-contact-form .wpcf7-submit {
  min-width: 324px;
  height: 54px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(196, 159, 88, 1);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  box-shadow: none;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.tps-contact-form .wpcf7-submit:hover {
  opacity: 0.92;
  transform: translateY(-1px);
   background: rgba(196, 159, 88, 1) !important;
}

.tps-contact-form .wpcf7-submit:focus,
.tps-contact-form .wpcf7-submit:active {
  outline: none;
  box-shadow: none;
   background: rgba(196, 159, 88, 1) !important;
}

.tps-contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
}

.tps-contact-form .wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 7px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.tps-contact-form .wpcf7-spinner {
  margin: 12px auto 0;
  display: block;
}
.form1 {
  width: 100%;
  max-width: 579px;
  margin: 0 !important;
}


@media (max-width: 767px) {
  .tps-contact-form {
    max-width: 100%;
  }

  .tps-contact-form .wpcf7-submit {
    width: 100%;
    min-width: 0;
  }
  .tps-contact-form .wpcf7-submit{
    font-size: 15px;
  }
}
.tps-contact-form .tps-field br {
  display: none;
}

.tps-contact-form .tps-field p {
  margin: 0;
}
.tps-contact-form .tps-field {
  margin-bottom: 15px;
}

.tps-contact-form .tps-field p {
  margin: 0;
}

.tps-contact-form .tps-field br {
  display: none;
}

.tps-contact-form .tps-field label {
  display: block;
  margin-bottom: 7px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  color: rgba(196, 159, 88, 1);
}

#mega-menu-wrap-header #mega-menu-header > li.destinos-center > a.mega-menu-link:after {
  display: none !important;
}
.form1 .tps-field label {
  color: rgba(4, 32, 62, 1);
}
.tps-acceptances {
  width: 100%;
  margin-top: 20px;
  text-align: left;
}

.tps-acceptance {
  width: 100%;
  margin-bottom: 14px;
}

.tps-acceptance .wpcf7-form-control-wrap,
.tps-acceptance .wpcf7-form-control,
.tps-acceptance .wpcf7-list-item {
  display: block !important;
  width: 100%;
  margin: 0 !important;
}

.tps-acceptance label {
  display: grid !important;
  grid-template-columns: 28px 1fr;
  column-gap: 12px;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.tps-acceptance input[type="checkbox"] {
  margin: 0;
}

.tps-acceptance .wpcf7-list-item-label {
  display: block;
}

.tps-submit {
  text-align: center;
}
.form1 .tps-submit {
  text-align: start;
}
