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

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

html {}

body {
  font-family: "galano_grotesqueregular", sans-serif;
  font-size: 17px;
  background: white;
}

html,
body {
  overflow-x: hidden !important;
  width: 100%;
}




.container {
  max-width: 1024px !important;
}

nav .container {
  overflow: visible;
}

nav {
  border-bottom: solid 1px #4b5055;
  position: fixed !important;
  width: 100%;
  z-index: 200;
  box-shadow: 0px 0px 8px #000;
  background-color: #f8f9fa;
  overflow: visible;
}

.inwhiteplease {
  color: white !important;
}

.navbar-nav {
  width: 100%;
  justify-content: space-between;
  font-size: 1rem;
  align-content: end;
  font-family: "galano_grotesquesemibold", sans-serif;
}

.nav-item.dropdown {
  position: relative;
}

.nav-link {
  color: #4b5055;
}

.nav-link:hover {
  color: #983839 !important;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.3em;
  vertical-align: 0.1em;
}

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 0.5rem 0;
  position: absolute !important;
  z-index: 1000;
  top: 100% !important;
}

.dropdown-item {
  color: #4b5055;
  padding: 0.75rem 1.5rem;
  font-family: "galano_grotesquesemibold", sans-serif;
  font-size: 0.95rem;
}

.dropdown-item:hover {
  background-color: rgba(152, 56, 57, 0.1);
  color: #983839;
}

#carouselInicio {
  position: relative;
  z-index: 100;
  margin-top: 65px;
  border-bottom: solid 2px #4b5055;
}

#carouselInicio .swiper-slide {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  height: 200px;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

#swiper_naves {
  padding-top: 2rem;
  color: white;
  margin-top: 1rem;
}

#swiper_inicio .swiper-button-prev.swiper-button-black,
#swiper_inicio .swiper-button-next.swiper-button-black,
#swiper_naves .swiper-button-prev.swiper-button-black,
#swiper_naves .swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #983839;
}

#swiper_gal .swiper-pagination-bullet {
  background: white;
}

#swiper_naves .swiper-pagination-bullet-active,
#swiper_gal .swiper-pagination-bullet-active {
  background: #983839;
}

.carrousel-content {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: grid;
  align-content: end;
  grid-template-columns: 10% 90%;
  z-index: 99;
}

.carrousel-col {
  position: relative;
  height: 100%;
  width: 100%;
  align-items: end;
}

.carrousel-logo {
  bottom: 2rem;
  left: 0px;
  max-width: 180px;
  height: auto;
  display: none;
}

.plano-general {
  position: relative;
  bottom: 0px;
  right: 0;
  bottom: 0;
  transform: translateY(40%) translateX(10%);
  z-index: 100;
  max-width: 90%;
}

.texto-principal {
  font-size: 1.4rem;
  color: #4b5055;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 100 !important;
}

.texto-principal li {
  margin-bottom: 3px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 2rem;
}

.video-container iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.inner-p {
  font-size: 1rem;
  color: white;
}

.fondo-blanco {
  background: #e1e1e1 !important;
  height: auto;
}

.titulo-seccion {
  color: #983839;
  font-family: "galano_grotesquesemibold", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}

.ingrey .titulo-seccion {
  color: #e1e1e1 !important;
}

.ingrey .texto-principal {
  color: #e1e1e1 !important;
}

.nave-desc {
  margin-top: 20px;
  overflow: auto;
  display: grid;
  align-content: end;
  margin-bottom: 1rem;
}

.nave-desc h2 {
  align-self: start;
  padding-bottom: 1rem;
  font-family: "galano_grotesquesemibold", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}

#index_1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

a.c2a,
button.c2a {
  background-color: #983839;
  border-color: #822c2e;
  color: white;
  font-size: 1.2rem;
  padding: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
  transition: all 0.2s;
  cursor: pointer !important;
}

a.c2a:hover,
button.c2a:hover {
  background-color: #4b5055;
}

.ingrey {
  background-color: #4b5055;
  margin-top: 1rem;
}

#index_5 p {
  color: #4b5055;
}

#index_5 p a {
  color: #983839;
}

.nave-desc p,
.nave-desc ul {
  color: white;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0;
  align-self: start;
}

.nave-desc p.nota,
#index_5 p.nota {
  font-size: 0.8rem;
  margin-top: 1rem;
}

.nave-desc .titulo-seccion {
  color: white !important;
}

.nave-desc p a,
.nave-desc ul a {
  color: white;
  text-decoration: none;
}

.nave-desc ul {
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.5;
}

.nave-desc-pic {
  display: grid;
  position: relative;
}

