/*///////////////////////// GENERALES /////////////////////////*/

body {
  font-family: "Karla", sans-serif;
  color: #212529;
  background-color: white;
}


html {
  scroll-behavior: smooth;
}


.ibm {
  font-family: "IBM Plex Serif", serif;
}

.karla {
  font-family: "Karla", sans-serif;
}

.jakarta {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrapper {
  overflow: hidden;
}

img {
  width: 100%;
}

a:hover {
  text-decoration: none;
}
a:focus-visible {
  outline: none; !important
}

strong,
b {
  font-weight: 700;
}

.fs-18 {
  font-size: 18px;
}

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

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

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

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

.primary {
  color: #5e988b;
}

.primary-bg {
  background-color: #5e988b;
}

.no-wrap {
  white-space: nowrap;
}

.rotate {
  transform: scaleX(-1);
}

.italic {
  font-style: italic;
}

/*///////////////////// BOTONES QUE PISAN BS //////////////////*/
.btn {
  border-radius: 50px;
  font-size: 18px;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  transition: all 150ms ease-out;
  text-decoration: none !important;
  display: flex;
  width: fit-content;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.show > .btn.dropdown-toggle {
  box-shadow: 0px 8px 15px -5px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 8px 15px -5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 8px 15px -5px rgba(0, 0, 0, 0.12);
}

.btn-primary {
  border: 2px solid #5e988b;
  color: #fff;
  background-color: #5e988b;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #407167;
  color: #fff;
  border: 2px solid #407167;
  transition: all ease 0.25s;
}

.btn-outline-primary {
  border: 2px solid #5e988b;
  color: #5e988b;
  background-color: #fff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background: #fff;
  color: #5e988b;
  border: 2px solid #5e988b;
  transition: all ease 0.25s;
}
.btn-tertiary {
  border: 2px solid #ff5722;
  color: #fff;
  background-color: #ff5722;
}

.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary:not(:disabled):not(.disabled).active,
.btn-tertiary:not(:disabled):not(.disabled):active,
.show > .btn-tertiary.dropdown-toggle {
  background: #e64c1e;
  color: #fff;
  border: 2px solid #e64c1e;
  transition: all ease 0.25s;
}
/* FLOAT BTN */
.wsp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.wsp-float:hover {
  text-decoration: none;
  color: white;
  background-color: #18b853;
}

/*///////////////////////// HEADER /////////////////////////*/
.menu {
  -webkit-transition: background 0.3s 0s linear;
  -moz-transition: background 0.3s 0s linear;
  -o-transition: background 0.3s 0s linear;
  transition: background 0.3s 0s linear;
}

.header-logo {
  display: none;
}

.collapse {
  justify-content: center;
}

.navbar {
  z-index: 100;
  width: 100%;
  padding: 0.8rem 8rem;
}

.nav-link {
  font-size: 18px;
  font-weight: 300;
  color: white !important;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  position: relative;
  padding: 10px 0px !important;
  text-transform: uppercase;
}

.navbar .nav-item a::after,
.navbar-light .navbar-nav > .nav-link.active::after {
  content: "";
  background-color: #5e988b;
  height: 2px;
  width: 28px;
  border-radius: 15px;
  position: absolute;
  left: -14px;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: -5;
  margin-bottom: 5px;
  opacity: 0;
  transition: all 0.3s;
}

.navbar .nav-item a:hover::after,
.navbar .nav-item a:focus::after,
.navbar-light .navbar-nav .nav-link.active-nav::after {
  content: "";
  left: 0;
  opacity: 1;
  background-color: #5e988b;
}

.header-overlay {
  background: rgb(0, 1, 4);
  background: linear-gradient(
    0deg,
    rgba(0, 1, 4, 0) 4%,
    rgba(0, 1, 4, 0.8399334733893557) 100%
  );
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  z-index: 5;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in {
  background: #fff !important;
}

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

.nav-item-logo {
  margin-right: 8rem;
  margin-left: 5rem;
  width: 150px;
}

.navbar.bsnav-sticky.bsnav-sticky-slide.sticked.in .header-logo {
  height: 60px;
  display: block;
}

.navbar.bsnav-sticky.bsnav-sticky-slide.sticked.in .nav-item-logo {
  display: none;
}

.navbar.bsnav-sticky.bsnav-sticky-slide.sticked.in .collapse {
  justify-content: end;
}

.navbar.bsnav-sticky.bsnav-sticky-slide.sticked.in .nav-link {
  color: #858a8e !important;
}

.navbar.bsnav-sticky.bsnav-sticky-slide.sticked.in {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 8px 15px -5px,
    rgba(0, 0, 0, 0.25) 0px 4px 10px -8px;
}

/* Bs nav para el menú mobile */
.navbar-toggler {
  right: 20px;
}

.bsnav-sticky.bsnav-sticky-slide.navbar-toggler-icon,
.bsnav-sticky.bsnav-sticky-slide .navbar-toggler-icon::after,
.bsnav-sticky.bsnav-sticky-slide .navbar-toggler-icon::before {
  transition: 0.3s !important;
}

.navbar.bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-toggler-icon,
.navbar.bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-toggler-icon::after,
.navbar.bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler-icon::before {
  background-color: #5e988b;
}

.bsnav-mobile .navbar {
  left: 0 !important;
  transform: translate3d(-300px, 0, 0) !important;
}

.bsnav-mobile.in .navbar {
  transform: translate3d(0px, 0, 0) !important;
}

.bsnav-mobile .navbar.bsnav-dark {
  background: #5e988b !important;
  padding: 0px 0 15px;
  box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.45);
}

.bsnav-mobile {
  z-index: 1000;
}

/*//////////////////////// MAIN-HERO ////////////////////////////*/
.main-section {
  height: 100vh;
  position: relative;
  line-height: 1;
  border-radius: 0 0 100px 100px;
  overflow: hidden;
}

.main-section .h1 {
  font-size: 3.6rem;
  line-height: 2.9rem;
  text-align: left;
  max-width: 570px;
}

.main-section .carousel {
  height: 100vh;
}

.main-section .carousel-inner {
  height: 100%;
}

.main-section .carousel-item,
.main-section .carousel-item.active {
  height: 100%;
}

.main-section .carousel-item img,
.main-section .carousel-item.active img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.main-section .carousel-caption {
  bottom: 0;
  z-index: 10;
  top: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 70%;
  left: 0;
  right: 0;
}

.hero-controls {
  position: absolute;
  bottom: 5%;
  z-index: 50;
  display: flex;
  right: 8%;
}

.main-section .hero-controls button {
  border: 1px solid white;
  outline: 0;
  background: transparent;
  opacity: 1;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  transition: 0.3s;
  position: relative;
  border-radius: 50%;
}

.main-section .hero-controls button:hover {
  background: white;
  color: #006e57;
}

.overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  opacity: 0.7;
}

.hero-dots {
  position: absolute;
  bottom: 7%;
  z-index: 50;
  left: 8%;
}

.main-section .carousel-indicators {
  align-items: center;
  position: relative;
  margin: auto;
}

.main-section .carousel-indicators li {
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
  border: 6px solid #ffffff25;
}

.main-section .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0);
  border: 6px solid #ffffff;
}

