/*
    Main Functions:
        +Variables $var: 
        +Add compounds inside other compounds
            {
                {
                }
            }

        +Hover effect: 
            button {
                color: red;
                &:hover{
                    color: blue;
                }
            }

        +Import other scss files
            @import ""
*/
@font-face {
  font-family: "Mont-Reg";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mont-Med";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mont-Semi";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Then use it in your elements */
body {
  font-family: "Mont-Reg", sans-serif;
}

h1, a {
  font-family: "Mont-Med", sans-serif;
}

h2 {
  font-family: "Mont-Semi", sans-serif;
}

.word-slider {
  height: 1em;
  line-height: 1em;
  margin: 0 0.5em;
  overflow: hidden;
  list-style-type: none;
  font-family: "MontBold";
  font-size: 7rem;
  color: white;
  -webkit-mask-image: linear-gradient(transparent, white, white, white, transparent);
          mask-image: linear-gradient(transparent, white, white, white, transparent);
}

.word-slider > li {
  text-align: center;
  animation: word-slider 8s ease-in-out infinite;
  animation-delay: 0s;
  animation-fill-mode: backwards;
  backface-visibility: hidden;
}

@keyframes word-slider {
  0% {
    transform: translate3D(0, 0, 0);
  }
  14.2% {
    transform: translate3D(0, 0, 0);
  }
  28.4% {
    transform: translate3D(0, -100%, 0);
  }
  42.6% {
    transform: translate3D(0, -100%, 0);
  }
  56.8% {
    transform: translate3D(0, -200%, 0);
  }
  71% {
    transform: translate3D(0, -200%, 0);
  }
  85.2% {
    transform: translate3D(0, -300%, 0);
  }
  100% {
    transform: translate3D(0, -300%, 0);
  }
}
[data-120="120vh"] {
  height: 120vh !important;
}

#header {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  z-index: 1000;
  position: fixed;
  transition: 0.3s;
  padding-bottom: 10px;
}
#header #menu-open {
  display: none;
}
#header #menu-close {
  display: none;
}

#header-logo {
  padding-top: 30px;
  margin-left: 20px;
  cursor: pointer;
  width: 20%;
}
#header-logo img {
  width: 100%;
}

#header-bar {
  height: 70px;
  transition: 0.3s;
  display: flex;
  flex-flow: wrap;
  padding-top: 70px;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 5%;
  font-size: 1em;
  font-family: "MontBold";
  color: #fff;
}

.header-o {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-flow: wrap;
  cursor: pointer;
  transition: 0.3s;
  justify-content: center;
}
.header-o a {
  width: 100%;
  text-decoration: none;
}

#header-bar a:hover ~ #border-b {
  width: 80%;
  background-color: #fff;
  transition: 0.3s;
}

#border-b {
  margin-left: auto;
  margin-right: auto;
  width: 1%;
  height: 2px;
  background-color: none;
  transition: 0.3s;
}

@media (max-width: 1000px) {
  #o-activo {
    color: #fff;
  }
  #menu-open {
    height: 20px;
    width: 20px;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 2em;
    display: flex !important;
    position: absolute;
    transition: 0.3s;
    right: 10%;
    top: 80px;
    color: #fff;
  }
  #menu-close {
    height: 20px;
    width: 20px;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 2em;
    display: flex !important;
    transition: 1s;
  }
  #header-bar {
    transform: translateX(100%);
    position: fixed;
    height: 120vh;
    background-color: #366662;
    display: flex;
    padding-top: 0;
    right: 0;
    margin-right: 0;
    flex-flow: wrap;
    align-content: flex-start;
    z-index: 2;
  }
  #header-logo {
    overflow: hidden;
    width: 30%;
  }
  #header-logo img {
    width: 90%;
  }
  .header-o {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #header-dim {
    height: 0vh;
    width: 100%;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: 0.3s;
  }
}
@media (min-width: 1100px) {
  .header-o {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 320px) {
  #menu-open {
    top: 10px;
  }
}
@media (min-width: 375px) {
  #menu-open {
    top: 35px;
    right: 8%;
  }
}
@media (min-width: 540px) {
  #menu-open {
    top: 40px;
  }
}
.hero {
  position: relative;
  background: url("../assets/Titan-Apolo.jpg") no-repeat center center/cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Adjust the opacity as needed */
  z-index: 1;
}

