@charset "UTF-8";
:root {
  --max-mobile-width: $max-mobile-width;
}

:root {
  --max-mobile-width: $max-mobile-width;
}

@font-face {
  font-family: "Calibre";
  src: url("/fonts/calibre/calibre-web-regular.eot");
  src: url("/fonts/calibre/calibre-web-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/calibre/calibre-web-regular.woff2") format("woff2"), url("/fonts/calibre/calibre-web-regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre Bold";
  src: url("/fonts/calibre/calibre-web-bold.eot");
  src: url("/fonts/calibre/calibre-web-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/calibre/calibre-web-bold.woff2") format("woff2"), url("/fonts/calibre/calibre-web-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre Semibold";
  src: url("/fonts/calibre/calibre-web-semibold.eot");
  src: url("/fonts/calibre/calibre-web-semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/calibre/calibre-web-semibold.woff2") format("woff2"), url("/fonts/calibre/calibre-web-semibold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre Medium";
  src: url("/fonts/calibre/calibre-web-medium.eot");
  src: url("/fonts/calibre/calibre-web-medium.eot?#iefix") format("embedded-opentype"), url("/fonts/calibre/calibre-web-medium.woff2") format("woff2"), url("/fonts/calibre/calibre-web-medium.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FinancierDisplay";
  src: url("/fonts/financierDisplay/financier-display-web-regular.eot");
  src: url("/fonts/financierDisplay/financier-display-web-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/financierDisplay/financier-display-web-regular.woff2") format("woff2"), url("/fonts/financierDisplay/financier-display-web-regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FinancierDisplay Medium";
  src: url("/fonts/financierDisplay/financier-display-web-medium.eot");
  src: url("/fonts/financierDisplay/financier-display-web-medium.eot?#iefix") format("embedded-opentype"), url("/fonts/financierDisplay/financier-display-web-medium.woff2") format("woff2"), url("/fonts/financierDisplay/financier-display-web-medium.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --main-green: #003f2d;
  --main-green-opacity: rgba(0,63,45,0.2);
  --main-green-rgba: 0, 63, 45;
  --white-rgba: 255, 255, 255;
  --light-green: #17e88f;
  --dark-green: #012a2d;
  --third-green: #435254;
  --third-green-opacity: rgba(67,82,84,0.2);
  --fourth-green: #538184;
  --fourth-green-opacity: rgba(83,129,132,0.2);
  --green-disabled: #7A9990;
  --turquoise: #80bbad;
  --gray: #cbcdcb;
  --gray2: #959595;
  --light-gray: #f5f7f7;
  --light-gray-2: #c0d4cb;
  --light-gray-3: #E5EBEA;
  --max-with-container: 1650px;
  --max-with-container2: 1400px;
  --main-error: #e3001b;
  --main-font: "Calibre";
  --main-font-medium: "Calibre Medium";
  --main-font-bold: "Calibre Bold";
  --main-font-semi-bold: "Calibre Semibold";
  --main-aspect-ratio: 1.5 / 1;
  --secondary-font: "FinancierDisplay";
  --secondary-font-medium: "FinancierDisplay Medium";
  --main-gap-sm: 8px;
  --main-gap: 16px;
  --main-gap-xl: 32px;
  --font-size-md: 16px;
  --font-size-md2: 18px;
  --box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.2);
  --arrow-filter: brightness(0) saturate(100%) invert(18%) sepia(23%) saturate(1874%) hue-rotate(117deg) brightness(100%) contrast(101%);
}

html,
body {
  font-family: "Calibre";
  font-family: var(--main-font);
  font-size: 18px;
  color: #435254;
  color: var(--third-green);
  font-weight: 400;
}

img {
  max-width: 100%;
}

a {
  color: #003f2d;
  color: var(--main-green);
  -webkit-text-decoration: none;
  text-decoration: none;
}

button {
  cursor: pointer;
}

/* a:hover {
  color: #80ba27;
} */
h1 {
  color: #00684b;
  /* text-align: center; */
  margin-top: 0px;
  font-size: 2em;
}

html,
body,
.container {
  padding: 0;
  margin: 0;
}

body {
  margin-top: 90px;
}

/* Scroll Bar */
::-webkit-scrollbar {
  height: 4px;
  width: 8px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: #cbcdcb;
  background: var(--gray);
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.container {
  position: relative;
  max-width: 1650px;
  max-width: var(--max-with-container);
  margin: 0 auto;
  padding: 0 22px;
}

/* Utils */
.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto !important;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-70 {
  width: 70%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-60 {
  width: 60%;
}

.m-l {
  margin: 60px;
}

.mt-auto {
  margin-top: auto;
}

.m-auto {
  margin: 0 auto;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-xs {
  margin-top: 8px;
}

.mt-s {
  margin-top: 16px;
}

.mt-m {
  margin-top: 32px;
}

.mt-l {
  margin-top: 60px;
}

.mt-xl {
  margin-top: 100px;
}

.mt-25 {
  margin-top: 25px;
}

.my-0 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.my-m {
  margin-bottom: 32px;
  margin-top: 32px;
}

.mb-auto {
  margin-bottom: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-m {
  margin-bottom: 32px;
}

.mb-l {
  margin-bottom: 64px;
}

.mb-xs {
  margin-bottom: 8px;
}

.mb-s {
  margin-bottom: 16px;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mr-auto {
  margin-right: auto;
}

.mr-0 {
  margin-right: 0px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-m {
  margin-right: 32px;
}

.mr-lg {
  margin-right: 70px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mw-30 {
  max-width: 30%;
}

.mw-60 {
  max-width: 60%;
}

.mw-70 {
  max-width: 70%;
}

.mw-84 {
  max-width: 84%;
}

.mw-25 {
  max-width: 25%;
}

.mw-60p {
  max-width: 60px;
}

.mw-70p {
  max-width: 70px;
}

.mw-500 {
  max-width: 550px;
}

.mw-200 {
  max-width: 200px;
}

.mw-350 {
  max-width: 350px;
}

.mw-m {
  max-width: 416px;
}

.mw-m0 {
  max-width: 450px;
}

.mw-m1 {
  max-width: 637px;
}

.mw-m2 {
  max-width: 733px;
}

.mw-m3 {
  max-width: 1000px;
}

.mw-lg {
  max-width: 1280px;
}

.mw-xl {
  max-width: 1400px;
  max-width: var(--max-with-container2);
}

.mh-46 {
  max-height: 46px;
}

.min-w-initial {
  min-width: 0 !important;
  min-width: initial !important;
}

.ml-0 {
  margin-left: 0px;
}

.bordered.ml-0 {
  margin-left: 0px;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.ml-auto {
  margin-left: auto;
}

.ml-m {
  margin-left: 32px;
}

.rg-64 {
  row-gap: 64px;
}

.pt-m {
  padding-top: 32px;
}

.pt-lg {
  padding-top: 60px;
}

.p-sm {
  padding: 16px;
}

.p-sm-lr {
  padding-left: 16px;
  padding-right: 16px;
}

.p-m {
  padding: 32px;
}

.py-0 {
  padding-bottom: 0px;
  padding-top: 0px;
}

.py-s {
  padding-bottom: 16px;
  padding-top: 16px;
}

.py-m {
  padding-bottom: 32px;
  padding-top: 32px;
}

.py-lg {
  padding-bottom: 60px;
  padding-top: 60px;
}

.py-100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-s {
  padding-left: 16px;
  padding-right: 16px;
}

.px-s1 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-m {
  padding-left: 32px;
  padding-right: 32px;
}

.pl-0 {
  padding-left: 0;
}

.pl-xs {
  padding-left: 8px;
}

.pl-m {
  padding-left: 32px;
}

.pr-sm {
  padding-right: 16px;
}

.pr-m {
  padding-right: 32px;
}

.pr-64 {
  padding-right: 64px;
}

.pb-m {
  padding-bottom: 32px;
}

.d-flex {
  display: flex;
}

.f-column {
  flex-direction: column;
}

.btn {
  cursor: pointer;
}

.inline {
  display: flex;
  flex-direction: row;
}

.inline.center {
  justify-content: center;
}

.inline.right {
  justify-content: right;
}

.inline.m-right {
  margin-right: 0px;
  margin-left: auto;
}

.inline.m-left {
  margin-left: 0px;
  margin-right: auto;
}

.inline.split > * {
  width: 50%;
}

.inline.split-33 > div {
  width: 33%;
}

.flex1 {
  flex: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-33 {
  flex: 0 1 33%;
}

.flex-mob-order-1 {
  order: initial;
}

.flex-mob-order-2 {
  order: initial;
}

.c-pointer {
  cursor: pointer;
}

.direction-column {
  flex-direction: column;
}

.space-between {
  justify-content: space-between;
}

.space-evenly {
  justify-content: space-evenly;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start !important;
}

.gap-sm {
  gap: 8px;
}

.gap {
  gap: 16px;
}

.gap-m {
  gap: 32px;
}

.col-gap-xs {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.col-gap-sm {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.col-gap-m {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.row-gap-s {
  row-gap: 16px;
}

.row-gap-m {
  row-gap: 32px;
}

.o-0 {
  opacity: 0;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.d-none {
  display: none;
}

.d-none-i {
  display: none !important;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.overflow-auto {
  overflow: scroll;
}

.color-turquoise {
  color: #80BBAD;
}

.divider {
  height: 1px;
  background-color: #80bbad;
  background-color: var(--turquoise);
  margin: 50px 0;
}

.divider.light {
  background-color: rgba(0, 63, 45, 0.15);
  background-color: rgba(var(--main-green-rgba), 0.15);
}

.divider-h {
  width: 1px !important;
  background-color: #80bbad;
  background-color: var(--turquoise);
  margin-left: 64px;
  margin-right: 64px;
}

.divider.xxs {
  margin: 6px 0;
}

.divider.xs {
  margin: 16px 0;
}

.divider.sm {
  margin: 25px 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-title-white {
  font-family: "FinancierDisplay";
  font-family: var(--secondary-font);
  font-size: 40px;
  color: white;
}

.text-white {
  color: white;
}

.text-dark {
  color: #012a2d;
  color: var(--dark-green);
}

.text-bold {
  font-weight: bold;
}

.text-500 {
  font-weight: 500;
}

.text-16 {
  font-size: 16px;
  font-size: var(--font-size-md);
}

.text-20 {
  font-size: 20px;
}

.text-24 {
  font-size: 24px;
}

.text-32 {
  font-size: 32px;
}

.text-36 {
  font-size: 36px !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-transform-none {
  text-transform: none !important;
}

.text-underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.font-secondary {
  font-family: "FinancierDisplay" !important;
  font-family: var(--secondary-font) !important;
}

.lh-1 {
  line-height: 1em;
}

.row-33 > div {
  width: 33.3%;
}

.cursor-pointer {
  cursor: pointer;
}

.read-only {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-color: rgba(239, 239, 239, 0.3) !important;
  /* pointer-events: none; */
}

strong {
  font-family: "Calibre Semibold";
  font-family: var(--main-font-semi-bold);
  color: #435254;
  color: var(--third-green);
}

p {
  text-align: left;
}

.font-calibre-bordered {
  -webkit-text-stroke: 1px #003f2d;
  -webkit-text-stroke: 1px var(--main-green);
  font-family: "Calibre Bold";
  font-family: var(--main-font-bold);
  font-size: 53px;
  font-stretch: normal;
  font-style: normal;
  color: #fff;
}

.font-calibre-bordered.sm {
  font-size: 40px;
}

.main-font-medium {
  font-family: "Calibre Medium";
  font-family: var(--main-font-medium);
}

.font-bordered-large {
  -webkit-text-stroke: 1px #003f2d;
  -webkit-text-stroke: 1px var(--main-green);
  font-family: "Calibre Medium";
  font-family: var(--main-font-medium);
  font-size: 200px;
  font-stretch: normal;
  font-style: normal;
  color: #fff;
}

.font-style-bold {
  color: #003f2d;
  color: var(--main-green);
  background: none;
  border: 0px;
  text-align: left;
  font-weight: bold;
}

.main-color {
  color: #003f2d;
  color: var(--main-green);
}

.font-style-bold:disabled {
  opacity: 0.2;
}

.number-medium {
  min-width: 100px;
}

.ts {
  font-size: 24px;
  color: #003f2d;
  color: var(--main-green);
  font-weight: 600;
  font-family: "Calibre Medium";
  font-family: var(--main-font-medium);
}

.pageTitle, .notfound section#error .error-type .error-num {
  font-family: "FinancierDisplay";
  font-family: var(--secondary-font);
  font-size: 48px;
  /* font-weight: 500; */
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #003f2d;
  color: var(--main-green);
}

.notfound section#error .error-type .error-num {
  color: white;
}

.notfound section#error .error-info p:first-child {
  font-size: 34px;
  margin: 0;
}

.notfound section#error .error-info p {
  font-size: 28px;
}

.pageTitle.md {
  font-size: 32px;
}

h1.pageTitle {
  font-family: "FinancierDisplay Medium";
  font-family: var(--secondary-font-medium);
  font-size: 60px;
}

h2.pageTitle {
  font-weight: 500;
}

.subTitle {
  font-family: "FinancierDisplay";
  font-family: var(--secondary-font);
  font-size: 32px;
  /* font-weight: 500; */
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #003f2d;
  color: var(--main-green);
  margin-bottom: 10px;
}

.pageSubtitleContent {
  max-width: 540px;
  margin: auto;
}

.pageSubtitle {
  font-family: "Calibre Medium";
  font-family: var(--main-font-medium);
  font-size: 32px;
  font-weight: 600;
  color: #003f2d;
  color: var(--main-green);
}

.bordered {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  position: relative;
}

.bordered.right {
  margin-right: auto;
  margin-left: 0;
  margin-left: initial;
}

.bordered:before {
  width: 100%;
  height: 100%;
  border: 1px solid #003f2d;
  border: 1px solid var(--main-green);
  display: block;
  position: absolute;
  content: "";
  right: 32px;
  top: 32px;
}

.bordered-right {
  border-right: 1px solid #cbcdcb;
  border-right: 1px solid var(--gray);
}

.border-light {
  border: 1px solid #cbcdcb;
  border: 1px solid var(--gray);
}

img.rotate90 {
  display: block;
  transform: rotate(-90deg);
  width: 13px;
  height: 13px;
}

img.fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.successIcon {
  border: 2px solid #435254;
  border: 2px solid var(--third-green);
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 4px;
}

.successIcon .check {
  width: 50px;
  height: 27px;
  border-left: 2px solid #17e88f;
  border-bottom: 2px solid #17e88f;
  transform: rotate(-54deg);
  margin-bottom: 10px;
}

.successIcon {
  border: 2px solid #435254;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 4px;
}

.successIcon .check {
  width: 50px;
  height: 27px;
  border-left: 2px solid #17e88f;
  border-bottom: 2px solid #17e88f;
  transform: rotate(-54deg);
  margin-bottom: 10px;
}

.bordered-link {
  padding: 15px 10px;
  border: 1px solid #003f2d;
}

/* Checkbox */
/* Label for privacy-policy */
label[for=privacy-policy] {
  display: block !important;
}

input[type=checkbox]:not(.multimedia_filter) {
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  position: absolute;
}
input[type=checkbox]:not(.multimedia_filter) ~ label {
  display: flex;
  align-items: center;
  gap: 3px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
input[type=checkbox]:not(.multimedia_filter) ~ label:before {
  content: "";
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #cbcdcb;
  border: 1px solid var(--gray);
  background-color: white;
}
input[type=checkbox]:not(.multimedia_filter) ~ label:before, input[type=checkbox]:not(.multimedia_filter) ~ label:after {
  cursor: pointer;
}
input[type=checkbox]:not(.multimedia_filter) ~ label a {
  font-weight: bold;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
input[type=checkbox]:not(.multimedia_filter) ~ label.small:before {
  min-width: 16px;
  height: 16px;
}
input[type=checkbox]:not(.multimedia_filter) ~ label.big:before {
  min-width: 24px;
  height: 24px;
}
input[type=checkbox]:not(.multimedia_filter):checked ~ label:before {
  background-color: #003f2d;
  background-color: var(--main-green);
}
input[type=checkbox]:not(.multimedia_filter):checked ~ label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 12px;
  height: 4px;
  display: block;
  transform: rotateZ(-45deg);
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}
input[type=checkbox]:not(.multimedia_filter):checked ~ label.small:after {
  left: 3px;
  top: 6px;
  width: 10px;
  height: 3px;
}
input[type=checkbox]:not(.multimedia_filter):checked ~ label.big:after {
  left: 7px;
  top: 9px;
}

.primary-btn {
  padding: 16px 24px;
  background-color: #003f2d;
  background-color: var(--main-green);
  color: white;
  font-size: 18px;
  font-family: "Calibre";
  font-family: var(--main-font);
  border: 2px solid #003f2d;
  border: 2px solid var(--main-green);
  /* font-weight: 500; */
}

.primary-btn:hover {
  background: #012a2d;
  background: var(--dark-green);
}

.primary-btn:disabled {
  opacity: 0.5;
}

.primary-light-btn {
  padding: 16px 24px;
  background-color: white;
  color: #003f2d;
  color: var(--main-green);
  font-size: 18px;
  font-family: "Calibre Medium";
  font-family: var(--main-font-medium);
  border: 2px solid white;
  /* font-weight: 500; */
}

.primary-light-btn:hover {
  background-color: #80bbad;
  background-color: var(--turquoise);
  border: 2px solid #80bbad;
  border: 2px solid var(--turquoise);
  /* font-weight: 500; */
}

.primary-transparent-btn {
  padding: 16px 24px;
  background-color: transparent;
  color: white;
  font-size: 18px;
  font-family: "Calibre Medium";
  font-family: var(--main-font-medium);
  border: 1px solid white;
  /* font-weight: 500; */
}

.primary-transparent-btn:hover {
  border: 1px solid #80bbad;
  border: 1px solid var(--turquoise);
  color: #80bbad;
  color: var(--turquoise);
}

.secondary-btn {
  padding: 10px 24px;
  background-color: transparent;
  color: #003f2d;
  font-size: 18px;
  font-family: "Calibre Medium";
  font-family: var(--main-font-medium);
  font-weight: 500;
  border: 1px solid #003f2d;
  transition: all 0.3s;
  cursor: pointer;
  height: auto !important;
}
.secondary-btn:not(.bg):hover {
  border-color: #80BBAD;
  color: #80BBAD;
}

/* End Utils */
/* Start header */
.header {
  background: white;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
  height: 96px;
  overflow: visible;
  /* border-bottom: 1px solid rgb(0 63 45 / 50%); */
}

.header:after {
  display: block;
  content: "";
  opacity: 0.15;
  background-color: #003f2d;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
}

.header nav {
  display: inline-block;
  position: relative;
  width: 100%;
  /* float: left; */
  text-align: right;
  z-index: 10000;
}

header .menu .menu-navigation {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}

header nav.menu a.primary-btn {
  margin-left: auto;
}

#header .exit-tasacion {
  display: grid;
  justify-items: end;
  align-items: center;
  grid-template-columns: 100%;
  width: 100%;
}

#header .exit-tasacion > p {
  font-size: 18px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-family: "Calibre";
  font-family: var(--main-font);
  color: #003f2d;
  color: var(--main-green);
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
  border: none;
  justify-self: end;
  margin-left: 0;
}

#header .exit-tasacion .close_process {
  background-image: url(/images/icon/close.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border: 0;
  background-color: transparent;
  filter: brightness(0) saturate(100%) invert(18%) sepia(66%) saturate(789%) hue-rotate(120deg) brightness(91%) contrast(103%);
  justify-self: end;
  margin-top: 5px;
}

#header .navigation p {
  font-family: "Calibre";
  font-family: var(--main-font);
  font-size: 24px;
  color: #003f2d;
  margin: 10px 0;
  font-weight: bold;
}

#header .menu.tasaciones {
  display: grid;
  grid-template-columns: 30% 70%;
  justify-items: start;
}

#header .menu-navigation.tasaciones {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  justify-items: center;
}

#header .menu-navigation.tasaciones .navigation {
  margin-left: 0;
}

#header .menu-navigation.tasaciones > p,
#header .menu-navigation.tasaciones > button {
  grid-column: 2/3;
  grid-row: 1/2;
}

.menu .navigation .contact-btn,
.menu .navigation a {
  /* margin: 0 3em 0 0; */
  display: flex;
  font-size: 18px;
  color: #435254;
  color: var(--third-green);
  font-weight: 600;
  font-family: "Calibre";
  font-family: var(--main-font);
  letter-spacing: 1px;
  background: none;
  border: none;
}

.navigation > li:not(.dropdown) > a,
.navigation > li.dropdown > ul > li > a {
  font-weight: bold !important;
}

#menu.menu {
  position: relative;
}

.menu .navigation .sub-menu-static {
  padding-left: 16px;
  margin: 0;
}

.menu .navigation li.divider {
  border-bottom: 1px solid #666;
  margin-top: 16px;
  margin-bottom: 16px;
  opacity: 0.15;
  background-color: #003f2d;
  padding: 0px;
}

.menu .navigation > li:not(.notab) button {
  height: 100%;
}
.menu .navigation > li:not(.notab).active a:before, .menu .navigation > li:not(.notab).active button:before, .menu .navigation > li:not(.notab):hover a:before, .menu .navigation > li:not(.notab):hover button:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  background-color: #17e88f;
  background-color: var(--light-green);
}

footer .menu .navigation > li:hover > a:before {
  top: calc(100% - 4px);
}

.menu .navigation > li > a,
.menu .navigation > li > button {
  padding: 18px 26px;
}

.menu .navigation.tasacion > li {
  padding: 1em 0;
}

.menu .navigation > li.dropdown {
  padding-right: 25px;
}

/* End header */
/* Start menu */
/* Menú con submenús */
.menu,
#menu {
  font-family: "Montserrat", sans-serif;
}

.menu,
#menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-tasa {
  clear: both;
}

.navigation {
  display: flex;
  flex-direction: row;
}

.navigation > li {
  /* float: left; */
  position: relative;
}

.navigation > li.notab {
  display: grid;
}

.navigation li .contact-btn,
.navigation li a {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  /* text-transform: uppercase; */
  line-height: 3em !important;
}

/* .navigation li.dropdown > a::after {
  content: "▼";
  padding: 0 8px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 99999;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  font-size: 11px;
} */
.navigation li.dropdown {
  margin: 0 10px 0 5px;
  position: relative;
}

.accordion a.accordion-btn::after,
.navigation li.dropdown > a::after {
  content: "";
  width: 10px;
  height: 100%;
  display: block;
  background-image: url(/images/icons/arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 6px;
  top: 0px;
  transition: 0.5s;
  filter: brightness(0) saturate(100%) invert(13%) sepia(28%) saturate(1865%) hue-rotate(141deg) brightness(92%) contrast(99%);
}

.accordion.accordion-open a.accordion-btn::after,
.navigation li.dropdown:hover > a::after {
  transform: rotate(180deg);
}

.navigation li ul:not(.sub-menu-static) {
  display: none;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  bottom: 0;
  left: 0px;
  margin: 0;
  padding: 0;
  height: -moz-max-content;
  height: max-content;
  top: calc(100% + 1px);
  bottom: -1.1em;
  background-color: white;
  padding: 24px 24px 24px 16px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.13);
}

.navigation li:hover > ul:not(.sub-menu-static) {
  display: block;
}

.navigation li ul li {
  /* position: relative;
  padding: 0;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-bottom: 1px solid #00684b;
  background-color: #fff;
  margin: 0;
  text-align:center; */
}

.navigation li ul li a {
  line-height: 2rem !important;
  padding: 0.15rem 0;
  margin: 0;
  text-align: left;
}

.contact-navigation li:first-child a {
  position: relative;
}

.navigation-separator::before {
  width: 1px;
  height: calc(100% - 32px);
  display: block;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  background-color: rgba(67,82,84,0.2);
  background-color: var(--third-green-opacity);
}
@media (min-width: 1048px) {
  .navigation-separator::before {
    content: "";
  }
}

/* End menu */
/* Icons */
.cbreiconbox {
  align-items: center;
  display: flex;
  gap: 10px;
}

.cbreicon {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}

/* End Icons */
/* Start  reutilizado */
/* Section */
section {
  position: relative;
  width: 100%;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

section.full {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

section.search-map,
section.results-products {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

header + section:not(.privacidad) {
  padding-right: 0 !important;
  /* min-height: calc(100vh - 180px); */
}

/* Banner */
.banner {
  height: 35.938em;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .claim {
  font-family: "Times New Roman", Times, serif;
  font-size: 3.438em;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #00684b;
}

.banner.home .text {
  font-size: 2.188em;
  text-align: center;
}

.banner.home,
.banner.validacion {
  background-image: url("../images/banner-home.jpg");
  padding: 9.375em;
}

.banner.porque {
  background-image: url("../images/banner-porque.jpg");
  padding: 9.375em;
}

.banner.blog {
  background-image: url("../images/banner-blog.jpg");
  padding: 9.375em;
}

.banner.tasacion {
  background-image: url("../images/banner-tasacion.jpg");
  padding: 3em;
}

.tasacion .column img {
  height: 132px;
}

.tasacion {
  text-align: center;
}

.tasacion .column {
  width: 18%;
  margin: 0;
  padding: 4em 1.25em 0 1.25em;
}

.cbreModal.modal-promo .cbreModal_bg_content {
  max-width: 75%;
}

/* Green banner */
.promotion-banner {
  background-color: #17e88f;
  background-color: var(--light-green);
  color: #012a2d;
  color: var(--dark-green);
}

.promotion-banner > div:not(.mx-0):last-child {
  margin-left: 100px;
}

.promotion-banner .promotion-percentage {
  font-family: "Calibre Semibold";
  font-family: var(--main-font-semi-bold);
  font-size: 48px;
  font-weight: 600;
  margin-right: 16px;
}

.promotion-banner.sm .promotion-percentage {
  font-size: 28px;
}

.promotion-banner .promotion-primary-text {
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 424px) {
  .promotion-banner .promotion-primary-text {
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.promotion-banner a {
  font-weight: 600;
  /* text-decoration: underline; */
  color: #012a2d;
  color: var(--dark-green);
  position: relative;
  padding-right: 32px;
  display: block;
}

.underline:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #012a2d;
  background-color: var(--dark-green);
  display: block;
}

.breadcrumbs .left > li:not(:last-child) > a:after,
.breadcrumbs .left > li:not(:last-child) > span:after,
.breadcrumbs .left > li.has-child:last-child > a:after,
.breadcrumbs .left > li.has-child:last-child > span:after,
a.with-arrow:after,
span.with-arrow:after,
.promotion-banner a:after {
  content: "";
  width: 13px;
  height: 9px;
  display: block;
  margin-top: 1px;
  background-image: url(/images/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  filter: brightness(0) saturate(100%) invert(13%) sepia(28%) saturate(1865%) hue-rotate(141deg) brightness(92%) contrast(99%);
}

.breadcrumbs .left > li.has-child:last-child > a:after,
.breadcrumbs .left > li.has-child:last-child > span:after {
  transform: translateY(-50%) rotate(0deg);
  filter: brightness(0) saturate(100%) invert(78%) sepia(46%) saturate(3679%) hue-rotate(100deg) brightness(107%) contrast(82%);
  width: 12px;
  height: 8px;
}

.breadcrumbs .left > li:not(:last-child) > a:after,
.breadcrumbs .left > li:not(:last-child) > span:after,
a.with-arrow.pr-64:after,
span.with-arrow.pr-64:after,
.promotion-banner a.pr-64:after {
  right: 26px;
}

.breadcrumbs .left > li:not(:last-child) > a,
.breadcrumbs .left > li:not(:last-child) > span {
  padding-right: 64px;
}

.breadcrumbs .left > li.has-child:last-child > a,
.breadcrumbs .left > li.has-child:last-child > span {
  padding-right: 26px;
}

.breadcrumbs .left > li:last-child > a,
.breadcrumbs .left > li:last-child > span {
  color: #17e88f;
  color: var(--light-green);
}

/* Main green Banner */
.promotion-banner.promo-1 {
  background-color: #003f2d;
  background-color: var(--main-green);
  color: white;
}

.promotion-banner.promo-1 a {
  color: white;
}

/* Orange Banner */
.promotion-banner.promo-2 {
  background-color: #dbd99a;
}

/* Partner */
/* .partner {
  padding-bottom: 4.688em;
  text-align: center;
  vertical-align: top;
  font-size: 1em;
}

.partner .tit {
  margin-bottom: 40px;
}

.partner img {
  display: inline-block;
  height: 30px;
  margin: 0px 10px 0px 10px;
  vertical-align: top;
} */
/*------------------HOME---------------------*/
@media screen and (min-width: 1048px) and (max-width: 1103px) {
  .home-hero-content .search button {
    white-space: nowrap;
  }
}
/* Slider */
/* .slider {
  height: 15.938em;
  margin-bottom: 40px;
}

.slide {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: fading 10s infinite;
  border-top: 1px solid #00684b;
  border-bottom: 1px solid #00684b;
}

@keyframes fading {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.slide-content {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.dots {
  position: absolute;
  left: 50%;
  bottom: -50px;
  text-align: center;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  z-index: 9999;
}

.badge.dot {
  height: 15px;
  width: 15px;
  padding: 0;
  background-color: #00684b;
  color: #fff;
  display: inline-block;
  margin: 0px 5px 20px 5px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.green,
.badge:hover {
  background-color: #80ba27 !important;
} */
/* Services */
/* .services {
  padding: 3.5em;
  text-align: center;
}

.services .column {
  width: 40%;
  border: 1px solid #80ba27;
} */
/* New style */
.box-limit-centered {
  max-width: 750px;
  margin: auto;
}

.container_top_banner {
  display: flex;
  flex-direction: row;
  min-height: 560px;
}

.container_top_banner > div {
  width: 50%;
}

.container_top_banner .container-left {
  max-width: calc(1650px / 2);
  max-width: calc(var(--max-with-container) / 2);
  margin-left: auto;
  z-index: 1;
  padding: 6em 1.25em 6em 1.25em;
  text-align: left;
}

.container_top_banner .container-right {
  margin: 32px 0;
  /* padding: 6em 0; */
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .container_top_banner .container-right.home{
  background-image:url(/images/banner_bg_home.webp);
} */
.container_top_banner .container-right.quienes-somos {
  background-image: url(/images/quienes-somos.webp);
}

.container_top_banner .container_top_title {
  width: 100%;
  position: relative;
}

.container_top_banner .container_top_title {
  text-align: left;
  /*width: 130%; Texto encima de imagen, modificamos por peticiÃ³n */
  width: 100%;
  font-size: 60px;
}

.container_top_banner .container_top_title h1:before {
  /* .container_top_line{ */
  content: "";
  width: 200px;
  height: 1px;
  /* max-width: 43%; */
  background-color: #003f2d;
  margin-bottom: 60px;
  position: absolute;
  top: -60px;
}

.container_top_banner .container_top_title.isMap h1 {
  width: 100%;
}

.container_top_banner .container_top_title.isMap h1:before {
  width: 115%;
}

/*------------------SPLIT CARDS---------------------*/
.split-card-container {
  display: flex;
  flex-wrap: wrap;
}

.split-card-container .split-card {
  width: calc(50% - 16px);
  /* margin-bottom: auto; */
  /* align-items: center; */
}

.split-card-content {
  border: 1px solid #80bbad;
  border: 1px solid var(--turquoise);
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* row-gap: 8px; */
}

.split-card-content.borderless {
  border: 0px;
}

.split-card-container .split-card div {
  text-align: left;
}

.split-card-container .split-card .split-card-number {
  font-size: 200px;
  line-height: 200px;
  color: #80bbad;
  color: var(--turquoise);
  font-weight: 600;
}

.split-card-container .split-card-content > *:not(:last-child) {
  margin-bottom: 16px;
}

.split-card-container .split-card .split-card-image.border-bottom img {
  padding-bottom: 30px;
  border-bottom: 1px solid #80bbad;
  border-bottom: 1px solid var(--turquoise);
}

.split-card-container .split-card .split-card-title {
  /* font-size: 24px;
  color: var(--main-green);
  font-weight: 600; */
  /* margin-bottom:15px; */
}

.split-card-dropdown.split-card-container .split-card-content .split-card-title button {
  display: none;
}

.split-card-container .split-card .split-card-text {
  font-size: 16px;
  font-size: var(--font-size-md);
  color: #435254;
  color: var(--third-green);
}

.split-card-container:not(.gap-m) .split-card:nth-child(odd) {
  margin-right: 16px;
}

.split-card-container .split-card:not(.card-inline):nth-child(even) {
  margin: 124px 0 32px 16px;
}

/*------------------Tipos tasaciÃ³nes---------------------*/
.tipos-tasaciones-icons {
  margin-top: 50px;
}

.bg-colored {
  background-color: #003f2d;
  background-color: var(--main-green);
}

.bg-colored-white {
  background-color: white;
}

.bg-light-colored {
  background-color: #f5f7f7;
  background-color: var(--light-gray);
}

.bg-turquoise-colored {
  background-color: #80bbad;
  background-color: var(--turquoise);
}

/*------------------Lists---------------------*/
ul.unstyled {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.list,
ul.std-list {
  list-style: none;
  padding: 0px;
}

ul.std-list .list-label {
  font-weight: 600;
  color: #012a2d;
  color: var(--dark-green);
  font-size: 14px;
}

ul.std-list .list-text .faq_question {
  color: #012a2d;
  color: var(--dark-green);
  font-size: 32px;
  font-weight: 500;
}

ul.std-list > li {
  border-top: 1px solid rgba(83,129,132,0.2);
  border-top: 1px solid var(--fourth-green-opacity);
}

@media (min-width: 900px) {
  ul.std-list > li:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(83,129,132,0.2);
    border-bottom: 1px solid var(--fourth-green-opacity);
  }
}
@media (max-width: 900px) {
  ul.std-list > li:last-child {
    border-bottom: 1px solid rgba(83,129,132,0.2);
    border-bottom: 1px solid var(--fourth-green-opacity);
  }
}
ul.std-list > li .list-btn a,
ul.std-list > li .list-btn button {
  padding: 10px 10px;
  display: block;
  border: 1px solid #012a2d;
  border: 1px solid var(--dark-green);
  background: transparent;
}

ul.std-list > li:hover .list-btn button,
ul.std-list > li:hover .list-btn a {
  border: 1px solid #80bbad;
  border: 1px solid var(--turquoise);
}

ul.std-list > li:hover .list-btn button > span:after,
ul.std-list > li:hover .list-btn button > span:before,
ul.std-list > li:hover .list-btn a > span:after,
ul.std-list > li:hover .list-btn a > span:before {
  background-color: #80bbad;
  background-color: var(--turquoise);
}

ul.std-list > li .list-btn button > span {
  width: 13px;
  height: 13px;
  display: block;
  position: relative;
}

ul.std-list > li .list-btn button > span:after,
ul.std-list > li .list-btn button > span:before {
  content: "";
  width: 100%;
  display: block;
  background-color: #012a2d;
  background-color: var(--dark-green);
  transition: 0.3s;
}

ul.std-list > li .list-btn button > span:after {
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateX(4.5px) rotate(135deg);
}

ul.std-list > li .list-btn button > span:before {
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateX(-4.5px) rotate(225deg);
}

ul.std-list > li.active .list-btn button > span:after {
  transform: translateX(4.5px) rotate(225deg);
}

ul.std-list > li.active .list-btn button > span:before {
  transform: translateX(-4.5px) rotate(135deg);
}

ul.std-list > li:hover .list-text .faq_question {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  cursor: pointer;
}

ul.std-list > li .std-list-answer {
  display: none;
}

ul.icon-list-ok {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

ul.icon-list-ok li {
  padding-left: 36px;
  color: #435254;
  color: var(--third-green);
  position: relative;
  line-height: 28px;
}

ul.icon-list-ok li:before {
  content: "";
  background-image: url(/images/icons/ok.svg);
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.privacidad ul ul {
  margin: 30px 0;
  padding: 0 0 0 40px;
  list-style-type: circle;
}

/* ul.std-list > li.active .std-list-answer{
  display:block;
} */
/*------------------Tabs---------------------*/
.tab-buttons li a {
  outline: none;
  border: 1px solid #cbcdcb;
  border: 1px solid var(--gray);
  margin: 1px;
}

.tab-buttons li a:not(.active) img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(1%) saturate(1579%) hue-rotate(95deg) brightness(93%) contrast(82%);
}

.tab-buttons li a:not(.active) {
  color: #959595;
  color: var(--gray2);
}

.tab-buttons .active {
  border: 2px solid #17e88f;
  border: 2px solid var(--light-green);
  margin: 0px;
}

.single-tab {
  display: none;
}

.single-tab.active,
.tab-content.active {
  display: block !important;
}

.tabs-container .style-badge .tab-btn a {
  background-color: rgba(83,129,132,0.2);
  background-color: var(--fourth-green-opacity);
  color: #003f2d;
  color: var(--main-green);
  padding: 5px 15px;
}

.tabs-container .style-badge .tab-btn a.active {
  background-color: #003f2d;
  background-color: var(--main-green);
  color: white;
  padding: 5px 15px;
}

/*----------------Formularios-------------------*/
.form-container {
  /* display: grid;
  grid-template-columns: 1fr 1fr; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.3em 4%;
}

.form-container.form-column {
  flex-direction: column;
}

.form-container > div:not(.input-container):not(.toggle-legal-text) {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 48%;
}

.form-container.form-column > div {
  margin-top: 0px;
}

.tasacion-step label,
.form-container label {
  font-family: "Calibre Medium";
  font-family: var(--main-font-medium);
  font-size: 14px;
}

span.select2-selection__rendered {
  display: block;
}
span.select2-selection__rendered::first-letter {
  text-transform: uppercase !important;
}

.select2-results {
  border: 1px solid #cbcdcb !important;
  border: 1px solid var(--gray) !important;
  border-top: 0px !important;
  width: calc(100% + 2px);
  margin-left: -1px;
}

.select2-results__option {
  padding: 10px 16px !important;
  color: #435254;
  color: var(--third-green);
  font-family: "Calibre Medium";
  font-family: var(--main-font-medium);
}

.formulario-entero .input-error {
  margin-bottom: 32px;
}

.input-error ~ #send-favorites-button,
.input-error + #send-favorites-button {
  opacity: 0.5;
}

.input-error {
  position: relative;
}

.input-error:after {
  content: attr(data-error);
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  bottom: -17px;
  left: 16px;
  font-size: 12px;
  color: #e3001b;
  color: var(--main-error);
}

.input-error select,
.input-error textarea,
.input-error.cbreSelect-wrap,
.input-error input:not([type=checkbox]) {
  border: 2px solid #e3001b !important;
  border: 2px solid var(--main-error) !important;
}

.iti {
  display: block;
  margin-bottom: 10px;
}

.input-error.error-email:after {
  content: attr(data-error);
}

.input-error.error-phone:after {
  content: attr(data-error);
}

.input-error.error-validation:after {
  content: attr(data-error);
}

.input-error.error-conditions:after {
  content: attr(data-error);
}

.input-error:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  bottom: -14px;
  background: no-repeat center url(/images/icons/error.svg);
  /* background-position: center; */
  border-radius: 50%;
  background-color: #e3001b;
  background-color: var(--main-error);
}

/*------------------Footer---------------------*/
.social {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.floating-contact {
  position: fixed;
  bottom: 64px;
  right: 64px;
  z-index: 2;
}

.floating-contact .contact-box {
  display: none;
}

.floating-contact button {
  border: 0px;
  padding: 20px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  background-color: #003f2d;
  background-color: var(--main-green);
  border-radius: 50%;
}

.floating-contact button img {
  display: block;
  max-width: 30px;
  height: 30px;
}

.floating-contact button img.open-img {
  filter: brightness(0) invert(1);
}

.floating-contact.active .contact-box {
  display: block;
}

.floating-contact.active .contact-box {
  background-color: white;
  position: absolute;
  padding: 40px;
  top: 0px;
  left: 0px;
  transform: translate(calc(-100% - 18px), calc(-100% - 18px));
  box-shadow: 0 1px 10px 0 rgba(67, 82, 84, 0.4);
  width: 400px;
}

.floating-contact.active button img.open-img,
.floating-contact:not(.active) button img.close-img {
  display: none;
}

.floating-contact.active button span {
  background-image: url(/images/icons/close.svg);
  background-size: 22px;
}

.floating-contact .contact-box .mr-10 img {
  width: 50px;
  height: 50px;
}

/*----------------------MODAL------------------------*/
html.cbreModal-opened,
html.cbreModal-opened body {
  overflow: hidden;
  /* margin-right: 18px; */
}

.cbreModal {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 99999;
}

/* html.modal-opened .modal{
  display:block;
} */
.cbreModal .cbreModal_bg {
  opacity: 0.9;
  background-color: #435254;
  background-color: var(--third-green);
  width: 100%;
  height: 100%;
}

.cbreModal .cbreModal_container {
  position: absolute;
  /*height:100%;*/
  /* max-width: 1170px; */
  top: 50%;
  left: 50%;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
}

.cbreModal .cbreModal_container.sm {
  max-width: 925px;
}

.cbreModal .cbreModal_container.sm2 {
  max-width: 736px;
}

.cbreModal_title {
  font-size: 70px;
}

.cbreModal_subtitle {
  font-size: 38px;
}

.cbreModal .cbreModal_bg_content {
  /* position: relative; */
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-height: calc(100% - 40px);*/
  max-height: 100%;
  padding: 24px;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: calc(100% - 46px);
}

.cbreModal .cbreModal_header {
  position: sticky;
  width: 24px;
  height: 24px;
  /* right: 45px; */
  top: 0px;
  margin-left: auto;
  z-index: 999;
}

.cbreModal .cbreModal_content {
  color: #435254;
  color: var(--third-green);
  padding: 1rem;
  margin-top: -24px;
}

.cbreModal .cbreModal_content a:not(.primary-btn) {
  /* text-decoration: underline; */
  font-weight: bold;
  font-family: "Calibre Bold";
  font-family: var(--main-font-bold);
}

.cbreModal .cbreModal_header .cbreModal_close {
  background-image: url(/images/icons/close.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border: 0px;
  background-color: transparent;
  filter: brightness(0) saturate(100%) invert(18%) sepia(66%) saturate(789%) hue-rotate(120deg) brightness(91%) contrast(103%);
}

.cbreModal .modal-content .header-link {
  text-align: right;
}

.cbreModal .modal-content .header-link a {
  margin-bottom: 50px;
  display: block;
}

.cbreModal.modal-promo .cbreModal_content .modal-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cbreModal .pageTitle.modal_subtitle {
  font-size: 40px;
}

#modal_conditions .cbreModal_header {
  position: absolute;
  top: 24px;
  right: 24px;
}

#modal_conditions .pageTitle.modal_title {
  font-size: 96px;
}

#modal_conditions .cbreModal_bg_content {
  max-width: 80%;
}

#modal_conditions .modal-content .mr-m.w-40 {
  padding: 10px 0;
}

#modal_conditions a:not(.primary-btn) {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/*----------------------SLIDER------------------------*/
.cbreSlider {
  overflow: hidden;
}

.cbreSlider .cbreSlider_content {
  width: 1560px;
}

.cbreSlider .cbreSlider_slides {
  display: flex;
  flex-direction: row;
}

.cbreSlider .cbreSlider_slides .cbreSlider_slide {
  width: 100%;
}

.cbreSlider .link-tasacion {
  padding-top: 13px;
  padding-bottom: 14px;
  border: 2px solid transparent;
  font-size: 18px;
}

.cbreSlider .tasacion-btn-mobile .slider-footer {
  position: absolute;
  margin: 0px;
  z-index: 999;
  bottom: 24px;
  left: 50%;
  transform: translatex(-50%);
}

.cbreSlider .tasacion-btn-mobile .slider {
  margin-bottom: 70px;
}

/*  new slide */
.animate {
  transition: transform 0.3s ease-out;
}

.slider-wrap {
  /* width: 300px; */
  /* height: 500px; */
  /* position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -225px; */
  padding: 0 48px;
}

.container .slider-wrap {
  padding: 0;
}

.slider-posts.slider-wrap {
  padding: 0;
}

.slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ms-touch.slider {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* Hides the scrollbar. */
  -ms-scroll-chaining: none;
  /* Prevents Metro from swiping to the next tab or app. */
  -ms-scroll-snap-type: mandatory;
  /* Forces a snap scroll behavior on your images. */
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
  /* Defines the y and x intervals to snap to when scrolling. */
}

.holder {
  width: 100%;
  /* max-height: 500px; */
  /* height: 100%; */
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
}

.slide-wrapper {
  width: 100%;
  height: 100%;
  /* float: left; */
  /* height: 500px; */
  position: relative;
  overflow: hidden;
}

.slide {
  height: 100%;
  position: relative;
}

.slider-nav-btn {
  width: 40px;
  height: 40px;
  padding: 10px 14px;
  position: absolute;
  top: 50%;
  border: solid 1px #003f2d;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s;
  cursor: pointer;
  filter: brightness(0) saturate(100%);
}
.slider-nav-btn.slider-nav-next {
  right: 1px;
}
.slider-nav-btn.slider-nav-prev {
  left: 0;
  transform: rotate(180deg);
}
.slider-nav-btn.title-btn {
  top: -100px;
}
.slider-nav-btn.title-btn.slider-nav-next {
  right: 22px;
}
.slider-nav-btn.title-btn.slider-nav-prev {
  right: 70px;
  left: auto;
  left: initial;
}
.slider-nav-btn.disabled {
  cursor: default !important;
  pointer-events: none !important;
  filter: brightness(0) saturate(100%) invert(91%) sepia(2%) saturate(155%) hue-rotate(71deg) brightness(90%) contrast(94%);
}
.slider-nav-btn:hover {
  filter: brightness(0) saturate(100%) invert(73%) sepia(26%) saturate(397%) hue-rotate(115deg) brightness(92%) contrast(84%);
}

.slider-navigation-dots ul li a {
  width: 16px;
  display: block;
  height: 2px;
  transition: 0.2s;
  outline: none;
}

.slider-wrap.theme-default .slider-navigation-dots ul li a {
  background-color: #003f2d;
  background-color: var(--main-green);
}

.slider-wrap.theme-light .slider-navigation-dots ul li:not(.active) a {
  background-color: white;
  opacity: 0.4;
}

.slider-wrap .slider-navigation-dots ul li.active a {
  width: 32px;
  background-color: #17e88f;
  background-color: var(--light-green);
}

/* .temp {
  position: absolute;
  z-index: 1;
  color: white;
  font-size: 100px;
  bottom: 15px;
  left: 15px;
  font-family: 'Josefin Slab', serif;
  font-weight: 100;
} */
.slide img {
  /* position: absolute; */
  z-index: 0;
  /* transform: translatex(-100px); */
}

/* .slide:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(transparent, black);
} */
.slide div {
  /* width: 300px;
  height: 500px; */
  z-index: 0;
}

.slider-coworking .slider-nav-btn.slider-nav-prev {
  left: -64px;
}
.slider-coworking .slider-nav-btn.slider-nav-next {
  right: -64px;
}
.slider-coworking .slider-nav-btn.disabled {
  border: 1px solid #7A9990;
  border: 1px solid var(--green-disabled);
  background-color: #7A9990;
  background-color: var(--green-disabled);
  filter: none;
}
@media screen and (max-width: 1048px) {
  .slider-coworking .slider-nav-btn {
    background-color: white;
    filter: none;
  }
  .slider-coworking .slider-nav-btn.slider-nav-prev {
    left: -10px;
  }
  .slider-coworking .slider-nav-btn.slider-nav-next {
    right: -10px;
  }
}

/*--------------------END SLIDER----------------------*/
/*--------------------SELECT----------------------*/
.cbreSelect-wrap {
  min-height: 44px;
  height: 44px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Calibre";
  font-family: var(--main-font);
  font-size: 16px;
  border: 1px solid #cbcdcb;
  border: 1px solid var(--gray);
  background-color: white;
  position: relative;
}

form.search .cbreSelect-wrap {
  font-family: "Calibre Medium";
  font-family: var(--main-font-medium);
  font-size: 18px;
  height: 100%;
  max-height: 48px;
}

.cbreSelect-wrap > select {
  display: none !important;
}

.cbreSelect-wrap .cbreSelect-options {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  align-items: initial;
  background-color: white;
  border: 1px solid #cbcdcb;
  border: 1px solid var(--gray);
  border-top: 1px solid rgba(67,82,84,0.2);
  border-top: 1px solid var(--third-green-opacity);
  padding: 16px;
  gap: 4px;
}

.cbreSelect-wrap .cbreSelect-options li {
  cursor: pointer;
  padding: 8px;
  white-space: nowrap;
}
.cbreSelect-wrap .cbreSelect-options li.option-disabled {
  pointer-events: none;
}

.cbreSelect-wrap .cbreSelect-options li:hover {
  background-color: rgba(0,63,45,0.2);
  background-color: var(--main-green-opacity);
  color: #003f2d;
  color: var(--main-green);
}

.cbreSelect-wrap .cbreSelect-options li.selected {
  background-color: #003f2d;
  background-color: var(--main-green);
  color: white;
}

.cbreSelect-wrap .cbreSelect-options-container {
  display: none;
  position: absolute;
  top: 100%;
  min-width: calc(100% + 2px);
  width: auto;
  margin-left: -1px;
  z-index: 100;
}

form.search .cbreSelect-wrap .cbreSelect-options-container {
  top: 100%;
}

.cbreSelect-wrap .cbreSelect-element-container {
  height: 100%;
  cursor: pointer;
}

.cbreSelect-wrap .cbreSelect-element-container:after {
  content: "";
  width: 13px;
  height: 9px;
  display: block;
  margin-top: 1px;
  background-image: url(/images/icons/arrow-down.svg);
  filter: brightness(0) saturate(100%) invert(32%) sepia(3%) saturate(1957%) hue-rotate(139deg) brightness(89%) contrast(92%);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  transition: 0.2s;
}

.cbreSelect-wrap.active .cbreSelect-element-container:after {
  transform: translateY(-50%) rotate(180deg);
}

.cbreSelect-wrap .cbreSelect-element {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  padding: 0 40px 0 16px;
  cursor: pointer;
}

.cbreSelect-wrap.active .cbreSelect-options-container {
  display: flex;
}

/*--------------------END SELECT----------------------*/
/*--------------------BLOG----------------------*/
.section-blog .date {
  color: #80bbad;
  color: var(--turquoise);
  font-size: 16px;
}

.section-blog img {
  aspect-ratio: 4/3;
}

.section-blog .excerpt {
  color: #435254;
  color: var(--third-green);
  font-size: 16px;
}

/* End New style */
/*------------------QUIENES SOMOS---------------------*/
.content.quienessomos {
  padding-top: 4em;
}

/* Identidad */
.identidad {
  text-align: center;
}

.identidad .column {
  width: 30%;
}

.identidad .column img {
  height: 132px;
}

/* Numeros */
.numeros {
  text-align: center;
}

.numeros-row {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.numeros-row .column {
  width: 20%;
}

.numeros-row .column div {
  font-family: "Times New Roman", Times, serif;
  font-size: 6em;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #00684b;
}

/*------------------CONTACTO---------------------*/
.oficinas .column {
  width: 30%;
}

.oficinas .column h3 {
  border-bottom: 1px solid #666;
}

.oficinas .column img {
  height: 3.25em;
  margin: 0 1.25em;
}

#map img {
  width: 36px;
}

/*------------------FORM---------------------*/
.form-section {
  padding: 4.688em 4.688em 2em 4.688em;
}

.form-section.p-0 {
  padding: 0px;
}

.form-section .frame {
  background: #e6e6e6;
  padding: 2em;
}

.form-section .frame h2 {
  padding: 2em;
  text-align: center;
  font-size: 1.5em;
  color: #666666;
  font-weight: 400;
}

.form-adv {
  font-size: 0.6em;
}

.colect {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  /* margin-bottom: 1rem;
  margin-top: 5px; */
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  font-size: var(--font-size-md);
  font-family: "Calibre";
  font-family: var(--main-font);
  /* font-size: 1.25em; */
}

textarea.colect {
  height: 200px;
  resize: none;
}

fieldset {
  margin-bottom: 1rem;
  margin-top: 5px;
}

fieldset legend {
  /* font-family: "Montserrat", sans-serif; */
  font-size: 1.25em;
}

fieldset label {
  display: block;
  background-color: #fff;
  padding: 10px;
}

.limiter {
  max-width: 52em;
  margin: 0 auto;
}

.red-border {
  border: 1px solid red;
}

/*------------------POLITICA PRIVACIDAD---------------------*/
/* .privacidad p {
  text-align: justify;
}

.privacidad strong {
  font-weight: 700;
}

.privacidad h5 {
  padding: 0.5rem;
  color: #0a6a4e;
  font-weight: 700;
}

.privacidad u {
  font-weight: 700;
}

.lease {
  text-align: center;
  text-decoration: underline;
}

.privacidad h2 {
  margin: 2rem 0 1rem;
}

.privacidad .h2-grande {
  font-size: 30px;
  margin: 3rem 0;
}

.privacidad h4 {
  color: #69be28;
  font-size: 18px;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
}
*/
.privacidad ul {
  list-style: disc outside none;
  list-style: initial;
  padding-left: 2rem;
}

.privacidad ul li {
  margin-bottom: 10px;
}

/*
.legal h1 {
  margin-bottom: 2rem;
} */
.legal table {
  font-family: "Calibre Medium";
  font-family: var(--main-font-medium);
  font-size: 16px;
  font-size: var(--font-size-md);
}

.legal tbody tr {
  position: relative;
}

.legal tbody tr:not(:last-child):after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translatex(-50%);
  background-color: rgba(0, 63, 45, 0.15);
  background-color: rgba(var(--main-green-rgba), 0.15);
}

.legal table thead {
  background-color: #003f2d;
  background-color: var(--main-green);
  color: white;
}

.legal table tbody {
  background-color: #f5f7f7;
  background-color: var(--light-gray);
  color: #435254;
  color: var(--third-green);
}

.legal table tr th,
.legal table tr td {
  padding: 10px 15px;
}

.legal table tr th {
  text-align: left;
  font-weight: normal;
}

.legal ul li:not(:last-child) {
  margin-bottom: 16px;
}

/* Media Queries */
@media screen and (min-width: 1048px) {
  /*--------------------Slider icons, posts----------------------*/
  .slider-icons .holder {
    width: 100% !important;
    flex-direction: column;
    pointer-events: none;
    row-gap: 64px !important;
  }
  .slider-icons .holder .slide-wrapper {
    width: 100% !important;
  }
  .slider-icons .slider-navigation-dots,
  .slider-icons .slider-navigation,
  .slider-icons .slider-footer {
    display: none;
  }
  .slider-posts .holder,
  .slider-news .holder {
    width: 100% !important;
    flex-direction: row;
    /* pointer-events:none; */
    row-gap: 64px;
  }
  .slider-posts .slider-navigation-dots,
  .slider-posts .slider-navigation,
  .slider-posts .slider-footer,
  .slider-news .slider-navigation-dots,
  .slider-news .slider-navigation,
  .slider-news .slider-footer {
    display: none;
  }
  .slider-news .holder {
    gap: 64px;
  }
}
@media screen and (max-width: 1048px) {
  /*------------------Global---------------------*/
  .mob-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mob-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .mob-p0 {
    padding: 0 !important;
  }
  .mob-hide {
    display: none !important;
  }
  .mob-show {
    display: inline;
    display: initial;
  }
  .mob-show-i {
    display: inline !important;
    display: initial !important;
  }
  .mob-mw-initial {
    max-width: none;
    max-width: initial;
  }
  .mob-w-100 {
    width: 100% !important;
  }
  .mob-mw-100 {
    max-width: 100%;
  }
  .mob-mb-l {
    margin-bottom: 64px;
  }
  .mob-mt-l {
    margin-top: 64px;
  }
  .mob-mt-m {
    margin-top: 16px;
  }
  .mob-row-gap-s {
    row-gap: 16px;
  }
  .mob-row-gap-m {
    row-gap: 32px;
  }
  .mob-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mob-mb-m {
    margin-bottom: 10px;
  }
  .mob-not-inline {
    display: inline;
    display: initial;
  }
  .mob-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mob-pr-m {
    padding-right: 25px;
  }
  .mob-py-m {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .mob-pl-xs {
    padding-left: 2px;
  }
  .mob-pr-0 {
    padding-right: 0px;
  }
  .mob-p-m {
    padding: 16px;
  }
  .mob-border-0 {
    border: 0px;
  }
  .text-title-white {
    font-size: 32px;
  }
  .pageTitle, .notfound section#error .error-type .error-num {
    font-size: 32px !important;
  }
  .pageSubtitle {
    font-size: 28px;
  }
  .ts {
    font-size: 20px;
  }
  ul.std-list .list-text .faq_question {
    font-size: 20px;
  }
  .mob-text-center {
    text-align: center;
  }
  .mob-flex-wrap {
    flex-wrap: wrap;
  }
  .mb-100 {
    margin-bottom: 0px !important;
  }
  .py-100 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .mb-row {
    flex-direction: column;
    row-gap: 20px;
  }
  /* .inline.mb-row.container{
    padding:0px;
  } */
  .inline.mb-row .divider-h {
    width: 100% !important;
    height: 1px;
    margin: 0px;
  }
  .inline.mb-row.split > * {
    width: 100%;
  }
  .inline.mb-row .bordered {
    margin: auto;
  }
  .inline.mb-row .mw-m {
    max-width: 100%;
    margin: 0px;
  }
  .flex-mob-order-2 {
    order: 2;
  }
  .mb-direction-column {
    flex-direction: column;
  }
  section {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  section.window-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /*------------------Top Banner---------------------*/
  .container_top_banner {
    min-height: auto;
  }
  .container_top_banner .container-left {
    width: 100%;
    padding: 2.2em 1.25em;
  }
  .container_top_banner .container-left .container_top_title {
    width: 100%;
  }
  .container_top_banner .container-right {
    display: none;
    background-image: none !important;
  }
  /*----------------Banner cupÃ³n-------------------*/
  .promotion-banner > div:not(.mx-0):last-child {
    margin-left: 0px;
  }
  .promotion-banner a {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    opacity: 0;
    width: 100%;
  }
  .promotion-banner .promotion-primary-text .arrow {
    content: "";
    width: 13px;
    height: 10px;
    display: inline-block;
    background-image: url(/images/icons/arrow-down.svg);
    background-repeat: no-repeat;
    position: relative;
    right: -8px;
    transform: translateY(-50%) rotate(-90deg);
    filter: brightness(0) saturate(100%) invert(13%) sepia(28%) saturate(1865%) hue-rotate(141deg) brightness(92%) contrast(99%);
  }
  /*------------------Contacto---------------------*/
  .floating-contact {
    bottom: 24px;
    right: 24px;
    z-index: 999;
  }
  .floating-contact .contact-btn {
    margin-bottom: 0;
  }
  .floating-contact.active .contact-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
  .floating-contact.active .contact-btn {
    z-index: 99;
    position: relative;
  }
  /*----------------------MODAL------------------------*/
  .cbreModal .cbreModal_header {
    height: 44px;
    display: flex;
    align-items: center;
  }
  /* .cbreModal .cbreModal_header,
  .cbreModal .cbreModal_header .cbreModal_close{
    width: 24px;
    height: 24px;
  } */
  .cbreModal .cbreModal_container {
    padding: 0px;
    /* height: 100%; */
    height: 100%;
    width: 100%;
  }
  .cbreModal.modal-promo .cbreModal_bg_content {
    max-width: 100%;
  }
  .cbreModal .cbreModal_bg_content {
    max-height: 100%;
    padding: 24px;
    max-width: 100%;
    width: 100%;
  }
  .cbreModal .cbreModal_content {
    padding: 0px;
  }
  .cbreModal .cbreModal_content .modal-content {
    max-height: 100%;
    height: 100%;
  }
  .cbreModal .cbreModal_content .modal-content > .inline {
    flex-direction: column;
  }
  .cbreModal .cbreModal_content .modal-content .w-60 {
    width: 100%;
    padding: 0px;
    padding-right: 5px;
  }
  /*----------------------Split cards------------------------*/
  .split-card-container .split-card {
    width: 100%;
  }
  .split-card-container .split-card:not(.accordion):not(.entidad) .split-card-content {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 32px;
         column-gap: 32px;
    align-items: center;
  }
  .split-card-container .split-card:not(.accordion):not(.entidad) .split-card-content .split-card-image img {
    width: 50px;
    height: 50px;
  }
  .split-card-container .split-card:not(.accordion):not(.entidad) .split-card-content .split-card-image {
    margin: 0px;
  }
  .split-card-dropdown.split-card-container {
    flex-direction: column;
    row-gap: 12px;
  }
  .split-card-dropdown.split-card-container .split-card-content {
    border: none;
    padding: 0px;
    align-self: center;
  }
  .split-card-dropdown.split-card-container .split-card .split-card-number {
    font-size: 72px;
    line-height: 65px;
  }
  .split-card-container .split-card:not(.entidad) .split-card-text,
  .split-card-dropdown.split-card-container .split-card-content .split-card-image {
    display: none;
  }
  .split-card-container .split-card.accordion .split-card-title {
    min-height: 65px;
    transition: 0.5s;
  }
  .split-card-dropdown.split-card-container .accordion:not(.accordion-open):not(.entidad) .split-card-title {
    margin-bottom: 0px;
  }
  .split-card-dropdown.split-card-container .split-card {
    width: 100%;
    border: 0px;
    border: 1px solid #80bbad;
    border: 1px solid var(--turquoise);
    padding: 17px 24px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .split-card-dropdown.split-card-container:not(.gap-m) .split-card:nth-child(odd) {
    margin: 0px;
  }
  .split-card-dropdown.split-card-container .split-card:not(.card-inline):nth-child(even) {
    margin: 0;
  }
  .split-card-dropdown.split-card-container .split-card-content .split-card-title button {
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background: none;
    border: 0px;
    padding: 0px;
    position: relative;
  }
  .split-card-dropdown.split-card-container .split-card-content .split-card-title button:before {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #012a2d;
    top: calc(50% - 1px);
  }
  .split-card-dropdown.split-card-container .split-card-content .split-card-title button:after {
    content: "";
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: calc(50% - 1px);
    background-color: #012a2d;
    transition: 0.5s;
  }
  .split-card-dropdown.split-card-container .accordion.accordion-open .split-card-title button:after {
    transform: rotate(90deg);
  }
  .split-card-container .split-card.entidad .split-card-content {
    padding: 0px;
    padding-bottom: 20px;
  }
  .split-card-container .split-card .split-card-image.border-bottom img {
    max-width: 48px;
  }
  /*----------------------Tasaciones icons------------------------*/
  .tipos-tasaciones-icons {
    display: table;
    flex-direction: column;
    align-items: center;
    margin: 32px auto;
  }
  .tipos-tasaciones-icons > *:not(:last-child) {
    margin-bottom: 25px;
  }
  /*----------------------Bloque ayuda------------------------*/
  .container-btn-ayuda {
    position: absolute;
    bottom: 0px;
  }
  /*--------------------Slider icons----------------------*/
  .slider-icons .slide-wrapper {
    row-gap: 50px;
  }
  /*------------------QUIENES SOMOS---------------------*/
  .quienes-somos-img-mob {
    max-height: 18em;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0px 26%;
       object-position: 0px 26%;
  }
  /* FIN NEW STYLE */
  /* Banner */
  .banner .claim {
    font-size: 2.625em;
  }
  .banner.home .text {
    font-size: 1.75em;
  }
  /* Partner */
  .partner {
    padding: 1.5em 0 1.5em 0;
  }
  .partner img {
    display: block;
    margin: 20px auto;
  }
  /*------------------QUIENES SOMOS---------------------*/
  .identidad,
  .numeros,
  .oficinas,
  .privacidad {
    padding: 20px;
  }
  .tasacion {
    padding: 1em;
  }
  .identidad .column,
  .numeros-row .column,
  .oficinas .column {
    width: 43%;
  }
  .tasacion .column {
    margin: 0;
    padding: 4em 1em 0 1em;
  }
  .identidad .column img {
    height: 100px;
  }
  .tasacion .column img {
    height: 80px;
  }
  .numeros-row .column div {
    font-size: 4em;
  }
  /*------------------CONTACTO---------------------*/
  .oficinas .column img {
    height: 2.25em;
  }
  section.single-banner {
    min-height: auto;
  }
}
/* end  reutilizado */
@media (max-width: 1048px) {
  .features > img {
    opacity: 0;
  }
  .madrid-stars .slider-wrap .slider-navigation .slider-nav-btn.title-btn {
    top: -35px;
  }
  /* Footer */
  footer nav.menu a img {
    max-width: 80px;
  }
  footer nav.menu {
    /* flex-direction: column; */
    flex-wrap: wrap;
  }
  footer nav.menu .navigation {
    flex-direction: column;
    align-items: center;
    width: 100%;
    order: 3;
    padding: 20px 0px 0px;
    margin-top: 24px;
    border-top: 1px solid rgba(0, 63, 45, 0.15);
    border-top: 1px solid rgba(var(--main-green-rgba), 0.15);
  }
  footer nav.menu .navigation > li {
    padding: 8px 0px;
  }
  footer .container {
    padding: 20px;
  }
  footer .social {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
/* START OLD CSS */
@font-face {
  font-family: "ArnhemPro";
  src: url("/fonts/ArnhemPro-BoldItalic.otf");
  font-display: swap;
}
/* MEYER RESET */
body,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
img {
  pointer-events: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* REGLAS GLOBALES */
* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b {
  font-weight: 600;
}

.noselect, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#current {
  background: #34495e;
  color: white;
  font-weight: 600;
  letter-spacing: 0.085em;
}

.upper {
  text-transform: uppercase;
}

button,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input.red,
select.red,
textarea.red,
div.red {
  border: 1px solid #ff3366 !important;
}

input.red ~ label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 0px;
}

button[disabled] {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
  cursor: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*** BUTTONS ***/
.button {
  cursor: pointer;
  font-size: 15px;
  padding: 10px 20px;
  background: #003f2d;
  background: var(--main-green);
  text-align: center;
  color: #fff;
  border-radius: 4px;
  display: table;
  margin: 0 auto;
  transition: 0.1s all ease-in;
}
.button:hover {
  opacity: 0.88;
}
.button.big {
  font-size: 16px;
  font-size: var(--font-size-md);
  padding: 16px 28px;
}
.button.small {
  font-size: 14px;
  padding: 4px 8px;
}
.button.bordered {
  border: 1px solid hsl(164, 100%, 18%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.button.bordered:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.button.bordered:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.button.outlined {
  background: transparent;
  border: 1px solid #003f2d;
  border: 1px solid var(--main-green);
  box-shadow: none !important;
  color: #003f2d;
  color: var(--main-green);
}
.button.outlined:hover {
  opacity: 1;
  background: #003f2d;
  background: var(--main-green);
  color: #fff;
}
.button.outlined:active {
  background: hsl(164, 100%, 18%);
  border-color: hsl(164, 100%, 18%);
}
.button.simple {
  background: #fff;
  color: #003f2d;
  color: var(--main-green);
  font-weight: 500;
  border: 1px solid transparent;
}
.button.simple:hover {
  opacity: 1;
  border-color: #003f2d;
  border-color: var(--main-green);
}
.button.simple:active {
  background: #003f2d;
  background: var(--main-green);
  color: #fff;
}
@media (max-width: 776px) {
  .button.simple {
    border-color: #003f2d;
    border-color: var(--main-green);
  }
}
.button.accent {
  background: #69BE28;
}
.button.fullwidth {
  width: 100%;
}

/*** BUTTONS ***/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.color-cbre {
  color: #003f2d;
  color: var(--main-green);
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.line-separator {
  height: 1px;
  background: #EAEAEA;
  max-width: 1650px;
  max-width: var(--max-with-container);
  margin-left: auto;
  margin-right: auto;
}

.separator {
  position: relative;
  width: 100%;
}

.separator:after {
  content: "";
  clear: both;
  display: block;
}

/*** Icons ***/
.icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.icon-search {
  background-image: url("/images/icons/search.svg");
}

.icon-arrow-down {
  background-image: url("/images/icons/arrow-down.svg");
}

.icon-arrow-left {
  background-image: url("/images/icons/arrow-left.svg");
}

.icon-filters {
  background-image: url("/images/icons/filters.svg");
}

.icon-orange-chair {
  background-image: url("/images/espaciosflexibles/silla.svg");
}

.icon-orange-desktop {
  background-image: url("/images/espaciosflexibles/escritorio.svg");
}

.icon-orange-meeting {
  background-image: url("/images/espaciosflexibles/sala.svg");
}

.icon-orange-calendar {
  background-image: url("/images/espaciosflexibles/calendario.svg");
}

.icon-orange-clock {
  background-image: url("/images/espaciosflexibles/tiempo.svg");
}

.icon-map {
  background-image: url("/images/icons/map.svg");
}

.icon-heart {
  background-image: url("/images/icons/heart.svg");
}

.icon-heart-active {
  background-image: url("/images/icons/heart_active.svg");
}

.icon-green-heart {
  background-image: url("/images/icons/green_heart.svg");
}

.icon-green-heart-filled {
  background-image: url("/images/icons/heart_fill.svg");
}

.icon-heart-white-shadow {
  background-image: url("/images/icons/heart_white_shadow.svg");
}

.icon-email {
  background-image: url("/images/icons/mail.svg");
}

.icon-microphone {
  background-image: url("/images/icons/microphone.png");
}

.icon-favorite {
  background-image: url("/images/icons/mail-open.svg");
}

.icon-phone {
  background-image: url("/images/icons/phone.svg");
}

.icon-close-green {
  background-image: url("/images/icons/close_green.svg");
}

.icon-call-person {
  background-image: url("/images/icons/call_person.svg");
}

.icon-show {
  background-image: url("/images/icons/show.svg");
}

.icon-hide {
  background-image: url("/images/icons/hide.svg");
}

.icon-nearby-parking {
  background-image: url("/images/markers/parking.png");
}

.icon-nearby-metro {
  background-image: url("/images/markers/subway_station.png");
}

.icon-nearby-bus {
  background-image: url("/images/markers/bus_station.png");
}

.icon-nearby-train {
  background-image: url("/images/markers/train_station.png");
}

.icon-nearby-school {
  background-image: url("/images/markers/school.png");
}

.icon-nearby-shopping {
  background-image: url("/images/markers/shopping_mall.png");
}

.icon-nearby-supermarket {
  background-image: url("/images/markers/supermarket.png");
}

.icon-nearby-gym {
  background-image: url("/images/markers/gym.png");
}

.icon-service-occupation {
  background-image: url("/images/services/service_occupation.svg");
}

.icon-service-facility {
  background-image: url("/images/services/services_facility_management.svg");
}

.icon-service-occupation-management {
  background-image: url("/images/services/services_gestio_ocupacion.svg");
}

.icon-service-well {
  background-image: url("/images/services/services_well_services.svg");
}

.icon-service-money {
  background-image: url("/images/services/service_money.svg");
}

.icon-service-people {
  background-image: url("/images/services/service_people.svg");
}

.icon-service-limit-people {
  background-image: url("/images/services/service_limit_people.svg");
}

.icon-service-heart {
  background-image: url("/images/services/service_heart.svg");
}

.icon-service-happy {
  background-image: url("/images/services/service_happy.svg");
}

.icon-spacer-animated {
  background-image: url("/images/espaciosflexibles/spacer_animated.svg");
}

.icon-spacer {
  background-image: url("/images/espaciosflexibles/spacer.svg");
}

.icon-calculator-animated {
  background-image: url("/images/espaciosflexibles/calculator_animated.svg");
}

.icon-calculator {
  background-image: url("/images/espaciosflexibles/calculator.svg");
}

.icon-whatsapp {
  background-image: url("/images/icons/whatsapp.svg");
}

/***** Coworking facilities *****/
.icon-private-office {
  background-image: url("/images/coworking/private_office.svg");
}

.icon-shared-space {
  background-image: url("/images/coworking/shared_space.svg");
}

.icon-videoconference {
  background-image: url("/images/coworking/videoconference.svg");
}

.icon-wifi {
  background-image: url("/images/coworking/wifi.svg");
}

.icon-all-day-access {
  background-image: url("/images/coworking/all_day_access.svg");
}

.icon-coffee {
  background-image: url("/images/coworking/coffee.svg");
}

.icon-meeting-room {
  background-image: url("/images/coworking/meeting_room.svg");
}

.icon-break-room {
  background-image: url("/images/coworking/break_room.svg");
}

.icon-reception {
  background-image: url("/images/coworking/reception.svg");
}

.icon-printer {
  background-image: url("/images/coworking/printer.svg");
}

.icon-lockers {
  background-image: url("/images/coworking/lockers.svg");
}

.icon-event-room {
  background-image: url("/images/coworking/event_room.svg");
}

.icon-parking {
  background-image: url("/images/coworking/parking.svg");
}

.icon-showers {
  background-image: url("/images/coworking/showers.svg");
}

.icon-administrative-support {
  background-image: url("/images/coworking/administrative_support.svg");
}

.icon-fun-area {
  background-image: url("/images/coworking/fun_area.svg");
}

.icon-bike {
  background-image: url("/images/coworking/bike.svg");
}

.icon-gym {
  background-image: url("/images/coworking/gym.svg");
}

.icon-it-support {
  background-image: url("/images/coworking/it_support.svg");
}

.icon-security {
  background-image: url("/images/coworking/security.svg");
}

.icon-lock {
  background-image: url("/images/coworking/lock.svg");
}

/***** Coworking facilities *****/
/***** CBRE Commute *****/
.icon-commute-time {
  background-image: url("/images/commute/commute_time.svg");
}

.icon-commute-impact {
  background-image: url("/images/commute/commute_impact.svg");
}

.icon-commute-alternatives {
  background-image: url("/images/commute/commute_alternatives.svg");
}

.icon-commute-heatmap {
  background-image: url("/images/commute/commute_heatmap.svg");
}

.icon-commute-clock {
  background-image: url("/images/commute/commute_clock.svg");
}

.icon-commute-report {
  background-image: url("/images/commute/commute_report.svg");
}

/***** CBRE Commute *****/
/***** CBRE custom icons *****/
.icon-location {
  background-image: url("/images/icons/location.svg");
}

.icon-locations {
  background-image: url("/images/icons/locations.svg");
}

.icon-building {
  background-image: url("/images/icons/building.svg");
}

/***** CBRE end custom icons *****/
/***** HEADER *****/
#bg-light-blue > a {
  background: #50b1bb;
  color: white;
  transition: 0.5s all ease-in;
  background: linear-gradient(to bottom, #2989d8 0%, #4ca8b2 0%, #50b1bb 27%, #409296 100%);
}

#bg-light-blue > a:hover {
  background: #409296;
  background: linear-gradient(to bottom, #409296 10%, #50b1bb 86%, #4ca8b2 100%);
}

@media screen and (max-width: 1008px) {
  nav {
    width: 100%;
  }
  .logo img {
    max-width: 120px;
  }
}
header {
  text-align: center;
  /*height: 52px;*/
}

header > a {
  display: inline-block;
}

.contact-item {
  font-size: 13px;
  text-transform: none;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 10px 12px;
  margin-left: 8px;
  cursor: pointer;
}

.whatsapp-contact {
  background: #006A4D;
  max-height: 40px;
}
.whatsapp-contact img {
  width: 20px;
  margin-right: 5px;
}

.first-head-item {
  background: #ffa61d;
  min-width: 150px;
  transition: all 0.2s ease-in;
}

.first-head-item:hover {
  background: #ef9409;
}

.second-head-item {
  background: #006b4e;
  min-width: 150px;
  transition: all 0.2s ease-in;
}

.second-head-item:hover {
  background: #0a5541;
}

.second-head-item:before {
  content: "";
  background: url("/images/white-headcall-icon.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.third-head-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #003f2d;
  background: var(--main-green);
  cursor: pointer;
  margin-left: 16px;
  transition: all 0.2s ease;
}

.third-head-item:hover {
  background: #004b35;
}

.third-head-item img {
  width: 20px;
  margin-right: 8px;
}

.nav-item {
  color: #1d1d26;
  cursor: pointer;
  align-self: center;
  padding: 12px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  transition: all 0.16s ease;
}

.nav-item span {
  transition: all 0.16s ease;
}

.nav-item:hover {
  color: white;
  background: #006b4e;
}
.nav-item:hover span {
  color: white;
}

#nav-container > .nav-item:first-child:hover {
  border-radius: 8px 8px 0 0;
}

.nav-item p {
  display: inline-block;
}

#favorites-button {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 5px 0;
  cursor: pointer;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 12px;
  transition: all 0.16s ease;
}

#favorites-button:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

#favorites-button:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

#favorites-button .icon {
  height: 16px;
  width: auto;
}

#favorites-button .title {
  font-weight: 700;
  color: #008b6e;
  text-align: center;
  font-size: 8px;
  margin-top: 3px;
}

#favorites-button .badge {
  display: none;
  position: absolute;
  right: -8px;
  top: -4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #008b6e;
  border-radius: 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: white;
  box-shadow: 0 1px 4px rgba(1, 139, 110, 0.5);
}

.multimedia-filters {
  display: none;
}

/***** HEADER *****/
.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  margin-top: 96px;
}

.form-smalltext,
p.form-smalltext {
  font-size: 12px;
  color: #003f2d;
  color: var(--main-green);
}

.form-smalltext a,
p.form-smalltext a {
  color: var(--main-color);
  font-weight: 500;
}

/*** Main hero ***/
.home-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 70vh;
}

.home-hero-img {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("/images/home-images/alquiler.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}

#btnPub .publish-item {
  cursor: pointer;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 10px 25px;
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  background-color: #008b6e;
  border-radius: 8px;
  border: 2px solid #fff;
}

#btnPub .publish-item:hover {
  background: #0a5541;
  box-shadow: 0 15px 46px rgba(26, 26, 29, 0.3), 0 20px 40px rgba(0, 0, 0, 0.3);
}

.home-hero-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-hero-img.venta {
  display: none;
}

.home-hero-img.coworking {
  display: none;
}

.home-hero-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #012a2d;
  opacity: 0.9;
}

.home-hero-content {
  position: relative;
  z-index: 3;
  padding: 0 20px;
  max-width: 1400px;
  max-width: var(--max-with-container2);
  width: 100%;
  margin-top: -40px;
  height: 100%;
}
@media screen and (max-width: 1048px) {
  .home-hero-content {
    margin-top: 20px;
  }
}

.coworking .home-hero-content {
  margin-top: auto;
}

.home-hero-content h1 {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-hero-content .h1 {
  margin-bottom: 24px;
  color: #fff;
  font-family: "FinancierDisplay";
  font-family: var(--secondary-font);
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.home-hero-content.hero-blog h1 {
  margin-top: 130px;
}

.home-hero-content .h2 {
  margin-bottom: 40px;
  color: white;
  font-family: "Calibre";
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  max-width: 732px;
  margin-left: auto;
  margin-right: auto;
}

.home-hero-content h3 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
  letter-spacing: 1px;
  clear: both;
}

.home-hero-content p {
  font-size: 17px;
  color: white;
  line-height: 1.5;
  text-align: center;
}

.home-hero-content form.search {
  display: flex;
  flex-direction: row;
  padding: 45px;
  background-color: white;
  border-radius: 0;
  margin-bottom: 75px;
  gap: 32px;
  gap: var(--main-gap-xl);
}

#searchbox {
  position: relative;
  float: left;
  flex-grow: 3;
}

#searchbox {
  /* margin-top: 12px; */
  position: relative;
  height: 48px;
  background: white;
  overflow: hidden;
  border: 1px solid #cbcdcb;
  border: 1px solid var(--gray);
}

.home-hero-content #searchbox {
  /* margin-top: 12px; */
  position: relative;
  height: 60px;
  background: white;
  overflow: hidden;
  border: 1px solid #cbcdcb;
  border: 1px solid var(--gray);
}

#searchbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 60px;
  background: white;
  padding-left: 64px;
  padding-right: 172px;
  font-size: 16px;
  font-size: var(--font-size-md);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  box-shadow: 0 15px 46px rgba(26, 26, 29, 0.3);
  transition: all 0.16s ease;
}

body:not(.home):not(.coworking):not(.notfound) #searchbox .select2-container {
  width: calc(100% - 150px) !important;
}

#searchbox input:focus,
#searchbox:hover input {
  box-shadow: 0 15px 46px rgba(26, 26, 29, 0.3), 0 20px 40px rgba(0, 0, 0, 0.3);
}

#searchbox button:hover {
  box-shadow: 0 4px 8px rgba(105, 190, 40, 0.4);
  background: #012a2d;
  background: var(--dark-green);
}

#searchbox button:active {
  box-shadow: none;
}

#searchbox .icon {
  position: absolute;
  left: 18px;
  top: 17px;
  width: 25px;
  height: 25px;
  font-size: 20px;
  opacity: 0.64;
}

#search-filters {
  display: flex;
  flex-direction: row;
  float: left;
}

.search-filter:first-child {
  width: 300px;
  flex-shrink: 0;
}

.search-filter:last-child {
  margin-right: 0;
  max-width: 220px;
}

.home-hero-content .search-filter:last-child {
  max-width: none;
}

.search-filter .title {
  color: white;
  margin-left: 4px;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  min-height: 15px;
}

#search-bar .search-filter.modality {
  width: 200px;
}

#search-bar .search-filter .title {
  min-height: 0;
}

.search-filter .filterbox {
  position: relative;
  height: 60px;
  background: white;
}

.search-filter select.tamaño,
.search-filter select.modalidad,
#searchbox select.select2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  padding: 0 40px 0 16px;
  font-size: 16px;
  font-size: var(--font-size-md);
  font-family: "Calibre";
  font-family: var(--main-font);
  font-weight: 600;
  color: #435254;
  color: var(--third-green);
  background-color: white;
  outline: none;
  display: none;
}

