:root {
  --main-color: #1AAAD0;
  --main-color-focus: rgba(26, 170, 208, 0.2);
}



html,
body {
  font-family: 'Raleway', sans-serif !important;
  color: #737272;
  line-height: 24px;
  height: 100%;
  margin: 0;
  padding-top: 80px;
  /* padding-bottom: 2em; */
}




/************************************************************************
= NAVBAR
*************************************************************************/

.navbar-default {
  background: #fff;
  border: none;
  width: 100%;
  position: fixed;
  top: 0;
  border-bottom: 2px solid #f0f0f0;
}

.img-nav {
  height: 80px;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-nav {
  margin: 7.5px -10px;
}

.navbar-brand {
  height: 90px;
}

.navbar-brand img {
  max-height: 100%;
}

.navbar-default .navbar-nav>li>a {
  color: #060606;
  text-transform: uppercase;
  transition: color .3s ease-in-out;
}

.navbar-default .navbar-nav>li>a:hover {
  color: var(--main-color);
}

.dropdown-menu {
  top: 117%;
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: none;
  border-radius: 2px;
  padding: 12px 5px;
}

.navbar-default .dropdown:hover>.dropdown-menu {
  display: block;
}

/************************************************************************
= FOOTER
*************************************************************************/

/* #footer-section {
padding: 0.9em;
background: #F7F7F7;
border-top: 1px solid #EEEEEE;
} */

#footer-section {
  padding: 0.9em;
  border-top: 1px solid rgba(238, 238, 238, 0.6);

  background: rgba(247, 247, 247, 0.75);
  /* transparencia */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

#footer-section::before {
  content: "";
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;

  background: linear-gradient(to top,
      rgba(247, 247, 247, 0.75),
      rgba(247, 247, 247, 0));

  pointer-events: none;
}

ul.footer-social-links {
  list-style: none;
  padding: 0;
}

ul.footer-social-links li {
  display: inline-block;
  margin-left: 30px;
}

ul.footer-social-links li:first-child {
  margin: 0;
}

ul.footer-social-links li a {
  font-size: 15px;
  color: #4F4F4F;
  text-transform: uppercase;
  position: relative;
}

ul.footer-social-links li a::after {
  content: "";
  display: block;
  height: 1px;
  background: var(--main-color);
  opacity: 0;
  transform: translateY(5px);
  transition: 0.3s;
}

ul.footer-social-links li a:hover::after {
  opacity: 1;
  transform: translateY(0);
}

/************************************************************************
= ACCESIBILIDAD
*************************************************************************/

.zoom-1 {
  font-size: 18px;
}

.zoom-2 {
  font-size: 20px;
}

.zoom-3 {
  font-size: 22px;
}

#accessibility-widget {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 9999;
}

#accessibility-toggle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  border: 4px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}

#accessibility-toggle:hover {
  transform: scale(1.1);
}

#accessibility-menu {
  position: absolute;
  bottom: 90px;
  left: 0;
  background: #000;
  padding: 10px;
  border-radius: 10px;
}

/************************************************************************
= LAYOUT GENERAL
*************************************************************************/


#wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

/************************************************************************
= SLIDER (LIMPIO)
*************************************************************************/

.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.card-item {
  flex: 0 0 33.333%;
  padding: 15px;
  height: 450px;
}

.custom-card {
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: #000;
  transition: 0.35s;
}

.custom-card:hover {
  transform: scale(1.05);
}

.card-img-wrapper {
  position: absolute;
  inset: 0;
}

.card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.custom-card:hover img {
  transform: scale(1.1);
}

.card-img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

/************************************************************************
= BLOG CARDS (LIMPIO Y SIN CONFLICTOS)
*************************************************************************/
.blog-section {
  margin-top: 3.5em;
  /* altura del bloque filtros */
  padding-bottom: 180px;
  padding-top: 0.5em;
}

.sticky-filtros {
  position: fixed;
  top: 95px;
  margin: 0.5em;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 1.7em 0;
  border: none;
  /* border-bottom: 2px solid #f0f0f0; */

  /* IMPORTANTE */
  position: fixed;
  background-color: rgb(238, 243, 245);
  /* background: linear-gradient(to bottom, #ffffffcc, #ffffffaa); */
  /* backdrop-filter: blur(10px); */
  /* border-bottom: 1px solid rgb(238, 243, 245); */
}

