@charset "UTF-8";
/*
Theme Name: Pensión Koxka
Author: IBD Internet S.L.
Author URI: https://www.ibdinternet.com
Description: Plantila para pensión Koxka.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
Text Domain: koxka
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.mb-1 {margin-bottom: 10px !important;}
.mb-2 {margin-bottom: 20px !important;}
.mb-3 {margin-bottom: 30px !important;}
.mb-4 {margin-bottom: 40px !important;}
.mb-5 {margin-bottom: 50px !important;}

.pt-1 {padding-top: 10px !important;}
.pt-2 {padding-top: 20px !important;}
.pt-3 {padding-top: 30px !important;}
.pt-4 {padding-top: 40px !important;}
.pt-5 {padding-top: 50px !important;}

.mt-1 {margin-top: 10px !important;}
.mt-2 {margin-top: 20px !important;}
.mt-3 {margin-top: 30px !important;}
.mt-4 {margin-top: 40px !important;}
.mt-5 {margin-top: 50px !important;}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  /*background-color: #f7f8f9;*/
  background-color: #fff;
  line-height: 1.65;
  overflow-x: hidden;
}
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
p {
  margin-bottom: 0;
}
strong, b {
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6,
.wp-block-heading {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  line-height: 1.18;
  color: #212121;
}
h1 {
  font-size: 68px;
 text-shadow:
        2px 2px 0 rgba(0,0,0,0.5),
        4px 4px 8px rgba(0,0,0,0.7);
}
h1.wp-block-heading {
font-size: 68px;
    text-shadow: 0px 0px 0 rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 44px;
}
h4 {
  font-size: 27px;
}
p, .wp-block-paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 20px !important;
  line-height: 1.7;
}
p, .offers-grid {
  font-size: 15px !important;
  line-height: 1.7;
}
.footer-col a {
  font-size: 14px !important;
  font-family: "Poppins", sans-serif;
}
.hero-phone {
	margin-top: 40px;
}
.bt-reservas {
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	border: 2px solid #fff;
}
.otras-contenido p {
    font-size: 30px !important;
}
.txtinfocontacto {
	font-size: 15px !important;
}
.otras-contenido p.txtinfocontactog {
	font-size: 20px !important;
}

p.txtinfocontactoga {
	font-size: 20px !important;
	margin-top: 15px !important;;
}

.wp-block-group.koxka-other-rooms.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-09f9bb6a.wp-block-group-is-layout-constrained {
    background-color: #f7f7f7;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 66px !important;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
}
.wp-site-blocks {
  /*background-color: #f7f8f9;*/
  background-color: #fff;
  overflow-x: hidden;
}

.koxka-container {
  max-width: 1192px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}

.koxka-section {
  padding-block: clamp(40px, 5vw, 80px);
}

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 62px;
  padding-inline: 32px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  text-decoration: none;
  transition: opacity 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}
.btn-white:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}
.btn-white:active {
  transform: translateY(0);
}
.btn-white {
  background-color: #ffffff;
  color: #212121;
  min-width: 255px;
}
@media (max-width: 768px) {
  .btn-white {
    min-width: 100%;
    height: 54px;
    font-size: 16px;
  }
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 62px;
  padding-inline: 32px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  text-decoration: none;
  transition: opacity 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}
.btn-dark:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}
.btn-dark:active {
  transform: translateY(0);
}
.btn-dark {
  background-color: #212121;
  color: #ffffff;
  min-width: 237px;
}
@media (max-width: 768px) {
  .btn-dark {
    min-width: 100%;
    height: 54px;
    font-size: 16px;
  }
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 62px;
  padding-inline: 32px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  text-decoration: none;
  transition: opacity 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}
