/*
Theme Name: OLAstudio
Theme URI: https://olastudio.com/parmesan/
Description: Una breve descripción de tu tema.
Author: Ronny
Author URI: https://olastudio.com/
Version: 1.0.0
Tags: lista de etiquetas separadas por comas
Text Domain: OLAstudio
*/
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  background: #ebebeb;
  color: #515153;
  min-height: 100;
  margin: 0;
  text-rendering: optimizeLegibility;
  /* Improves text rendering for readability */
  -webkit-font-smoothing: antialiased;
  /* Smooths font edges on webkit browsers (e.g., Chrome, Safari) */
  -moz-osx-font-smoothing: grayscale;
  /* Smooths font edges on macOS */
}

#hero-title {
  color: white;
}

/* Hero portada: en móvil menos alto + imagen alineada a la derecha */
@media (max-width: 767.98px) {
  .hero-front {
    height: min(52vh, 420px);
  }

  .hero-front #hero-img {
    object-position: right center;
  }
}

@media (min-width: 768px) {
  .hero-front #hero-img {
    object-position: center center;
  }
}

/*
 * Móvil: el CSS global (p, h1, a) pisa Tailwind y el texto sobre fotos deja de verse blanco.
 * Cualquier bloque con .text-on-image fuerza texto claro en pantallas pequeñas.
 */
@media (max-width: 767.98px) {
  .text-on-image,
  .text-on-image h1,
  .text-on-image h2,
  .text-on-image h3,
  .text-on-image h4,
  .text-on-image p,
  .text-on-image span,
  .text-on-image i,
  .text-on-image em,
  .text-on-image strong,
  .text-on-image b {
    color: #ffffff !important;
  }

  /* Enlaces que envuelven la card: el <a> hereda naranja del tema */
  a.text-on-image,
  a.text-on-image * {
    color: #ffffff !important;
  }
}

/* Menú móvil: gana sobre utilidades Tailwind (.flex) del overlay */
@media (max-width: 767.98px) {
  #mobile-menu {
    display: none !important;
  }

  #menu-switcher:checked ~ #mobile-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    animation: mobile-menu-reveal 0.38s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
}

@media (min-width: 768px) {
  #mobile-menu {
    display: none !important;
  }
}

@keyframes mobile-menu-reveal {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Panel móvil: fondo naranja + UI (z-index alto: encima del contenido y del header sticky) */
.mobile-menu-panel {
  font-family: "Poppins", system-ui, sans-serif;
  z-index: 9998;
  background: linear-gradient(165deg, #fb923c 0%, #ea580c 42%, #c2410c 100%);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.mobile-menu-panel__glow {
  background:
    radial-gradient(ellipse 90% 55% at 50% -5%, rgba(255, 255, 255, 0.28), transparent 55%),
    radial-gradient(ellipse 70% 50% at 100% 100%, rgba(0, 0, 0, 0.12), transparent 45%);
}

#mobile-menu .mobile-menu-panel__list>li>a {
  display: block;
  padding: 0.9rem 1.35rem;
  border-radius: 9999px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

#mobile-menu .mobile-menu-panel__list>li>a:hover,
#mobile-menu .mobile-menu-panel__list>li>a:focus {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  outline: none;
}

#mobile-menu .mobile-menu-panel__list .sub-menu {
  margin: 0.65rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

#mobile-menu .mobile-menu-panel__list .sub-menu a {
  display: block;
  font-size: 0.95rem;
  padding: 0.55rem 1rem;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff !important;
}

#mobile-menu .mobile-menu-panel__list .sub-menu a:hover {
  background: rgba(0, 0, 0, 0.2);
}

.category-description {
  margin: -5px 0 0 40px;
}

.category-list {
  display: table;
  clear: both;
  margin: 0 0 20px;
}

.category-list ul li {
  list-style: none;
  float: left;
  margin: 0 8px 16px 0;
}