/* DIFUMINADO */
.sticky-filtros::after {
  content: "";
  position: absolute;
  bottom: -20px;
  /* separa el difuminado */
  left: 0;
  width: 100%;
  height: 30px;

  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0));

  pointer-events: none;
}


.blog-section .row>div {
  display: flex;
}

.blog-card {
  display: block;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: #000;
  text-decoration: none;
  transition: 0.35s;
}

.blog-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.blog-card:hover img {
  transform: scale(1.1);
}

.blog-card .card-img-overlay {
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.2));
  padding: 15px;
}

.blog-card .card-title {
  font-size: 1rem;
  font-weight: 700;
}

.blog-card .card-text {
  font-size: 0.8rem;
  opacity: 0.85;
}

.dateBlog {
  font-size: 0.9em;
  padding: 0.4em 0.8em;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 1.5em;
}

.carousel-section {
  margin-top: auto;
  margin-bottom: auto;
}

.blog-card:active {
  transform: scale(0.98);
}

/************************************************************************
= POST INDIVIDUAL
*************************************************************************/

.blog-post {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.blog-container {
  max-width: 1500px;
  gap: 30px;
  align-items: flex-start;
}



.blog-image img {
  width: 24em;
  height: 29em;
  border-radius: 10px;
  object-fit: cover;
}

.info-blog {
  text-align: justify;
}



/* ===== BOTONES SLIDER ===== */

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  width: 45px;
  height: 45px;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;

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

  transition: 0.3s;
}

.slider-btn:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.1);
}

/* Posición */
.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* ===== TEXTO ===== */

.card-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
}

.card-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.card-text {
  color: #ffffff;
  font-size: 14px;
}

.card-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

/* ===== TEXTO INDEX ===== */

.blogLink {
  text-decoration: none;
}

.card-body-ind {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
}

