@charset "UTF-8";
/* Theme vars */
/* External */
@import "../../../../vendor/aos/2.1.1/css/aos.css";
@import "../../../../vendor/swiper/7.0.alpha22/swiper-bundle.min.css";
/* Internal */
@import "../../../../vendor/lightbox2-2.11.3/dist/css/lightbox.min.css";
@import "../../../../vendor/vanilla-calendar/vanilla-calendar.min.css";
@import "../../../../vendor/pretty-simple-lightbox/1.0.0/style.css";
@import url("https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.pretty-simple-lightbox {
  z-index: 99999 !important;
}
.pretty-simple-lightbox .border.border-transparent {
  border-color: transparent !important;
}
.pretty-simple-lightbox button * {
  color: var(--soo-light);
}

/* Theme vars */
:root {
  --soo-primary: #0B556B;
  --soo-primary-alpha: rgba(11, 85, 107, 0.7607843137);
  --soo-secondary: #da3e3a;
  --soo-tertiary: #f33238;
  --soo-accent: rgba(194, 154, 24, 0.6705882353);
  --soo-success: #5fa512;
  --soo-danger: #e11f26;
  --soo-light: #fff;
  --soo-light-alpha: rgba(255, 255, 255, 0.6);
  --soo-dark: #0c0c0c;
  --soo-dark-intense: #081017;
  --soo-dark-alpha: rgba(16, 43, 42, 0.6705882353);
  --soo-dark-mate: #080606;
  --soo-dimer: rgba(16, 43, 42, 0.6705882353);
  --soo-grey: #bbbcbe;
  --soo-grey-light: #f7f7f7;
  --soo-grey-mid: #cbcbcb;
  --soo-grey-dark: #666666;
  --soo-shadow: 3px 3px 4px #999a9c;
  --soo-transition-duration: 0.25s;
}

/* Global widgets */
.header-17 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 15px 0;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.header-17 .container-fluid {
  max-width: 100%;
  padding: 0;
}
.header-17 .header-17__menu a {
  color: #333333;
}
.header-17 .header-17__phone a {
  color: #333333;
}
.header-17 .header-17__toggle span {
  background: #333333;
}
.context-home .header-17 {
  background: transparent;
  box-shadow: none;
}
.context-home .header-17 .header-17__menu a {
  color: #ffffff;
}
.context-home .header-17 .header-17__phone a {
  color: #ffffff;
}
.context-home .header-17 .header-17__toggle span {
  background: #ffffff;
}
.context-home .header-17 .header-17__toggle.active span {
  background: #333333;
}
.header-17.scroll-on {
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header-17.scroll-on .header-17__menu a {
  color: #333333;
}
.header-17.scroll-on .header-17__phone a {
  color: #333333;
}
.header-17.scroll-on .header-17__toggle span {
  background: #333333;
}
.header-17__desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 60px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.header-17__nav-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
.header-17__nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
.header-17__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.header-17__logo a {
  display: inline-block;
  position: relative;
}
.header-17__logo img {
  max-height: 40px;
  width: auto;
  transition: opacity 0.3s ease;
}
.header-17__logo-default {
  opacity: 1;
}
.header-17__logo-scroll {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header-17.scroll-on .header-17__logo-default {
  opacity: 0;
}
.header-17.scroll-on .header-17__logo-scroll {
  opacity: 1;
}
.context-home .header-17:not(.scroll-on) .header-17__logo-default {
  opacity: 1;
}
.context-home .header-17:not(.scroll-on) .header-17__logo-scroll {
  opacity: 0;
}
.header-17__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
  align-items: center;
}
.header-17__menu li {
  margin: 0;
}
.header-17__menu a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.header-17__menu a:focus {
  outline: none;
}
.header-17__menu .dropdown .dropdown-item {
  color: #333333 !important;
  padding: 8px 16px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
.header-17__mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 20px;
}
.header-17__mobile-logo {
  flex: 1;
  text-align: center;
  position: relative;
}
.header-17__mobile-logo a {
  display: inline-block;
  position: relative;
}
.header-17__mobile-logo img {
  max-height: 40px;
  width: auto;
  transition: opacity 0.3s ease;
}
.header-17__mobile-logo .header-17__logo-default {
  opacity: 1;
}
.header-17__mobile-logo .header-17__logo-scroll {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header-17__toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1001;
}
.header-17__toggle:focus {
  outline: none;
}
.header-17__toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #333333;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.header-17__toggle.active span {
  background: #333333;
}
.header-17__toggle.active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.header-17__toggle.active span:nth-child(2) {
  opacity: 0;
}
.header-17__toggle.active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}
.header-17__mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 300px;
  height: 100%;
  background-color: var(--soo-light);
  z-index: 1000;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  overflow-y: auto;
  padding-top: 60px;
}
.header-17__mobile-menu.active {
  transform: translateX(0);
}
.header-17__mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-17__mobile-nav li {
  border-bottom: 1px solid #eee;
}
.header-17__mobile-nav li:last-child {
  border-bottom: none;
}
.header-17__mobile-nav a, .header-17__mobile-nav .soo-langs-widget__button {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease;
  text-align: right;
  width: 100%;
}
.header-17__mobile-nav a:focus, .header-17__mobile-nav .soo-langs-widget__button:focus {
  outline: none;
}
.header-17__mobile-nav a:hover, .header-17__mobile-nav .soo-langs-widget__button:hover {
  background-color: #e9ecef;
}