.nave-desc-pic img {
  align-self: start;
  filter: drop-shadow(2px 38px 18px rgba(4, 4, 4, 0.23));
  max-width: 100%;
  height: auto;
}

#index_2 .swiper-container {
  overflow: visible;
}

#carouselNaves .carousel-inner {
  overflow: visible !important;
}

#carouselNaves .carousel-indicators li {
  background-color: #4b5055;
  opacity: 0.5;
}

#carouselNaves .carousel-indicators li.active {
  background-color: #983839;
  opacity: 1;
}

#index_3 {
  background-color: #983839;
}

#index_3 .titulo-seccion {
  color: white;
}

#index_3 p {
  color: white;
}

.map-placer {
  position: relative;
  min-height: 300px;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0px;
  border-radius: 0px;
  overflow: hidden;
  transform: translateX(-50%);
  padding: 0;
}

.form-control,
button {
  border-radius: 0px !important;
}

#index_4 .swiper-slide img {
  width: 100%;
  position: relative;
}

#index_5 {
  background-color: #e1e1e1;
}

footer {
  background-color: #4b5055;
  color: white;
  font-size: 1rem;
  line-height: 1.2;
}

.open-menu {
  border: none;
  background: none;
  outline: none;
  float: right;
}

.menu-collapsa {
  height: 0px;
  overflow: hidden;
  display: block;
  width: 100%;
  transition: all 0.5s;
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.menu-collapsa.abierto {
  height: 100vh;
  padding-bottom: 1rem;
}

.mobile_goodies {
  margin-right: 15px;
  position: fixed;
  z-index: 1000;
  bottom: 0px;
  right: 0px;
  display: grid;
  height: auto;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: .5rem;
  padding-bottom: 2rem;

}

.mobile_goodies .info_space {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  background: #9d3840;
  color: white;
  font-size: 25px;
  margin-right: 0.2rem;
  border-radius: 50%;
  box-shadow: 0px 10px 10px #00000069;
}

.mobile_goodies .info_space a {
  color: white;
  text-decoration: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

body.priv {
  background: white !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #4b5055 !important;
  text-align: left;
}

body.priv h1,
body.priv h2 {
  line-height: 1;
}

body.priv a {
  color: #9d3840;
  text-decoration: none;
}

body.priv a:hover {
  color: #4b5055;
}

footer a {
  color: white !important;
  text-decoration: none;
}

footer a:hover {
  opacity: 0.8;
}

.floater {
  display: none;
}

#index_6 {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: white;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, .5);
}

.lighboxcloser {
  position: absolute;
  top: -1rem;
  right: 1rem;
  text-decoration: none;
  font-weight: 700;
  color: #9d3840;
  font-size: 3rem;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer !important;
}

.lighboxcloser:hover {
  text-decoration: none !important;
  color: #9d3840;
  transform: rotate(360deg);
}

@media (min-width: 900px) {
  .nav-link {
    display: flex;
    align-items: flex-end;
    height: 47px;
    padding: 0;
  }

  .dropdown-toggle {
    display: flex !important;
    align-items: flex-end;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }

  .carrousel-content {
    grid-template-columns: 40% 60%;
  }

  .carrousel-logo {
    display: block;
  }

  .plano-general {
    max-width: 100%;
    transform: translateY(70%) translateX(10%);
  }

  #map {
    width: 100%;
  }

  #carouselInicio .swiper-slide {
    height: 400px;
    background-position: center center;
  }

  .map-placer {
    min-height: 400px;
  }

  .nave-desc {
    margin-bottom: 100px;
  }

  .mobile_goodies {
    display: none;
  }

  .open-menu {
    display: none;
  }

  .menu-collapsa {
    height: auto;
    display: flex;
    overflow: visible;
  }

  .menu-collapsa {
    height: 63px !important;
    overflow: visible !important;
  }

  .floater {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: -100vh;
    //background: #9d3840;
    backdrop-filter: blur(60px);
    z-index: 10000;
    display: grid;
    align-items: center;
    justify-items: center;
    transition: all 0.5s;
  }

  .floater p,
  .floater input {
    font-size: 1rem;
    line-height: 1.1;
  }

  .floater .c2a {
    font-size: .8rem;
  }

  .floater.active {
    top: 0px;
  }

}


.rentada,
.rentada * {
  filter: grayscale(100%);
}

.rentada h1,
.rentada h2,
.rentada h3,
.rentada .titulo-seccion,
.rentada p,
.rentada li {
  color: #2577ad !important;
}

/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  transform: scale(1.1);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.4);
  color: white;
}

.whatsapp-float i {
  line-height: 1;
}

@media (max-width: 899px) {
  .whatsapp-float {
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 26px;
  }
}