.card-title-ind {
  color: white;
  font-size: 1.7em;
  font-weight: 700;
  display: -webkit-box;
  max-height: 2.8em;
  -webkit-line-clamp: 2;
  /* máximo 2 líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
}

.card-text-ind {
  color: #cdd8f0;
  font-size: 1.1em;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-link-ind {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.back-to-top {
  display: none;
}



/************************************************************************
= paginador
*************************************************************************/


.custom-pagination {
  display: flex;
  gap: 6px;
  width: 20%;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 8px 12px;
  border-radius: 20px;
  float: right;
  margin: 2%;
  margin-right: 4%;
}

.custom-pagination li a,
.custom-pagination li span {
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  color: #2392d3;
}

.custom-pagination li.active span {
  background: #1AAAD0;
  color: #fff;
}

.custom-pagination li.disabled span {
  color: #aaa;
}

.paginato .pagination {
  width: auto;
}



/*===========================
FILTROS
==========================*/


.filter-form {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 8px 16px;
}

.filter-label {
  font-weight: 500;
  color: var(--main-color);
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.filter-text {
  font-size: 13px;
  color: #777;
  margin: 0;
  white-space: nowrap;
}

/* Un solo estilo base para select e input */
.filter-field {
  appearance: none;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #0f172a;
  height: 36px;
  box-sizing: border-box;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.filter-field:hover {
  border-color: #cbd5e1;
}

.filter-field:focus {
  outline: none;
  border-color: var(--main-color);
  box-shadow: 0 0 0 3px var(--main-color-focus);
  background: #ffffff;
}

select.filter-field {
  padding-right: 28px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%2364748b' height='20'viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'>  <path d='M5 7l5 5 5-5' stroke-width='1.5' stroke-linecap='round' /></svg>");
  background-repeat: no-repeat;
      background-position: right 6px center;
  }

  .btn-submit {
    height: 36px;
    padding: 0 14px;
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: opacity 0.15s;
  }

  .btn-submit:hover {
    opacity: 0.88;
  }

  .btn-submit:focus {
    outline: none;
    box-shadow: 0 0 0 3px var(--main-color-focus);
  }

  .btn-reset {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 36px;
    padding: 0 10px;
    background: #f1f5f9;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #64748b;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
  }

  .btn-reset:hover {
    background: #e0f2fe;
    color: var(--main-color);
    border-color: var(--main-color);
  }

  .paginato {
    display: flex;
    align-items: center;
  }


  /*=====================================
= VER POST
=====================================*/



  .blog-post ul a {
    text-decoration: none;
    color: inherit;
  }

  /* Opcional: hover limpio */
  .blog-post ul a:hover {
    text-decoration: none;
    color: inherit;
  }


  a {
    text-decoration: none !important;
  }

  .icono-text {
    font-size: 1.5em;
  }



  /*********************************************
********* Accesibilidad
*********************************************/

  #accessibility-widget {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 9999;
  }

  #accessibility-toggle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #019EC2;
    /* NUEVO COLOR */
    color: #fff;
    border: 4px solid #fff;

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

    font-size: 28px;
    cursor: pointer;

    box-shadow: 0 0 0 3px #019EC2,
    0 0 0 6px #fff,
    0 6px 15px rgba(0, 0, 0, 0.5);

    transition: 0.3s;
  }

  #accessibility-toggle:hover {
    transform: scale(1.1);
    background: #fff;
    color: #019EC2;
  }

  #accessibility-menu {
    position: absolute;
    bottom: 90px;
    left: 0;

    background: #000;
    padding: 12px;
    border-radius: 12px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columnas */
    gap: 8px;

    width: 360px;
  }

  #accessibility-menu button {
    background: #fff;
    color: #000;
    border: none;
    padding: 8px 12px;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
  }

  #accessibility-menu button:hover {
    background: #00ffff;
  }

  #accessibility-toggle:focus,
  #accessibility-menu button:focus {
    outline: 3px solid #00ffff;
  }

  /*=====================================
= Accesibilidad
=====================================*/

  body {
    background: var(--bg-color);
    color: var(--text-color);
  }

  body.accessible-mode {
    --bg-color: #000;
    --text-color: #fff;
  }

  /* =========================
MODO ALTO CONTRASTE (FINAL PRO)
========================= */

  /* BASE */
  body.accessible-mode {
    background-color: #000;
    color: #fff;
  }

  /* TEXTOS */
  body.accessible-mode p,
  body.accessible-mode span,
  body.accessible-mode li,
  body.accessible-mode small {
    color: #fff;
  }

  /* HEADINGS */
  body.accessible-mode h1,
  body.accessible-mode h2,
  body.accessible-mode h3,
  body.accessible-mode h4,
  body.accessible-mode h5,
  body.accessible-mode h6 {
    color: #fff;
  }

  /* LINKS */
  body.accessible-mode a {
    color: #00ffff;
    text-decoration: underline;
  }

  /* =========================
NAVBAR (BOOTSTRAP FIX)
========================= */

  body.accessible-mode .navbar,
  body.accessible-mode .navbar.navbar-light {
    background-color: #000 !important;
    border-bottom: 2px solid #fff !important;
  }

  body.accessible-mode .navbar .nav-link,
  body.accessible-mode .navbar.navbar-light .nav-link {
    color: #fff !important;
  }

  body.accessible-mode .navbar .nav-link:hover,
  body.accessible-mode .navbar .nav-link.active {
    color: #00ffff !important;
  }

  /* =========================
BOTONES BASE
========================= */

  body.accessible-mode .btn {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
  }

  body.accessible-mode .btn:hover {
    background: #00ffff;
    color: #000;
  }

  /* =========================
BOTONES OUTLINE (TU CASO)
========================= */

  body.accessible-mode .btn-outline-dark {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
  }

  body.accessible-mode .btn-outline-dark:hover {
    background: #00ffff !important;
    color: #000 !important;
    border-color: #00ffff !important;
  }

  /* =========================
BOTÓN ACCESIBILIDAD
========================= */

  body.accessible-mode #accessibility-toggle {
    background: #fff;
    color: #000;
    border: 4px solid #000;

    box-shadow: 0 0 0 3px #fff,
    0 0 0 6px #000,
    0 6px 15px rgba(255, 255, 255, 0.3);
  }

  /* MENÚ */
  body.accessible-mode #accessibility-menu {
    background: #fff;
  }

  body.accessible-mode #accessibility-menu button {
    background: #000;
    color: #fff;
    border: none;
  }

  body.accessible-mode #accessibility-menu button:hover {
    background: #00ffff;
    color: #000;
  }

  /* =========================
CARDS Y BLOQUES
========================= */

  body.accessible-mode #prices-section,
  body.accessible-mode .price-card,
  body.accessible-mode .offer-post,
  body.accessible-mode .custom-card,
  body.accessible-mode .member-team,
  body.accessible-mode .banner-content {
    background: #111;
    color: #fff;
  }

  body.accessible-mode #footer-section {
    background: #111 !important;
    color: #fff;
  }

  /* TEXTOS NEGROS QUE TENÍAS */
  body.accessible-mode .price,
  body.accessible-mode .months,
  body.accessible-mode .subtext-price {
    color: #fff;
  }

  /* =========================
FORMULARIOS
========================= */

  body.accessible-mode input,
  body.accessible-mode textarea,
  body.accessible-mode select {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
  }

  /* =========================
SWIPER / CAROUSEL
========================= */

  body.accessible-mode .swiper-button-prev,
  body.accessible-mode .swiper-button-next {
    color: #00ffff !important;
  }

  /* =========================
OVERLAYS (NO ROMPER IMAGEN)
========================= */

  body.accessible-mode #hero-section::before,
  body.accessible-mode .landing-hero::before,
  body.accessible-mode #video-section::before {
    background: rgba(0, 0, 0, 0.6);
  }

  /* HERO BUTTON FIX */
  body.accessible-mode #hero-section .btn-outline-dark {
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #fff !important;
  }

  /* HOVER */
  body.accessible-mode #hero-section .btn-outline-dark:hover {
    background: #00ffff !important;
    color: #000 !important;
    border-color: #00ffff !important;
  }

  body.accessible-mode .big-title,
  body.accessible-mode .big-subtitle,
  body.accessible-mode .about-text {
    color: #fff !important;
  }

  /* =========================
FOCUS (Accesibilidad de movimiento por tabulacion)
========================= */

  /* FOCUS GLOBAL (MUY IMPORTANTE) */
  *:focus {
    outline: 3px solid #00ffff !important;
    outline-offset: 3px;
  }

  /* SOLO PARA MODO ACCESIBLE (más limpio) */
  body.accessible-mode *:focus {
    outline: 3px solid #00ffff !important;
    outline-offset: 3px;
  }

  .blogLink:focus {
    outline: 3px solid #00ffff;
    outline-offset: 4px;
    border-radius: 12px;
  }

  /* SWIPER NO ACCESIBLE POR TAB */
  .swiper,
  .swiper * {
    pointer-events: auto;
  }

  .swiper a,
  .swiper button,
  .swiper-slide,
  .swiper * {
    outline: none;
  }

  /* =========================
skip link para movimiento por tab
========================= */

  .skip-link {
    position: absolute;
    left: -9999px;
    /* lo sacamos completamente de pantalla */
    top: auto;

    background: #000;
    color: #fff;
    padding: 10px 15px;
    z-index: 9999;
    border-radius: 5px;
    text-decoration: none;
  }

  .skip-link:focus {
    left: 20px;
    /* vuelve a la pantalla */
    top: 20px;
  }

  /* alto contraste */
  body.accessible-mode .skip-link {
    background: #fff;
    color: #000;
    border: 2px solid #000;
  }

  body.accessible-mode .skip-link:focus {
    outline: 3px solid #00ffff;
  }

  /*=====================================
= Accesibilidad - Subrayar enlaces
=====================================*/

  .underline-links a {
    text-decoration: underline !important;
  }


  /*=====================================
= Accesibilidad - Espaciado de texto
=====================================*/

  .increase-spacing,
  .increase-spacing * {
    letter-spacing: 0.18em !important;
    word-spacing: 0.25em !important;
    line-height: 1.8 !important;
  }

  /*=====================================
= Accesibilidad - Modo lectura
=====================================*/

  .reading-mode img,
  .reading-mode video,
  .reading-mode .swiper,
  .reading-mode .carousel,
  .reading-mode .banner-image,
  .reading-mode .features-image {
    display: none !important;
  }

  .reading-mode {
    max-width: 800px;
    margin: auto;
  }

  /* MODO LECTURA */
  .reading-mode .container {
    max-width: 100% !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .reading-mode .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Texto más cómodo */
  .reading-mode p {
    font-size: 1.15rem;
    line-height: 1.8;
  }

  /* Títulos más claros */
  .reading-mode h1,
  .reading-mode h2,
  .reading-mode h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  /* Opcional: centrar bloques importantes */
  .reading-mode .title-section,
  .reading-mode .hero-text {
    text-align: center;
  }

  /* Opcional: quitar cosas que distraen */
  .reading-mode .navbar,
  .reading-mode #accessibility-widget,
  .reading-mode .back-to-top {
    opacity: 0.3;
  }

  /*=====================================
= Accesibilidad - Cursor grande
=====================================*/

  body.big-cursor,
  body.big-cursor * {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpolygonpoints='0,00, 48 12, 36 24, 48 30, 42 18, 30 36, 30' fill=' black' /%3E%3C/svg%3E") 0 0, auto !important;

  }


  /*=====================================
= Accesibilidad - Reducir animaciones
=====================================*/

  .no-animations *,
  .no-animations *::before,
  .no-animations *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  /* Fix para AOS */
  .no-animations [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }


  /*=====================================
= Accesibilidad - Estados activos botones
=====================================*/

  #accessibility-menu button.active {
    background: #00ffff;
    color: #000;
  }


  /*=====================================
= Accesibilidad - Mejora foco (refuerzo)
=====================================*/

  .highlight-focus *:focus {
    outline: 3px solid #00ffff !important;
    outline-offset: 3px;
  }


  /*=====================================
= Accesibilidad - Tamaño mínimo interactivo
=====================================*/

  button,
  a {
    min-height: 44px;
    min-width: 44px;
  }


  /* ===== PRECIOS EN MODO LECTURA (2 COLUMNAS) ===== */

  body.reading-mode #prices-section .row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
  }

  /* 2 columnas */
  body.reading-mode #prices-section [class*="col-"] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 10px !important;
  }

  /* tablet → 1 columna */
  @media (max-width: 768px) {
    body.reading-mode #prices-section [class*="col-"] {
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }
  }

  /* opcional: centrar cards */
  body.reading-mode #prices-section .price-card {
    height: 100%;
  }

  body.reading-mode #clients-section .client img {
    display: block !important;
  }

  /* ===== PRECIOS EN MODO LECTURA (2 COLUMNAS) ===== */

  body.reading-mode #prices-section .row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
  }

  /* 2 columnas */
  body.reading-mode #prices-section [class*="col-"] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 10px !important;
  }

  /* tablet → 1 columna */
  @media (max-width: 768px) {
    body.reading-mode #prices-section [class*="col-"] {
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }
  }

  /* opcional: centrar cards */
  body.reading-mode #prices-section .price-card {
    height: 100%;
  }

  body.reading-mode #prices-section .prices-info {
    height: 180px !important;
  }

  body.reading-mode #clients-section .client img {
    display: block !important;
  }

  /* =========================
FILTROS EN MODO CONTRASTE
========================= */

  body.accessible-mode .sticky-filtros {
    background: #000 !important;
    border-bottom: 2px solid #fff !important;
  }

  body.accessible-mode .sticky-filtros::after {
    background: linear-gradient(to bottom, #000, transparent) !important;
  }

  body.accessible-mode .filter-form {
    background: #000 !important;
    border: 1px solid #fff !important;
  }

  /* Inputs y selects */
  body.accessible-mode .filter-field {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
  }

  /* Placeholder */
  body.accessible-mode .filter-field::placeholder {
    color: #ccc;
  }

  /* Labels */
  body.accessible-mode .filter-label,
  body.accessible-mode .filter-text {
    color: #fff !important;
  }

  /* Botón buscar */
  body.accessible-mode .btn-submit {
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #fff;
  }

  body.accessible-mode .btn-submit:hover {
    background: #00ffff !important;
    color: #000 !important;
  }

  /* Botón reset */
  body.accessible-mode .btn-reset {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
  }

  body.accessible-mode .btn-reset:hover {
    background: #00ffff !important;
    color: #000 !important;
  }


  /*=======================================================
= SECCION DE REDES SOCIALES
=========================================================*/



  /* ── Separador ──────────────────────────── */
  .social-section-title {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #a09bc0;
    margin-bottom: 0.75rem;
    margin-top: 2rem;
  }

  /* ── Botones redes sociales ─────────────── */
  .social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: .6rem;
    flex-wrap: wrap;
  }

  .social-list li a {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .45rem 1rem;
    border-radius: 2rem;
    font-size: .85rem;
    font-weight: 600;
    text-decoration: none;
    border: 1.5px solid transparent;
    transition: background .22s, color .22s, border-color .22s, transform .18s;
  }

  .social-list li a:hover {
    transform: translateY(-2px);
  }

  /* Instagram */
  .btn-social-instagram {
    background: #fef0f7;
    color: #c2185b;
    border-color: #f8bbd0;
  }

  .btn-social-instagram:hover {
    background: #c2185b;
    color: #fff !important;
    border-color: #c2185b;
  }

  /* Facebook */
  .btn-social-facebook {
    background: #e8f0fe;
    color: #1a73e8;
    border-color: #bbdefb;
  }

  .btn-social-facebook:hover {
    background: #1a73e8;
    color: #fff !important;
    border-color: #1a73e8;
  }

  /* X / Twitter */
  .btn-social-x {
    background: #f0f0f0;
    color: #111;
    border-color: #ccc;
  }

  .btn-social-x:hover {
    background: #111;
    color: #fff !important;
    border-color: #111;
  }

  /* Google */
  .btn-social-google {
    background: #fce8e6;
    color: #d93025;
    border-color: #ffcdd2;
  }

  .btn-social-google:hover {
    background: #d93025;
    color: #fff !important;
    border-color: #d93025;
  }

  /* ── Botón volver ───────────────────────── */
  .volver-atras {
    margin-top: 3rem;
  }

  .btn-back {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .65rem 1.6rem;
    border-radius: 2rem;
    font-size: .9rem;
    font-weight: 600;
    background: linear-gradient(135deg, #6c5ce7, #a29bfe);
    color: #fff;
    border: none;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(108, 92, 231, 0.30);
    transition: box-shadow .25s, transform .2s;
  }

  .btn-back:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(108, 92, 231, 0.40);
    color: #fff;
  }

  .nuevo {
    margin-top: 10px;
    background-color: #2F9DC1 !important;
  }

  .custom-modal-header {
    position: relative;
    padding-left: 90px;
    /* espacio para el logo */
  }

  /* LOGO EN ESQUINA */
  .img-modal {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: auto;
  }

  /* Ajuste título */
  .modal-title {
    font-weight: 600;
  }




  /************************************************************************
= RESPONSIVE
*************************************************************************/

@media (max-width: 992px) {
    body {
        padding-top: 2em !important;
    }

    .blog-post {
        padding-bottom: 240px;
    }
}

@media (min-width: 768px) {
    .blog-section {
        margin-top: 10em !important;
    }
}

@media (max-width: 768px) {
    .img-nav {
        height: 50px;
    }

    .blog-container {
        flex-direction: column;
        text-align: center;
    }

    .blog-content-inner {
        padding-left: 0;
        margin-top: 1.5rem;
    }

    .blog-image img {
        width: 100%;
    }

    .sticky-filtros {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .sticky-filtros .btn {
        width: 100%;
    }

    .blog-section {
        margin-top: 11em !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-bottom: 10em !important;
    }
}

@media (max-width: 767.98px) {
    .blog-image,
    .blog-content {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog-image {
        margin-bottom: 24px;
    }

    .blog-content {
        text-align: center;
    }

    .info-blog {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }

    .blog-section {
        margin-top: 10em !important;
        margin-bottom: 10em !important;
    }

    .btn-submit.filtros-btn {
        padding: 10px 18px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .back-to-top {
        display: none;
    }
}

@media (min-width: 993px) and (max-width: 1023.98px) {
    .blog-content {
        margin-bottom: 10rem !important;
    }
}