.search-1__wrapper {
  background-color: var(--soo-dark);
  min-height: 86px;
  padding: 0.9rem 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-1-mobile a {
  display: inline-block;
  color: var(--soo-light);
  transition-duration: var(--soo-transition-duration);
}
.search-1-mobile a i {
  margin-right: 5px;
}
.search-1-mobile a:hover {
  color: var(--soo-primary);
}
@media (max-width: 575px) {
  .search-1-hidden {
    opacity: 0;
    margin-top: -150px;
    visibility: hidden;
    transition-duration: 800ms;
    transition-property: all;
  }
  .search-1-visible {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
}
.search-1 {
  /* Rows */
}
.search-1-row {
  display: block;
  width: 90vw;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .search-1-row {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    width: auto;
  }
}
.search-1-row-hidden {
  opacity: 0;
  visibility: hidden;
}
.search-1-row-split {
  margin-top: -5px;
  text-align: center;
}
.search-1 .search-1-expanded .search-1-row-hidden {
  opacity: 1;
  visibility: visible;
}
.search-1 .search-1-expanded .search-1-row:first-child {
  margin-bottom: 3px;
}
.search-1-toggle {
  color: var(--soo-light);
  font-size: 12px;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.search-1-toggle:hover {
  color: #d56537;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.search-1-toggle i {
  color: var(--soo-light);
  font-size: 17px;
  text-align: center;
  width: 100%;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.search-1 {
  /* Split */
}
.search-1.search-1-expanded a.search-1-toggle i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.search-1 {
  /* Filter */
}
.search-1 .filter {
  height: 45px;
  margin: 0 0 5px 0;
  padding: 0;
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .search-1 .filter {
    display: inline-block;
    margin: 0 12px 6px 0;
  }
  .search-1 .filter-more ul.soo-dropdown {
    width: auto !important;
  }
  .search-1 .filter-more ul.soo-dropdown > li.soo-default {
    width: auto !important;
  }
  .search-1 .filter-more ul.soo-dropdown > li.soo-default a {
    margin-right: 20px;
  }
}
.search-1 .filter-type > ul.soo-dropdown, .search-1 .filter-city > ul.soo-dropdown, .search-1 .filter-price > ul.soo-dropdown {
  min-width: 175px;
}
.search-1 ul.soo-dropdown {
  width: 100%;
  min-height: 48px;
  vertical-align: middle;
  border-radius: 4px;
  border: solid 1px var(--soo-grey-light);
  background-color: var(--soo-light);
  cursor: pointer;
  transition-duration: 0s;
}
.search-1 ul.soo-dropdown > li.soo-default {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  padding-right: 1.7rem;
}
.search-1 ul.soo-dropdown > li.soo-default a {
  display: inline-block;
  color: var(--soo-grey-dark);
  margin: 0;
  padding: 3px 15px;
  padding-left: 25px;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  line-height: 2.5rem;
  min-width: fit-content;
  cursor: pointer;
}
.search-1 ul.soo-dropdown:not(.soo-expanded) > li.soo-default .soo-cancel {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  right: 23px;
  top: 14px;
  color: var(--soo-light);
  font-size: 13px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin: 0;
  padding: 0 0 1px 1px;
  background-color: var(--soo-grey-mid);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.175);
}
.search-1 .filter-multiple ul.soo-dropdown > li.soo-default a {
  width: 90%;
  word-break: break-all;
  text-align: left;
}
.search-1 ul.soo-dropdown > li.soo-default.soo-clicked .soo-cancel, .search-1 ul.soo-dropdown.soo-expanded > li.soo-default .soo-cancel {
  display: none;
}
.search-1 .filter-static ul.soo-dropdown:not(.soo-expanded) > li.soo-default.soo-clicked .soo-cancel, .search-1 .filter-multiple ul.soo-dropdown:not(.soo-expanded) > li.soo-default.soo-clicked .soo-cancel {
  display: inline-block;
}
.search-1 ul.soo-dropdown > li:not(.soo-default) {
  width: 100%;
  background: var(--soo-light);
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
}
.search-1 .filter-static ul.soo-dropdown.soo-expanded li.soo-slot, .search-1 .filter-multiple ul.soo-dropdown.soo-expanded li.soo-slot {
  display: none !important;
}
.search-1 ul.soo-dropdown > li:not(.soo-default) .soo-cancel {
  display: none;
}
.search-1 ul.soo-dropdown > li:not(.soo-default):hover, .search-1 ul.soo-dropdown > li.soo-selected:not(.soo-default), .search-1 ul.soo-dropdown > li.soo-selected-multiple:not(.soo-default) {
  background: var(--soo-primary);
}
.search-1 ul.soo-dropdown > li a {
  color: var(--soo-dark-intense);
  display: block;
  font-size: 15px;
  margin: 0;
  padding: 3px 7px;
  height: 35px;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search-1 ul.soo-dropdown > li a::first-letter {
  text-transform: capitalize;
}
.search-1 ul.soo-dropdown > li:not(.soo-default):hover a, .search-1 ul.soo-dropdown > li.soo-selected:not(.soo-default) a, .search-1 ul.soo-dropdown > li.soo-selected-multiple:not(.soo-default) a {
  color: var(--soo-light);
}
.search-1 ul.soo-dropdown > li.soo-default a.soo-unfilter {
  color: var(--soo-grey-dark);
  text-align: left;
  width: 100%;
}
.search-1 ul.soo-dropdown > li.soo-default.soo-disabled a {
  color: var(--soo-grey-mid);
  text-shadow: 1px 1px var(--soo-grey-light);
}
.search-1 {
  /* Triangle */
}
.search-1 ul.soo-dropdown > li.soo-default:after {
  content: "p";
  color: var(--soo-dark-mate);
  font-family: "sooprema" !important;
  font-size: 12px;
  position: absolute;
  top: 17px;
  right: 8px;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  transition: all 0.2s;
  -webkit-font-smoothing: antialiased;
}
.search-1 ul.soo-dropdown > li.soo-default.soo-disabled:after {
  color: var(--soo-grey-mid);
  text-shadow: 1px 1px var(--soo-grey-light);
}
.search-1 ul.soo-dropdown.soo-expanded > li.soo-default:after {
  transition: all 0.2s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.search-1 {
  /* More filters */
}
.search-1 .filter-more ul.soo-dropdown > li.soo-default:after, .search-1 .filter-more ul.soo-dropdown.soo-expanded > li.soo-default:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.search-1.search-1-expanded .filter-more ul.soo-dropdown > li.soo-default:after, .search-1.search-1-expanded .filter-more ul.soo-dropdown.soo-expanded > li.soo-default:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.search-1 {
  /* Filter dropdown scrolled */
}
.search-1 .filter-scrolled ul.soo-dropdown.soo-expanded:not(.soo-dropdown-clone) {
  height: auto;
  max-height: 290px;
  overflow-y: auto;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
  border-radius: 4px;
  margin-top: 3px;
}
.search-1 .filter-scrolled ul.soo-dropdown.soo-expanded:not(.soo-dropdown-clone) > li {
  box-shadow: none;
}
.search-1 .filter-scrolled ul.soo-dropdown.soo-expanded:not(.soo-dropdown-clone) > li.soo-default {
  display: none;
}
.search-1 .filter-city .soo-default {
  position: relative;
}
.search-1 .filter-city .soo-default::before {
  content: "\f3c5";
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--soo-grey-dark);
}
.search-1 {
  /* Reference */
}
.search-1 .filter-reference {
  cursor: pointer;
  color: var(--soo-grey-mid);
  background: var(--soo-light);
  border-color: var(--soo-light);
  width: 100%;
  height: 48px;
  -webkit-transition-duration: var(--soo-transition-duration);
  -moz-transition-duration: var(--soo-transition-duration);
  -o-transition-duration: var(--soo-transition-duration);
  transition-duration: var(--soo-transition-duration);
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  border-radius: 4px;
  border: solid 1px var(--soo-grey-light);
  background-color: var(--soo-light);
}
@media (min-width: 576px) {
  .search-1 .filter-reference {
    width: 90px;
  }
}
.search-1 .filter-reference.filter-reference-expanded {
  width: 100%;
  cursor: default;
}
@media (min-width: 576px) {
  .search-1 { /* sm red */ }
  .search-1 .filter-reference.filter-reference-expanded {
    width: 170px;
    cursor: default;
  }
}
.search-1 {
  /* Label */
}
.search-1 .filter-reference label {
  float: left;
  color: var(--soo-grey-dark);
  font-size: 15px;
  cursor: pointer;
  margin: 6px 0 5px 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 2.3rem;
}
.search-1 .filter-reference label i {
  color: var(--soo-grey-dark);
  font-size: 12px;
  opacity: 0.7;
  vertical-align: middle;
  margin-bottom: 2px;
}
.search-1 {
  /* Input text */
}
.search-1 .filter-reference input[type=text] {
  width: 0;
  border: 0;
  display: none;
  color: var(--soo-dark);
  background: var(--soo-light);
  font-size: 15px;
  padding: 0;
  margin: 13px 0 0 10px;
  height: 20px;
}
.search-1 .filter-reference input[type=text]::placeholder {
  color: var(--soo-grey-mid);
}
.search-1 .filter-reference input[type=text].filter-reference-input {
  width: 60%;
  display: inline;
}
.search-1 .filter-reference input[type=text]:focus, .search-1 .filter-reference input[type=text]:active {
  outline: 0;
}
.search-1 {
  /* Zoom button */
}
.search-1 .filter-reference a {
  float: right;
  display: none;
  opacity: 0.7;
  margin: 9px 0 0 3px;
  padding: 2px 4px 2px 3px;
  vertical-align: middle;
  text-decoration: none;
  transition-duration: var(--soo-transition-duration);
}
.search-1 .filter-reference i.fas.fa-search {
  transition-duration: var(--soo-transition-duration);
}
.search-1 .filter-reference:focus-within a {
  color: var(--soo-primary);
}
.search-1 .filter-reference:focus-within i.fas.fa-search {
  color: var(--soo-primary);
}
.search-1 .filter-reference ~ .filter-button-search {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.search-1 .filter-reference:focus-within ~ .filter-button-search {
  pointer-events: none;
  width: 0;
  pointer-events: none;
  height: 0;
  min-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0px solid transparent;
  transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
}
.search-1 .filter-reference a:hover {
  text-decoration: none;
}
.search-1 .filter-reference a i {
  color: var(--soo-grey-mid);
}
.search-1 .filter-reference a:hover i {
  color: var(--soo-dark-intense);
}
.search-1 {
  /* Close button */
}
.search-1 .filter-reference-close {
  float: right;
  display: none;
  cursor: pointer;
  color: var(--soo-dark);
  font-size: 13px;
  font-weight: 400;
  padding: 7px 7px 5px 5px;
  margin: 6px 10px 0 3px;
  width: 17px;
  height: 17px;
}
.search-1 {
  /* Search button */
}
.search-1 .filter-button {
  background: var(--soo-primary);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  height: 48px;
  transition-duration: var(--soo-transition-duration);
}
.search-1 .filter-button a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--soo-light);
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: var(--soo-transition-duration);
  font-weight: 500;
}
.search-1 .filter-button:hover {
  background: var(--soo-light);
}
.search-1 .filter-button:hover a {
  color: var(--soo-primary);
  text-decoration: none;
}
.search-1 .filter-button--more {
  background: var(--soo-light);
}
.search-1 .filter-button--more a {
  color: var(--soo-dark);
}
.search-1 .filter-button--more a i {
  color: var(--soo-dark);
  transition-duration: var(--soo-transition-duration);
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
}
.search-1 .filter-button--more a:hover {
  color: var(--soo-primary);
}
.search-1 .filter-button--more a:hover i {
  color: var(--soo-primary);
}
.search-1 .filter-button--noaction {
  background-color: transparent;
  color: var(--soo-light);
  margin-left: -0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-1 .filter-button--noaction img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-1 .filter-button--noaction:hover {
  background-color: transparent;
  color: var(--soo-primary);
}
.search-1 .filter-button--noaction:hover i {
  color: var(--soo-primary);
}
.search-1.search-1-reference .filter-button {
  display: none;
}
.search-1-sales-type {
  height: 45px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: 0.6rem;
  flex-direction: row;
}
@media (min-width: 768px) {
  .search-1-sales-type {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.search-1-sales-type > a {
  position: relative;
  margin-right: 0.9rem;
  color: var(--soo-light);
  padding-left: 1.1rem;
}
.search-1-sales-type > a i {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search-1-sales-type > a i:nth-child(1) {
  opacity: 0;
  max-width: 0;
}
.search-1-sales-type > a i:nth-child(2) {
  opacity: 1;
  max-width: 50px;
}
.search-1-sales-type > a:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.search-1-sales-type > a.checkactive > i {
  color: var(--soo-primary);
  transition-duration: var(--soo-transition-duration);
}
.search-1-sales-type > a.checkactive > i:nth-child(1) {
  opacity: 1;
  max-width: 50px;
}
.search-1-sales-type > a.checkactive > i:nth-child(2) {
  opacity: 0;
  max-width: 0;
}

.hero-8 {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  min-height: 600px;
}
@media (min-width: 768px) {
  .hero-8 {
    max-height: 100vh;
  }
}
.hero-8__inner {
  margin: 0 auto;
  max-width: 992px;
  width: 100%;
  margin-top: 18vh;
}
@media (min-width: 576px) {
  .hero-8__inner {
    margin-top: 20vh;
  }
}
@media (min-width: 992px) {
  .hero-8__inner {
    max-width: 80%;
    margin-top: 20vh;
  }
}
@media (min-width: 1570px) {
  .hero-8__inner {
    max-width: 1256px;
  }
}
.hero-8__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero-8__indicator-widget-wrapper {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .hero-8__indicator-widget-wrapper {
    bottom: 50px;
  }
}
.hero-8-image {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(1.3);
  -webkit-filter: saturate(1.3);
  animation: slowly-zoom 50s ease-out infinite;
}
@media (max-width: 1200px) {
  .hero-8-image {
    background-position: 20% 50%;
  }
}
@media (max-width: 768px) {
  .hero-8-image {
    background-position: 10% 50%;
  }
}
.hero-8-image > div {
  width: 100%;
  height: 100%;
}
@keyframes slowly-zoom {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
  }
  65% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.hero-8-video {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-8__texts {
  max-width: 570px;
  margin-right: auto;
  margin-top: 4rem;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 1200px) {
  .hero-8__texts {
    max-width: 50%;
    margin-top: 8rem;
  }
}
.hero-8__title-text {
  margin-bottom: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  color: var(--soo-light);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  font-size: 48px;
  font-weight: 500;
  line-height: 3rem;
}
@media (min-width: 768px) {
  .hero-8__title-text {
    font-size: 62px;
    line-height: 3.6rem;
  }
}
.hero-8__title-text h1, .hero-8__title-text h2, .hero-8__title-text h3, .hero-8__title-text h4, .hero-8__title-text h5, .hero-8__title-text h6, .hero-8__title-text p {
  all: unset;
  color: inherit;
  text-shadow: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  line-height: inherit;
}
.hero-8__subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.hero-8__subtitle-wrapper > img {
  margin-right: 0.7rem;
  height: 1.3rem;
}
.hero-8__subtitle-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: var(--soo-light);
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  max-width: 306px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}
.hero-8__description {
  max-width: 570px;
}
.hero-8__description-text {
  margin-right: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .hero-8__description-text {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }
}
.hero-8__description-text, .hero-8__description h1, .hero-8__description h2, .hero-8__description h2, .hero-8__description p {
  color: var(--soo-light);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  font-size: 19px;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}
.hero-8__button {
  color: var(--soo-light);
  border: 1px solid var(--soo-light);
  display: block;
  max-width: 300px;
  padding: 0.4rem 0.8rem;
  transition-duration: var(--soo-transition-duration);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.hero-8__button:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.hero-8__button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.hero-8__search-wrapper {
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.hero-8__search-wrapper .search-1__wrapper {
  background-color: transparent;
}
.hero-8__search-wrapper .search-1 .filter ul.soo-dropdown, .hero-8__search-wrapper .search-1 .nice-selectable ul.soo-dropdown {
  border-color: transparent;
  color: #999a9c;
}
.hero-8__search-wrapper .search-1 .filter ul.soo-dropdown > li.soo-default:after, .hero-8__search-wrapper .search-1 .nice-selectable ul.soo-dropdown > li.soo-default:after {
  color: #999a9c;
}
.hero-8__search-title {
  color: var(--soo-light);
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 6px;
  text-transform: uppercase;
  position: relative;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .hero-8__search-title {
    margin-bottom: 20px;
  }
}
.hero-8__search-title > span {
  color: var(--soo-primary);
}
.hero-8__search-title *, .hero-8__search-title h1, .hero-8__search-title h2, .hero-8__search-title h3, .hero-8__search-title h4, .hero-8__search-title h5, .hero-8__search-title h6, .hero-8__search-title p, .hero-8__search-title span, .hero-8__search-title div {
  color: var(--soo-light) !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  text-align: center !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.search-1__wrapper {
  background-color: var(--soo-dark);
  min-height: 86px;
  padding: 0.9rem 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-1-mobile a {
  display: inline-block;
  color: var(--soo-light);
  transition-duration: var(--soo-transition-duration);
}
.search-1-mobile a i {
  margin-right: 5px;
}
.search-1-mobile a:hover {
  color: var(--soo-primary);
}
@media (max-width: 575px) {
  .search-1-hidden {
    opacity: 0;
    margin-top: -150px;
    visibility: hidden;
    transition-duration: 800ms;
    transition-property: all;
  }
  .search-1-visible {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
}
.search-1 {
  /* Rows */
}
.search-1-row {
  display: block;
  width: 90vw;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .search-1-row {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    width: auto;
  }
}
.search-1-row-hidden {
  opacity: 0;
  visibility: hidden;
}
.search-1-row-split {
  margin-top: -5px;
  text-align: center;
}
.search-1 .search-1-expanded .search-1-row-hidden {
  opacity: 1;
  visibility: visible;
}
.search-1 .search-1-expanded .search-1-row:first-child {
  margin-bottom: 3px;
}
.search-1-toggle {
  color: var(--soo-light);
  font-size: 12px;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.search-1-toggle:hover {
  color: #d56537;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.search-1-toggle i {
  color: var(--soo-light);
  font-size: 17px;
  text-align: center;
  width: 100%;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.search-1 {
  /* Split */
}
.search-1.search-1-expanded a.search-1-toggle i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.search-1 {
  /* Filter */
}
.search-1 .filter {
  height: 45px;
  margin: 0 0 5px 0;
  padding: 0;
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .search-1 .filter {
    display: inline-block;
    margin: 0 12px 6px 0;
  }
  .search-1 .filter-more ul.soo-dropdown {
    width: auto !important;
  }
  .search-1 .filter-more ul.soo-dropdown > li.soo-default {
    width: auto !important;
  }
  .search-1 .filter-more ul.soo-dropdown > li.soo-default a {
    margin-right: 20px;
  }
}
.search-1 .filter-type > ul.soo-dropdown, .search-1 .filter-city > ul.soo-dropdown, .search-1 .filter-price > ul.soo-dropdown {
  min-width: 175px;
}
.search-1 ul.soo-dropdown {
  width: 100%;
  min-height: 48px;
  vertical-align: middle;
  border-radius: 4px;
  border: solid 1px var(--soo-grey-light);
  background-color: var(--soo-light);
  cursor: pointer;
  transition-duration: 0s;
}
.search-1 ul.soo-dropdown > li.soo-default {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  padding-right: 1.7rem;
}
.search-1 ul.soo-dropdown > li.soo-default a {
  display: inline-block;
  color: var(--soo-grey-dark);
  margin: 0;
  padding: 3px 15px;
  padding-left: 25px;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  line-height: 2.5rem;
  min-width: fit-content;
  cursor: pointer;
}
.search-1 ul.soo-dropdown:not(.soo-expanded) > li.soo-default .soo-cancel {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  right: 23px;
  top: 14px;
  color: var(--soo-light);
  font-size: 13px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin: 0;
  padding: 0 0 1px 1px;
  background-color: var(--soo-grey-mid);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.175);
}
.search-1 .filter-multiple ul.soo-dropdown > li.soo-default a {
  width: 90%;
  word-break: break-all;
  text-align: left;
}
.search-1 ul.soo-dropdown > li.soo-default.soo-clicked .soo-cancel, .search-1 ul.soo-dropdown.soo-expanded > li.soo-default .soo-cancel {
  display: none;
}
.search-1 .filter-static ul.soo-dropdown:not(.soo-expanded) > li.soo-default.soo-clicked .soo-cancel, .search-1 .filter-multiple ul.soo-dropdown:not(.soo-expanded) > li.soo-default.soo-clicked .soo-cancel {
  display: inline-block;
}
.search-1 ul.soo-dropdown > li:not(.soo-default) {
  width: 100%;
  background: var(--soo-light);
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
}
.search-1 .filter-static ul.soo-dropdown.soo-expanded li.soo-slot, .search-1 .filter-multiple ul.soo-dropdown.soo-expanded li.soo-slot {
  display: none !important;
}
.search-1 ul.soo-dropdown > li:not(.soo-default) .soo-cancel {
  display: none;
}
.search-1 ul.soo-dropdown > li:not(.soo-default):hover, .search-1 ul.soo-dropdown > li.soo-selected:not(.soo-default), .search-1 ul.soo-dropdown > li.soo-selected-multiple:not(.soo-default) {
  background: var(--soo-primary);
}
.search-1 ul.soo-dropdown > li a {
  color: var(--soo-dark-intense);
  display: block;
  font-size: 15px;
  margin: 0;
  padding: 3px 7px;
  height: 35px;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search-1 ul.soo-dropdown > li a::first-letter {
  text-transform: capitalize;
}
.search-1 ul.soo-dropdown > li:not(.soo-default):hover a, .search-1 ul.soo-dropdown > li.soo-selected:not(.soo-default) a, .search-1 ul.soo-dropdown > li.soo-selected-multiple:not(.soo-default) a {
  color: var(--soo-light);
}
.search-1 ul.soo-dropdown > li.soo-default a.soo-unfilter {
  color: var(--soo-grey-dark);
  text-align: left;
  width: 100%;
}
.search-1 ul.soo-dropdown > li.soo-default.soo-disabled a {
  color: var(--soo-grey-mid);
  text-shadow: 1px 1px var(--soo-grey-light);
}
.search-1 {
  /* Triangle */
}
.search-1 ul.soo-dropdown > li.soo-default:after {
  content: "p";
  color: var(--soo-dark-mate);
  font-family: "sooprema" !important;
  font-size: 12px;
  position: absolute;
  top: 17px;
  right: 8px;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  transition: all 0.2s;
  -webkit-font-smoothing: antialiased;
}
.search-1 ul.soo-dropdown > li.soo-default.soo-disabled:after {
  color: var(--soo-grey-mid);
  text-shadow: 1px 1px var(--soo-grey-light);
}
.search-1 ul.soo-dropdown.soo-expanded > li.soo-default:after {
  transition: all 0.2s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.search-1 {
  /* More filters */
}
.search-1 .filter-more ul.soo-dropdown > li.soo-default:after, .search-1 .filter-more ul.soo-dropdown.soo-expanded > li.soo-default:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.search-1.search-1-expanded .filter-more ul.soo-dropdown > li.soo-default:after, .search-1.search-1-expanded .filter-more ul.soo-dropdown.soo-expanded > li.soo-default:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.search-1 {
  /* Filter dropdown scrolled */
}
.search-1 .filter-scrolled ul.soo-dropdown.soo-expanded:not(.soo-dropdown-clone) {
  height: auto;
  max-height: 290px;
  overflow-y: auto;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
  border-radius: 4px;
  margin-top: 3px;
}
.search-1 .filter-scrolled ul.soo-dropdown.soo-expanded:not(.soo-dropdown-clone) > li {
  box-shadow: none;
}
.search-1 .filter-scrolled ul.soo-dropdown.soo-expanded:not(.soo-dropdown-clone) > li.soo-default {
  display: none;
}
.search-1 .filter-city .soo-default {
  position: relative;
}
.search-1 .filter-city .soo-default::before {
  content: "\f3c5";
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--soo-grey-dark);
}
.search-1 {
  /* Reference */
}
.search-1 .filter-reference {
  cursor: pointer;
  color: var(--soo-grey-mid);
  background: var(--soo-light);
  border-color: var(--soo-light);
  width: 100%;
  height: 48px;
  -webkit-transition-duration: var(--soo-transition-duration);
  -moz-transition-duration: var(--soo-transition-duration);
  -o-transition-duration: var(--soo-transition-duration);
  transition-duration: var(--soo-transition-duration);
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  border-radius: 4px;
  border: solid 1px var(--soo-grey-light);
  background-color: var(--soo-light);
}
@media (min-width: 576px) {
  .search-1 .filter-reference {
    width: 90px;
  }
}
.search-1 .filter-reference.filter-reference-expanded {
  width: 100%;
  cursor: default;
}
@media (min-width: 576px) {
  .search-1 { /* sm red */ }
  .search-1 .filter-reference.filter-reference-expanded {
    width: 170px;
    cursor: default;
  }
}
.search-1 {
  /* Label */
}
.search-1 .filter-reference label {
  float: left;
  color: var(--soo-grey-dark);
  font-size: 15px;
  cursor: pointer;
  margin: 6px 0 5px 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 2.3rem;
}
.search-1 .filter-reference label i {
  color: var(--soo-grey-dark);
  font-size: 12px;
  opacity: 0.7;
  vertical-align: middle;
  margin-bottom: 2px;
}
.search-1 {
  /* Input text */
}
.search-1 .filter-reference input[type=text] {
  width: 0;
  border: 0;
  display: none;
  color: var(--soo-dark);
  background: var(--soo-light);
  font-size: 15px;
  padding: 0;
  margin: 13px 0 0 10px;
  height: 20px;
}
.search-1 .filter-reference input[type=text]::placeholder {
  color: var(--soo-grey-mid);
}
.search-1 .filter-reference input[type=text].filter-reference-input {
  width: 60%;
  display: inline;
}
.search-1 .filter-reference input[type=text]:focus, .search-1 .filter-reference input[type=text]:active {
  outline: 0;
}
.search-1 {
  /* Zoom button */
}
.search-1 .filter-reference a {
  float: right;
  display: none;
  opacity: 0.7;
  margin: 9px 0 0 3px;
  padding: 2px 4px 2px 3px;
  vertical-align: middle;
  text-decoration: none;
  transition-duration: var(--soo-transition-duration);
}
.search-1 .filter-reference i.fas.fa-search {
  transition-duration: var(--soo-transition-duration);
}
.search-1 .filter-reference:focus-within a {
  color: var(--soo-primary);
}
.search-1 .filter-reference:focus-within i.fas.fa-search {
  color: var(--soo-primary);
}
.search-1 .filter-reference ~ .filter-button-search {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.search-1 .filter-reference:focus-within ~ .filter-button-search {
  pointer-events: none;
  width: 0;
  pointer-events: none;
  height: 0;
  min-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0px solid transparent;
  transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
}
.search-1 .filter-reference a:hover {
  text-decoration: none;
}
.search-1 .filter-reference a i {
  color: var(--soo-grey-mid);
}
.search-1 .filter-reference a:hover i {
  color: var(--soo-dark-intense);
}
.search-1 {
  /* Close button */
}
.search-1 .filter-reference-close {
  float: right;
  display: none;
  cursor: pointer;
  color: var(--soo-dark);
  font-size: 13px;
  font-weight: 400;
  padding: 7px 7px 5px 5px;
  margin: 6px 10px 0 3px;
  width: 17px;
  height: 17px;
}
.search-1 {
  /* Search button */
}
.search-1 .filter-button {
  background: var(--soo-primary);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  height: 48px;
  transition-duration: var(--soo-transition-duration);
}
.search-1 .filter-button a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--soo-light);
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: var(--soo-transition-duration);
  font-weight: 500;
}
.search-1 .filter-button:hover {
  background: var(--soo-light);
}
.search-1 .filter-button:hover a {
  color: var(--soo-primary);
  text-decoration: none;
}
.search-1 .filter-button--more {
  background: var(--soo-light);
}
.search-1 .filter-button--more a {
  color: var(--soo-dark);
}
.search-1 .filter-button--more a i {
  color: var(--soo-dark);
  transition-duration: var(--soo-transition-duration);
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
}
.search-1 .filter-button--more a:hover {
  color: var(--soo-primary);
}
.search-1 .filter-button--more a:hover i {
  color: var(--soo-primary);
}
.search-1 .filter-button--noaction {
  background-color: transparent;
  color: var(--soo-light);
  margin-left: -0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-1 .filter-button--noaction img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-1 .filter-button--noaction:hover {
  background-color: transparent;
  color: var(--soo-primary);
}
.search-1 .filter-button--noaction:hover i {
  color: var(--soo-primary);
}
.search-1.search-1-reference .filter-button {
  display: none;
}
.search-1-sales-type {
  height: 45px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: 0.6rem;
  flex-direction: row;
}
@media (min-width: 768px) {
  .search-1-sales-type {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.search-1-sales-type > a {
  position: relative;
  margin-right: 0.9rem;
  color: var(--soo-light);
  padding-left: 1.1rem;
}
.search-1-sales-type > a i {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search-1-sales-type > a i:nth-child(1) {
  opacity: 0;
  max-width: 0;
}
.search-1-sales-type > a i:nth-child(2) {
  opacity: 1;
  max-width: 50px;
}
.search-1-sales-type > a:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.search-1-sales-type > a.checkactive > i {
  color: var(--soo-primary);
  transition-duration: var(--soo-transition-duration);
}
.search-1-sales-type > a.checkactive > i:nth-child(1) {
  opacity: 1;
  max-width: 50px;
}
.search-1-sales-type > a.checkactive > i:nth-child(2) {
  opacity: 0;
  max-width: 0;
}

.home-scroll-icon {
  width: 25px;
  height: 45px;
  border: 2px solid var(--light);
  border-radius: 20px;
  position: relative;
}
.home-scroll-icon-wrapper {
  position: absolute;
  left: 50%;
  top: 92%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .home-scroll-icon-wrapper {
    top: calc(100% - 3rem);
  }
}
.home-scroll-icon::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--soo-primary);
  display: block;
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  animation: slide-down 3s infinite forwards;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    top: 65%;
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.paragraph-3 {
  background-color: var(--soo-light);
  color: var(--soo-dark-mate);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
.paragraph-3__wrapper {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .paragraph-3__wrapper {
    width: 70%;
  }
}
.paragraph-3__title {
  font-size: 22px;
  text-align: center;
  padding-bottom: 10px;
}
.paragraph-3__title p, .paragraph-3__title h1, .paragraph-3__title h2, .paragraph-3__title h3, .paragraph-3__title h4, .paragraph-3__title h5, .paragraph-3__title h6 {
  margin-bottom: 25px;
}
.paragraph-3__subtitle {
  font-size: 17px;
  text-align: center;
  padding-bottom: 1.5rem;
  color: var(--soo-grey);
}
.paragraph-3__subtitle p, .paragraph-3__subtitle h1, .paragraph-3__subtitle h2, .paragraph-3__subtitle h3, .paragraph-3__subtitle h4, .paragraph-3__subtitle h5, .paragraph-3__subtitle h6 {
  margin-bottom: 0;
}
.paragraph-3__description {
  font-size: 16px;
  line-height: 1.63;
  text-align: center;
}
.paragraph-3__description p {
  margin-bottom: 0;
}
.paragraph-3__description ul {
  list-style-position: inside;
}
.paragraph-3__image {
  max-height: 150px;
  max-width: 150px;
  margin: 0 auto;
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.paragraph-3__image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-3__button-container {
  text-align: center;
}

.paragraph-3__button {
  border-radius: 3px;
  background-color: var(--soo-primary);
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  color: var(--soo-light);
  display: inline-block;
  padding: 10px 20px;
  transition-duration: var(--soo-transition-duration);
  border: 1px solid transparent;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.paragraph-3__button p, .paragraph-3__button h1, .paragraph-3__button h2, .paragraph-3__button h3, .paragraph-3__button h4, .paragraph-3__button h5 {
  margin: 0;
}

.paragraph-3__button:hover {
  text-decoration: none;
  background-color: var(--soo-light);
  border-color: var(--soo-primary);
  color: var(--soo-primary);
}

@media (min-width: 576px) { /* sm red */
  .paragraph-3__title {
    font-size: 28px;
  }
}
.gallery-2__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.gallery-2__title {
  font-size: 21px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark-intense);
  text-transform: uppercase;
  max-width: 80vw;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .gallery-2__title {
    font-size: 30px;
  }
}
.gallery-2__gallery {
  margin: 0 0 5px;
  border: solid 1px var(--soo-light);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.gallery-2__gallery-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(40, 46, 105, 0.5));
  transition-duration: var(--soo-transition-duration);
  border-radius: 50%;
}
.gallery-2__gallery-link {
  width: 300px;
  height: 300px;
  margin-bottom: 1.3rem;
  position: relative;
}
.gallery-2__gallery-link:nth-last-child(1) {
  margin-right: 0;
}
.gallery-2__gallery-link:hover {
  text-decoration: none;
}
.gallery-2__gallery-link:hover::before {
  left: 0;
  top: 0;
}
.gallery-2__gallery-link:hover:nth-child(2)::before {
  left: 0;
  top: 0;
}
.gallery-2__gallery-link:hover:nth-child(3)::before {
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .gallery-2__gallery-link {
    margin-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .gallery-2__gallery-link {
    margin-bottom: 0;
    width: 295px;
    height: 295px;
  }
}
@media (min-width: 1500px) {
  .gallery-2__gallery-link {
    margin-bottom: 0;
    width: 380px;
    height: 380px;
  }
}
.gallery-2__gallery-link::before {
  content: "";
  position: absolute;
  left: -4%;
  top: -1%;
  width: 100%;
  height: 100%;
  border: 1px solid var(--soo-accent);
  pointer-events: none;
  transition-duration: var(--soo-transition-duration);
  border-radius: 50%;
}
.gallery-2__gallery-link:nth-child(2)::before {
  left: 2.5%;
  top: 1%;
}
.gallery-2__gallery-link:nth-child(3)::before {
  left: -2.5%;
  top: 2.5%;
}
.gallery-2__gallery-title {
  font-size: 1rem;
  font-weight: 300;
  color: var(--soo-light);
  transition-duration: 0.25s;
  transform: translateY(80%);
  -webkit-transform: translateY(80%);
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 0 2px 4px rgba(40, 46, 105, 0.63);
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .gallery-2__gallery-title {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .gallery-2__gallery-title {
    margin-top: 20%;
  }
}
@media (min-width: 1200px) {
  .gallery-2__gallery-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1500px) {
  .gallery-2__gallery-title {
    font-size: 1.5rem;
  }
}
.gallery-2__gallery-subtitle {
  font-size: 0;
  color: var(--soo-light);
  transition-duration: 0.25s;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.gallery-2__gallery-subtitle-icon {
  height: 100%;
  object-fit: cover;
}
.gallery-2__gallery-subtitle-icon-wrapper {
  height: 18px;
  width: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.6rem;
}
.gallery-2__gallery:hover .gallery-2__gallery-overlay {
  background-color: var(--soo-accent-alpha);
}
@media (min-width: 576px) {
  .gallery-2__inner {
    flex-direction: row;
  }
}

.text-image-25 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: center;
  min-height: 500px;
  padding: 40px 0;
}
.text-image-25__inner--left {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.text-image-25__inner--left .text-image-25__image-wrapper {
  width: 300px;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.text-image-25__inner--left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image-25__inner--right {
  width: 100%;
  max-width: 600px;
  padding: 0 20px;
}
.text-image-25__title, .text-image-25__title p, .text-image-25__title h1, .text-image-25__title h2, .text-image-25__title h3, .text-image-25__title h4 {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--soo-dark-intense);
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .text-image-25__title, .text-image-25__title p, .text-image-25__title h1, .text-image-25__title h2, .text-image-25__title h3, .text-image-25__title h4 {
    font-size: 32px;
  }
}
.text-image-25__subtitle, .text-image-25__subtitle p, .text-image-25__subtitle h1, .text-image-25__subtitle h2, .text-image-25__subtitle h3, .text-image-25__subtitle h4 {
  font-size: 16px;
  letter-spacing: 0.3px;
  color: var(--soo-grey-dark);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.text-image-25__content {
  text-align: center;
  margin-bottom: 40px;
}
.text-image-25__description {
  font-size: 16px;
  line-height: 1.6;
  color: var(--soo-grey-dark);
  margin-bottom: 20px;
}
.text-image-25__description p {
  margin-bottom: 20px;
}
.text-image-25__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0px;
}
@media (max-width: 768px) {
  .text-image-25__actions {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.text-image-25__social-links {
  display: flex;
  gap: 15px;
}
.text-image-25__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--soo-dark-intense);
  color: var(--soo-light);
  text-decoration: none;
  transition: all 0.3s ease;
}
.text-image-25__social-link:hover {
  background-color: var(--soo-grey-dark);
  transform: translateY(-2px);
  text-decoration: none;
  color: var(--soo-light);
}
.text-image-25__social-link svg {
  width: 20px;
  height: 20px;
}
.text-image-25__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 150px;
  min-height: 50px;
  padding: 0 30px;
  border: none;
  background-color: var(--soo-primary);
  color: var(--soo-light);
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s ease;
  cursor: pointer !important;
}
.text-image-25__button:hover {
  background-color: var(--soo-primary-alpha);
  color: var(--soo-light);
  text-decoration: none;
  transform: translateX(5px);
}
.text-image-25__button-icon {
  transition: transform 0.3s ease;
}
.text-image-25__button:hover .text-image-25__button-icon {
  transform: translateX(3px);
}
.text-image-25__button p {
  margin-bottom: 0;
}
.text-image-25__video {
  width: 100%;
  height: calc(100% + 90px);
  object-fit: cover;
  position: relative;
  top: -45px;
}
.text-image-25__video-wrapper {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .text-image-25 {
    flex-direction: row;
    gap: 80px;
    min-height: 600px;
  }
  .text-image-25__inner--left {
    width: 400px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .text-image-25__inner--left .text-image-25__image-wrapper {
    width: 400px;
    height: 500px;
  }
  .text-image-25__inner--right {
    flex: 1;
    padding: 40px 0 0 0;
    max-width: none;
  }
  .text-image-25__title, .text-image-25__title p, .text-image-25__title h1, .text-image-25__title h2, .text-image-25__title h3, .text-image-25__title h4 {
    font-size: 45px;
    text-align: left;
    margin-bottom: 40px;
  }
  .text-image-25__subtitle {
    text-align: left;
  }
  .text-image-25__content {
    text-align: left;
    margin-bottom: 50px;
  }
  .text-image-25__description {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .text-image-25__actions {
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .text-image-25 {
    gap: 100px;
  }
  .text-image-25__inner--left {
    width: 450px;
  }
  .text-image-25__inner--left .text-image-25__image-wrapper {
    width: 450px;
    height: 550px;
  }
  .text-image-25__title, .text-image-25__title p, .text-image-25__title h1, .text-image-25__title h2, .text-image-25__title h3, .text-image-25__title h4 {
    font-size: 45px;
  }
  .text-image-25__description {
    font-size: 16px;
    line-height: 1.7;
  }
}

.gallery-13__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .gallery-13__inner {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto auto;
    gap: 15px;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .gallery-13__inner {
    gap: 20px;
    padding: 0 30px;
  }
}
.gallery-13__gallery-link {
  display: block;
  text-decoration: none;
  position: relative;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .gallery-13__gallery-link {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .gallery-13__gallery-link {
    height: 300px;
  }
}
.gallery-13__gallery-link:hover {
  transform: scale(1.02);
  text-decoration: none;
}
@media (min-width: 768px) {
  .gallery-13__gallery-link:nth-child(1) {
    grid-area: 1/1/2/3;
  }
}
@media (min-width: 768px) {
  .gallery-13__gallery-link:nth-child(2) {
    grid-area: 1/3/2/4;
  }
}
@media (min-width: 768px) {
  .gallery-13__gallery-link:nth-child(3) {
    grid-area: 1/4/2/5;
  }
}
@media (min-width: 768px) {
  .gallery-13__gallery-link:nth-child(4) {
    grid-area: 1/5/2/6;
  }
}
@media (min-width: 768px) {
  .gallery-13__gallery-link:nth-child(5) {
    grid-area: 2/1/3/2;
  }
}
@media (min-width: 768px) {
  .gallery-13__gallery-link:nth-child(6) {
    grid-area: 2/2/3/3;
  }
}
@media (min-width: 768px) {
  .gallery-13__gallery-link:nth-child(7) {
    grid-area: 2/3/3/4;
  }
}
@media (min-width: 768px) {
  .gallery-13__gallery-link:nth-child(8) {
    grid-area: 2/4/3/6;
  }
}
.gallery-13__gallery {
  width: 100%;
  height: 100%;
}
.gallery-13__gallery-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.gallery-13__gallery-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.gallery-13__gallery-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  z-index: 2;
  width: 90%;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .gallery-13__gallery-title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .gallery-13__gallery-title {
    font-size: 18px;
  }
}

/*=================================================
 Css for property-3 en landscape mode
==================================================*/
@media (min-width: 768px) {
  .landscape-home {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.last-properties-3 {
  position: relative;
  padding-bottom: 0.6rem;
  padding: 0px 10px;
}
.last-properties-3__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
@media (min-width: 768px) {
  .last-properties-3__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .last-properties-3__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1500px) {
  .last-properties-3__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.last-properties-3--2 .last-properties-3__inner {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 768px) {
  .last-properties-3--2 .last-properties-3__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .last-properties-3--2 .last-properties-3__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1500px) {
  .last-properties-3--2 .last-properties-3__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.last-properties-3__title-wrapper {
  text-align: center;
  max-width: 80vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .last-properties-3__title-wrapper {
    text-align: left;
    margin: 0;
    margin-bottom: 1rem;
  }
}
.last-properties-3__property-wrapper {
  grid-column: span 1;
  width: 100%;
  height: 100%;
}
.last-properties-3__button {
  padding: 0.4rem 1rem;
  border-radius: 8px;
  border: 1px solid var(--soo-primary);
  color: white;
  background-color: var(--soo-primary);
  font-weight: 500;
  text-transform: uppercase;
}
.last-properties-3__button p {
  margin: 0;
}
.last-properties-3__button:hover {
  text-decoration: none;
  background-color: var(--soo-light);
  border: 1px solid var(--soo-primary);
  color: var(--soo-primary);
}
.last-properties-3__button-wrapper {
  text-align: center;
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.property-30 {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
}
.property-30__header {
  position: relative;
}
.property-30__header-top {
  position: relative;
}
.property-30__header-type {
  color: #666;
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom: 4px;
  padding: 0;
  white-space: normal;
  text-overflow: none;
}
.property-30__header-price {
  text-align: right;
}
.property-30__header-price-text {
  font-weight: 700;
  color: var(--soo-primary);
  font-size: 20px;
  line-height: 1.2;
}
.property-30__header-price-text a {
  font-weight: 700;
  color: var(--soo-primary);
  font-size: 20px;
  text-decoration: none;
  pointer-events: auto;
}
.property-30__header-price-text a:hover {
  color: var(--soo-primary-alpha);
  text-decoration: none;
  cursor: pointer;
}
.property-30__header-price-text--offer {
  position: absolute;
  top: -18px;
  right: 0;
  text-decoration: line-through;
  font-weight: 400;
  color: #7b7b7b;
  font-size: 14px;
  background: none;
  transform: none;
  width: auto;
}
.property-30__body {
  padding: 16px;
  background-color: white;
  min-height: auto;
}
.property-30__body-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
}
.property-30__body-row:last-child {
  margin-top: 12px;
  padding-top: 12px;
  margin-bottom: 0;
}
.property-30__body-row--text {
  justify-content: flex-start;
  margin-bottom: 4px;
  align-items: flex-start;
  flex-direction: row;
}
.property-30__body-row--text > span {
  display: inline-block;
  margin-right: 4px;
  font-size: 13px;
  color: #666;
  min-height: 20px;
}
.property-30__body-row--text > span.property-30__description {
  font-weight: 600;
  color: var(--soo-dark);
  margin-right: 4px;
}
.property-30__body-row--text > span:last-child {
  margin-right: 12px;
}
.property-30__label {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 3;
  padding: 6px 10px;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.property-30__featured-label {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: var(--soo-dark);
  color: white;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.property-30__status-labels {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 6px;
  z-index: 3;
}
.property-30__status-label {
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.property-30__status-label--for-sale {
  background-color: #f39c12;
}
.property-30__status-label--sold {
  background-color: #e74c3c;
}
.property-30__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--soo-dark);
  margin-bottom: 6px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.property-30__title a {
  color: var(--soo-dark);
  text-decoration: none;
}
.property-30__title a:hover {
  color: var(--soo-dark-intense);
  text-decoration: none;
}
.property-30__location {
  font-size: 16px;
  font-weight: 600;
  color: var(--soo-dark);
  margin-bottom: 6px;
  line-height: 1.3;
  white-space: normal;
  text-overflow: none;
}
.property-30__reference {
  color: #7b7b7b;
  font-weight: 500;
  font-size: 13px;
}
.property-30__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.4s ease;
}
.property-30__image-wrapper {
  width: 100%;
  height: 260px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.property-30__image-wrapper:hover .property-30__image {
  transform: scale(1.02);
}
.property-30__image-wrapper:hover .property-30__swiper-image {
  transform: scale(1.02);
}
.property-30__image-wrapper > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.property-30__favorite-heart {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.property-30__favorite-heart:hover {
  background: white;
  transform: scale(1.05);
}
.property-30__favorite-heart--active {
  background: #e74c3c;
  color: white;
}
.property-30__favorite-heart--active:hover {
  background: #c0392b;
}
.property-30__favorite-heart svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.property-30__interaction-icons {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 6px;
  z-index: 2;
}
.property-30__interaction-icon {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.property-30__interaction-icon:hover {
  transform: scale(1.05);
}
.property-30__interaction-icon--image {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.property-30__interaction-icon > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
.property-30__details-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 8px 0;
  font-size: 13px;
  color: #666;
}
.property-30 .swiper-container {
  width: 100%;
  height: 100%;
}
.property-30 .swiper-slide {
  width: 100%;
  height: 100%;
}
.property-30 .swiper-button-next, .property-30 .swiper-button-prev {
  color: white;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.property-30 .swiper-button-next::after, .property-30 .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 500;
}
.property-30 .swiper-pagination {
  bottom: 50px !important;
}
.property-30 .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  width: 8px;
  height: 8px;
}
.property-30 .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
}
.property-30__swiper-container {
  width: 100%;
  height: 100%;
}
.property-30__swiper-background {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.property-30__swiper-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.property-30__swiper-button-next, .property-30__swiper-button-prev {
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.property-30__swiper-button-next::after, .property-30__swiper-button-prev::after {
  font-size: 25px;
  font-weight: 500;
}
.property-30__swiper-pagination {
  bottom: 50px !important;
}
.property-30__swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  width: 8px;
  height: 8px;
}
.property-30__swiper-pagination .swiper-pagination-bullet-active {
  background: white;
}
.property-30 .soo-favorite {
  background-repeat: no-repeat;
}
.property-30__grid-config {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
@media (min-width: 768px) {
  .property-30__grid-config {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}
@media (min-width: 1200px) {
  .property-30__grid-config {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
@media (max-width: 767px) {
  .property-30 {
    margin-bottom: 1rem;
  }
  .property-30__body {
    padding: 14px;
  }
  .property-30__image-wrapper {
    height: 275px;
  }
}

.text-image-26 {
  /* Sección Why Choose Us */
}
.text-image-26 .why-choose-section {
  padding: 80px 0 40px;
  background: linear-gradient(var(--section-bg-color, #faf4f0), var(--section-bg-color, #faf4f0));
  background-size: calc(100vw - 250px) 100%;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.text-image-26 .why-choose-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .text-image-26 .why-choose-content {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
}
.text-image-26 .why-choose-content__text {
  z-index: 2;
}
.text-image-26 .why-choose-content__text .container,
.text-image-26 .why-choose-content__text .container-fluid {
  padding: 0;
  max-width: none;
}
.text-image-26 .why-choose-content__media {
  position: relative;
  z-index: 3;
  margin-right: calc(-50vw + 650px + 100px); /* 650px = mitad de 1300px, 100px = distancia del borde */
  padding-right: 0;
}
.text-image-26__title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
  color: var(--soo-dark);
}
.text-image-26__subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 40px;
  max-width: 85%;
}
@media (max-width: 992px) {
  .text-image-26__subtitle {
    max-width: 100%;
  }
}
.text-image-26 {
  /* Estadísticas - como icon-box de Elementor */
}
.text-image-26 .stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 600px) {
  .text-image-26 .stats-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.text-image-26 .stat-item__number {
  font-size: 32px;
  font-weight: 600;
  color: var(--soo-dark);
  margin-bottom: 8px;
  line-height: 1.1;
}
.text-image-26 .stat-item__label {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.text-image-26 {
  /* Imagen principal con video */
}
.text-image-26 .main-image-container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.text-image-26 .main-image-container .main-image {
  width: 100%;
  height: auto;
  display: block;
}
.text-image-26 .main-image-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.text-image-26 .main-image-container .play-button:hover {
  background: white;
  transform: translate(-50%, -50%) scale(1.05);
}
.text-image-26 .main-image-container .play-button svg {
  margin-left: 3px;
  width: 24px;
  height: 24px;
}
.text-image-26 {
  /* Sección Testimonios - imagen a la izquierda, texto a la derecha */
}
.text-image-26 .testimonials-section {
  padding: 80px 0 40px;
  background: linear-gradient(var(--section-bg-color, #faf4f0), var(--section-bg-color, #faf4f0));
  background-size: calc(100vw - 250px) calc(33vh - 0px);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
}
.text-image-26 .testimonials-content {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 100px;
  align-items: flex-start;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .text-image-26 .testimonials-content {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
}
.text-image-26 .testimonials-content__text {
  z-index: 2;
  padding-top: 20px;
}
.text-image-26 .testimonials-content__text .container,
.text-image-26 .testimonials-content__text .container-fluid {
  padding: 0;
  max-width: none;
}
.text-image-26 .testimonials-content__media {
  z-index: 3;
}
@media (max-width: 992px) {
  .text-image-26 .testimonials-content__media {
    justify-self: center;
  }
}
.text-image-26 .testimonials__title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
  color: var(--soo-dark);
  position: relative;
}
.text-image-26 .testimonials__title::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: -30px;
  font-size: 80px;
  color: #e0e0e0;
  line-height: 1;
  z-index: -1;
}
@media (max-width: 992px) {
  .text-image-26 .testimonials__title::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.text-image-26 {
  /* Imagen de testimonios */
}
.text-image-26 .testimonials-image-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 350px;
  height: 420px;
}
@media (max-width: 992px) {
  .text-image-26 .testimonials-image-container {
    width: 280px;
    height: 350px;
    margin: 0 auto;
  }
}
.text-image-26 .testimonials-image-container .testimonials-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.text-image-26 .testimonial-item__text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 30px;
  font-style: normal;
  border: none;
  padding: 0;
  margin-left: 0;
}
.text-image-26 .testimonial-item__author {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 992px) {
  .text-image-26 .testimonial-item__author {
    justify-content: center;
  }
}
.text-image-26 .author-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.text-image-26 .author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image-26 .author-info .author-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--soo-dark);
  margin-bottom: 4px;
}
.text-image-26 .author-info .author-position {
  font-size: 14px;
  color: #999;
}
.text-image-26 {
  /* Responsive general */
}
@media (max-width: 768px) {
  .text-image-26 .why-choose-section,
  .text-image-26 .testimonials-section {
    padding: 60px 0;
  }
  .text-image-26 .why-choose-section::before,
  .text-image-26 .testimonials-section::before {
    width: 100%;
    height: 100%;
  }
  .text-image-26 .why-choose-content,
  .text-image-26 .testimonials-content {
    gap: 40px;
    padding: 0 15px;
  }
  .text-image-26 .stats-grid {
    gap: 25px;
  }
  .text-image-26 .main-image-container .play-button {
    width: 60px;
    height: 60px;
  }
  .text-image-26 .main-image-container .play-button svg {
    width: 20px;
    height: 20px;
  }
  .text-image-26 .testimonials-content {
    grid-template-columns: 1fr;
  }
}
.text-image-26 {
  /* Modal de Video */
}
.text-image-26 .video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.text-image-26 .video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.text-image-26 .video-modal__content {
  position: relative;
  width: 90%;
  max-width: 900px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}
.text-image-26 .video-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 10001;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.text-image-26 .video-modal__close:hover {
  background: rgba(0, 0, 0, 0.9);
}
.text-image-26 .video-modal__iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.text-image-26 .video-modal__iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-14 {
  position: relative;
  width: 100%;
  padding: 2rem 0;
}
.gallery-14__wrapper {
  width: 100%;
  overflow: hidden;
}
.gallery-14__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .gallery-14__container {
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  .gallery-14__container {
    padding: 0 3rem;
  }
}
.gallery-14__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  color: #333;
}
@media (min-width: 768px) {
  .gallery-14__arrow {
    width: 56px;
    height: 56px;
  }
}
.gallery-14__arrow:hover:not(:disabled) {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%) scale(1.1);
}
.gallery-14__arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.gallery-14__arrow--prev {
  left: -10px;
}
@media (min-width: 768px) {
  .gallery-14__arrow--prev {
    left: -28px;
  }
}
@media (min-width: 1200px) {
  .gallery-14__arrow--prev {
    left: -30px;
  }
}
.gallery-14__arrow--next {
  right: -10px;
}
@media (min-width: 768px) {
  .gallery-14__arrow--next {
    right: -28px;
  }
}
@media (min-width: 1200px) {
  .gallery-14__arrow--next {
    right: -30px;
  }
}
.gallery-14__arrow svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.5;
}
.gallery-14__carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.gallery-14__track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 -0.5rem;
}
@media (min-width: 768px) {
  .gallery-14__track {
    margin: 0 -0.75rem;
  }
}
@media (min-width: 1200px) {
  .gallery-14__track {
    margin: 0 -1rem;
  }
}
.gallery-14__slide {
  flex: 0 0 100%;
  padding: 0 0.5rem;
  min-width: 0;
}
@media (min-width: 768px) {
  .gallery-14__slide {
    flex: 0 0 50%;
    padding: 0 0.75rem;
  }
}
@media (min-width: 992px) {
  .gallery-14__slide {
    flex: 0 0 33.333%;
  }
}
@media (min-width: 1200px) {
  .gallery-14__slide {
    flex: 0 0 25%;
    padding: 0 1rem;
  }
}
.gallery-14__link {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s ease;
}
.gallery-14__link:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.gallery-14__link:hover .gallery-14__image {
  transform: scale(1.05);
}
.gallery-14__link:hover .gallery-14__overlay {
  opacity: 0.3;
}
.gallery-14__image {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.6s ease;
  overflow: hidden;
}
@media (min-width: 768px) {
  .gallery-14__image {
    height: 410px;
  }
}
@media (min-width: 1200px) {
  .gallery-14__image {
    height: 430px;
  }
}
.gallery-14__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  pointer-events: none;
}
.gallery-14__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.gallery-14__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  z-index: 2;
  color: #fff;
}
@media (min-width: 768px) {
  .gallery-14__content {
    padding: 2.5rem;
  }
}
.gallery-14__title {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .gallery-14__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .gallery-14__title {
    font-size: 2.25rem;
  }
}
.gallery-14__title p, .gallery-14__title h1, .gallery-14__title h2, .gallery-14__title h3, .gallery-14__title h4, .gallery-14__title h5, .gallery-14__title h6, .gallery-14__title span, .gallery-14__title div, .gallery-14__title strong, .gallery-14__title em, .gallery-14__title b, .gallery-14__title i {
  font-size: inherit !important;
  font-weight: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
  color: inherit !important;
  text-shadow: inherit !important;
  letter-spacing: inherit !important;
  font-family: inherit !important;
  font-style: normal !important;
  text-decoration: none !important;
  display: inline !important;
}
.gallery-14__badge {
  display: inline-block;
  background: rgba(255, 193, 7, 0.95);
  color: #000;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.025em;
}
@media (min-width: 768px) {
  .gallery-14__badge {
    font-size: 0.9375rem;
    padding: 0.5rem 1.25rem;
  }
}
.gallery-14__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .gallery-14__dots {
    margin-top: 2.5rem;
  }
}
.gallery-14__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.gallery-14__dot:hover {
  background: rgba(0, 0, 0, 0.4);
  transform: scale(1.2);
}
.gallery-14__dot--active {
  width: 24px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
}
.gallery-14__dot--active:hover {
  background: rgba(0, 0, 0, 0.8);
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.gallery-14__slide {
  animation: slideIn 0.6s ease-out forwards;
  opacity: 0;
}
.gallery-14__slide:nth-child(1) {
  animation-delay: 0.1s;
}
.gallery-14__slide:nth-child(2) {
  animation-delay: 0.2s;
}
.gallery-14__slide:nth-child(3) {
  animation-delay: 0.3s;
}
.gallery-14__slide:nth-child(4) {
  animation-delay: 0.4s;
}
.gallery-14__slide:nth-child(5) {
  animation-delay: 0.5s;
}
.gallery-14__slide:nth-child(6) {
  animation-delay: 0.6s;
}
.gallery-14__slide:nth-child(7) {
  animation-delay: 0.7s;
}
.gallery-14__slide:nth-child(8) {
  animation-delay: 0.8s;
}

@media (prefers-reduced-motion: reduce) {
  .gallery-14__track {
    transition: none;
  }
  .gallery-14__link {
    transition: none;
  }
  .gallery-14__link:hover {
    transform: none;
  }
  .gallery-14__image {
    transition: none;
  }
  .gallery-14__image:hover {
    transform: none;
  }
  .gallery-14__overlay {
    transition: none;
  }
  .gallery-14__arrow {
    transition: none;
  }
  .gallery-14__arrow:hover:not(:disabled) {
    transform: translateY(-50%);
  }
  .gallery-14__dot {
    transition: none;
  }
  .gallery-14__dot:hover {
    transform: none;
  }
  .gallery-14__slide {
    animation: none;
    opacity: 1;
  }
}
@media (hover: none) and (pointer: coarse) {
  .gallery-14__link:hover {
    transform: none;
    box-shadow: none;
  }
  .gallery-14__image:hover {
    transform: none;
  }
  .gallery-14__overlay {
    opacity: 0.2;
  }
}
@media (prefers-contrast: high) {
  .gallery-14__arrow {
    border: 2px solid currentColor;
  }
  .gallery-14__title {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  }
  .gallery-14__badge {
    background: #ffc107;
    color: #000;
    font-weight: 700;
  }
  .gallery-14__image::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  }
}
button:focus {
  outline: none !important;
  outline: none !important;
}

.last-news-3 {
  margin-bottom: 2rem;
}
.last-news-3__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .last-news-3__grid {
    grid-template-columns: 1.3fr 1fr;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .last-news-3__grid {
    gap: 40px;
  }
}
.last-news-3__main-news {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media (min-width: 1200px) {
  .last-news-3__main-news {
    border-radius: 12px;
  }
}
.last-news-3__main-news:hover {
  transform: translateY(-5px);
}
.last-news-3__main-image {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .last-news-3__main-image {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .last-news-3__main-image {
    height: 475px;
    border-radius: 12px;
  }
}
.last-news-3__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.last-news-3__main-image:hover img {
  transform: scale(1.05);
}
.last-news-3__main-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 40px 30px 30px 30px;
  color: white;
}
@media (min-width: 768px) {
  .last-news-3__main-overlay {
    padding: 60px 40px 40px 40px;
  }
}
.last-news-3__side-news {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .last-news-3__side-news {
    gap: 25px;
  }
}
.last-news-3__side-item {
  background: white;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}
@media (min-width: 1200px) {
  .last-news-3__side-item {
    border-radius: 12px;
  }
}
.last-news-3__side-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.last-news-3__side-link {
  display: flex;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.last-news-3__side-link:hover {
  text-decoration: none;
  color: inherit;
}
.last-news-3__side-image {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .last-news-3__side-image {
    flex: 0 0 140px;
    width: 140px;
    height: 140px;
  }
}
.last-news-3__side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.last-news-3__side-image:hover img {
  transform: scale(1.1);
}
.last-news-3__main-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 40px 30px 30px 30px;
  color: white;
}
@media (min-width: 768px) {
  .last-news-3__main-overlay {
    padding: 60px 40px 40px 40px;
  }
}
.last-news-3__main-content {
  position: relative;
  z-index: 2;
}
.last-news-3__main-date {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.last-news-3__main-title, .last-news-3__main-content .main-title, .last-news-3__main-content p.main-title, .last-news-3__main-content h1.main-title, .last-news-3__main-content h2.main-title, .last-news-3__main-content h3.main-title, .last-news-3__main-content h4.main-title, .last-news-3__main-content h5.main-title, .last-news-3__main-content h6.main-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 15px 0;
  color: white;
  display: block;
}
@media (min-width: 1024px) {
  .last-news-3__main-title, .last-news-3__main-content .main-title, .last-news-3__main-content p.main-title, .last-news-3__main-content h1.main-title, .last-news-3__main-content h2.main-title, .last-news-3__main-content h3.main-title, .last-news-3__main-content h4.main-title, .last-news-3__main-content h5.main-title, .last-news-3__main-content h6.main-title {
    font-size: 32px;
  }
}
.last-news-3__main-excerpt {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.last-news-3__side-news {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .last-news-3__side-news {
    gap: 25px;
  }
}
.last-news-3__side-item {
  background: white;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}
@media (min-width: 768px) {
  .last-news-3__side-item {
    border-radius: 12px;
  }
}
.last-news-3__side-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.last-news-3__side-link {
  display: flex;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.last-news-3__side-link:hover {
  text-decoration: none;
  color: inherit;
}
.last-news-3__side-image {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .last-news-3__side-image {
    flex: 0 0 140px;
    width: 140px;
    height: 140px;
  }
}
.last-news-3__side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.last-news-3__side-image:hover img {
  transform: scale(1.1);
}
.last-news-3__side-content {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.last-news-3__side-date {
  font-size: 11px;
  font-weight: 400;
  color: var(-soo-grey);
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .last-news-3__side-date {
    font-size: 12px;
  }
}
.last-news-3__side-title, .last-news-3__side-content .side-title, .last-news-3__side-content p.side-title, .last-news-3__side-content h1.side-title, .last-news-3__side-content h2.side-title, .last-news-3__side-content h3.side-title, .last-news-3__side-content h4.side-title, .last-news-3__side-content h5.side-title, .last-news-3__side-content h6.side-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px 0;
  color: var(--soo-dark);
  transition: color 0.3s ease;
  display: block;
}
@media (min-width: 768px) {
  .last-news-3__side-title, .last-news-3__side-content .side-title, .last-news-3__side-content p.side-title, .last-news-3__side-content h1.side-title, .last-news-3__side-content h2.side-title, .last-news-3__side-content h3.side-title, .last-news-3__side-content h4.side-title, .last-news-3__side-content h5.side-title, .last-news-3__side-content h6.side-title {
    font-size: 18px;
  }
}
.last-news-3__side-excerpt {
  font-size: 14px;
  line-height: 1.5;
  color: var(-soo-grey-dark);
  margin: 0;
}
.last-news-3__side-link:hover .last-news-3__side-title {
  color: var(--soo-primary);
}
.last-news-3__button {
  display: inline-block;
  padding: 15px 30px;
  background: transparent;
  border: 2px solid var(--soo-dark-intense);
  color: var(--soo-dark-intense);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.last-news-3__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--soo-dark-intense);
  transition: left 0.3s ease;
  z-index: -1;
}
.last-news-3__button:hover {
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}
.last-news-3__button:hover::before {
  left: 0;
}
.last-news-3__button-wrapper {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .last-news-3__main-image {
    height: 250px;
  }
  .last-news-3__main-overlay {
    padding: 30px 20px 20px 20px;
  }
  .last-news-3__main-title {
    font-size: 20px;
  }
  .last-news-3__main-excerpt {
    font-size: 14px;
  }
  .last-news-3__side-image {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
  }
  .last-news-3__side-content {
    padding: 15px;
  }
  .last-news-3__side-title {
    font-size: 15px;
  }
  .last-news-3__side-excerpt {
    display: none;
  }
}
@media (max-width: 1200px) {
  .last-news-3__side-excerpt {
    display: none;
  }
}

.cta-13 {
  min-height: 60vh;
  position: relative;
}
@media (min-width: 575px) {
  .cta-13 {
    height: 100vh;
    min-height: initial;
  }
}
@media (min-width: 1024px) {
  .cta-13 {
    height: 60vh;
  }
}
.cta-13 .container-fluid, .cta-13 .row, .cta-13 [class*=col-] {
  position: relative;
  z-index: 2;
}
.cta-13 .col-lg-6 {
  background-size: cover;
  background-position: center;
  position: relative;
}
.cta-13 .col-lg-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5490196078);
  --background-overlay: '';
  z-index: 1;
}
.cta-13__content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}
.cta-13__link {
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}
.cta-13__link p, .cta-13__link h1, .cta-13__link h2, .cta-13__link h3, .cta-13__link h4, .cta-13__link h5, .cta-13__link h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  display: inline;
}
.cta-13__link:hover {
  text-decoration: none;
}
.cta-13__inner {
  padding: 40px 30px;
  position: relative;
  max-width: 85%;
  margin: 20px 0px;
  transition: all ease-in-out 0.4s;
  text-align: center;
}
@media (min-width: 768px) {
  .cta-13__inner {
    max-width: 70%;
    padding: 50px 40px;
  }
}
.cta-13__title {
  font-size: 30px;
  font-weight: 400;
  color: var(--soo-light);
  margin: 15px 0 20px 0;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 1.3;
}
.cta-13__title-text, .cta-13__title p, .cta-13__title h1, .cta-13__title h2, .cta-13__title h3, .cta-13__title h4, .cta-13__title h5, .cta-13__title h6 {
  font-size: 30px;
  font-weight: 400;
  color: var(--soo-light);
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .cta-13__title {
    font-size: 30px;
  }
  .cta-13__title-text, .cta-13__title p, .cta-13__title h1, .cta-13__title h2, .cta-13__title h3, .cta-13__title h4, .cta-13__title h5, .cta-13__title h6 {
    font-size: 30px;
  }
}
.cta-13__pretitle {
  font-size: 14px;
  color: var(--soo-light);
  padding: 0;
  margin-bottom: 25px;
  line-height: 1.5;
}
.cta-13__pretitle-text, .cta-13__pretitle p, .cta-13__pretitle h1, .cta-13__pretitle h2, .cta-13__pretitle h3, .cta-13__pretitle h4, .cta-13__pretitle h5, .cta-13__pretitle h6 {
  font-size: 14px;
  color: var(--soo-light);
  margin: 0;
}
.cta-13__btn {
  display: inline-block;
  padding: 12px 30px;
  color: var(--soo-light);
  background-color: transparent;
  border: 1px solid white;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2px;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cta-13__btn::after {
  content: "→";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  color: inherit;
}
.cta-13__btn:hover {
  background-color: var(--soo-primary);
  color: white;
  text-decoration: none;
  border-color: var(--soo-primary);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.cta-13__btn:hover::after {
  transform: translateY(-50%) translateX(3px);
  color: white;
}
.cta-13__btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.cta-13__btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.cta-13__icon {
  display: none;
}

[data-aos=fade-up] {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.6s ease;
}
[data-aos=fade-up].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

[data-aos=fade-down] {
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.6s ease 0.2s;
}
[data-aos=fade-down].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 991px) {
  .cta-13 {
    min-height: auto;
  }
  .cta-13 .row > [class*=col-] {
    min-height: 50vh;
  }
}
@media (max-width: 575px) {
  .cta-13__inner {
    max-width: 90%;
    padding: 30px 20px;
  }
}
.testimonials-1 {
  padding: 100px 0 30px;
  margin-top: 25px;
  background-repeat: no-repeat;
  background-position: center 25px;
}
.testimonials-1-header {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .testimonials-1-header {
    padding: 0;
  }
}
.testimonials-1-title {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.46px;
  text-align: center;
  color: var(--soo-grey-dark);
}
.testimonials-1-subtitle {
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
}
.testimonials-1-item {
  padding: 0 65px;
  min-height: 125px;
}
.testimonials-1-item p {
  font-size: 15px;
  line-height: 1.39;
  letter-spacing: 0.24px;
  text-align: center;
  color: var(--soo-dark-intense);
}
.testimonials-1-item-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--soo-primary);
  font-style: normal;
  font-stretch: normal;
  line-height: 2.27;
  letter-spacing: 0.5px;
}
.testimonials-1-inner .carousel-indicators li {
  border-radius: 50%;
  background-color: #182a3b;
  width: 15px;
  height: 15px;
}
.testimonials-1-inner .carousel-control-prev, .testimonials-1-inner .carousel-control-next {
  color: var(--soo-light);
  overflow: hidden;
  top: 25%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.testimonials-1-inner .carousel-control-prev i, .testimonials-1-inner .carousel-control-next i {
  font-size: 12px;
}

.footer-5 {
  overflow: hidden;
  padding-top: 34px;
  padding-bottom: 10px;
  opacity: 1;
  background-color: var(--soo-light);
}
@media SCREEN and (min-width: 576px) {
  .footer-5 {
    padding-top: 44px;
    padding-bottom: 0;
  }
}
.footer-5 hr {
  border-color: var(--soo-primary);
  color: var(--soo-primary);
  background-color: var(--soo-primary);
}
.footer-5 ul {
  list-style-type: none;
  padding: 5px 0;
}
.footer-5-title {
  margin-bottom: 22px;
  line-height: 1rem;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: var(--soo-primary);
  text-transform: uppercase;
}
.footer-5-links a, .footer-5-links .hidden-href-link {
  margin-bottom: 8px;
  display: inline-block;
}
.footer-5 .monitor-footer-5 .footer-5-social {
  width: 100%;
  background-color: var(--soo-primary);
}
.footer-5 .menu-footer-5 a, .footer-5 .menu-footer-5 span, .footer-5 .monitor-footer-5 ul li a, .footer-5 .monitor-footer-5 ul li .hidden-href-link, .footer-5 .monitor-footer-5 ul li span {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-grey);
}
.footer-5-logo-li {
  transform: scale(0.8);
}
.footer-5-logo-li-li {
  margin-top: 1rem;
  margin-left: -15px;
}
.footer-5 #accordion {
  border-bottom: none;
}
.footer-5 .monitor-footer-5 {
  position: relative;
}
.footer-5 .subfooter-5 {
  width: 100%;
  height: 54.2px;
  background-color: var(--soo-dark-intense);
}
.footer-5 .subfooter-5 .sooprema-logo {
  width: 47px;
  height: 31px;
}
.footer-5 .subfooter-5-height {
  height: 54.2px;
}
.footer-5 .copyright {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-primary);
}
.footer-5 .mobile-footer-5 span {
  color: var(--soo-grey);
}
.footer-5 .btn-footer-5 {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 0 40px;
  margin: 0;
  margin-bottom: 23px;
  margin-top: 38px;
  line-height: 2rem;
  font-size: 20px;
  color: var(--soo-primary) !important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-5 .btn-footer-5:nth-child(1) {
  margin-top: 0;
}
.footer-5 .btn-footer-5:active {
  color: var(--soo-accent);
}
.footer-5 .collapsed-menu {
  background-color: transparent;
}
.footer-5 .collapsed-menu ul {
  padding: 0;
  margin-bottom: 0;
}
.footer-5 .collapsed-menu ul li {
  width: 100%;
  padding: 0 40px;
}
.footer-5 .collapsed-menu ul li a {
  color: var(--soo-grey);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
  margin-bottom: 14px;
}
.footer-5 .collapsed-menu ul li > span {
  margin-bottom: 14px;
  display: inline-block;
}
.footer-5 .open-icon {
  position: absolute;
  right: 20px;
  color: var(--soo-primary);
}
.footer-5 .info-buttons .btn-contact {
  width: 100%;
  height: 50px;
  border: 2px solid var(--soo-primary);
  margin: 32px 32px 0 32px;
  padding: 0 !important;
  font-size: 13px;
  font-weight: 700;
  color: var(--soo-primary);
  line-height: 50px;
  cursor: pointer;
}
.footer-5 .social-buttons-mobile {
  padding: 17px;
}
.footer-5-social {
  position: absolute;
  bottom: 72px;
}
.footer-5 .social-networks a {
  font-size: 30px !important;
}
.footer-5 .enlaces-footer-5 {
  padding-bottom: 30px;
}
.footer-5.links-social-fa ul li {
  display: inline-block;
  padding-right: 22px;
}
.footer-5.links-social-fa ul li a i {
  font-size: 30px;
  color: var(--soo-primary) !important;
}
.footer-5 .fa-brands {
  display: inline-block;
}
.footer-5 .monitor-footer-5 .dropdown-toggle,
.footer-5 .monitor-footer-5 .dropdown-menu {
  width: 25%;
  text-align: center;
  margin-top: -10px;
}
.footer-5-social-bar {
  padding: 11px 0;
}
.footer-5__social > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.footer-5__social > ul > li {
  margin-right: 20px;
}
.footer-5__social > ul > li:nth-last-child(1) {
  margin-right: 0;
}
.footer-5__social > ul a i {
  font-size: 1.2rem;
  -webkit-text-stroke: 1px var(--soo-primary);
  color: transparent;
  transition-duration: var(--soo-transition-duration);
}
@media (min-width: 768px) {
  .footer-5__social > ul a i {
    font-size: 2rem;
  }
}
.footer-5__social > ul a:hover i {
  color: var(--soo-primary);
}
.footer-5-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-5-img-wrapper {
  max-width: 140px;
  width: 100%;
}
.footer-5-img-col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer-5__600 {
  font-weight: 600 !important;
}
.footer-5__600 > span {
  font-weight: 600 !important;
}

.footer-5-logo {
  width: 100%;
  max-width: 125px;
  padding: 10px 0;
  margin: 0 auto;
}

.categories-pro-1 {
  padding: 3rem 0;
}
.categories-pro-1-title {
  font-size: 19px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  margin-bottom: 24px;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .categories-pro-1-title {
    text-align: left;
  }
}
.categories-pro-1-wrapper {
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.categories-pro-1--collapsible .categories-pro-1-wrapper {
  max-height: 300px;
}
.categories-pro-1-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.categories-pro-1--expanded .categories-pro-1-gradient {
  opacity: 0;
}
.categories-pro-1--expanded .categories-pro-1-toggle-icon {
  transform: rotate(180deg);
}
.categories-pro-1--expanded .categories-pro-1-toggle-btn:hover .categories-pro-1-toggle-icon {
  animation: bounce-up 1s infinite;
}
.categories-pro-1--no-collapse .categories-pro-1-gradient,
.categories-pro-1--no-collapse .categories-pro-1-toggle {
  display: none !important;
}
.categories-pro-1--no-collapse .categories-pro-1-wrapper {
  max-height: none !important;
}
.categories-pro-1-toggle {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}
.categories-pro-1-toggle-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--soo-primary, #007bff);
  transition: all 0.3s ease;
  outline: none;
}
.categories-pro-1-toggle-btn:hover {
  opacity: 0.7;
}
.categories-pro-1-toggle-btn:hover .categories-pro-1-toggle-icon {
  animation: bounce 1s infinite;
}
.categories-pro-1-toggle-btn:focus, .categories-pro-1-toggle-btn:focus-visible, .categories-pro-1-toggle-btn:active {
  outline: none;
  box-shadow: none;
  border: none;
}
.categories-pro-1-toggle-icon {
  width: 32px;
  height: 32px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: bounce 1.5s ease-in-out infinite;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
@keyframes bounce-up {
  0%, 100% {
    transform: rotate(180deg) translateY(0);
  }
  50% {
    transform: rotate(180deg) translateY(-5px);
  }
}
.categories-pro-1-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding-inline-start: 0;
}
.categories-pro-1-list--cols-mobile-1 .categories-pro-1-link {
  grid-column: span 12;
}
.categories-pro-1-list--cols-mobile-2 .categories-pro-1-link {
  grid-column: span 6;
}
.categories-pro-1-link {
  font-size: 16px;
  line-height: 2.14;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.categories-pro-1-link a {
  color: var(--soo-primary);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.categories-pro-1-link a:hover {
  opacity: 0.7;
}
@media (min-width: 576px) {
  .categories-pro-1-title {
    font-size: 22px;
    line-height: 2.77;
    margin-bottom: 14px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .categories-pro-1-link {
    text-align: left;
    font-size: 14px;
  }
  .categories-pro-1-list--cols-tablet-1 .categories-pro-1-link {
    grid-column: span 12;
  }
  .categories-pro-1-list--cols-tablet-2 .categories-pro-1-link {
    grid-column: span 6;
  }
  .categories-pro-1-list--cols-tablet-3 .categories-pro-1-link {
    grid-column: span 4;
  }
}
@media (min-width: 992px) {
  .categories-pro-1-list--cols-desktop-2 .categories-pro-1-link {
    grid-column: span 6;
  }
  .categories-pro-1-list--cols-desktop-3 .categories-pro-1-link {
    grid-column: span 4;
  }
  .categories-pro-1-list--cols-desktop-4 .categories-pro-1-link {
    grid-column: span 3;
  }
}
.categories-pro-1-link {
  padding: 0.25rem 0.5rem;
}
@media (min-width: 768px) {
  .categories-pro-1-link {
    padding: 0.25rem 1rem 0.25rem 0;
  }
}

.copy {
  background: var(--soo-dark-mate);
}
.copy-row {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 41px;
  flex-direction: column;
  justify-content: center;
}
@media SCREEN and (min-width: 576px) {
  .copy-row {
    flex-direction: row;
    justify-content: space-between;
  }
}
.copy-text {
  font-size: 13px;
  color: #fff;
}
@media SCREEN and (max-width: 576px) {
  .copy-text {
    flex-direction: column;
    padding-top: 1rem;
  }
}
.copy {
  /* Animated Logo */
}
.copy .sooprema-logo {
  transform: scale(0.4);
}
@media SCREEN and (max-width: 576px) {
  .copy .sooprema-logo {
    margin-top: 0.3rem;
  }
}
.copy #ico-soo-icon {
  width: 60px;
  height: 40px;
  padding: 0.55rem;
}
.copy #ico-soo-icon #circle-1 {
  fill: var(--soo-primary);
}
.copy #ico-soo-icon #circle-2 {
  fill: var(--soo-primary);
}
.copy #ico-soo-icon feDropShadow {
  flood-color: var(--soo-primary);
}
.copy #ico-soo-icon:hover #circle-1 {
  -webkit-transform-origin: 175.621px 169.9517px;
  -ms-transform-origin: 175.621px 169.9517px;
  transform-origin: 175.621px 169.9517px;
  -webkit-animation: scale-circle 2s ease-in-out both infinite;
  animation: scale-circle 2s ease-in-out both infinite;
}
.copy #ico-soo-icon:hover #circle-2 {
  -webkit-transform-origin: 406.621px 169.9517px;
  -ms-transform-origin: 406.621px 169.9517px;
  transform-origin: 406.621px 169.9517px;
  -webkit-animation: scale-circle 2s 0.2s ease-in-out both infinite;
  animation: scale-circle 2s 0.2s ease-in-out both infinite;
}

@-webkit-keyframes scale-circle {
  0%, 80%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes scale-circle {
  0%, 80%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/*=================================================
 Css for property-3 en landscape mode
==================================================*/
@media (min-width: 768px) {
  .landscape-home {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.featured-properties-1 {
  position: relative;
  padding-bottom: 0.6rem;
  padding: 0px 10px;
}
.featured-properties-1__inner {
  display: flex;
  justify-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.featured-properties-1__inner > div {
  margin-left: 1rem;
  margin-right: 1rem;
}
.featured-properties-1__title-wrapper {
  text-align: center;
  max-width: 80vw;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .featured-properties-1__title-wrapper {
    text-align: left;
    margin-bottom: 2rem;
  }
}
.featured-properties-1__title-wrapper h2 {
  font-size: 28px;
}
.featured-properties-1__property-wrapper {
  grid-column: span 1;
  width: 100%;
  height: 100%;
}

.report-1-title {
  font-size: 24px;
}
.report-1-content {
  font-size: 14px;
  line-height: 2;
}
.report-1-content p {
  margin-bottom: 0.6rem;
}
.report-1-content-number {
  color: var(--soo-primary);
  font-weight: 600;
}
.report-1-content-text--end {
  font-weight: 600;
}
.report-1__city {
  color: var(--soo-primary);
  font-weight: 500;
}

.properties-2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
  justify-content: space-between;
  column-gap: 15px;
}
@media (min-width: 992px) {
  .properties-2--xxs {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .properties-2--xs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .properties-2--sm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1500px) {
  .properties-2--sm {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .properties-2--md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .properties-2--md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .properties-2--lg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .properties-2--lg {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .properties-2--lg {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.query-pagination-1 > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.query-pagination-1 ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.query-pagination-1 ul li {
  margin-right: 0.7rem;
  border-radius: 50%;
  border: solid 1px rgba(158, 158, 158, 0.2);
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.25s;
  cursor: pointer;
}
.query-pagination-1 ul li a {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.03px;
  text-align: center;
  color: #acacac;
  transition-duration: 0.25s;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 34px;
}
.query-pagination-1 ul li.query-pagination-1-selected {
  background-color: var(--soo-primary);
}
.query-pagination-1 ul li.query-pagination-1-selected a {
  color: var(--soo-light);
}
.query-pagination-1 ul li:hover {
  background-color: var(--soo-primary);
}
.query-pagination-1 ul li:hover a {
  text-decoration: none;
  color: var(--soo-light);
}
.query-pagination-1 ul li:nth-child(1):hover, .query-pagination-1 ul li:nth-last-child(1):hover {
  background-color: var(--soo-light);
}
.query-pagination-1 ul li:nth-child(1):hover a, .query-pagination-1 ul li:nth-last-child(1):hover a {
  color: var(--soo-grey-dark);
}

.order-2__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--soo-primary);
  border-radius: 10px;
  padding: 0.15rem 0.3rem 0.15rem 0.5rem;
}
.order-2__inner-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 11px;
}
.order-2__prevtext {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.order-2__icon path {
  stroke: var(--soo-primary);
}
.order-2 ul.soo-dropdown {
  border: 1px solid transparent;
  border-radius: 10px;
  height: 38px;
  cursor: pointer;
}
.order-2 ul.soo-dropdown > li:nth-child(2) {
  border-radius: 10px 10px 0 0;
}
.order-2 ul.soo-dropdown > li:nth-last-child(1) {
  border-radius: 0 0 10px 10px;
}
.order-2 ul.soo-dropdown > li.soo-default {
  border-radius: 10px;
  height: 38px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-2 ul.soo-dropdown > li.soo-default::after {
  top: 14px !important;
}
.order-2 ul.soo-dropdown > li.soo-default > a {
  border-radius: 10px;
  cursor: pointer !important;
  font-weight: 600;
}
.order-2 ul.soo-dropdown.soo-preselected {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 111.6%;
}
.order-2 ul.soo-dropdown.soo-preselected > li:not(.soo-default) {
  align-items: center;
  justify-content: start;
  min-height: 35px;
}
.order-2 ul.soo-dropdown.soo-preselected > li:not(.soo-default):nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.order-2 ul.soo-dropdown.soo-preselected > li:not(.soo-default):nth-last-child(1) {
  border-radius: 0 0 10px 10px;
}
.order-2 ul.soo-dropdown.soo-preselected > li:not(.soo-default) > a {
  font-weight: normal;
  display: flex;
  justify-content: start;
  align-items: center;
  cursor: pointer;
}
.order-2 ul.soo-dropdown li {
  align-items: center;
  justify-content: center;
}
.order-2 ul.soo-dropdown li a {
  display: flex;
  align-items: center;
  justify-content: start;
}

.text-image-27 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 500px;
  padding: 40px 20px;
}
.text-image-27__inner--left {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.text-image-27__inner--left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.text-image-27__inner--right {
  width: 100%;
  max-width: 600px;
  padding: 0 20px;
  background-color: white;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.text-image-27__title, .text-image-27__title p, .text-image-27__title h1, .text-image-27__title h2, .text-image-27__title h3, .text-image-27__title h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #2d2d2d;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .text-image-27__title, .text-image-27__title p, .text-image-27__title h1, .text-image-27__title h2, .text-image-27__title h3, .text-image-27__title h4 {
    font-size: 28px;
  }
}
.text-image-27__subtitle, .text-image-27__subtitle p, .text-image-27__subtitle h1, .text-image-27__subtitle h2, .text-image-27__subtitle h3, .text-image-27__subtitle h4 {
  display: none;
}
.text-image-27__content {
  text-align: center;
  margin-bottom: 32px;
}
.text-image-27__description {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 0;
}
.text-image-27__description p {
  margin-bottom: 16px;
}
.text-image-27__description p:last-child {
  margin-bottom: 0;
}
.text-image-27__description b {
  font-weight: 600;
  color: #2d2d2d;
}
.text-image-27__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .text-image-27__actions {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.text-image-27__social-links {
  display: flex;
  gap: 12px;
}
.text-image-27__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2d2d2d;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
.text-image-27__social-link:hover {
  background-color: #555555;
  transform: translateY(-2px);
  text-decoration: none;
  color: white;
}
.text-image-27__social-link svg {
  width: 18px;
  height: 18px;
}
.text-image-27__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: none;
  background-color: #2d2d2d;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.text-image-27__button:hover {
  background-color: #555555;
  color: white;
  text-decoration: none;
  transform: translateX(2px);
}
.text-image-27__button-icon {
  transition: transform 0.3s ease;
}
.text-image-27__button:hover .text-image-27__button-icon {
  transform: translateX(2px);
}
.text-image-27__button p {
  margin-bottom: 0;
}
.text-image-27__video {
  width: 100%;
  height: calc(100% + 90px);
  object-fit: cover;
  position: relative;
  top: -45px;
}
.text-image-27__video-wrapper {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .text-image-27 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 600px;
    padding: 80px 40px;
  }
  .text-image-27__inner--left {
    width: 450px;
    height: 500px;
    flex-shrink: 0;
    margin-bottom: 0;
    order: 2;
    margin-left: -60px;
    z-index: 2;
  }
  .text-image-27__inner--left .text-image-25__image-wrapper {
    width: 450px;
    height: 500px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  }
  .text-image-27__inner--right {
    flex: 0 0 580px;
    max-width: 580px;
    padding: 60px 80px 60px 60px;
    order: 1;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    height: fit-content;
    z-index: 1;
  }
  .text-image-27__title, .text-image-27__title p, .text-image-27__title h1, .text-image-27__title h2, .text-image-27__title h3, .text-image-27__title h4 {
    font-size: 36px;
    text-align: left;
    margin-bottom: 24px;
    font-weight: 600;
    color: #2d2d2d;
  }
  .text-image-27__subtitle, .text-image-27__subtitle p, .text-image-27__subtitle h1, .text-image-27__subtitle h2, .text-image-27__subtitle h3, .text-image-27__subtitle h4 {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-bottom: 8px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
  }
  .text-image-27__content {
    text-align: left;
    margin-bottom: 32px;
  }
  .text-image-27__description {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.65;
    color: #666666;
  }
  .text-image-27__actions {
    justify-content: space-between;
    margin-bottom: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 24px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .text-image-27 {
    gap: 0;
    padding: 70px 60px;
  }
  .text-image-27__inner--left {
    width: 480px;
    height: 520px;
    margin-left: -80px;
  }
  .text-image-27__inner--left .text-image-25__image-wrapper {
    width: 480px;
    height: 520px;
  }
  .text-image-27__inner--right {
    flex: 0 0 600px;
    max-width: 600px;
    padding: 70px 90px 70px 70px;
  }
  .text-image-27__title, .text-image-27__title p, .text-image-27__title h1, .text-image-27__title h2, .text-image-27__title h3, .text-image-27__title h4 {
    font-size: 40px;
    margin-bottom: 28px;
  }
  .text-image-27__description {
    font-size: 16px;
    line-height: 1.7;
  }
}

.features-2__banner {
  transition-duration: 0.25s;
  background-color: var(--soo-light);
}
.features-2__banner-wrapper {
  top: 0;
  left: 0;
  background-color: var(--soo-light);
  z-index: 9997;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.07), 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
  .features-2__banner-wrapper {
    position: sticky;
  }
}
.features-2__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .features-2__row {
    flex-direction: row;
  }
}
.features-2__row--1 {
  padding-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .features-2__row--1 {
    padding-bottom: 0;
  }
}
.features-2__title {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark-mate);
  text-align: center;
  max-width: 93vw;
  padding-top: 20px;
  transition-duration: var(--soo-transition-duration);
}
.features-2__title--scrolled {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .features-2__title {
    font-size: 24px;
    text-align: left;
  }
}
.features-2__price {
  transition-duration: 0.25s;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark-mate);
}
.features-2__price-img {
  margin-bottom: 0.1rem;
}
.features-2__price--offer {
  text-decoration: line-through;
  font-size: 14px;
}
@media (min-width: 768px) {
  .features-2__price {
    font-size: 28px;
  }
  .features-2__price--offer {
    font-size: 16px;
  }
}
.features-2__reference {
  font-size: 14px;
  font-weight: normal;
  color: var(--soo-grey);
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .features-2__reference {
    padding-bottom: 0;
  }
}
.features-2__reference > span {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: var(--soo-primary);
}
.features-2__list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
  padding-left: 0;
}
.features-2__list > li {
  margin-right: 1rem;
}
.features-2__list > li img {
  padding-bottom: 0.2rem;
}

.team-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.team-5__box {
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  margin: 10px;
  text-align: center;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
  height: 500px; /* Aumenta la altura de la caja */
}

@media (max-width: 1024px) { /* Tablet */
  .team-5__box {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 768px) { /* Móvil */
  .team-5__box {
    flex: 1 1 calc(100% - 20px);
  }
}
.team-5__box:hover {
  transform: translateY(-5px);
}

.team-5__text-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  text-align: left;
  z-index: 1;
  padding: 10px;
}

.team-5__image-wrapper {
  position: absolute; /* Cambia a absolute para cubrir toda la caja */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-5__image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que la imagen cubra toda la caja */
  transition: filter 0.3s ease, transform 0.3s ease; /* Añade transición para la escala */
}

.team-5__box:hover .team-5__image {
  filter: grayscale(50%); /* Convierte la imagen en escala de grises al hacer hover, más sutil */
  transform: scale(1.01); /* Pequeño zoom para hacer el hover más sutil */
}

.team-5__info-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5); /* Fondo más claro y sutil */
  color: #000; /* Texto en color negro */
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; /* Alinea el texto al centro */
}

.team-5__box:hover .team-5__info-overlay {
  opacity: 1;
}

.team-5__info-content {
  text-align: center;
}

.team-5__box:hover .team-5__title {
  color: var(--soo-dark);
  text-shadow: none;
}

.team-5__box:hover .team-5__subtitle {
  color: var(--soo-dark);
  text-shadow: none;
}

.team-5__title {
  font-size: 1.5em;
  font-weight: bold; /* Hace el texto del nombre bold */
  margin-bottom: 5px;
  color: var(--soo-light);
  text-shadow: 1px 1px 2px black;
  transition: transform 0.3s ease;
}

.team-5__subtitle {
  font-size: 1.1em;
  font-weight: 400; /* Hace el texto del cargo bold */
  margin-bottom: 5px;
  color: var(--soo-light);
  text-shadow: 1px 1px 2px black;
  transition: transform 0.3s ease;
}

.team-5__link-wrapper {
  margin-top: 10px;
}

.team-5__link {
  display: block;
  font-size: 1.1em;
  text-decoration: none;
  font-weight: bold;
  color: var(--soo-dark); /* Color de texto en negro */
  transition: color 0.3s ease;
}

.team-5__link:hover {
  color: var(--soo-primary);
}

.team-5__langs {
  margin-top: 10px;
}

.team-5__lang {
  margin-right: 5px;
  font-size: 1.2em;
}

.prefooter-9 {
  position: relative;
  background-color: #f8f6f3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.prefooter-9__dimmer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.prefooter-9__inner-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  gap: 40px;
  padding: 0 20px;
  position: relative;
}
.prefooter-9__inner--left {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: white;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.prefooter-9__inner--right {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.prefooter-9__form-wrapper {
  padding: 0px 5px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.prefooter-9__form-wrapper .form-title {
  font-size: 28px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.3;
}
.prefooter-9__form-wrapper .form-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5;
}
.prefooter-9__form-wrapper .form-group {
  margin-bottom: 20px;
}
.prefooter-9__form-wrapper .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.prefooter-9__form-wrapper .form-row .form-group {
  flex: 1;
  margin-bottom: 0;
}
.prefooter-9__form-wrapper input, .prefooter-9__form-wrapper textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: white;
  box-sizing: border-box;
}
.prefooter-9__form-wrapper input:focus, .prefooter-9__form-wrapper textarea:focus {
  outline: none;
  border-color: #c4a573;
  background: white;
  box-shadow: 0 0 0 2px rgba(196, 165, 115, 0.1);
}
.prefooter-9__form-wrapper input::placeholder, .prefooter-9__form-wrapper textarea::placeholder {
  color: #999;
}
.prefooter-9__form-wrapper textarea {
  min-height: 120px;
  resize: vertical;
}
.prefooter-9__form-wrapper .checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 25px 0;
}
.prefooter-9__form-wrapper .checkbox-group input[type=checkbox] {
  width: auto;
  margin: 0;
  margin-top: 2px;
}
.prefooter-9__form-wrapper .checkbox-group label {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.prefooter-9__form-wrapper .submit-btn {
  background: #c4a573;
  color: white;
  border: none;
  padding: 18px 40px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-transform: none;
}
.prefooter-9__form-wrapper .submit-btn:hover {
  background: #b39660;
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(196, 165, 115, 0.3);
}
.prefooter-9__image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
.prefooter-9__image-block {
  width: 100%;
  max-width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .prefooter-9__inner-wrapper {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding: 60px 40px;
    position: relative;
    min-height: auto;
  }
  .prefooter-9__inner--right {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 500px;
    height: auto;
    z-index: 2;
    order: 1;
  }
  .prefooter-9__inner--left {
    width: 100%;
    max-width: 700px;
    margin-left: 0;
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    z-index: 1;
    order: 2;
  }
  .prefooter-9__form-wrapper {
    padding: 40px 50px;
    max-width: none;
  }
  .prefooter-9__form-wrapper .form-title {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
  }
  .prefooter-9__form-wrapper .form-subtitle {
    font-size: 17px;
    margin-bottom: 40px;
    text-align: center;
  }
  .prefooter-9__image {
    height: 350px;
    width: 100%;
    max-width: 500px;
  }
  .prefooter-9__image-block {
    width: 100%;
    max-width: 500px;
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .prefooter-9__inner-wrapper {
    flex-direction: row;
    gap: 0;
    align-items: stretch;
    padding: 0 60px;
    position: relative;
    min-height: 600px;
  }
  .prefooter-9__inner--right {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 450px;
    height: 550px;
    z-index: 10;
    order: initial;
  }
  .prefooter-9__inner--left {
    width: 100%;
    margin-left: 350px;
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    z-index: 1;
    order: initial;
  }
  .prefooter-9__form-wrapper {
    padding: 0px 30px 0px 90px;
  }
  .prefooter-9__form-wrapper .form-title {
    font-size: 42px;
    margin-bottom: 25px;
    text-align: left;
  }
  .prefooter-9__form-wrapper .form-subtitle {
    font-size: 18px;
    margin-bottom: 50px;
    text-align: left;
  }
  .prefooter-9__image {
    height: 550px;
    width: 450px;
  }
  .prefooter-9__image-block {
    width: 450px;
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .prefooter-9__inner-wrapper {
    max-width: 1400px;
    padding: 0 60px;
  }
  .prefooter-9__inner--right {
    left: 15px;
    width: 500px;
    height: 600px;
  }
  .prefooter-9__inner--left {
    margin-left: 350px;
  }
  .prefooter-9__form-wrapper {
    padding: 0px 30px 0px 110px;
  }
  .prefooter-9__form-wrapper .form-title {
    font-size: 46px;
  }
  .prefooter-9__image {
    height: 600px;
    width: 500px;
  }
  .prefooter-9__image-block {
    width: 500px;
    height: 600px;
  }
}
@media (min-width: 1400px) {
  .prefooter-9 .prefooter-9__form-wrapper {
    padding: 0px 10px 0px 60px;
  }
}
.prefooter-9 .required {
  position: relative;
}
.prefooter-9 .required::after {
  content: "*";
  color: #e74c3c;
  font-size: 18px;
  margin-left: 4px;
}

.contact-form-2 a {
  color: var(--soo-primary);
}
.contact-form-2 a:hover {
  text-decoration: none;
  color: var(--soo-accent);
}
.contact-form-2-wrapper {
  width: 540px;
  max-width: min(100%, 95vw);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border: solid 1px #f0f0f0;
  position: relative;
  height: 100%;
  padding: 15px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(0.8rem);
  backdrop-filter: blur(0.8rem);
}
.contact-form-2-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 0;
}
.contact-form-2-wrapper {
  /*=================================
        Required errors
        =================================*/
}
.contact-form-2-wrapper .form-error-message {
  font-size: 14px;
  color: var(--soo-danger);
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.25s;
  height: 0;
}
.contact-form-2-wrapper .form-error-message.form-error-visible {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  margin-top: -8px;
  margin-bottom: 10px;
  height: auto;
}
@media SCREEN and (min-width: 576px) {
  .contact-form-2-wrapper-buttons-wrapper {
    padding: 0 32px 20px 32px;
  }
  .contact-form-2-wrapper-buttons-final-wrapper {
    padding-left: 43px;
    padding-right: 43px;
  }
  .contact-form-2-wrapper * {
    --animation-time: 3s;
  }
  .contact-form-2-wrapper .complete-hide {
    opacity: 0;
    pointer-events: none;
  }
  .contact-form-2-wrapper .email-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 450px;
    max-width: 100vw;
    height: 200px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 10;
    background-color: var(--soo-light);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 5px rgba(212, 212, 212, 0.5);
    font-size: 1.4rem;
  }
  .contact-form-2-wrapper .email-loader-icon {
    position: absolute;
    top: 80%;
    z-index: 10;
    color: var(--soo-primary);
    transition: all 0.25s;
  }
  .contact-form-2-wrapper .email-loader-icon-plane {
    left: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 2rem;
    animation: plane-fly ease-out infinite var(--animation-time);
  }
  .contact-form-2-wrapper .email-loader-icon-email {
    left: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 2rem;
    animation: email-transform ease-out infinite var(--animation-time);
  }
  .contact-form-2-wrapper .email-loader-icon-world {
    left: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 2rem;
    animation: growing-world ease-out infinite var(--animation-time);
  }
}
.contact-form-2-body {
  height: 90%;
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-out;
  overflow: hidden;
  z-index: 1;
}
.contact-form-2-body.active-steep {
  left: 0;
  opacity: 1;
  pointer-events: all;
  position: relative;
}
.contact-form-2-body.completed-steep {
  left: -100%;
  opacity: 0;
  pointer-events: none;
}
.contact-form-2form {
  max-height: 90%;
}
.contact-form-2 {
  /*=================================
     Header
     =================================*/
}
.contact-form-2-header {
  height: 20%;
  min-height: 80px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.contact-form-2-title {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  padding-top: 34px;
}
.contact-form-2 {
  /*=================================
     Buttons
     =================================*/
}
.contact-form-2-buttons-wrapper {
  display: grid;
  grid-gap: 10px;
  height: 72%;
  padding: 0 5px 20px 5px;
  grid-template-columns: repeat(3, 1fr);
}
.contact-form-2-btn {
  grid-column: span 1;
  grid-row: span 1;
  width: 100%;
  height: 100%;
  min-height: 110px;
  box-shadow: 0 11px 21px 0 rgba(212, 212, 212, 0.5);
  border: solid 1px var(--soo-grey-mid);
  background-color: var(--soo-light);
  transition: all 0.25s ease;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  overflow: hidden;
  z-index: 1;
}
.contact-form-2-btn::before, .contact-form-2-btn::after {
  z-index: -1;
}
.contact-form-2-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(67, 75, 82, 0.05);
}
.contact-form-2-btn::after {
  content: "";
  width: 220%;
  height: 240%;
  border-radius: 40%;
  position: absolute;
  left: -120%;
  top: 0;
  background-color: var(--soo-light);
}
.contact-form-2-btn:nth-child(2n)::after {
  border-radius: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.contact-form-2-btn:nth-child(3n)::after, .contact-form-2-btn:nth-child(5n)::after, .contact-form-2-btn:nth-child(9n)::after {
  width: 220%;
  height: 240%;
  border-radius: 40%;
  left: auto;
  top: auto;
  right: -120%;
  bottom: 0;
}
.contact-form-2-btn:nth-child(6n)::after {
  width: 220%;
  height: 240%;
  border-radius: 40%;
  position: absolute;
  left: -120%;
  top: 0;
  background-color: var(--soo-light);
}
.contact-form-2-btn:hover {
  box-shadow: 0 0 0 0 rgba(212, 212, 212, 0.5);
  border: 3px solid var(--soo-primary);
}
.contact-form-2-btn > input {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.contact-form-2-btn > span {
  width: 100%;
  text-align: center;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.contact-form-2-next-btn {
  margin: auto;
  min-height: 27px;
  display: inline-block;
  font-family: OpenSans;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  text-align: center;
  border: none;
  padding: 0.3rem 1.3rem;
  transition: all 0.25s;
  background-color: var(--soo-primary);
  color: var(--soo-light);
}
.contact-form-2-next-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 46px;
}
.contact-form-2-next-btn i {
  opacity: 0;
  font-size: 0;
  margin-left: 0;
  transition: all 0.25s;
  vertical-align: unset;
}
.contact-form-2-next-btn:hover i {
  opacity: 1;
  margin-left: 1rem;
  font-size: 1rem;
}
.contact-form-2 {
  /*=================================
     Footer
     =================================*/
}
.contact-form-2-footer {
  width: 100%;
  height: 10%;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  border-top: 1px solid var(--soo-primary);
}
.contact-form-2-bullet {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.21);
  background-color: var(--soo-light);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: all 0.25s;
  cursor: pointer;
}
.contact-form-2-bullet.active-bullet, .contact-form-2-bullet:hover {
  border: none;
  background-color: var(--soo-primary);
}
.contact-form-2-bullet:hover {
  border: 1px solid var(--soo-dark-mate);
  background-color: var(--soo-light);
}
.contact-form-2-bullet.completed-bullet {
  border: none;
  background-color: var(--soo-dark-mate);
}
.contact-form-2-bullet.completed-bullet:hover {
  border: 1px solid var(--soo-dark-mate);
  background-color: var(--soo-primary);
}
.contact-form-2-bullet.completed-bullet:not(:nth-child(1))::before {
  background-color: var(--soo-dark-mate);
}
.contact-form-2-bullet:not(:nth-child(1)) {
  margin-left: 43px;
  position: relative;
}
.contact-form-2-bullet:not(:nth-child(1))::before {
  content: "";
  height: 1px;
  width: 43px;
  background-color: rgba(0, 0, 0, 0.21);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-101%);
  -webkit-transform: translateY(-50%) translateX(-101%);
  z-index: 0;
}
.contact-form-2-bullet.active-bullet:not(:nth-child(1))::before {
  background-color: var(--soo-primary);
}
.contact-form-2-bullet.disabled-bullet:not(.completed-bullet) {
  background-color: rgba(212, 212, 212, 0.5);
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, 0.21);
}
.contact-form-2-checkbox-checked {
  box-shadow: 0 0 0 0 rgba(212, 212, 212, 0.5);
  border: 3px solid var(--soo-primary);
}
.contact-form-2 {
  /*=================================
     Final steep
     =================================*/
}
.contact-form-2-buttons-final-wrapper {
  padding-left: 5px;
  padding-right: 5px;
}
.contact-form-2-plain-input {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  width: 100%;
  min-height: 43px;
  border: solid 0.6px var(--soo-grey);
  background-color: var(--soo-light);
  margin-bottom: 10px;
  padding-left: 21px;
  color: var(--soo-dark);
}
.contact-form-2 textarea.contact-form-2-plain-input {
  padding-top: 11px;
}
.contact-form-2-plain-input:-ms-input-placeholder, .contact-form-2-plain-input::-ms-input-placeholder, .contact-form-2-plain-input::placeholder {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #939393;
  opacity: 1; /* Firefox */
}
.contact-form-2 {
  /*========================
     Checkbox
     ========================*/
}
.contact-form-2 .control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 12px;
  color: var(--theme-dark);
}
.contact-form-2 .control.control-checkbox {
  font-size: 14px;
}
.contact-form-2 .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.contact-form-2 .control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #dedede;
  border-radius: 0px;
}
.contact-form-2 .control:hover input ~ .control_indicator, .contact-form-2 .control input:focus ~ .control_indicator {
  background: #dedede;
}
.contact-form-2 .control input:checked ~ .control_indicator {
  background: #363636;
}
.contact-form-2 .control:hover input:not([disabled]):checked ~ .control_indicator, .contact-form-2 .control input:checked:focus ~ .control_indicator {
  background: #363636;
}
.contact-form-2 .control input:disabled ~ .control_indicator {
  background: #dedede;
  opacity: 1;
  pointer-events: none;
}
.contact-form-2 .control .control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
.contact-form-2 .control input:checked ~ .control_indicator:after {
  display: block;
}
.contact-form-2 .control-checkbox .control_indicator:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid var(--soo-light);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact-form-2 .control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #62717a;
}
.contact-form-2 .control-checkbox .control_indicator::before {
  content: "";
  display: block;
  position: absolute;
  left: -0.4rem;
  top: -0.3rem;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #363636;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}
.contact-form-2 .control-checkbox input + .control_indicator::before {
  animation: s-ripple 250ms ease-out;
}
.contact-form-2 .control-checkbox input:checked + .control_indicator::before {
  animation-name: s-ripple-dup;
}
.contact-form-2 {
  /*=================================
     Shapes
     =================================*/
}
.contact-form-2-top-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 44px;
  display: block;
  z-index: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 70% 44%, 60% 38%, 50% 36%, 40% 38%, 30% 44%, 0% 75%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 70% 44%, 60% 38%, 50% 36%, 40% 38%, 30% 44%, 0% 75%);
}
.contact-form-2__legal-block {
  margin-bottom: 1.5rem;
}
.contact-form-2__legal-text {
  font-size: 13px;
}
.contact-form-2__legal-text li {
  margin-bottom: 0.5rem;
}
.contact-form-2__legal-text a {
  color: var(--soo-primary);
}
.contact-form-2__legal-text a:hover {
  color: var(--soo-primary);
}
.contact-form-2__legal-text-toggler {
  color: var(--soo-primary);
  cursor: pointer;
}
.contact-form-2__legal-text-toggler:hover {
  color: var(--soo-accent);
  text-decoration: underline;
}
.contact-form-2__legal-text--content {
  display: none;
}
.contact-form-2__legal-text--content--active {
  display: block;
}

@keyframes s-ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
    transform: scale(0.4);
  }
}
@keyframes s-ripple-dup {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(0.4);
  }
  60% {
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
    transform: scale(0.4);
  }
}
@keyframes email-transform {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes plane-fly {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
  }
  90% {
    transform: scale(0.4) translate(1200%, -100%);
    opacity: 0;
  }
  100% {
    transform: scale(0) translate(1200%, -100%);
    opacity: 0;
  }
}
@keyframes growing-world {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  90% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  95% {
    transform: translate(-50%, -50%) scale(1.3);
    -webkit-transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
  }
}
.contact-form-3 {
  max-width: 660px;
  margin: auto;
  padding: 40px 0px;
}
.contact-form-3-extraselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.contact-form-3-extraselect-wrapper {
  position: relative;
}
.contact-form-3-extraselect-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-350%, -50%);
  display: block;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.contact-form-3__legal-block {
  margin-bottom: 1.5rem;
}
.contact-form-3__legal-text {
  font-size: 13px;
}
.contact-form-3__legal-text li {
  margin-bottom: 0.5rem;
}
.contact-form-3__legal-text a {
  color: var(--soo-primary);
}
.contact-form-3__legal-text a:hover {
  color: var(--soo-primary);
}
.contact-form-3__legal-text-toggler {
  color: var(--soo-primary);
  cursor: pointer;
}
.contact-form-3__legal-text-toggler:hover {
  color: var(--soo-accent);
  text-decoration: underline;
}
.contact-form-3__legal-text--content {
  display: none;
}
.contact-form-3__legal-text--content--active {
  display: block;
}

.contact-form-3 a {
  color: var(--soo-primary);
}

.contact-form-3 a.contact-form-3__button--whatsapp {
  background-color: #5fa512;
  color: var(--soo-light);
  border-color: #5fa512;
}

.contact-form-3-title {
  text-align: center;
  text-transform: initial;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.contact-form-3-title span {
  font-weight: bold;
  color: var(--soo-dark);
}

.contact-form-3-description {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
}

/* Select with placeholder */
.contact-form-3 select.form-control {
  font-size: 20px;
  padding: 5px 20px;
  position: relative;
}

.contact-form-3 select.form-control:required:invalid {
  color: #939393;
}

.contact-form-3 select.form-control option {
  color: var(--soo-dark);
}

/* Inputs */
select.form-control,
input.form-control {
  font-size: 20px;
  padding: 5px 20px;
  background-color: #f3f3f3;
}

select.form-control {
  cursor: pointer;
}

textarea.form-control,
.contact-form-3 select.form-control {
  background-color: #f3f3f3;
}

.contact-form-3 ::placeholder {
  font-size: 20px;
}

.contact-form-3-text {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.68;
  letter-spacing: 0px;
  margin: 10px 0 0;
}

/* Required */
.contact-form-3-required-border .contact-form-3-required {
  border: 1px solid #ff0000;
}

.contact-form-3-required-item {
  display: none;
  color: #ff0000;
  font-size: 13px;
  visibility: hidden;
  padding: 0;
  margin: 2px 0 -12px 5px;
}

.contact-form-3-required-visible {
  visibility: visible;
  display: block;
}

.contact-form-3-required-labels .contact-form-3-required-item {
  display: block;
}

/* Button */
.contact-form-3 input[type=submit] {
  margin-top: 38px;
  min-width: 251px;
  text-transform: uppercase;
}

/*====================
	  Phone flags
	=====================*/
.contact-form-3 .inner-group-prepend {
  background: var(--soo-grey-mid);
  border: solid 1px #dedede;
  border-radius: 4px;
}

.contact-form-3 .inner-group-prepend button {
  background: var(--soo-grey-mid);
  height: 100%;
  border: 1px solid var(--soo-grey-mid);
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem !important;
}

.contact-form-3 .dropdown-toggle::after {
  font-size: 0.8rem;
}

.contact-form-3 .dropdown-item {
  padding: 0.25rem 1.5rem;
  cursor: pointer;
  white-space: initial;
}

/*=================================
  Checkbox
=================================*/
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid var(--soo-grey-mid);
  background-color: transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: var(--soo-primary);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*=================================
	Flags
  =================================*/
.flagsDropdown {
  max-height: 350px;
  overflow-y: scroll;
  width: 100%;
}

.flagsDropdown::-webkit-scrollbar {
  width: 3px;
  height: 100%;
  background-color: var(--soo-grey-mid);
}

.flagsDropdown::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--soo-primary);
}

/*=================================
  Loader
=================================*/
* {
  --animation-time: 3s;
}

.email-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 450px;
  max-width: 100vw;
  height: 200px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 5px rgba(212, 212, 212, 0.5);
  font-size: 1.4rem;
  opacity: 1;
}

.email-loader-icon {
  position: absolute;
  top: 80%;
  z-index: 10;
  color: var(--soo-primary);
  transition: all 0.25s;
}

.email-loader-icon-plane {
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: plane-fly ease-out infinite var(--animation-time);
}

.email-loader-icon-email {
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: email-transform ease-out infinite var(--animation-time);
}

.email-loader-icon-world {
  left: 70%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: growing-world ease-out infinite var(--animation-time);
}

.complete-hide {
  opacity: 0;
  pointer-events: none;
}

@keyframes email-transform {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes plane-fly {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
  }
  90% {
    transform: scale(0.4) translate(1200%, -100%);
    opacity: 0;
  }
  100% {
    transform: scale(0) translate(1200%, -100%);
    opacity: 0;
  }
}
@keyframes growing-world {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  90% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  95% {
    transform: translate(-50%, -50%) scale(1.3);
    -webkit-transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
  }
}
/*=================================
  Forms Button
=================================*/
.form-control:focus,
.form-control:active {
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0.25rem var(--soo-primary);
}

.send-form-btn {
  margin: auto;
  display: inline-block;
  text-align: center;
  transition: all 0.25s;
  min-width: 180px;
}

.send-form-btn i {
  opacity: 0;
  font-size: 0;
  margin-left: 0;
  transition: all 0.25s;
  vertical-align: unset;
}

.send-form-btn:hover i {
  opacity: 1;
  margin-left: 1rem;
  font-size: 1rem;
}

.paragraph-1 {
  padding: 0 1rem;
}
.paragraph-1__title, .paragraph-1__title h1, .paragraph-1__title h2, .paragraph-1__title h3, .paragraph-1__title p {
  font-size: 42px;
  font-weight: bold;
  padding: 0 5px;
}
.paragraph-1__subtitle, .paragraph-1__subtitle h1, .paragraph-1__subtitle h2, .paragraph-1__subtitle h3, .paragraph-1__subtitle p {
  margin-bottom: 1.5rem;
  padding: 0 5px;
}
.paragraph-1__paragraph {
  line-height: 1.38;
  color: #0e181c;
  padding: 0 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.paragraph-1__paragraph p {
  margin-bottom: 0;
}
.paragraph-1__paragraph h2 {
  margin: 0px;
}
.paragraph-1__paragraph li {
  margin-bottom: 0.6rem;
}
.paragraph-1__paragraph li::marker {
  color: var(--soo-primary);
}

.category-pro-ini-text-wrapper p {
  font-size: 16px;
}
.category-pro-ini-text-wrapper h2 {
  font-size: 22px;
}
.category-pro-ini-text-wrapper h3 {
  font-size: 18px;
}
.category-pro-ini .show-more-btn {
  background-color: var(--soo-primary);
  border: 1px solid transparent;
  transition-duration: 0.25s;
  padding: 0.2rem 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}
.category-pro-ini .show-more-btn:hover {
  filter: saturate(1.2);
}

.category-pro-end p {
  font-size: 15px;
  line-height: 25px;
}
.category-pro-end h2 {
  font-size: 22px;
  padding: 20px 0px;
  font-weight: 300;
}
.category-pro-end h3 {
  font-size: 18px;
  font-weight: 300;
}
.category-pro-end iframe {
  max-width: 100%;
  object-fit: cover;
}
.category-pro-end ul {
  line-height: 25px;
}
.category-pro-end li {
  font-size: 15px;
}
.category-pro-end {
  /* Selecciona SOLO el último <ol> de la página */
}
.category-pro-end ol:last-of-type {
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  list-style: none;
  line-height: 30px;
}
.category-pro-end ol:last-of-type li {
  list-style-type: disclosure-closed;
  margin-left: 25px;
}
.category-pro-end {
  /* Aplica estilos solo si el <ol> contiene enlaces */
}
.category-pro-end ol:last-of-type li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #555;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
  border-bottom: 1px dotted #dadada;
}
.category-pro-end {
  /* Hover */
}
.category-pro-end ol:last-of-type li a:hover {
  background-color: #dedede;
  color: #000;
}
.category-pro-end {
  /* Focus */
}
.category-pro-end ol:last-of-type li a:focus {
  background-color: #ccc;
  outline: none;
}
.category-pro-end {
  --column-gap: 30px;
}
@media (min-width: 768px) {
  .category-pro-end--columns-2 .offset-1 {
    column-count: 2;
    column-gap: var(--column-gap);
  }
}
@media (min-width: 768px) {
  .category-pro-end--columns-3 .offset-1 {
    column-count: 2;
    column-gap: var(--column-gap);
  }
}
@media (min-width: 1024px) {
  .category-pro-end--columns-3 .offset-1 {
    column-count: 3;
  }
}
@media (min-width: 768px) {
  .category-pro-end--columns-4 .offset-1 {
    column-count: 2;
    column-gap: var(--column-gap);
  }
}
@media (min-width: 1024px) {
  .category-pro-end--columns-4 .offset-1 {
    column-count: 3;
  }
}
@media (min-width: 1400px) {
  .category-pro-end--columns-4 .offset-1 {
    column-count: 4;
  }
}
.category-pro-end--columns-2 .offset-1 > *, .category-pro-end--columns-3 .offset-1 > *, .category-pro-end--columns-4 .offset-1 > * {
  break-inside: avoid;
  page-break-inside: avoid;
}
.category-pro-end--columns-2 h2, .category-pro-end--columns-2 h3, .category-pro-end--columns-2 ul, .category-pro-end--columns-2 ol, .category-pro-end--columns-3 h2, .category-pro-end--columns-3 h3, .category-pro-end--columns-3 ul, .category-pro-end--columns-3 ol, .category-pro-end--columns-4 h2, .category-pro-end--columns-4 h3, .category-pro-end--columns-4 ul, .category-pro-end--columns-4 ol {
  break-inside: avoid;
  page-break-inside: avoid;
}

.containerend {
  max-width: 100%;
}
@media (min-width: 768px) {
  .containerend {
    max-width: 100%;
  }
}

/*=================================================
  Tablas
==================================================*/
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 1rem;
  text-align: left;
}

th,
td {
  padding: 10px 15px;
  border: 1px solid #ddd;
}

th {
  background-color: #f4f4f4;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

@media (max-width: 768px) {
  table {
    border: 0;
  }
  thead {
    display: none;
  }
  tr {
    margin-bottom: 15px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  td {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #ddd;
  }
  td:last-child {
    border-bottom: 0;
  }
  td:before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
    color: #555;
  }
}
.category-pro__title h1 {
  color: var(--soo-dark-mate);
  font-size: 1.9rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .category-pro__title h1 {
    font-size: 2rem;
  }
}

.blog-entry {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .blog-entry {
    width: 75%;
  }
}
.blog-entry__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-entry__title {
  font-size: 28px;
  padding: 1.5rem 0;
}
.blog-entry__content {
  font-size: 16px;
}
.blog-entry__content h2 {
  font-size: 23px;
  margin: 10px 0px;
}
.blog-entry__content h3 {
  font-size: 19px;
  margin: 20px 0px;
}
.blog-entry__content li {
  line-height: 40px;
}
.blog-entry__content img {
  max-width: 100%;
  max-height: 40vh;
}
@media (min-width: 768px) {
  .blog-entry__content img {
    max-height: 100%;
  }
}
.blog-entry__content a {
  display: inline-block;
}
@media (min-width: 992px) {
  .blog-entry__title {
    font-size: 32px;
    font-weight: 600;
  }
  .blog-entry__content {
    font-size: 16px;
  }
}

.blog-entry__image-wrapper {
  max-height: 490px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
}

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

.newslist-1__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
  overflow: hidden;
  max-width: 80vw;
  margin: auto;
}
@media (min-width: 768px) {
  .newslist-1__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .newslist-1__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.newslist-1__inner > div {
  grid-column: span 1;
  grid-row: span 1;
}

.news-1 {
  transition-duration: 0.25s;
  border-radius: 12px;
  padding-bottom: 0.8rem;
  background-color: var(--soo-light);
  flex: 0 0 90%;
  margin-bottom: 1.3rem;
  border: 1px solid var(--soo-grey-light);
}
@media (min-width: 768px) {
  .news-1 {
    margin-bottom: 1rem;
    flex: 0 0 45%;
  }
}
@media (min-width: 992px) {
  .news-1 {
    flex: 0 0 30%;
  }
}
.news-1 > a {
  color: var(--soo-dark-intense);
}
.news-1 > a:hover {
  text-decoration: none;
}
.news-1__body-wrapper {
  padding: 0 8% 0 8%;
  margin: auto;
}
.news-1__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 30px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-1__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 1px 1px 4px rgba(var(--soo-dark-intense), 0.5);
}
@media (min-width: 768px) {
  .news-1__image-wrapper {
    height: 212px;
  }
}
.news-1__date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8e8e8e;
  text-transform: uppercase;
}
.news-1__title {
  color: #1b1b1b;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  text-align: left;
  transition: all ease-in-out 1s;
}
.news-1__content {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.71;
  text-align: left;
  color: var(--soo-dark-intense);
  margin: 10px 0;
}
.news-1__button {
  font-weight: 300;
  color: var(--soo-primary);
  border: none;
  transition-duration: 0.25s;
  background-color: transparent;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 0.86;
  letter-spacing: 1.4px;
  padding: 4px 0px;
}
.news-1__button i {
  display: inline-block;
  margin-left: 0;
  transition-duration: 0.25s;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.news-1:hover .news-1__image {
  margin-left: 0;
}
.news-1:hover .news-1__title {
  color: var(--soo-primary);
}

.bloglastnew-1__title {
  font-size: 30px;
  text-align: center;
}
.bloglastnew-1__divider {
  height: 1px;
  max-height: 1px;
  overflow: hidden;
  background-color: var(--soo-grey);
}
.bloglastnew-1 ul {
  list-style: none;
}
.bloglastnew-1 ul li i {
  font-size: 15px;
  color: var(--soo-primary);
}
.bloglastnew-1 ul li a {
  font-size: 18px;
  font-size: 18px;
  color: var(--soo-grey-dark);
  letter-spacing: 0.64px;
  transition-duration: 0.25s;
}
.bloglastnew-1 ul li a:hover {
  padding-left: 0.5rem;
  text-decoration: none;
}

.maps {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 90%;
}

.maps iframe {
  left: 0;
  top: 0;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 576px) { /* sm red */
  .maps {
    padding-bottom: 65%;
  }
}
@media (min-width: 768px) { /* md green */
  .maps {
    padding-bottom: 55%;
  }
}
@media (min-width: 992px) { /* lg blue */
  .maps {
    padding-bottom: 45%;
  }
}
@media (min-width: 1200px) { /* xl magenta */
  .maps {
    padding-bottom: 40%;
  }
}
@media (min-width: 1500px) { /* xx indigo */
  .maps {
    padding-bottom: 32%;
  }
}
/*=================================================
  Widget Height Options
==================================================*/
.cta-1.xs {
  height: 25vh;
}

.cta-1.s {
  height: 45vh;
}

.cta-1.m {
  height: 60vh;
}

.cta-1.l {
  height: 70vh;
}

.cta-1.xl {
  height: 80vh;
}

.cta-1.full {
  height: 100vh;
}

.cta-1 {
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-blend-mode: darken;
}
.cta-1__icon {
  width: 100%;
  object-fit: contain;
}
.cta-1__icon-wrapper {
  width: 105px;
  margin-bottom: 1rem;
}
.cta-1__title {
  font-size: 24px;
  font-weight: 300;
  color: var(--soo-light);
  margin-bottom: 31px;
  text-align: center;
  max-width: 80%;
}
.cta-1__title p {
  margin-bottom: 0;
}
.cta-1__subtitle {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-light);
  margin-top: -20px;
  margin-bottom: 31px;
  text-align: center;
  max-width: 80%;
  text-transform: uppercase;
}
.cta-1__subtitle p {
  margin-bottom: 0;
}
.cta-1__button {
  min-width: 147px;
  min-height: 17px;
  font-size: 14px;
  letter-spacing: 0.26px;
  color: var(--soo-light);
  border: solid 1px var(--soo-light);
  padding: 0.6rem 1rem;
  transition-duration: 0.25s;
}
.cta-1__button p {
  display: inline-block;
  margin-bottom: 0;
}
.cta-1__button:hover {
  text-decoration: none;
  color: #1b1b1b;
  background-color: var(--soo-light);
}
@media (min-width: 576px) {
  .cta-1__title {
    font-size: 45px;
  }
}
@media (min-width: 576px) {
  .cta-1__subtitle {
    font-size: 18px;
  }
}

.title-1 {
  width: 100%;
}
.title-1__title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 auto;
  color: var(--soo-dark-mate);
}
@media (min-width: 576px) {
  .title-1__title {
    font-size: 25px;
  }
}

.propertyalert-1 {
  line-height: 30px;
}
.propertyalert-1 a {
  color: #721C24;
  text-decoration: underline;
}
.propertyalert-1 a:hover {
  text-decoration: none;
}
.propertyalert-1 .close {
  line-height: 30px;
}
.propertyalert-1-lottie {
  height: fit-content;
  width: 30px;
  display: inline-block;
}
.propertyalert-1-lottie path {
  stroke: #721C24;
}

.alert {
  padding: 0.35rem 1.25rem;
}

.columns-1 {
  display: grid;
  grid-auto-rows: auto;
}
.columns-1__column {
  position: relative;
  padding: 0 1rem;
  overflow: initial;
}
@media (min-width: 768px) {
  .columns-1__column {
    padding: 0;
  }
}

.propertyextra-hero-2 {
  position: relative;
}
.propertyextra-hero-2__label {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  z-index: 1;
  padding: 0.3rem 0.9rem;
  color: var(--soo-light);
  text-transform: uppercase;
  font-size: 0.9rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.propertyextra-hero-2__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.propertyextra-hero-2__image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  grid-column: span 1;
  grid-row: span 1;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .propertyextra-hero-2__image-wrapper {
    padding: 0;
  }
  .propertyextra-hero-2__image-wrapper:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
    border-radius: 6px 0 0 6px;
  }
  .propertyextra-hero-2__image-wrapper:nth-child(3) {
    border-radius: 0 6px 0 0;
  }
  .propertyextra-hero-2__image-wrapper:nth-child(5) {
    border-radius: 0 0 6px 0;
  }
}
.propertyextra-hero-2__image-wrapper > a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.propertyextra-hero-2__watermark {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.propertyextra-hero-2__watermark img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.propertyextra-hero-2__watermark--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.propertyextra-hero-2__watermark--top-left {
  top: 5%;
  left: 5%;
}
.propertyextra-hero-2__watermark--top-right {
  top: 5%;
  right: 5%;
}
.propertyextra-hero-2__watermark--bottom-left {
  bottom: 5%;
  left: 5%;
}
.propertyextra-hero-2__watermark--bottom-right {
  bottom: 5%;
  right: 5%;
}
.propertyextra-hero-2__watermark--small {
  width: 15%;
  height: 15%;
  min-width: 40px;
  min-height: 40px;
  max-width: 80px;
  max-height: 80px;
}
.propertyextra-hero-2__watermark--medium {
  width: 20%;
  height: 20%;
  min-width: 60px;
  min-height: 60px;
  max-width: 120px;
  max-height: 120px;
}
.propertyextra-hero-2__watermark--large {
  width: 28%;
  height: 28%;
  min-width: 80px;
  min-height: 80px;
  max-width: 180px;
  max-height: 180px;
}
.propertyextra-hero-2__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(5, 284px);
  grid-gap: 0.4rem;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .propertyextra-hero-2__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 175px);
  }
}
@media (min-width: 1200px) {
  .propertyextra-hero-2__grid {
    grid-template-rows: repeat(2, 284px);
  }
}
.propertyextra-hero-2__button--gallery {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  border-radius: 7px;
  background-color: var(--soo-light);
  color: var(--soo-dark-mate);
  padding: 0.4rem 0.8rem;
  border: 1px solid var(--soo-primary);
  transition-duration: var(--soo-transition-duration);
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2;
}
.propertyextra-hero-2__button--gallery:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.propertyextra-hero-2__button--gallery:hover img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}
.propertyextra-hero-2__button--gallery img {
  transition-duration: var(--soo-transition-duration);
}

.features-3__banner {
  transition-duration: 0.25s;
  background-color: var(--soo-light);
}
.features-3__banner-wrapper {
  top: 0;
  left: 0;
  background-color: var(--soo-light);
  z-index: 9999;
}
.features-3__banner-wrapper--floating {
  position: fixed;
  left: 0;
  top: -30vh;
  width: 100vw;
  z-index: 9999999;
  box-shadow: 0px 1px 5px var(--soo-grey);
}
.features-3__banner-wrapper--floating > .features-3 {
  max-width: 100vw !important;
}
.features-3__banner-wrapper--floating .features-3__title {
  padding-top: 0;
  line-height: 1rem;
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .features-3__banner-wrapper--floating .features-3__title {
    margin-top: 0;
  }
}
.features-3__banner-wrapper--floating .features-3__title ~ span {
  display: inline-block;
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .features-3__banner-wrapper--floating .features-3__title ~ span {
    margin-left: auto;
    margin-top: 0;
  }
}
.features-3__banner-wrapper--floating .features-3__list li {
  opacity: 0;
}
.features-3__banner-wrapper--floating .features-3__reference {
  padding-bottom: 0;
}
.features-3__banner-wrapper--floating .features-3__reference > span {
  font-weight: bold;
}
.features-3__banner-wrapper--floating .features-3__list {
  margin-bottom: 0.2rem;
}
.features-3__banner-wrapper--floating .features-3__row {
  width: 100%;
  opacity: 0;
  padding-bottom: 0.2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.features-3__banner--sticky {
  position: fixed;
  left: 0;
  top: 0;
}
.features-3__row {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .features-3__row {
    flex-direction: row;
  }
}
.features-3__row--1 {
  padding-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .features-3__row--1 {
    padding-bottom: 1rem;
  }
}
.features-3__row--2 {
  padding-bottom: 1rem;
}
.features-3__title {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark-mate);
  text-align: center;
  max-width: 93vw;
  padding-top: 20px;
  transition-duration: var(--soo-transition-duration);
  text-align: center;
  margin-top: 5px;
  margin-bottom: -4px;
}
.features-3__title--scrolled {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .features-3__title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: -10px;
  }
}
.features-3__price {
  transition-duration: 0.25s;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark-mate);
}
.features-3__price-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-3__price-img {
  margin-bottom: 0.1rem;
}
.features-3__price--offer {
  text-decoration: line-through;
  font-size: 14px;
}
.features-3__price--offer + span {
  margin-bottom: 0.2rem;
}
@media (min-width: 768px) {
  .features-3__price {
    font-size: 28px;
  }
  .features-3__price--offer {
    font-size: 16px;
  }
}
.features-3__reference {
  font-size: 14px;
  font-weight: normal;
  color: var(--soo-grey);
  padding-bottom: 1rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .features-3__reference {
    padding-bottom: 0;
  }
}
.features-3__reference > span {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: var(--soo-primary);
}
.features-3__list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
  padding-left: 0;
}
.features-3__list > li {
  margin-right: 1.6rem;
}
.features-3__list > li img {
  padding-bottom: 0.2rem;
}