.search-filter select.tamaño + .icon,
.search-filter select.modalidad + .icon,
#searchbox select.select2 + .icon {
  position: absolute;
  right: 16px;
  width: 12px;
  height: 12px;
  pointer-events: none;
  transition: 0.2s all;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(23%) saturate(1874%) hue-rotate(117deg) brightness(100%) contrast(101%);
  filter: var(--arrow-filter);
}

.home-hero-content .search-filter select.modalidad + .icon {
  top: 23px;
  width: 20px;
}

.search-filter select:focus + .icon {
  transform: translateY(-50%) rotate(180deg);
}

/* select.modalidad {
    visibility: hidden;
    opacity: 0;
} */
#modality-selector {
  position: relative;
  height: 100%;
  display: flex;
  border: 1px solid #cbcdcb;
  border: 1px solid var(--gray);
}

#modality-selector .item {
  flex: 1; /* Se distribuye uniformemente */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: "Calibre";
  font-family: var(--main-font);
  font-size: 16px;
  font-size: var(--font-size-md);
  font-weight: 600;
  text-align: center;
  border-right: 1px solid #cbcdcb;
  border-right: 1px solid var(--gray);
  position: relative;
  z-index: 2;
  color: #003f2d;
  color: var(--main-green);
}

#modality-selector .item:nth-last-child(2) {
  border-right: none;
}

