/*
Theme Name: Ninboa
Template: twentytwentyfive
Version: 1.0.0
Text Domain: twentytwentyfive-child
*/


header {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

/* Overline: mejor alineación visual */
.is-style-overline {
    margin-bottom: 0.5rem;
}

/* Serif editorial: mejor color y ritmo */
.is-style-title-3 {
    font-feature-settings: "liga", "kern";
}

/* Displays: evitar que se rompan en móvil */
.is-style-display-1,
.is-style-display-2 {
    word-break: normal;
    hyphens: auto;
}

html {
  scroll-behavior: smooth;
}

/* 1) Asegura que las columnas se estiren a la misma altura */
.equal-cols.wp-block-columns{
  align-items: stretch !important;
}

/* 2) Hace que cada columna se comporte como contenedor flexible */
.equal-cols.wp-block-columns > .wp-block-column{
  display: flex;
}

/* 3) El primer bloque dentro de cada columna ocupa toda la altura */
.equal-cols.wp-block-columns > .wp-block-column > :first-child{
  flex: 1;
}

/* 4) Si la derecha es una imagen, que rellene sin deformarse */
.equal-cols .wp-block-image,
.equal-cols .wp-block-image img{
  height: 100%;
}

.equal-cols .wp-block-image img{
  object-fit: cover;
}



.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
}

/* ===============================
   DISPLAY STYLES
================================ */

.is-style-display-1 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.is-style-display-2 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.is-style-display-3 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

/* ===============================
   TITLE STYLES
================================ */

.is-style-title-1 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.is-style-title-2 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 2.125rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.25;
}

.is-style-title-3 {
  font-family: var(--wp--preset--font-family--serif);
  font-size: 1.5rem;
  line-height: 1.5;
}

.is-style-title-4 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

.is-style-title-5 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.is-style-title-6 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
}

/* ===============================
   BODY / OVERLINE
================================ */

.is-style-body-2 {
  font-size: 0.9rem;
  line-height: 1.55;
}

.is-style-overline {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}


/*  BOTÓN NEGRO (DEFAULT VISUAL)  */
.wp-block-button.is-style-dark .wp-block-button__link {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

/*  BOTÓN CANARY  */
.wp-block-button.is-style-canary .wp-block-button__link {
  background-color: var(--wp--preset--color--cta);
  color: var(--wp--preset--color--text-primary);
}

/*  BOTÓN LOAFER  */
.wp-block-button.is-style-loafer .wp-block-button__link {
  background-color: var(--wp--preset--color--background-soft);
  color: var(--wp--preset--color--text-primary);
}

/*  BOTÓN SUBRAYADO  */
.wp-block-button.is-style-link .wp-block-button__link {
  background: none;
  color: var(--wp--preset--color--text-primary);
  padding: 0;
  border-radius: 0;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
/*  HOVER BOTONES CON FONDO  */
.wp-block-button.is-style-dark .wp-block-button__link:hover,
.wp-block-button.is-style-canary .wp-block-button__link:hover,
.wp-block-button.is-style-loafer .wp-block-button__link:hover {
  background-color: #505050;
  color: #ffffff;
}

/*  HOVER BOTÓN SUBRAYADO  */
.wp-block-button.is-style-link .wp-block-button__link:hover {
  color: #505050;
}
.wp-block-button__link {
  transition: background-color 0.2s ease, color 0.2s ease;
}



/* ! services slider */

/* Contenedor del slider */
.services-slider {
  overflow: hidden;
  position: relative;
}

/* Pista horizontal */
.services-slider.is-layout-flex {
  flex-wrap: nowrap;
  gap: clamp(1.5rem, 3vw, 3rem);
  padding-left: clamp(2rem, 8vw, 8rem); /* 👉 offset inicial */
}

/* Cada tarjeta */
.services-slider > .wp-block-group {
  flex: 0 0 clamp(260px, 28vw, 360px);
}

/* Evita que las imágenes rompan el layout */
.services-slider img {
  max-width: 100%;
  height: auto;
  display: block;
} 


/*
Theme Name: Ninboa
Template: twentytwentyfive
Version: 1.0.0
Text Domain: twentytwentyfive-child
*/


header {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

/* Overline: mejor alineación visual */
.is-style-overline {
    margin-bottom: 0.5rem;
}

/* Serif editorial: mejor color y ritmo */
.is-style-title-3 {
    font-feature-settings: "liga", "kern";
}

/* Displays: evitar que se rompan en móvil */
.is-style-display-1,
.is-style-display-2 {
    word-break: normal;
    hyphens: auto;
}

html {
  scroll-behavior: smooth;
}

/* 1) Asegura que las columnas se estiren a la misma altura */
.equal-cols.wp-block-columns{
  align-items: stretch !important;
}

/* 2) Hace que cada columna se comporte como contenedor flexible */
.equal-cols.wp-block-columns > .wp-block-column{
  display: flex;
}

/* 3) El primer bloque dentro de cada columna ocupa toda la altura */
.equal-cols.wp-block-columns > .wp-block-column > :first-child{
  flex: 1;
}

/* 4) Si la derecha es una imagen, que rellene sin deformarse */
.equal-cols .wp-block-image,
.equal-cols .wp-block-image img{
  height: 100%;
}

.equal-cols .wp-block-image img{
  object-fit: cover;
}



.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
}

/* ===============================
   DISPLAY STYLES
================================ */

.is-style-display-1 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.is-style-display-2 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.is-style-display-3 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

/* ===============================
   TITLE STYLES
================================ */

.is-style-title-1 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.is-style-title-2 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 2.125rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.25;
}

.is-style-title-3 {
  font-family: var(--wp--preset--font-family--serif);
  font-size: 1.5rem;
  line-height: 1.5;
}

.is-style-title-4 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

.is-style-title-5 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.is-style-title-6 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
}