.category-list ul li a {
  padding: 5px 10px;
  background: #dedede;
  border-radius: 5px;
  color: #515153;
  font-weight: 500;
  font-size: 16px;
}

.navbar-nav .sub-menu {
  display: none;
}

.img-fluid img {
  width: 100% !important;
}

.homeMargin {
  margin: 230px auto 0;
}

a {
  color: #fe2207;
  text-decoration: none;
}

a:hover {
  color: #fc7c38;
}

.iframe-container {
  width: 100%;
  /* O el ancho que desees */
  height: 500px;
  /* O la altura que desees */
  overflow: hidden;
  /* Para manejar cualquier desbordamiento */
}

.page-numbers {
  padding: 0 10px 0 0;
}

.whiteContent a {
  color: #f6522e;
}

.btnDos {
  border: 1px solid white;
  padding: 10px 15px;
  border-radius: 25px;
}

.btnServicios.activo {
  background: rgb(253, 29, 29);
  background: linear-gradient(76deg, rgba(253, 29, 29, 1) 10%, rgba(252, 176, 69, 1) 100%);
  color: #fff;
}

.contenido-servicio {
  display: none;
  /* Oculta todo el contenido */
}

.contenido-servicio.activo {
  display: block;
  /* Muestra el contenido activo */
}

.gradianteMain {
  background: rgb(253, 29, 29);
  background: linear-gradient(76deg, rgba(253, 29, 29, 1) 10%, rgba(252, 176, 69, 1) 100%);
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1em;
}

h1 {
  color: #111827;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
}

h2 {
  color: #111827;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* Títulos con acento: dos cuadros amarillo + naranja (home y reutilizable) */
h2.heading-accent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 0.85rem;
}

h2.heading-accent--start {
  justify-content: flex-start;
  text-align: left;
}

