@charset "UTF-8";
:root {
  --primary-color: #C70303;
  --primary-shadow: 0 15px 22px rgba(0, 0, 0, .1);
  --secondary-shadow: 0 2px 8px 3px rgba(0, 0, 0, .1);
  --title-card-lisnting-house: 18px;
  --mts-card-lisnting-house: 28px;
  --title-quote-assadi: 22px;
  --title-quote-assadi-area: 40px;
  --title-quote-list: 12px;
  --title-quote-list-lh: 16px;
  --title-red-quote-list: 14px;
  --title-red-quote-list-lh: 18px;
  --label-action-list: 10px;
  --label-action-list-lh: 17px;
  --icons-size-height: 24px;
  --capsule-quote-list: 12px;
  --capsule-quote-list-lh: 18px;
  --capsule-title-red-quote-list-lh: 17px;
  /* project */
  --project-title: 16px;
  --project-title-lh: 25px;
  --project-title-mts: 18px;
  --project-title-mts-lh: 73px;
  --project-title-group: 14px;
  --project-title-group-lh: 17px;
  --project-title-group-letter: 0.28px;
  --project-text: 14px;
  --project-text-lh: 17px;
  --project-title--big: 15px;
  --project-title--big-black: 18px;
  --project-title--big-lh: 18px;
  /* user account */
  --user-account-label: 14px;
  --user-account-label-lh: 17px;
  --user-action-text: 10px;
  --user-action-text-lh: 17px;
}