/* ===============================
   BODY / OVERLINE
================================ */

.is-style-body-2 {
  font-size: 0.9rem;
  line-height: 1.55;
}

.is-style-overline {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}


/*  BOTÓN NEGRO (DEFAULT VISUAL)  */
.wp-block-button.is-style-dark .wp-block-button__link {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

/*  BOTÓN CANARY  */
.wp-block-button.is-style-canary .wp-block-button__link {
  background-color: var(--wp--preset--color--cta);
  color: var(--wp--preset--color--text-primary);
}

/*  BOTÓN LOAFER  */
.wp-block-button.is-style-loafer .wp-block-button__link {
  background-color: var(--wp--preset--color--background-soft);
  color: var(--wp--preset--color--text-primary);
}

/*  BOTÓN SUBRAYADO  */
.wp-block-button.is-style-link .wp-block-button__link {
  background: none;
  color: var(--wp--preset--color--text-primary);
  padding: 0;
  border-radius: 0;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
/*  HOVER BOTONES CON FONDO  */
.wp-block-button.is-style-dark .wp-block-button__link:hover,
.wp-block-button.is-style-canary .wp-block-button__link:hover,
.wp-block-button.is-style-loafer .wp-block-button__link:hover {
  background-color: #505050;
  color: #ffffff;
}

/*  HOVER BOTÓN SUBRAYADO  */
.wp-block-button.is-style-link .wp-block-button__link:hover {
  color: #505050;
}
.wp-block-button__link {
  transition: background-color 0.2s ease, color 0.2s ease;
}



/* ! services slider */

/* Contenedor del slider */
.services-slider {
  overflow: hidden;
  position: relative;
}

/* Pista horizontal */
.services-slider.is-layout-flex {
  flex-wrap: nowrap;
  gap: clamp(1.5rem, 3vw, 3rem);
  padding-left: clamp(2rem, 8vw, 8rem); /* 👉 offset inicial */
}

/* Cada tarjeta */
.services-slider > .wp-block-group {
  flex: 0 0 clamp(260px, 28vw, 360px);
}

/* Evita que las imágenes rompan el layout */
.services-slider img {
  max-width: 100%;
  height: auto;
  display: block;
} 





/*
Theme Name: Ninboa
Template: twentytwentyfive
Version: 1.0.0
Text Domain: twentytwentyfive-child
*/


header {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

/* Overline: mejor alineación visual */
.is-style-overline {
    margin-bottom: 0.5rem;
}

/* Serif editorial: mejor color y ritmo */
.is-style-title-3 {
    font-feature-settings: "liga", "kern";
}

/* Displays: evitar que se rompan en móvil */
.is-style-display-1,
.is-style-display-2 {
    word-break: normal;
    hyphens: auto;
}

html {
  scroll-behavior: smooth;
}

/* 1) Asegura que las columnas se estiren a la misma altura */
.equal-cols.wp-block-columns{
  align-items: stretch !important;
}

/* 2) Hace que cada columna se comporte como contenedor flexible */
.equal-cols.wp-block-columns > .wp-block-column{
  display: flex;
}

/* 3) El primer bloque dentro de cada columna ocupa toda la altura */
.equal-cols.wp-block-columns > .wp-block-column > :first-child{
  flex: 1;
}

/* 4) Si la derecha es una imagen, que rellene sin deformarse */
.equal-cols .wp-block-image,
.equal-cols .wp-block-image img{
  height: 100%;
}

.equal-cols .wp-block-image img{
  object-fit: cover;
}



.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
}

/* ===============================
   DISPLAY STYLES
================================ */

.is-style-display-1 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.is-style-display-2 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.is-style-display-3 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

/* ===============================
   TITLE STYLES
================================ */

.is-style-title-1 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.is-style-title-2 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 2.125rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.25;
}

.is-style-title-3 {
  font-family: var(--wp--preset--font-family--serif);
  font-size: 1.5rem;
  line-height: 1.5;
}

.is-style-title-4 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

.is-style-title-5 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.is-style-title-6 {
  font-family: var(--wp--preset--font-family--jakarta);
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
}

/* ===============================
   BODY / OVERLINE
================================ */

.is-style-body-2 {
  font-size: 0.9rem;
  line-height: 1.55;
}

.is-style-overline {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}


/*  BOTÓN NEGRO (DEFAULT VISUAL)  */
.wp-block-button.is-style-dark .wp-block-button__link {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

/*  BOTÓN CANARY  */
.wp-block-button.is-style-canary .wp-block-button__link {
  background-color: var(--wp--preset--color--cta);
  color: var(--wp--preset--color--text-primary);
}

/*  BOTÓN LOAFER  */
.wp-block-button.is-style-loafer .wp-block-button__link {
  background-color: var(--wp--preset--color--background-soft);
  color: var(--wp--preset--color--text-primary);
}

/*  BOTÓN SUBRAYADO  */
.wp-block-button.is-style-link .wp-block-button__link {
  background: none;
  color: var(--wp--preset--color--text-primary);
  padding: 0;
  border-radius: 0;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
/*  HOVER BOTONES CON FONDO  */
.wp-block-button.is-style-dark .wp-block-button__link:hover,
.wp-block-button.is-style-canary .wp-block-button__link:hover,
.wp-block-button.is-style-loafer .wp-block-button__link:hover {
  background-color: #505050;
  color: #ffffff;
}

/*  HOVER BOTÓN SUBRAYADO  */
.wp-block-button.is-style-link .wp-block-button__link:hover {
  color: #505050;
}
.wp-block-button__link {
  transition: background-color 0.2s ease, color 0.2s ease;
}



/* ! services slider */

/* Contenedor del slider */
.services-slider {
  overflow: hidden;
  position: relative;
}

/* Pista horizontal */
.services-slider.is-layout-flex {
  flex-wrap: nowrap;
  gap: clamp(1.5rem, 3vw, 3rem);
  padding-left: clamp(2rem, 8vw, 8rem); /* 👉 offset inicial */
}

/* Cada tarjeta */
.services-slider > .wp-block-group {
  flex: 0 0 clamp(260px, 28vw, 360px);
}

/* Evita que las imágenes rompan el layout */
.services-slider img {
  max-width: 100%;
  height: auto;
  display: block;
} 



.ninboa-popup-container {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);

    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: ease-in-out all .3s;
    z-index: 100;
    margin: 0 !important;
}
.ninboa-popup-container.on {
    opacity: 1;
    pointer-events: all;
}
.ninboa-popup {
    background-color: var(--wp--preset--color--white);
    border-radius: 1rem;
    padding: 4rem 2rem;
    max-width: 500px !important;
}