.btn-outline-white:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}
.btn-outline-white:active {
  transform: translateY(0);
}
.btn-outline-white {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  height: 47px;
  min-width: 156px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.btn-outline-white:hover {
  background-color: #ffffff;
  color: #212121;
  opacity: 1;
}
@media (max-width: 768px) {
  .btn-outline-white {
    min-width: 100%;
  }
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 62px;
  padding-inline: 32px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  text-decoration: none;
  transition: opacity 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}
.btn-hero:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}
.btn-hero:active {
  transform: translateY(0);
}
.btn-hero {
  background-color: #ffffff;
  color: #212121;
  min-width: 425px;
}
@media (max-width: 1024px) {
  .btn-hero {
    min-width: 340px;
  }
}
@media (max-width: 768px) {
  .btn-hero {
    min-width: 100%;
    height: 54px;
    font-size: 16px;
  }
}
.link-more {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #727272;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.18s ease;
}
.link-more:hover {
  color: #146ba9;
}
.koxka-logo {
  display: block;
  width: clamp(100px, 10vw, 193px);
  height: auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.18);
  flex-shrink: 0;
}
.koxka-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.koxka-room-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 0px !important;
}
.koxka-room-card__image {
  width: 100%;
  aspect-ratio: 366/423;
  overflow: hidden;
  background-color: #e0e0e0;
}
.koxka-room-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.42s ease;
}
.koxka-room-card:hover .koxka-room-card__image img {
  transform: scale(1.04);
}
.koxka-room-card__name, .koxka-room-card__type {
  font-family: "DM Serif Display", serif;
  font-size: 27px;
  color: #212121;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .koxka-room-card__name, .koxka-room-card__type {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .koxka-room-card__name, .koxka-room-card__type {
    font-size: 18px;
  }
}
.koxka-room-card__description {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #727272;
  text-align: justify;
  line-height: 1.65;
  flex: 1;
}
.koxka-offer-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 40px;
  width: clamp(280px, 48%, 576px);
  min-height: 327px;
  color: #ffffff;
}
.koxka-offer-card--brown {
  background-color: rgba(123, 89, 50, 0.76);
}
.koxka-offer-card--blue {
  background-color: rgba(9, 82, 129, 0.76);
}
.koxka-offer-card__title {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .koxka-offer-card__title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .koxka-offer-card__title {
    font-size: 20px;
  }
}
.koxka-offer-card__text {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  text-align: justify;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .koxka-offer-card__text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .koxka-offer-card__text {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .koxka-offer-card {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 28px;
  }
}
@media (max-width: 768px) {
  .koxka-offer-card {
    padding: 22px 18px;
    gap: 24px;
  }
}

.koxka-phone {
  display: flex;
  align-items: center;
  gap: 11px;
}
.koxka-phone__icon {
  width: 62px;
  height: 62px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .koxka-phone__icon {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .koxka-phone__icon {
    width: 38px;
    height: 38px;
  }
}
.koxka-phone__number {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  color: #ffffff;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .koxka-phone__number {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .koxka-phone__number {
    font-size: 22px;
  }
}

.koxka-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.koxka-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: transform 0.28s ease, opacity 0.28s ease;
}
.koxka-hamburger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.koxka-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.koxka-hamburger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 1024px) {
  .koxka-hamburger {
    display: flex;
  }
}

.koxka-nav-mobile {
  display: none;
  flex-direction: column;
  background-color: rgba(5, 94, 158, 0.97);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 24px 28px;
}
.koxka-nav-mobile.is-open {
  display: flex;
}
.koxka-nav-mobile a, .koxka-nav-mobile p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding-block: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: block;
}
.koxka-nav-mobile a:last-child, .koxka-nav-mobile p:last-child {
  border-bottom: none;
}

.koxka-header {
  position: relative;
  width: 100%;
  min-height: 1032px;
  overflow: hidden;
  background-color: #212121;
}
.koxka-header__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.koxka-header__overlay {
  /*position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(20, 107, 169, 0.76) 0%, rgba(0, 0, 0, 0.12) 100%);*/
  display: none;
}
.koxka-header__nav {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  flex: 1 1 auto;
}
.koxka-header__menu {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 43px);
}
.koxka-header__menu a, .koxka-header__menu p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity 0.18s ease;
  cursor: pointer;
}
.koxka-header__menu a:hover, .koxka-header__menu p:hover {
  opacity: 0.72;
}
.koxka-header__hero {
  position: relative;
  z-index: 5;
  max-width: 1174px;
  margin-inline: auto;
  padding: 291px clamp(20px, 5vw, 48px) clamp(60px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.koxka-header__title {
  font-family: "DM Serif Display", serif;
  font-size: 78px;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
  line-height: 1.12;
  max-width: 1209px;
}
.koxka-header__lead {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  color: #ffffff;
  text-align: justify;
  line-height: 1.65;
  max-width: 847px;
}
@media (max-width: 1024px) {
  .koxka-header {
    min-height: 700px;
  }
  .koxka-header__nav {
    padding: 32px 32px 0;
  }
  .koxka-header__menu {
    display: none;
  }
  .koxka-header__hero {
    padding: 180px 32px 48px;
    gap: 28px;
  }
  .koxka-header__title {
    font-size: 52px;
  }
  .koxka-header__lead {
    font-size: 18px;
    max-width: 620px;
  }
}
@media (max-width: 768px) {
  .koxka-header {
    min-height: 520px;
  }
  .koxka-header__nav {
    padding: 20px 20px 0;
  }
  .koxka-header__hero {
    padding: 120px 20px 40px;
    gap: 20px;
  }
  .koxka-header__title {
    font-size: 34px;
  }
  .koxka-header__lead {
    font-size: 16px;
    max-width: 100%;
  }
}

.koxka-section-intro {
  background-color: #ffffff;
  padding-block: clamp(48px, 6vw, 80px);
}
.koxka-section-intro__heading {
  max-width: 1192px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  font-family: "DM Serif Display", serif;
  font-size: 48px;
  color: #212121;
  text-align: center;
  margin-bottom: clamp(32px, 4vw, 60px);
  max-width: 998px;
  margin-inline: auto;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .koxka-section-intro__heading {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .koxka-section-intro__heading {
    font-size: 26px;
    text-align: left;
    padding-inline: 20px;
  }
}
.koxka-section-intro__grid {
  max-width: 1192px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 60px);
  align-items: start;
}
@media (max-width: 1024px) {
  .koxka-section-intro__grid {
    grid-template-columns: 1fr;
  }
}
.koxka-section-intro__image {
  width: 100%;
  height: clamp(260px, 35vw, 592px);
  overflow: hidden;
}
.koxka-section-intro__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .koxka-section-intro__image {
    height: 220px;
  }
}
.koxka-section-intro__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.koxka-section-intro__subheading {
  font-family: "DM Serif Display", serif;
  font-size: 44px;
  color: #212121;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .koxka-section-intro__subheading {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .koxka-section-intro__subheading {
    font-size: 22px;
  }
}
.koxka-section-intro__text {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #333333;
  text-align: justify;
  line-height: 1.75;
}
.koxka-section-intro__text p + p {
  margin-top: 1em;
}

