* {
  margin: 0;
  padding: 0;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #344054;
  font-family: "Inter", serif;
  background-color: #ECF3FA;
  overflow-x: hidden;
}

body.home {
  background-color: #D1DCE7;
  overflow: hidden;
}

.sitelogo {
  background: url(images/mainlogo.svg) no-repeat;
  width: 68px;
  height: 104px;
  position: absolute;
  top: clamp(20px, 9.2px + 0.018 * 100vw, 28px);
  left: clamp(20px, 3.8px + 0.027 * 100vw, 32px);
  z-index: 10;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .sitelogo {
    width: 41px;
    height: 44px;
    background-position: top;
    background: url(images/modallogo.svg) no-repeat;
  }
}

.terminos, .ayuda {
  position: fixed;
  bottom: clamp(20px, 3.8px + 0.027 * 100vw, 32px);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.terminos a, .ayuda a {
  color: #344054;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.terminos a:hover, .ayuda a:hover {
  color: #2272BD;
}
.terminos img, .ayuda img {
  width: auto;
  height: 16px;
}
@media screen and (max-width: 700px) {
  .terminos, .ayuda {
    display: none;
  }
}

.terminos {
  left: clamp(20px, 3.8px + 0.027 * 100vw, 32px);
}

.ayuda {
  right: clamp(20px, 3.8px + 0.027 * 100vw, 32px);
}

.progress {
  position: absolute;
  bottom: clamp(20px, 3.8px + 0.027 * 100vw, 32px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.progress p {
  font-size: 16px;
  color: #344054;
  white-space: nowrap;
}
.progress .bar {
  background: #C6D6E7;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
  width: 85px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.progress .bar:before {
  background: #2272BD;
  height: 100%;
  content: "";
  display: block;
  width: var(--width);
}
.progress .n {
  font-size: 16px;
  color: #344054;
}

.menu-btn {
  width: 48px;
  height: 48px;
  border: 1px solid #D0D5DD;
  background: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  position: absolute;
  top: clamp(20px, -1.6px + 0.036 * 100vw, 36px);
  right: clamp(20px, 3.8px + 0.027 * 100vw, 32px);
  z-index: 101;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-btn span {
  background: #344054;
  display: block;
  height: 2px;
  width: 18px;
}
.menu-btn:hover {
  border: 1px solid #2272BD;
}

.zoom-control {
  position: absolute;
  top: 50%;
  right: clamp(20px, -1.6px + 0.036 * 100vw, 36px);
  border: 1px solid #D0D5DD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .zoom-control {
    top: unset;
    bottom: 20px;
  }
}
.zoom-control button {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  text-transform: uppercase;
}
.zoom-control button.disable {
  opacity: 0.5;
  pointer-events: none;
}

.filters {
  position: absolute;
  top: clamp(20px, -2.8px + 0.038 * 100vw, 37px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 700px) {
  .filters #viewfilter {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 22px;
    left: unset;
    -webkit-transform: none;
            transform: none;
    right: 80px;
    pointer-events: none;
  }
}
.filters .filtermobile {
  display: none;
}
@media screen and (max-width: 700px) {
  .filters .filtermobile {
    pointer-events: all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #667085;
    font-size: 16px;
    padding: 12px 14px;
    gap: 4px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
            box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    background: #fff;
    border: none;
    border-radius: 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .filters .filtermobile img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.filters.open .filter {
  pointer-events: all;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.filters.open .filtermobile img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filters .filter {
  padding: 6px;
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 700px) {
  .filters .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    pointer-events: none;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.filters .filter button {
  height: 36px;
  padding: 0 12px;
  border: none;
  color: #667085;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
  background: none;
  cursor: pointer;
}
.filters .filter button.active {
  background: #2272BD;
  color: #fff;
}

/*
.view-control{
    top: 50%;
    margin-top: 100px;
    button{
        font-size: 14px;
        font-weight: 500
    }
}
    */
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #48A377;
  border-radius: 8px;
  color: #fff;
  padding: 13px 25px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  font-family: "Inter", serif;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}
.btn:hover {
  background: #38805d;
}
.btn--red {
  background: #FFE6E7;
  color: #E9434C;
}
.btn.disabled {
  pointer-events: none;
}

.modalcont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  overflow: hidden;
  pointer-events: none;
}
.modalcont > * {
  pointer-events: all;
}

.modal {
  position: absolute;
  top: 32px;
  right: 32px;
  bottom: 32px;
  width: 720px;
  max-width: calc(100% - 64px);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: clamp(70px, 63.4px + 0.011 * 100vw, 75px) clamp(20px, -86.8px + 0.178 * 100vw, 100px) clamp(20px, -53.2px + 0.122 * 100vw, 75px);
  z-index: 102;
  border-radius: 24px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* width */
  /* Track */
  /* Handle */
}
.modal#menu {
  padding-top: clamp(70px, -50px + 0.2 * 100vw, 160px);
}
@media screen and (max-width: 700px) {
  .modal {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    max-width: unset;
  }
}
.modal.open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
  pointer-events: all;
  z-index: 103;
}
.modal .label {
  font-size: 16px;
  color: #101828;
  font-weight: 500;
  margin-bottom: 20px;
}
.modal .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  list-style: none;
}
.modal .main a {
  color: #101828;
  font-size: clamp(32px, 21.2px + 0.018 * 100vw, 40px);
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.modal .main a:hover {
  color: #2272BD;
}
.modal .small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: auto;
  list-style: none;
}
.modal .small a {
  color: #475467;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.modal .small a:hover {
  color: #2272BD;
}
.modal .content {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 30px;
  margin-right: -30px;
}
.modal .content h2 {
  font-size: clamp(24px, 2.4px + 0.036 * 100vw, 40px);
  line-height: 1.25;
  letter-spacing: -0.96px;
  margin-bottom: clamp(20px, 6.8px + 0.022 * 100vw, 30px);
}
.modal .content h2.small {
  font-size: clamp(22px, 8.8px + 0.022 * 100vw, 32px);
}
.modal .content h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 10px;
}
.modal .content p {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.modal .content img {
  max-width: 100%;
  height: auto;
}
.modal .content figure {
  margin: clamp(20px, -6.4px + 0.044 * 100vw, 40px) 0;
}
.modal .content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.modal .content ul li {
  list-style: disc outside;
  margin-bottom: 15px;
}
.modal .content ul li:last-child {
  margin-bottom: 0;
}
.modal .content ul.tigth li {
  margin-bottom: 5px;
}
.modal .content h4 {
  margin-bottom: 15px;
}
.modal .buttons {
  padding-top: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.modal .buttons .buttonsubmit {
  position: relative;
}
.modal .buttons.sending .sending_msg {
  opacity: 1;
  pointer-events: all;
}
.modal .buttons .sending_msg {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 10px;
  font-weight: 600;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.modal .buttons .sending_msg img {
  max-width: 26px;
}
.modal .success {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: rgb(21, 145, 21);
}
.modal ::-webkit-scrollbar {
  width: 5px;
}
.modal ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal ::-webkit-scrollbar-thumb {
  background: #2272BD;
}
.modal form {
  display: contents;
}
.modal .button {
  background: #2272BD;
  padding: 14px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  width: 100%;
  cursor: pointer;
}
.modal .button:last-child {
  margin-bottom: 0;
}
.modal .button:hover {
  background: #1a5892;
}
.modal .button.secondary {
  color: #101828;
  background: none;
}
.modal .button.secondary:hover {
  color: #2272BD;
}
.modal .button.secondary-outline {
  color: #101828;
  background: none;
  border: 1px solid #101828;
}
.modal .button.secondary-outline:hover {
  color: #2272BD;
}
.modal .modallogo {
  background: url(images/modallogo.svg) no-repeat;
  position: absolute;
  top: 18px;
  left: 22px;
  width: 41px;
  height: 44px;
  border: none;
  cursor: pointer;
}

.help {
  width: 16px;
  height: 16px;
  background: url(images/help.svg) no-repeat;
  position: relative;
  cursor: help;
}
.help .bubblehelp {
  width: 236px;
  padding: 8px 12px;
  background: #f2f2f2;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: -0.24px;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
  pointer-events: none;
}
.help .bubblehelp:after {
  width: 10px;
  height: 10px;
  margin: 0px 0 -5px -5px;
  bottom: 0%;
  left: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #f2f2f2;
  content: "";
  position: absolute;
}
.help:hover .bubblehelp {
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  opacity: 1;
}
.help.hascontent {
  width: auto;
  height: auto;
  background: none;
}
.help.rightalign .bubblehelp {
  left: unset;
  right: 0;
  -webkit-transform: translate(0%, 20px);
          transform: translate(0%, 20px);
  background: #fff;
}
.help.rightalign .bubblehelp:after {
  background: #fff;
  left: unset;
  margin-left: unset;
  right: 15px;
}
.help.rightalign:hover .bubblehelp {
  -webkit-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
  opacity: 1;
}

.modalbackdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
.menuopen .modalbackdrop {
  opacity: 1;
  pointer-events: all;
}

.close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #F9FAFB;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.close-btn:hover {
  border: 1px solid #2272BD;
}

.bubble-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
}
.bubble-container > * {
  pointer-events: all;
}

.pan-container {
  width: 100vw;
  height: 100vh;
  background-color: #f0f0f0;
  position: relative;
  cursor: default;
  overflow: hidden;
}

.pan-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pan-content.drag {
  cursor: -webkit-grab;
  cursor: grab;
}
.pan-content.drag:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 10;
}

.isometric-grid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotateX(60deg) rotateZ(45deg) scale(calc(1 + var(--zoom, 0) * 0.3));
          transform: translate3d(-50%, -50%, 0) rotateX(60deg) rotateZ(45deg) scale(calc(1 + var(--zoom, 0) * 0.3));
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(20, 1fr);
  background: #2272BD;
  padding: 30px;
  gap: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.filtering .isometric-grid {
  background: rgba(34, 114, 189, 0.1);
}
@media screen and (max-width: 700px) {
  .isometric-grid {
    -webkit-transform: translate3d(-50%, -50%, 0) rotateX(0deg) rotateZ(0deg) scale(calc(1 + var(--zoom, 0) * 0.2));
            transform: translate3d(-50%, -50%, 0) rotateX(0deg) rotateZ(0deg) scale(calc(1 + var(--zoom, 0) * 0.2));
  }
}
.twodview .isometric-grid {
  -webkit-transform: translate3d(-50%, -50%, 0) rotateX(0deg) rotateZ(90deg) scale(calc(1 + var(--zoom, 0) * 0.3));
          transform: translate3d(-50%, -50%, 0) rotateX(0deg) rotateZ(90deg) scale(calc(1 + var(--zoom, 0) * 0.3));
}
@media screen and (max-width: 700px) {
  .twodview .isometric-grid {
    -webkit-transform: translate3d(-50%, -50%, 0) rotateX(0deg) rotateZ(0deg) scale(calc(1 + var(--zoom, 0) * 0.2));
            transform: translate3d(-50%, -50%, 0) rotateX(0deg) rotateZ(0deg) scale(calc(1 + var(--zoom, 0) * 0.2));
  }
}
.twodview .isometric-grid .shadow {
  opacity: 0;
}
.isometric-grid .shadow {
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/shadow.png);
  background-size: 100% 100%;
  -webkit-transform: translateZ(-150px);
          transform: translateZ(-150px);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  pointer-events: none;
}
.isometric-grid::after, .isometric-grid::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.isometric-grid::after {
  -webkit-transform: rotateX(-90deg) translate3d(0px, 0px, 1085px);
          transform: rotateX(-90deg) translate3d(0px, 0px, 1085px);
  left: 0%;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  background: #0C59A1;
}
.filtering .isometric-grid::after {
  background: rgba(12, 89, 161, 0.15);
}
.isometric-grid::before {
  -webkit-transform: rotateX(0deg) rotateY(90deg) translate3d(0px, 0%, 560px);
          transform: rotateX(0deg) rotateY(90deg) translate3d(0px, 0%, 560px);
  left: 0%;
  width: 20px;
  height: 100%;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  background: #0E5190;
}
.filtering .isometric-grid::before {
  background: rgba(14, 81, 144, 0.15);
}
.isometric-grid .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/logo.svg) no-repeat center;
  opacity: 0.2;
  background-size: 300px auto;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filtering .isometric-grid .logo {
  opacity: 0;
}
.isometric-grid .circlelines {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.isometric-grid .circlelines:before, .isometric-grid .circlelines:after {
  position: absolute;
  top: -150px;
  left: 50%;
  width: 300px;
  aspect-ratio: 1;
  border-radius: 100%;
  content: "";
  border: 2px solid #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.isometric-grid .circlelines:after {
  top: unset;
  bottom: -150px;
}
.isometric-grid .lines {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 2px solid #fff;
  z-index: 1;
  pointer-events: none;
}
.isometric-grid .lines:before {
  width: 100%;
  height: 2px;
  top: 249px;
  left: 0;
  background: #fff;
  content: "";
  position: absolute;
}
.isometric-grid .lines:after {
  width: 100%;
  height: 2px;
  bottom: 249px;
  left: 0;
  background: #fff;
  content: "";
  position: absolute;
}

.cell {
  width: 25px;
  height: 25px;
  background: #2272BD;
  border: 1px solid #2F8BE0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*
  &::after,&::before {
      content: "";
      position: absolute;
      width: $width; 
      height: $height;
      background: $blue; 
      transform-origin: top left;
      pointer-events: none;
    }

    &::after {
      // Right face
      transform: rotateX(-90deg) translate3d(0px, 0px, 25px);
      left: 0%;
      transform-origin: 0% 0%;
    }

    &::before {
      // Left face
      transform: rotateX(90deg) rotateY(90deg) translate3d(0px, -10px, 25px);
      left: 0%;
      transform-origin: 0% 0%;
  }
  */
}
.cell.active {
  background: #00265F !important;
}
.cell.disabled {
  background: #D1E0EF;
}
.cell.booked {
  background: #0E5190;
}
@media screen and (max-width: 700px) {
  .cell {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 700px) {
  .cell:hover {
    cursor: pointer;
    background: #0E5190;
  }
}

.selected {
  width: 35px;
  height: 35px;
  background: rgba(72, 163, 119, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  -webkit-transform: scale(0.7) translateZ(-10px);
          transform: scale(0.7) translateZ(-10px);
  border: none;
  pointer-events: none;
  z-index: 10;
  margin: -15px 0 0 -15px;
}
.twodview .selected {
  margin: 5px 0 0 5px;
  width: 25px;
  height: 25px;
}
.selected.active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1) translateZ(10px);
          transform: scale(1) translateZ(10px);
  background: #48a377;
}
.selected.active:after {
  background: #234434;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.selected.active:before {
  background: #356e52;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.selected.booked {
  background: #EA444D;
}
.selected.booked:after {
  background: #B7252B;
}
.selected.booked:before {
  background: #D03239;
}
.selected::after, .selected::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 10px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.selected::after {
  -webkit-transform: rotateX(-90deg) translate3d(0px, 0px, 17px);
          transform: rotateX(-90deg) translate3d(0px, 0px, 17px);
  left: 0%;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  background: rgba(35, 68, 52, 0);
}
.selected::before {
  -webkit-transform: rotateX(90deg) rotateY(90deg) translate3d(-16px, -8px, 36px);
          transform: rotateX(90deg) rotateY(90deg) translate3d(-16px, -8px, 36px);
  left: 0%;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  background: rgba(35, 68, 52, 0);
}

.bubble {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 100;
  pointer-events: none;
  margin-left: calc(var(--zoom) * 5px);
}
.bubble .closeBubble {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  background: none;
  padding: 0;
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.bubble-in {
  width: 140px;
  padding: 16px;
  border-radius: 8px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  margin: 0px 0 20px -52px;
}
.twodview .bubble-in {
  margin-left: -56px;
  margin-bottom: 10px;
}
.bubble-in:after {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  background: #fff;
}
.twodview .bubble {
  margin: 5px 0 0 -5px;
  margin-left: calc(var(--zoom) * 4px - 0px);
}
.bubble.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: all;
}
.bubble .l {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}
.bubble .p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.bubble .p sup {
  text-transform: uppercase;
  font-size: 9px;
  color: #667085;
}
.bubble .btn.disabled {
  display: none;
}
.bubble.booked .btn {
  display: none;
}
.bubble.booked .btn.disabled {
  display: block;
}
.bubble .familyname {
  border-top: 1px solid #F2F4F7;
  margin-top: 8px;
  padding-top: 8px;
  font-size: 9px;
  color: #667085;
  margin-bottom: 8px;
}
.bubble .familyname:empty {
  display: none;
}

.page.singlepage {
  padding-top: 218px;
  padding-bottom: 150px;
}
.page.singlepage .container {
  max-width: 450px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.page.singlepage h1 {
  margin-top: 30px;
}
.page h1 {
  color: #1D2939;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
}
.page p {
  color: var(--Gray-600, #475467);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.page p:last-child {
  margin-bottom: 0;
}
.page p a {
  color: var(--Gray-600, #475467);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page p a:hover {
  color: #2272BD;
}
.page p strong {
  color: #000;
}
.page h3 {
  color: #1D2939;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
}
.page p + h3 {
  margin-top: 32px;
}
.page .faqs .faq {
  border-bottom: 1px solid #B0CBE6;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.page .faqs .faq > button {
  color: #1D2939;
  font-size: 18px;
  font-weight: 500;
  border: none;
  background: none;
  position: relative;
  width: 100%;
  padding-right: 40px;
  text-align: left;
  cursor: pointer;
  padding: 8px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-right: 20px;
}
.page .faqs .faq > button:after {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  right: 0;
  background: url(images/plus-circle.svg) no-repeat center;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page .faqs .faq > button:hover {
  color: #2272BD;
}
.page .faqs .faq .content {
  overflow: hidden;
  max-height: 0px;
  margin-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  padding-bottom: 0;
}
.page .faqs .faq.active > button:after {
  background: url(images/minus-circle.svg) no-repeat center;
}
.page .faqs .faq.active .content {
  max-height: 300px;
  margin-top: 8px;
  opacity: 1;
  padding-bottom: 16px;
}
.page .button {
  background: #2272BD;
  padding: 14px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  width: 100%;
  cursor: pointer;
}
.page .button:last-child {
  margin-bottom: 0;
}
.page .button:hover {
  background: #1a5892;
}
.page .button.secondary {
  color: #101828;
  background: none;
}
.page .button.secondary:hover {
  color: #2272BD;
}
.page .button.secondary-outline {
  color: #101828;
  background: none;
  border: 1px solid #101828;
}
.page .button.secondary-outline:hover {
  color: #2272BD;
}

.contact-page .container {
  max-width: 1180px;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.contact .text {
  width: 100%;
}
.contact .text p {
  font-size: 20px;
}
.contact .text p a {
  text-decoration: none;
}
.contact .form {
  width: 100%;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form .field {
  width: 100%;
  position: relative;
}
.form .field.half {
  width: calc(50% - 12px);
}
.form .field.off {
  opacity: 0.5;
  pointer-events: none;
}
.form label {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #344054;
  font-weight: 500;
  margin-bottom: 8px;
}
.form label a {
  color: #344054;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form label a:hover {
  color: #2272BD;
  text-decoration: underline;
}
.form input[type=text], .form input[type=number], .form input[type=tel], .form input[type=email], .form textarea {
  height: 44px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 0 14px;
  font-size: 16px;
  display: block;
  border: 1px solid var(--Gray-300, #D0D5DD);
  width: 100%;
  font-family: "Inter", serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}
.form input[type=text] ::-webkit-input-placeholder, .form input[type=number] ::-webkit-input-placeholder, .form input[type=tel] ::-webkit-input-placeholder, .form input[type=email] ::-webkit-input-placeholder, .form textarea ::-webkit-input-placeholder {
  color: #667085;
}
.form input[type=text] ::-moz-placeholder, .form input[type=number] ::-moz-placeholder, .form input[type=tel] ::-moz-placeholder, .form input[type=email] ::-moz-placeholder, .form textarea ::-moz-placeholder {
  color: #667085;
}
.form input[type=text] :-ms-input-placeholder, .form input[type=number] :-ms-input-placeholder, .form input[type=tel] :-ms-input-placeholder, .form input[type=email] :-ms-input-placeholder, .form textarea :-ms-input-placeholder {
  color: #667085;
}
.form input[type=text] ::-ms-input-placeholder, .form input[type=number] ::-ms-input-placeholder, .form input[type=tel] ::-ms-input-placeholder, .form input[type=email] ::-ms-input-placeholder, .form textarea ::-ms-input-placeholder {
  color: #667085;
}
.form input[type=text] ::placeholder, .form input[type=number] ::placeholder, .form input[type=tel] ::placeholder, .form input[type=email] ::placeholder, .form textarea ::placeholder {
  color: #667085;
}
.form input[type=text]:focus, .form input[type=number]:focus, .form input[type=tel]:focus, .form input[type=email]:focus, .form textarea:focus {
  border-color: #8C8C8C;
}
.form input[readonly] {
  background: #f5f5f5;
}
.form textarea {
  height: 134px;
  padding: 14px;
}
.form .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  width: 100%;
  position: relative;
  height: 44px;
  /*
  >button{
      @include absolute;
      opacity: 0;
      cursor: pointer;
      z-index: 1;
      pointer-events: none;
  }
      */
}
.form .select button {
  opacity: 0;
}
.form .select:after {
  height: 44px;
  width: 44px;
  background: url(images/dd.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.form .select:has(button:focus), .form .select.open {
  z-index: 5;
}
.form .select:has(button:focus) button, .form .select.open button {
  pointer-events: none;
}
.form .select:has(button:focus) .options, .form .select.open .options {
  max-height: 200px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  overflow-y: auto;
}
.form .select:has(button:focus):after, .form .select.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form .select .options {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid var(--Gray-300, #D0D5DD);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: #fff;
  border-radius: 8px;
  max-height: 44px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form .select .option {
  height: 44px;
  color: #101828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
  width: 100%;
  height: 44px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 10px;
  cursor: pointer;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.form .select .option:hover {
  color: #2272BD;
}
.form .select .option.active {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.form .checkbox label {
  font-size: 16px;
  margin-bottom: 0;
  gap: 5px;
}
.form .button {
  background: #2272BD;
  padding: 14px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  width: 100%;
  cursor: pointer;
}
.form .button:last-child {
  margin-bottom: 0;
}
.form .button:hover {
  background: #1a5892;
}
.form .button.secondary {
  color: #101828;
  background: none;
}
.form .button.secondary:hover {
  color: #2272BD;
}
.form .button.secondary-outline {
  color: #101828;
  background: none;
  border: 1px solid #101828;
}
.form .button.secondary-outline:hover {
  color: #2272BD;
}
.form .disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form .valordolar {
  font-size: 12px;
  padding-top: 5px;
  position: absolute;
  top: 100%;
  margin-top: 0px;
  opacity: 0.7;
}
/*# sourceMappingURL=styles.css.map */