.location-2 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}
.location-2 ul li {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark);
  font-size: 18px;
}
@media (min-width: 576px) {
  .location-2 ul li {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .location-2 ul li {
    font-size: 25px;
  }
}
.location-2__ref {
  font-weight: 600;
}

.propertydescription-1 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .propertydescription-1 {
    margin-bottom: 42px;
  }
}
.propertydescription-1__description {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: justify;
  color: var(--soo-dark);
}
.propertydescription-1__description p {
  font-size: 16px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.53 !important;
  letter-spacing: normal !important;
  text-align: justify !important;
  color: var(--soo-dark) !important;
}
.propertydescription-1__description span {
  font-size: 16px !important;
  font-family: inherit !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.53 !important;
  letter-spacing: normal !important;
  text-align: justify !important;
  color: var(--soo-dark) !important;
}
.propertydescription-1__description h2 {
  font-size: 22px !important;
  font-family: inherit !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.53 !important;
  letter-spacing: normal !important;
  text-align: justify !important;
}
.propertydescription-1__description h3 {
  font-size: 20px !important;
  font-family: inherit !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.53 !important;
  letter-spacing: normal !important;
  text-align: justify !important;
}
.propertydescription-1__description h4 {
  font-size: 18px !important;
  font-family: inherit !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.53 !important;
  letter-spacing: normal !important;
  text-align: justify !important;
}
.propertydescription-1__show-more-button {
  display: inline-block;
  margin-top: 0.5rem;
  color: var(--soo-primary);
  transition-duration: var(--soo-transition-duration);
}
.propertydescription-1__show-more-button:hover {
  color: var(--soo-accent);
  text-decoration: none;
}

