:root {
  --gap-number: 16px;
  --light-green-color: #8fc8c9;
  --dark-green-color: #004949;
  --orange-color: #d5803e;
  --light-yellow-color: #e8c382;
  --swiper-theme-color: #004949 !important;
  --text-color: #32343a;
  --bk-color: #f5f5f5;
  --wh-color: #ffffff;
  --dg-color: #939598;
  --bl-color: #001f1f;
  --bg-light: #fef9ed;
  --true-green: #087576;
  --font-size: 13px;
  --font-family: "gothamlight", sans-serif;
  --border-radius: 15px;
  --box-shadow: 10px 10px 40px 1px rgba(0, 0, 0, 0.21);
  /* bootstrap vars */
  --bs-border-radius: 15px !important;
  --bs-border-color: #7a8989;
}

/* FONTS */
@font-face {
  font-family: "gothamblack";
  src: url("../fonts/gotham-black-webfont.woff2") format("woff2"),
    url("../fonts/gotham-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gothambold";
  src: url("../fonts/gotham-bold-webfont.woff2") format("woff2"),
    url("../fonts/gotham-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gothambook";
  src: url("../fonts/gotham-book-webfont.woff2") format("woff2"),
    url("../fonts/gotham-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gothamlight";
  src: url("../fonts/gotham-light-webfont.woff2") format("woff2"),
    url("../fonts/gotham-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* RESET */
html {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

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

a,
img {
  -webkit-tap-highlight-color: transparent;
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--bg-light);
}

::-webkit-scrollbar-thumb {
  background-color: var(--orange-color);
  border-radius: 20px;
  border: 0px solid var(--bg-light);
}

[id] {
  scroll-margin-top: 100px;
}

/* STRUCTURE */
body {
  background: var(--bk-color);
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  scrollbar-color: var(--bk-color) var(--red-color);
}

sticky-top {
  top: 76px; /* Ajusta este valor según la altura de tu header */
  background-image: url(../img/hero-bg.jpg);
  background-color: var(--bg-light);
}

main {
  margin-top: 76px;
}

h1 {
  font-size: 2.2rem;
  line-height: 2.6rem;
}
h2 {
  color: var(--true-green);
  font-size: 2rem;
  line-height: 2.4rem;
}
h3 {
  color: var(--true-green);
  font-size: 1.5rem;
  line-height: 2rem;
}
h4 {
  color: var(--true-green);
  font-size: 1.25rem;
  line-height: 1.5rem;
}
h5 {
  font-size: 1.15rem;
  line-height: 1.5rem;
}
h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}
p {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  h2 {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  h4 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  h6 {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}

a {
  text-decoration: none;
}

hr {
  color: var(--light-green-color);
  border-width: 2px;
}

.fw-black {
  font-family: "gothamblack" !important;
}

.fw-bold {
  font-family: "gothambold" !important;
}

.subtitle {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 991px) {
  .subtitle {
    font-size: 1rem;
  }
}

/* GRADIENTS */
.bg-green {
  background: rgb(8, 117, 118);
  background: linear-gradient(
    85deg,
    rgba(8, 117, 118, 1) 8%,
    rgba(6, 71, 71, 1) 90%
  );
  color: var(--wh-color);
}

/* HEADER */
/* header{
  border-bottom: 1px solid var(--dark-green-color);
} */

.postheader {
  background-color: var(--light-green-color);
  font-family: "gothambold";
  font-size: 1rem;
  color: var(--dark-green-color);
}
.nota-contacto {
  font-size: 10px;
  color: #ffffff !important;
  line-height: 1.1; /* Ajusta este valor para reducir el interlineado */
  padding-top: 5px;
 
}
.contacto-label, .nota-contacto {
  color: white;
}
.form-check-input.custom-checkbox-adjust {
  margin-top: 3.15em; /* Ajuste de la posición vertical del checkbox */
  margin-right: 0.5em; /* Espacio a la derecha del checkbox */
}

.contacto-label {
  font-size: 12px;
}


/* HERO */
section.hero {
  background-color: var(--bg-light);
  background-image: url("../img/hero-bg.jpg");
  background-repeat: repeat;
  .tags-list {
    position: absolute;
    z-index: 5;
    top: 18px;
    left: 32px;
    width: 78%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    li {
      padding: 5px 5px;
      font-size: 14px;
      font-family: "gothambook";
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 4px;
    }
  }
  .btn-share {
    position: absolute;
    z-index: 5;
    top: 14px;
    right: 32px;
    border: none;
    background-color: var(--orange-color);
    border: 1px solid var(--first-color);
    height: 40px;
    line-height: 35px;
    width: 40px;
    border-radius: 20px;
    text-align: center;
  }
  .proyecto{
    margin-top: 3px

  }
  .swiper-pagination-hero{
    padding-top: 70px;
  }
  .swiperpag{
    margin-top: -120px;
  }
  @media (min-width: 700px) and (max-width: 900px) {
    .proyecto {
      margin-top: 14px; /* Ajusta este valor según lo necesites en este rango de pantallas */
    }
  
    .swiperpag {
      margin-top: 14px; /* Ajusta este valor según lo necesites en este rango de pantallas */
    }
  }
  @media (min-width: 300px) and (max-width: 600px) {
    .proyecto {
      margin-top: -1px; /* Ajusta este valor según lo necesites en este rango de pantallas */
    }
 
  
    .swiperpag {
      margin-top: 14px; /* Ajusta este valor según lo necesites en este rango de pantallas */
    }
  }
  
  
  .form-box {
    color: var(--wh-color);
    background-color: var(--true-green);
    border-radius: var(--border-radius);
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
    form {
      h2 {
        color: var(--wh-color);
        font-family: "gothambold";
      }
      a:link,
      a:visited {
        color: var(--wh-color);
        text-decoration: underline;
        font-family: "gothambold";
      }
      .form-check-input {
        background-color: transparent;
        border: 1px solid #fff;
      }
      .form-check-input:checked[type="checkbox"] {
        background-color: var(--dark-green-color);
      }
    }
  }
  .data {
    p {
      color: var(--true-green);
      font-family: "gothambook";
      & span {
        color: var(--dark-green);
      }
    }
  }
}

section.sala-ventas {
  background-color: var(--dark-green-color);
  background-image: url("../img/sala-ventas.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 10%;
  & h2 {
    color: var(--bl-color);
  }
  & h3 {
    font-family: "gothambold";
    color: var(--wh-color);
  }
  & p {
    font-family: "gothambook";
  }
}

@media screen and (max-width: 991px) {
  section.hero {
    .tags-list {
      top: 18px;
      left: 20px;
    }
    .btn-share {
      top: 14px;
      right: 20px;
    }
  }
}

/* HERO */
section.tku-hero {
  background-color: var(--bg-light);
  background-image: url("../img/tku-hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--wh-color);
}

/* MAIN */
section.navigation {
  background-color: var(--dark-green-color);
  .swiper-slide {
    a {
      flex-flow: column;
      align-items: center;
      .ico {
        max-width: 32px;
      }
      .title {
        display: block;
        color: var(--wh-color);
      }
    }
  }
}

.separator-top {
  min-height: 80px;
  background-image: url("../img/sep-top.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-color: #e0d7ce;
  
}

section.conoce-apartamentos {
  background-color: var(--wh-color);
  .lead {
    font-family: "gothambook";
  }
  .tags-list {
    position: absolute;
    z-index: 5;
    top: 18px;
    left: 32px;
    width: 78%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    li {
      color: var(--bk-color);
      padding: 10px 12px;
      font-size: 14px;
      font-family: "gothambook";
      background-color: var(--true-green);
      border-radius: 4px;
    }
  }
  .tag {
    border-left: 10px solid var(--true-green);
    background-color: rgba(143, 200, 201, 0.2);
    padding: 8px 16px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    font-size: 1rem;
  }
  .cta-1,
  .cta-2 {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 46px;
    h2 {
      color: var(--bk-color);
    }
  }
  .cta-1 {
    background-image: url("../img/BannerCTA1.png");
    background-position: 0% 0%;
  }
  .cta-2 {
    background-image: url("../img/BannerCTA2.png");
    background-position: 100% 0%;
  }
}

section.areas-comunes {
  background-color: var(--wh-color);
  .tags-list {
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 32px;
    width: 78%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    li {
      padding: 8px;
      font-size: 14px;
      font-family: "gothambook";
      color: var(--bl-color);
      background-color: var(--light-yellow-color);
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
    }
  }
}

.separator-bottom {
  min-height: 75px;
  background-image: url("../img/sep-bottom.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

section.recorre-apartamentos {
  background-color: var(--bg-light);
  iframe {
    height: 450px;
  }
}

@media screen and (max-width: 992px) {
  section.recorre-apartamentos {
    background-color: var(--bg-light);
    iframe {
      height: 400px;
    }
  }
}

@media screen and (max-width: 480px) {
  section.recorre-apartamentos {
    .nav-pills {
      justify-content: space-between;
    }
  }
}

section.puntos-interes {
  background-color: var(--bg-light);
  .iframe {
    width: 100%;
    display: flex;
    &.location {
      opacity: 1;
      transform: translate(0);
    }
    .padding-global.mobile {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      .html-embed-2 {
        width: 100%;
        height: 600px;
      }
    }
  }
}

@media screen and (max-width: 991px) {
  section.puntos-interes {
    .iframe {
      .padding-global.mobile {
        .html-embed-2 {
          height: 400px;
        }
      }
    }
  }
}

section.ubicacion {
  background-color: var(--bg-light);
  .map {
    border-radius: var(--bs-border-radius);
  }
}

section.referidos {
  background-color: var(--bg-light);
  .row {
    .card {
      border-color: transparent;
      box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    }
  }
}

@media screen and (max-width: 991px) {
  section.referidos {
    .row {
      .card {
        margin-top: -50px;
      }
    }
  }
}

section.otros-canales {
  background-color: var(--bg-light);
  .card {
    border-color: transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    a:link,
    a:visited {
      color: var(--dark-green-color);
    }
  }
}

/* PREFOOTER */
.pre-footer {
  background-color: var(--dark-green-color);
  background-image: url("../img/pre-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  & h2 {
    color: var(--wh-color);
  }
  & h3 {
    font-family: "gothambold";
    color: var(--wh-color);
  }
}

/* FOOTER */
footer {
  p {
    a {
      text-decoration: none;
      display: inline-flex;
      &:link {
        color: var(--wh-color);
      }
      &:hover {
        color: var(--light-green-color);
      }
      & img {
        margin-right: 5px;
      }
    }
  }
}

/* MODAL */
.modal {
  .modal-header {
    border-bottom: transparent;
    padding: 15px 20px 0px 0px;
    .btn-close {
      background: none;
      width: 2em;
      height: 2em;
      opacity: 1;
    }
  }
  .modal-body {
    a:link,
    a:visited {
      color: var(--dark-green-color);
    }
    a:hover,
    a:focus {
      color: var(--dg-color);
    }
  }
}
.modal-backdrop {
  background-color: var(--true-green);
}

/* ALERTS */
.alert-light {
  background-color: transparent;
  border-color: var(--dark-green-color);
  h3 {
    font-weight: bold;
    color: var(--dark-green-color);
  }
}
.alert-light-green {
  background-color: var(--light-green-color);
  h3 {
    color: var(--dark-green-color);
  }
}

/* FORMS */
.form-check-inline {
  margin-right: 0.5rem;
}
div.error-message {
  color: yellow;
}

/* BUTTONS */
.btn-orange {
  font-family: "gothambold";
  font-size: 1.125rem;
  background-color: var(--orange-color);
  color: var(--wh-color);
  border: 1px solid var(--orange-color);
  border-radius: 4px;
  padding: 8px 24px;
  text-align: center;
  line-height: initial;
  &:hover {
    color: var(--bl-color);
    background-color: var(--wh-color);
    border-color: var(--true-green);
    img {
      filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(7498%)
        hue-rotate(119deg) brightness(85%) contrast(102%);
    }
  }
  &:active {
    opacity: 0.5;
  }
}

.btn-outline-dark-green {
  background-color: transparent;
  color: var(--dark-green-color);
  border: 1px solid var(--dark-green-color);
  border-radius: 8px;
  padding: 8px 24px;
  text-align: center;
  line-height: initial;
  img {
    margin-right: 10px;
  }
  &:hover {
    font-family: "gothambold";
  }
}

.nav-pills .nav-link {
  font-size: 1.25rem;
  font-family: "gothambook";
  margin: 5px;
}

.conoce-apartamentos .nav-pills .nav-link {
  color: var(--dark-green-color);
  background-color: var(--light-green-color);
}

.recorre-apartamentos .nav-pills .nav-link {
  color: var(--dark-green-color);
  background-color: transparent;
  border: 1px solid var(--dark-green-color);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--wh-color);
  background-color: var(--dark-green-color);
}

.nav-pills {
  --bs-nav-apartamento-border-radius: 4px;
}
/*whatsapp Icon */

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
}

.whatsapp-float img.whatsapp-icon {
  margin-top: 10px;
  width: 40px;
  height: 40px;
}

/*whatsapp Icon */
/* SWIPPER */
.swiper {
  width: 100%;
  height: 100%;
  padding: 0px;
}

.swiper-slide {
  text-align: center;
  display: flex;
  height: 95% !important;
  justify-content: center;
  /* margin-bottom: 20px; */
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-wraps-controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: white;
}

.swiper-button-next,
.swiper-button-prev {
  /* position: unset; */
  display: block;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 5px;
  right: auto;
  transform: scale(0.6);
  top: 46%;
  background-color: var(--dark-green-color);
  padding: 15px 10px;
  display: table;
  border-radius: 15px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 5px;
  left: auto;
  transform: scale(0.6);
  top: 46%;
  background-color: var(--dark-green-color);
  padding: 15px 10px;
  display: table;
  border-radius: 15px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 18px !important;
  width: auto;
  position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  background-color: rgba(0, 73, 73, 0.5);
  height: 14px;
  width: 14px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  border: 1px solid var(--swiper-theme-color);
  background-color: var(--swiper-theme-color) !important;
}

/* tipologia */
.swiper-tipo2,
.swiper-tipo3,
.swiper-tipo4,
.swiper-tipo4a,
.swiper-tipo5,
.swiper-tipo6,
.swiper-tipo16 {
  background-image: url("../img/textura.jpg");
  background-repeat: repeat;
  .swiper-slide {
    .hero-image {
      border-radius: var(--bs-border-radius);
      img {
        border-radius: var(--bs-border-radius);
      }
    }
  }
}

/* bullets position */
.swiper-hero .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-tipo2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-tipo3 .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-tipo4 .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-tipo4a .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-tipo5 .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-tipo6 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px !important;
  width: auto;
  position: relative;
  height: 0px;
}

/* hero */
.swiper-hero {
  padding: 0px;
  height: 82%;
  border-radius: var(--bs-border-radius);
  .swiper-slide {
    margin-bottom: 0px;
    .hero-image {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      min-height: 120%;
      border-radius: var(--bs-border-radius);
    }
  }
}

.swiper-hero .swiper-slide .row {
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 460px;
}

/* Areas comunes */
.swiper-comunes {
  padding: 0px;
  height: 100%;
  border-radius: var(--bs-border-radius);
  .swiper-slide {
    margin-bottom: 20px;
    .hero-image {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      min-height: 100%;
      border-radius: var(--bs-border-radius);
    }
  }
}

.swiper-comunes .swiper-slide .row {
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 360px;
}

.swiper-menu {
  .swiper-slide {
    display: contents;
    margin-bottom: initial;
    a {
      margin-right: 2px !important;
    }
  }
}

@media screen and (max-width: 991px) {
  .swiper-hero {
    height: 80%;
  }
}

@media screen and (max-width: 768px) {
  .swiper-hero {
    height: 75%;
    border-radius: initial !important;
    .hero-image {
      border-radius: initial !important;
    }
  }
  .form-box {
    border-radius: initial !important;
  }
}

@media screen and (max-width: 576px) {
  .swiper-hero {
    height: 73%;
  }
}

.swiper-pagination span {
  cursor: pointer;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