#modality-selector .item.selected {
  color: rgba(26, 26, 29, 0.8);
}

/* Control del ancho del knob según la cantidad de opciones */
#modality-selector .knob {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #17e88f;
  background: var(--light-green);
  transition: all 0.2s ease;
  z-index: 1;
}

/* Si hay 3 opciones */
#modality-selector:has(.item:nth-child(3)) .knob {
  width: 33.33%;
}

/* Si hay 2 opciones */
#modality-selector:has(.item:nth-child(2)):not(:has(.item:nth-child(3))) .knob {
  width: 50%;
}

/* Si hay 1 opción */
#modality-selector:has(.item:nth-child(1)):not(:has(.item:nth-child(2))) .knob {
  width: 100%;
}

/* Caso con 3 opciones */
#modality-selector:has(.item:nth-child(3)) .item:nth-child(1).selected ~ .knob {
  left: 0%;
}

#modality-selector:has(.item:nth-child(3)) .item:nth-child(2).selected ~ .knob {
  left: 33.33%;
}

#modality-selector:has(.item:nth-child(3)) .item:nth-child(3).selected ~ .knob {
  left: 66.66%;
}

/* Caso con 2 opciones */
#modality-selector:has(.item:nth-child(2)):not(:has(.item:nth-child(3))) .item:nth-child(1).selected ~ .knob {
  left: 0%;
}

#modality-selector:has(.item:nth-child(2)):not(:has(.item:nth-child(3))) .item:nth-child(2).selected ~ .knob {
  left: 50%;
}

/* Caso con 1 opción */
#modality-selector:has(.item:nth-child(1)):not(:has(.item:nth-child(2))) .item:nth-child(1).selected ~ .knob {
  left: 0%;
}

#index-chevron .scroll-down {
  margin-top: 10px;
  min-height: 80px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
@keyframes chevron-pulse {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#index-chevron .scroll-down .scroll-indicator .tcon-svgchevron {
  height: 40px;
  width: 40px;
}

#index-chevron .scroll-down .scroll-indicator .tcon-svgchevron path {
  animation: chevron-pulse 2.4s infinite cubic-bezier(0.4, 0, 0.2, 1);
  fill: transparent;
  stroke: #fff;
  stroke-width: 1px;
}

#index-chevron .scroll-down .scroll-indicator .tcon-svgchevron path.a1 {
  animation-delay: 0s;
}

#index-chevron .scroll-down .scroll-indicator .tcon-svgchevron path.a2 {
  animation-delay: -0.5s;
}

#index-chevron .scroll-down .scroll-indicator .tcon-svgchevron path.a3 {
  animation-delay: -1s;
}

/***** PROPIEDAD *****/
.property {
  display: grid;
  grid-template-rows: repeat(2, auto);
  justify-items: stretch;
  align-items: stretch;
  background-color: #F5F7F7;
  height: 100%;
}
@media screen and (max-width: 1048px) {
  .property {
    width: 100%;
  }
}
.property .image img {
  aspect-ratio: 1.5 / 1;
  aspect-ratio: var(--main-aspect-ratio);
}
.property .info {
  padding: 24px 32px;
  min-height: 130px;
}
.property .info .title {
  font-family: "FinancierDisplay";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #003f2d;
  text-transform: capitalize;
  margin: 0 0 12px;
}
.property .info .territorials {
  font-family: "Calibre";
  font-size: 16px;
  font-size: var(--font-size-md);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #435254;
}
.property .info .territorials .territory {
  text-transform: capitalize;
}

/***** CAROUSEL DESTACADOS *****/
.madrid-stars {
  font-size: 24px;
}

.madrid-stars.popular {
  padding-top: 72px;
}

.madrid-stars.sale {
  margin-bottom: 100px;
}

.madrid-stars .slider .holder .slide-wrapper {
  display: grid;
  grid-column-gap: 5%;
  align-items: start;
  height: auto;
}

.madrid-stars b {
  font-weight: bold;
}

.madrid-stars h2 {
  text-align: center;
  margin-bottom: 56px;
  margin-top: 100px;
  padding: 0 20px;
  color: #003f2d;
  font-family: "FinancierDisplay";
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0;
}
@media screen and (max-width: 1048px) {
  .madrid-stars h2 {
    margin-bottom: 32px;
  }
}

#property-form.cbreModal {
  left: 0;
}
#property-form.cbreModal .hide {
  display: none;
}
#property-form.cbreModal .fix-gap {
  gap: 1.3em 4%;
}
#property-form.cbreModal .llamanos-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
#property-form.cbreModal .llamanos-form img {
  width: 40px;
  margin-right: 40px;
  background: none !important;
}
#property-form.cbreModal .form-container {
  flex-direction: column;
}

.madrid-stars .results-item {
  margin-bottom: 0;
  overflow: visible;
}

.madrid-stars .results-item,
.madrid-stars .results-item * {
  outline: none;
}

.slider-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.2s ease-in;
  display: inline-block;
  margin: 0 1rem;
  outline: none;
}

.results-item .slider-box {
  height: 200px;
  background-color: #efefef;
  width: 100%;
}

.madrid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding: 1rem;
  color: white;
  background: rgba(9, 49, 39, 0.85);
  text-transform: uppercase;
  font-family: "Lato";
  letter-spacing: 0.025em;
  z-index: 600;
  transition: all 0.2s ease-in;
  display: inline-block;
}

.normal-info-title {
  color: #00a734;
  margin-bottom: 10px;
  font-size: 18px;
  transition: all 0.2s ease-in;
}

.normal-info-title:after {
  content: none;
}

.normal-info-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: white;
  transition: all 0.2s ease-in;
}

.normal-info-subtitle:after {
  display: block;
  content: "";
  border-bottom: solid 3px #2e9a4c;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 0 50%;
  padding-bottom: 1rem;
}

.results-item .normal-info-subtitle:after {
  content: none;
}

.extra-info {
  opacity: 0;
  transition: all 0.2s ease-in;
  position: absolute;
  font-size: 14px;
  text-transform: none;
}

.extra-info p {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: center;
}

.extra-info a {
  display: inline-block;
  padding: 0.8rem;
  color: white;
  border: 1px solid white;
  transition: all 0.15s ease-in;
}

.extra-info a:hover {
  background: #00a734;
  border-color: transparent;
}

.slider-box:hover .extra-info {
  display: inline-block;
  opacity: 1;
  position: static;
  position: initial;
  transition: all 0.5s ease-in;
}

.slider-box:hover .madrid-text {
  transition: all 0.2s ease-in;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  flex-direction: column;
  justify-content: center;
}

.slider-box:hover .normal-info-title {
  color: white;
  font-weight: 200;
  font-size: 24px;
  padding-bottom: 0;
  transition: all 0.2s ease-in;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

.slider-box:hover .normal-info-subtitle {
  font-size: 24px;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
}

.slider-box:hover .normal-info-subtitle:after {
  transform: scaleX(1);
  transition: transform 750ms ease-in-out;
}

.slider-container {
  padding: 30px;
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.dontrollers {
  display: flex;
  justify-content: center;
  margin: 3.2rem 0.5rem 0;
  position: absolute;
  top: -100px;
  right: 90px;
}

.dontrollers i:before {
  line-height: 38px;
}

.madrid-stars .slick-arrow {
  margin: 0 16px;
  background: white;
  border: 2px solid #006b4e;
  border-radius: 4px;
  color: #006b4e;
  cursor: pointer;
  height: 42px;
  width: 42px;
  padding: 0;
  text-align: center;
  line-height: 36px;
  transition: all 0.16s ease-in;
}

.madrid-stars .slick-arrow:hover {
  background: #006b4e;
  color: white;
  transform: scale(1.025);
  border: 2px solid #006b4e;
}

.slick-dots {
  bottom: -35px;
}

.slider-box:nth-of-type(even) .madrid-text {
  background: rgba(44, 141, 74, 0.8);
}

.slider-box:nth-of-type(even) .normal-info-title {
  color: rgb(40, 78, 68);
  font-weight: 600;
  transition: all 0.2s ease-in;
}

.slider-box:nth-of-type(even) .extra-info a:hover {
  background: rgb(40, 78, 68);
}

.slider-box:nth-of-type(even):hover .normal-info-title {
  color: rgb(40, 78, 68);
  font-weight: 600;
}

.slider-box:nth-of-type(even) .normal-info-subtitle:after {
  border-bottom: solid 3px #295646;
}

.slick-slide {
  height: auto;
  max-height: 500px;
}

/***** CAROUSEL DESTACADOS *****/
/***** MAPA HOME *****/
.map-home {
  background-color: #003f2d;
}
.map-home .title-map-home {
  padding-top: 100px;
}
@media screen and (max-width: 1048px) {
  .map-home .title-map-home {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 32px;
  }
}
.map-home .title-map-home p {
  font-family: "FinancierDisplay";
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
  color: white;
}
.map-home .title-map-home span {
  font-weight: 600;
}
.map-home .maps {
  width: 100%;
  padding-bottom: 100px;
}
.map-home .maps > div {
  width: 100%;
  height: 500px;
}
@media screen and (max-height: 700px) {
  .map-home .maps > div {
    height: 440px;
  }
}

.search-map .gm-style-iw > div,
.search-map .gm-style-iw > div > div {
  overflow: visible !important;
}

.search-map .gm-style-iw {
  left: 10px !important;
  padding: 12px !important;
  padding-right: 20px !important;
}

.real-state-list {
  background: #fff;
  border: 1px solid #ddd;
}

.real-state-list.in-map {
  border: 0;
}

.real-state-list.in-map .image-container {
  display: block;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  height: 178px;
  background: #efefef;
}

.product-map .real-state-list.in-map .image-container {
  height: 145px;
}

.real-state-list.in-map .boximg {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  display: block;
  height: 100%;
}

header.entry-header {
  text-align: left;
  min-height: 0 !important;
}

.entry-content {
  margin-left: 4px;
  margin-top: 10px;
}

.entry-content h1 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
  font-family: "Raleway", "Lato", sans-serif;
}

.entry-content .entry-property {
  font-size: 0.95em;
  margin: 4px 0;
}

.entry-content .territorials {
  margin-left: -2px;
  margin-top: 3px;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.entry-content .territorials a.territory {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 1px 2px;
  display: inline-block;
  transition: 0.1s all;
}

.entry-content .territorials a:hover {
  border: 1px solid rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.entry-content .icon {
  height: auto;
  width: 8px;
  margin-right: 4px;
}

.entry-content .entry-view {
  margin-top: 18px;
  margin-bottom: 8px;
}

.entry-content .btn-infobox {
  border-radius: 4px;
  color: #fff;
  background-color: #008b6e;
  font-size: 12px;
  margin-top: 16px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.entry-content .btn-infobox.active,
.entry-content .btn-infobox:active,
.entry-content .btn-infobox:hover,
.open > .entry-content .btn-infobox.dropdown-toggle {
  color: #fff;
  background-color: #007b5e;
}

.real-state-list.in-map .image-container {
  position: relative;
}

.product-map .entry-view a {
  display: none;
}

/***** MAPA HOME *****/
/***** NOTICIAS HOME *****/
.noticias-home {
  margin: 0 auto 100px;
  padding-bottom: 64px;
}
@media screen and (max-width: 1048px) {
  .noticias-home {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1047px) {
  .noticias-home .holder {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }
}
.noticias-home > .title {
  font-family: "FinancierDisplay";
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
  color: #003f2d;
  padding: 64px 20px 40px;
}
@media screen and (max-width: 1048px) {
  .noticias-home > .title {
    padding-top: 48px;
    padding-bottom: 32px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.noticias-home .news-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
}
.noticias-home .news-container .news-item {
  width: 100%;
  background: white;
  margin-bottom: 64px;
  transition: all 0.12s ease-in;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.noticias-home .news-container .news-item:hover > a > .news-item-body .news-item-text .title {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.noticias-home .news-container .news-item:hover > a > .image img {
  opacity: 0.7;
}
.noticias-home .news-container .news-item > a > .image {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  aspect-ratio: var(--main-aspect-ratio);
  position: relative;
  background-color: #003f2d;
}
.noticias-home .news-container .news-item > a > .image img {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  position: absolute;
}
.noticias-home .news-container .news-item > a > .news-item-body {
  line-height: 1.15em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.noticias-home .news-container .news-item > a > .news-item-body .news-item-text .date {
  font-family: "Calibre";
  line-height: 28px;
  margin: 0;
  padding: 12px 0 8px;
}
.noticias-home .news-container .news-item > a > .news-item-body .news-item-text .title {
  color: #003f2d;
  font-family: "Calibre";
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 auto 8px;
}
.noticias-home .news-container .news-item > a > .news-item-body .news-item-text .intro {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #435254;
  font-family: "Calibre";
  font-size: 16px;
  font-size: var(--font-size-md);
  font-weight: 400;
  line-height: 28px;
}
.noticias-home .news-container .news-item > a > .news-item-body .news-item-link {
  margin-top: 12px;
}
.noticias-home .link-all-news {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

/***** NOTICIAS HOME *****/
/***** BÚSQUEDA *****/
#search-bar {
  position: relative;
  padding: 10px 0px;
  border-bottom: 1px solid #eaeaea;
  background: #fafafa;
}

#search-bar form {
  /* max-width: 68.8%; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  gap: var(--main-gap);
}

#search-bar .search-filter .title {
  font-size: 10px;
  color: rgba(29, 29, 38, 0.8);
  margin-bottom: 2px;
}

#search-bar .search-filter .filterbox {
  height: 48px;
  border: 1px solid #cbcdcb;
  border: 1px solid var(--gray);
}

#search-bar .search-filter .filterbox .cbreSelect-wrap {
  border: 0px;
}

#search-bar #modality-selector .item {
  font-size: 13px;
  line-height: 46px;
}

#search-bar #searchbox {
  flex: 1;
  min-width: 388px;
}
@media (min-width: 1024px) {
  #search-bar #searchbox {
    min-width: 450px;
  }
}

#search-bar #searchbox input {
  height: 48px;
  border: 1px solid #cbcdcb;
  border: 1px solid var(--gray);
  padding-left: 44px;
}

#search-bar #searchbox input:focus,
#search-bar #searchbox input:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

#search-bar #searchbox .icon {
  top: 16px;
  width: 16px;
  height: 16px;
  left: 16px;
  opacity: 0.48;
}

#search-bar #searchbox button {
  padding: 10px 24px;
  position: absolute;
  right: 0;
  top: 0;
  height: 47px;
  width: 150px;
}

#search-bar .search-filter select.tamaño {
  max-width: 210px;
}

#search-bar .search-filter select.orden {
  max-width: 210px;
}

#search-bar .search-filter.more {
  margin-right: 0;
}

#search-bar .search-filter.more .filterbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 12px;
  cursor: pointer;
}

#search-bar .search-filter.more .icon:first-child {
  width: 20px;
  height: 20px;
  opacity: 0.6;
}

#search-bar .search-filter.more .icon:last-child {
  width: 12px;
  height: 12px;
  margin-left: 12px;
  opacity: 0.48;
  transition: all 0.16s ease;
}

#search-bar .search-filter.more .filterbox.opened .icon {
  transform: rotate(180deg);
  transform-origin: center;
}

#search-bar .search-filter.size {
  transition: all 0.2s ease;
}

#search-bar .search-filter.size.hidden {
  width: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
}

.pop-filtros {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: #fafafa;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 15px 20px -8px rgba(0, 0, 0, 0.32);
}

.filtros-container {
  min-width: 175px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.filtros-item {
  width: 100%;
}
@media (min-width: 1024) {
  .filtros-item {
    padding: 0 10px;
  }
}

.filtros-item-listener {
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  gap: 16px;
  gap: var(--main-gap);
  font-family: "Calibre Medium";
  font-family: var(--main-font-medium);
  font-size: 18px;
}

.filtros-item-listener .services-count {
  min-width: 45px;
  min-height: 1px;
  display: inline-block;
}

.filtros-item > .content {
  position: relative;
  padding: 14px 18px 14px 16px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s box-shadow;
  height: 48px;
  font-family: "Calibre";
  font-family: var(--main-font);
  line-height: 16px;
  font-size: 16px;
}

.filtros-item i:first-child {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 10px;
  line-height: 18px;
}

.filtros-item .ion {
  color: rgba(0, 0, 0, 0.75) !important;
}

.filtros-item .ion {
  font-size: 18px;
}

.filtros-item > .content > .title {
  font-size: 16px;
  font-size: var(--font-size-md);
  font-family: "Lato", "Raleway", sans-serif;
  color: rgba(107, 107, 121, 0.8);
  font-weight: 600;
  background-color: white;
}

.filtros-item i.expand {
  color: rgba(0, 0, 0, 0.8);
  width: 12px;
  transition: 0.2s all;
  margin-top: 2px;
}

.filtros-item .dropdown {
  min-width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  background: #fff;
  padding: 1rem;
  max-height: calc(100vh - 176px);
  border: 1px solid #cbcdcb;
  border: 1px solid var(--gray);
  overflow: auto;
  z-index: 9999;
}
@media (min-width: 500px) and (max-width: 768px) {
  .filtros-item .dropdown {
    min-width: 100%;
    width: calc(100% + 2px);
  }
}
.filtros-item.show .dropdown {
  display: block;
}

.filtros-item.show i.expand {
  transform: rotate(180deg);
}

.filtros-item .checkbox-container label {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  line-height: 1.4em;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  gap: 8px;
  gap: var(--main-gap-sm);
}
.filtros-item .checkbox-container label div {
  display: inline-flex;
  vertical-align: middle;
  white-space: nowrap;
}

.filtros-item .checkbox-container input[type=checkbox] {
  vertical-align: bottom;
}

.filters-title {
  font-weight: bold !important;
  color: rgba(107, 107, 121, 0.8);
  text-align: center;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: var(--font-size-md);
}

.apply-filters-container {
  clear: both;
  padding-top: 1rem;
}
.apply-filters-container button {
  padding: 10px 24px;
}
@media screen and (max-width: 1048px) {
  .apply-filters-container {
    position: sticky;
    bottom: 0px;
  }
}

.apply-filters {
  color: white;
  background: #008b6e;
  width: 220px;
  font-family: "Raleway", "Lato", sans-serif;
  font-size: 17px;
  font-weight: 600;
  border: 0;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 10px;
  letter-spacing: 0.5px;
  transition: 0.2s all ease;
  display: block;
  font-size: 14px;
  height: 47px;
  width: 150px;
}

/* COWORKING */
.partners {
  padding: 32px !important;
}

@media screen and (max-width: 1048px) {
  .partners-icons {
    max-width: 100%;
    justify-content: flex-start;
    overflow: auto;
  }
}

.partners-icons > div {
  min-width: 120px;
  background-color: white;
  padding: 5px 10px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners-icons > div img {
  max-height: 100%;
  width: auto;
}

/* END COWORKING */
.filtros-item .checkbox-container input[type=checkbox] {
  margin: 0;
  vertical-align: middle;
  display: none;
}

.filtros-item .checkbox-container input[type=checkbox]:checked + label {
  font-weight: 600;
}

.filtros-item .checkbox-container input[type=checkbox] + label .icon {
  height: 20px;
  width: 20px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  border: 1px solid #cbcdcb;
  border: 1px solid var(--gray);
}

.filtros-item .checkbox-container input[type=checkbox]:checked + label .icon {
  z-index: -1;
  background-color: #003f2d;
  background-color: var(--main-green);
  border: 1px solid #003f2d;
  border: 1px solid var(--main-green);
  position: relative;
}
.filtros-item .checkbox-container input[type=checkbox]:checked + label .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 10px;
  height: 6px;
  border: 1px solid white;
  border-top: 0px;
  border-right: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.col-md-6 {
  width: 50%;
  float: left;
}

.js-show-filtros {
  display: flex;
  z-index: 999;
}

@media (min-width: 1000px) {
  .home-hero-content .search button {
    float: left;
  }
}
@media (max-width: 1210px) {
  #search-bar #searchbox input {
    padding-right: 112px;
  }
  #search-bar #searchbox button {
    width: 100px;
  }
}
@media (max-width: 1210px) {
  body:not(.home):not(.coworking) #searchbox .select2-container,
  body:not(.home):not(.coworking):not(.notfound) #searchbox .select2-container {
    width: calc(100% - 100px) !important;
  }
}
@media (max-width: 944px) {
  #search-bar form {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #search-bar .search-filter select.orden,
  #search-bar .search-filter select.tamaño {
    max-width: 160px;
  }
  #search-bar .search-filter.more {
    margin-top: 12px;
  }
}
@media (max-width: 1048px) {
  .selling-section-container a.secondary-btn {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #search-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 638px) {
  #search-bar #searchbox {
    margin-top: 8px;
    min-width: 100%;
  }
}
@media (max-width: 498px) {
  #search-bar .search-filter select.orden,
  #search-bar .search-filter select.tamaño {
    max-width: 140px;
  }
}
@media (max-width: 480px) {
  .filtros-item {
    width: 100%;
    margin-bottom: 12px;
  }
  .filtros-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 419px) {
  #search-bar .search-filter.order select,
  #search-bar .search-filter.size select {
    max-width: 92px;
  }
}
@media (max-width: 340px) {
  #search-bar {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/***** BÚSQUEDA *****/
/***** MAIN RESULTS *****/
.main-results {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 32px;
  gap: var(--main-gap-xl);
}

.results-products {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.results-products > .header {
  margin-top: 8px;
  margin-bottom: 18px;
  padding-left: 10px;
}

.results-products > .header h1 {
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  margin-right: 18px;
}

.results-products .items {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.results-products .item {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #435254;
  color: var(--third-green);
  background-color: rgba(0, 63, 45, 0.15);
  background-color: rgba(var(--main-green-rgba), 0.15);
  letter-spacing: 1px;
  padding: 11px 16px;
  transition: 0.12s all;
}

.results-products .item:hover, .results-products .item.active {
  background-color: #003f2d;
  background-color: var(--main-green);
  color: white;
}

.results-products #subterritories-button {
  display: block;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 4px;
  vertical-align: top;
  transition: 0.12s all;
}

.results-products #subterritories-button i {
  display: inline-block;
  margin-left: 4px;
  margin-right: 2px;
  transition: 0.2s all;
}

.results-products #subterritories-button i {
  transform: rotate(180deg) translate(0, 1px);
}

.results-products #subterritories-button i.collapse {
  transform: rotate(0deg);
}

.results-products .extra-html {
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 1.4em;
}

.results-products .extra-html h2,
.results-products .extra-html h3 {
  text-align: left;
  font-family: "Calibre";
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 32px;
  color: #003f2d;
}

.results-products .extra-html h2 {
  font-size: 24px;
}

.results-products .extra-html h3 {
  font-size: 20px;
}

.results-products .extra-html p {
  margin-bottom: 16px;
}

.results-products .extra-html ul {
  list-style: disc outside none;
  list-style: initial;
  margin-bottom: 16px;
}

.results-products .extra-html li {
  margin-bottom: 12px;
  margin-left: 16px;
}

.results-products .extra-html a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: bold;
  color: #003f2d;
  color: var(--main-green);
}

.results-sidebar {
  width: 32%;
  position: relative;
}
.results-sidebar #main-map {
  height: 100vh;
  top: 0;
  position: static !important;
  position: initial !important;
  max-height: 100vh;
}
@media (max-width: 1047px) {
  .results-sidebar .results-sidebar {
    min-height: 100vh;
  }
}
@media (min-width: 1048px) {
  .results-sidebar #main-map {
    height: 100vh;
    max-height: calc(100vh - 165px);
    width: 100%;
    position: absolute !important;
    top: -40px;
  }
}
.results-sidebar #main-map-container {
  position: sticky;
  top: 90px;
  width: 100%;
  top: 90px;
  width: 100%;
  max-height: calc(100vh - 90px);
  height: 100%;
}
.results-sidebar #controls-container {
  position: sticky;
  top: 0px;
  z-index: 1;
  height: 40px;
  transform: translateX(214px);
}
@media (max-width: 1048px) {
  .results-sidebar #controls-container {
    transform: translateX(0);
    display: block;
    height: 80px;
    width: 100%;
    position: absolute;
    background-color: white;
  }
}
@media (min-width: 1048px) {
  .results-sidebar .draggable-map {
    position: relative;
    top: 10px;
  }
}
@media (max-width: 1048px) {
  .results-sidebar .draggable-map {
    top: 19px !important;
  }
}
@media (max-width: 1048px) {
  .results-sidebar .menu_toggle.map_toggle.mobile-only {
    top: 30px !important;
  }
}