.hero-content {
  max-width: 600px;
  z-index: 2;
}

.hero-content h1 {
  font-size: 2rem;
  color: #e6e3e4;
  width: 85%;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.5rem;
  }
}

.hero-content p {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #e6e3e4;
}

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.search-container form {
  width: 100%;
  margin-bottom: 1rem;
}
.search-container form input {
  width: 60%;
  padding: 0.5rem;
  font-size: 1rem;
  border: none;
  border-radius: 5px 0 0 5px;
}

.search-container .search-btn {
  padding: 0.5rem 1.4rem;
  background-color: #E84A25;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.search-container .search-btn img {
  width: 1rem;
  height: 1rem;
}

.cta-btn {
  padding: 1rem 2rem;
  background-color: #E84A25;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}

.cta-btn:hover {
  color: #E84A25;
  background-color: white;
  text-decoration: none;
}

.home-corte {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: absolute;
  min-height: 192px;
  margin-top: -189.1px;
  z-index: 3;
}
.home-corte #rectangulo-1 {
  position: absolute;
  width: 90%;
  height: 150px;
  background-color: #fff;
  transform: rotate(20deg);
  margin-left: -818.1px;
  margin-top: -3px;
}
.home-corte #rectangulo-2 {
  position: absolute;
  width: 230%;
  height: 280px;
  background-color: #fff;
  transform: rotate(-8deg);
}

#masnuevo {
  background-color: white;
}

.burbuja-contacto {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #e6e3e4; /* Color de fondo de la burbuja */
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Sombra para darle efecto de burbuja */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Asegura que quede por encima de otros elementos */
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.burbuja-contacto:hover {
  background-color: #366662; /* Cambia el color al pasar el mouse */
}

.burbuja-contacto:hover img {
  content: url("../assets/icons/sms_gray.png");
}

.burbuja-contacto img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-slider {
  width: 95%;
  max-width: 1200px;
  text-align: center;
  margin: auto;
}

.main-slider h2 {
  margin-top: 2rem;
  color: #E84A25;
  margin-bottom: 0.5rem;
  font-family: "Mont-Semi", sans-serif;
}

.main-slider p {
  color: black;
  margin-bottom: 1.5rem;
}

.owl-carousel .item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 1rem;
  text-align: left;
  width: 100%;
}

.slide-content .img-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.img-link:hover ~ .sub-item-img {
  transform: scale(1.2);
}

.sub-slider .sub-item {
  border-radius: 10px;
  width: auto;
  height: 300px;
  overflow: hidden;
  display: flex;
}
.sub-slider .sub-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.sub-slider .sub-item img:hover {
  transform: scale(1.2);
}

.slide-content {
  padding: 1rem;
}
.slide-content .icons {
  display: flex;
}
.slide-content .icons .i_icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.slide-content .icons .i_icon img {
  margin-right: 5px;
  width: 20px; /* Adjust the width according to your needs */
  height: auto;
}

.slide-content h3 {
  color: #333;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  height: 3rem;
  align-content: center;
}

.slide-content h3:hover {
  color: #E84A25;
}

#link_project {
  text-decoration: none !important;
  color: #333 !important;
}

#link_project:hover {
  color: #E84A25 !important;
  text-decoration: none !important;
}

.slide-content p {
  color: #666;
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
}

.slide-content p span {
  color: #E84A25;
}

.fa {
  width: 1.5rem !important;
  height: 1.5rem !important;
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  transform: translate(-100%, 10%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 2rem !important;
  background-color: rgba(54, 102, 98, 0.7960784314) !important;
}

.owl-prev {
  position: absolute;
  top: 25%;
  left: 0;
}

.owl-next {
  position: absolute;
  top: 25%;
  right: -20px;
}

.img-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.partners-scrolled {
  scale: 1.15;
}

.partners-info-scrolled {
  scale: 0.9;
}

#partners {
  width: 90%;
  margin: auto;
  margin-top: 5.5rem;
  margin-bottom: 6.5rem;
  transition: all 0.5s;
}