.deco-hero-left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 30%;
}
.hr-corto{
  border: 0;
  width: 85px;
  height: 3px;
  background-color: #5e988b;
}
.float-form{
  background-color: #fff;
  border-radius: 25px;
  position: absolute;
  top: 25%;
  right: 13%;
  width: 420px;
  padding: 30px;
  z-index: 10; 
}
.float-form .form-control, .mobile-form .form-control {
  border: 1px solid #dddddd;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: 300;
  background: transparent;
  color: rgb(37, 37, 37);
  padding: 20px 10px;
}

.float-form .form-control:hover, .float-form .form-control:focus, .mobile-form .form-control:hover, .mobile-form .form-control:focus {
  border-color: #5e988b;
  color: rgb(27, 27, 27);
}

.float-form .form-control::placeholder, .mobile-form .form-control::placeholder {
  color: #7c7c7c;
}
/*///////////////////////// animation zoom /////////////////////////*/

.animaZoom {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.infinite-zoom {
  -webkit-animation: zoomSlow 35s infinite linear;
  -moz-animation: zoomSlow 35s infinite linear;
  animation: zoomSlow 35s infinite linear;
}

@-webkit-keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*///////////////////////// NOSOTROS //////////////////////////*/
.about-us {
  padding: 6rem 0 4rem 0;
  display: flex;
  align-items: center;
  margin-top: -2rem;
}

.deco-titles {
  color: #5e988b;
  font-weight: 300;
  font-size: 18px;
  position: relative;
  padding-left: 48px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.deco-titles::before {
  content: "";
  width: 38px;
  height: 1px;
  background-color: #5e988b;
  position: absolute;
  left: 0;
  top: 50%;
}

.deco-titles::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #5e988b;
  position: absolute;
  left: 0;
  top: 37%;
  border-radius: 50%;
}

.deco-titles-w {
  color: white;
}

.deco-titles-w::before,
.deco-titles-w::after {
  background-color: white !important;
}

.about-video-container img {
  border-radius: 30px 0 30px 0;
  margin: 1.4rem 0;
}

.img-deco-right {
  position: relative;
}

.img-deco-right::before {
  content: url(../images/deco-img-right.svg);
  position: absolute;
  right: -20px;
  top: 50px;
  z-index: -1;
}

/* Btn animado */
.circle {
  width: 84px;
  height: 84px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #ffffff;
  margin: auto;
  transform: scale(1, 1);
}

.circle.pulse {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  background-color: #e1e1e141;
}

.circle svg {
  fill: #5e988b;
  stroke: #5e988b;
  stroke-linejoin: miter;
  stroke-width: 1;
  transition: all 0.3s;
}

.circle svg:hover {
  cursor: pointer;
  transform: scale(1.2, 1.2);
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

/*///////////////////////// POR QUE ELEGIRNOS //////////////////////////*/
.why-us {
  background: url(../images/deco-whyus.svg) #f8f8f8;
  background-size: 20%;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 4rem 0;
}

.img-deco img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 30px 0 30px;
}

.img-deco-left {
  position: relative;
}

.img-deco-left::before {
  content: url(../images/deco-img-left.svg);
  position: absolute;
  left: -20px;
  bottom: 30px;
}

.list {
  list-style: none;
  padding-left: 1.4rem;
}

.list li {
  margin-bottom: 0.6rem;
  position: relative;
}

.list li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5e988b;
  position: absolute;
  left: -1.4rem;
  font-size: 16px;
  top: 3px;
}