h2.heading-accent::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 36px;
  height: 13px;
  border-radius: 3px;
  background:
    linear-gradient(#fbbf24, #fbbf24) 0 50% / 13px 13px no-repeat,
    linear-gradient(#f97316, #f97316) 100% 50% / 13px 13px no-repeat;
}

@media (min-width: 768px) {
  h2.heading-accent::before {
    width: 42px;
    height: 15px;
    border-radius: 4px;
    background:
      linear-gradient(#fbbf24, #fbbf24) 0 50% / 15px 15px no-repeat,
      linear-gradient(#f97316, #f97316) 100% 50% / 15px 15px no-repeat;
  }
}

.ul {
  list-style: none;
}

.kanit-thin {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.kanit-thin-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.kanit-extralight {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.kanit-extralight-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.kanit-light {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.kanit-light-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.kanit-regular {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kanit-regular-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.kanit-medium {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.kanit-medium-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.kanit-semibold {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.kanit-semibold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.kanit-bold {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.kanit-bold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.kanit-extrabold {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.kanit-extrabold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.kanit-black {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.kanit-black-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.postHome {
  width: 20%;
  float: left;
  overflow: hidden;
}

.postHome img {
  width: 100%;
  height: auto;
}

.laptopIMG {
  position: relative;
  z-index: 4;
  margin: 5% auto;
  top: -250px;
  width: 900px;
  animation: mover 2s ease infinite alternate;
  display: table;
}

.categoria a {
  font-size: 8px;
  text-decoration: none;
  margin: -5px 5px 5px 0;
  display: table;
  color: #525254;
  background: #dedede;
  letter-spacing: 1px;
  padding: 5px 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  float: left;
  /* clear: both; */
  border: none;
}

.clear {
  clear: both;
}

.smallFechaSingle {
  display: table;
  margin: 0px 0 10px;
  font-size: 12px;
  color: #373737;
  font-weight: bold;
}

.categorySingle {
  padding: 0px 20px 0 0;
  font-size: 12px;
  color: #f07c0d;
  letter-spacing: 1px;
  font-weight: bold;
}

/*toggle*/

/* Estilo para la transición del navbar */
.collapse {
  transition: height 0.3s ease-in-out;
}

/* Estilo cuando el navbar se muestra */
.collapse.show {
  height: auto !important;
  transition: none;
}

footer {
  background: #25282a;
  padding: 30px;
}

/* Footer: texto suave sobre fondo oscuro (no blanco puro) */
footer.site-footer p,
footer.site-footer .site-footer__lead {
  color: #6c86c1 !important;
  font-size: 14px !important;
  line-height: 1.55;
}

footer.site-footer .site-footer__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.85rem;
  text-align: center;
}

footer.site-footer .site-footer__copy {
  color: #6c86c1 !important;
  font-size: 14px !important;
  line-height: 1.5;
}

footer.site-footer .site-footer__meta-sep {
  color: #4b5563;
  opacity: 0.9;
  user-select: none;
  font-weight: 300;
}

footer.site-footer .site-footer__views {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #6c86c1 !important;
  font-size: 14px !important;
  line-height: 1.5;
}

footer.site-footer .site-footer__views-icon {
  flex-shrink: 0;
  filter: drop-shadow(0 0 10px rgba(129, 140, 248, 0.4));
}

footer.site-footer .site-footer__views-num {
  color: #9eb0d8 !important;
  font-weight: 600;
  letter-spacing: 0.03em;
}

footer.site-footer .site-footer__views-text {
  color: #6c86c1 !important;
}

footer.site-footer h4 {
  color: #9eb0d8 !important;
  font-size: 14px !important;
}

footer.site-footer a.site-footer__link,
footer.site-footer a:not(.site-footer__credit) {
  color: #6c86c1 !important;
  font-size: 14px !important;
}

footer.site-footer a.site-footer__link:hover,
footer.site-footer a:not(.site-footer__credit):hover {
  color: #8fa3d4 !important;
}

/* Crédito desarrollo — discreto, al final del footer */
footer.site-footer .site-footer__credit-wrap {
  margin-top: 1.75rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

footer.site-footer .site-footer__credit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0.2rem 0.5rem;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(108, 134, 193, 0.38) !important;
  font-size: 10px !important;
  line-height: 1.4;
  transition: color 0.25s ease, opacity 0.25s ease;
}

footer.site-footer .site-footer__credit:hover {
  color: rgba(158, 176, 216, 0.65) !important;
}

footer.site-footer .site-footer__credit-label {
  font-weight: 400;
  letter-spacing: 0.12em;
}

footer.site-footer .site-footer__credit-brand {
  font-weight: 700;
  letter-spacing: 0.22em;
  background: linear-gradient(105deg, #5ebff7 0%, #8b8ce8 45%, #b794f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.55;
  transition: opacity 0.25s ease;
}

footer.site-footer .site-footer__credit:hover .site-footer__credit-brand {
  opacity: 0.95;
}

/* Título del single post (blog) y tours (single-enjoy_tour) */
.post-single-title {
  font-weight: 800 !important;
  letter-spacing: -0.025em;
  color: #111827 !important;
}

/* Single post: franja superior con gradiente solo en móvil */
.post-layout-card__accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f97316 0%, #fbbf24 52%, #34d399 100%);
  border-radius: 1.5rem 1.5rem 0 0;
  pointer-events: none;
}

/* Contenido del editor: posts, tours, páginas, servicios (the_content) */
.site-entry-content p {
  line-height: 1.9;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  margin-top: 0;
  margin-bottom: 0;
}

.site-entry-content > p:first-child {
  padding-top: 0;
}

.site-entry-content > p:last-child {
  padding-bottom: 0;
}

.site-entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  padding: 0.75rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.1);
}

.site-entry-content figure {
  margin: 1.35rem 0;
}

.site-entry-content figure img {
  margin: 0;
}

.site-entry-content .wp-block-image,
.site-entry-content .wp-caption {
  margin: 1.35rem 0;
}

.site-entry-content p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Galerías Gutenberg */
.site-entry-content .wp-block-gallery img {
  border-radius: 0.75rem;
  padding: 0.35rem;
}

/* Estilo cuando el navbar se oculta */
.collapse:not(.show) {
  height: 0;
  transition: height 0.3s ease-in-out;
}

/**/

.mainMenuContainer {
  position: relative;
}

.menu-menu-1-container {
  position: absolute;
  right: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.videOneOne {
  max-width: 600px;
}

/*Toggle*/

.navbar {
  z-index: 10;
}

.navbar-nav a {
  color: white;
  text-decoration: none;
}

.navbar-nav a:hover {
  color: #fc7c38;
}

.navbar-nav ul {
  display: block;
  list-style-type: none;
}

.purpleGradient {
  color: white;
}

.btnServicios {
  padding: 30px;
  color: white;
  background: #37393d;
  width: 24%;
  text-align: center;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 700;
}

#menu-item-56 a {
  font-weight: bold;
  background: #238a00;
  padding: 10px 25px;
  display: table;
  margin: -10px 10px !important;
  border-radius: 20px;
  color: white;
  background: #f07c0d;
  transition: background 0.3s ease, color 0.3s ease;
}

#menu-item-56 a:hover {
  color: white;
  background: #f52020;
}

#menu-menu-1 li {
  margin: 0 20px;
}

.left {
  float: left;
  margin: 12px 0 0 20px;
  color: #ebebeb !important;
}

.right {
  float: right;
  margin: 10px 20px 0 0;
  z-index: 9999;
  position: relative;
}

.description {
  font-size: 14px;
}

.splide__list li {
  padding: 0 10px;
}

.bloqueContenido {
  background: #37393d;
}

.splide__arrow--prev {
  left: -1em;
}

.splide__arrow--next {
  right: -2em;
}

.logo {
  width: 125px;
}

.logoFooter {
  width: 160px;
  margin: 0 0 20px 0;
}

.date {
  font-size: 12px;
}

.homeWorks {
  padding: 15px;
  background: #f1f1f1;
  margin: 0 0 15px 0;
  border-radius: 15px;
  box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.04), 0 2px 2px hsl(0deg 0% 0% / 0.04), 0 4px 4px hsl(0deg 0% 0% / 0.04), 0 8px 8px hsl(0deg 0% 0% / 0.04), 0 16px 16px hsl(0deg 0% 0% / 0.04);
}

.homeWorks h3 {
  font-size: 20px;
  padding: 0;
}

.homeWorks p {
  font-size: 14px;
  line-height: 18px;
}

.homeWorks .boton {
  padding: 5px 5px;
  margin: 15px 0 0 0;
  display: table;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  color: #fe4729;
  font-weight: 400;
  /* background: #f07c0c; */
}

.grayscale {
  filter: grayscale(100%);
}

.homeWorks .title {
  text-decoration: none;
  color: #515153;
}

.homeWorks img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 1s ease-out;
}

.homeWorks img:hover {
  filter: grayscale(0%);
}

.orangeContainer {
  position: relative;
}

.orangeContainer h1 {
  z-index: 3;
  color: white;
}

@keyframes mover {
  0% {
    transform: translateY(0);
    /* Estado inicial */
  }

  100% {
    transform: translateY(-10px);
    /* Estado final (sube y gira) */
  }
}

.menu-menu-1-container {
  width: 100%;
  margin: -20px 0 0 0;
}

.menu-menu-1-container {
  position: relative;
}

#menu-menu-1 {
  position: absolute;
  right: 0;
}

.hero {
  padding: 90px 0;
  width: 100%;
  margin: -8px 0 -70px;
  /* overflow: hidden; */
  height: 340px;
}

.hero h1 {
  font-size: 45px;
  max-width: 470px;
  line-height: 114%;
}

h2 {
  font-size: 32px;
}

/*blog*/

.whiteContent {
  padding: 20px;
  background: #f6f6f6;
  border-radius: 10px;
  color: #373737;
}

.infoRo {
  font-size: 13px;
  margin: -2px 0 0 0;
  display: block;
  padding: 0 0 60px;
  color: whitesmoke;
}

/* Títulos con acento: más grandes en móvil / tablet vertical */
@media (max-width: 767.98px) {
  h2.heading-accent {
    font-size: 2.25rem !important;
    line-height: 1.22 !important;
    letter-spacing: -0.02em;
  }
}

@media (max-width: 575px) {

  p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.7;
    color: #111827;
  }

  /* Bloques principales del home: textos más marcados en móvil */
  .section-reveal p,
  .section-reveal p.text-gray-600 {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.7;
    color: #111827;
  }

  .category-description {
    margin: -5px 0 0 0px;
  }

  .homeMargin {
    margin: 50px auto 0;
  }

  .logo {
    width: 100px;
    padding: 10px;
  }

  .laptopIMG {
    margin: 16% auto;
    top: -90px;
    width: 100%;
  }

  #blog {
    display: none;
  }

  .btnServicios {
    width: 32%;
    line-height: 18px;
    padding: 10px 0;
  }

  #menu-menu-1 {
    padding: 20px;
    background: #0c0f12;
    border-radius: 10px;
    margin: 27px 0;
    width: 120%;
    left: -10%;
    height: 3000px;
  }

  #menu-menu-1 li {
    padding: 11px 22px;
    font-size: 25px;
    text-align: left;
    font-size: 18px;
    border-bottom: 2px solid #252728;
  }

  #menu-menu-1 li:last-child {
    border-bottom: none;
  }

  #menu-item-56 {
    text-align: center;
    margin: 15px !important;
    display: table;
    font-weight: bold;
    height: 30px;
  }

  #menu-item-56:hover {
    color: white !important;
  }

  #menu-item-56 a {
    font-weight: bold;
    background: #238a00;
    padding: 10px 25px;
    display: table;
    margin: -10px 10px !important;
    border-radius: 20px;
    color: white;
    background: #f07c0d;
    transition: background 0.3s ease, color 0.3s ease;
    width: 100%;
    text-align: center;
  }

  .hero {
    padding: 20px 0 160px;
    width: 100%;
    margin: -9px 0 40px;
    height: 200px;
  }

  .hero h1 {
    font-size: 22px !important;
    max-width: 375px !important;
    line-height: 114%;
    padding: 0 30px;
    /* text-align: center; */
  }

  h2 {
    font-size: 20px !important;
  }

  .homeWorks {
    padding: 20px 10px !important;
  }

  .homeWorks h3 {
    font-size: 18px;
  }
}

