:root {
  --default-color: #000000;
  --link-default-color: #000000;
  --color-active-link: #ec2103;
  --color-white: #ffffff;
  --color-black: #000000;

  --color-red: #ec2103;
  --color-blue: #004EFF;
  --color-gray: #898989;
  --color-gray-light: #f1f1f1;

  --color-button-light: #FFFFFF;
  --color-button-med: #d7dfe2;
  --color-button-dark: #90a4ae;
  --color-button-dark-heavy: #546e7a;
}

/* 'https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&display=swap' */

html {
  scroll-behavior: smooth;
}
body {
  color: var(--default-color);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  word-wrap: normal;
  background-color: var(--color-white);
  position: relative;
  /*background-image:
    linear-gradient(
      rgba(244,246,252,1),
    rgba(252,254,255,1)
    );
  background-size: 100% 400px;
  background-repeat: no-repeat;*/
}

a {
  text-decoration: none;
  color: var(--color-black);
}
.text-white a {
  color: var(--color-white);
}
a:hover:not('.btn'),
a:focus,
a:active {
  color: var(--color-red);
  text-decoration: underline;
}
a.disabled-link {
/*   pointer-events: none;  */
  cursor: not-allowed;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.light {
  font-weight: 300;
}
strong {
  font-weight: 600;
}
.black {
  font-weight: 700;
}

.btn.btn-dark.outline {
  color: var(--color-black);
  background-color: transparent;
  border-color: var(--bs-dark);
}

header .nav-link {
  color: var(--color-white);
}
header .nav-link:hover, header .nav-link:focus {
  color: var(--color-white);
}

.list-inline {
  margin-left: 0;
}

.list-style-none {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.list-horizontal {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.list-horizontal > li {
  display: inline-block;
  vertical-align: middle;
}

.size-11 {
  font-size: 11px !important;
}
.size-12 {
  font-size: 12px !important;
}
.size-13 {
  font-size: 13px !important;
}

.select-proposal {
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.select-proposal:hover {
  border-color: transparent!important;
  -webkit-box-shadow: 0px 0px 0px 3px var(--color-red), 5px 5px 15px 40px rgba(0,0,0,0);
  box-shadow: 0px 0px 0px 3px var(--color-red), 5px 5px 15px 40px rgba(0,0,0,0);
  background-color: var(--color-gray-light);
}
.select-proposal.active {
  border-color: transparent!important;
  -webkit-box-shadow: 0px 0px 0px 3px var(--color-blue), 5px 5px 15px 40px rgba(0,0,0,0);
  box-shadow: 0px 0px 0px 3px var(--color-blue), 5px 5px 15px 40px rgba(0,0,0,0);
}
.show-actions, .price-range {
  display: none;
}
.get-offer, .get-called-back {
  background-color: var(--color-black);
  color: var(--color-white);
  display: inline-block;
}
.get-offer:hover, .get-called-back:hover {
  background-color: var(--color-blue);
  text-decoration: none;
  color: var(--color-white);
}
/* .get-offer:hover svg path {
  fill: var(--color-white);
} */
.get-offer:active, .get-called-back:active {
  background-color: var(--color-red);
  text-decoration: none;
  color: var(--color-white);
}
/* .get-offer:active svg path {
  fill: var(--color-white);
} */
.get-offer.secondary, .get-called-back {
  background-color: var(--color-gray-light);
  color: var(--color-black);
}

.webform-submission-form details.webform-submission-information {
  display: none!important;
}
#offcanvasContent .webform-submission-form .form-actions {
  /* position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 30px;
  backdrop-filter: blur(10px);
  margin: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  text-align: right; */
}
#offcanvasContent .offcanvas-header {
/*   backdrop-filter: blur(10px); */
}
#offcanvasContent {
  width: max(50vw, 600px);
}
.form-type-radio input:checked + label, .form-type-radio input:checked + label.error + label {
  border-color: transparent!important;
  -webkit-box-shadow: 0px 0px 0px 1px var(--color-black), 5px 5px 15px 40px rgba(0,0,0,0);
  box-shadow: 0px 0px 0px 1px var(--color-black), 5px 5px 15px 40px rgba(0,0,0,0);
  padding: 0.3rem 0.75rem;
  border-radius: 0.375rem;
}
fieldset[data-drupal-selector="edit-payment-method"] input {
  position: absolute !important;
  clip: rect(0,0,0,0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
fieldset[data-drupal-selector="edit-payment-method"] label.option {
  padding: 15px 15px 15px 60px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  height: auto;
  display: inline-block;
  background-position: left 15px center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: min(100%, 290px);
}
.form-type-radio input[value="sips"] + label {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-credit-card-fill" viewBox="0 0 16 16"><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1H0V4zm0 3v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7H0zm3 2h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1z"/></svg>');
  background-size: 22px;
}
/* .form-type-radio input[value="wiretransfer"] + label {
  background-image: url('../images/IconPMWT.svg');
  background-size: 30px;
} */
/* .form-type-radio input[value="payinperson"] + label {
  background-image: url('../images/IconPMPiP.svg');
  background-size: 30px;
} */
.webform-submission-form .form-item .description {
  font-size: 12px;
}
.webform-submission-form .fieldset-wrapper .description {
  margin-top: 15px;
}

.step-2 { display:none; }

.pt-main-description {
  /* height: auto;
  display: grid;
  align-content: center; */
  /* transition: all 0.25s ease-in-out; */
}
.pt-main-description.active {
  /* height: calc(100vh - 300px); */
}

.formula-types, .formula-types-title, .webform-title {
  /* display: none; */
}
.control-screen-height {
  min-height: 0vh;
  opacity: 0.3;
  transition: opacity 0.25s ease-in-out;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.control-screen-height.showed {
  padding: 1.5rem;
  border: 1px solid #dee2e6 !important;
}
.control-screen-height.showed:hover {
  opacity: 1;
  border-color: transparent!important;
  -webkit-box-shadow: 0px 0px 0px 3px var(--color-black), 5px 5px 15px 40px rgba(0,0,0,0);
  box-shadow: 0px 0px 0px 3px var(--color-black), 5px 5px 15px 40px rgba(0,0,0,0);
}
.control-screen-height.active {
  /* min-height: 90vh; */
  opacity: 1;
  border-color: transparent!important;
  -webkit-box-shadow: 0px 0px 0px 3px var(--color-black), 5px 5px 15px 40px rgba(0,0,0,0);
  box-shadow: 0px 0px 0px 3px var(--color-black), 5px 5px 15px 40px rgba(0,0,0,0);
}
.control-screen-height.active.control-screen-height-none {
  min-height: 0;
}
.screen-webform-load.showed {
  min-height: 400px;
}
.control-screen-height .alert { font-size: 13px; }
#webform-load form.webform-submission-form .form-actions {
  padding-bottom: 0;
  margin-top: 1em;
  margin-bottom: 0;
}
.control-screen-height.screen-duration .promotion {
  display: none;
}
.control-screen-height.screen-duration.showed .promotion {
  display: block;
}

.cat-coupon {
  padding: 0.1rem 0.4rem;
  font-size: 0.75rem;
  background-color: transparent;
}

.font-s { font-size: 0.85rem; }
.font-xs { font-size: 0.75rem; }
.font-xxs { font-size: 0.6rem; }

.button-order {
  background-color: var(--color-red)!important;
  border-color: var(--color-red) !important;
}

ul[data-block="nav_main"] {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul[data-block="nav_main"] li {
  display: inline-block;

}
ul[data-block="nav_main"] a {
  display: inline-block;
  color: var(--color-white);
  margin-right: 15px;
  padding: 0 5px;
}
ul[data-block="nav_main"] a:hover {
  color: var(--color-white);
  text-decoration: underline;
}

@media (max-width: 767px) {

.show-actions {
  position: fixed;
  bottom: 0;
  margin: 0 !important;
  width: 100%;
  padding: 10px 0;
  left: 0;
  background-color: #fff;
}
#offcanvasContent {
  width: 95vw;
}

}