/*///////////////////////// banner //////////////////////////*/
.banner {
  background: url(../images/bg-banner.jpg);
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 6rem 0;
  color: white;
  font-style: italic;
}

.banner img {
  width: 55px;
}

/*///////////////////////// CAROUSEL PROPIEDADES //////////////////////////*/
.typologies {
  background-color: #f5f9f8;
  padding: 7rem 0 5rem 0;
  margin-top: -2rem;
}

.nav-pills .nav-link {
  background-color: white;
  border: 1px solid #5e988b;
  color: #212529 !important;
  padding: 1.5rem 1rem !important;
  margin-bottom: 1rem;
  border-radius: 20px;
  transition: 0.3s;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-align: left;
  text-transform:none;
  line-height: 1.1;
  margin: 0 0 1rem 0 !important;
}

.nav-pills .nav-link:last-child{
  margin-bottom: 0 !important;
}

.nav-pills .nav-link.active {
  background-color: #5e988b;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 8px 15px -5px,
    rgba(0, 0, 0, 0.25) 0px 4px 10px -8px;
  color: white !important;
}

.button-icon {
  width: 44px;
  height: 44px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
  margin-right: 0.6rem;
}

.button-icon img {
  width: 32px;
  margin: 0 auto;
  display: block;
}

/* carousel */
.tab-content,
.tab-pane {
  height: 100%;
}