.propertydescription-1__description p:empty {
  display: none;
}

.rentals-calendar-1 {
  border-radius: var(--soo-agency-radius, 8px);
  box-shadow: var(--soo-shadow);
  position: relative;
  padding: 1.2rem;
  padding-top: 0;
}
.rentals-calendar-1__title {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4rem;
  letter-spacing: normal;
  color: var(--soo-dark-mate);
  background-color: var(--soo-light);
  padding: 0;
  padding-right: 3rem;
  padding-left: 0.8rem;
  box-shadow: var(--soo-shadow);
}
.rentals-calendar-1__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 1.2rem;
}
.rentals-calendar-1__selection {
  display: none;
  width: 100%;
  flex-basis: 100%;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .rentals-calendar-1__selection {
    flex-basis: 50%;
  }
}
.rentals-calendar-1__selection-title {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 1rem auto;
}
.rentals-calendar-1__selection-dayresult {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin: 0 auto 0.3rem;
}
.rentals-calendar-1__selection-dayresult-date {
  grid-column: span 1;
}
.rentals-calendar-1__selection-dayresult-price {
  grid-column: span 1;
  text-align: right;
}
.rentals-calendar-1__selection-dayresult--total {
  border-bottom: 1px solid var(--soo-grey-light);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.rentals-calendar-1__selection-dayresult--total .rentals-calendar-1__selection-dayresult-date {
  font-weight: bold;
}
.rentals-calendar-1__selection-dayresult--total .rentals-calendar-1__selection-dayresult-price {
  font-weight: bold;
}
.rentals-calendar-1__ranges {
  margin: 0.7rem auto;
  padding: 1.2rem;
  width: 100%;
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  .rentals-calendar-1__ranges {
    flex-basis: 50%;
  }
}
.rentals-calendar-1__ranges-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.rentals-calendar-1__ranges-title {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: left;
  margin: 0 auto 1rem;
  color: var(--soo-dark);
}
.rentals-calendar-1__ranges-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.22rem 0;
  font-size: 0.9rem;
  width: 100%;
  gap: 1rem;
  border-bottom: 1px solid var(--soo-grey-light);
}
.rentals-calendar-1__ranges-range:nth-last-child(1) {
  border-color: transparent;
}
.rentals-calendar-1__ranges-range span {
  white-space: nowrap;
}
.rentals-calendar-1__ranges-range > span:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
}
.rentals-calendar-1__ranges-range > span:nth-child(1) > span {
  border-radius: 75px;
  color: var(--soo-primary);
  border: 1px solid var(--soo-primary);
  padding: 0.2rem 0.5rem;
  display: inline-block;
}
.rentals-calendar-1__ranges-range > span:nth-child(2) {
  font-weight: bold;
  text-align: right;
}
.rentals-calendar-1 .vanilla-calendar {
  margin: 0 auto;
  width: 100%;
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  .rentals-calendar-1 .vanilla-calendar {
    flex-basis: 50%;
  }
}
.rentals-calendar-1 .vanilla-calendar-arrow::before, .rentals-calendar-1 .vanilla-calendar-arrow::after {
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-arrow:hover::before, .rentals-calendar-1 .vanilla-calendar-arrow:hover::after, .rentals-calendar-1 .vanilla-calendar-arrow:focus::before, .rentals-calendar-1 .vanilla-calendar-arrow:focus::after {
  background-color: var(--soo-primary);
}
.rentals-calendar-1 .vanilla-calendar-years__year {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-years__year_selected {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-years__year_disabled {
  background-color: transparent;
  color: var(--soo-grey-dark);
  text-decoration: line-through;
  opacity: 0.3;
  pointer-events: none;
}
.rentals-calendar-1 .vanilla-calendar-months__month {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-months__month_selected {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-months__month_disabled {
  background-color: transparent;
  color: var(--soo-grey-dark);
  text-decoration: line-through;
  opacity: 0.3;
  pointer-events: none;
}
.rentals-calendar-1 .vanilla-calendar-year:hover {
  color: var(--soo-primary);
}
.rentals-calendar-1 .vanilla-calendar-month:hover {
  color: var(--soo-primary);
}
.rentals-calendar-1 .vanilla-calendar-week__day {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-week__day_weekend {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn--onlyexit {
  text-decoration: none;
  color: var(--soo-dark);
  background-color: transparent;
  position: relative;
}
.rentals-calendar-1 .vanilla-calendar-day__btn--onlyexit {
  background: linear-gradient(-135deg, var(--soo-light) 0%, var(--soo-light) 49%, var(--soo-grey) 50%, var(--soo-grey) 100%);
}
.rentals-calendar-1 .vanilla-calendar-day__btn:hover {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn:hover.vanilla-calendar-day__btn--onlyexit, .rentals-calendar-1 .vanilla-calendar-day__btn:hover.vanilla-calendar-day__btn--onlyenter {
  text-decoration: none;
  color: var(--soo-light);
  background-color: transparent;
  background: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_selected {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn--onlyexit {
  background: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_intermediate {
  color: var(--soo-light);
  background-color: var(--soo-grey);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_intermediate.vanilla-calendar-day__btn--onlyexit, .rentals-calendar-1 .vanilla-calendar-day__btn_intermediate.vanilla-calendar-day__btn--onlyenter {
  text-decoration: none;
  color: var(--soo-light);
  background-color: transparent;
  text-shadow: 1px 1px var(--soo-grey);
  background: linear-gradient(-135deg, var(--soo-light) 0%, var(--soo-light) 49%, var(--soo-grey) 50%, var(--soo-grey) 100%);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_intermediate:hover {
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_today {
  color: var(--soo-dark);
  background-color: var(--soo-grey-light);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_selected {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate {
  color: var(--soo-light);
  background-color: var(--soo-dark-alpha);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_weekend {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_intermediate {
  color: var(--soo-light);
  background-color: var(--soo-grey);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover {
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_disabled {
  background-color: transparent;
  color: var(--soo-grey-dark);
  text-decoration: line-through;
  opacity: 0.3;
  pointer-events: none;
}
.rentals-calendar-1 .vanilla-calendar-day__popup {
  text-align: center;
}
.rentals-calendar-1 .vanilla-calendar__btn_today {
  color: var(--soo-primary);
}

.propertyextratour-1 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .propertyextratour-1 {
    margin-bottom: 42px;
  }
}
.propertyextratour-1__icon {
  font-size: 22px;
}
.propertyextratour-1__title {
  font-size: 26px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark);
}
@media (min-width: 768px) {
  .propertyextratour-1__title {
    font-size: 30px;
  }
}
.propertyextratour-1 iframe, .propertyextratour-1__iframe {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .propertyextratour-1 iframe, .propertyextratour-1__iframe {
    min-height: 350px;
  }
}

.propertyextravideo-1__icon {
  font-size: 22px;
}
.propertyextravideo-1__title {
  font-size: 26px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark);
}
@media (min-width: 768px) {
  .propertyextravideo-1__title {
    font-size: 30px;
  }
}
.propertyextravideo-1 iframe, .propertyextravideo-1__iframe, .propertyextravideo-1__internalvideo {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .propertyextravideo-1 iframe, .propertyextravideo-1__iframe, .propertyextravideo-1__internalvideo {
    min-height: 350px;
  }
}
.propertyextravideo-1__internalvideo {
  margin-top: 1rem;
  aspect-ratio: 16/9;
  height: auto;
}
.propertyextravideo-1__internalvideo video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.propertyextramap-1 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .propertyextramap-1 {
    margin-bottom: 42px;
  }
}
.propertyextramap-1__icon {
  font-size: 22px;
}
.propertyextramap-1__title {
  font-size: 26px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark);
}
@media (min-width: 768px) {
  .propertyextramap-1__title {
    font-size: 30px;
  }
}
.propertyextramap-1__iframe {
  width: 100%;
  height: 30vh;
  max-height: 287px;
  min-height: 200px;
  z-index: 1;
}

.emissions-1__wrapper {
  background-color: #e8e9e9;
  padding: 0.8rem;
}
.emissions-1__wrapper--show .emissions-1__table-arrow {
  transform: scale(1);
}
.emissions-1__header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #ffffff;
}
.emissions-1__header > p {
  grid-column: span 1;
}
.emissions-1__thead {
  font-size: 0.6rem;
  background-color: #e8e9e9;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: 500;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .emissions-1__thead {
    font-size: 1.1rem;
  }
}
.emissions-1__title {
  font-weight: bold;
  text-transform: uppercase;
}
.emissions-1__table-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.emissions-1__table-row > div {
  grid-column: span 1;
}
.emissions-1__table-cell {
  border-top: 2px solid #e8e9e9;
  border-bottom: 2px solid #e8e9e9;
  background-color: #ffffff;
  text-align: center;
}
.emissions-1__table-cell--valued {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.emissions-1__table-arrow {
  clip-path: polygon(calc(95% - 5px) 0, 100% 50%, calc(95% - 5px) 100%, 0 100%, 0 0);
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #ffffff;
  padding: 0 0.4rem;
  transform-origin: left;
  transform: scale(0);
  transition-duration: 0.25s;
}
.emissions-1__table-arrow--a {
  background-color: #449554;
  width: 50%;
  transition-delay: 0;
}
.emissions-1__table-arrow--b {
  background-color: #55af58;
  width: 55%;
  transition-delay: 0.1s;
}
.emissions-1__table-arrow--c {
  background-color: #a2c954;
  width: 60%;
  transition-delay: 0.15s;
}
.emissions-1__table-arrow--d {
  background-color: #ebe755;
  width: 65%;
  transition-delay: 0.2s;
}
.emissions-1__table-arrow--e {
  background-color: #e7b748;
  width: 70%;
  transition-delay: 0.25s;
}
.emissions-1__table-arrow--f {
  background-color: #d27b3d;
  width: 75%;
  transition-delay: 0.3s;
}
.emissions-1__table-arrow--g {
  background-color: #d24037;
  width: 80%;
  transition-delay: 0.35s;
}
.emissions-1__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin: 0.6rem 0;
}
.emissions-1__footer > p {
  grid-column: span 1;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0;
}

.mortgage-calculator {
  background-color: var(--soo-light);
  border-radius: 8px;
  border: solid 1px #e7e7ee;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.07), 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
}
.mortgage-calculator::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 1rem;
  transform: translate(42%) rotateZ(45deg);
  width: 100%;
  height: 1rem;
  background-color: var(--soo-primary);
}
.mortgage-calculator__title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding-bottom: 2rem;
}
.mortgage-calculator__form {
  width: 80%;
  margin: 0 auto;
}
.mortgage-calculator__form label {
  font-weight: 600;
}
.mortgage-calculator__result {
  display: none;
}
.mortgage-calculator__result--visible {
  display: block;
}
.mortgage-calculator__result-quantity {
  color: var(--soo-primary);
  font-weight: 600;
}

.row-1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  place-items: center;
}
@media (min-width: 768px) {
  .row-1 {
    place-items: start;
  }
}

.propertyextradisclaimer-1 {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a5a5a;
}

.property-form-2 {
  position: sticky;
  top: 100px;
}
@media (min-width: 576px) {
  .property-form-2 {
    padding-left: 2rem;
  }
}
.property-form-2-wrapper {
  background-color: var(--soo-light);
  border-radius: 4px;
  border: solid 1px #e7e7ee;
  margin-right: auto;
  padding-top: 0.8rem;
}
.property-form-2-wrapper .form-group {
  margin-bottom: 0.4rem;
}
.property-form-2-wrapper .form-control:focus {
  box-shadow: 0 0 0 0.2rem var(--soo-primary-alpha);
}
.property-form-2-wrapper .property-form-2-label {
  font-weight: 600;
  font-size: 16px;
  margin-top: 0.8rem;
}
.property-form-2-wrapper .property-form-2-avatar-wrapper {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}
.property-form-2-wrapper .property-form-2-comment-btn {
  min-height: 33px;
  border: solid 1px var(--soo-light);
  border-radius: 4px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.property-form-2-wrapper .property-form-2-comment-btn:hover, .property-form-2-wrapper .property-form-2-comment-btn:active, .property-form-2-wrapper .property-form-2-comment-btn:focus {
  color: var(--soo-light);
  background-color: var(--soo-primary);
}
.property-form-2-wrapper .property-form-2-input {
  border-radius: 4px;
  border: solid 1px #dedede;
  background-color: #f2f2f6;
}
.property-form-2-wrapper .property-form-2-reference-text {
  font-size: 16px;
  color: var(--soo-primary);
}
.property-form-2-wrapper .property-form-2-reference-text:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.property-form-2-wrapper .property-form-2-text-optional {
  font-size: 11px;
  color: var(--soo-grey-light);
}
.property-form-2-wrapper .property-form-2-phone-link:hover {
  color: var(--soo-primary) !important;
}
.property-form-2-wrapper .checkbox-form-group {
  display: block;
  margin-bottom: 15px;
}
.property-form-2-wrapper .checkbox-form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.property-form-2-wrapper .checkbox-form-group input:checked + label:before {
  background-color: var(--soo-primary);
}
.property-form-2-wrapper .checkbox-form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 6px;
  height: 14px;
  border: solid var(--soo-light);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.property-form-2-wrapper .checkbox-form-group label {
  position: relative;
  cursor: pointer;
}
.property-form-2-wrapper .checkbox-form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: var(--soo-light);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 2px;
  border: solid 1px #dadada;
}
.property-form-2-wrapper .checkbox-form-group label a {
  color: var(--soo-primary);
}
.property-form-2-wrapper .scheduler-label, .property-form-2-wrapper .details-label {
  font-size: 14px;
}
.property-form-2-wrapper .inner-group-prepend {
  background: var(--soo-light);
  border: solid 1px #dedede;
  border-radius: 4px;
}
.property-form-2-wrapper .inner-group-prepend button {
  background: var(--soo-light);
  height: 100%;
}
.property-form-2-wrapper .dropdown-toggle::after {
  font-size: 0.8rem;
}
.property-form-2-wrapper .dropdown-toggle:focus {
  outline-color: var(--soo-primary);
}
.property-form-2-wrapper .terms-form-group, .property-form-2-wrapper .comercial-form-group {
  font-size: 12px;
}
.property-form-2-wrapper {
  /*=================================
      Dropdown
    =================================*/
}
.property-form-2-wrapper .btn-group.dropright {
  position: absolute;
  left: 64px;
  top: -64px;
  cursor: pointer;
}
.property-form-2-wrapper .btn-group.dropright .dropdown-menu {
  background: var(--soo-dark);
  color: var(--soo-light);
}
.property-form-2-wrapper .btn-group.dropright .dropdown-menu ul {
  list-style: none;
  padding-inline-start: 0;
}
.property-form-2-wrapper .btn-group.dropright .dropdown-menu ul li a {
  color: var(--soo-light);
}
.property-form-2__title {
  font-size: 17px;
  font-weight: 600;
  color: var(--soo-dark);
  max-width: 90%;
  padding: 0.9rem 0.9rem;
}
.property-form-2-description-form-group {
  transition: all 0.3s;
}
.property-form-2-description-form-group textarea {
  min-height: 90px !important;
}
.property-form-2__agent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}
.property-form-2__agent-avatar {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.property-form-2__agent-avatar-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 110px;
  min-height: 30px;
  max-height: 110px;
}
.property-form-2__agent-name {
  color: var(--soo-grey);
}
.property-form-2__agent-name:hover {
  color: var(--soo-grey);
}
.property-form-2 .hide-height {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  height: 0;
}
.property-form-2 .flagsDropdown {
  max-height: 350px;
  overflow-y: scroll;
  width: 100%;
}
.property-form-2__button {
  transition-duration: var(--soo-transition-duration);
  border: none;
  color: var(--soo-light);
  padding: 0.7rem 0;
  text-align: center;
  display: block;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.property-form-2__button i {
  transition-duration: var(--soo-transition-duration);
  transform: scale(0);
  display: inline-block;
  margin-left: 0.5rem;
  max-width: 0;
}
.property-form-2__button--submit {
  background-color: var(--soo-primary);
}
.property-form-2__button--success {
  background-color: var(--soo-success);
  color: var(--soo-light);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.property-form-2__button--success i {
  transform: scale(1);
  max-width: 2rem;
}
.property-form-2__button--success:hover {
  color: var(--soo-light);
  background-color: var(--soo-success);
  filter: brightness(1.1);
}
.property-form-2__button--success:hover i {
  transform: scale(1);
}
.property-form-2__button:hover {
  text-decoration: none;
}
.property-form-2__button:hover i {
  transition-duration: var(--soo-transition-duration);
  transform: scale(1);
  max-width: 2rem;
}
.property-form-2-required-border .property-form-2-required {
  border: 1px solid var(--soo-danger);
}
.property-form-2-required-item {
  display: none;
  color: var(--soo-danger);
  font-size: 13px;
  visibility: hidden;
  padding: 0;
  margin: 2px 0 -12px 5px;
}
.property-form-2-required-visible {
  display: block;
  visibility: visible;
}
.property-form-2-required-labels .property-form-2-required-item {
  display: block;
}
.property-form-2__legal-block {
  margin-bottom: 1.5rem;
}
.property-form-2__legal-text {
  font-size: 13px;
}
.property-form-2__legal-text li {
  margin-bottom: 0.5rem;
}
.property-form-2__legal-text a {
  color: var(--soo-primary);
}
.property-form-2__legal-text a:hover {
  color: var(--soo-primary);
}
.property-form-2__legal-text-toggler {
  color: var(--soo-primary);
  cursor: pointer;
}
.property-form-2__legal-text-toggler:hover {
  color: var(--soo-accent);
  text-decoration: underline;
}
.property-form-2__legal-text--content {
  display: none;
}
.property-form-2__legal-text--content--active {
  display: block;
}

.property-form-2__share-container {
  margin-top: 20px;
}

/*====================
Checkboxes
=====================*/
.navigation-2__title {
  color: var(--soo-dark);
}
.navigation-2__button {
  border: 1px solid transparent;
  padding: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.9rem;
  background: transparent;
}
.navigation-2__button i {
  transition-duration: 0.25s;
  border-radius: 50%;
  border: 2px solid var(--soo-primary);
  padding: 0.5rem 0.6rem;
  color: var(--soo-primary);
}
.navigation-2__button:hover .navigation-2__title {
  margin-left: 0.9rem;
  color: var(--soo-primary);
}
.navigation-2__button:hover i {
  border: 2px solid transparent;
}
.navigation-2__button:focus {
  outline: none;
  box-shadow: none;
}
.navigation-2__title {
  margin-left: 0.7rem;
  transition-duration: 0.25s;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.page-not-found-header {
  min-height: 110px;
  position: relative;
}
.page-not-found-404 {
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
  object-fit: contain;
  font-size: 85px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.72;
  letter-spacing: 3.02px;
  color: var(--soo-primary);
  opacity: 0.8;
  text-shadow: 1px 1px 4px var(--soo-dark);
  margin-bottom: 2rem;
}
.page-not-found h2 {
  width: 100%;
  padding-top: 12px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.06px;
  color: var(--soo-dark);
  margin-bottom: 2rem;
}
.page-not-found-links a {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--soo-primary);
  text-decoration: underline;
  transition-duration: var(--soo-transition-duration);
}
.page-not-found-links a:hover {
  color: var(--soo-accent);
  text-decoration: underline;
}

.disclaimer-1 .fag-heading {
  font-size: 1.9rem;
  color: var(--soo-dark-intense);
}
.disclaimer-1 .fag-subheading {
  font-size: 18px;
  color: var(--soo-dark-intense);
  transition-duration: var(--soo-transition-duration);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.disclaimer-1 .fag-subheading i {
  vertical-align: bottom;
  padding: 0.3rem 0.4rem;
  border-radius: 50%;
  border: 1px solid var(--soo-grey);
  display: inline-block;
  margin-left: auto;
  transition-duration: calc(var(--soo-transition-duration) * 2);
  transform: rotateZ(0);
  font-size: 1rem;
}
.disclaimer-1 .fag-subheading i:nth-last-child(1) {
  opacity: 0;
  margin-left: 0;
  padding: 0;
  transform: rotateZ(45deg);
  border-color: transparent;
  border-color: var(--soo-grey);
}
.disclaimer-1 .fag-subheading[aria-expanded=true] {
  color: var(--soo-primary);
}
.disclaimer-1 .fag-subheading[aria-expanded=true] i:nth-child(1) {
  opacity: 0;
  margin-left: 0;
  transform: rotateZ(-45deg);
  border-color: transparent;
}
.disclaimer-1 .fag-subheading[aria-expanded=true] i:nth-last-child(1) {
  opacity: 1;
  padding: 0.3rem 0.4rem;
  transform: rotateZ(0);
  border-color: var(--soo-grey);
  margin-right: 1.3rem;
}
.disclaimer-1 .fag-txt {
  color: var(--soo-dark-mate);
  padding-left: 12px;
  padding-top: 15px;
  border-top: 1px solid var(--soo-grey-light);
  font-size: 1rem;
  line-height: 1.63;
}
.disclaimer-1 .btn p {
  margin-bottom: 0;
}
.disclaimer-1 .btn.focus, .disclaimer-1 .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.propertyextrashare-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.propertyextrashare-1 a {
  color: var(--soo-dark);
  transition-duration: var(--soo-transition-duration);
  font-size: 25px;
  padding-right: 15px;
}
.propertyextrashare-1 a:hover {
  color: var(--soo-primary);
}
.propertyextrashare-1 .soo-favorite {
  background-position: center;
  background-size: contain;
  width: 30px;
}
.propertyextrashare-1__interaction-icon {
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  margin-left: 0.7rem;
  margin-right: 0.2rem;
}

.specs-2 {
  position: relative;
  margin-bottom: 58px;
  margin-top: 1rem;
}
.specs-2__header {
  background-color: transparent;
}
.specs-2__body {
  background-color: var(--soo-light);
  border-radius: 0 0 8px 8px;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.07), 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  padding: 0 0.3rem 0.6rem;
}
@media (min-width: 768px) {
  .specs-2 {
    margin-bottom: 42px;
  }
}
.specs-2__title {
  font-size: 26px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-grey);
}
@media (min-width: 768px) {
  .specs-2__title {
    font-size: 30px;
  }
}
.specs-2__nav-tabs {
  border-bottom: none;
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
}
@media (min-width: 576px) {
  .specs-2__nav-tabs {
    width: fit-content;
  }
}
.specs-2__nav-tabs .nav-item {
  width: 100%;
  -webkit-transition: var(--soo-transition-duration) ease;
  -o-transition: var(--soo-transition-duration) ease;
  transition: var(--soo-transition-duration) ease;
  background: var(--soo-primary);
  margin-bottom: 0.1rem;
}
.specs-2__nav-tabs .nav-item:hover, .specs-2__nav-tabs .nav-item.active {
  background: var(--soo-light);
}
@media (min-width: 576px) {
  .specs-2__nav-tabs .nav-item {
    width: auto;
    margin-bottom: 0;
  }
}
.specs-2 .nav-link {
  border: none;
  -webkit-transition: var(--soo-transition-duration) ease;
  -o-transition: var(--soo-transition-duration) ease;
  transition: var(--soo-transition-duration) ease;
  color: var(--soo-light) !important;
  -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.18);
  line-height: 2.4rem;
  border-radius: 0;
  font-size: 16px;
  padding: 0.6rem 3rem 0.6rem 0.8rem;
}
@media (min-width: 576px) {
  .specs-2 .nav-link {
    padding: 0 3rem 0 0.8rem;
    font-size: 14px;
  }
}
.specs-2 .nav-link:hover, .specs-2 .nav-link.active {
  color: var(--soo-dark) !important;
  background: var(--soo-light);
}
.specs-2 .nav-link i {
  font-size: 12px;
}
.specs-2__attrs-wrapper {
  margin-left: 10px;
  margin-bottom: 10px;
}
.specs-2__attrs-wrapper ul {
  color: var(--dark-mid-gray);
  margin-bottom: 14px;
  margin-left: 14px;
  letter-spacing: 1.07px;
  padding-inline-start: 0;
  list-style: none;
}
@media (max-width: 576px) {
  .specs-2__attrs-wrapper ul {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
}
.specs-2__attrs-wrapper ul li {
  margin-bottom: 0.3rem;
}
.specs-2__attrs-wrapper ul li span {
  font-size: 15px;
  letter-spacing: -0.03px;
  color: var(--dark-mid-gray);
  margin-left: 5px;
}
.specs-2__attrs-wrapper ul li span:first-child {
  margin-left: 10px;
}
.specs-2__attrs-wrapper ul li:first-child span:nth-child(2n) {
  padding-right: 1.5rem !important;
}
.specs-2__attrs-wrapper ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--soo-primary);
  display: block;
  top: 12px;
  left: -0.3rem;
  position: absolute;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.specs-2__attrs-wrapper ul li a:hover  {
  text-decoration: none;
  color: var(--soo-primary);
}
@media (max-width: 992px) {
  .specs-2__attrs-wrapper ul li:nth-child(2n) {
    margin-left: 0;
  }
}
.specs-2__attrs-title {
  color: var(--dark-mid-gray);
  font-size: 21px;
  padding-bottom: 24px;
  position: relative;
}
@media (max-width: 576px) {
  .specs-2__attrs-title {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
  }
}
.specs-2__attr-title {
  font-weight: 600;
}

.querytext-1__title {
  font-size: 2rem;
}
.querytext-1__description {
  font-size: 1rem;
}

.navigation-1__button {
  border: 1px solid transparent;
  padding: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.9rem;
  background: transparent;
}
.navigation-1__button i {
  transition-duration: 0.25s;
}
.navigation-1__button:hover .navigation-1__title {
  margin-left: 0.9rem;
  color: var(--soo-primary);
}
.navigation-1__button:hover i {
  color: var(--soo-primary);
}
.navigation-1__button:focus {
  outline: none;
  box-shadow: none;
}
.navigation-1__title {
  margin-left: 0.7rem;
  transition-duration: 0.25s;
  font-size: 1.3rem;
}

.property-7 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  transition-duration: var(--soo-transition-duration);
  flex: 0;
  min-width: 220px;
}
@media (min-width: 1200px) {
  .property-7 {
    min-width: 251px;
  }
}
.property-7:hover {
  box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}
.property-7__label {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 1;
  padding: 0.2rem 0.7rem;
  color: var(--soo-light);
  text-transform: uppercase;
  font-size: 0.8rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.property-7__header {
  border-radius: 12px;
}
.property-7__header a {
  display: block;
  width: 100%;
  height: 35vh;
  border-radius: 12px;
  max-height: 170px;
}
.property-7__header a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.property-7__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.property-7__body-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0.7rem 1rem;
}
.property-7__body-row:nth-child(1) {
  padding: 1.1rem 1rem;
  font-weight: 600;
  flex-wrap: wrap;
}
.property-7__body-row:nth-last-child(1) {
  background-color: #F7F8FA;
}
.property-7__type-wrapper {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.property-7__price {
  color: var(--soo-dark-mate);
}
.property-7__price--offer {
  text-decoration: line-through;
  font-weight: normal;
  color: var(--soo-grey-dark);
}
.property-7__price-wrapper {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.property-7__list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 0;
}
.property-7__list > li {
  margin-right: 1rem;
  white-space: nowrap;
  margin-bottom: 0;
}
.property-7 .soo-favorite-on {
  background-repeat: no-repeat;
}

/*=================================================
 Css for property-3 en landscape mode
==================================================*/
@media (min-width: 768px) {
  .landscape-home {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.last-properties-7 {
  position: relative;
  padding-bottom: 0.6rem;
  padding: 0px;
}
.last-properties-7__inner {
  max-width: 90vw;
  margin: 0 auto;
}
.last-properties-7__title-wrapper {
  text-align: center;
  max-width: 80vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .last-properties-7__title-wrapper {
    text-align: left;
    margin-bottom: 1rem;
  }
}
.last-properties-7__property-wrapper {
  grid-column: span 1;
  width: 100%;
  height: 100%;
}
.last-properties-7__button {
  padding: 0.4rem 1rem;
  padding-right: 0.2rem;
  border-radius: 12px;
  border: 1px solid var(--soo-primary);
  color: var(--soo-primary);
  background-color: var(--soo-light);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  transition-duration: var(--soo-transition-duration);
}
.last-properties-7__button:hover {
  text-decoration: none;
  background-color: var(--soo-accent);
  color: var(--soo-primary);
}
.last-properties-7__button:hover i {
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  background-color: var(--soo-light);
  color: var(--soo-primary);
}
.last-properties-7__button i {
  display: inline-block;
  margin-left: 1.3rem;
  background-color: var(--soo-primary);
  padding: 0.3rem 0.5rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  border-radius: 50%;
  color: var(--soo-light);
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-duration: var(--soo-transition-duration);
  border: 1px solid var(--soo-primary);
}
.last-properties-7__button-wrapper {
  text-align: center;
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.last-properties-7__swiper-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
}
.last-properties-7__swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
}
.last-properties-7__swiper-pagination .swiper-pagination-bullet {
  margin-right: 0.3rem;
}
.last-properties-7__swiper-pagination .swiper-pagination-bullet-active {
  background: var(--soo-primary);
}
.last-properties-7__swiper-button-next, .last-properties-7__swiper-button-prev {
  color: var(--soo-grey);
}
.last-properties-7__swiper-button-next:focus, .last-properties-7__swiper-button-prev:focus {
  outline: none;
}
@media (min-width: 768px) {
  .last-properties-7__swiper-button-prev {
    left: -40px;
  }
}
@media (min-width: 768px) {
  .last-properties-7__swiper-button-next {
    right: -40px;
  }
}

.anchors-1__list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  border-bottom: solid 1px #e9e9e9;
  padding: 0.5rem 0;
  flex-wrap: wrap;
  gap: 2rem;
}
.anchors-1__li {
  padding: 0.3rem 0.5rem;
}
.anchors-1__li:nth-last-child(1) {
  margin-right: 0;
}
.anchors-1__li--hidden {
  max-width: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  padding: 0;
  margin: 0;
}
.anchors-1__anchor {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--soo-dark);
  transition-duration: 0.25s;
  font-weight: bold;
}
.anchors-1__anchor:hover {
  color: var(--soo-secondary);
  text-decoration: none;
}

.button-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
.button-2__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 100%;
  margin: 0 auto;
  background-color: var(--soo-primary);
  color: var(--soo-light);
  padding: 0.6rem 0.8rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.17);
  border-radius: var(--soo-agency-radius);
}
.button-2__inner:hover, .button-2__inner:focus {
  text-decoration: none;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.07), 0px 0px 0px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.17);
}
.button-2__text {
  color: var(--soo-light);
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  transition-duration: var(--soo-transition-duration);
}

.promocontent-1__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  color: var(--soo-dark);
}
@media (min-width: 576px) {
  .promocontent-1__name {
    font-size: 32px;
  }
}
.promocontent-1__title {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: var(--soo-grey);
}
@media (min-width: 576px) {
  .promocontent-1__title {
    font-size: 22px;
  }
}
.promocontent-1__title + .promocontent-1__description {
  margin-top: 2rem;
}
.promocontent-1__description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.promocontent-1__price {
  margin-top: 3rem;
  margin-bottom: 2.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.promocontent-1__price-text {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  color: var(--soo-dark);
  margin-bottom: 0;
  line-height: 32px;
}
.promocontent-1__price-price {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  color: var(--soo-success);
  margin-top: -8px;
  line-height: 32px;
}

.promosinglefiles__inner {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.promosinglefiles__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promosinglefiles__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  border: 1px solid var(--soo-primary);
  color: var(--soo-primary);
  border-radius: var(--soo-agency-radius, 8px);
  transition-duration: var(--soo-transition-duration, 0.25s);
  padding: 0.5rem 1.8rem;
}
.promosinglefiles__link svg {
  stroke: var(--soo-primary);
  transition-duration: var(--soo-transition-duration, 0.25s);
}
.promosinglefiles__link:focus {
  outline: none;
}
.promosinglefiles__link:hover {
  color: var(--soo-light);
  background-color: var(--soo-primary);
  text-decoration: none;
}
.promosinglefiles__link:hover svg {
  stroke: var(--soo-light);
}

.promomap-1 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .promomap-1 {
    margin-bottom: 42px;
  }
}
.promomap-1__icon {
  font-size: 22px;
}
.promomap-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promomap-1__iframe {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .promomap-1__iframe {
    min-height: 320px;
  }
}

.promotour-1 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .promotour-1 {
    margin-bottom: 42px;
  }
}
.promotour-1__icon {
  font-size: 22px;
}
.promotour-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promotour-1__iframe {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .promotour-1__iframe {
    min-height: 320px;
  }
}

.promovideo-1 {
  margin-bottom: 58px;
}
.promovideo-1__icon {
  font-size: 22px;
}
.promovideo-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promovideo-1 iframe, .promovideo-1__iframe {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .promovideo-1 iframe, .promovideo-1__iframe {
    min-height: 320px;
  }
}

.promosingle-view-gallery-1__inner {
  padding: 83px;
  min-height: 275px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  background-position: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .promosingle-view-gallery-1__inner {
    flex-direction: row;
  }
}
.promosingle-view-gallery-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: var(--soo-light);
  margin-bottom: 1.3rem;
  text-align: center;
  text-shadow: 1px 1px 5px var(--soo-dark);
}
@media (min-width: 768px) {
  .promosingle-view-gallery-1__title {
    text-align: left;
    margin-bottom: 0;
  }
}
.promosingle-view-gallery-1__button {
  background-color: var(--soo-light);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  padding: 0.4rem 1.7rem;
  border-radius: var(--soo-agency-radius, 10px);
  transition-duration: var(--soo-transition-duration, 0.25s);
  color: var(--soo-primary);
  cursor: pointer;
}
.promosingle-view-gallery-1__button-text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  white-space: nowrap;
}
.promosingle-view-gallery-1__button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.promosingle-view-gallery-1__button-icon > svg {
  stroke: var(--soo-primary);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition-duration: var(--soo-transition-duration, 0.25s);
}
.promosingle-view-gallery-1__button:hover {
  text-decoration: none;
  background-color: var(--soo-primary);
  color: var(--soo-light);
}
.promosingle-view-gallery-1__button:hover .promosingle-view-gallery-1__button-icon > svg {
  stroke: var(--soo-light);
}