/* [HELPER] */
.tfh-py-19 {
  padding-block: 4.5rem;
}
.tfh-pt-19 {
  padding-top: 4.5rem;
}
.tfh-gap-y-3r {
  row-gap: 3rem;
}
.tfh-gap-x-5r {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.overflow-wrap-anywhere {
  overflow-wrap: "anywhere";
}

/* [SCROLL STYLE MAC WEB] */
.scroll-style-mac-web {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}
.scroll-style-mac-web::-webkit-scrollbar {
  width: 4px;
}
.scroll-style-mac-web:hover::-webkit-scrollbar {
  width: 4px;
}
.scroll-style-mac-web:hover::-webkit-scrollbar-track {
  background: transparent;
}
.scroll-style-mac-web:hover::-webkit-scrollbar-thumb {
  background: #C70303;
  height: 70px;
  border-radius: 20px;
}

/* [SCROLL WEBKIT] */
.scroll-webkit::-webkit-scrollbar, .tfh-quote-capsules--scroll::-webkit-scrollbar, .tfh-area-top-right::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scroll-webkit:hover::-webkit-scrollbar, .tfh-quote-capsules--scroll:hover::-webkit-scrollbar, .tfh-area-top-right:hover::-webkit-scrollbar {
  position: absolute;
  width: 3px;
  height: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scroll-webkit:hover::-webkit-scrollbar-track, .tfh-quote-capsules--scroll:hover::-webkit-scrollbar-track, .tfh-area-top-right:hover::-webkit-scrollbar-track {
  background: transparent;
}
.scroll-webkit:hover::-webkit-scrollbar-thumb, .tfh-quote-capsules--scroll:hover::-webkit-scrollbar-thumb, .tfh-area-top-right:hover::-webkit-scrollbar-thumb {
  background: #C70303;
  height: 5px;
  border-radius: 5px;
}

/* [SLIDER SCROLL SNAP] */
.slider-scroll-snap .tfh-slider__content {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  overflow-x: scroll;
  overflow-y: hidden;
}
.slider-scroll-snap .tfh-slider__content div,
.slider-scroll-snap .tfh-slider__content img,
.slider-scroll-snap .tfh-slider__content li {
  scroll-snap-align: center;
}

.scroll-snap-x-start, .tfh-quote-capsules--scroll, .tfh-area-top-right {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.scroll-snap-x-start div, .tfh-quote-capsules--scroll div, .tfh-area-top-right div,
.scroll-snap-x-start button,
.tfh-quote-capsules--scroll button,
.tfh-area-top-right button,
.scroll-snap-x-start a,
.tfh-quote-capsules--scroll a,
.tfh-area-top-right a,
.scroll-snap-x-start li,
.tfh-quote-capsules--scroll li,
.tfh-area-top-right li {
  scroll-snap-align: start;
}

/* [TITLE] */
.title-quote, .app-quote .interactive--top-left .interactive__area, .app-quote .interactive--top-left .interactive__title {
  font-family: "Montserrat", sans-serif;
  font-size: var(--title-quote-assadi);
  font-weight: 700;
  line-height: 27px;
}

/* [LIST QUOTE USER] */
.title-quote-list {
  font-family: "Montserrat", sans-serif;
  font-size: var(--title-quote-list);
  font-weight: 700;
  line-height: var(--title-quote-list-lh);
}
.title-quote-list-mts {
  font-size: var(--title-red-quote-lis);
  font-weight: 700;
  line-height: var(--title-red-quote-list-lh);
}
.title-quote-list-label {
  font-family: "Montserrat", sans-serif;
  font-size: var(--label-action-list);
  font-weight: 400;
  line-height: var(--label-action-list-lh);
}

.icon-user-quote {
  height: var(--icons-size-height);
  color: var(--primary-color);
}

.capsule-quote-list {
  font-family: "Montserrat", sans-serif;
  font-size: var(--capsule-quote-list);
  font-weight: 400;
  line-height: var(--capsule-quote-list-lh);
}
.capsule-quote-list-title {
  font-size: var(--capsule-quote-list);
  font-weight: 700;
  line-height: var(--capsule-title-red-quote-list-lh);
}

/* [END LIST QUOTE USER] */
/* [PROJECT USER] */
.project-title {
  font-family: "Montserrat", sans-serif;
  font-size: var(--project-title);
  font-weight: 700;
  line-height: var(--project-title-lh);
}

.project-mts {
  font-family: "Montserrat", sans-serif;
  font-size: var(--project-title-mts);
  font-weight: 700;
  line-height: var(--project-title-lh);
}

.project-group-title {
  font-family: "Montserrat", sans-serif;
  font-size: var(--project-title-group);
  font-weight: 700;
  line-height: var(--project-title-group-lh);
  letter-spacing: var(--project-title-group-letter);
}

.project-text {
  font-family: "Montserrat", sans-serif;
  font-size: var(--project-text);
  font-weight: 400;
  line-height: var(--project-text-lh);
}

/* [END PROJECT USER] */
/* [PROGRESS BAR] */
.progress-bar-lineal, .tfh-quote-progress-bar-lineal {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: var(--primary-color);
  top: 0;
  left: 0;
  transition: width 0.8s ease-in-out;
  opacity: 0;
}
.progress-bar-lineal.start, .start.tfh-quote-progress-bar-lineal {
  width: inherit;
  opacity: 1;
}
.progress-bar-circle, .tfh-quote-progress-bar-circle {
  content: "";
  position: fixed;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 100%;
  border: 3px solid var(--primary-color);
  border-bottom: 3px solid #C3C3C3;
  bottom: 25px;
  left: 4rem;
  transition: transform 0.8s ease-in-out;
  opacity: 0;
}
@-webkit-keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.progress-bar-circle.start, .start.tfh-quote-progress-bar-circle {
  opacity: 1;
  -webkit-animation: circle 0.8s linear infinite;
          animation: circle 0.8s linear infinite;
}

/* [END PROGRESS BAR] */
.tf-roller {
  display: flex;
  justify-content: center;
  background: #FFF;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  align-items: center;
  position: relative;
  margin: 0 auto;
  z-index: 1026;
  position: fixed;
  overflow: hidden;
}
.tf-roller div {
  transform-origin: 40px 40px;
  display: block;
  -webkit-animation: tf-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: tf-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.tf-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary-color);
  margin: -4px 0 0 -4px;
}

.tf-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.tf-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.tf-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.tf-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.tf-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.tf-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.tf-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.tf-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.tf-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.tf-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.tf-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.tf-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.tf-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.tf-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.tf-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.tf-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes tf-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes tf-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(199, 3, 3, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(199, 3, 3, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(199, 3, 3, 0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(199, 3, 3, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(199, 3, 3, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(199, 3, 3, 0);
  }
}
.tfh- {
  /* [BUTTON] */
}
.tfh-button--primary {
  font-size: 0.8rem;
  text-align: center;
  line-height: 16px;
  background-color: #C70303;
}
@media (min-width: 768px) {
  .tfh-button--primary {
    height: 52px;
  }
}
@media (min-width: 992px) {
  .tfh-button--primary {
    font-size: 1rem;
    line-height: 16px;
  }
}
.tfh-button--disable {
  font-size: 0.8rem;
  line-height: 15px;
  text-align: center;
  background-color: #C3C3C3;
}
@media (min-width: 768px) {
  .tfh-button--disable {
    height: 52px;
  }
}
@media (min-width: 992px) {
  .tfh-button--disable {
    font-size: 1rem;
    line-height: 16px;
  }
}

/* [HOVER] */
.hover\:tfh-button--primary:hover {
  background-color: #C70303;
}

.transition, .tf-tooltip button path, .tf-tooltip button, .app-quote .interactive .capsules, .app-quote .interactive a img,
.app-quote .interactive button img, .app-quote .interactive a,
.app-quote .interactive button {
  transition: all 0.25s ease-in-out;
}

.before-app-quote {
  overflow: auto;
}

.app-quote {
  position: relative;
  border: 1px solid #C3C3C3;
  background-size: cover;
  background-position: top center;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  background-image: url("/img/bg-grid.png");
  max-width: 1370px;
  min-width: 1024px;
  max-height: 88vh;
  min-height: 900px;
  min-width: 1200px;
  /* Opciones de selección y acción */
}
.app-quote #appCotizador {
  /* grid-column: 1 / -1;
  grid-row   : 1 / last; */
  grid-column: 2/-1;
  grid-row: 2/-1;
}
.app-quote #container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.app-quote .floor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  filter: grayscale(100%);
  z-index: 0;
  display: block;
}
.app-quote .floor.selected-floor {
  opacity: 1;
  filter: grayscale(0);
  z-index: 2;
}
.app-quote .floor .canvas-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.app-quote .floor .canvas-container canvas {
  z-index: 2;
}
.app-quote .draggable {
  position: absolute;
  min-width: 100px;
  min-height: 176.23px;
  z-index: 2;
}
.app-quote #stack {
  width: 100%;
  height: 100%;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  overflow-y: visible;
}
.app-quote .interactive {
  z-index: 2;
  text-align: center;
}
.app-quote .interactive ul {
  box-shadow: var(--primary-shadow);
  background-color: #fff;
}
.app-quote .interactive a,
.app-quote .interactive button {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}
.app-quote .interactive a .text,
.app-quote .interactive button .text {
  font-size: 10px;
  text-transform: uppercase;
}
.app-quote .interactive a.active,
.app-quote .interactive button.active {
  background-color: var(--primary-color);
  color: #FFF;
}
.app-quote .interactive a.active img,
.app-quote .interactive button.active img {
  filter: brightness(10);
}
.app-quote .interactive a.close,
.app-quote .interactive button.close {
  padding: 0;
  align-items: center;
  justify-content: center;
  padding-left: 1px;
}
.app-quote .interactive .capsules {
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  gap: 1rem;
  padding-block: 10px;
  max-height: 0;
  overflow-y: hidden;
  opacity: 0;
}
.app-quote .interactive .capsules.opened {
  opacity: 1;
  max-height: 400px;
}
.app-quote .interactive .capsules .capsule {
  min-width: 75px;
  max-width: 75px;
  width: clamp(75px, 100%, 75px);
}
.app-quote .interactive--top {
  grid-column: 4/-4;
  grid-row: 1;
  margin-top: -5px;
  position: relative;
}
.app-quote .interactive--top ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  justify-content: center;
  padding: 0.75rem;
  position: relative;
}
.app-quote .interactive--top ul li a {
  height: 100%;
}
.app-quote .interactive--top-right {
  grid-row: 1;
  grid-column: -3;
  margin-top: -5px;
}
.app-quote .interactive--top-right a {
  background-color: #FFF;
  box-shadow: var(--primary-shadow);
}
.app-quote .interactive--top-left {
  grid-column: 1/span 3;
  grid-row: 1;
  align-self: center;
}
.app-quote .interactive--top-left .interactive__title {
  margin-bottom: -16.8px;
  margin-top: 28px;
  text-transform: uppercase;
  color: #424243;
}
.app-quote .interactive--top-left .interactive__area {
  font-size: var(--title-quote-assadi-area);
  line-height: 71px;
  color: #C70303;
}
.app-quote .interactive--left {
  grid-column: 1;
  grid-row: 1/last;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -5px;
}
.app-quote .interactive--left > a {
  background-color: var(--primary-color);
  color: #fff;
  margin: 0 0.75rem;
  z-index: 2;
}
.app-quote .interactive--left > a:first-of-type {
  margin-bottom: -1.25rem;
}
.app-quote .interactive--left > a:last-of-type {
  margin-top: -1.25rem;
}
.app-quote .interactive--left ul {
  padding: 2rem 0;
}
.app-quote .interactive--left ul li {
  position: relative;
}
.app-quote .interactive--left ul .change-floor.selected svg .stroke-floor-top {
  stroke: var(--primary-color);
}
.app-quote .interactive--left ul .change-floor.selected svg .fill-floor-top {
  fill: var(--primary-color);
}
.app-quote .interactive--left ul .change-floor.selected svg .full-floor-top {
  stroke: var(--primary-color);
  fill: var(--primary-color);
}
.app-quote .interactive--bottom {
  grid-column: 3/-3;
  grid-row: -1;
  display: grid;
  grid-template-columns: 1fr;
}
.app-quote .interactive--bottom .data-information {
  display: grid;
  grid-template-columns: 0.75fr 1fr 0.75fr;
  text-align: left;
  gap: 1rem;
  grid-column: 1;
  grid-row: 1;
  background-color: #FFF;
  padding: 1.5rem 2.5rem;
  box-shadow: var(--primary-shadow);
}
.app-quote .interactive--bottom .data-information--columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.app-quote .interactive--bottom .data-information__item {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 0.5rem;
  align-items: center;
}
.app-quote .interactive--bottom .data-information__item--20-80 {
  grid-template-columns: 0.2fr 0.8fr;
}
.app-quote .interactive--bottom .data-information__item--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.app-quote .interactive--bottom .data-information__item--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.app-quote .interactive--bottom .data-information__item span {
  font-weight: bold;
}
.app-quote .interactive--bottom .data-information__item span:first-of-type {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 1.8px;
}
.app-quote .interactive--bottom .data-information__item input {
  border: 1px solid #424243;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  text-align: center;
  padding: 0;
}
.app-quote .interactive--bottom .data-information__item font {
  font-weight: lighter;
}
.app-quote .interactive--bottom .data-information__item--admin input,
.app-quote .interactive--bottom .data-information__item--admin select {
  text-align: left;
  border-radius: 0.25rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}
.app-quote .interactive--bottom .data-information__item--admin input:focus,
.app-quote .interactive--bottom .data-information__item--admin select:focus {
  outline: 0.5px solid var(--primary-color) !important;
}
.app-quote .interactive--bottom .data-information .form-label {
  display: inline-block;
}
.app-quote .interactive--bottom .data-submit {
  background: var(--primary-color);
  color: #FFF;
  text-align: center;
  z-index: 2;
  padding: 1rem;
  align-self: center;
  grid-row: 1;
  grid-column: 1;
  justify-self: flex-end;
  transform: translateX(80%);
}
.app-quote .interactive--bottom .data-submit .icon--white img {
  filter: brightness(10);
}
.app-quote .interactive--bottom.tf-form-admin {
  grid-column: 1/-2;
}
.app-quote--admin {
  width: 100%;
  max-width: 1024px;
  min-width: 1100px;
  max-height: 88vh;
  min-height: 768px;
  margin-left: 0;
  overflow: hidden;
}
@media (min-height: 600px) {
  .app-quote--admin {
    min-height: 960px;
  }
}
.app-quote--admin #appCotizador {
  overflow-x: hidden;
  grid-column: 2/-1;
}
.app-quote--admin #stack {
  width: 100%;
}
.app-quote--admin .tf-tooltip {
  z-index: 1025;
  margin-bottom: 10px;
}
.app-quote--admin .tf-tooltip--rotate {
  transform: unset;
}
.app-quote--admin .tf-tooltip--capsules {
  transform: translate(10px, 30px);
}
.app-quote--admin .interactive--top {
  grid-column: 1/-1;
  z-index: 1024;
}
.app-quote--admin .close-capsule {
  right: -38px;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-quote--admin .close-capsule:hover {
  background-color: var(--primary-color);
}
.app-quote--admin .close-capsule:hover svg path {
  fill: #fff;
  stroke: #fff;
}
.app-quote--house-model {
  grid-template-rows: repeat(12, minmax(50px, 1fr));
}
@media (min-width: 992px) {
  .app-quote--house-model {
    grid-template-columns: repeat(12, 1fr);
  }
}
.sjx-hdl {
  cursor: -webkit-grab;
  cursor: grab;
  border: 1px solid var(--primary-color) !important;
  background-color: var(--primary-color) !important;
}

.sjx-wrapper {
  z-index: 2;
}

.sjx-hdl-line {
  background: var(--primary-color) !important;
}
.sjx-hdl-line.sjx-hdl-normal {
  opacity: 1;
}

.screen-captures {
  margin: 2rem 0;
}
.screen-captures .cover-capture {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
}
.screen-captures .cover-capture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.screen-captures--house-model .cover-capture img {
  -o-object-position: 1rem;
     object-position: 1rem;
  padding-block: 1.5rem;
}

.tf-tooltip {
  width: 250px;
  background: #FFF;
  padding: 1rem;
  box-shadow: var(--primary-shadow);
  display: grid;
  grid-template-columns: 1fr auto;
}
.tf-tooltip * {
  text-align: left;
}
.tf-tooltip hgroup {
  font-weight: bold;
  letter-spacing: 1.8px;
  grid-column: 1;
  text-transform: uppercase;
  color: var(--primary-color);
  line-height: 1.2;
}
.tf-tooltip hgroup h3 {
  font-size: 10px;
}
.tf-tooltip hgroup h4 {
  font-size: 18px;
}
.tf-tooltip button {
  grid-column: 2;
  color: var(--primary-color);
  align-self: flex-start;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.tf-tooltip button:hover {
  background-color: var(--primary-color);
}
.tf-tooltip button:hover path {
  stroke: #FFF;
}
.tf-tooltip button ~ p {
  font-size: 14px;
  grid-column: 1/-1;
  line-height: 1.2;
  margin-top: 0.5rem;
  color: #4D4D4D;
}
.tf-tooltip--rotate, .tf-tooltip--save {
  transform: translateX(100vh);
  position: relative;
  z-index: 10;
}
.tf-tooltip--capsules {
  transform: translate(-60px, 30px);
  position: absolute;
}
.tf-tooltip--capsules ~ .tf-pulse {
  position: absolute;
  left: 50px;
  bottom: -7px;
}
.tf-tooltip--floor, .tf-tooltip--delete {
  position: absolute;
  transform: translate(180px, -100px);
}
.tf-tooltip--floor ~ .tf-pulse, .tf-tooltip--delete ~ .tf-pulse {
  position: absolute;
  right: -5px;
  top: 30px;
}

i.tf-pulse {
  width: 15px;
  height: 15px;
  z-index: 2;
  display: block;
}

.tf-pulse:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  border-radius: 50%;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.tfh-grid {
  display: grid;
}
.tfh-grid-solution {
  display: grid;
  grid-template-areas: "top-left" "top-right";
}
@media (min-width: 768px) {
  .tfh-grid-solution {
    grid-template-columns: 1fr 0.001fr 2fr;
    grid-template-rows: repeat(auto-fit, 1fr);
    grid-template-areas: "top-left space top-right";
  }
}
@media (min-width: 992px) {
  .tfh-grid-solution {
    grid-template-columns: 1fr 0.5fr 2fr;
    grid-template-rows: repeat(auto-fit, 1fr);
  }
}
.tfh-grid-solution--filter-plus {
  grid-template-rows: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .tfh-grid-solution--filter-plus {
    grid-template-areas: "top-left space top-right" "bottom-left space bottom-right";
  }
}
@media (min-width: 992px) {
  .tfh-grid-solution--filter-plus {
    grid-template-areas: "top-left space top-right" "bottom-left space bottom-right";
  }
}
@media (min-width: 768px) {
  .tfh-grid-solution--house-models {
    grid-template-columns: 1fr 0.5fr 2fr;
    grid-template-rows: 1fr;
    grid-template-areas: "top-left space top-right";
  }
}
.tfh-grid-form--items-group {
  grid-template-columns: 1fr 0.8fr;
  gap: 0.7rem;
  align-items: center;
}
.tfh-grid-area-quote {
  /* area top, bottom  */
}
.tfh-grid-area-quote--top {
  grid-area: 1/1/1/span 4;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  height: 99px;
  width: 100vw;
}
.tfh-grid-area-quote--top-items-plus {
  grid-area: 1/1/1/span 4;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  height: 99px;
  width: 100vw;
}
@media (min-width: 640px) {
  .tfh-grid-area-quote--top {
    margin-top: -5px;
    grid-area: 1/1/1/span 6;
  }
  .tfh-grid-area-quote--top-items-plus {
    grid-area: 1/1/1/span 7;
  }
}
@media (min-width: 992px) {
  .tfh-grid-area-quote--top {
    margin-top: -5px;
    grid-area: 1/4/1/span 6;
    width: auto;
    position: inherit;
  }
  .tfh-grid-area-quote--top-items-plus {
    width: auto;
    position: inherit;
    grid-area: 1/3/1/span 7;
    position: inherit;
  }
}
.tfh-grid-area-quote--exit {
  display: none;
}
.tfh-grid-area-quote--exit a {
  min-width: 120px;
  min-height: 110px;
  background-color: #FFF;
  box-shadow: var(--secondary-shadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .tfh-grid-area-quote--exit {
    display: flex;
    margin-top: -5px;
    grid-area: 1/-3/1/span 1;
  }
}
.tfh-grid-area-quote--bottom {
  display: grid;
  grid-template-columns: 1fr 110px;
  grid-area: -1/1/span 2/span 4;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100vw;
}
@media (min-width: 640px) {
  .tfh-grid-area-quote--bottom {
    margin-top: -5px;
    grid-area: -1/1/span 2/span 6;
  }
}
@media (min-width: 992px) {
  .tfh-grid-area-quote--bottom {
    margin-bottom: 10px;
    grid-area: -1/2/span 2/-2;
    position: inherit;
    width: auto;
  }
}
.tfh-grid-area-quote--bottom form {
  background-color: #FFF;
  box-shadow: var(--secondary-shadow);
}
@media (min-width: 992px) {
  .tfh-grid-area-quote--bottom form {
    display: grid;
    grid-template-columns: 1fr 110px;
    grid-template-rows: 20px 110px 20px;
    background-color: transparent;
    box-shadow: none;
  }
}
.tfh-grid-area-quote--bottom .data-submit {
  background: var(--primary-color);
  color: #FFF;
  text-align: center;
  z-index: 2;
  padding: 1rem;
  width: 100%;
}
.tfh-grid-area-quote--bottom .data-submit .icon--white img {
  filter: brightness(10);
}
@media (min-width: 992px) {
  .tfh-grid-area-quote--bottom .data-submit {
    grid-area: 2/-1/span 1/span 1;
    margin-left: -16px;
    min-width: 120px;
    flex-direction: column;
  }
}
.tfh-grid-area-quote--form {
  text-align: left;
  gap: 1rem;
  padding: 1.5rem 1rem;
  grid-area: 1/1/-1/span 2;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.tfh-grid-area-quote--form input {
  border: 1px solid #424243;
  min-height: 30px;
  display: grid;
  place-items: center;
  min-width: 100px;
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .tfh-grid-area-quote--form {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media (min-width: 992px) {
  .tfh-grid-area-quote--form {
    grid-template-columns: 0.65fr 1fr 0.65fr;
    background-color: #FFF;
    box-shadow: var(--primary-shadow);
    padding: 30px 50px;
  }
}
.tfh-grid-area-quote--house-content {
  width: calc(100vw - 75px);
  position: -webkit-sticky;
  position: sticky;
  left: 50px;
  margin-block: auto;
  margin-inline: 50px;
  grid-area: 1/1/-1/-1;
  place-content: center;
}
@media (min-width: 768px) {
  .tfh-grid-area-quote--house-content {
    /* grid-area: 4/1/-4/span 4; */
  }
}
@media (min-width: 992px) {
  .tfh-grid-area-quote--house-content {
    /* grid-area: 5/4/-4/-4; */
    width: auto;
    position: inherit;
    margin: 0 0 0 30px;
    left: inherit;
  }
}
.tfh-grid-area-quote--house-model {
  position: relative;
  padding: 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 200px;
}
@media (min-width: 768px) {
  .tfh-grid-area-quote--house-model {
    padding: 10px;
    max-width: 100%;
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .tfh-grid-area-quote--house-model {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .tfh-grid-area-quote--house-model {
    max-width: 1000px;
  }
}
.tfh-grid-area-quote--house-model img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 359px;
}
@media (min-width: 992px) {
  .tfh-grid-area-quote--house-model img {
    max-height: 500px;
  }
}
.tfh-grid-area-quote--house-model span:not(.w-auto) {
  --text: 12px;
  font-size: var(--text);
  font-weight: 600;
  line-height: 0;
  display: grid;
  place-content: center;
  color: #C70303;
  position: absolute;
}
.tfh-grid-area-quote--house-model span:not(.w-auto):first-child {
  width: 100%;
  transform: translateY(-20px);
}
.tfh-grid-area-quote--house-model span:not(.w-auto):last-child {
  height: 100%;
  transform: translateX(-45px);
}
.tfh-grid-area-quote--house-model:not(.no-content-afbe):before, .tfh-grid-area-quote--house-model:not(.no-content-afbe):after {
  position: absolute;
  content: "";
}
.tfh-grid-area-quote--house-model:before {
  background-image: linear-gradient(to top, transparent calc(50% - 0.8px), #424243, transparent calc(50% + 0.8px));
  border-left: #424243 solid 1px;
  height: 18px;
  width: 100%;
  border-right: #424243 solid 1px;
  text-transform: uppercase;
  margin-top: -20px;
}
@media (min-width: 768px) {
  .tfh-grid-area-quote--house-model:before {
    margin-inline: 10px;
    width: 96%;
  }
}
.tfh-grid-area-quote--house-model:after {
  height: 100%;
  width: 18px;
  margin-left: -20px;
  background-image: linear-gradient(to right, transparent calc(50% - 0.8px), #424243, transparent calc(50% + 0.8px));
  border-top: #424243 solid 1px;
  border-bottom: #424243 solid 1px;
}
@media (min-width: 768px) {
  .tfh-grid-area-quote--house-model:after {
    margin-block: 10px;
    height: 93%;
  }
}
.tfh-area-top-left {
  grid-area: top-left;
}
.tfh-area-top-right {
  grid-area: top-right;
  align-self: center;
  grid-auto-flow: column;
  grid-auto-columns: minmax(160px, 1fr);
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  overflow-x: scroll;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
}
.tfh-area-top-right::-webkit-scrollbar-thumb {
  background: #C70303;
  height: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .tfh-area-top-right {
    margin-top: 23px;
    grid-auto-columns: minmax(210px, 1fr);
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
}
@media (min-width: 992px) {
  .tfh-area-top-right {
    grid-auto-columns: minmax(260px, 1fr);
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
.tfh-area-top-right--no-scroll {
  overflow: visible;
}
.tfh-area-bottom-left {
  grid-area: bottom-left;
}
.tfh-area-bottom-right {
  grid-area: bottom-right;
  align-self: end;
}
.tfh-area-full-width {
  grid-row: 3;
  grid-column: 1/-1;
}
.tfh-quote-text {
  --text: 13px;
  --lh: 14px;
  font-size: var(--text);
  line-height: var(--lh);
}
@media (min-width: 768px) {
  .tfh-quote-text {
    --lh: 16px;
  }
}
.tfh-quote-text--subtitle {
  --text: 15px;
  font-size: var(--text);
  line-height: var(--lh);
}
@media (min-width: 768px) {
  .tfh-quote-text--subtitle {
    --text: 16px;
  }
}
.tfh-quote-text-span-form {
  --text: 12px;
  --lh: 12px;
  font-size: var(--text);
  line-height: var(--lh);
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.tfh-quote-text-span-form font {
  font-weight: lighter;
}
.tfh-quote-text--title {
  --text: 22px;
  --lh: 27px;
  font-size: var(--text);
  line-height: var(--lh);
}
.tfh-quote-checkbox, .tfh-quote-radio {
  width: 23px;
  height: 23px;
}
.tfh-quote-checkbox:checked, .tfh-quote-radio:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='20' height='20' stroke='%23F9F9F9'/%3E%3Cpath d='M6 10.0864L9.86719 13.9536L15.9277 7' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}
.tfh-quote-checkbox ~ label, .tfh-quote-radio ~ label {
  --text: 12px;
  --lh: 12px;
  font-size: var(--text);
  line-height: var(--lh);
}
.tfh-quote-capsules--scroll {
  overflow-x: scroll;
}
.tfh-quote-capsules--scroll::-webkit-scrollbar-thumb {
  background: #C70303;
  height: 5px;
  border-radius: 5px;
}