#results-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px 32px;
  gap: 50px var(--main-gap-xl);
}

#spinner {
  display: none;
  margin: 5px auto 40px;
}

#spinner.testest {
  margin: 0 !important;
}

.results-row-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 24px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.results-item {
  width: calc(33.3% - 32px * 2 / 3);
  width: calc(33.3% - var(--main-gap-xl) * 2 / 3);
  border: 1px solid #615d5d;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.55);
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}
.results-item .features_mobile {
  display: none;
}
.results-item > a {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.results-item .slider-box {
  margin: 0;
}

.results-row-container .results-item:nth-of-type(even) .madrid-text {
  background: rgba(44, 141, 74, 0.8);
}

.results-row-container .results-item:nth-of-type(even) .normal-info-title {
  color: rgb(40, 78, 68);
  font-weight: 600;
  transition: all 0.2s ease-in;
}

.results-row-container .results-item:nth-of-type(even) .extra-info a:hover {
  background: rgb(40, 78, 68);
}

.results-row-container .results-item:nth-of-type(even):hover .normal-info-title {
  color: rgb(40, 78, 68);
  font-weight: 600;
}

.results-row-container .results-item:nth-of-type(even) .normal-info-subtitle:after {
  border-bottom: solid 3px #295646;
}

.dinamic-info {
  display: flex;
  flex-direction: column;
}

.dinamic-info p {
  padding: 1rem;
  font-size: 16px;
  font-size: var(--font-size-md);
  font-weight: 600;
  padding: 0.7rem 0.3rem 0;
}

.dinamic-info a {
  padding: 1rem;
  background: #006b4e;
  text-align: center;
  color: white;
  transition: all 0.2s ease-in;
  background: white;
  color: #006b4e;
  border: 1px solid #006b4e;
  width: 7rem;
  font-size: 0.8rem;
  padding: 0.5rem;
  margin-left: 0.3rem;
  margin-top: 0.7rem;
  transition: all 0.15s ease-in;
}

.dinamic-info a:hover {
  background: #0a5541;
  background: #006b4e;
  color: white;
}

.results-item .slider-box:hover .normal-info-subtitle {
  max-height: 40px;
  overflow: hidden;
  border-bottom: 2px solid green;
  padding-bottom: 5px;
}

.results-item .normal-info-title {
  font-size: 12px;
}

.results-item .normal-info-subtitle {
  font-size: 14px;
}

.results-item .madrid-text {
  padding: 0.75rem 1rem;
}

.results-item .normal-info-title {
  margin-bottom: 5px;
}

.features_mobile .results-item .slider-box:hover .normal-info-title {
  font-size: 14px;
}

.results-item .slider-box:hover .normal-info-subtitle {
  font-size: 18px;
  margin-bottom: 0;
}

.results-item .normal-info-subtitle:after {
  padding-bottom: 0.5rem;
}

.results-item .extra-info p {
  font-size: 12px;
  margin: 0.5rem 0;
}

.results-item .icon-area:before,
.results-item .icon-metros:before {
  min-height: 25px;
  min-width: 20px;
}

.results-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  background: #efefef;
}

.gm-style-iw-d .features,
.results-item .info .features {
  display: flex;
  gap: 16px;
  gap: var(--main-gap);
  margin-top: 10px;
}

.gm-style-iw-d .features img,
.results-item .info .features img {
  background: transparent;
  max-width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

/********** NEW RESULTS ITEM **********/
.results-item .image-container {
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: 0.12s box-shadow;
  aspect-ratio: 128/89;
}

.results-item:hover .image-container {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.results-item:active .image-container {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.results-item .image-container .features {
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.results-item .image-container .heart,
.gm-style-iw-d .image-container .heart {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  z-index: 1;
}

.results-item .image-container .result-multimedia {
  position: absolute;
  top: 0;
  right: 60px;
  display: none;
  z-index: 1;
}

.results-item .image-container .result-multimedia > div {
  padding-left: 12px;
  padding-top: 12px;
  display: inline-block;
}

.results-item .image-container .show-photos .icon,
.results-item .image-container .heart .icon,
.gm-style-iw-d .image-container .heart .icon {
  width: 26px;
  height: 26px;
}

.results-item .image-container .show-photos .icon,
.results-item .image-container .show-video .icon {
  color: white;
  font-size: 1.5em;
}

.results-item .image-container .heart.favorite .icon,
.gm-style-iw-d .image-container .heart.favorite .icon {
  background-image: url("/images/icons/heart_green_fill_outlined.svg");
}

.results-item .image-container .feature-container {
  text-align: right;
  margin-top: 8px;
  animation-duration: 0.2s;
}

.results-item .image-container .feature {
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  -webkit-backdrop-filter: blur(6px) saturate(180%);
  backdrop-filter: blur(6px) saturate(180%);
}

.results-item .image-container .feature-container:not(.offices) {
  display: none;
}

.results-item .image-container .feature .bigger {
  font-size: 1.2em;
}

.results-item .info {
  margin-top: 20px;
  position: relative;
  margin-top: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.gm-style-iw-d .featured,
.results-item .featured {
  padding: 5px 10px;
  border: none;
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 3px;
  border-radius: 0;
  position: absolute;
  top: 14px;
  left: 0;
  background-color: #003f2d;
  background-color: var(--main-green);
}

.results-item .info .title {
  font-size: 24px;
  text-transform: capitalize;
}

.results-item .info .territorials {
  font-size: 16px;
  font-weight: 400;
  color: #435254;
  color: var(--third-green);
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: auto;
}

.results-item .info .territorials .gt {
  margin: 0;
}

.results-item .info .territorials a:hover {
  border: 1px solid rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.results-item .info .see-in-map {
  color: #cbcdcb;
  color: var(--gray);
  font-size: 16px;
}

.results-item .info .see-in-map:hover {
  padding-left: 6px;
  border-color: #008b6e;
  background: #008b6e;
  color: white;
}

.results-item .product-form {
  display: none;
  position: fixed !important;
  width: 100% !important;
  bottom: 0 !important;
  padding: 2rem;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  margin: 0;
  transition: all 0.2s ease-in;
}
.results-item .product-form .close {
  display: inline-block;
}
.results-item .product-form .form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.results-item .product-form .formulario-entero {
  width: 100% !important;
  margin: auto;
  max-width: 860px;
}

/**************************************/
/* esta regla hace que se pierda el efecto de transicion, pero centra el contenido en vertical*/
.results-item .slider-box:hover .madrid-text {
  display: flex;
}

.dinamic-map {
  width: 32%;
  margin-top: -70px;
  height: 100%;
  position: absolute;
  right: 0;
}

.dinamic-map.fixed,
.search-map.fixed {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  margin-top: 0 !important;
}

.dinamic-map.fixed-bottom {
  position: absolute;
  bottom: 0;
  top: auto;
  right: 0;
}

.dinamic-map .maps {
  height: 100%;
  width: 100%;
}

.dinamic-map .maps > div {
  height: 100%;
}

/*    S O L U C I O N E S    R E S U L T A D O S */
.results-soluciones {
  background: #FAFAFA;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

.info-claim {
  padding: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.info-claim p {
  font-size: 22px;
}
.info-claim .button {
  margin: 0;
  display: block;
  margin-left: 32px;
}

/*** Email contact modal ***/
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 40px 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

@media (min-width: 1000px) {
  .modal-dialog-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
}
/* Modal Content */
.modal-content label {
  display: block;
  margin-bottom: 4px;
  margin-left: 2px;
  font-size: 14px;
  font-weight: 600;
  color: #435254;
  color: var(--third-green);
  font-family: "Calibre Medium";
  font-family: var(--main-font-medium);
}

.modal-content #we-call-you + label {
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 500;
}

.modal-content input:not([type=checkbox]),
.modal-content textarea,
.modal-content select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: block;
  height: 44px;
  width: 100%;
  border: 1px solid #cbcdcb;
  border: 1px solid var(--gray);
  padding: 0 12px;
  font-size: 15px;
  background: white;
  font-family: "Calibre";
  font-family: var(--main-font);
}

.modal-content input[type=tel] {
  margin-bottom: 8px;
}

.modal-content textarea {
  padding-top: 1rem;
  height: auto;
}

.modal-content select {
  cursor: pointer;
  padding: 0 40px 0 12px;
}

.modal-content .select-container {
  position: relative;
  padding: 0;
}

.modal-content .select-container .select-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  border-radius: 0 4px 4px 0;
  color: var(--main-color);
  font-size: 20px;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
  transition: 0.2s all;
}

.modal-content .select-container .select-arrow i {
  padding-top: 11px;
  display: block;
}

#myModal3 label {
  display: none;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.close-modal {
  color: rgba(255, 255, 255, 0.7);
  font-size: 60px;
  position: absolute;
  top: 20px;
  right: 24px;
  cursor: pointer;
  width: 48px;
  text-align: center;
  outline: none;
  transition: all 0.1s ease-in;
}

.close-modal:focus,
.close-modal:hover {
  color: white;
}

.close {
  float: right;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border: 0px;
  background-color: transparent;
  filter: brightness(0) saturate(100%) invert(18%) sepia(66%) saturate(789%) hue-rotate(120deg) brightness(91%) contrast(103%);
  background-image: url(/images/icons/close.svg);
}

.close:focus,
.close:hover {
  color: rgb(16, 79, 64);
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
}

.modal-header p {
  font-size: 14px;
  margin-bottom: 20px;
}

.modal-header p.title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #00402f;
}

#myContactModal .modal-title {
  color: #006a4d;
  font-size: 20px;
  font-weight: 600;
}
#myContactModal .modal-content p {
  margin: 20px 0;
}
#myContactModal .modal-content p a.link-telefono {
  color: #006a4d;
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin-top: 5px;
}
#myContactModal .close {
  color: grey;
  font-size: 30px;
  font-weight: 500;
}

.mailing-item {
  text-align: center;
}

.mailing-item img {
  max-width: 65px;
}

.call-item:nth-of-type(2) {
  width: 75%;
  text-align: left;
  padding: 0 2rem 0 0;
}

.mailing-item:last-child {
  text-align: left;
  justify-content: flex-end;
  align-self: baseline;
}

.mailing-item p {
  color: #1d1d26;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-top: 1rem;
}

.mailing-item form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mailing-item input {
  width: 100%;
  margin-bottom: 1rem;
  height: 2.5rem;
  padding: 0 1rem;
}

.mailing-item button {
  color: white;
  background: #006b4b;
  width: 100%;
  border: none;
  padding: 0.9rem;
  cursor: pointer;
}

.mailing-item button:hover {
  background: rgb(16, 79, 64);
}

.result_item_slide img {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

@media screen and (max-width: 640px) {
  .modal-content {
    width: auto;
  }
  .modal-content {
    width: 100%;
  }
}
.no-result {
  font-size: 16px;
  font-size: var(--font-size-md);
  text-align: center;
  margin: 5rem auto;
  padding: 0 1rem;
}

/***** LEGAL *****/
/***** LEGAL *****/
/***** OFICINA NO DISPONIBLE *****/
#not-available {
  padding: 100px 40px 0;
}

#not-available .message {
  font-size: 30px;
  text-align: center;
  padding: 0 40px;
  line-height: 1.4em;
  margin-bottom: 3rem;
}

#not-available .message b {
  font-weight: 600;
}

/***** OFICINA NO DISPONIBLE *****/
/* Fixes text flickering on InfoWindow content */
.product-map .gm-style-iw {
  height: auto !important;
  left: 0 !important;
  top: 0 !important;
}

.gm-style img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/*.gm-style-iw,
.product-map .gm-style-iw>div,
.product-map .gm-style-iw>div>div {
    overflow: hidden !important;
}*/
.gm-style-iw-chr {
  display: flex;
  overflow: visible;
  position: absolute;
  right: 5px;
  top: 5px;
}

.gm-style-iw-c {
  padding: 0px !important;
  border-radius: 0px !important;
  width: 90vw;
  max-width: 335px !important;
}

.gm-style-iw-d {
  overflow: auto !important;
}

.gm-style-iw-d .territorials {
  color: #435254;
  color: var(--third-green);
  font-family: "Calibre";
  font-family: var(--main-font);
  font-size: 16px;
}

.gm-ui-hover-effect {
  top: 6px !important;
  right: 6px !important;
  width: 24px !important;
  height: 24px !important;
  opacity: 1;
  z-index: 1;
}

.gm-ui-hover-effect > span {
  background-image: url("/images/icons/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 24px !important;
  height: 24px !important;
  margin: 0px !important;
  -webkit-mask-image: none !important;
  filter: brightness(0) saturate(100%) invert(18%) sepia(66%) saturate(789%) hue-rotate(120deg) brightness(91%) contrast(103%);
}

/***** MEDIA QUERIES *****/
/*** Map expanded ***/
@media (min-width: 1112px) {
  .map-expanded .results-products {
    width: 29%;
  }
  .map-expanded .results-sidebar {
    width: 71%;
  }
  .map-expanded .results-products {
    width: 29%;
  }
  .map-expanded .results-products .results-item {
    width: 100%;
  }
  .map-expanded .search-map {
    width: 70%;
  }
}
@media (max-width: 1680px) {
  #search-bar form {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .page-header {
    padding: 0 0 0 3rem;
  }
  .page-header {
    padding: 0;
    text-transform: none;
  }
  .padding-container {
    margin-left: 0;
    padding: 0 1rem;
  }
}
@media (max-width: 784px) {
  .filtros-item > .content > .title {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .contact-item {
    padding: 0;
    width: 100%;
    padding: 16px 12px !important;
    display: flex;
    justify-content: center;
  }
  #nav-container {
    width: 100%;
    justify-content: center;
  }
  .page-header {
    flex-direction: column;
  }
  .third-head-item a {
    width: auto;
  }
  .results-products > .header {
    padding-left: 0;
  }
}
@media (max-width: 1296px) {
  .normal-info-title {
    margin-bottom: 5px;
  }
  .normal-info-subtitle {
    font-size: 18px;
  }
  .slider-box:hover .normal-info-title {
    font-size: 14px;
  }
  .slider-box:hover .normal-info-subtitle {
    font-size: 18px;
    margin-bottom: 0;
  }
  .normal-info-subtitle:after {
    padding-bottom: 0.5rem;
  }
  .extra-info p {
    font-size: 12px;
    margin: 0.5rem 0;
  }
}
@media (max-width: 1112px) {
  .home-hero-img {
    background-attachment: scroll;
    background-attachment: initial;
  }
  .results-products > .header #subterritories-button {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.9);
    font-size: 13px;
    padding: 8px 8px 7px;
    margin-top: 6px;
  }
  .results-item .image-container .feature-container:not(.offices) {
    display: block !important;
  }
  .dontrollers {
    right: 25px;
  }
  .main-results {
    width: 100%;
    display: block;
  }
  .results-products {
    width: 70%;
  }
  .dinamic-map {
    position: static;
    width: 100%;
    margin-top: 0;
    padding: 48px 0;
  }
}
@media (max-width: 1112px) and (max-width: 768px) {
  .dinamic-map {
    padding-top: 0 !important;
  }
}
@media (max-width: 1112px) {
  .search-map {
    margin-left: -24px !important;
    width: calc(100% + 48px) !important;
    padding-bottom: 0 !important;
    height: 500px;
    margin-top: 0 !important;
  }
  .dinamic-info a {
    display: none;
  }
  .extra-info a {
    padding: 0.75rem;
  }
  .results-products {
    width: 100%;
  }
  .extra-solutions-item .photo {
    width: 50%;
    position: relative;
  }
  .extra-solutions-item .photo img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .results-item .info .see-in-map {
    display: none;
  }
}
@media (min-width: 860px) {
  .collapse-tab {
    height: auto !important;
  }
  .hidden-desktop {
    display: none;
  }
}
@media (max-width: 860px) {
  .product-content {
    min-height: auto !important;
  }
  .product-content .line-separator {
    margin: 6px 0px !important;
  }
  .product-content .coworkingFacilities {
    margin-bottom: 20px;
  }
  header:not(.entry-header) {
    padding: 0;
  }
  header:not(.entry-header) .padding-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .padding-container {
    padding: 0 20px;
    margin-left: 0;
    width: 100%;
  }
  .padding-container img {
    max-width: 170px;
  }
  #nav-container {
    display: none;
  }
  .right-menu-container {
    display: flex;
  }
  #nav-container.js-contact-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: white;
    z-index: 999999999;
    padding: 12px 20px;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.24);
  }
  #nav-container .separator {
    display: block;
  }
  .nav-item {
    font-size: 15px;
  }
  #nav-container .nav-item {
    margin-bottom: 8px;
  }
  .page-header {
    flex-direction: column;
    padding: 0;
  }
  .contact-item {
    font-size: 15px;
    margin: 12px 0 0 0 !important;
  }
  .contact-item.third-head-item a {
    width: 100%;
  }
  #favorites-button {
    margin-top: 12px;
    margin-left: 0;
    width: 70px;
  }
  .results-item .image-container .result-multimedia {
    display: block;
  }
  #floored {
    display: none;
  }
  /* Collapse tabs */
  #descripcion > p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: justify;
  }
  .collapse-tab {
    overflow: hidden;
    transition: height 0.3s ease-out;
    height: auto;
  }
  .collapse-btn {
    position: relative;
    cursor: pointer;
  }
  .collapse-btn:before {
    content: "";
    width: 15px;
    height: 15px;
    color: black;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transition: 0.5s;
    transform: translateY(-50%) rotate(180deg);
    background-image: url(/images/icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .collapse-btn.collapsed:before {
    transform: translateY(-50%);
  }
  .oficinas-data {
    margin-bottom: 25px;
  }
  .breadcrumbs .left > li,
  .breadcrumbs .left > li ul.list li {
    z-index: auto !important;
    z-index: initial !important;
  }
  .results-item .features_mobile {
    display: flex;
    align-items: center;
    gap: 16px;
    gap: var(--main-gap);
    z-index: 997;
  }
  .results-item .features_mobile .open_form {
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #006A4D;
    font-size: 2.2em;
  }
  .results-item .features_mobile .open_form .icon-email {
    height: 100%;
    width: auto;
  }
  .results-item .features_mobile .open_phone {
    display: inline-block;
  }
  .results-item .features_mobile .open_phone a {
    padding: 0 6px;
    display: block;
  }
  .contact-opened .results-item .features_mobile {
    z-index: 1;
  }
}
@media (max-width: 776px) {
  .call-item:first-child {
    display: none;
  }
  .call-item:nth-of-type(2) {
    padding: 0;
    width: 100%;
    padding: 4px 16px;
  }
  .js-menu1 {
    display: flex;
    flex-direction: column;
  }
  .nav-item.js-menu1 p {
    color: #008b6e;
    margin-bottom: 4px;
    font-weight: 600;
  }
}
@media (max-width: 600px) {
  header .right-menu-container .nav-item {
    display: none;
  }
  header .padding-container {
    padding: 0 16px;
  }
}
@media (max-width: 800px) {
  .separator {
    flex-direction: column;
  }
  .step-container {
    flex-direction: column;
    align-items: center;
  }
  .step-photo {
    width: 100%;
    order: 2;
  }
  .step-text {
    padding: 3rem 1rem;
    width: 100%;
  }
  .extra-solutions-container {
    flex-direction: column;
  }
  .extra-solutions-item {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1048px) {
  .madrid-stars.lease {
    padding-top: 0;
    margin-top: 48px;
  }
  .home-hero-content form.search {
    flex-direction: column;
    padding: 24px;
  }
  #search-filters,
  .home-hero-content #searchbox {
    margin-left: 0px;
  }
  .home-hero-content .search-filter:last-child,
  .home-hero-content .search button {
    width: 100%;
    margin-left: 0;
    max-height: 60px;
  }
  .home-hero-content .h1 {
    margin-top: 20px;
  }
  .home-hero-content.hero-blog h1 {
    margin-top: 80px;
  }
  .home-hero-content #searchbox {
    height: 50px;
  }
  .search-filter .filterbox,
  .search .select2-container--default .select2-selection--single {
    height: 50px;
  }
  .home-hero-content .search .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 50px;
    line-height: 50px;
  }
  .search {
    gap: 16px !important;
  }
  #searchbox .icon {
    top: 11px;
  }
  .multimedia-filters {
    padding: 12px 20px 0 12px;
    font-size: 16px;
    font-size: var(--font-size-md);
    font-family: "Calibre";
    font-family: var(--main-font);
    font-weight: 600;
    background-color: white;
    outline: none;
    display: block !important;
    width: 50%;
    float: left;
  }
  .search .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 15px !important;
  }
  #search-bar .search .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 16px !important;
  }
  #search-bar .search-filter.modality,
  .filtros-container {
    width: 100%;
  }
  #search-bar .search ul {
    max-width: 50%;
    float: left;
  }
  #search-bar #searchbox {
    width: 100%;
    /*margin:0;*/
  }
  #search-bar .search-filter.order,
  #search-bar .search-filter.size {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  #search-bar .search-filter.order select,
  #search-bar .search-filter.size select {
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .slick-slide img {
    display: block;
    min-width: 300px;
  }
  .extra-info a {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    background: #0a8631;
  }
  .slider-box:nth-of-type(even) .extra-info a {
    background: #284e44;
  }
  .icon-area:before,
  .icon-metros:before {
    min-height: 30px;
    min-width: 30px;
  }
  .dontrollers {
    position: static;
    position: initial;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .extra-info p {
    line-height: 1.2em;
  }
  .slider-container {
    padding: 0 12px;
  }
  .last-order {
    order: -1;
  }
  .main-results {
    flex-direction: column;
    padding: 0px;
  }
  .results-products {
    width: 100%;
  }
  .dinamic-map {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .results-row-container {
    justify-content: flex-start;
    margin-left: 12px;
    width: 98%;
  }
  .results-item:last-child {
    margin-right: 0;
  }
  .info-claim {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .info-claim .button {
    margin-left: 0;
    margin-top: 20px;
  }
  .slider-box {
    margin-bottom: 0;
  }
  .extra-solutions-item {
    height: 200px;
  }
  .results-products > .header {
    padding-left: 12px;
  }
}
@media (max-width: 1048px) {
  .news-container {
    display: block;
  }
  .news-item {
    width: 50%;
  }
  .news-item-body {
    height: auto;
    height: initial;
  }
  .news-item-link {
    width: 100%;
  }
  .results-item {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  .page-header {
    flex-direction: column;
    align-items: center;
  }
  .contact-item {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  #nav-container > a {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .home-hero-content #searchbox button {
    width: 108px;
  }
  .home-hero-content #searchbox input {
    padding-right: 120px;
    padding-left: 44px;
  }
  .home-hero-content #searchbox .icon {
    left: 12px;
  }
}
@media (max-width: 576px) {
  .news-item {
    width: 85%;
  }
  .results-row-container {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
  .results-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .madrid-stars .results-item {
    margin-left: 6px;
    margin-right: 6px;
  }
  .results-products > .header {
    padding-left: 4px;
  }
  .results-products > .header #subterritories-button {
    margin-top: 10px;
  }
  .extra-solutions-item {
    height: auto;
  }
  .filtros {
    position: absolute;
    top: 0;
    right: 0;
    width: 33% !important;
  }
}
@media (max-width: 550px) {
  body:not(.coworking) .home-hero-content .h1 {
    font-size: 23px;
    line-height: 25px;
  }
  .home-hero-content form.search {
    margin-top: 20px;
  }
}
@media (max-width: 432px) {
  .slider-box {
    margin-bottom: 0;
  }
  .slider-box:hover .madrid-text {
    display: flex;
  }
  .madrid-text {
    top: 70%;
  }
  .icon-area:before,
  .icon-metros:before {
    min-height: 30px;
    min-width: 30px;
  }
  .dontrollers {
    margin-bottom: 2rem;
  }
  .title-map-home {
    padding: 1rem;
    margin: 3rem 0;
  }
  .title-map-home span {
    display: block;
  }
  .filtros-container {
    flex-wrap: wrap;
    width: 100%;
  }
  .step-text .circle p {
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 30px;
  }
  .step-text .circle {
    margin-bottom: 1rem;
  }
  .step-text {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .step-text .text {
    width: 100%;
  }
  .step-text .title {
    font-size: 18px;
  }
  .step-text p {
    font-size: 14px;
  }
  .extra-solutions-item {
    flex-direction: column;
    align-items: center;
  }
  .extra-solutions-item .photo {
    width: 100%;
    position: static;
    position: initial;
  }
  .extra-solutions-item .photo img {
    position: static;
    position: initial;
    height: auto;
    height: initial;
  }
  .extra-solutions-container {
    width: 85%;
    margin: 0 auto;
  }
  .extra-solutions-item:nth-of-type(odd) {
    border: 1px solid #006a4d;
  }
  .extra-solutions-item:nth-of-type(even) {
    border: 1px solid #49d475;
  }
  #search-filters,
  .home-hero-content #searchbox {
    margin-bottom: 5px;
  }
  body:not(.coworking) .home-hero-content .h1 {
    font-size: 23px;
    margin-top: 20px;
  }
  .home-hero-content.hero-blog h1 {
    margin-top: 140px;
  }
  .home-hero-content .search-filter:last-child,
  .home-hero-content #searchbox,
  .home-hero-content .search button,
  .search-filter .filterbox,
  .search .select2-container--default .select2-selection--single {
    height: 40px;
  }
  .home-hero-content .search .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 40px;
  }
  .home-hero-content #btnPub {
    bottom: 5px;
  }
  #btnPub h3 {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .home-hero-content {
    padding: 0 16px;
  }
  .home-hero-content #searchbox .icon {
    display: none;
  }
  .home-hero-content #searchbox input {
    padding-left: 12px;
  }
  .home-hero-content #searchbox button {
    right: 4px;
    top: 4px;
    bottom: 4px;
  }
}
@media (max-width: 376px) {
  .slick-slide img {
    display: block;
    min-width: 300px;
  }
  .extra-info a {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    background: #0a8631;
  }
  .slider-box:nth-of-type(even) .extra-info a {
    background: #284e44;
  }
  .icon-area:before,
  .icon-metros:before {
    min-height: 30px;
    min-width: 30px;
  }
  .main-results {
    padding: 0 20px;
  }
}
@media (max-width: 320px) {
  #nav-container {
    flex-wrap: wrap;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .results-item .slider-box:hover .madrid-text {
    display: block;
  }
}
.multimedia_filter {
  display: none;
}
.multimedia_filter + label {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.multimedia_filter + label img {
  height: 24px;
  width: 24px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  opacity: 0.2;
}
.multimedia_filter:checked + label:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0px;
  background-color: #17e88f;
  background-color: var(--light-green);
}
.multimedia_filter:checked + label img {
  opacity: 1;
  /* box-shadow: 0 0 5px rgb(39, 94, 43); */
}