.promo-single-legal-1__inner {
  width: 100%;
}
.promo-single-legal-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
}
.promo-single-legal-1__body {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition-duration: var(--soo-transition-duration, 0.25s);
  margin-top: 1rem;
}
.promo-single-legal-1__body--opened {
  max-height: 10000px;
  opacity: 1;
}
.promo-single-legal-1__heading {
  border: 1px solid #747678;
  border-radius: 8px;
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.3rem;
  cursor: pointer;
}
.promo-single-legal-1__heading svg {
  transition-duration: var(--soo-transition-duration, 0.25s);
}
.promo-single-legal-1__heading--opened svg {
  transform: rotateZ(180deg);
}

.promos-form-3 {
  max-width: 660px;
  margin: auto;
  padding: 40px 0px;
  background-color: #F6F6F6;
  border-radius: 5px;
  box-shadow: 0 8px 37px 0 rgba(34, 49, 71, 0.35);
}
.promos-form-3-extraselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.promos-form-3-extraselect-wrapper {
  position: relative;
}
.promos-form-3-extraselect-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-350%, -50%);
  display: block;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.promos-form-3__row--2 {
  transition-duration: var(--soo-transition-duration, 0.25s);
  max-height: 0;
  overflow: hidden;
}
.promos-form-3__row--2--opened {
  max-height: 10000px;
}
.promos-form-3__call-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--soo-grey);
}
.promos-form-3__call-phone {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-primary);
}
.promos-form-3__label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--soo-dark);
}