.main-slider-partners {
  width: 80%;
  height: 400px;
  margin: auto;
  transition: all 0.5s;
  border-radius: 15px;
}

.partner {
  width: 100%;
  height: 450px;
  display: flex;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.partner-photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/3.1;
  position: relative;
  transition: all 0.3s ease;
}

.partner-photo-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.45);
  transition: all 0.2s ease;
}

.partner-ad {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
}

.partner-info {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white; /* Make sure this variable is defined */
  row-gap: 20px;
  text-align: center;
  z-index: 3;
  box-sizing: border-box; /* Ensure padding and borders do not affect size */
  transition: all 0.5s;
}
.partner-info a {
  text-decoration: none;
  color: white;
  width: 35%;
  height: 2rem;
  line-height: 2rem;
  background-color: #E84A25;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.partner-info a:hover {
  background-color: white;
  color: #E84A25;
}
.partner-info p {
  font-size: 1.2rem;
  margin: 0; /* Ensure there is no additional margin affecting layout */
  width: 51%;
  color: #e6e3e4;
}

.partner:hover .partner-photo-layer {
  background-color: rgba(0, 0, 0, 0.5);
}

.partner:hover .partner-photo {
  transform: scale(1.09);
}

@media (max-width: 768px) {
  .partner-info p {
    width: 80%;
  }
  .partner-info a {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .partner-info p {
    width: 90%;
  }
  .partner-info a {
    width: 60%;
  }
}
.locations-container {
  display: flex;
  flex-direction: row; /* Ensure the cards and map are side by side */
  background-color: white;
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
}
.locations-container .img-link {
  display: none;
}
.locations-container .text-link {
  text-decoration: none;
  color: #333;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}
.locations-container .text-link:hover {
  color: #E84A25;
}

.locations-cards {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  flex: 1;
  overflow-y: auto;
  padding-left: 100px;
  box-sizing: border-box;
  background-color: white;
  justify-content: left; /* Center the content horizontally */
  align-items: baseline; /* Center the content vertically */
}
.locations-cards .item-location {
  min-height: 430px !important;
}

.locations-cards::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.locations-cards {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.locations-map {
  width: 40%; /* Adjust as needed */
  position: fixed;
  top: 0;
  right: 3%;
  height: 90%;
  border-radius: 15px;
}
.locations-map .item-location {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  padding: 0rem;
  text-align: left;
  width: 100%;
  margin-top: 0;
}
.locations-map .item-location .maps-item-slider {
  display: none;
}
.locations-map .item-location .slide-content a {
  display: block;
}
.locations-map .item-location .slide-content .img-link {
  margin-top: 20%;
  height: 72%;
}

.item-location {
  background-color: red;
  border: 1px solid #ddd;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 270px;
}

.item-location .owl-theme .item-location {
  background-color: #fff;
  background-color: red !important;
  border-radius: 10px;
  overflow: hidden;
  padding: 1rem;
  text-align: left;
  width: 100%;
}

.owl-stage {
  display: flex !important;
}

.owl-stage-outer {
  overflow: hidden !important;
}

.item-location .owl-nav {
  visibility: hidden;
}

.maps-item-slider .sub-item {
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: auto;
  height: 200px;
  overflow: hidden;
}

.locations-card {
  padding: 20px; /* Increased padding for more space inside each card */
  border: 1px solid #ccc; /* Light grey border */
  margin: 10px 0; /* Adjusted margin for vertical spacing, remove horizontal */
  cursor: pointer; /* Pointer to indicate clickable */
  background-color: #fff; /* White background for each card */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
  transition: transform 0.2s ease, border-color 0.2s ease; /* Smooth transitions for interaction */
  border-radius: 2rem;
}

.info-window {
  width: 200px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.info-window h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.info-window p {
  margin: 0 0 5px;
  font-size: 14px;
}

/* Medium screens (tablets, small desktops) */
@media (max-width: 768px) {
  .locations-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Small screens (phones) */
@media (max-width: 480px) {
  .locations-cards {
    grid-template-columns: 1fr;
  }
}
.filter-container {
  width: 50%;
  padding: 150px 100px;
  background-color: white;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.filter-group {
  flex: 1 1 calc(25% - 1rem);
  display: flex;
  flex-direction: column;
}

.filter-group label {
  margin-bottom: 0.5rem;
}

.filter-label {
  color: white;
}

.filter-group input {
  padding: 0.5rem;
  border: 1px solid #f8f5f5;
  border-radius: 4px;
}

.filter-button {
  align-self: flex-end;
  padding: 0.75rem 1.5rem;
  background-color: #E84A25;
  border: none;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* Filter Button */
.filter-button {
  background-color: #E84A25;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
}

.filter-button:hover {
  background-color: #E84A25;
}

/* Filter Window */
.filter-window {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
}

.filter-window-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid white;
  width: 80%;
  max-width: 600px;
  border-radius: 12px; /* Rounded borders */
}

.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Filter Form */
.filter-form {
  display: flex;
  flex-direction: column;
}

.filter-group {
  margin-bottom: 15px;
}

.filter-label {
  display: block;
  color: black;
  margin-bottom: 5px;
}

.checkbox-group {
  margin-bottom: 10px;
}

.button-group {
  display: flex;
  padding: 10px;
  gap: 0.5rem;
  width: 100%; /* Ensure the button group takes the full width */
}

.full-width {
  width: 100%;
}

.filter-button {
  padding: 0.5rem 1rem;
  background-color: transparent; /* Set background to transparent */
  border: 1px solid #c53615;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.filter-button:hover {
  background-color: #ed7053;
}
.filter-button.active {
  background-color: #c53615;
}

.container-login {
  height: 100%;
  padding: 200px;
}

.open-filter-button {
  display: inline-block;
  border: none;
  background-color: transparent;
  margin-left: 1rem;
}

.filter-second-button {
  background-color: transparent;
  border: 1px solid #E84A25;
  color: #E84A25;
  padding: 1px 10px;
  border-radius: 9px;
}

#resetFilters {
  color: black;
  border: 1px solid gray;
}

.filter-dropdown-button {
  padding: 0.5rem 1rem;
  background-color: transparent; /* Set background to transparent */
  border: 1px solid #c53615;
  color: #E84A25;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
.filter-dropdown-button:hover {
  background-color: #ed7053;
}
.filter-dropdown-button.active {
  background-color: #c53615;
}

.filter-dropdown {
  position: left;
  display: none;
  z-index: 1;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 2;
}

.filter-dropdown-content {
  display: flex;
  flex-direction: column;
}

.apply-filter {
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  border-radius: 500px;
  transition-property: background-color, border-color, color, box-shadow, filter;
  transition-duration: 0.3s;
  border: 1px solid transparent;
  letter-spacing: 2px;
  min-width: 160px;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 700;
  text-align: center;
  padding: 16px 14px 18px;
  color: #E84A25;
  box-shadow: inset 0 0 0 2px #E84A25;
  background-color: transparent;
  height: 48px;
}

.reset-link {
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  border-radius: 500px;
  transition-property: background-color, border-color, color, box-shadow, filter;
  transition-duration: 0.3s;
  border: 1px solid transparent;
  letter-spacing: 2px;
  min-width: 160px;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 700;
  text-align: center;
  padding: 16px 14px 18px;
  color: #616467;
  box-shadow: inset 0 0 0 2px #616467;
  background-color: transparent;
  height: 48px;
}
.reset-link :hover {
  color: #fff;
  background-color: #616467;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 20%;
  z-index: 1;
  border-radius: 2rem;
  padding: 20px;
}

.dropdown-content.show {
  display: block;
}

.amenities-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 100%;
}

.checkbox-group {
  display: flex;
  align-items: center;
  flex: 1 1 calc(50% - 1rem);
}

.checkbox-group input[type=checkbox] {
  margin-right: 0.5rem;
}

.checkbox-group label {
  font-weight: normal;
  color: black;
}

select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid black;
  border-radius: 4px;
  background-color: white; /* Use your secondary color */
  color: black;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJ3aGl0ZSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjA2NyA1LjMzM2ExIDEgMCAwIDEgMCAxLjQxNGwtNSAzYSAxIDEgMCAwIDEtMS4xMzMgMGwtNS0zQTEgMSAwIDAgMSAyIDQuMzMzYzAgLjczNC43NzYgMS4yMDcgMS40MTQuOTY2TDggNi4yMjRsNC42MDcgLTIuOTI4Yy42MzgtLjIyLjEzNi0xLjEyNy0uOTY2LS45NjZ6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
}

select:focus {
  border-color: black;
  outline: none;
}

.select-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

input[type=number] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid black;
  border-radius: 4px;
  background-color: white; /* Use your secondary color */
  color: black;
  font-size: 16px;
  -webkit-appearance: textfield;
          appearance: textfield; /* Standard property */
  -moz-appearance: textfield; /* Removes the arrows on Firefox */
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* Removes the arrows on Chrome */
}

input[type=number]:focus {
  border-color: black;
  outline: none;
}

.price-input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.price-input-container input[type=number] {
  width: 100%;
  padding: 0.75rem;
  padding-right: 2.5rem; /* Adjust to make space for the MX$ sign */
  border: 1px solid black;
  border-radius: 4px;
  background-color: white; /* Use your secondary color */
  color: black;
  font-size: 16px;
}

.price-input-container input[type=number]::-webkit-outer-spin-button,
.price-input-container input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* Removes the arrows on Chrome */
}

.price-input-container input[type=number]:focus {
  border-color: #ed7053;
  outline: none;
}

.price-input-container::after {
  content: "MX$";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  font-size: 16px;
  pointer-events: none;
}

#openFilters {
  width: -moz-max-content;
  width: max-content;
}
#openFilters img {
  width: 1.55rem;
  height: 1.55rem;
}