.filterbox ul:not(.cbreSelect-options) {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.filterbox ul:not(.cbreSelect-options) li {
  height: 100%;
  position: relative;
  display: flex;
}

.list_filterbox .droplist-btn {
  display: none;
  background: none;
  border: none;
  color: #003f2d;
  color: var(--main-green);
  font-weight: bold;
  font-family: "Calibre Medium";
  font-family: var(--main-font-medium);
  font-size: 18px;
  padding-right: 24px;
}
.list_filterbox .droplist-btn:after {
  content: "";
  width: 13px;
  height: 9px;
  display: block;
  margin-top: 1px;
  background-image: url(/images/icons/arrow-down.svg);
  filter: brightness(0) saturate(100%) invert(18%) sepia(23%) saturate(1874%) hue-rotate(117deg) brightness(100%) contrast(101%);
  filter: var(--arrow-filter);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.list_filterbox label {
  cursor: pointer;
  position: relative;
  color: #435254;
  color: var(--third-green);
  white-space: nowrap;
  font-family: "Calibre Medium";
  font-family: var(--main-font-medium);
}
.list_filterbox input[name=order_list] {
  display: none;
}
.list_filterbox input[name=order_list]:checked + label {
  font-weight: bold;
  color: #003f2d;
  color: var(--main-green);
}
.list_filterbox input[name=order_list]:checked + label:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -7px;
  background-color: #003f2d;
  background-color: var(--main-green);
}

.map-expanded,
.droplist-active {
  /* Filtramos solo para map abierto o mobile < 520 */
}
@media screen and (max-device-width: 520px), (min-device-width: 1048px) {
  .map-expanded,
  .droplist-active {
    /*  mobile < 520 */
  }
}
@media screen and (max-device-width: 520px) and (max-device-width: 520px), screen and (min-device-width: 1048px) and (max-device-width: 520px) {
  .map-expanded > div,
  .droplist-active > div {
    margin-bottom: 0px;
  }
}
@media screen and (max-device-width: 520px), (min-device-width: 1048px) {
  .map-expanded .list_filterbox_container,
  .droplist-active .list_filterbox_container {
    gap: 16px;
    /*  mobile < 520 */
  }
}
@media screen and (max-device-width: 520px) and (max-device-width: 520px), screen and (min-device-width: 1048px) and (max-device-width: 520px) {
  .map-expanded .list_filterbox_container,
  .droplist-active .list_filterbox_container {
    display: flex;
  }
}
@media screen and (max-device-width: 520px), (min-device-width: 1048px) {
  .map-expanded .list_filterbox,
  .droplist-active .list_filterbox {
    flex-direction: row;
  }
  .map-expanded .list_filterbox label,
  .droplist-active .list_filterbox label {
    font-size: 18px;
    font-weight: 600;
    color: #003f2d;
    color: var(--main-green);
  }
  .map-expanded .list_filterbox label:hover,
  .droplist-active .list_filterbox label:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  .map-expanded .list_filterbox .droplist-btn,
  .droplist-active .list_filterbox .droplist-btn {
    display: block;
  }
  .map-expanded .list_filterbox .divider,
  .droplist-active .list_filterbox .divider {
    display: none;
  }
  .map-expanded .droplist-container.opened .droplist,
  .droplist-active .droplist-container.opened .droplist {
    display: flex;
    gap: 16px;
  }
  .map-expanded .droplist-container.opened .droplist-btn:after,
  .droplist-active .droplist-container.opened .droplist-btn:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .map-expanded .droplist-container .droplist,
  .droplist-active .droplist-container .droplist {
    display: none;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 5px);
    z-index: 9;
    background-color: white;
    padding: 16px;
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.2);
    box-shadow: var(--box-shadow);
  }
  .map-expanded .droplist-container .droplist .selected,
  .droplist-active .droplist-container .droplist .selected {
    display: none;
  }
}

.search .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
}

.search .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding-left: 16px;
  color: #435254;
  color: var(--third-green);
  font-weight: 600;
  font-size: 16px;
  font-size: var(--font-size-md);
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  gap: var(--main-gap-sm);
  height: 100%;
}

.search .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #959595;
  color: var(--gray2);
  font-family: "Calibre";
  font-size: 16px;
  font-size: var(--font-size-md);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0px;
  border: 0px;
  margin-top: -60px;
  z-index: 99;
}

.select2-container--open .select2-dropdown--below .select2-search__field {
  padding-left: 15px;
  padding-right: 20px;
}

body:not(.home):not(.coworking) .select2-container--open .select2-dropdown--below {
  margin-top: -48px;
}

.select2-search--dropdown {
  padding: 0px !important;
}

.select2-search--dropdown .select2-search__field {
  padding: 0 15px;
  box-sizing: border-box;
  height: 60px;
  border-radius: 0px;
  padding-top: 3px;
  border: 2px solid #17e88f !important;
  border: 2px solid var(--light-green) !important;
  width: calc(100% + 2px) !important;
  margin-left: -1px;
  margin-top: -1px;
}

body:not(.home):not(.coworking) .select2-search--dropdown .select2-search__field {
  height: 48px;
}

.select2-search--dropdown .select2-search__field::-moz-placeholder {
  color: #959595;
  color: var(--gray2);
  font-family: Calibre;
  font-size: 16px;
  font-size: var(--font-size-md);
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px !important;
  display: block !important;
}

.select2-search--dropdown .select2-search__field::placeholder {
  color: #959595;
  color: var(--gray2);
  font-family: Calibre;
  font-size: 16px;
  font-size: var(--font-size-md);
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px !important;
  display: block !important;
}

.select2-container--default .select2-results__group {
  font-weight: normal;
  color: #435254;
  color: var(--third-green);
  font-size: 16px;
}

.select2-results__option[aria-label=EDIFICIOS] li.select2-results__option {
  text-transform: capitalize;
}

.select2-container--default .select2-results__option .select2-results__option {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.select2-container--default .select2-results__option .select2-results__option .cbreicon {
  transition: 0s;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #003f2d;
  background-color: var(--main-green);
  color: white;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] .cbreicon {
  filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 500px;
}

body.notfound .select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}

.search .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

#search-bar .search .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding-left: 16px;
}

#search-bar .search .select2-container--default .select2-selection--single {
  line-height: 48px;
  height: 48px;
}

#btnPub {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

#btnPub h3 {
  /* text-decoration: underline; */
  border-bottom: 1px solid white;
  font-weight: 400;
  display: inline;
}

#btnPub .fa-bullhorn {
  color: #fff;
  font-size: 30px;
}

.btn-submitted {
  background: #589084 !important;
  border: 1px solid;
}

#search-bar .search .search-filter.order {
  min-width: 150px;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .home-hero-content .h1 {
    margin-top: 20px;
  }
  .home-hero-content.hero-blog h1 {
    margin-top: 120px;
  }
  .home-hero {
    height: 70vh;
  }
}
.slick-list.draggable {
  height: 100% !important;
}

.slick-slide img {
  max-height: 600px !important;
}

.result_video_slide .producto-slide {
  margin-top: 100px;
}

.draggable-map {
  position: sticky;
  display: inline-block;
  top: 175px;
  border-radius: 4px 0 0 4px;
  background-color: white;
  height: 40px;
  line-height: 40px;
  width: 213px;
  z-index: 99;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  color: rgb(0, 0, 0);
  font-family: Roboto, Arial, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 15px;
  padding: 0px 17px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-clip: padding-box;
  box-shadow: rgba(92, 92, 92, 0.6) 2px 2px 4px -1px;
  min-width: 46px;
  font-weight: 500;
  transition: all 0.5s ease 0s;
}
@media (max-width: 1112px) {
  .draggable-map {
    position: relative;
    top: 55px !important;
    margin-left: -15px !important;
    display: block;
  }
}
@media (max-width: 768px) {
  .draggable-map {
    top: 0 !important;
  }
}

.draggable-map.map-disabled {
  background-color: #003f2d;
  background-color: var(--main-green);
  color: white;
}

.gmb-reviews {
  position: relative;
  align-items: center;
  color: #222;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 1.58;
  gap: 32px;
  gap: var(--main-gap-xl);
}
.gmb-reviews img {
  max-width: 70px;
  display: block;
}
.gmb-reviews > div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #222;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 1.58;
  gap: 32px;
  gap: var(--main-gap-xl);
}
.gmb-reviews > div > span {
  text-align: left;
  font-family: arial, sans-serif;
  font-size: 15px;
  line-height: 1.58;
  color: #70757a;
  white-space: nowrap;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .gmb-reviews {
    display: none;
  }
}

.gmb-reviews div g-review-stars {
  color: #222;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 1.58;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAmCAQAAAAYCMGrAAAA+klEQVR4AcWV4cbtMBBFF0MIVUopoVSrhDDv/3gf/RFRpzdNOty1HiBO99mzeYWgCMZMKCPGrCgrxiSUhCkDeukxJKCXAUMiehkxw6FZhxEzmp0x4kCzByYISqlYdal0supS6WrVpdLEK0YSamJiJOPY0c/uOG4s6CcXfuKJaJcRzyNCQJsNiF1sRTR1hP11NNJ8RCrONOPRf+r7J+TZgQ5CNfMOYvW/2YxDqzqA/57+gVY9eiakrnyZEGXDsaE3p/4JScwPX3rtnZATDxnPWT7X16XAHaH8HWNrlxJD9TyGti5tCM84zpZe+RxNjeX9tZqLaGoMxN/P/wHP5Vw+8ZxnEQAAAABJRU5ErkJggg==);
  background-repeat: repeat-x;
  display: inline-block;
  overflow: hidden;
  position: relative;
  background-size: 14px 13px;
  height: 13px;
  top: 1px;
  width: 69px;
}

.gmb-reviews div .hqzQac {
  margin-left: 5px;
  color: #222;
  font-size: 14px;
}

.gmb-reviews a {
  color: #1a0dab !important;
}

.gmb-reviews a span {
  margin-left: 5px;
}

.gmb-reviews a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.EBe2gf,
.EBe2gf span {
  background-size: 14px 13px;
  height: 13px;
  top: 1px;
  width: 69px;
}

.EBe2gf span {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAZklEQVR4AWL4uYWZCdAJHVMBAIJAAG1DoAtjGarYxxjqwHADnA8HFuWL3E8puH8gAqILPaB34Qq4FAQ1yoo+8ES7NRWKe6u+Ogo0XjtaCmlSd6K/4OQQOF0JKYTsMasgOIRkBfDZATita/85jgoHAAAAAElFTkSuQmCC);
}

.link-ofuscado {
  cursor: pointer;
}

.h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}

#provinces-section {
  margin: 0 auto 100px;
  padding: 0 50px;
}
#provinces-section h2 {
  font-family: "FinancierDisplay";
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0;
  text-align: left;
  margin-top: 100px;
  color: #003f2d;
  padding: 0;
}
@media screen and (max-width: 1048px) {
  #provinces-section h2 {
    font-size: 32px;
    margin-top: 50px;
  }
}
#provinces-section p.h3 {
  padding: 0 0 0 12px;
  border-left: 4px solid #80BBAD;
  font-family: "Calibre";
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #435254;
}
#provinces-section .services-provincias {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  padding-left: 130px;
}
@media (max-width: 1048px) {
  #provinces-section .services-provincias {
    flex-direction: column !important;
  }
}
@media (max-width: 900px) {
  #provinces-section .services-provincias {
    padding-left: 20px;
  }
}
#provinces-section .services-provincias .tabs-container {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
#provinces-section .services-provincias .tab-buttons {
  justify-content: center;
}
#provinces-section .services-provincias .tab-buttons > li {
  width: auto;
}
@media (min-width: 900px) {
  #provinces-section .services-provincias .single-tab > ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 4em;
    -moz-column-gap: 4em;
         column-gap: 4em;
  }
}
#provinces-section .services-provincias .service {
  width: auto !important;
  margin: 0 20px 40px;
  font-size: 17px;
}
@media (min-width: 769px) {
  #provinces-section .services-provincias .service {
    margin: 0;
    padding: 0 20px 40px;
    flex-basis: 33.3%;
    flex-grow: 0;
    box-sizing: border-box;
  }
}
#provinces-section .services-provincias .service a {
  display: block;
  margin-top: 10px;
  color: #003f2d;
  font-family: "Calibre";
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.01em;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: all 0.2s;
  width: -moz-fit-content;
  width: fit-content;
}
#provinces-section .services-provincias .service a.provincia {
  padding-top: 0.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.2666666667);
  margin-top: 1em;
}
#provinces-section .services-provincias .service a.service-province {
  margin-top: 32px;
  font-size: 24px;
}
#provinces-section .services-provincias .service a:not(.service-province) {
  margin-left: 1em;
}
#provinces-section .services-provincias .service a:hover {
  color: #80BBAD;
}
#provinces-section #alquiler-content.single-tab.active, #provinces-section #alquiler-content.tab-content.active,
#provinces-section #coworking-content.single-tab.active,
#provinces-section #coworking-content.tab-content.active {
  display: flex !important;
  justify-content: space-evenly;
  flex-direction: row;
}
#provinces-section #alquiler-content ul,
#provinces-section #coworking-content ul {
  flex-basis: 40%;
  height: -moz-fit-content;
  height: fit-content;
}
#provinces-section .container .responsive-container {
  padding: 0;
}

@media (max-width: 1048px) {
  .desktop-only {
    display: none;
  }
}

@media (min-width: 1048px) {
  .mobile-only {
    display: none;
  }
}

@media (min-width: 1113px) {
  #mapBtn {
    display: none !important;
  }
}
@media (max-width: 1112px) {
  #mapBtn {
    position: fixed;
    right: 4%;
    bottom: 4%;
    display: block;
    background-color: green;
    z-index: 9999;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: none;
    box-shadow: 1px 1px 10px 1px lightgrey;
  }
  #mapBtn i {
    font-size: 30px;
    color: white !important;
  }
}

#mapModal .draggable-map {
  top: 0 !important;
}
@media (max-width: 768px) {
  #mapModal {
    padding: 0;
    overflow: hidden;
  }
  #mapModal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  #mapModal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    margin: 0;
    padding-top: 10px;
    max-width: 100% !important;
  }
}

.datepicker-inline {
  width: 260px;
  margin: 0 auto;
}

.madrid-stars.lease,
.madrid-stars.coworking,
.madrid-stars.sale {
  transition: opacity 2s;
  -webkit-transition: opacity 2s;
  opacity: 0;
}

.loader,
.loader:before,
.loader:after {
  background: #006b4e;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  top: 30%;
  left: 0;
  position: absolute;
}

.loader {
  color: #006b4e;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -1.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/***** VENTA OFICINAS *****/
@media screen and (max-width: 760px) {
  .selling-section.floored .selling-section-container img.icon {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .selling-section.floored .selling-section-container .selling-section-text {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 550px) {
  .selling-section.floored .selling-section-container {
    flex-direction: column;
  }
  .selling-section.floored .selling-section-container .selling-section-text {
    text-align: center;
    font-size: 20px !important;
  }
  .selling-section.floored .selling-section-container img.icon {
    margin-top: 0.5em;
  }
}

.selling-section {
  background-color: #17e88f;
  background-color: var(--light-green);
  color: white;
  text-align: center;
  font-weight: 600;
  padding: 24px;
  font-size: 20px;
  min-height: 111px;
  display: flex;
  justify-content: space-around;
  margin-top: 1em;
}

.selling-section a {
  letter-spacing: 0.5px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.selling-section .arrow-right {
  min-width: 20px;
}

.selling-section-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.selling-section-container .open_modal {
  background: transparent;
  border: 0px;
}
.selling-section-container .open_modal.secondary-btn {
  border: 1px solid #003f2d;
}
@media screen and (max-width: 1048px) {
  .selling-section-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 450px) {
  .selling-section-container {
    padding-left: 10px;
    padding-right: 10px;
    gap: 20px;
  }
}
@media (max-width: 435px) {
  .selling-section-container {
    justify-content: space-around;
  }
}

.selling-section-text {
  font-family: "Calibre Medium";
  font-family: var(--main-font-medium);
  font-size: 24px;
  color: #012a2d;
  color: var(--dark-green);
}
@media (min-width: 601px) {
  .selling-section-text {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1048px) {
  .selling-section-text {
    text-align: left;
  }
}
@media (max-width: 435px) {
  .selling-section-text {
    font-size: 20px !important;
  }
}

/***** VENTA OFICINAS *****/
@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}
.green-cbre {
  color: #006a4d;
  font-size: 20px;
  line-height: 10px;
}

.page-header .phone {
  display: flex;
  align-items: center;
  background: #006a4d;
  border-radius: 8px;
  padding: 10px 10px;
  color: white;
  margin-left: 8px;
  font-size: 14px;
}

.page-header .phone img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.acceptance-error {
  color: red;
}

.label-acceptance span {
  font-weight: 400;
}

.arrow-right {
  position: relative;
  width: 20px;
  height: 20px;
}
.arrow-right:before {
  transform: translateY(-3.5px) rotate(45deg);
}
.arrow-right:after {
  transform: translateY(3.5px) rotate(-45deg);
}
.arrow-right:before, .arrow-right:after {
  height: 1px;
  position: absolute;
  top: 50%;
  left: 30%;
  content: "";
  width: 50%;
  display: block;
  background-color: #012a2d;
  transition: 0.3s;
}

/***** MOBILE / RESPONSIVE *****/
@media screen and (max-width: 1048px) {
  .home-hero .home-hero-content h1 {
    font-size: 18px;
    line-height: 18px;
  }
  .home-hero .home-hero-content .h1 {
    font-size: 40px;
    line-height: 48px;
  }
  main.site-content .madrid-stars.sale,
  main.site-content .madrid-stars.lease,
  main.site-content .madrid-stars.coworking {
    margin: 0 auto 40px;
  }
  main.site-content .madrid-stars.lease + .container {
    margin: 0;
  }
  main.site-content .madrid-stars h2 {
    margin-top: 58px;
  }
  main.site-content .madrid-stars.coworking {
    margin-bottom: 64px;
  }
  html.show-map {
    overflow: hidden;
  }
  html.show-map section.full,
  html.show-map section.full div.container,
  html.show-map section.full div.container .breadcrumbs {
    position: static;
    position: initial;
  }
  html.show-map #header {
    z-index: 100;
  }
  html.show-map .hide-map {
    display: inline !important;
    display: initial !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background-color: white;
  }
  html.show-map .draggable-map {
    display: block !important;
    position: absolute;
    left: 25vw;
    z-index: 10000;
  }
  html.contact-opened {
    overflow: hidden;
  }
  html.contact-opened header, html.contact-opened .responsive-btn {
    display: none;
  }
  .hide-map {
    display: none;
  }
  #select_order_list {
    justify-content: space-between;
  }
  #slider_news .slider-navigation-dots li:not(.active) a {
    background-color: #003f2d;
  }
  .responsive-btn {
    position: fixed;
    bottom: 24px;
    left: 50%;
    width: -moz-fit-content;
    width: fit-content;
    transform: translateX(-50%);
    z-index: 997;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    opacity: 1;
    transition: opacity 0.2s;
    min-width: 219px;
  }
  .responsive-btn.custom-fade-out {
    opacity: 0;
  }
  .responsive-btn button {
    padding: 10px 16px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-column-gap: 8px;
         column-gap: 8px;
    align-items: center;
    justify-items: center;
  }
  .responsive-btn button img {
    filter: brightness(0) invert(1);
    width: 28px;
    aspect-ratio: 1/1;
  }
}
.float-hide-map-btn-container {
  display: none;
  z-index: 9999;
}

/***** END MOBILE / RESPONSIVE *****/
@media (max-width: 768px) {
  .anuncia-oficina::before {
    display: none !important;
  }
}
@media (max-width: 1048px) {
  .anuncia-oficina, .menu-navigation > .navigation {
    margin-bottom: 0 !important;
  }
}
.features button {
  background: none;
  border: none;
}

.features .icon-email {
  width: 30px;
  height: 30px;
}

.cluster-hidden {
  opacity: 0;
  transition: opacity 0.1s linear;
}

.cluster-shown {
  opacity: 1;
  transition: opacity 0.3s linear;
}

/* Template list_result slider */
.slick-slide.slick-current.slick-active {
  display: block;
}

.result-slider {
  padding: 0 !important;
  width: 100% !important;
}

.results-item:has(.image-container > .result-item-slide) > a {
  margin-top: 20px;
}

.result-item-slide, .results-item .heart {
  cursor: pointer;
}

.results-item:hover .slick-arrow {
  display: block !important;
}

.result-slider .slick-arrow {
  z-index: 1;
}

.result-slider .slick-prev {
  left: 0;
}

.result-slider .slick-next {
  right: 0;
}

.result-slider .slick-arrow {
  height: 100%;
  width: 15%;
}

.result-slider .slick-arrow:before {
  border: 1px solid #2d4156;
  border: 1px solid var(--cc-text);
  padding: 5px 10px;
  background-color: white;
  color: #2d4156;
  color: var(--cc-text);
}

.result-slider, .result-slider .result-slide.slick-slide img {
  width: 100%;
}

@media (min-width: 1048px) {
  .result-slide, .result-slide img {
    max-width: 342px;
  }
  .map-expanded .result-slide, .map-expanded .result-slide img {
    width: 466px !important;
    max-width: 466px !important;
  }
  .results-item .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 1048px) {
  .result-slide, .result-slide > img {
    max-width: 996px;
    width: 100%;
  }
}
@media (max-width: 634px) {
  .result-item-slide, .result-slider, .result-slider .result-slide.slick-slide img, .result-slide, .image-container {
    max-height: none;
    aspect-ratio: 128/89;
  }
}
@media (min-width: 635px) and (max-width: 1048px) {
  .result-item-slide, .result-slider, .result-slider .result-slide.slick-slide img, .result-slide, .image-container {
    max-height: none !important;
    aspect-ratio: 128/89;
  }
}

@media (max-width: 1048px) {
  .result-slider {
    width: 100%;
  }
}

/* END Template list_result slider */
/* 404 Error page changes */
.notfound .divider.light.sm {
  display: none;
}

.notfound .results-item .title.subTitle {
  text-align: left;
}

@media screen and (max-width: 1048px) {
  .notfound .contact-btn {
    margin-bottom: 0;
  }
}
.notfound .error-type > div {
  display: inline;
}

.notfound .home-hero-content form.search {
  margin-bottom: 32px;
}

.notfound .home-hero-content {
  height: auto;
}

/* END 404 Error page changes */
/* START Force recaptcha-badge */
.grecaptcha-badge {
  visibility: visible !important;
  display: block;
  transition: right 0.3s ease 0s;
  bottom: 14px;
  right: -186px;
  box-shadow: gray 0px 0px 5px;
  border-radius: 2px;
  overflow: hidden;
}

/* END Force recaptcha-badge */
.send-button.disabled {
  pointer-events: none;
  background: gray !important;
}

.float-show-map-btn-container.responsive-btn {
  z-index: 9999;
}

@media (max-width: 375px) {
  .search .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 11.5px;
  }
}
@media (min-width: 375px) and (max-width: 475px) {
  .search .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 13px;
  }
}
@media (min-width: 1048px) and (max-width: 1086px) {
  .home-hero-content {
    padding: 0;
  }
}
/* BTN SCROLL UP - Pagina de List_Results */
.ofci-btn-map {
  display: none;
}

@media (max-width: 768px) {
  .ofci-btn-map {
    display: block;
  }
  .ofci-btn-map, .subterritories-button {
    margin-top: 3em;
  }
  div#subterritories-button {
    margin-top: 2.5em;
  }
}
.header .language-selector {
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 20px;
}
@media (min-width: 1048px) {
  .header .language-selector {
    display: flex;
  }
}
@media (max-width: 1048px) {
  .header .language-selector {
    order: -1;
    width: 100%;
    padding: 18px 18px;
  }
}

.language-selector .language-list {
  display: none;
  margin-left: 0 !important;
  background: white;
  width: 100%;
  text-align: center;
}
@media (max-width: 1048px) {
  .language-selector .language-list {
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 1048px) {
  .language-selector .language-list {
    position: relative;
  }
}

.language-selector .language-list a {
  width: 100%;
  padding: 0.5em 0 0.5em 0;
  display: block;
}
@media (max-width: 1048px) {
  .language-selector .language-list a {
    text-align: left;
    padding: 18px 0;
  }
}

@media (max-width: 1048px) {
  .language-selector {
    display: none;
  }
  .menu-opened .language-selector {
    display: flex;
  }
  .language-selector .active-language {
    padding: 0 0 18px 0;
  }
}
.language-selector img {
  width: 20px;
}

@media (min-width: 1048px) {
  .language-selector:hover .language-list,
  .language-selector .language-list:hover {
    display: block;
    position: absolute;
    top: 100%;
  }
}

.header.hidden {
  opacity: 0;
}

.active-language::before {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  order: 2;
  width: 1px;
  height: 1px;
}

.active-language {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

@media (min-width: 1048px) {
  .language-selector:hover .active-language::before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}
@media (max-width: 1048px) {
  .language-selector.active .language-list {
    display: block;
  }
  .language-selector.active .active-language::before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}
/*--------------------BREADCRUMB----------------------*/
.breadcrumbs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px 30px 40px 0px;
  font-size: 13px;
  position: relative;
}

.breadcrumb a, .breadcrumb span {
  /* margin: 0 3em 0 0; */
  font-size: 16px;
  font-size: var(--font-size-md);
  color: #003f2d;
  color: var(--main-green);
  font-weight: 600;
  font-family: "Calibre";
  font-family: var(--main-font);
  letter-spacing: 1px;
  white-space: nowrap;
}

.breadcrumb a:not(.no-link):hover, .breadcrumb span:not(.no-link):hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.breadcrumbs .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumbs .left .home-icon {
  font-size: 17px;
  display: inline-block;
  margin-right: 6px;
  line-height: 15px;
  height: 15px;
  max-height: 15px;
  margin-top: -4px;
  vertical-align: middle;
}
.breadcrumbs .left .home-icon + span {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs .left > li {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #006b4e;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 8px 0;
}

/*.breadcrumbs .left > li:first-child:before {
    content: "";
    background: url("/images/house-icon.png") no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-right: 0.3rem;
    font-family: 'Ionicons';
    background: none;
    content: "\f144";
    font-size: 1.3em;
    margin-top: -2px;
}*/
.breadcrumbs p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.68);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.breadcrumbs p span {
  margin-right: 0;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}

.breadcrumbs .left > li ul.list {
  display: none;
  flex-direction: column;
  position: absolute;
  left: -20px;
  top: 100%;
  background: white;
  z-index: 998;
  padding: 16px;
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.2);
  box-shadow: var(--box-shadow);
  -moz-column-count: 3;
  column-count: 3;
  -webkit-gap: 0;
  -moz--gap: 0;
  gap: 16px;
  gap: var(--main-gap);
}

.breadcrumbs .left > li ul.list ul {
  padding: 24px 16px 16px 16px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 24px;
  gap: 24px;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.breadcrumbs .left > li ul.list ul li span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.breadcrumbs .left > li:hover ul.list {
  display: flex;
}

.breadcrumbs .left > li ul.list li {
  line-height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  transition: 0.15s all;
}
.breadcrumbs .left > li ul.list li a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.breadcrumbs .right {
  display: flex;
}

.expand-map {
  width: 32px;
  position: absolute;
  left: 0px;
  transform: translateX(-100%);
  top: 24px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-top: -5px;
  transition: all 0.2s ease;
  background-color: #003f2d;
  background-color: var(--main-green);
}
.expand-map:hover {
  background-color: #012a2d;
  background-color: var(--dark-green);
}
.expand-map .icon-arrow-left {
  width: 6px;
  height: 22px;
  filter: invert(95%) sepia(61%) saturate(0%) hue-rotate(128deg) brightness(103%) contrast(107%);
  transition: all 0.2s ease;
}

.breadcrumbs .right .expand-map .icon-map {
  width: 22px;
  height: 22px;
  opacity: 0.6;
}

@media (min-width: 1112px) {
  .map-expanded .expand-map .icon-arrow-left {
    transform: rotate(-180deg);
    transform-origin: center;
  }
}
@media (max-width: 1112px) {
  .breadcrumbs {
    width: 100%;
  }
  .breadcrumbs .left > li ul.list {
    max-height: 300px;
    overflow: auto;
    padding: 0px;
  }
  .breadcrumbs .left > li ul.list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .breadcrumbs .left > li ul.list > li {
    padding: 16px;
  }
  .breadcrumbs .right .expand-map {
    display: none;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 18px 0px;
  }
}
:root {
  --max-mobile-width: $max-mobile-width;
}

#commute,
#commute * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#commute {
  color: #3A3A3A;
  font-family: "Raleway", "Lato", sans-serif !important;
  line-height: 1.2;
  padding-bottom: 120px;
}

#commute > .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#commute > .container > .left {
  padding-right: 40px;
}
#commute > .container > .right {
  position: relative;
  width: 534px;
  padding-right: 80px;
  padding-top: 72px;
}
#commute > .container > .right .form-container {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 20px;
  margin: 0;
}
#commute > .container > .right .form-container > .title {
  font-size: 18px;
  margin-bottom: 12px;
}
#commute > .container > .right .form-container > .subtitle {
  font-size: 15px;
}
#commute > .container > .right .form-container .form {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
#commute > .container > .right .form-container .input-container .title {
  color: rgba(58, 58, 58, 0.68);
}
#commute > .container > .right .form-container .send-button {
  padding-top: 12px;
  padding-bottom: 12px;
}
#commute > .container > .right .form-container input[type=text],
#commute > .container > .right .form-container input[type=email],
#commute > .container > .right .form-container input[type=phone],
#commute > .container > .right .form-container textarea {
  border-color: rgba(29, 29, 38, 0.2);
}
#commute > .container > .right .form-container input[type=text]:focus,
#commute > .container > .right .form-container input[type=email]:focus,
#commute > .container > .right .form-container input[type=phone]:focus,
#commute > .container > .right .form-container textarea:focus {
  border-color: #003f2d;
  border-color: var(--main-green);
}
#commute > .container > .right .form-container.hidden {
  display: none;
}
#commute > .container > .right .form-container.visible {
  display: block;
}
#commute > .container > .right .form-container.fixed {
  position: fixed;
  top: 41.5px;
}
#commute > .container > .right .form-container.absolute {
  position: absolute;
  bottom: 80px;
  top: inherit;
  right: 80px;
  left: 0;
}
#commute > .container > .right .form-container.static {
  position: static;
  top: inherit;
  right: inherit;
}
@media screen and (max-width: 1148px) {
  #commute > .container > .right {
    display: none;
  }
  #commute > .container > .left {
    padding-right: 0;
    width: 100%;
  }
}

#commute b {
  font-weight: 700;
}

#commute .fw-800 {
  font-weight: 800;
}

#commute .slider {
  height: 300px;
  position: relative;
}