.carousel-typologies {
  height: 420px;
}

.carousel-typologies .carousel-inner,
.carousel-typologies .carousel-item {
  height: 100%;
  border-radius: 20px;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.carousel-indicators-typologies li {
  width: 75px;
  height: 45px;
  border-radius: 5px;
  border: 2px solid white;
  background-color: transparent;
  text-indent: initial;
  overflow: hidden;
}

.carousel-indicators-typologies li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-typologies i {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 22px;
  color: #5e988b;
}

.carousel-title {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 5;
  padding: 1rem;
  left: 0;
  top: 0;
}

.carousel-title p {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 0rem;
}

.carousel-title p::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #5e988b;
  position: absolute;
  left: 0;
  bottom: 0;
}

.carousel-title img {
  width: 25px;
  margin-right: 4px;
}

.border-box {
  border-top: 1px solid #e6e7e886;
  border-bottom: 1px solid #e6e7e886;
  margin: 0.8rem 0;
  padding: 0.5rem 0;
}

.border-box span {
  font-size: 14px;
}

.custom-list {
  list-style: none;
  padding-left: 1.4rem;
  border-bottom: 1px solid #e6e7e886;
}

.custom-list li {
  margin-bottom: 0.6rem;
  position: relative;
}

.custom-list li::before {
  content: "\f05d";
  font-family: "FontAwesome";
  color: #5e988b;
  position: absolute;
  left: -1.4rem;
  font-size: 16px;
  top: 3px;
}

/*///////////////////////// AMENITIES //////////////////////////*/
.amenities {
  padding: 7rem 0 0 0;
  margin-top: -2rem;
}

.amenities-container {
  position: relative;
  background-color: #000000;
  height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  overflow: hidden;
  text-align: center;
}

.amenities-container-icon {
  width: 55px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.amenities-container p {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 21px;
  line-height: 1.1;
}

.amenities-container-bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  z-index: 0;
}

.amenities-container:hover {
  background-color: #005b47;
}

.amenities-container::after {
  content: "";
  width: 300px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 10%;
  right: -150%;
  transition: 0.3s;
  z-index: 1;
}

.amenities-container::before {
  content: "";
  width: 300px;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 10%;
  left: -150%;
  transition: 0.3s;
  z-index: 1;
}

.amenities-container:hover::after {
  right: 10%;
}

.amenities-container:hover::before {
  left: 10%;
}

/*///////////////////////// CAROUSEL PROPIEDADES //////////////////////////*/
.gallery {
  padding:7rem 0 5rem 0;
  background-color: #f8f8f8;
  margin-top: -2rem;
}

#galleryCarousel .f-carousel__slide {
  width: 55%;
  padding: 0.4rem;
}

#galleryCarousel .f-carousel__nav {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

#galleryCarousel .f-carousel__nav button {
  transform: none;
  position: relative;
  margin: 1rem 1rem 1rem 0;
  color: #5e988b;
}

.f-carousel.img-deco-left::before {
  content: url(../images/deco-img-left.svg);
  position: absolute;
  left: -20px;
  bottom: 100px;
}

.gallery-card {
  border-radius: 0px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}

.gallery-card img {
  height: 370px;
  width: 100%;
  object-fit: cover;
}

.gallery-card::after {
  content: "";
  width: 100%;
  height: 370px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}

.gallery-card::before {
  content: url(../images/icon-plus.svg);
  width: 48px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  margin: auto;
  right: 0;
  top: calc(50% - 335px);
  opacity: 0;
  transition: 0.3s;
}

.gallery-card:hover::after {
  opacity: 0.6;
}

.gallery-card:hover::before {
  opacity: 1;
  top: calc(50% - 35px);
}

/*///////////////////////// LOCACION //////////////////////////*/
.location {
  padding: 7rem 0 5rem 0;
  margin-top: -2rem;
}

/*///////////////////////// CONTACTANOS //////////////////////////*/
.contact-us {
  background: rgb(0, 110, 87);
  background: linear-gradient(
    126deg,
    rgba(0, 110, 87, 1) 17%,
    rgba(94, 152, 139, 1) 100%
  );
  padding: 6rem 0 11rem 0;
  overflow: hidden;
}