.filters {
  position: relative;
}
.filters .dropdown-content {
  position: absolute;
  top: 3rem;
}
.filters button {
  border-radius: 5px;
}

/* Responsive adjustments */
/* Medium screens (tablets, small desktops) */
@media (max-width: 768px) {
  .locations-container {
    flex-direction: column;
  }
  .locations-cards {
    width: 100%;
    padding-left: 0px;
    justify-content: center;
  }
  .locations-map {
    width: 100%;
    position: relative;
    height: 50vh;
    right: 0;
    top: 0;
    margin-top: 1rem;
    display: none;
  }
  .filter-container {
    width: 100%;
    padding: 50px 20px;
    padding-top: 11rem;
  }
}
/* Small screens (phones) */
@media (max-width: 480px) {
  .locations-cards {
    width: 100%;
    padding-left: 10px;
  }
  .locations-map {
    width: 100%;
    height: 40vh;
    display: hidden;
  }
  .filter-container {
    width: 100%;
    padding: 20px 10px;
    padding-top: 11rem;
  }
  .filter-form {
    flex-direction: column;
  }
  .filter-group {
    flex: 1 1 100%;
  }
  .button-group {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.content {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 44px;
       column-gap: 44px;
  align-items: center;
  padding-top: 110px;
}

.project_carousel {
  position: relative;
  width: 95%;
  height: 450px;
}

.project-body {
  display: flex;
  -moz-column-gap: 55px;
       column-gap: 55px;
  width: 95%;
  margin-top: 54px;
}

.project-info {
  display: flex;
  -moz-column-gap: 55px;
       column-gap: 55px;
  width: 100%;
}

.info-izq {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 40px;
  overflow-y: auto;
}

.agenda-cita {
  display: flex;
  flex-direction: column;
  width: 300px;
  flex: none;
  row-gap: 20px;
  position: sticky;
  top: 9vw;
}

.project-button-list {
  display: flex;
  width: 100%;
  gap: 14px;
  flex-wrap: wrap;
}
.project-button-list button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  min-width: 100px;
  flex: 1 1 5rem;
  height: 35px;
  border: 1px solid #E84A25;
  background-color: #fff;
  border-radius: 4px;
  color: #E84A25;
  cursor: pointer;
}
.project-button-list button p {
  margin: 0 auto;
}
.project-button-list .btn-yt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
  min-width: 100px;
  flex: 1 1 5rem;
  height: 35px;
  border: 1px solid #E84A25;
  background-color: #fff;
  border-radius: 4px;
  color: #E84A25 !important;
  cursor: pointer;
  margin: 0 auto;
  font-family: "Mont-Reg", sans-serif;
}
.project-button-list .btn-yt img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.project-button-list .selected {
  background-color: #E84A25;
  color: white;
}