.koxka-section-rooms {
  background-color: #ffffff;
  padding-block: clamp(40px, 5vw, 70px);
}
.koxka-section-rooms__header {
  max-width: 1192px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: clamp(20px, 3vw, 40px);
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .koxka-section-rooms__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.koxka-section-rooms__heading {
  font-family: "DM Serif Display", serif;
  font-size: 48px;
  color: #212121;
}
@media (max-width: 1024px) {
  .koxka-section-rooms__heading {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .koxka-section-rooms__heading {
    font-size: 26px;
  }
}
.koxka-section-rooms__header-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 667px;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .koxka-section-rooms__header-right {
    align-items: flex-start;
    max-width: 100%;
  }
}
.koxka-section-rooms__intro {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #727272;
  line-height: 1.6;
  text-align: right;
}
@media (max-width: 1024px) {
  .koxka-section-rooms__intro {
    text-align: left;
  }
}
.koxka-section-rooms__grid {
  max-width: 1192px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.5vw, 35px);
}
@media (max-width: 1024px) {
  .koxka-section-rooms__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .koxka-section-rooms__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.koxka-section-offers {
  background-color: #f7f8f9;
  padding-block: clamp(48px, 6vw, 84px);
}
.koxka-section-offers__inner {
  max-width: 1192px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
@media (max-width: 768px) {
  .koxka-section-offers__inner {
    gap: 40px;
  }
}
.koxka-section-offers__heading {
  font-family: "DM Serif Display", serif;
  font-size: 48px;
  color: #212121;
  text-align: center;
}
@media (max-width: 1024px) {
  .koxka-section-offers__heading {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .koxka-section-offers__heading {
    font-size: 26px;
  }
}
.koxka-section-offers__grid {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 768px) {
  .koxka-section-offers__grid {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
}

.koxka-section-koxkabi {
  position: relative;
  min-height: 418px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.koxka-section-koxkabi__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.koxka-section-koxkabi__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(-74.27deg, rgba(5, 94, 158, 0.54) 25.87%, rgba(225, 163, 91, 0.54) 80.29%);
}
.koxka-section-koxkabi__inner {
  position: relative;
  z-index: 2;
  max-width: 1192px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding-block: clamp(40px, 5vw, 60px);
}
@media (max-width: 1024px) {
  .koxka-section-koxkabi__inner {
    grid-template-columns: 1fr;
  }
}
.koxka-section-koxkabi__content {
  max-width: 790px;
}
.koxka-section-koxkabi__subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #727272;
  margin-bottom: 11px;
}
.koxka-section-koxkabi__title {
  font-family: "DM Serif Display", serif;
  font-size: 48px;
  color: #212121;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .koxka-section-koxkabi__title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .koxka-section-koxkabi__title {
    font-size: 26px;
  }
}
.koxka-section-koxkabi__text {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  color: #212121;
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .koxka-section-koxkabi__text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .koxka-section-koxkabi__text {
    font-size: 15px;
  }
}
.koxka-section-koxkabi__logo {
  width: clamp(100px, 15vw, 316px);
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .koxka-section-koxkabi__logo {
    display: none;
  }
}

.koxka-section-gallery {
  background-color: #ffffff;
  padding-block: clamp(40px, 5vw, 70px);
}
.koxka-section-gallery__header {
  max-width: 1192px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  margin-bottom: clamp(20px, 3vw, 40px);
}
.koxka-section-gallery__heading {
  font-family: "DM Serif Display", serif;
  font-size: 48px;
  color: #212121;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .koxka-section-gallery__heading {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .koxka-section-gallery__heading {
    font-size: 26px;
  }
}
.koxka-section-gallery__subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #727272;
}
.koxka-section-gallery__grid {
  max-width: 1192px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto auto;
  gap: clamp(8px, 1.2vw, 18px);
}
@media (max-width: 1024px) {
  .koxka-section-gallery__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .koxka-section-gallery__grid {
    grid-template-columns: 1fr;
  }
}
.koxka-section-gallery__left-col {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: clamp(8px, 1.2vw, 18px);
}
@media (max-width: 768px) {
  .koxka-section-gallery__left-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}
