/* xl - DESKTOP STYLES */
:root {
  --color-corpo: #2D9B99;
  --color-gris-medio: #747A7A;
}
.itv-form .jet-form-builder__heading {
  padding-bottom: 25px !important;
  border-bottom: 3px var(--color-corpo) solid;
}
.itv-form .wp-block-image.aligncenter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px !important;
}
.itv-form .field-type-media-field .jet-form-builder-file-upload__content {
  width: 100%;
  min-height: 0px;
  justify-content: center;
}
.itv-form .itv-form-row {
  padding: 0;
  gap: 20px;
  margin-top: 25px;
}
.itv-form .itv-form-row > div {
  margin: 0 !important;
  flex: 1 1 10%;
}
.itv-form .jet-form-builder__action-button-wrapper, .itv-form .jet-form-builder__next-page-wrap:has(.jet-form-builder__prev-page) {
  display: flex;
  flex-flow: row wrap;
  gap: 12.5px;
  align-items: center !important;
  justify-content: space-between !important;
}
.itv-form .jet-form-builder__action-button-wrapper .jet-form-builder__next-page-msg, .itv-form .jet-form-builder__next-page-wrap:has(.jet-form-builder__prev-page) .jet-form-builder__next-page-msg {
  flex: 1 1 100%;
}
.itv-form .jet-form-builder__field.radio-field.checkradio-field + span::before {
  border-radius: 50% !important;
}
.itv-form .itv-paragraph {
  padding: 20px;
  border: 1px var(--color-gris-medio) solid;
  border-radius: 0;
  color: #000;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.itv-form .itv-paragraph a {
  color: inherit;
  text-decoration: underline;
}
.itv-form .itv-acceptance + span {
  color: #292929;
  font-family: "Space Grotesk";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.itv-form .itv-acceptance + span a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
}
.itv-form .itv-form-submit {
  position: relative;
}
.itv-form .itv-form-submit::before {
  position: absolute;
  right: 67px;
  top: -50px;
  content: attr(data-product-price);
  color: var(--color-corpo, #2D9B99);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.itv-form .itv-form-submit::after {
  position: absolute;
  right: 0;
  top: -30px;
  content: "+IVA";
  color: var(--color-corpo, #2D9B99);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.itv-form .jet-form-builder-row.field-type-text-field:not(:has(.jet-form-builder__label-text)) {
  margin-top: 0px !important;
}
.itv-form input[type=file] {
  opacity: 0 !important;
  position: absolute;
}
.itv-form input[type=file] + .itv-file-label {
  display: block;
  color: var(--Gris-oscuro, #292929) !important;
  font-family: "Space Grotesk" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  cursor: pointer;
  border: 1px solid var(--gris-medio, #747A7A);
  padding: 13px 17px;
  margin-bottom: 5px;
  background-image: url("/wp-content/uploads/2025/07/subir.svg");
  background-size: 50px;
  background-position-x: calc(100%);
  background-position-y: center;
  background-repeat: no-repeat;
}
.itv-form input[type=checkbox] + span > input[type=text], .itv-form input[type=radio] + span > input[type=text] {
  padding: 7px !important;
}
.itv-form button.add-custom-option {
  border: none !important;
  border-radius: 10px !important;
  font-family: "Special Gothic Expanded One Regular", Sans-serif !important;
  font-weight: 400 !important;
  transition: 0.3s !important;
  background: #2D9B99 !important;
  color: white !important;
  padding: 5px 12px !important;
  margin: 5px 0;
}
.itv-form button.add-custom-option:hover {
  color: white !important;
  background: #747A7A !important;
}
.itv-form button.add-custom-option:before {
  content: "+";
  text-align: middle;
  margin-right: 10px;
}
#cookies-eu-banner {
  border-top: 2px #2D9B99 solid;
  font-size: 14px;
}
#cookies-eu-banner button {
  border: none !important;
  border-radius: 10px !important;
  font-family: "Special Gothic Expanded One Regular", Sans-serif !important;
  font-weight: 400 !important;
  transition: 0.3s !important;
  background: #2D9B99 !important;
  color: white !important;
  padding: 5px 12px !important;
}
#cookies-eu-banner button:hover {
  color: white !important;
  background: #747A7A !important;
}
#custom-cookies-eu-accept, #custom-cookies-eu-reject {
  border: none !important;
  border-radius: 10px !important;
  font-family: "Special Gothic Expanded One Regular", Sans-serif !important;
  font-weight: 400 !important;
  transition: 0.3s !important;
  background: #2D9B99 !important;
  color: white !important;
  padding: 10px 15px !important;
}
#custom-cookies-eu-accept:hover, #custom-cookies-eu-reject:hover {
  color: white !important;
  background: #747A7A !important;
}
.custom-cookies-option label {
  border-radius: 10px;
  font-family: "Special Gothic Expanded One Regular", Sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.custom-cookies-option input[type="radio"]:checked + label {
  background-color: #2D9B99;
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .itv-form .jet-form-builder__heading {
    padding-bottom: 10px !important;
  }
  .itv-form .itv-form-row {
    padding: 0;
    gap: 20px;
  }
  .itv-form .itv-form-row > div {
    flex: 1 1 100%;
  }
  .itv-form .wp-block-image.aligncenter {
    margin-top: 25px !important;
    margin-bottom: 35px !important;
  }
  .itv-form .itv-paragraph {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 35px !important;
  }
  .itv-form .itv-paragraph ul {
    padding-left: 15px;
  }
  .itv-form .itv-form-submit::after {
    top: -20px;
    font-size: 15px;
  }
  .itv-form .itv-form-submit::before {
    right: 42px;
    top: -33px;
    color: var(--color-corpo, #2D9B99);
    font-size: 32px;
  }
  .itv-form .jet-form-builder-row.field-type-submit-field {
    margin-top: 60px !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F343-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F343-scss-mobile-l.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BADnOA%3BAAIA%3BAEFC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%22%7D */