.project-resume {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.project-resume h1 {
  font-size: 25px;
  color: black;
}
.project-resume p {
  font-size: 16px;
  color: rgb(145, 145, 145);
}

.project-characteristics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 31px;
}

.characteristic {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.charac-icon {
  display: grid;
  justify-content: center;
  width: 38px;
  position: relative;
  flex: none;
}
.charac-icon img {
  width: 100%;
}

.charac-info {
  width: 100%;
}
.charac-info h3 {
  font-size: 16px;
  color: rgb(145, 145, 145);
  margin-bottom: 0;
}
.charac-info p {
  font-size: 14px;
  color: rgb(145, 145, 145);
}

.divisor {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: rgb(200, 200, 200);
}

.project-about {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.project-about h2 {
  font-size: 25px;
  color: black;
  margin-bottom: 0;
}
.project-about p {
  font-size: 16px;
  color: rgb(145, 145, 145);
  text-align: justify;
}
.project-about .saber-mas {
  font-style: italic;
  display: none;
}
.project-about span {
  color: #E84A25;
  cursor: pointer;
  font-style: bold;
}
.project-about .span-menos {
  display: none;
}

.project-amenities {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.project-amenities h2 {
  font-size: 25px;
  color: black;
  margin-bottom: 0;
}
.project-amenities .amenities-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
}

.amenity {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.amenity-icon {
  display: grid;
  justify-content: center;
  width: 38px;
  position: relative;
  flex: none;
}
.amenity-icon img {
  width: 100%;
}

.amenity-info {
  width: 100%;
  display: flex;
  align-items: center;
}
.amenity-info h3 {
  font-size: 16px;
  color: rgb(145, 145, 145);
  margin-bottom: 0;
}

.project-unities {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 940px;
}
.project-unities h2 {
  font-size: 25px;
  color: black;
  margin-bottom: 0;
}
.project-unities .unities-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 460px;
  background-color: white;
}

.container {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
}

form p {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #366662;
  font-family: "Mont-Semi", sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

input[id=name],
input[type=email],
textarea,
select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.number-container {
  width: 100%;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

#country-code {
  width: 35%;
}

#phone-number {
  width: 65%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.send-button {
  width: 100%;
  padding: 10px;
  background-color: #366662;
  color: #e6e3e4;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Mont-Semi", sans-serif;
}

.send-button:hover {
  background-color: #e6e3e4;
  color: #366662;
}

textarea {
  resize: none;
}

.item-ind {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map-ind {
  height: 450px;
  width: 100%;
  background-color: #f9f9f9;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  display: none;
}

#streetview {
  display: none;
}

.unity-container {
  width: 100%;
  padding: 15px;
  min-width: 250px;
  max-width: 309px;
  border: 0.75px solid #e8e8e8;
  border-radius: 11px;
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.02);
  background-color: white;
}

.unity-card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 2/2;
  min-height: 275px;
}
.unity-card-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.unity-card-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 10px;
  row-gap: 10px;
}