.koxka-section-gallery__item {
  overflow: hidden;
  background-color: #e8e8e8;
}
.koxka-section-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.42s ease;
}
.koxka-section-gallery__item:hover img {
  transform: scale(1.04);
}
.koxka-section-gallery__item--tall {
  aspect-ratio: 371/508;
}
.koxka-section-gallery__item--sm {
  aspect-ratio: 371/230;
}
.koxka-section-gallery__item--large {
  aspect-ratio: 770/508;
}
.koxka-section-gallery__item--wide {
  aspect-ratio: 761/494;
  grid-column: 1/-1;
}
@media (max-width: 768px) {
  .koxka-section-gallery__item--wide {
    grid-column: 1;
  }
}
@media (max-width: 768px) {
  .koxka-section-gallery__item--tall, .koxka-section-gallery__item--large, .koxka-section-gallery__item--wide, .koxka-section-gallery__item--sm {
    aspect-ratio: 4/3;
  }
}

.koxka-section-banner {
  position: relative;
  min-height: 469px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.koxka-section-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.koxka-section-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(20, 107, 169, 0.88) 0%, rgba(0, 0, 0, 0.02) 100%);
}
.koxka-section-banner__content {
  position: relative;
  z-index: 2;
  max-width: 1192px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  padding-block: clamp(40px, 5vw, 60px);
  max-width: 833px;
}
.koxka-section-banner__title {
  font-family: "DM Serif Display", serif;
  font-size: 44px;
  color: #ffffff;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .koxka-section-banner__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .koxka-section-banner__title {
    font-size: 24px;
  }
}
.koxka-section-banner__text {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.7;
  max-width: 664px;
}
@media (max-width: 1024px) {
  .koxka-section-banner {
    min-height: 360px;
  }
}
@media (max-width: 768px) {
  .koxka-section-banner {
    min-height: 280px;
  }
  .koxka-section-banner .koxka-phone {
    flex-direction: column;
    gap: 8px;
  }
}

.koxka-footer {
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
  padding-block: clamp(32px, 4vw, 60px);
}
.koxka-footer__grid {
  max-width: 1192px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 40px);
  margin-bottom: clamp(20px, 3vw, 40px);
}
@media (max-width: 1024px) {
  .koxka-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}
@media (max-width: 768px) {
  .koxka-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.koxka-footer__col-heading {
  font-family: "DM Serif Display", serif;
  font-size: 27px;
  color: #727272;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .koxka-footer__col-heading {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .koxka-footer__col-heading {
    font-size: 18px;
  }
}
.koxka-footer__text {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #333333;
  line-height: 1.7;
}
.koxka-footer__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.koxka-footer__list li, .koxka-footer__list a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #333333;
  line-height: 1.5;
}
.koxka-footer__list a:hover {
  color: #146ba9;
}
.koxka-footer__koxkabi {
  max-width: 1192px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  font-family: "Poppins", sans-serif;
  font-size: clamp(15px, 1.5vw, 24px);
  color: #333333;
  padding-block: 24px;
}
.koxka-footer__koxkabi a {
  text-decoration: underline;
  color: #146ba9;
  transition: color 0.18s ease;
}
.koxka-footer__koxkabi a:hover {
  color: #055e9e;
}
.koxka-footer__bottom {
  max-width: 1192px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  border-top: 1px solid #ececec;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 768px) {
  .koxka-footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.koxka-footer__copyright {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #212121;
}
.koxka-footer__copyright a:hover {
  color: #146ba9;
}
.koxka-footer__scroll-top {
  width: 56px;
  height: 56px;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .koxka-footer__scroll-top {
    width: 44px;
    height: 44px;
  }
}

.wp-block-group.is-layout-constrained > * {
  max-width: 1192px;
  margin-inline: auto;
}

.alignfull {
  max-width: 100%;
  width: 100%;
}

.alignwide {
  max-width: 1192px;
  margin-inline: auto;
}

.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 62px;
  padding-inline: 32px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  text-decoration: none;
  transition: opacity 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}
.wp-block-button__link:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}
.wp-block-button__link:active {
  transform: translateY(0);
}
.wp-block-button__link {
  background-color: #212121;
  color: #ffffff;
  border-radius: 0 !important;
}
.wp-block-button__link:hover {
  background-color: rgb(63.6, 63.6, 63.6);
  color: #ffffff;
  opacity: 1;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #ffffff;
  color: #212121;
  opacity: 1;
}

.wp-block-cover {
  min-height: clamp(280px, 35vw, 469px);
}

.wp-block-navigation .wp-block-navigation-item__content {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.wp-block-heading {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
}

.wp-block-paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.wp-block-columns {
  gap: clamp(16px, 3vw, 35px);
}
@media (max-width: 768px) {
  .wp-block-columns {
    flex-direction: column !important;
  }
}

.wp-block-gallery {
  gap: clamp(8px, 1.5vw, 20px);
}

.wp-block-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}


.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-justify {
  text-align: justify;
}

.u-text-white {
  color: #ffffff !important;
}

.u-text-muted {
  color: #727272 !important;
}

.u-text-dark {
  color: #212121 !important;
}

.u-text-primary {
  color: #146ba9 !important;
}

.u-font-display {
  font-family: "DM Serif Display", serif;
}

.u-font-body {
  font-family: "Poppins", sans-serif;
}

.u-bg-white {
  background-color: #ffffff;
}

.u-bg-light {
  background-color: #f7f8f9;
}

.u-bg-dark {
  background-color: #212121;
}

.u-bg-primary {
  background-color: #146ba9;
}