.contact-left {
  position: relative;
}

.contact-left img {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: -1;
  height: 800px;
  width: auto;
}

/*////////////////// FORMULARIO ///////////////*/
.form-control {
  border: 0;
  border-radius: 0;
  transition: 0.3s;
  font-weight: 300;
  background: transparent;
  border-bottom: 1px solid white;
  color: white;
  transition: 0.3s;
}

.form-control:hover,
.form-control:focus {
  border-color: #5e988b;
  background: transparent;
  box-shadow: none;
  color: white;
}

.form-control::placeholder {
  color: #fff;
}

.relative {
  position: relative;
}

#response {
  background: #2ec770;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 25px 10px;
  position: absolute;
  top: 0px;
}

.fx-fading-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #ffffffad url(../images/loading.gif) center no-repeat;
}

.loading {
  display: none;
}

/*///////////////////////// FOOTER //////////////////////////*/

footer {
  background: url("../images/deco-footer.svg") #212529;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  color: white;
  padding-top: 4rem;
  border-radius: 100px 100px 0 0;
  margin-top: -6rem;
  position: relative;
  z-index: 1;
}

.footer-logo {
  max-width: 180px;
}

footer ul {
  padding-left: 0;
}

footer ul li {
  list-style: none;
  margin: 8px 0px;
}

footer ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  transition: 0.3s;
}

footer ul li a:hover {
  color: #5e988b;
}

.social-media {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  background-color: #909294;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.social-media:hover {
  text-decoration: none;
  background-color: #5e988b;
}

.social-media-container a i {
  transition: 0.3s;
}

.social-media-container a:hover i {
  color: #fff !important;
}

.copy-end .container {
  border-top: 1px solid #ffffff34;
}

.copy-end p {
  font-size: 15px;
  color: #cfd7e2;
}

.copy-end img {
  max-width: 20px;
}

/*////////////////////// RESPONSIVE //////////////////*/
@media (max-width: 1240px) {
  .float-form{
    right: 10%;
  }
  .navbar {
    padding: 0.8rem 3rem;
  }
  
  #propertiesCarousel .f-carousel__slide {
    width: 55%;
  }

  .main-section .carousel-caption {
    width: 80%;
  }
}

@media (max-width: 1140px) {
  .main-section .h1{
    font-size: 3rem;
    max-width: 480px;
  }
  .float-form{
    right: 3%;
  }
}

@media (max-width: 1024px) {
  .navbar {
    padding: 0.8rem 1rem;
  }

  .nav-link {
    font-size: 15px;
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .deco-hero-left {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .nav-link {
    font-size: 16px;
    margin: 0 !important;
  }
  .main-section .carousel-caption{
    align-items: center;
  }
  .main-section .h1{
    text-align: center;
  }
  .header-logo {
    display: block;
    filter: brightness(05);
  }

  .navbar.bsnav-sticky.bsnav-sticky-slide.sticked.in .header-logo {
    filter: none;
  }

  .nav-item-logo {
    display: none;
  }

  .nav-pills .nav-link {
    padding: 1rem !important;
  }

  .amenities-container {
    height: 340px;
    padding: 1rem;
  }

  .img-deco img {
    height: 380px;
  }

  .contact-left img {
    display: none;
  }
}

@media (max-width: 525px) {
  .navbar {
    padding: 0.8rem;
  }

  .main-section .carousel-caption {
    width: 90%;
  }

  .hero-controls {
    right: 0;
    left: 0;
    margin: 0 auto;
    justify-content: center;
  }

  .hero-dots {
    display: none;
  }

  .deco-hero-left {
    display: none;
  }

  #galleryCarousel .f-carousel__slide {
    width: 90%;
  }

  .copyright {
    flex-wrap: wrap;
  }

  .copyright a {
    margin: 5px auto 0px auto;
  }

  .mobile-alignment {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer {
    padding-top: 3rem;
  }
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}