.unity-card-name {
  font-size: 19px;
  color: rgb(145, 145, 145);
}

.unity-card-detail-ind {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.unity-card-detail-ind .unity-card-detail-title {
  font-size: 16px;
  color: rgb(145, 145, 145);
}
.unity-card-detail-ind .unity-card-detail-desc {
  font-size: 14px;
  color: rgb(145, 145, 145);
}

.zones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 95%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.zones h2 {
  width: 60%;
  margin: auto;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.9rem;
  color: rgb(145, 145, 145);
}
.zones a:hover {
  text-decoration: none;
}

.zones-container {
  display: flex;
}

.zone {
  width: 250px;
  display: flex;
  position: relative;
}

.zone:hover .zone-layer {
  background-color: rgba(0, 0, 0, 0.28);
}

.zone:hover .zone-photo img {
  transform: scale(1.2);
}

.zone-photo {
  width: 100%;
  aspect-ratio: 3/3.1;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
}
.zone-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}

.zone-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
}

.zone-title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  font-size: 20px;
  text-decoration: none;
  color: white !important;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 375px) and (max-width: 667px) {
  .zones h2 {
    width: 80%;
    font-size: clamp(1.2rem, 4vw, 2.5rem);
  }
  #owl-zones {
    margin: 0 auto;
    width: 250px;
  }
}
.contacto {
  background: rgb(255, 255, 255);
  background-size: cover;
  background-position: center;
  display: flex;
  color: black;
  width: 90%;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}