#commute .slider .title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
#commute .slider .title h1 {
  font-family: "Raleway", "Lato", sans-serif !important;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 3;
  max-width: 700px;
  padding: 0 20px;
}

#commute .slider .card {
  position: absolute;
  bottom: -36px;
  width: 573px;
  left: 50%;
  margin-left: -286.5px;
  padding: 20px 20px 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
#commute .slider .card .supertitle {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #003f2d;
  color: var(--main-green);
  margin-left: 2px;
  margin-bottom: 4px;
}
#commute .slider .card h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  max-width: 500px;
}
@media (max-width: 593px) {
  #commute .slider .card {
    left: 20px;
    right: 20px;
    margin-left: 0;
    width: auto;
  }
}
@media (max-width: 356px) {
  #commute .slider .card h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

#commute .slider .image {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#commute .responsive-container {
  padding-left: 24px;
  padding-right: 24px;
}

#commute .cbre {
  color: #003f2d;
  color: var(--main-green);
}

#commute h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  max-width: 510px;
  text-align: center;
  margin: 0 auto;
}

#commute section.questions {
  padding-top: 72px;
  padding-bottom: 48px;
}
#commute section.questions h2 {
  max-width: 364px;
  text-align: left;
  margin: 0;
}
#commute section.questions .content {
  max-width: 602px;
  margin: 0 auto;
}
#commute section.questions .questions-container {
  position: relative;
  margin-top: 8px;
  padding-top: 8px;
}
#commute section.questions .questions-container .line {
  width: 1px;
  background: #D8D8D8;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 32px;
}
#commute section.questions .questions-container .question {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 16px 24px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
#commute section.questions .questions-container .question .icon {
  color: #69BE28;
  margin-right: 20px;
  font-size: 19px;
}
@media screen and (max-width: 647px) {
  #commute section.questions .questions-container .question .icon {
    margin-right: 8px;
  }
}

#commute section.features {
  padding: 48px 0 8px;
}
#commute section.features .features-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 996px;
  margin: 48px auto 0;
}
#commute section.features .features-container .feature {
  text-align: center;
  width: 300px;
  margin: 0 16px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#commute section.features .features-container .feature .icon {
  width: 110px;
  height: 110px;
}
#commute section.features .features-container .feature p {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 25px;
  width: 100%;
}

#commute section.tool {
  padding: 48px 0 80px;
}
#commute section.tool .image-container {
  max-width: 855px;
  margin: 40px auto 0;
}
#commute section.tool .tool-features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  margin-top: 40px;
}
#commute section.tool .tool-features .feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 280px;
  background: #fff;
  border-radius: 26px;
  border: 1px solid #E8E8E8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  padding: 6px 24px 6px 6px;
  margin-bottom: 20px;
  margin-left: 16px;
  margin-right: 16px;
}
#commute section.tool .tool-features .feature .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 106, 77, 0.06);
  margin-right: 12px;
  flex-shrink: 0;
}
#commute section.tool .tool-features .feature .icon-container .icon {
  width: 24px;
  height: 24px;
}
#commute section.tool .tool-features .feature p {
  font-size: 18px;
  font-weight: 600;
  color: rgba(58, 58, 58, 0.68);
}
#commute section.tool .tool-features .feature:nth-child(2) {
  border-radius: 46px;
}
#commute section.tool .tool-features .feature:last-child {
  border-radius: 46px;
}

#commute .card-banner {
  border-radius: 8px;
  background: white;
  border: 1px solid #EAEAEA;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

#commute section.green {
  position: relative;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
}
@media (max-width: 1148px) {
  #commute section.green {
    height: auto;
    visibility: visible;
    overflow: visible;
  }
}

#commute section.green .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 640px;
  background: rgba(0, 139, 110, 0.06);
  z-index: 1;
}

#commute section.green .responsive-container {
  position: relative;
  z-index: 2;
}

#commute .form-container {
  max-width: 504px;
  margin: 0 auto;
  padding-top: 40px;
}

#commute .form-container > .title {
  font-size: 20px;
  font-weight: 700;
  margin-left: 4px;
}

#commute .form-container > .text {
  margin-left: 4px;
  margin-top: 8px;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
}

#commute .form-container > .subtitle {
  margin-left: 4px;
  font-weight: 500;
}

#commute .form-container .form {
  margin-top: 16px;
  padding: 24px 28px;
}

#commute .form-container .form.disabled {
  opacity: 0.5;
  pointer-events: none;
}

#commute .form-container .form.disabled * {
  pointer-events: none;
}

#commute .input-container {
  margin-bottom: 12px;
}

#commute .input-container:last-of-type {
  margin-bottom: 0;
}

#commute .input-container .title {
  font-size: 13px;
  font-weight: 700;
  margin-left: 4px;
  margin-bottom: 4px;
}

#commute .input-container input[type=text],
#commute .input-container input[type=email],
#commute .input-container input[type=phone],
#commute .input-container input[type=number],
#commute .input-container textarea,
#commute .input-container select {
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Raleway", "Lato", sans-serif !important;
  padding: 0 8px;
  border: 1px solid rgba(29, 29, 38, 0.24);
  height: 40px;
  font-weight: 500;
  background: white;
}

#commute .input-container input[type=text],
#commute .input-container input[type=email],
#commute .input-container input[type=phone],
#commute .input-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

#commute .input-container input[type=text]:focus,
#commute .input-container input[type=email]:focus,
#commute .input-container input[type=phone]:focus,
#commute .input-container input[type=number]:focus,
#commute .input-container textarea:focus {
  border-color: #008B6E;
}

#commute .input-container textarea {
  height: auto;
  resize: none;
  padding: 8px;
}

#commute .input-container select {
  padding-right: 40px;
}

#commute .input-container .select-container {
  position: relative;
}

#commute .select-container .select-arrow {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  width: 36px;
  font-size: 20px;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
  transition: 0.2s all;
}

#commute .form input[type=checkbox] {
  margin: 0;
}

#commute .form input[type=checkbox] + label {
  font-weight: 500;
  margin-left: 8px;
  font-size: 13px;
  padding-top: 1px;
}

#commute .send-button {
  padding: 14px 16px;
  border-radius: 8px;
  background: #008B6E;
  color: white;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  margin-top: 28px;
}

#commute .form-smalltext {
  font-size: 10px;
  color: rgba(29, 29, 38, 0.48);
  margin-top: 24px;
  text-align: justify;
}

#commute .form a {
  color: #008B6E;
  font-weight: 500;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

#commute > .modal {
  cursor: pointer;
}
#commute > .modal .form-container {
  cursor: default;
  border-radius: 8px;
  background: #F1F8F6;
  max-width: 544px;
  padding: 20px 20px;
  box-shadow: 0 12px 48px -12px rgba(0, 0, 0, 0.32);
}
#commute > .modal .form-container > .title, #commute > .modal .form-container > .text {
  padding-right: 48px;
}

@media screen and (max-width: 375px) {
  #commute .form-container .form {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 360px) {
  #commute .responsive-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
:root {
  --cc-bg: #fff;
  --cc-text: #2d4156;
  --cc-btn-primary-bg: var(--main-green);
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #00684b;
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8e0e6;
  --cc-toggle-bg-off: #919ea6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5dee2;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-bg-hover: #e9eff4;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: rgba(4, 6, 8, 0.85);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.cc_div *,
.cc_div :after,
.cc_div :before {
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  transition: none;
  animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: inherit;
  color: inherit;
  background: 0 0;
  border: none;
  box-shadow: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: left;
  visibility: inherit;
}

.cc_div {
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2d4156;
  color: var(--cc-text);
}

#c-ttl,
#s-bl td:before,
#s-ttl,
.cc_div .b-tl,
.cc_div .c-bn {
  font-weight: 600;
}

#cm,
#s-bl .act .b-acc,
#s-inr,
.cc_div .b-tl,
.cc_div .c-bl {
  border-radius: 0.35em;
}

#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cc_div a,
.cc_div button,
.cc_div input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cc_div a {
  border-bottom: 1px solid;
}

.cc_div a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  border-color: transparent;
}

#cm-ov,
#cs-ov,
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr {
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
}

.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}

.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  transform: translateX(100%);
  opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  transform: translateX(-100%);
  opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em);
}

#cm.top.slide {
  transform: translateY(-1.6em);
}

#cm.bar.slide {
  transform: translateY(100%);
}

#cm.bar.top.slide {
  transform: translateY(-100%);
}

.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible !important;
}

.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
  transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: 1 !important;
}

#cm {
  font-family: inherit;
  padding: 1.1em 1.8em 1.4em 1.8em;
  position: fixed;
  z-index: 1;
  background: #fff;
  background: var(--cc-bg);
  max-width: 50em;
  width: auto;
  width: initial;
  bottom: 1.25em;
  right: 1.25em;
  box-shadow: 0 0.625em 1.875em #000;
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.42);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  line-height: normal;
  line-height: initial;
}

#cc_div #cm {
  display: block !important;
}

#c-ttl {
  margin-bottom: 0.7em;
  font-size: 1.05em;
}

.cloud #c-ttl {
  margin-top: -0.15em;
}

#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div #c-bns {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4em;
}

.cc_div .c-bn {
  color: #2d4156;
  color: var(--cc-btn-secondary-text);
  background: #eaeff2;
  background: var(--cc-btn-secondary-bg);
  padding: 1em 1.7em;
  display: inline-block;
  cursor: pointer;
  font-size: 0.82em;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: 4px;
  flex: 1;
}

#c-bns button + button,
#s-c-bn,
#s-cnt button + button {
  float: right;
  margin-left: 1em;
}

#s-cnt #s-rall-bn {
  float: none;
}

#cm .c_link:active,
#cm .c_link:hover,
#s-c-bn:active,
#s-c-bn:hover,
#s-cnt button + button:active,
#s-cnt button + button:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table !important;
  height: 100%;
  visibility: hidden;
}

#s-bl {
  outline: 0;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-bn {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  display: block;
  font-family: inherit;
  font-size: 0.95em;
  width: 100%;
  position: relative;
  padding: 1.3em 6.4em 1.3em 2.7em;
  background: 0 0;
  transition: background-color 0.25s ease;
}

#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  padding: 1em;
  margin-bottom: 0.5em;
  border: 1px solid #f1f3f5;
  border-color: #f1f3f5;
  border-color: var(--cc-section-border);
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: 0 0;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

#s-bl .c-bl.b-ex {
  padding: 0;
  border: none;
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}

#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden;
}

#s-cnt .p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
  color: #2d4156;
  color: var(--cc-block-text);
}

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

#s-inr {
  height: 100%;
  position: relative;
  max-width: 45em;
  margin: 0 auto;
  transform: scale(0.96);
  opacity: 0;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: rgba(3, 6, 9, 0.26) 0 13px 27px -5px;
}

#s-bns,
#s-hdr,
#s-inr {
  background: #fff;
  background: var(--cc-bg);
}

#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 1.3em 2.1em;
  display: block;
  width: 100%;
}

#s-bns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 2.1em;
  border-top: 1px solid #f1f3f5;
  border-color: #f1f3f5;
  border-color: var(--cc-section-border);
  height: 4.75em;
}

.cc_div .cc-link {
  color: #253b48;
  color: #003f2d;
  color: var(--cc-btn-primary-bg);
  border-bottom: 1px solid #253b48;
  border-color: #003f2d;
  border-color: var(--cc-btn-primary-bg);
  display: inline;
  padding-bottom: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}

.cc_div .cc-link:active,
.cc_div .cc-link:hover {
  border-color: transparent;
}

#c-bns button:first-child,
#s-bns button:first-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: #003f2d;
  background: var(--cc-btn-primary-bg);
}

#c-bns.swap button:first-child {
  color: #40505a;
  color: #2d4156;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: #eaeff2;
  background: var(--cc-btn-secondary-bg);
}

#c-bns.swap button:last-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: #003f2d;
  background: var(--cc-btn-primary-bg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #253b48;
  background: #003f2d;
  background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover {
  background: #1d2e38;
  background: #00684b;
  background: var(--cc-btn-primary-hover-bg);
}

#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 0 2.1em;
  height: 4.75em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid #f1f3f5;
  border-color: #f1f3f5;
  border-color: var(--cc-section-border);
}

#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

#s-c-bn {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.45em;
  margin: 0;
  font-weight: normal;
  font-weight: initial;
  position: relative;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

#c_policy__text {
  height: 31.25em;
  overflow-y: auto;
  margin-top: 1.25em;
}

#c-s-in {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
}

@media screen and (min-width: 688px) {
  #s-bl::-webkit-scrollbar {
    width: 0.9em;
    height: 100%;
    background: 0 0;
    border-radius: 0 0.25em 0.25em 0;
  }
  #s-bl::-webkit-scrollbar-thumb {
    border: 0.25em solid #fff;
    border: 0.25em solid var(--cc-bg);
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border-radius: 100em;
  }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover);
  }
  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
  }
}
.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.cc_div .b-tg .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
}

.cc_div .b-tg .c-tg {
  position: absolute;
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  pointer-events: none;
}

.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl,
.cc_div span.t-lb {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}

.cc_div .b-tg .c-tg:after {
  content: "";
  position: relative;
  display: block;
  left: 0.125em;
  top: 0.125em;
  width: 1.25em;
  height: 1.25em;
  border: none;
  box-sizing: content-box;
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  transition: transform 0.25s ease;
  border-radius: 100%;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.9em);
}

#s-bl table,
#s-bl td,
#s-bl th {
  border: none;
}

#s-bl tbody tr {
  transition: background-color 0.25s ease;
}

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: 0.8em;
  padding-left: 1.2em;
}

#s-bl th {
  font-family: inherit;
  padding: 1.2em 1.2em;
}

#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-color: #e9edf2;
  border-color: var(--cc-cookie-table-border);
}

.force--consent #cs,
.force--consent #s-cnt {
  width: 100vw;
}

#cm-ov,
#cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  display: none;
  transition: none;
}

.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov,
.show--settings #cs-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  transition: visibility 0.25s linear;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}

html.force--consent.show--consent {
  overflow-y: hidden !important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

.cc_div .act .b-bn .exp::before,
.cc_div .b-bn .exp::before {
  border: solid #2d4156;
  border-color: #2d4156;
  border-color: var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  padding: 0.2em;
  display: inline-block;
  position: absolute;
  content: "";
  margin-right: 15px;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  left: 1.2em;
  top: 50%;
}

.cc_div .act .b-bn .b-tl::before {
  transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i::before {
  border: solid #fff;
  border-color: #ecf2fa;
  border-color: var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: 0.1em;
  display: inline-block;
  padding-bottom: 0.45em;
  content: "";
  margin: 0 auto;
  transform: rotate(45deg);
  top: 0.37em;
  left: 0.75em;
  position: absolute;
}

#s-c-bn::after,
#s-c-bn::before {
  content: "";
  position: absolute;
  left: 0.82em;
  top: 0.58em;
  height: 0.6em;
  width: 1.5px;
  background: #444d53;
  background: #2d4156;
  background: var(--cc-btn-secondary-text);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}

#s-c-bn::after {
  transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  transition: opacity 0.15s ease;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i::after,
.cc_div .off-i::before {
  right: 0.8em;
  top: 0.42em;
  content: " ";
  height: 0.7em;
  width: 0.09375em;
  display: block;
  background: #cdd6dc;
  background: #ecf2fa;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  transform-origin: center;
}

.cc_div .off-i::before {
  transform: rotate(45deg);
}

.cc_div .off-i::after {
  transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

#cm.box.middle,
#cm.cloud.middle {
  top: 50%;
  transform: translateY(-37%);
  bottom: auto;
}

#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
  transform: scale(0.95) translateY(-50%);
}

#cm.box.center {
  left: 1em;
  right: 1em;
  margin: 0 auto;
}

#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1em;
  right: 1em;
  overflow: hidden;
  padding: 1.3em 2em;
  width: auto;
  width: initial;
  height: auto;
}

.cc_div .cloud #c-inr {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  width: 100%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em;
}

.cc_div .cloud #c-txt {
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  min-width: 170px;
  display: flex;
  vertical-align: middle;
  flex-direction: row-reverse;
  margin-top: 0;
  gap: 0.625em;
}

#cm.cloud .c-bn {
  margin: 0.625em 0 0 0;
  width: 100%;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em;
}

#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}

#cm.bar #c-bns {
  max-width: 33.75em;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  top: 0;
  transform: none;
  height: 100%;
  max-height: 100%;
}

.cc_div .bar #s-bl,
.cc_div .bar #s-bns,
.cc_div .bar #s-hdr {
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.cc_div .bar #cs {
  padding: 0;
}

.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em;
}

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

.cc_div .bar #s-bl table,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}

.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cc_div .bar #s-bl tr {
  border-top: 1px solid #e3e7ed;
  border-color: #e9edf2;
  border-color: var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
  border: none;
  position: relative;
  padding-left: 35%;
}

.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: #000;
  color: #2d4156;
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis;
}

#cm.top {
  bottom: auto;
  top: 1.25em;
}

#cm.left {
  right: auto;
  left: 1.25em;
}

#cm.right {
  left: auto;
  right: 1.25em;
}

#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

@media screen and (max-width: 688px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    /* width: auto; */
    /* max-width: 100%; */
    margin: 0;
    padding: 0.7em !important;
    /*padding: 1.4em !important;*/
    /* right: 1em; */
    /* left: 1em; */
    height: -moz-fit-content;
    height: fit-content;
    /* bottom: 1em; */
    display: block;
  }
  .force--consent #cm,
  .force--consent #cm.cloud {
    width: auto;
    max-width: 100vw;
  }
  #cm.top {
    top: 1em;
    bottom: auto;
  }
  #cm.bottom {
    /* bottom: 1em; */
    /* top: auto; */
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  #s-bns,
  .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    transform: none;
  }
  .cc_div .b-tg {
    transform: scale(1.1);
    right: 1.1em;
  }
  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0;
  }
  #s-bns {
    height: 7.9em;
  }
  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.3em;
  }
  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }
  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  #s-bl table,
  #s-bl tbody,
  #s-bl td,
  #s-bl th,
  #s-bl thead,
  #s-bl tr,
  #s-cnt {
    display: block;
  }
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: #e9edf2;
    border-color: var(--cc-cookie-table-border);
  }
  #s-bl td {
    border: none;
    position: relative;
    padding-left: 35%;
  }
  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    color: #2d4156;
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #cm .c-bn,
  .cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  .cc_div #c-bns {
    flex-direction: column;
  }
  #c-bns button + button,
  #s-cnt button + button {
    margin-top: 0.625em;
    margin-left: 0;
    float: none;
    float: initial;
  }
  #cm.cloud.left,
  #cm.cloud.right {
    margin: 0;
  }
  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: 0;
    min-width: initial;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.7em;
  }
  .cc_div .cloud #c-ttl {
    font-size: 0.95em;
  }
  .cc_div .cloud #c-bns {
    display: flex !important;
    flex-direction: row;
    -moz-column-gap: 1em !important;
         column-gap: 1em !important;
    margin-top: 0.7em;
  }
  .cc_div .cloud #c-bns > button {
    font-size: 0.7em;
    padding-top: 0.8em !important;
    padding-bottom: 0.8em !important;
  }
  .cc_div .cloud #c-bns #c-s-bn {
    margin-top: 0 !important;
  }
}
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

.cc_div.ie #cs {
  max-height: 37.5em;
  position: relative;
  top: 0;
  margin-top: -5.625em;
}

.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}

.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
  top: 0;
}

.cc_div.ie .b-tg {
  padding-left: 1em;
  margin-bottom: 0.7em;
}

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}

.cc_div.ie #s-bl table {
  overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
  display: none;
}

.cc_div.ie .b-tg .c-tgl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2em;
  height: auto;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}

.cc_div.ie .bar #s-bl td:before {
  display: none;
}

.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}

.cookies {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: white;
  border-top: 3px solid #006b4e;
  z-index: 99999999;
  text-align: center;
}

.cookies .title {
  font-size: 16px;
  margin-bottom: 0.5rem;
  color: #006b4e;
}

.cookies .info {
  font-size: 12px;
  margin-bottom: 0.5rem;
  color: #1d1d26;
  line-height: 1.1em;
}

.cookies #ok-cookies {
  background: #006b4e;
  padding: 0.7rem 5rem;
  color: white;
  display: inline-block;
  font-size: 14px;
  margin: 0 auto;
  transition: all 0.15s;
  border: 1px solid transparent;
}

.cookies #ok-cookies:hover {
  background: white;
  color: #006b4e;
  cursor: pointer;
  border: 1px solid #006b4e;
}

:root {
  --max-mobile-width: $max-mobile-width;
}

/***** PROPERTY DETAIL *****/
/*** PANORAMA ***/
.product-hero-container {
  position: relative;
  height: 540px;
}
.product-hero-container .panorama {
  display: flex;
  flex-direction: row;
  height: 100%;
  position: relative;
  z-index: 1;
  background-size: cover;
  background: #f8f8f8 no-repeat center;
  cursor: pointer;
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.product-hero-container .panorama, .product-hero-container .panorama .panorama-column {
  gap: 8px;
}
.product-hero-container .panorama .panorama-column {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.product-hero-container .panorama .panorama-column:first-child {
  border-left: 0;
}
.product-hero-container .panorama .panorama-column .panorama-row {
  position: relative;
  flex: 1;
  height: 100%;
  overflow: hidden;
  transition: 0.2s all ease;
}
.product-hero-container .panorama .panorama-column .panorama-row:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
  transition: 0.24s all ease;
}
.product-hero-container .panorama .panorama-column .panorama-row:hover .image {
  transform: scale(1.1, 1.1);
}
.product-hero-container .panorama .panorama-column .panorama-row:last-child {
  border-bottom: 0;
}
.product-hero-container .panorama .panorama-column .panorama-row.black:after {
  background: rgba(0, 0, 0, 0.36);
}
.product-hero-container .panorama .image {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.48s all ease;
}
.product-hero-container .panorama.five-images .panorama-column:first-child {
  width: 100%;
}
.product-hero-container .panorama.five-images .panorama-column:nth-child(2), .product-hero-container .panorama.five-images .panorama-column:nth-child(3) {
  width: 50%;
}
.product-hero-container .panorama.three-images .panorama-column:first-child {
  width: 100%;
}
.product-hero-container .panorama.three-images .panorama-column:nth-child(2) {
  width: 50%;
}
.product-hero-container .panorama.one-image .panorama-column:first-child {
  width: 100%;
}
.product-hero-container .panorama .buttons-group {
  display: flex;
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  transition: all 0.2s;
}
.product-hero-container .panorama .buttons-group #save-favorite, .product-hero-container .panorama .buttons-group #show-photos {
  display: flex;
  background: white;
  cursor: pointer;
  padding: 12px 24px;
  font-family: "Calibre";
  font-size: 18px;
  font-weight: 600;
  color: #003f2d;
  text-align: center;
  margin-right: 16px;
}
.product-hero-container .panorama .buttons-group #save-favorite:hover, .product-hero-container .panorama .buttons-group #show-photos:hover {
  background: #f2f2f2;
}
.product-hero-container .panorama .buttons-group #save-favorite .icon {
  display: inline-block;
  aspect-ratio: 1/1;
  width: 20px;
  margin-bottom: -3px;
  margin-right: 8px;
}
.product-hero-container .panorama .buttons-group #save-favorite .icon.favorite {
  background-image: url("/images/icons/heart_fill.svg");
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .results-products .slide-wrapper > div.property {
    width: 85%;
  }
}
.slider-navigation-dots.main-green ul li:not(.active) a {
  background-color: #003f2d !important;
}

.results-row-container {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1650px;
}

@media screen and (max-width: 1200px) {
  .product-hero-container {
    height: 330px;
  }
  .product-hero-container .panorama.five-images .panorama-column:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .product-hero-container .panorama .panorama-column {
    display: none;
  }
  .product-hero-container .panorama .panorama-column:first-child {
    display: block;
    width: 100% !important;
  }
  .product-hero-container .panorama .panorama-column .panorama-row:hover .image {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .product-hero-container {
    max-height: none;
    height: 250px;
  }
  .product-hero-container .panorama .buttons-group {
    top: 20px;
    left: 16px;
  }
  .site-content > section#floored-banner {
    display: none;
  }
}
/*** END PANORAMA ***/
/*** PRODUCT SLIDER ***/
.producto-slider .slick-next,
.producto-slider .slick-prev {
  color: white;
  height: 100%;
  width: 120px;
  display: block;
  text-align: center;
  transition: all 0.12s ease-in;
}

.producto-slider .slick-next:before,
.producto-slider .slick-prev:before {
  font-size: 22px;
  opacity: 1;
  border: 1px solid white;
  padding: 7px 14px;
}

.producto-slider .slick-prev {
  left: 0;
  z-index: 990;
}

.producto-slider .slick-next {
  right: 0;
  z-index: 990;
}

.producto-slider {
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(67, 82, 84, 0.9568627451);
}

.producto-slider.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all !important;
}

.producto-slider .close-button {
  position: absolute;
  top: 12px;
  right: 30px;
  color: white;
  font-size: 80px;
  text-align: center;
  z-index: 991;
  cursor: pointer;
  width: 80px;
}

.producto-slider * {
  outline: none;
}

.producto-slider-container {
  height: 100%;
}

.producto-slider .slick-list {
  position: absolute;
  top: 0;
  left: 120px;
  right: 120px;
  bottom: 0;
}

.producto-slide {
  height: 600px;
  margin-top: calc((100vh - 600px) / 2);
  width: auto;
  max-height: none;
}

.producto-slider .slick-slide img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.producto-slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  bottom: 50px;
  grid-column-gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
}

.producto-slider .slick-dots li {
  margin: 0 2px;
  width: auto;
}

.producto-slider .slick-dots li button {
  background-color: #003f2d;
  background-color: #003f2d;
  width: 16px;
  display: block;
  height: 2px;
  transition: 0.2s;
  outline: none;
  padding: 0;
}

.producto-slider .slick-dots li.slick-active button {
  width: 32px;
  background-color: #17e88f;
  background-color: var(--light-green);
}

.producto-slider .slick-dots li button:before {
  display: none;
}

.slick-next:before,
.slick-prev:before {
  font-family: "Ionicons";
}

.slick-prev:before {
  content: "\f3d2";
}

.slick-next:before {
  content: "\f3d3";
}

@media (max-width: 768px) {
  .producto-slider {
    padding-bottom: 0;
  }
  .producto-slider .close-button {
    top: 6px;
    right: 12px;
  }
  .producto-slider .slick-next,
  .producto-slider .slick-prev {
    height: 50px;
    width: 50px;
    border-radius: 50%;
  }
  .producto-slider .slick-list {
    left: 0;
    right: 0;
  }
}
@media (max-height: 736px) {
  .producto-slide {
    height: 100vh;
    margin-top: 0;
  }
}
/*** END PRODUCT SLIDER ***/
/*** SELLING SECTION ***/
.selling-section .icon {
  width: 175px;
  margin-left: 74px;
}

/*** END SELLING SECTION ***/
.line-separator {
  background: #435254;
  background: var(--third-green);
  mix-blend-mode: normal;
  opacity: 0.2;
}

/*** PRODUCT CONTENT ***/
.product-content {
  width: 65%;
  float: left;
  font-family: "Calibre";
  padding: 0 64px 0 80px;
  margin-top: 70px;
}
.product-content > .top {
  margin-bottom: 28px;
}
.product-content > .top .modality {
  display: inline-block;
  padding: 5px 8px;
  margin-bottom: 25px;
  background: #003f2d;
  color: white;
  font-size: 14px;
  font-weight: 500;
}
.product-content > .top h1 {
  color: #003f2d;
  font-family: "FinancierDisplay";
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 56px;
  text-transform: capitalize;
}
.product-content > .top .see-map {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  gap: 12px;
  cursor: pointer;
  color: #003f2d;
  font-family: "Calibre";
  font-size: 15px;
  font-weight: 500;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.product-content > .top .see-map .icon {
  aspect-ratio: 1/1;
  width: 24px;
}

.custom-fade-out {
  opacity: 0;
}

@media screen and (max-width: 1048px) {
  .product-content {
    width: 100%;
    padding: 0 !important;
    margin-top: 45px;
  }
  #formularioResponsive {
    padding: 0 !important;
    top: 0 !important;
  }
  #formularioResponsive > div {
    margin: 0 !important;
  }
}
.external-link-a {
  display: inline-block;
  margin-top: 8px;
}

@media (max-width: 1112px) {
  .product-content {
    padding: 0 2rem;
  }
}
@media (max-width: 800px) {
  .product-content {
    width: 100%;
  }
}
@media (max-width: 376px) {
  .product-content {
    padding: 0 1rem;
  }
  th {
    padding: 7px;
  }
}
.product-form {
  width: 35%;
  float: right;
  display: block;
  padding-right: 5rem;
}

.product-form.hidden {
  display: none;
}

.product-form.visible {
  display: block;
}

.product-form.static {
  position: static;
  width: 35%;
  top: inherit;
  right: inherit;
}

@media (max-width: 1112px) {
  .product-form {
    padding-right: 2rem;
  }
}
@media (max-width: 1048px) {
  .product-form {
    display: none;
    position: fixed !important;
    width: 100% !important;
    bottom: 0 !important;
    padding: 2rem;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    margin: 0;
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 576px) {
  .product-form {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.product-content > p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: justify;
}

.rrss .email {
  background: #00a734;
  border-radius: 2px;
  padding: 0 8px 0 6px;
  color: white;
  font-size: 0.7em;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}

.rrss .email i {
  font-size: 1.4em;
  margin-right: 2px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2px;
  transform: translate(0, 1px);
}

.audiovisual {
  margin: 1rem auto;
  width: 100%;
}

#descripcion {
  font-size: 18px;
  font-family: "Calibre";
  font-weight: 400;
  line-height: 28px;
  color: #435254;
  color: var(--third-green);
}

#tabs {
  margin-top: 2rem;
}

#tabs .top {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #eaeaea;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
}

#tabs .top::-webkit-scrollbar {
  display: none;
}

#tabs .tab {
  padding: 8px 10px;
  margin-right: 20px;
  cursor: pointer;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid transparent;
  transition: 0.15s all;
  color: #435254;
  color: var(--third-green);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

#tabs .tab:hover {
  color: #003f2d;
  color: var(--main-green);
}

#tabs .tab.selected {
  border-bottom: 2px solid #003f2d;
  border-bottom: 2px solid var(--main-green);
  color: #003f2d;
  color: var(--main-green);
}

#tabs .content {
  display: none;
}

/***** PROPERTY DETAIL *****/
/****** FLOORED ******/
#floored-banner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-image: url("/images/floored/tile.png");
  background-size: 40%;
  background-repeat: repeat;
  color: white;
  padding: 16px 30px;
  border-bottom: 1px solid rgba(38, 33, 69, 0.12);
  box-shadow: 0 1px 2px rgba(38, 33, 69, 0.12);
  position: relative;
  z-index: 1;
}

#floored-banner .main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#floored-banner .title {
  font-family: "ArnhemPro", "Calibri", serif;
  font-size: 26px;
  letter-spacing: 0.025em;
  margin-right: 20px;
  max-width: 760px;
  line-height: 1.2;
}

#floored-banner .btn {
  cursor: pointer;
  background-color: rgba(38, 33, 69, 0.8);
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 12px;
  box-shadow: 0 2px 6px rgba(38, 33, 69, 0.3);
  transition: 0.12s all;
}

#floored-banner .btn:hover {
  box-shadow: 0 4px 12px rgba(38, 33, 69, 0.4);
}

#floored-banner .btn .icon {
  margin-left: 4px;
}

#floored-banner img {
  width: 180px;
  margin-left: 20px;
}

#floored {
  background-color: #f5f7f7;
  background-color: var(--light-gray);
  padding-bottom: 50px;
}
#floored .floored-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 60px;
}
#floored .floored-header .title {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  font-family: "FinancierDisplay";
  font-family: var(--secondary-font);
  color: #003f2d;
  color: var(--main-green);
  margin: 40px 0 10px 0;
}
#floored .floored-header .subtitle {
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-family: "FinancierDisplay";
  font-family: var(--secondary-font);
  color: #003f2d;
  color: var(--main-green);
  margin: 0;
}

#floored > .content {
  height: calc(100vh - 52px);
  padding: 30px 60px;
}

#floored > .content .interactive-map-container {
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(38, 33, 69, 0.32);
  overflow: hidden;
}

#floored .interactive-map-video {
  display: none;
  background: rgba(255, 255, 255, 0.96);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

#floored .interactive-map-video .close {
  color: rgb(38, 33, 69);
  margin: 0;
  position: absolute;
  right: 20px;
  top: 12px;
}

#floored .interactive-map-video .container {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
}

#floored .interactive-map-video .container > div {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
}

#floored .interactive-map-video iframe {
  margin: 0 auto;
}