/* Shortcode [enjoy_service_links] — no depende solo de Tailwind */
.enjoy-service-links-wrap {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.enjoy-service-links-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .enjoy-service-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.enjoy-service-links__card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.enjoy-service-links__title {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}

.enjoy-service-links__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.enjoy-service-links__item {
  margin: 0 0 0.5rem;
  line-height: 1.45;
}

.enjoy-service-links__link {
  color: #047857;
  text-decoration: underline;
  font-weight: 500;
}

.enjoy-service-links__link:hover {
  color: #ea580c;
}

.enjoy-service-links__text {
  color: #374151;
}

.enjoy-service-links__note {
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid #f3f4f6;
  font-size: 0.875rem;
  color: #6b7280;
}

.enjoy-service-links__empty {
  margin: 0;
  padding: 1rem;
  background: #f9fafb;
  border-radius: 0.5rem;
  color: #6b7280;
  text-align: center;
}

/* Barra de navegación: negro predominante + blobs (naranja / verde / ámbar del logo) */
.site-header {
  position: relative;
}

.site-header__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(52px);
  pointer-events: none;
}

/* Formas orgánicas tipo “blob” */
.site-header__blob--orange {
  width: min(380px, 70vw);
  height: min(320px, 55vw);
  background: radial-gradient(
    ellipse 80% 80% at 35% 35%,
    rgba(249, 115, 22, 0.55) 0%,
    rgba(234, 88, 12, 0.22) 42%,
    transparent 72%
  );
  top: -58%;
  right: -12%;
  opacity: 0.85;
}