.promos-form-3 a {
  color: var(--soo-primary);
}

.promos-form-3-title {
  text-align: center;
  text-transform: initial;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: var(--soo-primary);
}

.promos-form-3-description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: initial;
  color: var(--soo-dark);
}

/* Select with placeholder */
.promos-form-3 select.form-control {
  font-size: 14px;
  padding: 5px 20px;
  position: relative;
}

.promos-form-3 select.form-control:required:invalid {
  color: #939393;
}

.promos-form-3 select.form-control option {
  color: var(--soo-dark);
}

/* Inputs */
select.form-control,
input.form-control {
  font-size: 14px;
  padding: 5px 20px;
  background-color: var(--soo-light);
  border: 1px solid #DEDEDE;
  color: #767676;
  min-height: 40px;
}

select.form-control {
  cursor: pointer;
}

textarea.form-control,
.promos-form-3 select.form-control {
  background-color: var(--soo-light);
  border: 1px solid #DEDEDE;
  font-size: 14px;
  color: #767676;
}

.promos-form-3 ::placeholder {
  font-size: 14px;
}

.promos-form-3-text {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.68;
  letter-spacing: 0px;
  margin: 10px 0 0;
}

/* Required */
.promos-form-3-required-border .promos-form-3-required {
  border: 1px solid #ff0000;
}