@media screen and (max-width: 1197px) {
  #floored-banner img {
    width: 120px;
  }
}
@media screen and (max-width: 1136px) {
  #floored-banner .title {
    margin-right: 40px;
  }
  #floored-banner img {
    margin-left: 0;
  }
}
@media screen and (max-width: 1016px) {
  #floored-banner .title {
    margin-top: 4px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 640px) {
  #floored .interactive-map-video iframe {
    width: 100%;
  }
}
@media screen and (max-width: 27rem) {
  #floored-banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/****** FLOORED ******/
/* rr ss */
.rrss {
  display: flex;
  flex-direction: column;
}

.rrss > p {
  font-size: 22px;
  margin-bottom: 16px;
}

.rrss-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.rrss-container > .rrss-item {
  margin-right: 10px;
  margin-bottom: 8px;
}

.pdf-link {
  float: right;
  margin: 10px 4px 12px 0;
}

.pdf-link > a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #003f2d;
  color: var(--main-green);
  color: rgba(0, 0, 0, 0.5);
}

.rrss-container .last-rrss {
  margin: 0 0 0 10px;
}

.specs > p {
  font-family: "Calibre";
  color: #003f2d;
  color: var(--main-green);
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1048px) {
  .specs > p, .specs > .pageSubtitle {
    font-family: "Calibre";
    color: #003f2d;
    color: var(--main-green);
    font-weight: 600;
    line-height: 28px;
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
}
.specs .line-separator {
  width: 64%;
  margin: 4px 0 24px;
  background: #435254;
  background: var(--third-green);
  mix-blend-mode: normal;
  opacity: 0.2;
}
.specs .specs-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  padding: 8px 0;
  margin-bottom: 20px;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
@media screen and (max-width: 1048px) {
  .specs .specs-section {
    padding-top: 32px;
  }
}
.specs .specs-section.icons {
  color: #003f2d;
  color: var(--main-green);
}
.specs .specs-section.icons .spec {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.specs .spec {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.3em;
  flex-shrink: 0;
  max-width: 300px;
  font-family: "Calibre";
}
@media screen and (max-width: 1048px) {
  .specs .spec {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    width: 100%;
  }
}
.specs .spec .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.specs .spec .title span {
  font-size: 18px;
  color: #003f2d;
  color: var(--main-green);
}
.specs .spec .icon {
  margin-right: 8px;
  width: auto;
  height: 32px;
}
.specs .spec .value {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.specs .icon-metro,
.specs .icon-bus,
.specs .icon-parking {
  display: inline-block;
  transform: translate(0, 1px);
}
.specs .icon-metro:before,
.specs .icon-bus:before,
.specs .icon-parking:before {
  font-family: "Ionicons";
  font-size: 1.4em;
  opacity: 0.32;
  background: none;
  margin-right: 6px;
}
.specs .icon-metro:before {
  content: "\f3b4";
}
.specs .icon-bus:before {
  content: "\f36d";
}
.specs .icon-parking:before {
  content: "\f36f";
}
.specs.specs-section-mobile {
  padding: 0 1rem 1rem;
}
.specs.specs-section-mobile .specs-section {
  margin-bottom: 0px;
}

@media (max-width: 576px) {
  .specs-container {
    flex-direction: column;
  }
  .specs-section {
    width: 100%;
  }
}
.oficinas-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1048px) {
  .oficinas-container {
    padding-top: 32px;
  }
}

.oficinas-item {
  width: 100%;
  margin-bottom: 3rem;
}

@media (max-width: 576px) {
  .oficinas-container {
    flex-direction: column;
  }
  .oficinas-item {
    width: 100%;
  }
}
.tabla {
  width: 100%;
}

td,
th,
tr {
  padding: 8px 0;
  text-align: left;
}

th {
  font-weight: 600;
}

.oficinas-item th {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #435254;
  color: var(--third-green);
}
@media screen and (max-width: 1048px) {
  .oficinas-item th {
    width: 50%;
  }
}

.oficinas-item td {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #435254;
  color: var(--third-green);
}

.planos-item {
  text-align: center;
  margin-left: 24px;
  margin-top: 48px;
}

.planos-item .secondary-btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  max-width: 200px;
  margin: 8px auto 0 auto;
}
@media screen and (max-width: 1048px) {
  .planos-item .secondary-btn {
    max-width: 100%;
  }
}

.planos-item img {
  border-radius: 4px;
}

@media (max-width: 576px) {
  .planos-item {
    margin-left: 0;
    margin-right: 0;
    margin-top: 6px;
  }
}
.productrollers {
  position: absolute;
  right: 50%;
  margin: 0;
  top: 0;
  display: inline;
  display: initial;
  transform: translate(50%);
}

.planos-product {
  text-align: center;
}

.planos-product img {
  height: 300px;
  width: auto;
  margin: 0 auto;
}

.planos-product a {
  display: inline-block;
  padding: 1rem 2.5rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  color: white;
  width: auto;
  background: transparent;
  transition: all 0.12s ease-in;
  cursor: pointer;
  border: 1px solid #FFF;
  font-weight: 600;
}
.planos-product a:hover {
  background: #FFF;
  color: #003f2d;
}

.toggle-legal-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  cursor: pointer;
  color: #003f2d;
  font-family: "Calibre";
  font-size: 16px;
  font-weight: 500;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  margin-top: 0;
}
.toggle-legal-text i {
  margin-left: 8px;
  margin-top: 2px;
  transform: rotate(180deg);
  transition: transform 0.25s linear;
}

.legal-text {
  max-height: 999px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -ms-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  /* autoprefixer: off */
}
.legal-text.collapsed {
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  /* autoprefixer: off */
}
.legal-text.collapsed + .toggle-legal-text i {
  transform: rotate(0deg);
}

.formulario-entero {
  margin-top: 4rem;
  background: #f5f7f7;
  background: var(--light-gray);
  padding: 40px;
}
.formulario-entero .form-top p, .formulario-entero .form-alt-text {
  font-family: "Calibre";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-top: 0;
}
.formulario-entero form {
  grid-gap: 0;
  gap: 0;
}
.formulario-entero form p.form-text {
  font-family: "Calibre";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #435254;
  color: var(--third-green);
}
.formulario-entero form input:not([type=checkbox]), .formulario-entero form select, .formulario-entero form textarea {
  width: 100%;
  border-radius: 0;
}
.formulario-entero form input:not([type=checkbox]):focus, .formulario-entero form select:focus, .formulario-entero form textarea:focus {
  border: 1px solid #17e88f;
  border: 1px solid var(--light-green);
  box-shadow: 0 0 0 1px #17e88f;
  box-shadow: 0 0 0 1px var(--light-green);
}
.formulario-entero form textarea {
  resize: none;
  height: 90px;
}
.formulario-entero form label {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 3px;
}
.formulario-entero .form-div {
  padding: 0;
}
.formulario-entero .primary-btn {
  margin-top: 20px;
  padding: 15px;
  width: 100%;
}
.formulario-entero .input-container {
  width: 100%;
}
.formulario-entero .llamanos-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 2em;
  align-content: center;
  justify-items: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.formulario-entero .llamanos-form .phone, .formulario-entero .llamanos-form .whatsapp {
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
}
.formulario-entero .llamanos-form img {
  width: 30px;
  margin-right: 10px;
}

.form-header {
  background: transparent;
  text-transform: none;
}
.form-header > p {
  margin-top: 0;
  color: #003f2d;
  font-family: "Calibre";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.form-div {
  background: transparent;
  padding: 0 20px 18px;
}

.form-call {
  font-size: 20px;
  font-family: "Calibre";
}

#pegatinaResponsive {
  position: fixed;
}

.form-icon i {
  font-size: 26px;
}

.form-icon i:before {
  line-height: 40px;
}

.form-icon span {
  margin-left: 5px;
  margin-top: 2px;
}

.form-icon#pegatinaResponsive {
  background-color: #003f2d;
}

.formulario-entero .close {
  display: none;
  color: rgba(0, 0, 0, 0.6);
}

.form-call > .title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
  margin-left: 2px;
}

.form-call .reveal-telephone-button + a.hide {
  display: none;
}

.form-call .button:before {
  content: "";
  background: url("/images/phone-icon-green.png") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.form-call .button:hover::before {
  filter: brightness(0%) invert(1);
}

.form-div form {
  margin-top: 12px;
}

input.full,
textarea.full,
select.full {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-family: "Calibre";
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  padding: 5px 10px;
  height: 40px;
  background: white;
  margin-bottom: 10px;
  color: #1d1d26;
}

textarea.full {
  margin-bottom: 12px;
  height: auto;
  padding: 10px;
  resize: vertical;
}

.select-container {
  position: relative;
}
.select-container .select-arrow {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  width: 36px;
  font-size: 20px;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
}

.check {
  font-size: 16px;
  margin-bottom: 0.5rem;
  color: #656565;
  margin-bottom: 4px;
}

.form-container > p:not(.form-smalltext) {
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 4px;
  font-size: 15px;
}

#formularioResponsive form input[type=checkbox] {
  margin-right: 12px;
}

.form-container .button {
  margin-top: 12px;
}

@media (max-width: 992px) {
  .form-call {
    flex-direction: column;
  }
}
@media (max-width: 1048px) {
  .form-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
  }
  .formulario-entero {
    width: 100%;
    margin: 0 auto;
  }
  .form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .formulario-entero .close {
    display: inline-block;
  }
  .form-call {
    flex-direction: row;
  }
}
.product-map {
  position: relative;
  margin-bottom: 60px;
  clear: both;
  padding: 0 !important;
}

.related-products {
  width: 100%;
  margin-bottom: 60px;
}

.related-products > p {
  text-align: center;
  font-size: 24px;
  margin: 66px auto 30px;
}

.related-products > p span {
  font-weight: 600;
}

.related-container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-gap: 32px;
  gap: 32px;
}

@media (max-width: 768px) {
  .related-container {
    margin-left: 0;
    width: 100%;
  }
  .related-container .slider-box {
    margin: 0 0 3rem;
  }
}
@media (max-width: 432px) {
  .related-products > p {
    margin-top: 24px;
  }
}
.modal-slider {
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;
  position: fixed;
  z-index: 1;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(67, 82, 84, 0.9568627451);
  z-index: 9999;
}

.modal-slider.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all !important;
}

.js-modal-slider {
  display: block;
}

.modal-slider .slick-dots li button:before,
.modal-slider .slick-dots li.slick-active button:before {
  font-size: 10px;
  color: white;
}

/***** NEARBY PLACES *****/
#nearby-infobox {
  font-family: "Calibre";
  padding: 20px;
}

#nearby-infobox .type {
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 10px;
}

#nearby-infobox .type.bus_station,
#nearby-infobox .type.parking,
#nearby-infobox .type.subway_station,
#nearby-infobox .type.train_station {
  color: #a333ff;
}

#nearby-infobox .type.school {
  color: #ff7d33;
}

#nearby-infobox .type.shopping_mall,
#nearby-infobox .type.supermarket {
  color: #ff3333;
}

#nearby-infobox .type.gym,
#nearby-infobox .type.hospital,
#nearby-infobox .type.park {
  color: #2de386;
}

#nearby-infobox .type.movie_theater {
  color: #3394ff;
}

#nearby-infobox h1 {
  font-weight: 500;
  font-size: 18px;
}

#nearby-infobox .address {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.8;
}

#nearby-infobox .directions-button {
  border-radius: 12px;
  padding: 4px 8px 3px;
  display: inline-block;
  margin-top: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.5px;
  transition: all 0.16s ease;
}

#nearby-panel {
  position: relative;
  height: auto;
  margin-top: -52px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 20px;
  pointer-events: none;
}

#nearby-panel > .card {
  background: white;
  border-radius: 8px;
  border: 1px solid #dcdada;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  padding: 16px 14px;
  pointer-events: all;
}

#nearby-panel .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 4px;
}

#nearby-panel .row:last-child {
  margin-bottom: 0;
}

#nearby-panel .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px;
  cursor: pointer;
  width: 172px;
  border: 1px solid transparent;
  border-radius: 18px;
  margin-right: 12px;
  transition: all 0.16s ease;
}

#nearby-panel .item:last-child {
  margin-right: 0;
}

#nearby-panel .item:hover {
  background: rgba(0, 0, 0, 0.05);
}

#nearby-panel .item > .left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#nearby-panel .item > .left .icon {
  height: 22px;
  width: 22px;
  margin-right: 6px;
  flex-shrink: 0;
}

#nearby-panel .item > .left .title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.68);
  font-weight: 500;
}

#nearby-panel .item > .icon-right {
  margin-left: 8px;
  width: 20px;
  height: 20px;
}

#nearby-panel .item > .icon-right .icon {
  width: 20px;
  height: 20px;
  display: none;
  flex-shrink: 0;
}

#nearby-panel .item > .icon-right .icon-hide {
  opacity: 0.36;
}

#nearby-panel .item > .icon-right .icon-show {
  opacity: 0.68;
}

#nearby-panel .item:hover .icon-hide {
  display: block;
}

#nearby-panel .item.hide > .left {
  opacity: 0.4;
}

#nearby-panel .item.hide:hover .icon-hide {
  display: none;
}

#nearby-panel .item.hide:hover .icon-show {
  display: block;
}

@media screen and (max-width: 870px) {
  #nearby-panel {
    margin-top: -20px;
  }
  #nearby-panel .item,
  #nearby-panel .row {
    flex-wrap: wrap;
  }
  #nearby-panel .item > .icon-right {
    display: none;
  }
  #nearby-panel .row {
    margin-bottom: 0;
  }
  #nearby-panel .item {
    width: 50%;
    margin-right: 0;
  }
}
@media screen and (max-width: 350px) {
  #nearby-panel .item {
    width: 100%;
  }
}
/***** NEARBY PLACES *****/
/***** COWORKING FACILITIES *****/
.coworkingFacilities {
  margin-bottom: 80px;
}
.coworkingFacilities > p {
  font-size: 22px;
  margin-bottom: 16px;
}
.coworkingFacilities .coworkingFacilitiesContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
}
.coworkingFacilities .coworkingFacility {
  width: 60px;
}
@media screen and (max-width: 720px) {
  .coworkingFacilities .coworkingFacility {
    margin-right: 48px;
  }
}
@media screen and (max-width: 480px) {
  .coworkingFacilities .coworkingFacility {
    margin-right: 27px;
  }
}
@media screen and (max-width: 400px) {
  .coworkingFacilities .coworkingFacility {
    margin-right: 25px;
  }
}
.coworkingFacilities .coworkingFacility .iconContainer {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.coworkingFacilities .coworkingFacility .iconContainer .icon {
  width: 60px;
  height: 39px;
  max-width: 45px;
  max-height: 39px;
}
.coworkingFacilities .coworkingFacility .iconContainer .icon-bike {
  width: 75%;
}
.coworkingFacilities .coworkingFacility .iconContainer .icon-printer,
.coworkingFacilities .coworkingFacility .iconContainer .icon-security,
.coworkingFacilities .coworkingFacility .iconContainer .icon-lock {
  height: 36px;
}
.coworkingFacilities .coworkingFacility .title {
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #003f2d;
  text-align: center;
}

/***** COWORKING FACILITIES *****/
.external-link:after {
  content: "";
  background: url("/images/open-outline.svg") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  display: inline-block;
}

.button:hover .external-link:after {
  filter: invert(1);
}

/* Form calendar */
#visitar-centro {
  clear: both;
}
#visitar-centro:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#visitar-centro input.hidden {
  display: none;
}
#visitar-centro .sec-title {
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 15050px) {
  #visitar-centro .col-lg-6 {
    width: 100%;
  }
}
@media (min-width: 1550px) {
  #visitar-centro .col-lg-6 {
    width: 50%;
    float: left;
  }
}
#visitar-centro #dia_visita tbody,
#visitar-centro #dia_visita td,
#visitar-centro #dia_visita th,
#visitar-centro #dia_visita tr {
  border: none;
}
#visitar-centro #dia_visita th {
  color: #005c43;
}
#visitar-centro #dia_visita th.dow {
  font-size: 9px;
  color: #999;
}
#visitar-centro #dia_visita td {
  padding: 10px;
}
@media (min-width: 1500px) {
  #visitar-centro #dia_visita td {
    padding: 5px;
  }
}
@media (min-width: 1850px) {
  #visitar-centro #dia_visita td {
    padding: 10px;
  }
}
#visitar-centro #dia_visita .datepicker table tr td {
  border-radius: 50%;
}
#visitar-centro #dia_visita .datepicker table tr td.disabled {
  color: #aaa !important;
  cursor: not-allowed;
}
#visitar-centro #dia_visita .datepicker table tr td.active.active {
  background-color: #005c43;
}

/* END - Form calendar */
#main-map {
  height: 500px;
}

section#error {
  overflow: hidden;
  flex: 1 0 auto;
  text-align: center;
  background-image: url(/images/error_404_hero.webp);
  background-size: cover;
  background-position: center;
}

section#error .error-type {
  position: relative;
}

section#error .error-type .error-num {
  font-family: "Calibre";
  font-family: var(--main-font);
  font-size: 240px;
  font-weight: 600;
  color: white;
  z-index: 1;
}

section#error .error-type .error-text {
  color: white;
}

section#error .error-link {
  margin-top: 36px;
  text-transform: uppercase;
  color: #008b6e;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  display: inline-block;
  line-height: 2;
  transition: 0.12s all;
}

section#error .error-link:hover {
  border-color: #008b6e;
}

@media (max-width: 768px) {
  section#error {
    padding: 40px 24px 80px;
  }
}
:root {
  --max-mobile-width: $max-mobile-width;
}

#espacios-flexibles,
#espacios-flexibles * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#espacios-flexibles {
  color: #3A3A3A;
  font-family: "Raleway", "Lato", sans-serif !important;
  line-height: 1.2;
}

#espacios-flexibles b {
  font-weight: 700;
}

#espacios-flexibles .fw-800 {
  font-weight: 800;
}

#espacios-flexibles .slider {
  height: 360px;
  position: relative;
}

#espacios-flexibles .slider .title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
#espacios-flexibles .slider .title h1 {
  font-family: "Raleway", "Lato", sans-serif !important;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 3;
  max-width: 700px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  #espacios-flexibles .slider .title h1 {
    font-size: 40px;
  }
}

#espacios-flexibles .slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.32);
}

#espacios-flexibles .slider .image {
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

#espacios-flexibles .responsive-container {
  padding-left: 0;
  padding-right: 0;
}

#espacios-flexibles .cbre {
  color: #003f2d;
  color: var(--main-green);
}

.cbre-bold {
  color: #003f2d !important;
  color: var(--main-green) !important;
  font-weight: bold !important;
}

.cbre-light {
  color: #7da854;
}

#espacios-flexibles .inner-section {
  max-width: 1450px;
  margin: 1rem auto;
}
#espacios-flexibles .inner-section img {
  max-width: 250px;
  max-height: 170px;
  margin-top: -25px;
}
#espacios-flexibles .inner-section .full-row.border-bt-grey {
  padding-bottom: 2rem;
}
#espacios-flexibles .inner-section .full-row {
  width: 100%;
  display: flex;
  flex-direction: row;
}
#espacios-flexibles .inner-section .img-block {
  flex-shrink: 1;
}
#espacios-flexibles .inner-section .text-block {
  flex-grow: 4;
  padding: 0 3rem;
}
#espacios-flexibles .inner-section .text-block p {
  line-height: 42px;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 1366px) and (min-width: 1000px) {
  #espacios-flexibles .inner-section {
    max-width: 1200px;
  }
}
@media (max-width: 968px) {
  #espacios-flexibles .inner-section .full-row {
    flex-direction: column;
    text-align: center;
  }
  #espacios-flexibles .inner-section img {
    margin-top: 0;
  }
  #espacios-flexibles .inner-section .text-block {
    order: 2;
    text-align: left;
    padding: 1rem 2rem;
  }
  #espacios-flexibles .inner-section .text-block p {
    line-height: 38px;
    font-weight: bold;
  }
  #espacios-flexibles .inner-section .img-block {
    order: 1;
  }
}

.border-bt-grey {
  border-bottom: 2px solid #DDD;
}

#espacios-flexibles section.full-banner-green {
  background: #B5CAC1;
  padding: 20px 20px 24px;
  text-align: center;
  margin: 0px auto;
  width: 100%;
}
#espacios-flexibles section.full-banner-green h2 {
  max-width: 968px;
  margin: 0 auto;
  font-family: "Raleway", "Lato", sans-serif !important;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(58, 58, 58, 0.8);
}
#espacios-flexibles section.full-banner-green .imgs-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-between;
}
#espacios-flexibles section.full-banner-green .imgs-container .imgs-text {
  flex-shrink: 0;
  width: 250px;
  margin: 3rem 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1366px) and (min-width: 1000px) {
  #espacios-flexibles section.full-banner-green .imgs-container .imgs-text {
    margin: 3rem 3rem 0;
  }
}
#espacios-flexibles section.full-banner-green .imgs-container .imgs-text .title {
  letter-spacing: 1px;
  color: #006A4D;
  text-align: center;
  margin: 2rem 0 0.5rem 0;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}
#espacios-flexibles section.full-banner-green img {
  max-width: 250px;
  max-height: 170px;
}
#espacios-flexibles section.full-banner-green .button {
  font-size: 14px;
  font-weight: 600;
  display: block;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  margin-top: 20px;
  width: 220px;
  height: 50px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 2rem;
}
#espacios-flexibles section.full-banner-green .contacto-title {
  font-size: 30px;
  margin: 2rem;
}
@media (max-width: 1366px) and (min-width: 1000px) {
  #espacios-flexibles section.full-banner-green img {
    max-width: 160px;
    max-height: 115px;
  }
  #espacios-flexibles section.full-banner-green .imgs-container .imgs-text {
    width: 163px !important;
  }
}
@media (max-width: 768px) {
  #espacios-flexibles section.full-banner-green h2 {
    font-size: 21px;
  }
}

.modal-opener {
  font-size: 14px;
  font-weight: 600;
  display: block;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  margin-top: 20px;
  width: 220px;
  height: 50px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 2rem;
}

#espacios-flexibles section.card-banner-green {
  border-radius: 8px;
  background: rgba(0, 106, 77, 0.08);
  border: 1px solid rgba(0, 106, 77, 0.2);
  padding: 20px 20px 24px;
  text-align: center;
  margin: 24px auto 48px;
  max-width: 942px;
}
#espacios-flexibles section.card-banner-green h2 {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Raleway", "Lato", sans-serif !important;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(58, 58, 58, 0.8);
}
#espacios-flexibles section.card-banner-green .button {
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  margin-top: 20px;
}
#espacios-flexibles section.card-banner-green .button img {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

#espacios-flexibles section.icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
}
#espacios-flexibles section.icons .icon-text {
  flex-shrink: 0;
  width: 160px;
  margin: 0 10px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#espacios-flexibles section.icons .icon-text .icon {
  width: 80px;
  height: 80px;
}
#espacios-flexibles section.icons .icon-text .title {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #003f2d;
  color: var(--main-green);
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}

#espacios-flexibles .card-banner {
  border-radius: 8px;
  background: white;
  border: 1px solid #EAEAEA;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

#espacios-flexibles .scroll-down {
  position: relative;
  min-height: 80px;
}
#espacios-flexibles .scroll-down .title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 600;
}
#espacios-flexibles .scroll-down .title + div {
  min-height: 44px;
  position: relative;
}
#espacios-flexibles .scroll-down .line-separator {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin-top: -2px;
  top: 50%;
}
#espacios-flexibles .scroll-down .scroll-indicator {
  width: 80px;
  background: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@keyframes chevron-pulse {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#espacios-flexibles .scroll-down .scroll-indicator .tcon-svgchevron {
  height: 40px;
  width: 40px;
}
#espacios-flexibles .scroll-down .scroll-indicator .tcon-svgchevron path {
  animation: chevron-pulse 2.4s infinite cubic-bezier(0.4, 0, 0.2, 1);
  fill: transparent;
  stroke: #3A3A3A;
  stroke-width: 1px;
}
#espacios-flexibles .scroll-down .scroll-indicator .tcon-svgchevron path.a1 {
  animation-delay: 0s;
}
#espacios-flexibles .scroll-down .scroll-indicator .tcon-svgchevron path.a2 {
  animation-delay: -0.5s;
}
#espacios-flexibles .scroll-down .scroll-indicator .tcon-svgchevron path.a3 {
  animation-delay: -1s;
}

#espacios-flexibles section.tools {
  margin-top: 60px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
#espacios-flexibles section.tools .card-banner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 360px;
  padding: 24px 16px 16px;
  margin: 0 30px 30px;
  text-align: center;
  transition: 0.16s all ease-in-out;
}
#espacios-flexibles section.tools .card-banner:hover {
  border-color: #69BE28;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 12px 48px -12px rgba(105, 190, 40, 0.4);
}
#espacios-flexibles section.tools .card-banner .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
#espacios-flexibles section.tools .card-banner .text {
  font-size: 17px;
  margin-bottom: 12px;
  font-weight: 500;
  color: rgba(58, 58, 58, 0.8);
  line-height: 1.4;
}
#espacios-flexibles section.tools .card-banner .icon {
  width: 140px;
  height: 140px;
  margin: 0 auto 20px;
}
#espacios-flexibles section.tools .card-banner .button {
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 600;
  border-radius: 8px;
}
@media (max-width: 400px) {
  #espacios-flexibles section.tools .card-banner {
    margin-left: 0;
    margin-right: 0;
  }
}

#espacios-flexibles section.search {
  margin-top: 40px;
  margin-bottom: 80px;
}
#espacios-flexibles section.search #searchbox {
  max-width: 468px;
  margin: 0 auto;
}
#espacios-flexibles section.search #searchbox .icon {
  top: 16px;
  width: 16px;
  height: 16px;
  left: 16px;
  opacity: 0.48;
}
#espacios-flexibles section.search #searchbox input {
  height: 48px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid #E4E4E4;
  padding-left: 44px;
}
#espacios-flexibles section.search #searchbox input:focus {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
#espacios-flexibles section.search #searchbox button {
  font-size: 14px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  width: 120px;
  font-weight: 700;
}
#espacios-flexibles section.search .results-container {
  max-width: 956px;
  margin: 0 auto;
}
#espacios-flexibles section.search .results-container .results-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 15px;
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 15px;
  color: rgba(58, 58, 58, 0.64);
  font-weight: 600;
}
#espacios-flexibles section.search .results-container .results-top > *:nth-child(2) {
  margin: 0 8px;
}
#espacios-flexibles section.search .results-container .results-top a {
  color: #69BE28;
  font-size: 14px;
}
#espacios-flexibles section.search .results-container .results {
  position: relative;
}
#espacios-flexibles section.search .results-container .results .spinner-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 2;
}
#espacios-flexibles section.search .results-container .results .items {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#espacios-flexibles section.search .results-container .results .items .results-item .see-in-map {
  display: none;
}
#espacios-flexibles section.search .results-container .results .no-results {
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  text-align: center;
  padding: 60px 20px;
  width: 100%;
  margin-bottom: 42px;
  color: rgba(58, 58, 58, 0.64);
  font-weight: 500;
}
#espacios-flexibles section.search .results-container .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}
#espacios-flexibles section.search .results-container .pagination > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#espacios-flexibles section.search .results-container .pagination .pagination-item {
  font-family: Arial, sans-serif;
  cursor: pointer;
  width: 32px;
  height: 32px;
  line-height: 31px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  margin: 0 4px;
  transition: 0.12s all ease-in-out;
}
#espacios-flexibles section.search .results-container .pagination .pagination-item:hover {
  border-color: #69BE28;
  color: #69BE28;
}
#espacios-flexibles section.search .results-container .pagination .pagination-item.active {
  border-color: #69BE28;
  color: #69BE28;
}
#espacios-flexibles section.search .results-container .pagination .pagination-item.disabled {
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

#espacios-flexibles section.green {
  position: relative;
  margin-top: 24px;
  margin-bottom: 80px;
}

#espacios-flexibles section.green .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 640px;
  background: rgba(0, 139, 110, 0.06);
  z-index: 1;
}

#espacios-flexibles section.green .responsive-container {
  position: relative;
  z-index: 2;
}

#espacios-flexibles .form-container {
  max-width: 504px;
  margin: 0 auto;
  padding-top: 40px;
}

#espacios-flexibles .form-container > .title {
  font-size: 20px;
  font-weight: 700;
  margin-left: 4px;
}

#espacios-flexibles .form-container > .text {
  margin-left: 4px;
  margin-top: 8px;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
}

#espacios-flexibles .form-container > .subtitle {
  margin-left: 4px;
  font-weight: 500;
}

#espacios-flexibles .form-container .form {
  margin-top: 16px;
  padding: 24px 28px;
}

#espacios-flexibles .form-container .form.disabled {
  opacity: 0.5;
  pointer-events: none;
}

#espacios-flexibles .form-container .form.disabled * {
  pointer-events: none;
}

#espacios-flexibles .input-container {
  margin-bottom: 12px;
}

#espacios-flexibles .input-container:last-of-type {
  margin-bottom: 0;
}

#espacios-flexibles .input-container .title {
  font-size: 13px;
  font-weight: 700;
  margin-left: 4px;
  margin-bottom: 4px;
}

#espacios-flexibles .input-container input[type=text],
#espacios-flexibles .input-container input[type=email],
#espacios-flexibles .input-container input[type=phone],
#espacios-flexibles .input-container input[type=number],
#espacios-flexibles .input-container textarea,
#espacios-flexibles .input-container select {
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Raleway", "Lato", sans-serif !important;
  padding: 0 8px;
  border: 1px solid rgba(29, 29, 38, 0.24);
  height: 40px;
  font-weight: 500;
  background: white;
}

#espacios-flexibles .input-container input[type=text],
#espacios-flexibles .input-container input[type=email],
#espacios-flexibles .input-container input[type=phone],
#espacios-flexibles .input-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

#espacios-flexibles .input-container input[type=text]:focus,
#espacios-flexibles .input-container input[type=email]:focus,
#espacios-flexibles .input-container input[type=phone]:focus,
#espacios-flexibles .input-container input[type=number]:focus,
#espacios-flexibles .input-container textarea:focus {
  border-color: #008B6E;
}

#espacios-flexibles .input-container textarea {
  height: auto;
  resize: none;
  padding: 8px;
}

#espacios-flexibles .input-container select {
  padding-right: 40px;
}

#espacios-flexibles .input-container .select-container {
  position: relative;
}

#espacios-flexibles .select-container .select-arrow {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  width: 36px;
  font-size: 20px;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
  transition: 0.2s all;
}

#espacios-flexibles .form input[type=checkbox] {
  margin: 0;
}

#espacios-flexibles .form input[type=checkbox] + label {
  font-weight: 500;
  margin-left: 8px;
  font-size: 13px;
  padding-top: 1px;
}

#espacios-flexibles .send-button {
  padding: 14px 16px;
  border-radius: 8px;
  background: #008B6E;
  color: white;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  margin-top: 28px;
}

#espacios-flexibles .form-smalltext {
  font-size: 10px;
  color: rgba(29, 29, 38, 0.48);
  margin-top: 24px;
  text-align: justify;
}

#espacios-flexibles .form a {
  color: #008B6E;
  font-weight: 500;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

#espacios-flexibles > .modal {
  cursor: pointer;
}
#espacios-flexibles > .modal .form-container {
  cursor: default;
  border-radius: 8px;
  background: #F1F8F6;
  max-width: 544px;
  padding: 20px 20px;
  box-shadow: 0 12px 48px -12px rgba(0, 0, 0, 0.32);
}
#espacios-flexibles > .modal .form-container > .title, #espacios-flexibles > .modal .form-container > .text {
  padding-right: 48px;
}

#espacios-flexibles section.info {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#espacios-flexibles section.info strong {
  font-weight: 600;
}
#espacios-flexibles section.info .card-banner {
  line-height: 1.3;
  font-size: 17px;
  padding: 20px;
  margin: 36px auto;
  text-align: center;
  max-width: 560px;
  font-weight: 500;
}
#espacios-flexibles section.info .card-banner > p {
  margin-bottom: 12px;
}
#espacios-flexibles section.info .card-banner li {
  padding: 2px 8px;
  margin: 2px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-block;
  transition: 0.12s all ease-in;
}
#espacios-flexibles section.info .card-banner li:hover {
  border-color: #003f2d;
  border-color: var(--main-green);
  color: #003f2d;
  color: var(--main-green);
}
#espacios-flexibles section.info .info-questions h2 {
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  color: #003f2d;
  color: var(--main-green);
  margin-bottom: 16px;
  margin-top: 0;
}
#espacios-flexibles section.info .info-questions h3 {
  font-weight: 600;
  font-size: 17px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  margin-bottom: 4px;
}
#espacios-flexibles section.info .info-questions p {
  line-height: 1.3;
  text-align: justify;
  margin-bottom: 12px;
}
#espacios-flexibles section.info .info-questions .line-separator {
  margin: 24px 0;
}

@media screen and (max-width: 360px) {
  #espacios-flexibles .form-container .form {
    padding: 20px 16px;
  }
}
.iframe-container {
  display: block;
  width: 100%;
  text-align: center;
  margin: 4rem 0;
}
.iframe-container iframe {
  width: 90%;
  max-width: 950px;
  height: 450px;
}

.ion-checkmark.cbre-light {
  margin-right: 10px;
}

h2 {
  text-align: center;
  padding: 20px;
}