.site-header__blob--emerald {
  width: min(300px, 55vw);
  height: min(280px, 50vw);
  background: radial-gradient(
    ellipse 75% 75% at 50% 50%,
    rgba(52, 211, 153, 0.4) 0%,
    rgba(16, 185, 129, 0.15) 48%,
    transparent 70%
  );
  bottom: -52%;
  left: -8%;
  opacity: 0.75;
}

.site-header__blob--amber {
  width: min(220px, 45vw);
  height: min(200px, 42vw);
  background: radial-gradient(
    circle at 50% 50%,
    rgba(251, 191, 36, 0.35) 0%,
    transparent 65%
  );
  top: -20%;
  left: 28%;
  opacity: 0.5;
}

/* Velo oscuro: el negro manda; solo se intuyen los colores */
.site-header__blobs-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    165deg,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.86) 38%,
    rgba(0, 0, 0, 0.9) 100%
  );
  pointer-events: none;
}

.site-header__cta {
  text-decoration: none;
}

/* Franja superior de color (header.php .site-header__accent) */
.site-header__accent {
  box-shadow: 0 0 18px rgba(251, 146, 60, 0.35);
}

/* Barra interior: portada sin caja (solo logo + menú sobre el header hero) */
.site-header__nav-wrap--home {
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
}