.promos-form-3-required-item {
  display: none;
  color: #ff0000;
  font-size: 13px;
  visibility: hidden;
  padding: 0;
  margin: 2px 0 -12px 5px;
}

.promos-form-3-required-visible {
  visibility: visible;
  display: block;
}

.promos-form-3-required-labels .promos-form-3-required-item {
  display: block;
}

/* Button */
.promos-form-3 input[type=submit] {
  margin-top: 38px;
  min-width: 251px;
  text-transform: uppercase;
}

/*====================
  Phone flags
=====================*/
.promos-form-3 .inner-group-prepend {
  background: var(--soo-light);
  border: solid 1px #dedede;
  border-radius: 4px;
}

.promos-form-3 .inner-group-prepend button {
  background: var(--soo-grey-mid);
  height: 100%;
  border: 1px solid var(--soo-grey-mid);
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem !important;
}

.promos-form-3 .dropdown-toggle::after {
  font-size: 0.8rem;
}

.promos-form-3 .dropdown-item {
  padding: 0.25rem 1.5rem;
  cursor: pointer;
  white-space: initial;
}

/*=================================
  Checkbox
=================================*/
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid var(--soo-grey-mid);
  background-color: transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: var(--soo-primary);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*=================================
Flags
 =================================*/
.flagsDropdown {
  max-height: 350px;
  overflow-y: scroll;
  width: 100%;
}

.flagsDropdown::-webkit-scrollbar {
  width: 3px;
  height: 100%;
  background-color: var(--soo-grey-mid);
}

.flagsDropdown::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--soo-primary);
}

/*=================================
  Loader
=================================*/
* {
  --animation-time: 3s;
}

.email-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 450px;
  max-width: 100vw;
  height: 200px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 5px rgba(212, 212, 212, 0.5);
  font-size: 1.4rem;
  opacity: 1;
}

.email-loader-icon {
  position: absolute;
  top: 80%;
  z-index: 10;
  color: var(--soo-primary);
  transition: all 0.25s;
}

.email-loader-icon-plane {
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: plane-fly ease-out infinite var(--animation-time);
}

.email-loader-icon-email {
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: email-transform ease-out infinite var(--animation-time);
}

.email-loader-icon-world {
  left: 70%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: growing-world ease-out infinite var(--animation-time);
}

.complete-hide {
  opacity: 0;
  pointer-events: none;
}

@keyframes email-transform {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes plane-fly {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
  }
  90% {
    transform: scale(0.4) translate(1200%, -100%);
    opacity: 0;
  }
  100% {
    transform: scale(0) translate(1200%, -100%);
    opacity: 0;
  }
}
@keyframes growing-world {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  90% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  95% {
    transform: translate(-50%, -50%) scale(1.3);
    -webkit-transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
  }
}
/*=================================
  Forms Button
=================================*/
.form-control:focus,
.form-control:active {
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0.25rem var(--soo-primary);
}

.send-form-btn {
  width: 100%;
  background-color: var(--soo-primary);
  color: var(--soo-light);
  margin: auto;
  display: inline-block;
  text-align: center;
  transition: all 0.25s;
  min-width: 180px;
}
.send-form-btn:hover {
  background-color: var(--soo-light);
  color: var(--soo-primary);
}
.send-form-btn:hover i {
  opacity: 0;
  font-size: 0;
  margin-left: 0;
}
.send-form-btn i {
  opacity: 0;
  font-size: 0;
  margin-left: 0;
  transition: all 0.25s;
  vertical-align: unset;
  color: var(--soo-primary);
}
.send-form-btn--sending:hover i {
  opacity: 1;
  margin-left: 1rem;
  font-size: 1rem;
}

.last-promos-1__inner-container {
  width: 100%;
}
.last-promos-1__button {
  padding: 0.5rem 0.8rem;
  transition-duration: 0.25s;
  border: 1px solid var(--soo-dark-intense);
  display: inline-block;
  color: var(--soo-dark-intense);
  margin-bottom: 2rem;
}
.last-promos-1__button-wrapper {
  text-align: center;
}
.last-promos-1__button:hover {
  color: var(--soo-light);
  background-color: var(--soo-dark-intense);
  border: 1px solid var(--soo-light);
  text-decoration: none;
}
.last-promos-1__swiper-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
}
.last-promos-1__swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
}
.last-promos-1__swiper-pagination .swiper-pagination-bullet {
  margin-right: 0.3rem;
}
.last-promos-1__swiper-pagination .swiper-pagination-bullet-active {
  background: var(--soo-primary);
}
.last-promos-1__swiper-button-next, .last-promos-1__swiper-button-prev {
  color: var(--soo-grey);
  filter: grayscale(1);
}
.last-promos-1__swiper-button-next:focus, .last-promos-1__swiper-button-prev:focus {
  outline: none;
}
@media (min-width: 768px) {
  .last-promos-1__swiper-button-prev {
    left: -40px;
  }
}
@media (min-width: 768px) {
  .last-promos-1__swiper-button-next {
    right: -40px;
  }
}

.promosgallery-2__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 38px;
}
.promosgallery-2__inner > * {
  grid-column: span 1;
}

.promo-2__link {
  background-color: var(--soo-light);
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  transition-duration: var(--soo-transition-duration);
  border-radius: var(--soo-agency-radius);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0 20px 0 rgba(143, 152, 154, 0.1803921569);
  border-radius: var(--soo-agency-radius, 5px);
}
@media (min-width: 768px) {
  .promo-2__link {
    flex-direction: row;
  }
}
.promo-2__left {
  max-height: 80%;
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .promo-2__left {
    width: 60%;
    max-width: 735px;
  }
}
.promo-2__image {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  max-height: 500px;
}
@media (min-width: 768px) {
  .promo-2__image {
    min-height: 400px;
  }
}
@media (min-width: 1500px) {
  .promo-2__image {
    min-height: 475px;
  }
}
.promo-2__right {
  min-height: 20%;
  transition-duration: var(--soo-transition-duration);
  position: relative;
  padding: 15px 40px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .promo-2__right {
    width: 40%;
    max-width: 385px;
  }
}
@media (min-width: 1200px) {
  .promo-2__right {
    padding: 20px;
  }
}
.promo-2__title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: var(--soo-dark);
  transition-duration: var(--soo-transition-duration);
}
.promo-2__title:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.promo-2__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--soo-grey);
}
.promo-2__price {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
}
.promo-2__price-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--soo-dark);
  margin-bottom: 0;
}
.promo-2__price-price {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  color: var(--soo-success);
  margin-top: -8px;
}
.promo-2__content {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--soo-grey-dark);
  line-height: 19px;
  margin-bottom: 2.4rem;
}
.promo-2__button {
  padding: 0.3rem 0.8rem;
  text-align: center;
  background-color: var(--soo-primary);
  border-color: transparent;
  border-radius: var(--soo-agency-radius, 10px);
  color: var(--soo-light);
  display: block;
  margin: 0 auto;
  transition-duration: var(--soo-transition-duration);
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .promo-2__button {
    margin-left: 0;
  }
}
.promo-2__button:focus {
  outline: none;
}
.promo-2__button:hover:hover {
  text-decoration: none;
  color: var(--soo-light);
}
.promo-2__button:hover .promo-2__button-icon {
  transform: translateX(3px);
}
.promo-2__button-icon {
  transition-duration: var(--soo-transition-duration);
}
.promo-2__button-text {
  display: inline-block;
  margin-right: 6px;
  transition-duration: var(--soo-transition-duration);
}

.promo-3__inner {
  background-color: transparent;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  transition-duration: var(--soo-transition-duration);
  border-radius: var(--soo-agency-radius);
}
.promo-3__top {
  display: block;
  min-height: 250px;
}
.promo-3__image {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  height: 260px;
  border-radius: var(--soo-agency-radius, 10px);
}
.promo-3__bottom {
  padding: 0 0 2rem 0;
}
.promo-3__bottom-inner {
  position: relative;
  width: 90%;
  margin: -60px auto 0;
  background-color: var(--soo-light);
  box-shadow: 0 0 30px rgba(143, 152, 154, 0.1803921569);
  padding: 0.8rem;
  border-radius: var(--soo-agency-radius, 4px);
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.promo-3__title {
  display: block;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--soo-primary);
  transition-duration: var(--soo-transition-duration);
}
.promo-3__title:hover {
  text-decoration: none;
  color: var(--soo-secondary);
}
.promo-3__subtitle {
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: var(--soo-grey);
}
.promo-3__price {
  text-align: center;
  white-space: nowrap;
}
.promo-3__price-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--soo-dark);
  margin-bottom: 0;
}
.promo-3__price-price {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  color: var(--soo-success);
  margin-top: -8px;
}
.promo-3__button {
  padding: 0.3rem 0.8rem;
  text-align: center;
  background-color: var(--soo-primary);
  border-color: transparent;
  border-radius: var(--soo-agency-radius, 4px);
  color: var(--soo-light);
  display: block;
  margin: 0.5rem auto 0;
  transition-duration: var(--soo-transition-duration);
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
}
.promo-3__button:focus {
  outline: none;
}
.promo-3__button:hover:hover {
  text-decoration: none;
  color: var(--soo-light);
}
.promo-3__button:hover .promo-3__button-icon {
  transform: translateX(3px);
}
.promo-3__button-icon {
  transition-duration: var(--soo-transition-duration);
}
.promo-3__button-text {
  display: inline-block;
  margin-right: 6px;
  transition-duration: var(--soo-transition-duration);
}

.promo-single-hero-1__inner {
  height: 75vh;
  position: relative;
  max-height: 800px;
}
.promo-single-hero-1__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-single-hero-1__texts {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.promo-single-hero-1__title, .promo-single-hero-1__subtitle {
  font-style: normal;
  letter-spacing: 0.2625px;
  color: var(--soo-light);
  text-align: center;
}
.promo-single-hero-1__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 49px;
  margin-bottom: 1rem;
}
.promo-single-hero-1__subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

.promo-single-detail-1__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  padding: 1rem;
}
@media (min-width: 768px) {
  .promo-single-detail-1__inner {
    grid-template-columns: 0.5fr 0.5fr;
    gap: 30px;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .promo-single-detail-1__inner {
    grid-template-columns: 0.75fr 0.25fr;
    gap: 50px;
  }
}
.promo-single-detail-1__title {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: var(--soo-dark-mate);
  margin-bottom: 1.5rem;
}
.promo-single-detail-1__content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: var(--soo-grey-dark);
}
@media (min-width: 768px) {
  .promo-single-detail-1__content {
    padding-top: 86px;
  }
}
.promo-single-detail-1__detail {
  font-size: 18px;
  line-height: 21px;
}

.promo-single-gallery-1__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 200px;
  gap: 12px;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .promo-single-gallery-1__inner {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: dense;
  }
}
.promo-single-gallery-1__inner > * {
  grid-column: span 1;
}
@media (min-width: 768px) {
  .promo-single-gallery-1__inner > *:nth-child(5n), .promo-single-gallery-1__inner > *:nth-child(14n), .promo-single-gallery-1__inner > *:nth-child(16n) {
    grid-row: span 2;
    grid-column: span 1;
  }
  .promo-single-gallery-1__inner > *:nth-child(20n), .promo-single-gallery-1__inner > *:nth-child(19n), .promo-single-gallery-1__inner > *:nth-child(10n), .promo-single-gallery-1__inner > *:nth-child(6n), .promo-single-gallery-1__inner > *:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
  }
  .promo-single-gallery-1__inner > *:nth-child(15n), .promo-single-gallery-1__inner > *:nth-child(18n), .promo-single-gallery-1__inner > *:nth-child(12) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.promo-single-gallery-1__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.promo-single-gallery-1__image-wrapper {
  position: relative;
}
.promo-single-gallery-1__dimmer {
  background-color: var(--soo-dimer, --soo-dark-alpha);
  position: fixed;
  transform: scale(0) translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  z-index: 9999991;
  opacity: 0;
  pointer-events: none;
  transition-duration: var(--soo-transition-duration);
}
.promo-single-gallery-1__dimmer--active {
  opacity: 1;
  pointer-events: all;
}
.promo-single-gallery-1__right, .promo-single-gallery-1__left {
  position: fixed;
  width: 80px;
  height: 80px;
  top: 50%;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11rem;
  z-index: 9999992;
  color: var(--soo-light);
  cursor: pointer;
  pointer-events: all;
  transition-duration: var(--soo-transition-duration);
}
@media (min-width: 768px) {
  .promo-single-gallery-1__right, .promo-single-gallery-1__left {
    width: 80px;
    height: 80px;
  }
}
.promo-single-gallery-1__right > svg, .promo-single-gallery-1__left > svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: var(--soo-light);
  pointer-events: none;
}
.promo-single-gallery-1__right {
  right: -100vw;
}
.promo-single-gallery-1__right:hover {
  transform: translateX(5px);
}
.promo-single-gallery-1__left {
  left: -100vw;
  transform: rotateZ(180deg);
}
.promo-single-gallery-1__left:hover {
  transform: rotateZ(180deg) translateX(-5px);
}
.promo-single-gallery-1__controls {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  padding: 1rem;
  background-color: var(--soo-dimer, --soo-dark-alpha);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--soo-light);
  z-index: 9999992;
  transform: translateY(-100%);
  user-select: none;
  transition-duration: var(--soo-transition-duration);
}
.promo-single-gallery-1__controls:hover {
  opacity: 1 !important;
}
@media (min-width: 768px) {
  .promo-single-gallery-1__controls {
    padding: 1rem 2rem;
  }
}
.promo-single-gallery-1__controls-index {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 2rem;
}
.promo-single-gallery-1__controls-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.promo-single-gallery-1__control {
  border-color: transparent;
  border-radius: var(--agency-radius);
  color: var(--soo-light);
  background-color: transparent;
  width: 36px;
  height: 36px;
  transform: scale(1);
  transition-duration: var(--soo-transition-duration);
}
.promo-single-gallery-1__control:hover svg path {
  stroke: var(--soo-accent);
}
.promo-single-gallery-1__control svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.promo-single-gallery-1__control svg path {
  stroke: var(--soo-light);
  transition-duration: var(--soo-transition-duration);
}
.promo-single-gallery-1__control-close {
  width: 40px;
  height: 40px;
}
.promo-single-gallery-1__control-close:hover {
  transform: scale(1);
}
.promo-single-gallery-1__control-close:hover svg path {
  stroke: var(--soo-danger);
}