/* Slider */
.carousel-slider {
  max-width: 87vw;
  margin: 0 auto;
}
.carousel-slider .slick-slide {
  margin: 0px 20px;
}
.carousel-slider .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.carousel-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.carousel-slider .slick-list:focus {
  outline: none;
}
.carousel-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.carousel-slider .slick-slider .slick-track,
.carousel-slider .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.carousel-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.carousel-slider .slick-track:before,
.carousel-slider .slick-track:after {
  display: table;
  content: "";
}
.carousel-slider .slick-track:after {
  clear: both;
}
.carousel-slider .slick-loading .slick-track {
  visibility: hidden;
}
.carousel-slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.carousel-slider [dir=rtl] .slick-slide {
  float: right;
}
.carousel-slider .slick-slide img {
  display: block;
}
.carousel-slider .slick-slide.slick-loading img {
  display: none;
}
.carousel-slider .slick-slide.dragging img {
  pointer-events: none;
}
.carousel-slider .slick-initialized .slick-slide {
  display: block;
}
.carousel-slider .slick-loading .slick-slide {
  visibility: hidden;
}
.carousel-slider .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.carousel-slider .slick-prev:before,
.carousel-slider .slick-next:before {
  font-size: 55px !important;
  color: lightgrey;
}
.carousel-slider .slick-prev,
.carousel-slider .slick-next {
  z-index: 999999 !important;
}
.carousel-slider .slick-prev {
  left: 20px !important;
}
.carousel-slider .slick-next {
  right: 20px !important;
}
.carousel-slider .slick-list {
  max-width: 75vw;
  margin: 0 auto;
}
.carousel-slider .slick-slide img {
  vertical-align: middle;
  max-height: 365px;
  max-width: 150px;
  display: inline-block;
  padding: 0 15px;
  min-width: auto !important;
}
.carousel-slider .slick-slide.slide {
  height: 365px;
  /* Equals maximum image height */
  width: 235px;
  white-space: nowrap;
  /* This is required unless you put the helper span closely near the img */
  text-align: center;
  margin: 1em 0;
  display: inline-block;
}
.carousel-slider .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.confian-nosotros {
  margin-top: 80px;
  margin-bottom: -60px;
}

/** RESPONSIVE / MOBILE **/
@media screen and (max-width: 1048px) {
  .mb-order {
    flex-wrap: wrap;
  }
  .mb-order-1 {
    flex: 1;
    order: 1;
  }
  .mb-order-2 {
    flex: 2;
    order: 2;
  }
  .contact-btn {
    margin-bottom: 64px;
  }
  .contact-btn button {
    width: 100%;
  }
}
@media screen and (max-width: 1048px) {
  .mob-h100 {
    height: 100%;
  }
}
#search-bar #searchbox .icon {
  top: 20px;
}

.main-results.favorites {
  padding-top: 20px;
  padding-bottom: 80px;
  margin: 0;
  margin: initial;
}

.main-results.favorites .results-products {
  width: 100%;
}

.main-results.favorites .no-result {
  display: none;
}
.main-results.favorites .no-result b {
  font-size: 18px;
}

.main-results.favorites #spinner {
  margin-top: 80px;
}

.main-results.favorites .results-item {
  width: 25%;
  width: calc(25% - 7px - 7px);
}

.main-results.favorites .results-item .info .see-in-map {
  display: none;
}

.main-results.favorites .results-products .header {
  margin-bottom: 10px;
}

.main-results.favorites .results-products .header h1 {
  margin: 0;
}

.main-results.favorites .results-products .header > div:first-child {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.main-results.favorites .results-products .header > div:nth-child(2) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-results.favorites .favorites-count .divider {
  margin: 0 12px;
}

.main-results.favorites .header .favorites-button {
  background: white;
  border-radius: 4px;
  cursor: pointer;
  padding: 7px 12px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.43;
  margin-bottom: 8px;
  margin-right: 12px;
}

.main-results.favorites .header .favorites-button:active {
  background: #f2f2f2;
}

.main-results.favorites .header .favorites-button .icon {
  display: inline-block;
  height: 16px;
  width: 18px;
  margin-bottom: -3px;
  margin-right: 8px;
  opacity: 0.6;
}

#send-favorites,
#favorites-info {
  display: none;
}

.favorites-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
}

.favorites-modal .card {
  max-height: 520px;
  width: 100%;
  max-width: 380px;
  overflow: scroll;
  background: white;
  border-radius: 8px;
  padding: 16px;
  margin: 0 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.favorites-modal .card .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}

.favorites-modal .card .top .title {
  font-size: 20px;
  font-weight: 700;
}

.favorites-modal .card .top .icon {
  margin-top: 4px;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  flex-shrink: 0;
}

.favorites-modal .input-container {
  margin-bottom: 12px;
}

.favorites-modal .input-container:last-child {
  margin-bottom: 0;
}

.favorites-modal .input-container .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  margin-left: 2px;
}

.favorites-modal input[type=text],
.favorites-modal textarea {
  font-family: "Raleway", sans-serif;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: white;
  font-size: 16px;
  padding: 0 8px;
}

.favorites-modal textarea {
  padding: 8px;
  height: auto;
}

.favorites-modal input[type=text]:focus,
.favorites-modal textarea:focus {
  border-color: #008B6E;
}

.favorites-modal input[type=checkbox] {
  margin-right: 12px;
}

.favorites-modal .policy {
  font-size: 14px;
}

.favorites-modal .policy a {
  color: #008B6E;
}

.favorites-modal .favorites-modal-button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  background: #008B6E;
  color: white;
  text-align: center;
  padding: 12px 16px;
  cursor: pointer;
  margin-top: 20px;
}

.modal-content .spinner {
  display: none;
  margin: 27px auto 0;
}

.favorites-modal .spinner.visible {
  display: table;
}

.favorites-modal .form-call .reveal-telephone-button,
.favorites-modal .form-call a {
  background: #008B6E;
}

.reveal-telephone-button {
  cursor: pointer;
}

.reveal-telephone-button + a.hide {
  display: none;
}

.favorites-modal .form-top {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 12px;
}

.favorites-modal .form-top p {
  margin-bottom: 12px;
  font-size: 15px;
}

.favorites-modal .additional {
  margin-bottom: 24px;
}

.favorites-modal .additional p {
  font-weight: 600;
  margin-bottom: 12px;
}

@media (max-width: 1112px) {
  .main-results.favorites .results-item {
    width: 33%;
    width: calc(33% - 7px - 7px);
  }
}
@media (max-width: 768px) {
  .main-results.favorites .results-item {
    width: 50%;
    width: calc(50% - 10px - 10px);
  }
  #favorites-info-modal .card {
    position: absolute;
    top: 64px;
    left: 20px;
    right: 20px;
    bottom: 64px;
    margin: 0;
    width: auto;
    max-height: none;
    max-height: initial;
    max-width: none;
    max-width: initial;
  }
  #send-favorites-modal .card {
    position: absolute;
    top: auto;
    bottom: auto;
    left: 20px;
    right: 20px;
    margin: 0;
    width: auto;
    max-width: none;
    max-width: initial;
  }
}
@media (max-width: 576px) {
  .main-results.favorites .results-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
:root {
  --max-mobile-width: $max-mobile-width;
}

/***** HEADER *****/
.contact-navigation {
  gap: 20px;
}

#menu .menu-navigation > ul > li a, #menu .menu-navigation > ul > li button {
  font-size: 17px;
  padding: 18px 20px;
}
@media screen and (max-width: 1406px) {
  #menu .menu-navigation > ul > li a, #menu .menu-navigation > ul > li button {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  #menu .menu-navigation > ul > li a, #menu .menu-navigation > ul > li button {
    padding: 18px 19px;
  }
}
@media screen and (max-width: 1352px) {
  #menu .menu-navigation > ul > li a, #menu .menu-navigation > ul > li button {
    padding: 18px 18px;
  }
}
@media screen and (max-width: 1338px) {
  #menu .menu-navigation > ul > li a, #menu .menu-navigation > ul > li button {
    font-size: 15px;
  }
}
@media screen and (min-width: 1049px) and (max-width: 1280px) {
  #menu .menu-navigation > ul > li span.icon-text {
    display: none;
  }
}

@media screen and (max-width: 1360px) {
  .menu .contact-navigation {
    gap: 20px;
  }
}
@media screen and (min-width: 1580px) {
  nav#menu .menu-navigation {
    margin-right: 0;
  }
  nav#menu .menu-navigation ul {
    gap: 1.6em;
  }
  nav#menu .menu-navigation ul:last-child {
    margin-left: 4em;
  }
  nav#menu .menu-navigation ul.contact-navigation .cbreiconbox:before {
    left: -2em;
  }
}
@media screen and (min-width: 1049px) and (max-width: 1291px) {
  .menu .navigation > li > a, .menu .navigation > li > button {
    padding: 18px 24px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1228px) and (min-width: 1048px) {
  .menu .navigation > li > a, .menu .navigation > li > button {
    padding: 18px 20px;
  }
  .menu .contact-navigation {
    gap: 10px;
  }
}
@media screen and (max-width: 1160px) and (min-width: 1048px) {
  .menu .navigation > li > a, .menu .navigation > li > button {
    padding: 18px 18px;
  }
  .menu .contact-navigation {
    gap: 0;
  }
}
@media screen and (max-width: 1110px) and (min-width: 1048px) {
  .menu .navigation > li > a, .menu .navigation > li > button {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1048px) {
  html.menu-opened .favorite-active .menu_toggle:before {
    opacity: 0 !important;
  }
  #menu .menu-navigation.w-fit {
    width: 100%;
  }
  html.menu-opened, html.show-map {
    overflow-y: hidden;
  }
  html.menu-opened.favorite-active .menu_toggle:before, html.show-map.favorite-active .menu_toggle:before {
    opacity: 0 !important;
  }
  html.menu-opened .menu_toggle span:first-child, html.show-map .menu_toggle span:first-child {
    transform: rotate(45deg) translate(6px, 6px);
  }
  html.menu-opened .menu_toggle span:nth-child(2), html.show-map .menu_toggle span:nth-child(2) {
    opacity: 0;
  }
  html.menu-opened .menu_toggle span:last-child, html.show-map .menu_toggle span:last-child {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  html.menu-opened .header, html.show-map .header {
    height: 100%;
    z-index: 9999;
  }
  html.menu-opened .header > div, html.show-map .header > div {
    height: auto;
  }
  html.menu-opened .header nav.menu, html.show-map .header nav.menu {
    flex-direction: column;
    align-items: flex-start;
    max-height: 100%;
    height: 100%;
  }
  html.menu-opened .header nav.menu .logo, html.show-map .header nav.menu .logo {
    align-self: start;
  }
  html.menu-opened .header nav.menu .menu-navigation > ul, html.show-map .header nav.menu .menu-navigation > ul {
    display: block;
  }
  html.menu-opened .header nav.menu .menu-navigation > ul > li > button, html.show-map .header nav.menu .menu-navigation > ul > li > button {
    padding: 18px 20px;
  }
  html.menu-opened .header nav.menu .menu-navigation > ul a:before, html.show-map .header nav.menu .menu-navigation > ul a:before {
    display: none;
  }
}
@media screen and (max-width: 1048px) {
  .menu_toggle {
    width: 24px;
    height: 18px;
    padding: 0px;
    border: 0px;
    background: none;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 10001;
    /* transition: all 0.5s; */
  }
  .menu_toggle span {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #435254;
    background-color: var(--third-green);
    transition: all 0.3s ease-out;
  }
  .menu_toggle:before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -1px;
    background-color: #17e88f;
    background-color: var(--light-green);
    opacity: 0;
    width: 9px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    transition: opacity 0.2s;
  }
  .favorite-active .menu_toggle:before {
    opacity: 1;
  }
}
.header {
  transition: opacity 0.5s;
  opacity: 1;
}
.header > div {
  height: 100%;
}
.header > div .menu {
  height: inherit;
}
.header > div .menu .menu-navigation {
  height: inherit;
}
.header > div .menu .menu-navigation ul.navigation {
  height: inherit;
}
.header > div .menu .menu-navigation ul.navigation a {
  height: 100%;
  align-items: center;
}
.header.hidden {
  opacity: 0;
}
@media screen and (max-width: 1048px) {
  .header #menu {
    height: 100%;
  }
  .header .container {
    max-height: 100%;
    height: 100%;
    padding: 26px 20px;
  }
  .header nav.menu {
    transition: all 0.3s ease;
  }
  .header nav.menu .logo {
    display: flex;
    height: 44px;
    min-width: 90px;
    max-width: 90px;
    align-items: center;
  }
  .header nav.menu .logo img {
    width: 97px;
    height: 26px;
    /* margin: 12px 293px 35px 162px; */
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header nav.menu .menu-navigation {
    flex-direction: column;
    margin-top: 1.5em;
    max-height: 100%;
    height: 100%;
    overflow: auto;
  }
  .header nav.menu .menu-navigation > ul {
    display: none;
    text-align: left;
    width: 100%;
    border-top: 1px solid rgba(0, 63, 45, 0.15);
    border-top: 1px solid rgba(var(--main-green-rgba), 0.15);
    margin-bottom: 26px;
    padding: 0;
  }
}

/***** END HEADER *****/
footer {
  z-index: 100;
}

.page-footer {
  border-top: 1px solid rgba(72, 72, 72, 0.16);
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 36px 0;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.03em;
  font-size: 12px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}

.footer-container a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.footer-item {
  width: 25%;
}
.footer-item .double-list {
  display: flex;
}
.footer-item .double-list ul:first-child {
  margin-right: 24px;
}
.footer-item .social {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
}
.footer-item .social a {
  font-size: 22px;
  margin-right: 24px;
  color: #003f2d;
  color: var(--main-green);
}
.footer-item .social a:last-child {
  margin-right: 0;
  font-size: 28px;
  line-height: 29px;
  height: 29px;
  max-height: 29px;
  display: inline-block;
  transform: translate(0, 2px);
}
.footer-item:last-child li:last-child a {
  color: #003f2d;
  color: var(--main-green);
  font-weight: 600;
}
.footer-item h2 {
  font-weight: 700;
  position: relative;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 2px;
}
.footer-item li span {
  font-weight: 700;
}

@media (max-width: 840px) {
  .footer-container {
    justify-content: center;
  }
  .footer-item {
    width: auto;
  }
  .footer-item:first-child, .footer-item:last-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-item:first-child {
    margin-bottom: 32px;
  }
  .footer-item:nth-child(2) {
    padding-right: 32px;
  }
  .footer-item:nth-child(3) {
    padding-left: 32px;
  }
  .footer-item:last-child {
    margin-top: 32px;
  }
}
@media (max-width: 360px) {
  .footer-container {
    flex-direction: column;
    padding: 32px 0;
  }
  .footer-item {
    width: auto;
    padding: 0 !important;
    text-align: center;
  }
  .footer-item:nth-child(2) {
    margin-bottom: 32px;
  }
}
/** RESPONSIVE / MOBILE FOOTER **/
@media screen and (max-width: 1100px) and (min-width: 1048px) {
  footer .social {
    gap: 32px !important;
  }
}
@media screen and (max-width: 1048px) {
  footer .navigation > li > a {
    padding: 0 !important;
  }
}
/** END RESPONSIVE / MOBILE FOOTER **/
.landing-sem .site-content {
  margin-top: 0;
}
.landing-sem .section-container {
  position: relative;
  display: block;
  min-height: 100vh;
  padding: 7em 4em;
}
.landing-sem .section-container.no-pm {
  padding: 0 !important;
  margin: 0 !important;
}
@media (min-width: 1200px) {
  .landing-sem .section-container.no-pm {
    height: 0;
    position: absolute;
  }
}
@media (min-width: 2500px) {
  .landing-sem .section-container {
    padding: 19em 12em;
  }
}
@media (max-width: 768px) {
  .landing-sem .section-container {
    padding: 3em 2em;
  }
}
.landing-sem .section-container .home-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 768px) {
  .landing-sem .section-container .home-link {
    display: block;
    position: relative;
  }
}
.landing-sem .section-container #cbre-logo {
  width: 230px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  .landing-sem .section-container #cbre-logo {
    display: block;
    position: relative;
    margin: 0 auto 2rem auto;
  }
}
.landing-sem .section-container .inner-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 50vw;
}
@media (max-width: 1024px) {
  .landing-sem .section-container .inner-section {
    max-width: 100vw;
  }
}
.landing-sem .section-container .inner-section .heading-container {
  background-color: #006a4d;
  border: 3px solid #0d8e6b;
  transform: skew(-15deg);
}
@media (max-width: 768px) {
  .landing-sem .section-container .inner-section .heading-container {
    margin: 0 auto;
    text-align: center;
  }
}
.landing-sem .section-container .inner-section .heading-container h1,
.landing-sem .section-container .inner-section .heading-container h2 {
  font-size: 60px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  transform: skew(15deg);
  padding: 15px 30px;
}
@media (max-width: 1366px) and (min-width: 1100px) {
  .landing-sem .section-container .inner-section .heading-container h1,
  .landing-sem .section-container .inner-section .heading-container h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .landing-sem .section-container .inner-section .heading-container h1,
  .landing-sem .section-container .inner-section .heading-container h2 {
    text-align: center;
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .landing-sem .section-container .inner-section .heading-container h1,
  .landing-sem .section-container .inner-section .heading-container h2 {
    font-size: 23px;
  }
}
.landing-sem .section-container .inner-section .section-subtitle {
  color: #ffffff;
  font-size: 35px;
  font-weight: 500;
  max-width: 800px;
}
@media (max-width: 1366px) and (min-width: 1100px) {
  .landing-sem .section-container .inner-section .section-subtitle {
    font-size: 27px;
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .landing-sem .section-container .inner-section .section-subtitle {
    font-size: 22px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    margin: 2rem 0;
  }
}
.landing-sem .section-container .inner-section .section-subtitle strong {
  color: #31ff9d;
}
.landing-sem .section-container .inner-section ul.styled-list {
  margin-top: 20em;
}
@media (max-width: 1366px) and (min-width: 1100px) {
  .landing-sem .section-container .inner-section ul.styled-list {
    margin-top: 15em;
  }
}
@media (max-width: 768px) {
  .landing-sem .section-container .inner-section ul.styled-list {
    margin-top: 0;
    padding-left: 15%;
  }
}
.landing-sem .section-container .inner-section ul.styled-list li {
  display: inline-block;
  border-left: 15px solid #006a4d;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  width: 280px;
  padding: 20px 0 20px 20px;
}
@media (max-width: 1366px) and (min-width: 1100px) {
  .landing-sem .section-container .inner-section ul.styled-list li {
    font-size: 21px;
    width: 235px;
    padding: 10px 0 10px 10px;
  }
  .landing-sem .section-container .inner-section ul.styled-list li:first-of-type {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .landing-sem .section-container .inner-section ul.styled-list li {
    font-size: 20px;
    margin: 10px 0;
  }
}
.landing-sem .section-container .inner-section .list-container {
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(200, 200, 200, 0.95);
  margin-top: 100px;
  padding: 20px 15px;
}
@media (max-width: 768px) {
  .landing-sem .section-container .inner-section .list-container {
    margin: 3em auto 2em auto;
  }
}
.landing-sem .section-container .inner-section .list-container ul {
  list-style: disc outside none;
  list-style: initial;
  color: #006a4d;
  font-size: 22px;
  font-weight: 500;
}
.landing-sem .section-container .inner-section .list-container ul li {
  margin: 30px 50px 30px 30px;
}
@media (max-width: 768px) {
  .landing-sem .section-container .inner-section .list-container ul li {
    font-size: 19px;
    margin: 15px 0 15px 30px;
  }
}
.landing-sem .section-container .inner-section .cta-form {
  background: #5bda9d;
  border: none;
  color: #FFFFFF;
  padding: 1rem;
  display: inline-block;
  text-align: center;
  margin: 1rem auto 3rem auto;
  width: 100%;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
  max-width: 350px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid #FFFFFF;
}
@media (min-width: 1200px) {
  .landing-sem .section-container .inner-section .cta-form {
    display: none;
  }
}
.landing-sem .section-container #myModal {
  display: block !important;
}
.landing-sem #bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  filter: brightness(50%);
}
.landing-sem #bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  filter: brightness(110%);
}
.landing-sem .form-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.landing-sem .floating-form {
  background-color: #fefefe;
  padding: 24px;
  border: 2px solid #006a4d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@media (min-width: 1200px) {
  .landing-sem .floating-form {
    position: fixed;
    top: 8%;
    right: 5%;
    max-width: 450px;
  }
}
@media (min-width: 2500px) {
  .landing-sem .floating-form {
    top: 18%;
  }
}
@media (max-width: 1366px) and (min-width: 1100px) {
  .landing-sem .floating-form {
    top: 2%;
    padding: 10px;
  }
  .landing-sem .floating-form p {
    margin: 10px 5px;
  }
}
@media (max-width: 1024px) {
  .landing-sem .floating-form {
    position: relative;
    display: block;
    margin: 5em 2em;
  }
}
@media (max-width: 768px) {
  .landing-sem .floating-form {
    margin: 0;
  }
}
.landing-sem .modal-body {
  margin: 0 auto;
}
.landing-sem .floating-form label {
  display: block;
  margin-bottom: 4px;
  margin-left: 2px;
  font-size: 14px;
  font-weight: 600;
}
.landing-sem .floating-form #we-call-you + label {
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 500;
}
.landing-sem .floating-form input:not([type=checkbox]),
.landing-sem .floating-form textarea,
.landing-sem .floating-form select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  height: 44px;
  width: 100%;
  border: 1px solid #006a4d;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 15px;
  margin-bottom: 16px;
  background: #FFFFFF;
}
.landing-sem .floating-form textarea {
  padding-top: 1rem;
  height: auto;
}
.landing-sem .floating-form select {
  cursor: pointer;
  padding: 0 40px 0 12px;
}
.landing-sem .floating-form .select-container {
  position: relative;
  padding: 0;
}
.landing-sem .floating-form .select-container .select-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  border-radius: 0 4px 4px 0;
  color: #006a4d;
  font-size: 20px;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
  transition: 0.2s all;
}
.landing-sem .floating-form .select-container .select-arrow i {
  padding-top: 11px;
  display: block;
}
.landing-sem .floating-form button {
  background: #006a4d;
  border: none;
  color: #FFFFFF;
  padding: 1rem;
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
  width: 100%;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
}
.landing-sem .floating-form button:hover {
  background: #004b35;
  transform: scale(1.02);
}
.landing-sem .floating-form .legal {
  font-size: 13px;
  line-height: 1.1em;
}
.landing-sem .floating-form .legal a {
  color: #006a4d;
}
.landing-sem .floating-form .call-us {
  margin: 28px 0;
  font-size: 16px;
  color: rgba(29, 29, 38, 0.8);
}
.landing-sem .floating-form .call-us .phone {
  background: #006a4d;
  border-radius: 4px;
  padding: 4px 8px;
  color: #FFFFFF;
  margin-left: 8px;
  font-size: 16px;
}
.landing-sem .form-title {
  color: #004b35;
  font-weight: 700;
  font-size: 21px;
}
.landing-sem .pos-relative {
  position: relative;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

#services-section {
  padding: 104px 160px;
  background-color: #F5F7F7;
}
#services-section h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: "FinancierDisplay";
  line-height: 48px;
}
#services-section h2.fw-500 {
  font-weight: 500;
}
#services-section .services {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  gap: 32px;
  margin: 48px auto 0;
}
#services-section .services .service {
  border: 1px rgba(67, 82, 84, 0.2) solid;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1/1;
  margin-bottom: 40px;
  border-radius: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#services-section .services .service .icon {
  position: absolute;
  width: 120px;
  height: 88px;
  left: calc(50% - 60px);
  top: -44px;
  background-color: #F5F7F7;
}
#services-section .services .service .title {
  font-family: "Calibre";
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #003f2d;
}
#services-section .services .service .line-separator {
  width: 20%;
  background-color: #435254;
  margin: 16px auto 24px;
  opacity: 0.2;
}
#services-section .services .service .text {
  font-family: "Calibre";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.005em;
  text-align: center;
  color: #435254;
}
#services-section .secondary-btn {
  margin: 20px auto 0;
  background-color: #F5F7F7;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
}
@media screen and (max-width: 1048px) {
  #services-section {
    padding-top: 48px;
    padding-bottom: 40px;
  }
  #services-section .services {
    flex-direction: column;
    align-items: center;
    margin: 30px auto 0;
  }
  #services-section .services .service {
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    margin-bottom: 20px;
    aspect-ratio: unset;
    max-width: none;
    max-width: initial;
  }
  #services-section .services .service .icon {
    position: static;
    margin: 0 auto;
    max-width: 60px;
  }
  #services-section .services .service .title {
    font-size: 20px;
  }
  #services-section .secondary-btn {
    margin-top: 40px;
  }
}

:root {
  --max-mobile-width: $max-mobile-width;
}

#services > .image {
  height: 300px;
  background-image: url("https://cbredeunvistazo.com/img/gallery/fotogrande_2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#services h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  margin: 48px 0 24px 0;
}
#services h1 + p {
  line-height: 24px;
  max-width: 671px;
  margin: 0 auto;
}
#services .line-separator {
  margin: 76px auto 64px;
}
#services h1 + p + .line-separator {
  max-width: 240px;
  margin: 40px auto 48px;
}
#services section.form {
  position: relative;
  margin-top: 56px;
}
#services section.form .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  align-items: stretch;
  grid-column-gap: 32px;
}
#services section.form .title {
  color: #003f2d;
  font-family: "FinancierDisplay";
  font-size: 40px;
  font-weight: 500;
  grid-column: 1;
  grid-row: 1;
}
#services section.form .form-header {
  width: 75%;
  justify-self: end;
  grid-column: 1;
  grid-row: 2;
  margin-right: auto;
}
#services section.form .form-header .subtitle {
  color: #435254;
  font-family: "Calibre";
  font-size: 24px;
}
#services section.form .form-header .subtitle .contact-data {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 48px auto;
  grid-column-gap: 16px;
  align-items: center;
}
#services section.form .form-header .subtitle .contact-data .tel {
  width: 48px;
  height: 48px;
}
#services section.form .form-header .subtitle .contact-data a {
  width: -moz-fit-content;
  width: fit-content;
}
#services section.form .form-container {
  width: 75%;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-self: start;
  max-width: 504px;
  grid-row: 1/4;
  grid-column: 2;
}
#services section.form .card-banner {
  border-radius: 8px;
  background: white;
  border: 1px solid #EAEAEA;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
#services section.form .form-container .form {
  margin-top: 16px;
  padding: 24px 28px;
}
#services section.form .form-container .form.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#services section.form .form-container .form.disabled * {
  pointer-events: none;
}
#services section.form .input-container {
  margin-top: 0;
  margin-bottom: 16px;
}
#services section.form .form-container .input-container:first-child {
  margin-top: 0;
}
#services section.form .input-container:last-of-type {
  margin-bottom: 0;
}
#services section.form .input-container .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #435254;
  font-family: "Calibre" !important;
}
#services section.form .input-container input[type=text],
#services section.form .input-container input[type=email],
#services section.form .input-container input[type=phone],
#services section.form .input-container input[type=number],
#services section.form .input-container textarea,
#services section.form .input-container select {
  width: 100%;
  font-size: 16px;
  font-family: "Calibre";
  padding: 20px 16px;
  border: 1px solid rgba(29, 29, 38, 0.24);
  height: 42px;
  background: white;
}
#services section.form ::-moz-placeholder {
  color: #959595;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Calibre";
}
#services section.form ::placeholder {
  color: #959595;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Calibre";
}
#services section.form .input-container input[type=text],
#services section.form .input-container input[type=email],
#services section.form .input-container input[type=phone],
#services section.form .input-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#services section.form .input-container input[type=text]:focus,
#services section.form .input-container input[type=email]:focus,
#services section.form .input-container input[type=phone]:focus,
#services section.form .input-container input[type=number]:focus,
#services section.form .input-container textarea:focus {
  border-color: #008B6E;
}
#services section.form .input-container textarea {
  height: auto;
  resize: none;
  padding-top: 10px;
}
#services section.form .input-container select {
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #435254;
  font-weight: 600;
}
#services section.form .input-container .select-container {
  position: relative;
}
#services section.form .select-container .select-arrow {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  width: 36px;
  font-size: 20px;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
  transition: 0.2s all;
}
#services section.form .form input[type=checkbox] {
  margin: 0;
}
#services section.form .form input[type=checkbox] + label {
  font-weight: 500;
  margin-left: 8px;
  font-size: 13px;
  padding-top: 1px;
}
#services section.form .send-button {
  padding: 16px 16px;
  background: #003f2d;
  color: white;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  margin-top: 28px;
}
#services section.form .send-button:hover {
  background-color: #012a2d;
}
#services section.form .form-smalltext {
  line-height: 18px;
  font-family: "Calibre";
  color: #003f2d;
  color: var(--main-green);
  margin-top: 24px;
  font-weight: 500;
}
#services section.form .form-smalltext a {
  font-weight: 600;
}
#services section.form .form a {
  color: #003f2d;
  color: var(--main-green);
  font-weight: 500;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media screen and (max-width: 360px) {
  #services section.form .form-container .form {
    padding: 20px 16px;
  }
}
#services section.form .container .legal-text ~ .toggle-legal-text {
  display: none;
}
#services section.form .container .legal-text.mb-collapse {
  max-height: none;
  max-height: initial;
  -webkit-line-clamp: unset;
}
@media screen and (max-width: 1048px) {
  #services section.form .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    row-gap: 32px;
  }
  #services section.form .container .title {
    order: 1;
  }
  #services section.form .container .form-header {
    order: 3;
    width: 100%;
    flex-direction: column;
    align-items: start;
  }
  #services section.form .container .form-header .divider {
    max-width: 100%;
    width: 100%;
  }
  #services section.form .container .form-container {
    order: 2;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  #services section.form .container .form-container .legal-text {
    transition: max-height 1s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 630px;
    /* autoprefixer: off */
  }
  #services section.form .container .form-container .legal-text.collapsed {
    max-height: 33px;
    -webkit-line-clamp: 2;
  }
  #services section.form .container .form-container .legal-text.collapsed + .toggle-legal-text .ion-ios-arrow-down:before {
    transform: rotate(0deg);
  }
  #services section.form .container .form-container .legal-text + .toggle-legal-text {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    color: #003f2d;
    font-family: "Calibre";
    font-weight: 600;
    font-size: 16px;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    width: -moz-fit-content;
    width: fit-content;
  }
  #services section.form .container .form-container .legal-text + .toggle-legal-text .ion-ios-arrow-down:before {
    transform: rotate(180deg);
    transition: transform 0.25s linear;
    margin-left: 4px;
  }
}

#donde .where h1 {
  margin: 0 0 48px 0;
}
#donde .where .offices {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1030px;
  margin: 0 auto 52px;
  gap: 32px;
}
#donde .where .offices .office {
  width: 30%;
}
@media screen and (max-width: 1048px) {
  #donde .where .offices .office {
    width: 100%;
  }
}
#donde .where .offices .office .image {
  height: 244px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #EAEAEA;
}
#donde .where .offices .office .office-card {
  border: 1px solid rgba(0,63,45,0.2);
  border: 1px solid var(--main-green-opacity);
  overflow: hidden;
  height: 100%;
}
#donde .where .offices .office .office-body {
  padding: 24px;
}
#donde .where .offices .office .office-body .name {
  text-align: left;
  padding: 0;
  font-family: "FinancierDisplay";
  color: #003f2d;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
#donde .where .offices .office .office-body div {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 12px;
}
#donde .where .offices .office .office-body div p {
  margin: 0;
  font-size: 16px;
  word-break: break-word;
  color: #435254;
}
#donde .where .offices .office .office-body div p a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
#donde .where .offices .office .office-body div img {
  width: 24px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 420px) {
  #donde .where .offices .office {
    margin: 0 0 48px;
  }
}

.tooltipster-sidetip .tooltipster-box {
  border-width: 1px;
  border-color: #EAEAEA;
  background: white;
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.2);
  box-shadow: var(--box-shadow);
  border-radius: 0px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #484848;
  font-size: 15px;
  padding: 12px 16px;
  min-width: 150px;
  text-align: center;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #EAEAEA !important;
  border-width: 8px !important;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: white !important;
  border-width: 8px !important;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -8px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  top: 1px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #EAEAEA !important;
  border-width: 8px !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: white !important;
  border-width: 8px !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-uncropped {
  bottom: -4px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  bottom: 1px;
}

@media (max-width: 940px) {
  .tooltipster-sidetip .tooltipster-box {
    transform: none;
  }
}
#under-maintenance {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.02);
}

#under-maintenance > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  padding: 32px;
  background: white;
  margin: 0 24px;
}

#under-maintenance .icon {
  width: 56px;
  height: 56px;
  background-image: url("/images/icons/traffic_cone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 20px;
}

#under-maintenance .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}

#under-maintenance .text {
  font-size: 20px;
  line-height: 1.4;
}

#under-maintenance .phone {
  background: #008B6E;
  color: white;
  font-weight: 500;
  border-radius: 8px;
  padding: 3px 12px 5px;
  margin-top: 24px;
  display: inline-block;
}