/* Resto del sitio: fondo casi negro + radiales de color muy sutiles */
.site-header__nav-wrap--accent {
  isolation: isolate;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 2px 18px rgba(0, 0, 0, 0.45);
}

.site-header__nav-bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  overflow: hidden;
  background: #09090b;
}

.site-header__nav-bg::before {
  content: "";
  position: absolute;
  inset: -12%;
  will-change: transform, opacity;
  background:
    radial-gradient(ellipse 52% 68% at 16% 22%, rgba(249, 115, 22, 0.24), transparent 58%),
    radial-gradient(ellipse 48% 62% at 86% 72%, rgba(45, 212, 191, 0.18), transparent 55%),
    radial-gradient(ellipse 38% 55% at 52% 88%, rgba(251, 191, 36, 0.14), transparent 52%);
  animation:
    site-header-nav-orbit 26s ease-in-out infinite,
    site-header-nav-breathe 10s ease-in-out infinite;
}

.site-header__nav-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    ellipse 130% 90% at 50% -5%,
    rgba(255, 255, 255, 0.045),
    transparent 42%
  );
  pointer-events: none;
}

@keyframes site-header-nav-orbit {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(2.5%, -2%) scale(1.02);
  }

  66% {
    transform: translate(-2%, 2%) scale(1.01);
  }
}

@keyframes site-header-nav-breathe {
  0%,
  100% {
    opacity: 0.82;
  }

  50% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header__nav-bg::before {
    animation: none;
    opacity: 0.92;
  }
}

/* Evita que el último ítem del menú salte junto al botón (parecía “HABLEMOS Hoteles”) */
.site-header__main-menu {
  flex-wrap: nowrap;
}

/* Desktop: despega el bloque de enlaces del botón Hablemos (alineación probada en inspector) */
@media (min-width: 768px) {
  .site-header__main-nav {
    position: relative;
    left: 29px;
    top: -10px;
  }
}

/* Menú principal desktop */
header nav a {
  color: inherit;
  text-decoration: none;
}

header nav > ul > li > a:hover,
header nav > ul > li > a:focus {
  color: #fb923c;
}

header nav .menu-item-has-children {
  position: relative;
}

header nav ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  margin: 0.35rem 0 0;
  padding: 0.5rem 0;
  list-style: none;
  background: rgba(17, 24, 39, 0.98);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 60;
}

header nav .menu-item-has-children:hover > .sub-menu,
header nav .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
}

header nav ul.sub-menu .menu-item {
  display: block;
}

header nav ul.sub-menu a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #f3f4f6;
}

header nav ul.sub-menu a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fb923c;
}