.message-contact {
  width: 70%;
  margin: auto;
  text-align: center;
}
.message-contact h1 {
  color: #E84A25;
}
.message-contact h2 {
  color: black;
}

.formcontact {
  width: 70%;
  margin: auto;
}

.contact-form {
  display: grid;
  grid-auto-flow: row dense;
}
.contact-form input, .contact-form select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-width: 1px;
  border-bottom-color: #E84A25;
  width: 100%;
  color: rgb(82, 82, 82);
}
.contact-form input {
  margin-bottom: 15px;
}
.contact-form ::-moz-placeholder {
  color: rgb(82, 82, 82);
}
.contact-form ::placeholder {
  color: rgb(82, 82, 82);
}
.contact-form label {
  color: rgb(145, 145, 145);
  margin-bottom: -5px;
}
.contact-form .asunto-input {
  width: 98%;
  background-color: white;
}
.contact-form .telefono-input {
  width: 100%;
}
.contact-form .fila-asunto-tel {
  display: flex;
}
.contact-form .bloque-asunto {
  width: 50%;
}
.contact-form .bloque-tel {
  width: 50%;
}
.contact-form button {
  width: 6rem;
  height: 2.3rem;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  color: white;
  background-color: #E84A25;
  cursor: pointer;
}
.contact-form button:hover {
  background-color: white;
  color: #E84A25;
  border: solid 1px #E84A25;
}

footer {
  background-color: #e6e3e4;
  color: #366662;
  text-align: left;
  padding: 10px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
footer .logo {
  font-size: 1.5rem;
}
footer .logo {
  width: 80px;
  height: 80px;
  position: relative;
}
footer .logo::before,
footer .logo::after {
  content: "";
  position: absolute;
  background-color: #2e3c54;
}
footer .logo::before {
  width: 100%;
  height: 50%;
  top: 50%;
  left: 0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
footer .logo::after {
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transform-origin: top left;
  border-top-left-radius: 40px;
}
footer .logo {
  width: 50px;
  height: 50px;
  background-color: #E84A25;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 100% 100%, 0% 100%, 0 50%);
          clip-path: polygon(50% 0%, 100% 50%, 100% 100%, 0% 100%, 0 50%);
}
footer .logo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  height: 50%;
  background-color: #E84A25;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 100% 100%, 0 100%, 0 50%);
          clip-path: polygon(0% 0%, 100% 50%, 100% 100%, 0 100%, 0 50%);
}
footer a {
  color: #366662;
  text-decoration: none;
  display: block;
  margin: 5px 0;
}
footer a:hover {
  color: #E84A25;
  text-decoration: none;
}
footer h4 {
  font-family: "Mont-Semi", sans-serif;
}

footer div {
  margin: 10px;
}

p {
  margin-bottom: 0px;
}

body {
  background-color: white;
  overscroll-behavior: contain;
}

html {
  overflow-x: hidden;
}

html {
  font-size: 100%;
}
@media (max-width: 1200px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 80%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 70%;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 80%;
  }
}/*# sourceMappingURL=style.css.map */