.u-mt-sm {
  margin-top: 24px;
}

.u-mt-md {
  margin-top: 30px;
}

.u-mt-lg {
  margin-top: 40px;
}

.u-mb-sm {
  margin-bottom: 24px;
}

.u-mb-md {
  margin-bottom: 30px;
}

.u-mb-lg {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .u-hide-mobile {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .u-hide-tablet {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .u-hide-desktop {
    display: none !important;
  }
}

.u-show-mobile {
  display: none !important;
}
@media (max-width: 768px) {
  .u-show-mobile {
    display: block !important;
  }
}

.u-show-tablet {
  display: none !important;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .u-show-tablet {
    display: block !important;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}/*# sourceMappingURL=style.css.map */

.koxka-header__inner {
  width: 100%;
  max-width: 1192px;
  margin: 0 auto;
  padding: 48px 48px 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px;

  position: relative;
  z-index: 30;
}

/* Logo dentro del container */
.koxka-header__logo {
  flex: 0 0 auto;
}

.koxka-header__logo img {
  width: 110px !important;
  height: auto !important;
  display: block;
}
/* Lista del menú */
.koxka-header__nav .wp-block-navigation__container {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 28px !important;
  width: 100%;
}

/* Acciones idioma */
.koxka-header__actions {
  flex: 0 0 auto;
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
}

/* Idiomas */
.koxka-lang-switcher {
  display: flex !important;
  align-items: center !important;
  gap: 6px;
  white-space: nowrap;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* Botón reservas dentro del menú */
.bt-reservas {
  border: 1px solid #fff !important;
  padding: 6px 22px !important;
  margin-left: 8px !important;
}

:root h1.has-text-align-center {
    text-align: left;
}
.wp-container-core-cover-is-layout-b428c401 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1070px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-container-core-cover-is-layout-c952f225 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1070px;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* OVERLAY HEADER AZUL VERTICAL */
/* OVERLAY AZUL SOLO DENTRO DEL HEADER */
.koxka-header {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
}

/* Degradado vertical dentro del header */
.koxka-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  height: 100%;
  z-index: 1;
  pointer-events: none !important;

  background: linear-gradient(
    to bottom,
    rgba(5, 94, 158, 0.88) 0%,
    rgba(5, 94, 158, 0.72) 24%,
    rgba(5, 94, 158, 0.45) 52%,
    rgba(5, 94, 158, 0.18) 76%,
    rgba(5, 94, 158, 0.00) 100%
  );
}

/* Imagen de fondo por debajo */
.koxka-header__bg {
  position: absolute;
  inset: 0;
  z-index: 0 !important;
}

/* Contenido del header por encima del degradado */
.koxka-header__inner,
.koxka-header__hero {
  position: relative !important;
  z-index: 3 !important;
}

/* Todo lo que va después del header queda por encima y clicable */
main,
.wp-site-blocks > *:not(header),
.wp-block-post-content,
.entry-content {
  position: relative;
  z-index: 10;
}

/* Por seguridad: formularios y accordions siempre interactivos */
form,
input,
textarea,
select,
button,
details,
summary,
.wp-block-details,
.wp-block-buttons,
.wp-block-button,
.wp-block-button__link {
  position: relative;
  z-index: 20;
  pointer-events: auto !important;
}

/* FIX DEFINITIVO: HEADER NO BLOQUEA CONTENIDO */

/* El header solo debe ocupar su propia altura */
.wp-block-template-part,
header.wp-block-template-part {
  position: relative !important;
  z-index: 5 !important;
  pointer-events: none !important;
}

/* Dentro del header sí se puede clicar menú, logo e idioma */
header.wp-block-template-part a,
header.wp-block-template-part button,
header.wp-block-template-part nav,
header.wp-block-template-part .koxka-header__inner,
header.wp-block-template-part .koxka-lang-switcher {
  pointer-events: auto !important;
}

/* El degradado queda limitado SOLO al alto visual de la cabecera */
.koxka-header {
  position: relative !important;
  overflow: hidden !important;
  min-height: 0 !important;
  height: auto !important;
  isolation: isolate;
}

/* Degradado vertical */
.koxka-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none !important;

 background: linear-gradient(
  to bottom,
  rgba(5, 94, 158, 0.94) 0%,
  rgba(5, 94, 158, 0.86) 24%,
  rgba(5, 94, 158, 0.72) 46%,
  rgba(5, 94, 158, 0.56) 66%,
  rgba(5, 94, 158, 0.34) 84%,
  rgba(5, 94, 158, 0.14) 94%,
  rgba(5, 94, 158, 0.00) 100%
);
}

/* Contenido del header encima del degradado */
.koxka-header__inner,
.koxka-header__nav,
.koxka-header__actions,
.koxka-header__hero {
  position: relative !important;
  z-index: 3 !important;
}

/* El contenido de la página siempre por encima y clicable */
main,
.wp-site-blocks > main,
.wp-block-post-content,
.entry-content,
.wp-block-group,
form,
input,
textarea,
select,
button,
details,
summary {
  position: relative !important;
  z-index: 20 !important;
  pointer-events: auto !important;
}

.koxka-header, .wp-block-group.koxka-header, .wp-block-template-part .koxka-header, header.wp-block-template-part .wp-block-group.koxka-header {
    height: 150px !important;
}
body .koxka-header.koxka-header--scrolled,
body .wp-block-group.koxka-header.koxka-header--scrolled {
  box-shadow: none !important;
}
/* HEADER STICKY / SCROLL - FONDO BLANCO + AZUL */
header.wp-block-template-part,
header.wp-block-template-part .koxka-header,
.wp-block-group.koxka-header {
  background-color: #fff !important;
  background-image:
    linear-gradient(
      to bottom,
      rgba(5, 94, 158, 0.92) 0%,
      rgba(5, 94, 158, 0.72) 45%,
      rgba(5, 94, 158, 0.28) 100%
    ) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  box-shadow: none !important;
}

.wp-block-group.koxka-header.koxka-header--scrolled,
.koxka-header.koxka-header--scrolled {

  background-color: #ffffff !important;

  background-image: linear-gradient(
    to bottom,
    rgba(5, 94, 158, 0.92) 0%,
    rgba(5, 94, 158, 0.72) 45%,
    rgba(5, 94, 158, 0.28) 100%
  ) !important;

  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;

  box-shadow: none !important;
}
/* Cambiamos la capa del degradado al hacer scroll */
.wp-block-group.koxka-header.koxka-header--scrolled::before {
  /*background: linear-gradient(
    to bottom,
    rgba(5, 94, 158, 0.96) 0%,
    rgba(5, 94, 158, 0.88) 45%,
    rgba(5, 94, 158, 0.72) 100%
  ) !important;*/
background: #146BA9;
  opacity: 1 !important;
  height: 100% !important;
}

/* Quitamos sombra aunque venga de otro CSS */
.wp-block-group.koxka-header.koxka-header--scrolled,
body .wp-block-group.koxka-header.koxka-header--scrolled {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50 {
    opacity: .5;
}
.titdestacado p{
	font-size: 22px !important;
	font-weight: 600;
	margin-bottom: 20px !important;
}
.koxka-hero--home {
    opacity: 1;
}
.koxka-hero--home {
    position: relative;
    overflow: hidden;
}

.koxka-hero--home::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to bottom,
            rgba(9, 82, 129, 0.55) 0%,
            rgba(0, 0, 0, 0.55) 100%
        );
    z-index: 1;
}

.koxka-hero--home > * {
    position: relative;
    z-index: 2;
}
.espaciobthome {
	margin-right: 80px !important;
}
.koxka-banner-cta {
  position: relative;
}

.koxka-banner-cta .wp-block-cover__image-background,
.koxka-banner-cta .wp-block-cover__background {
  pointer-events: none !important;
}

.koxka-banner-cta .wp-block-cover__inner-container {
  position: relative;
  z-index: 10;
}

.hero-donostia {
  position: relative;
  z-index: 1 !important;
}

.hero-content {
  position: relative;
  z-index: 20;
}

.hero-button {
  position: relative;
  z-index: 30;
  pointer-events: auto !important;
}
.yoast-breadcrumbs {
	color: #fff;
}
.yoast-breadcrumbs a {
	color: #fff;
}
:where(.wp-block-search__input) {
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 10px;
    text-decoration: unset !important;
    text-transform: inherit;
	width: 70%;
	height: 48px;
}
:root :where(.wp-element-button, .wp-block-button__link) {
    padding-top: calc(0.667em + 3px);
    padding-right: calc(1.333em + 2px);
    padding-bottom: calc(0.667em + 0.7px);
    padding-left: calc(1.333em + 2px);
}
.is-layout-grid > :is(*, div) {
    margin: 10px;
}
.pension-col h3 {
	font-size: 38px;
	margin-bottom: 40px;
}

/* --- FIX enlaces footer Pension Koxka --- */

/* Footer por encima, sin alterar hijos */
footer,
.site-footer,
.koxka-footer,
.wp-site-blocks > footer {
  position: relative !important;
  z-index: 50 !important;
  pointer-events: auto !important;
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

/* Enlaces clicables */
footer a,
.site-footer a,
.koxka-footer a,
.wp-site-blocks > footer a {
  position: relative !important;
  z-index: 9999 !important;
  pointer-events: auto !important;
}

/* Quitar bloqueo de capas decorativas dentro del footer */
footer::before,
footer::after,
.site-footer::before,
.site-footer::after,
.koxka-footer::before,
.koxka-footer::after,
.wp-site-blocks > footer::before,
.wp-site-blocks > footer::after {
  pointer-events: none !important;
}

/* Evitar que bloques anteriores tapen el footer */
main,
.wp-site-blocks,
.entry-content,
.wp-block-post-content {
  position: relative !important;
  z-index: 1 !important;
}

/* Capas típicas que suelen quedarse encima */
main::before,
main::after,
.entry-content::before,
.entry-content::after,
.wp-block-post-content::before,
.wp-block-post-content::after,
.wp-block-group::before,
.wp-block-group::after,
.wp-block-cover::before,
.wp-block-cover::after,
.koxka-hero::before,
.koxka-hero::after,
.koxka-page-bg,
.koxka-overlay,
.koxka-gradient {
  pointer-events: none !important;
}

/* Reducir hueco antes del footer */
main,
.wp-site-blocks > main,
.entry-content,
.wp-block-post-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

main > *:last-child,
.entry-content > *:last-child,
.wp-block-post-content > *:last-child {
  margin-bottom: 0 !important;
}
.copyright {
    font-size: 13px !important;
}
.copyright,
.copyright * {
    position: relative !important;
    z-index: 999999 !important;
    pointer-events: auto !important;
}
.avisolegal h2 {
	font-size: 25px;
}
.avisolegal p.wp-block-paragraph {
	font-size: 15px !important;
	margin-bottom: 20px;
}
.avisolegal ul.wp-block-list li {
	font-size: 15px !important;
	margin-bottom: 20px !important;
}
/* Botón subir arriba minimalista */

.back-top {
    position: fixed !important;

    right: 20px !important;
    left: unset !important;

    bottom: 20px !important;
    top: unset !important;

    width: 48px !important;
    height: 48px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: rgba(255,255,255,0.95) !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 0 !important;

    color: #666 !important;
    font-size: 26px !important;
    font-weight: 300 !important;
    text-decoration: none !important;

    box-shadow: 0 3px 12px rgba(0,0,0,.12) !important;

    transform: none !important;
    margin: 0 !important;

    z-index: 999999 !important;
    pointer-events: auto !important;

    transition: all .25s ease !important;
	float: inline-end;
}

.back-top:hover {
    background: #f5f5f5 !important;
    color: #333 !important;
    transform: translateY(-2px) !important;
}

@media (max-width: 768px) {
    .back-top {
        right: 15px !important;
        left: unset !important;
        bottom: 15px !important;

        width: 42px !important;
        height: 42px !important;

        font-size: 22px !important;
    }
}

.koxka-hero--page-habitaciones .wp-block-cover__background {
  background: linear-gradient(
    to bottom,
    rgba(9, 82, 129, 0.70) 0%,
    rgba(0, 0, 0, 0.30) 100%
  ) !important;
  opacity: 1 !important;
}

.koxka-hero--page-servicios .wp-block-cover__background {
  background: linear-gradient(
    to bottom,
    rgba(9, 82, 129, 0.70) 0%,
    rgba(0, 0, 0, 0.30) 100%
  ) !important;
  opacity: 1 !important;
}

.koxka-hero--page-entorno .wp-block-cover__background {
  background: linear-gradient(
    to bottom,
    rgba(9, 82, 129, 0.70) 0%,
    rgba(0, 0, 0, 0.30) 100%
  ) !important;
  opacity: 1 !important;
}

.koxka-hero--page-contacto .wp-block-cover__background {
  background: linear-gradient(
    to bottom,
    rgba(9, 82, 129, 0.70) 0%,
    rgba(0, 0, 0, 0.30) 100%
  ) !important;
  opacity: 1 !important;
}

.koxka-hero--page-reservas .wp-block-cover__background {
  background: linear-gradient(
    to bottom,
    rgba(9, 82, 129, 0.70) 0%,
    rgba(0, 0, 0, 0.30) 100%
  ) !important;
  opacity: 1 !important;
}

.koxka-hero--single-hab .wp-block-cover__background {
  background: linear-gradient(
    to bottom,
    rgba(9, 82, 129, 0.70) 0%,
    rgba(0, 0, 0, 0.30) 100%
  ) !important;
  opacity: 1 !important;
}

.otras-overlay img {
  width: 316px !important;
  max-width: 100% !important;
  height: auto !important;
  display: block;
}






/****** RESPONSIVE CORREGIDO DEFINITIVO ******/

.koxka-header__bg,
.koxka-header__overlay,
.koxka-section-koxkabi__bg,
.koxka-section-koxkabi__overlay,
.koxka-section-banner__bg,
.koxka-section-banner__overlay {
  pointer-events: none !important;
}

/* CONTENEDOR REAL DEL HEADER */
.koxka-header__inner {
  width: 100%;
  max-width: 1192px;
  margin: 0 auto;
  padding: 38px 48px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px;
  position: relative;
  z-index: 50;
}

/* LOGO */
.koxka-header__logo {
  flex: 0 0 auto;
}

.koxka-header__logo img {
  width: 165px !important;
  height: auto !important;
  display: block;
}

/* NAV */
nav.koxka-header__nav {
  flex: 1 1 auto;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* DESKTOP: el contenedor responsive de WP se usa como menú normal */
nav.koxka-header__nav .wp-block-navigation__responsive-container {
  display: block !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

nav.koxka-header__nav .wp-block-navigation__responsive-container-content {
  display: flex !important;
  align-items: center !important;
}

nav.koxka-header__nav .wp-block-navigation__container {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 28px !important;
}

nav.koxka-header__nav .wp-block-navigation-item__content {
  color: #fff !important;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Ocultar hamburguesa en desktop */
nav.koxka-header__nav .wp-block-navigation__responsive-container-open,
nav.koxka-header__nav .wp-block-navigation__responsive-container-close {
  display: none !important;
}

/* RESERVAS */
.bt-reservas {
  border: 1px solid #fff !important;
  padding: 6px 22px !important;
  margin-left: 8px !important;
}

/* IDIOMA */
.koxka-header__actions {
  flex: 0 0 auto;
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
}

.koxka-lang-switcher {
  display: flex !important;
  align-items: center !important;
  gap: 6px;
  white-space: nowrap;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.koxka-lang-switcher a,
.koxka-lang-switcher span {
  color: #fff !important;
}






/* TABLET Y MÓVIL */

@media (max-width: 1024px) {

  .koxka-header__actions {
    z-index: 0 !important;
  }

  .wp-block-navigation__responsive-container,
  .wp-block-navigation__responsive-container.is-menu-open,
  .wp-block-navigation__responsive-container.has-modal-open {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
    background: #ffffff !important;
  }

}
@media (max-width: 1024px) {
	.koxka-header, .wp-block-group.koxka-header, .wp-block-template-part .koxka-header, header.wp-block-template-part .wp-block-group.koxka-header {
    height: 100px !important;
}

  .koxka-header__inner {
    padding: 24px 24px 0 !important;
    gap: 20px;
  }

  nav.koxka-header__nav {
    flex: 1 1 auto;
    justify-content: flex-end !important;
  }

  /* En responsive el menú cerrado se oculta */
  nav.koxka-header__nav .wp-block-navigation__responsive-container {
    display: none !important;
  }

  /* Hamburguesa visible */
  nav.koxka-header__nav .wp-block-navigation__responsive-container-open {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    z-index: 100000;
    pointer-events: auto !important;
  }

  nav.koxka-header__nav .wp-block-navigation__responsive-container-open svg {
    fill: #fff !important;
    width: 32px !important;
    height: 32px !important;
  }

  /* Modal abierto */
  nav.koxka-header__nav .wp-block-navigation__responsive-container.is-menu-open,
  nav.koxka-header__nav .wp-block-navigation__responsive-container.has-modal-open {
    display: flex !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(5, 94, 158, 0.98) !important;
    z-index: 999999 !important;
    padding: 90px 28px 40px !important;
    overflow-y: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  nav.koxka-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close,
  nav.koxka-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog,
  nav.koxka-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    width: 100% !important;
  }

  nav.koxka-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,
  nav.koxka-header__nav .wp-block-navigation__responsive-container.has-modal-open .wp-block-navigation__container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 20px !important;
    width: 100% !important;
  }

  nav.koxka-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content,
  nav.koxka-header__nav .wp-block-navigation__responsive-container.has-modal-open .wp-block-navigation-item__content {
    display: block !important;
    color: #fff !important;
    font-size: 20px !important;
    padding: 10px 0 !important;
  }

  nav.koxka-header__nav .wp-block-navigation__responsive-container-close {
    display: flex !important;
    color: #fff !important;
    position: absolute !important;
    top: 24px !important;
    right: 24px !important;
    z-index: 1000000 !important;
  }

  nav.koxka-header__nav .wp-block-navigation__responsive-container-close svg {
    fill: #fff !important;
    width: 32px !important;
    height: 32px !important;
  }

  .koxka-header {
    min-height: 700px;
  }

  .koxka-header__hero {
    padding: 150px 32px 50px !important;
  }
}


@media (max-width: 850px) {
    .pension-img.grande, .pension-img.secundaria {
        height: 620px !important;
    }
}

@media (max-width: 768px) {

 .koxka-header__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .koxka-header__actions {
 order: 2 !important;
    margin: 0 2px 0 0 !important;
    flex-shrink: 0;
    text-align: right !important;
  }

  .koxka-header__nav {
    order: 3 !important;
    margin-left: 0 !important;
    flex-shrink: 0;
  }

 .koxka-header__actions {
    order: 2 !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    position: relative;
    left: 60%;
  }

  .koxka-lang-switcher {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-end !important;
    text-align: right !important;
    font-size: 13px;
    white-space: nowrap;
  }
   .koxka-lang-switcher__sep {
    margin: 0 2px !important;
  }


}



/* MÓVIL */
@media (max-width: 768px) {
	    body {
        padding-top: 0px !important;
    }
	
	.wp-block-post-content, .entry-content {
    margin-top: 50px;
}
	.pt-5 {
    padding-top: 0px !important;
	margin-bottom: 40px !important;
	margin-top: -20px !important;
}
	.espaciobthome {
	margin-right: 40px !important;
	margin-bottom: 0px !important;
}

  .koxka-header__inner {
    padding: 20px 20px 0 !important;
    gap: 16px;
  }

  .koxka-header__logo img {
    width: 155px !important;
  }

  .koxka-lang-switcher {
    font-size: 12px;
  }

  .koxka-header {
    min-height: auto;
  }

  .koxka-header__hero {
    padding: 95px 20px 45px !important;
  }

  .koxka-header__title {
    font-size: clamp(34px, 10vw, 44px);
  }
}

@media (max-width: 568px) {
	
	.espaciobthome {
	margin-right: 0px !important;
	margin-bottom: 20px !important;
}
  h1 {
    font-size: 46px !important;
  }
   .koxka-header__actions {
    left: 30%;
  }
}