.promo-hero-2 {
  position: relative;
}
.promo-hero-2__label {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  z-index: 1;
  padding: 0.3rem 0.9rem;
  color: var(--soo-light);
  text-transform: uppercase;
  font-size: 0.9rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.promo-hero-2__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-hero-2__image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  grid-column: span 1;
  grid-row: span 1;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .promo-hero-2__image-wrapper {
    padding: 0;
  }
  .promo-hero-2__image-wrapper:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.promo-hero-2__image-wrapper > a {
  width: 100%;
  height: 100%;
}
.promo-hero-2__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(5, 284px);
  grid-gap: 0.4rem;
}
@media (min-width: 768px) {
  .promo-hero-2__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 175px);
  }
}
@media (min-width: 1200px) {
  .promo-hero-2__grid {
    grid-template-rows: repeat(2, max(26vh, 320px));
  }
}
.promo-hero-2__button--gallery {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  border-radius: 7px;
  background-color: var(--soo-light);
  color: var(--soo-dark-mate);
  padding: 0.4rem 0.8rem;
  border: 1px solid var(--soo-primary);
  transition-duration: var(--soo-transition-duration);
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.promo-hero-2__button--gallery:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.promo-hero-2__button--gallery:hover img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}
.promo-hero-2__button--gallery img {
  transition-duration: var(--soo-transition-duration);
}

.promocontent-1__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  color: var(--soo-dark);
}
@media (min-width: 576px) {
  .promocontent-1__name {
    font-size: 32px;
  }
}
.promocontent-1__title {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: var(--soo-grey);
}
@media (min-width: 576px) {
  .promocontent-1__title {
    font-size: 22px;
  }
}
.promocontent-1__title + .promocontent-1__description {
  margin-top: 2rem;
}
.promocontent-1__description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.promocontent-1__price {
  margin-top: 3rem;
  margin-bottom: 2.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.promocontent-1__price-text {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  color: var(--soo-dark);
  margin-bottom: 0;
  line-height: 32px;
}
.promocontent-1__price-price {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  color: var(--soo-success);
  margin-top: -8px;
  line-height: 32px;
}

.promosinglefiles__inner {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.promosinglefiles__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promosinglefiles__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  border: 1px solid var(--soo-primary);
  color: var(--soo-primary);
  border-radius: var(--soo-agency-radius, 8px);
  transition-duration: var(--soo-transition-duration, 0.25s);
  padding: 0.5rem 1.8rem;
}
.promosinglefiles__link svg {
  stroke: var(--soo-primary);
  transition-duration: var(--soo-transition-duration, 0.25s);
}
.promosinglefiles__link:focus {
  outline: none;
}
.promosinglefiles__link:hover {
  color: var(--soo-light);
  background-color: var(--soo-primary);
  text-decoration: none;
}
.promosinglefiles__link:hover svg {
  stroke: var(--soo-light);
}

.promomap-1 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .promomap-1 {
    margin-bottom: 42px;
  }
}
.promomap-1__icon {
  font-size: 22px;
}
.promomap-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promomap-1__iframe {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .promomap-1__iframe {
    min-height: 320px;
  }
}

.promotour-1 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .promotour-1 {
    margin-bottom: 42px;
  }
}
.promotour-1__icon {
  font-size: 22px;
}
.promotour-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promotour-1__iframe {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .promotour-1__iframe {
    min-height: 320px;
  }
}

.promovideo-1 {
  margin-bottom: 58px;
}
.promovideo-1__icon {
  font-size: 22px;
}
.promovideo-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promovideo-1 iframe, .promovideo-1__iframe {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .promovideo-1 iframe, .promovideo-1__iframe {
    min-height: 320px;
  }
}

.promosingle-view-gallery-1__inner {
  padding: 83px;
  min-height: 275px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  background-position: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .promosingle-view-gallery-1__inner {
    flex-direction: row;
  }
}
.promosingle-view-gallery-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: var(--soo-light);
  margin-bottom: 1.3rem;
  text-align: center;
  text-shadow: 1px 1px 5px var(--soo-dark);
}
@media (min-width: 768px) {
  .promosingle-view-gallery-1__title {
    text-align: left;
    margin-bottom: 0;
  }
}
.promosingle-view-gallery-1__button {
  background-color: var(--soo-light);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  padding: 0.4rem 1.7rem;
  border-radius: var(--soo-agency-radius, 10px);
  transition-duration: var(--soo-transition-duration, 0.25s);
  color: var(--soo-primary);
  cursor: pointer;
}
.promosingle-view-gallery-1__button-text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  white-space: nowrap;
}
.promosingle-view-gallery-1__button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.promosingle-view-gallery-1__button-icon > svg {
  stroke: var(--soo-primary);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition-duration: var(--soo-transition-duration, 0.25s);
}
.promosingle-view-gallery-1__button:hover {
  text-decoration: none;
  background-color: var(--soo-primary);
  color: var(--soo-light);
}
.promosingle-view-gallery-1__button:hover .promosingle-view-gallery-1__button-icon > svg {
  stroke: var(--soo-light);
}

.promo-single-legal-1__inner {
  width: 100%;
}
.promo-single-legal-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
}
.promo-single-legal-1__body {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition-duration: var(--soo-transition-duration, 0.25s);
  margin-top: 1rem;
}
.promo-single-legal-1__body--opened {
  max-height: 10000px;
  opacity: 1;
}
.promo-single-legal-1__heading {
  border: 1px solid #747678;
  border-radius: 8px;
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.3rem;
  cursor: pointer;
}
.promo-single-legal-1__heading svg {
  transition-duration: var(--soo-transition-duration, 0.25s);
}
.promo-single-legal-1__heading--opened svg {
  transform: rotateZ(180deg);
}

/*=================================================
  Custom Cointaner for Mona
==================================================*/
.gallery-2__gallery-overlay {
  background: transparent;
}

.page-services .cta-1__title {
  top: 129px;
  position: relative;
}

.gallery-13__gallery-image::after {
  content: "";
  background: transparent;
}

.gallery-14__overlay {
  background: rgba(0, 0, 0, 0);
}

.container-mona {
  max-width: 1320px;
  margin: 0 auto;
}

.paragraph-3 {
  padding: 50px 0px 25px;
}

body.context-home {
  padding-top: 0px;
}

body.page-company {
  padding-top: 0px;
}

.links-languages-slug .dropdown-toggle, .links-languages-slug .dropdown-item {
  text-transform: uppercase;
}
.links-languages-slug .dropdown-item.active {
  background-color: var(--soo-primary);
}

/*=================================================
  Header 17
==================================================*/
/* Sin scroll - fondo transparente y textos blancos */
.page-company .header-17 {
  background: transparent;
  box-shadow: none;
}

.page-company .header-17 .header-17__menu a {
  color: #ffffff;
}

.page-company .header-17 .header-17__phone a {
  color: #ffffff;
}

.page-company .header-17 .header-17__toggle span {
  background: #ffffff;
}

/* Con scroll - fondo blanco y textos oscuros */
.page-company .header-17.scroll-on {
  background: #ffffff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.page-company .header-17.scroll-on .header-17__menu a {
  color: #333333 !important;
}

.page-company .header-17.scroll-on .header-17__phone a {
  color: #333333 !important;
}

.page-company .header-17.scroll-on .header-17__toggle span {
  background: #333333 !important;
}

.header-17__logo img {
  max-height: 70px;
}

/*=================================================
  Hero 8
==================================================*/
.hero-8 {
  height: 50vh;
}
@media (min-width: 768px) {
  .hero-8 {
    height: 65vh;
  }
}

.hero-8__overlay {
  background-color: rgba(0, 0, 0, 0);
}

/*=================================================
  Search 1
==================================================*/
.search-1 ul.soo-dropdown {
  border-radius: 20px;
}

.search-1 .filter-button {
  border-radius: 20px;
}

.search-1 .filter-button {
  border-radius: 20px;
}

.search-1 .filter-reference {
  border-radius: 20px;
}

.custom-query-order .search-dropdown ul.soo-dropdown {
  width: fit-content;
  min-width: 200px;
  cursor: pointer;
}

.search-1__wrapper {
  background-color: #737373;
}

/*=================================================
  Footer 5
=================================================*/
.footer-5 {
  background-color: #0c0c0c;
}
.footer-5-img-wrapper {
  max-width: 250px;
  width: 100%;
}

.footer-5-logo {
  max-width: 80%;
  padding: 20px 0;
}

/*=================================================
  Paragraph 3 Home
==================================================*/
.container-text-home, .container-text-home2, .container-text-home3, .container-text-home4, .container-text-home5, .container-text-company {
  max-width: 90%;
  margin: 0px auto;
}
@media (min-width: 768px) {
  .container-text-home, .container-text-home2, .container-text-home3, .container-text-home4, .container-text-home5, .container-text-company {
    max-width: 70%;
  }
}

.container-text-home .paragraph-3__title,
.container-text-home h1,
.container-text-home h2,
.container-text-home h3,
.container-text-home h4,
.container-text-home h5,
.container-text-home h6 {
  font-size: clamp(32px, 4vw, 45px);
  font-weight: 600;
  padding-bottom: 0px;
  line-height: 1.2;
}

.container-text-home .paragraph-3 {
  background-color: white;
  padding: 3em 0px 0px;
}

.container-text-home2 .paragraph-3__title,
.container-text-home2 h1,
.container-text-home2 h2,
.container-text-home2 h3,
.container-text-home2 h4,
.container-text-home2 h5,
.container-text-home2 h6 {
  font-size: clamp(32px, 4vw, 45px);
  font-weight: 600;
  padding-bottom: 0px;
  line-height: 1.2;
}

.container-text-home2 .paragraph-3 {
  background-color: white;
  padding: 3em 0px 0px;
}

.container-text-home3 .paragraph-3__title,
.container-text-home3 .paragraph-3__title h1,
.container-text-home3 .paragraph-3__title h2,
.container-text-home3 .paragraph-3__title h3,
.container-text-home3 .paragraph-3__title h4,
.container-text-home3 .paragraph-3__title h5,
.container-text-home3 .paragraph-3__title h6 {
  font-size: clamp(32px, 4vw, 45px);
  font-weight: 600;
  padding-bottom: 0px;
  line-height: 1.2;
}

.container-text-home4 .paragraph-3__title,
.container-text-home4 .paragraph-3__title h1,
.container-text-home4 .paragraph-3__title h2,
.container-text-home4 .paragraph-3__title h3,
.container-text-home4 .paragraph-3__title h4,
.container-text-home4 .paragraph-3__title h5,
.container-text-home4 .paragraph-3__title h6 {
  font-size: clamp(32px, 4vw, 45px);
  font-weight: 600;
  padding-bottom: 0px;
  line-height: 1.2;
}

.container-text-home2 .paragraph-3 {
  background-color: white;
  padding: 3em 0px 0px;
}

.container-text-home5 .paragraph-3__title,
.container-text-home5 .paragraph-3__title h1,
.container-text-home5 .paragraph-3__title h2,
.container-text-home5 .paragraph-3__title h3,
.container-text-home5 .paragraph-3__title h4,
.container-text-home5 .paragraph-3__title h5,
.container-text-home5 .paragraph-3__title h6 {
  font-size: clamp(32px, 4vw, 45px);
  font-weight: 600;
  padding-bottom: 0px;
  line-height: 1.2;
}

.container-text-company .paragraph-3__title,
.container-text-company .paragraph-3__title h1,
.container-text-company .paragraph-3__title h2,
.container-text-company .paragraph-3__title h3,
.container-text-company .paragraph-3__title h4,
.container-text-company .paragraph-3__title h5,
.container-text-company .paragraph-3__title h6 {
  font-size: clamp(32px, 4vw, 45px);
  font-weight: 600;
  padding-bottom: 0px;
  line-height: 1.2;
}

.container-text-company2 .paragraph-3__title,
.container-text-company2 .paragraph-3__title h1,
.container-text-company2 .paragraph-3__title h2,
.container-text-company2 .paragraph-3__title h3,
.container-text-company2 .paragraph-3__title h4,
.container-text-company2 .paragraph-3__title h5,
.container-text-company2 .paragraph-3__title h6 {
  font-size: clamp(32px, 4vw, 45px);
  font-weight: 600;
  padding-bottom: 0px;
  line-height: 1.2;
}

.container-text-company2 .paragraph-3 {
  max-width: 90%;
  margin: 0px auto;
}
@media (min-width: 768px) {
  .container-text-company2 .paragraph-3 {
    max-width: 70%;
  }
}

.container-text-company2 .paragraph-3 {
  background-color: #faf4f0;
}

.container-text-company2 {
  background-color: #faf4f0;
}

/*=================================================
  Gallery 2
==================================================*/
.gallery-2__gallery-link::before {
  content: "";
  border-radius: 5%;
}

.gallery-2__gallery-overlay {
  border-radius: 5%;
}

.gallery-2__gallery {
  border-radius: 5%;
}

@media (min-width: 1500px) {
  .gallery-2__gallery-link {
    height: 335px;
  }
}
.gallery-2 .gallery-2__gallery-title,
.gallery-2 h1,
.gallery-2 h2,
.gallery-2 h3,
.gallery-2 h4,
.gallery-2 h5,
.gallery-2 h6,
.gallery-2 p {
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Libre Bodoni", serif;
}

/*===================================
  Gallery 13
===================================*/
.gallery-13__gallery-title,
.gallery-13__gallery-title h1,
.gallery-13__gallery-title h2,
.gallery-13__gallery-title h3,
.gallery-13__gallery-title h4,
.gallery-13__gallery-title h5,
.gallery-13__gallery-title h6,
.gallery-13__gallery-title p {
  font-family: "Libre Bodoni", serif;
}

/*=================================================
  Last properties 3
==================================================*/
@media (min-width: 1500px) {
  .last-properties-3__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.last-properties-3__inner {
  column-gap: 30px;
}

.last-properties-3__button-wrapper {
  margin: 0rem 0 2rem;
}

.last-properties-3__button {
  padding: 0.4rem 1rem !important;
  border-radius: 8px !important;
  border: 1px solid var(--soo-primary) !important;
  color: white !important;
  background-color: transparent !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  position: relative !important;
  overflow: hidden !important;
  transition: color 0.3s ease !important;
  z-index: 1 !important;
}

.last-properties-3__button p {
  margin: 0 !important;
  position: relative !important;
  z-index: 2 !important;
}

.last-properties-3__button::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: var(--soo-primary) !important;
  transition: transform 0.3s ease !important;
  z-index: -1 !important;
  transform: translateX(0) !important;
}

.last-properties-3__button:hover {
  text-decoration: none !important;
  border: 1px solid var(--soo-primary) !important;
  color: var(--soo-primary) !important;
  background-color: transparent !important;
}

.last-properties-3__button:hover::before {
  transform: translateX(100%) !important;
}

/*===================================
 Query
===================================*/
.report-1-title, .report-1__city {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Libre Bodoni", serif;
}
@media (min-width: 768px) {
  .report-1-title, .report-1__city {
    font-size: 2.4rem;
  }
}

.custom-query-order .search-dropdown ul.soo-dropdown {
  width: fit-content;
  min-width: 200px;
  cursor: pointer;
}

/*=================================================
  Sections
==================================================*/
.cta-company .cta-1 {
  background-position: bottom;
}
@media (max-width: 768px) {
  .cta-company .cta-1 {
    background-position-x: 75%;
  }
}

.cta-company-top .cta-1__title h1, .cta-company-top .cta-1__title h2, .cta-company-top .cta-1__title h3, .cta-company-top .cta-1__title h4, .cta-company-top .cta-1__title h5, .cta-company-top .cta-1__title h6, .cta-company-top .cta-1__title p {
  font-size: 42px;
}
@media (min-width: 768px) {
  .cta-company-top .cta-1__title h1, .cta-company-top .cta-1__title h2, .cta-company-top .cta-1__title h3, .cta-company-top .cta-1__title h4, .cta-company-top .cta-1__title h5, .cta-company-top .cta-1__title h6, .cta-company-top .cta-1__title p {
    font-size: 65px;
  }
}

.text-image-27-company {
  background-color: #faf4f0;
  padding: 35px 0px;
}

.features-2-company .features-2 {
  padding-bottom: 35px;
}

.container-text-company2 .team-5 {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .container-text-company2 .team-5 {
    max-width: 70%;
  }
}

.team-5__text-overlay {
  top: 200px;
}

.team-5__box {
  height: 300px;
}

.team-5__image {
  border-radius: 10px;
}

.bg-paragraphs .paragraph-1 {
  padding: 30px 0px;
}

.paragraph-1__title, .paragraph-1__title h1, .paragraph-1__title h2, .paragraph-1__title h3, .paragraph-1__title p {
  font-size: 42px;
  font-family: "Libre Bodoni", serif;
  margin-bottom: 20px;
}

/*=================================================
  Features 2 
==================================================*/
.features-2-company .features-2__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 0;
  grid-column-gap: 81px;
}
@media (min-width: 576px) {
  .features-2-company .features-2__wrapper {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-row-gap: 64px;
  }
}
@media (min-width: 1500px) {
  .features-2-company .features-2__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.features-2-company .features-2__wrapper {
  padding-top: 30px;
  padding-bottom: 10px;
}

.features-2__text--wrapper {
  background-color: #fff;
  padding: 30px 30px 30px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin-bottom: 20px;
}

/*=================================================
  Blog
==================================================*/
@media (min-width: 992px) {
  .blog-entry {
    width: 60%;
    background-color: white;
    padding: 30px !important;
    border-radius: 10px;
    box-shadow: 2px 1px 9px 0px rgba(0, 0, 0, 0.1);
  }
}
/*=================================================
  Property
=================================================*/
/*===================================
 Promos
===================================*/
.promos-form-3-wrapper {
  position: sticky;
  top: 60px;
  z-index: 999;
}

.context-promos-entry .columns-1 {
  gap: 20px;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .context-promos-entry .columns-1 {
    gap: 80px;
  }
}
.context-promos-entry .last-properties-3__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
@media (min-width: 768px) {
  .context-promos-entry .last-properties-3__inner {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (min-width: 992px) {
  .context-promos-entry .last-properties-3__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1500px) {
  .context-promos-entry .last-properties-3__inner {
    grid-template-columns: repeat(auto-fit, minmax(280px, min-content));
    row-gap: 40px;
  }
}

.promo-single-hero-build {
  display: none;
}

.promo__element .title-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promo__element .title-1__title p, .promo__element .title-1__title h2, .promo__element .title-1__title h3, .promo__element .title-1__title h4, .promo__element .title-1__title h5, .promo__element .title-1__title h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}

.promocontent-1 {
  text-align: justify;
}

#anchorsPromos li {
  opacity: 0;
  transition-duration: var(--soo-transition-duration);
}

#anchorsPromos .achorspromo--visible {
  opacity: 1;
}

/*===================================
 Anchors offset on anchor navigation
===================================*/
.context-promos-entry :target {
  position: relative;
}
.context-promos-entry :target::before {
  content: "";
  display: block;
  height: 180px;
  margin-top: -180px;
  pointer-events: none;
}

/*=================================================
  Text column image 2
==================================================*/
.text-column-image-2__img--caption {
  width: 100%;
  background-color: #0c0c0c;
  font-size: 16px;
  color: #fff;
}

/*=================================================
  CTA 1 Home
==================================================*/
.cta-1__button {
  padding: 0.6rem 1rem !important;
  border-radius: 8px !important;
  border: 1px solid var(--soo-primary) !important;
  color: white !important;
  background-color: transparent !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  position: relative !important;
  overflow: hidden !important;
  transition: color 0.3s ease !important;
  z-index: 1 !important;
}
.cta-1__button p {
  margin: 0 !important;
  position: relative !important;
  z-index: 2 !important;
}
.cta-1__button::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: var(--soo-primary) !important;
  transition: transform 0.3s ease !important;
  z-index: -1 !important;
  transform: translateX(0) !important;
}
.cta-1__button:hover {
  text-decoration: none !important;
  border: 1px solid var(--soo-primary) !important;
  color: var(--soo-primary) !important;
  background-color: transparent !important;
  transform: translateY(0px) !important;
}
.cta-1__button:hover::before {
  transform: translateX(100%) !important;
}

/*===================================
 Extras
===================================*/
.row-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1500px) {
  .row-1 {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}
.row-1 .mortgage-calculator {
  padding: 1rem 0;
}

/*=================================================
  Structures
=================================================*/
.columns-1__column {
  background-color: var(--soo-light);
}
.columns-1__column:nth-last-child(1) {
  align-self: flex-start;
  background-color: transparent;
  height: 100%;
}

/*=================================================
  Specs
==================================================*/
.specs-2 {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.07), 0px 0px 0px 0 rgba(0, 0, 0, 0.07);
}
.specs-2__nav-tabs .nav-item {
  background: var(--soo-light);
  margin-bottom: 0.1rem;
  margin-right: 0.5rem;
}
.specs-2__nav-tabs .nav-item:hover, .specs-2__nav-tabs .nav-item.active {
  background: var(--soo-primary);
}
@media (min-width: 576px) {
  .specs-2__nav-tabs .nav-item {
    width: auto;
    margin-bottom: 0;
  }
}
.specs-2 .nav-link {
  color: var(--soo-dark) !important;
}
@media (min-width: 576px) {
  .specs-2 .nav-link {
    padding: 0 3rem 0 0.8rem;
    font-size: 14px;
  }
}
.specs-2 .nav-link:hover, .specs-2 .nav-link.active {
  color: var(--soo-light) !important;
  background: var(--soo-primary);
}
.specs-2 .nav-link i {
  font-size: 12px;
}

.location-2 ul {
  margin-top: 0.6rem;
}

@media (min-width: 768px) {
  .propertyentry-1__image-wrapper {
    height: 30vh;
  }
}
@media (min-width: 1024px) {
  .propertyentry-1__image-wrapper {
    height: 55vh;
  }
}

.propertyextra__element h1,
.propertyextra__element h2,
.propertyextra__element h3,
.propertyextra__element h4,
.propertyextra__element h5 {
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .propertyextra__element h1,
  .propertyextra__element h2,
  .propertyextra__element h3,
  .propertyextra__element h4,
  .propertyextra__element h5 {
    font-size: 25px;
  }
}

/*=================================================
  Features 2
==================================================*/
@media (min-width: 576px) {
  .features-2__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.features-2__text--image {
  width: 55px;
}
.features-2__text--wrapper {
  background-color: white;
  padding: 20px 30px 30px;
}

/*=================================================
  Thanks page
==================================================*/
.thanks-header {
  height: 25vh;
  position: relative;
  min-height: 175px;
}
.thanks-header-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thanks-header-mask-bg {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 0.6px var(--soo-grey);
  background-color: rgba(77, 115, 152, 0.8);
}
.thanks-header-mask-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--soo-primary);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  opacity: 0.8;
}
.thanks-header-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thanks-header h2 {
  font-size: 42px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-light);
  padding: 0 15px;
  margin: 0;
}
@media (min-width: 992px) {
  .thanks-header {
    height: 20vh;
  }
  .thanks-header h2 {
    font-size: 53px;
  }
}
.thanks-general-wrapper {
  background-color: var(--soo-grey-light);
}
.thanks-general-wrapper > div {
  background-color: var(--soo-light);
  border-bottom: 0.6px solid var(--soo-grey);
}
.thanks-general-title {
  color: var(--soo-dark);
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
}
.thanks-general-description {
  color: var(--soo-grey);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
  padding: 0;
}
.thanks-general-return a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-decoration: none;
  color: var(--soo-dark);
  transition-duration: var(--soo-transition-duration);
}
.thanks-general-return a i {
  color: var(--soo-primary);
}
.thanks-general-return a:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.thanks-enquiry-title {
  color: var(--soo-dark);
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
}
.thanks-enquiry-description {
  color: var(--soo-grey);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
  padding: 0;
}
.thanks-enquiry-property-title {
  color: var(--soo-dark);
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.thanks-enquiry-property-image {
  border-radius: 99em;
  width: 220px;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.thanks-enquiry-return a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-decoration: none;
  color: var(--soo-dark);
  transition-duration: var(--soo-transition-duration);
}
.thanks-enquiry-return a i {
  color: var(--soo-primary);
}
.thanks-enquiry-return a:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.thanks-related-wrapper {
  background-color: var(--soo-grey-light);
  border-top: 1px solid var(--soo-grey);
}
.thanks-related-header-title {
  color: var(--soo-dark);
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.thanks-related-header-description {
  color: var(--soo-grey);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}
@media (min-width: 992px) {
  .thanks-enquiry-title {
    font-size: 32px;
  }
  .thanks-enquiry-description {
    font-size: 18px;
  }
  .thanks-enquiry-property-image {
    width: 320px;
    height: 320px;
  }
  .thanks-general-title {
    font-size: 32px;
  }
  .thanks-general-description {
    font-size: 18px;
  }
  .thanks-related-header-title {
    font-size: 32px;
  }
  .thanks-related-header-description {
    font-size: 18px;
  }
}

/*=================================================
  Dopdowns
==================================================*/
.search-dropdown ul.soo-dropdown > li:not(.soo-default):hover,
.search-dropdown ul.soo-dropdown > li.soo-selected:not(.soo-default),
.search-dropdown ul.soo-dropdown > li.soo-selected-multiple:not(.soo-default) {
  background: var(--soo-primary);
}

/* Local widgets */
body {
  color: #0c0c0c;
  padding-top: 90px;
}

* {
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-weight: 600;
  font-family: "Libre Bodoni", serif !important;
}

h2 {
  font-weight: 400;
  font-family: "Libre Bodoni", serif;
}

h3 {
  font-weight: 400;
  font-family: "Libre Bodoni", serif;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

strong {
  font-weight: 700;
}

.btn-mona {
  padding: 0.6rem 1rem !important;
  border-radius: 8px !important;
  border: 1px solid var(--soo-primary) !important;
  color: white !important;
  background-color: transparent !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  position: relative !important;
  overflow: hidden !important;
  transition: color 0.3s ease !important;
  z-index: 1 !important;
}
.btn-mona p {
  margin: 0 !important;
  position: relative !important;
  z-index: 2 !important;
}
.btn-mona::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: var(--soo-primary) !important;
  transition: transform 0.3s ease !important;
  z-index: -1 !important;
  transform: translateX(0) !important;
}
.btn-mona:hover {
  text-decoration: none !important;
  border: 1px solid var(--soo-primary) !important;
  color: var(--soo-primary) !important;
  background-color: transparent !important;
  transform: translateY(0px) !important;
}
.btn-mona:hover::before {
  transform: translateX(100%) !important;
}

.bg-soolight {
  background-color: var(--soo-light);
}
.bg-soogrey-light {
  background-color: var(--soo-grey-light);
}

/* Fonts widgets */
