/* THEME CSS */
:root {
  --bs-primary-rgb: 0, 0, 0;
  --bs-link-color-rgb: 0, 0, 0;
  --bs-link-hover-color-rgb: 0, 0, 0;
  --bs-nav-link-color: #000;
  --bs-color-rosa: #e87faa;
  --bs-color-amarillo: #ecde00;
  --bs-color-verde: #268592;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 576px) and (max-width: 1400px) {
  .container,
  .header-pages {
    max-width: 100%;
  }
} /* end media*/

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
    margin: 0 auto;
  }
} /* end media*/

body {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #7a7a7a;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.lead {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}
img {
  max-width: 100%;
  height: auto;
}

.text-decoration-none a {
  text-decoration: none;
}

/* line-height solo titulares */
:is(h1, h2, h3, h4, h5, h6, [class^="display-"]) {
  line-height: 1;
  font-weight: 500;
  color: #000;
}

/* Selecciona cualquier strong dentro de encabezados o clases de display */
:is(h1, h2, h3, h4, h5, h6, [class^="display-"]) strong,
p strong {
  font-weight: 800;
}

/* Titulares y Clases de Titular */
h1,
.h1 {
  font-size: clamp(2rem, 2.5vw + 1rem, 2.5rem);
}
h2,
.h2 {
  font-size: clamp(2rem, 2.2vw + 1rem, 2.2rem);
}

h3,
.h3 {
  font-size: clamp(1.8rem, 2vw + 1rem, 2rem);
}

h4,
.h4 {
  font-size: clamp(1.5rem, 1.75vw + 1rem, 1.75rem);
}

.p1 {
  color: #7a7a7a;
}

html:lang(en-GB) .only-es, html:lang(en-GB) .only-ca, 
html:lang(es) .only-en, html:lang(es) .only-ca, 
html:lang(ca) .only-en , html:lang(ca) .only-es {
  display: none;
}
html:lang(en-GB) .only-en, 
html:lang(es) .only-es ,
html:lang(ca) .only-ca {
  display: block;
}

/* 2. TABLET (Desde 768px) */
@media (min-width: 768px) {
  body {
    font-size: 1rem;
  }

  .lead {
    font-size: 1.5rem;
  }

  .bg-100 .wp-block-cover,
  .bg-100 .wp-block-cover-image {
    min-height: 96%;
  }

  .single h1 {
    max-width: 70%;
  }
} /* end media*/
@media (min-width: 1100px) {

  .single h1 {
    max-width: 80%;
  }
} /* end media*/

/* Color Primario  */
.has-primary-color {
  color: #000;
}

.has-primary-background-color {
  background-color: #000;
}

/* Color secundario  */
.has-secondary-color {
  color: #303030;
}

.has-secondary-background-color {
  background-color: #303030;
}

.bg {
  background-color: #ddd;
 
}

.bg-personalizado .bg {
  background-color: var(--bs-color-rosa);

}


.bg-verde-personalizado .bg {
  background-color: var(--bs-color-verde);
}

.bg-rosa-personalizado .bg {
  background-color: var(--bs-color-rosa);
}

.bg-amarillo-personalizado .bg {
  background-color: var(--bs-color-amarillo);
}

.bg-verde-personalizado .migas a, #obrasTab .tab-verde{
  color: var(--bs-color-verde);
}

.bg-rosa-personalizado .migas a, #obrasTab  .tab-rosa {
  color: var(--bs-color-rosa);
}

.bg-amarillo-personalizado .migas a, #obrasTab  .tab-amarillo {
  color: var(--bs-color-amarillo);
}

#obrasTab .nav-link {
  border:none;
  font-weight: bold;
  text-transform: uppercase;
}
.migas {
  font-size: 14px;
}
.migas a:hover {
  color: #000;
}
/* imagenes de las cabeceras */
@media (min-width: 768px) {
  .bg-verde-personalizado .entry-header {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.0" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"><path d="M0,0v50h50V0H0z M10,37.9l14.2-25.7L40,37.9H10z"/></svg>');
  }
  .bg-rosa-personalizado .entry-header {
    background-image: url('data:image/svg+xml,<svg version="1.2" baseProfile="tiny" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 50 50" overflow="visible" xml:space="preserve"><path d="M0,0v50h50V0H0z M36.9,36.9H13.1V13.1h23.8V36.9z"/></svg>');
  }

  .bg-amarillo-personalizado .entry-header {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.0" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"><path d="M0,0v50h50V0H0z M25.2,39.1c-7.8,0-14.1-6.3-14.1-14.1s6.3-14.1,14.1-14.1S39.3,17.2,39.3,25S33,39.1,25.2,39.1z"/></svg>');
  }
  .bg-personalizado .entry-header {
    background-image: url('data:image/svg+xml,<svg version="1.2" baseProfile="tiny" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 621.7 300" overflow="visible" xml:space="preserve"><g><path d="M611.5,122.4c1.3,8.9,2.7,39.4-2.3,62.7c-14.2,66.2-55.1,96.9-110,114.4c-166.4,0-332.8,0-499.2,0C0,199.7,0,99.8,0,0c167.2,0,334.5,0,501.7,0c1.9,0.9,3.7,1.9,5.6,2.5c49.6,17.6,82.7,51.4,99.9,101C608.3,106.6,610.6,116,611.5,122.4z M308.4,32c5.3,0.3,10.1,0.8,15,0.8c43.2,0.1,86.5-0.2,129.7,0.2c11.5,0.1,23.4,1.1,34.5,4c59.4,15.4,94.8,69.3,86.7,130.5c-7.4,55.9-58.5,98.5-117.4,98.4c-45.7-0.1-91.5,0.5-137.2,0.1c-12.5-0.1-13.8,5.1-10.6,14.7c56.4,0,112.3,3.7,167.6-0.9c78.7-6.6,130.6-85.5,111.5-162.3c-14.2-57-63.8-98.3-122.4-99.8c-49.5-1.2-99-0.4-148.4-0.4c-2.8,0-5.6,0.7-8.9,1.2C308.4,23,308.4,27,308.4,32z M308.3,71.8c4.8,0,9.3,0,13.7,0c44.5,0,89-0.1,133.5,0.1c7.4,0,15.1,0.2,22.2,2c39.4,9.9,63.7,45.7,59,86.5c-4.2,36.8-37.9,66.4-76.9,66.8c-45.7,0.5-91.5,0.2-137.2,0.3c-4.8,0-9.5,0.4-14.9,0.7c0.3,5.7,0.4,9.7,0.6,13.8c2.4,0.6,4,1.2,5.6,1.2c51.6-0.1,103.2,1.1,154.7-0.8c48.9-1.8,85.8-45.3,85-96.4c-0.8-47.8-41.4-89.6-89.1-90.4c-49.1-0.8-98.1-0.3-147.2-0.2c-2.8,0-5.6,0.6-8.9,1C308.3,61.4,308.3,65.8,308.3,71.8z M308.4,109.5c5.3,0,10.2,0,15,0c43.7,0,87.3-0.1,131,0c26.2,0.1,45,17,44.9,40c-0.1,23.2-18.6,39.5-45.1,39.5c-43.7,0.1-87.3,0-131,0.1c-4.9,0-9.7,0.4-14.6,0.7c0,5.5,0,9.8,0,13.9c2,0.6,3.2,1.3,4.3,1.3c50.7,0,101.5,1.3,152.2-0.5c32.9-1.2,55.2-33.1,49.1-65.2c-5.3-28-27.5-45.8-58.3-45.9c-44.1-0.3-88.2-0.1-132.2-0.1c-4.9,0-9.8,0-15.3,0C308.4,99.2,308.4,103.6,308.4,109.5z M308.2,165.8c3.3,0.5,5.3,1,7.3,1c47.4,0,94.8,0.1,142.1-0.2c12.5-0.1,18.7-6.3,18.8-16.9c0.1-11.6-6.4-17.2-20.8-17.3c-45.7-0.1-91.4-0.1-137.2,0c-3.5,0-7,0.8-10.3,1.2C308.2,145,308.2,154.9,308.2,165.8z"/></g><line fill="none" x1="603.6" y1="120.8" x2="603.6" y2="121.2"/></svg>');
  }


  .bg-verde-personalizado .entry-header,
  .bg-rosa-personalizado .entry-header,
  .bg-amarillo-personalizado .entry-header,
  .bg-personalizado .entry-header  {
    background-position: top right;
    background-size: auto;
    background-repeat: no-repeat;
    height: 140px;
  }
} /* end media*/



/* Estilos base del icono */
.icono-categoria {
  position: absolute;
  top: 0;
  right: 0; /* Ajusta la posición */
  width: 100%;  /* Ajusta el tamaño */
  height: 100%;
  display: block;
  z-index: 200;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  pointer-events: none; /* Para que el clic pase a la imagen de abajo */
  opacity: 0.5;
  
}

.post-esculturas .icono-categoria {
  background-image: url('https://rua.aldaia.eu/wp-content/themes/rua/img/circulo.svg');
}
.post-pinturas .icono-categoria {
  background-image: url('https://rua.aldaia.eu/wp-content/themes/rua/img/cuadro.svg');
}
.post-intervenciones .icono-categoria { 
  background-image: url('https://rua.aldaia.eu/wp-content/themes/rua/img/triangulo.svg');
}




/* Estilo global para todos los botones de bloques de WordPress */
.wp-block-button__link, .btn-primary {
  background-color: #7a7a7a !important;
  /* Tu azul específico */
  color: #ffffff !important;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 0;
  /* Estilo Bootstrap */
  transition: background-color 0.2s ease-in-out;
  font-size: 1.1rem;
  line-height: 120%;
}

/* Efecto hover para que sea interactivo */
.wp-block-button__link:hover, .btn-primary:hover {
  background-color: #000 !important;
  /* Un azul un poco más oscuro */
  color: #ffffff !important;
  text-decoration: none;
}



.is-style-outline .wp-block-button__link, .btn-outline-primary {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #000;
}
.is-style-outline .wp-block-button__link:hover, .btn-outline-primary:hover {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000;
}
.banner-proyecto .has-large-font-size {
  font-size: 1.3rem !important;
}

@media (min-width: 769px) {
  .wp-block-button__link {
    font-size: 1.4rem;
  }
  .site-main {
    border-right: 1px solid #000;
  }
} /* end media*/

.custom-logo {
  max-width: 200px;
  height: auto;

}
.custom-logo-desktop {
  max-width: 240px;
  height: auto;
  padding-top: 50px;
}
.logo-footer {
  width: 200px;
  max-width: 100%;
}
.redes svg {
  width: 30px;
  height: 30px;
}
.redes svg:hover {
  fill: #000;
}




/* footer*/
#menu-menu-legales {
  padding-top: 40px;
}
.site-footer {
  background-color: #000;
  color: #fff;
}

.site-footer ul {
  list-style: none;
  margin: 10px auto;
  text-align: center;
  padding-left: 0;
}

.site-footer ul li {
  display: block;
  padding: 5px 15px;
  
}

.site-footer a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.site-footer a:hover {
  color: #ddd;
  text-decoration: underline;
}
.legales h2 {
  font-size: 22px;
  margin: 25px 0;
}
.legales h3 {
  font-size: 18px;
}
.legales p,
.legales li,
.legales {
  font-size: 16px;
}

@media (min-width: 768px) {
  .custom-logo {
    max-width: 340px;
  }
  .redes svg {
    width: 45px;
    height: 45px;
  }
} /* end media*/

@media (min-width: 1200px) {
  .redes svg {
    width: 60px;
    height: 60px;
  }
} /* end media*/

/* boton nav-bar menu movil */
.navbar-toggler-icon {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"><g><rect x="2.2" y="9.6" style="fill:%23fff;" width="45.7" height="6.4"/><rect x="2.2" y="21.8" style="fill:%23fff;" width="45.7" height="6.4"/><rect x="2.2" y="34" style="fill:%23fff;" width="45.7" height="6.4"/></g></svg>');
  margin-top: 10px;
}

/* Offcanvas en móvil */
.offcanvas {
  background-color: #000 !important;
}
.offcanvas-header {
  height: 15vh;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler-icon:focus,
.btn-close:focus {
  outline: none !important;
  border: none !important;
  border-width: 0;
  box-shadow: none !important;
  border: none;
}

/* main menu */
.navbar-nav li {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.navbar-nav li a.nav-link {
  color: #fff;
  font-weight: 100;
  display: block;
  width: 100%;
  font-size: 1.65rem;
  line-height: 1;
}


#menu-idiomas.navbar-nav li a.nav-link {
  font-weight: 300;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
}
#menu-idiomas.navbar-nav li a.nav-link:hover, #menu-idiomas.navbar-nav .current-lang a.nav-link {
  text-decoration: underline;
}

.navbar-nav li a.nav-link:hover, .navbar-nav li.active a.nav-link {
  color: #fff;
  font-weight: 700;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  padding-left: 1.5rem;
}

.navbar-nav .dropdown-menu {
  padding-left: 0;
}
.navbar-nav .dropdown-menu li a.nav-link {
  font-size: 1rem;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .navbar-nav li {
    /* display: flex; */
    align-items: center;
    font-size: 1.9vw;
    /* flex-basis: 200px;  
    flex-grow: 1; 
    flex-shrink: 1;  */
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-nav .pll-parent-menu-item {
    width: auto;
    min-width: auto;
    max-width: 80px;
    font-weight: bolder;
  }

  .navbar-nav #menu-item-39 {
    max-width: 100px;
  }

  .navbar-nav .dropdown-menu {
    min-width: 300px;
  }
  .navbar-nav .dropdown-menu li {
    padding: 5px !important;
  }
  .navbar-nav .dropdown-menu li a.nav-link {
    font-size: 1.2vw;
    text-align: left;
  }
  /* dropdown menu*/
  .dropdown-menu[data-bs-popper] {
    margin-top: 0;
  }
  .dropdown-menu {
    background-color: #dadada;
    padding: 10px 15px;
    border-radius: 0;
  }
} /* end media */

/* bloques gutemberg */
@media (min-width: 1200px) {
  .wp-block-cover,
  .wp-block-cover-image {
    min-height: 600px;
  }
} /* end media*/

/* contact form  */

.wpcf7 {
  max-width: 100% !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  border-radius: 0;
  background: transparent !important;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #000;
  padding: 10px 0;
  color: #000;
  width: 100% !important;
}
.wpcf7 input[type="submit"] {
  width: 100%;
  max-width: 240px;
  background: #000;
  border: 2px solid #000;
  padding: 12px;
  border-radius: 0;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.wpcf7 input[type="submit"]:hover {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}
.wpcf7 input[type="submit"]:disabled {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 20px !important;
  background-color: #f1e198;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: rgb(136, 231, 157);
}

.wpcf7-form ::placeholder {
  color: #000 !important;
  font-weight: normal;
  font-size: 16px;
}
.wpcf7-not-valid-tip {
  color: #000 !important;
  font-weight: normal;
  font-size: 15px;
  padding: 10px;
}
.wpcf7-form textarea {
  height: 90px;
}
.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="range"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="color"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="file"]:focus,
.wpcf7 input[type="submit"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  box-shadow: none;
  border-color: #000;
}

.aceptance {
  font-size: 14px;
}
.form-privacidad {
  font-size: 13px;
}

.featured-img:hover {
  opacity: 0.5;
}

/* buscador de la cabecera */
.buscador .search-form label {
  width: 85%;
  display: inline-block;
}
.buscador .search-field {
  border: 1px solid #000;
  width: 90%;
  max-width: 400px;
  padding: 5px 10px;
  font-size: 1rem;
}

.buscador .search-submit {
  width: 9%;
  height: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fff" class="bi bi-zoom-in" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0"/><path d="M10.344 11.742q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1 6.5 6.5 0 0 1-1.398 1.4z"/><path fill-rule="evenodd" d="M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5"/></svg>');
  background-color: transparent;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 240px;
  overflow: hidden;
  border: none;
}

.buscador .search-submit:hover {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23000" class="bi bi-zoom-in" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0"/><path d="M10.344 11.742q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1 6.5 6.5 0 0 1-1.398 1.4z"/><path fill-rule="evenodd" d="M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5"/></svg>');
}
/* end buscador de la cabecera */

@media only screen and (min-width: 768px) {
  .buscador .search-form label {
    width: 89%;
  }
  .buscador .search-submit {
    background-size: 28px;
    width: 8%;
  }
} /*  end css */

/* --- 1. SLICK CORE (Funcionalidad básica) --- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: "";
}

.slick-track::after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-track,
.slick-loading .slick-slide {
  visibility: hidden;
}

/* --- 2. FLECHAS Y PUNTOS (Estilos Base) --- */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  background: transparent;
  color: transparent;
  z-index: 10;
}

.slick-dots {
  position: absolute;
  bottom: -0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li button {
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 0;
  width: 20px;
  height: 20px;
}

/* Tamaño de los puntos personalizado */
.slick-dots li button:before {
  font-family: "slick";
  content: "•";
  font-size: 60px; /* Tu ajuste de 40px */
  line-height: 20px;
  color: #fff;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

/* Estilos para flechas con SVG personalizado */
.lazy .slick-prev,
.lazy .slick-next {
  opacity: 0.5;
  z-index: 1000;
  width: 100px;
  height: 100px;
  background-color: #fff;
  transition: opacity 0.3s;
}

.lazy .slick-prev:hover,
.lazy .slick-next:hover {
  opacity: 1;
}

.lazy .slick-prev {
  left: 0;
}
.lazy .slick-next {
  right: -25px !important;
}

.lazy .slick-prev::before,
.lazy .slick-next::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
}

.lazy .slick-prev::before {
  background: transparent url("../img/flecha-slider-left.svg") no-repeat center;
}

.lazy .slick-next::before {
  background: transparent url("../img/flecha-slider-right.svg") no-repeat center;
}


/* Ocultar flechas en móvil si tienen la clase .lazy */
@media (max-width: 768px) {
  .lazy .slick-prev,
  .lazy .slick-next {
    display: none !important;
  }
  .slick-dots li button:before {
    font-size: 40px;
  }

  .imp-object-spot img {
    max-width: 28px;
    max-height: 28px;
  }
 
  .imp-ui-top-right{
    top: -50px!important;
  }
}
.imp-ui-light .imp-ui-layers-menu-wrap .imp-icon{
  fill: #fff!important;
}
.squares-button:hover {
  filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}


/* HOME bloque incio fotos */

.wp-block-cover,
.wp-block-cover-image {
  padding: 0 !important;
}

.understrap-read-more-link {
  background-color: none;
  border-radius: 30px;
  color: #000;
  text-decoration: none;
  border: 2px solid #000;
  padding: 15px 25px;
  font-size: 20px;
  min-width: 100px;
  display: inline-block;
  text-align: center;
}
.understrap-read-more-link:hover {
  background-color: #000;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .understrap-read-more-link {
    font-size: 29px;
    border-radius: 40px;
    min-width: 150px;
  }
} /* end css */
@media only screen and (min-width: 1200px) {
  .understrap-read-more-link {
    font-size: 36px;
    border-radius: 50px;
  }
} /* end css */

#index-wrapper article:nth-of-type(even) .row {
  flex-direction: row-reverse;
}

/* ========================================================================== */
/* PAGINATION STYLES - .nav-links */
/* ========================================================================== */
.navigation {
  padding: 1rem 0.5rem;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 40px 0;
}

.nav-links a,
.nav-links span {
  display: inline-block;
  padding: 12px 16px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #000;
  transition: all 0.3s ease;
}

.nav-links a:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.nav-links .page-numbers.current,
.nav-links span.page-numbers.current {
  background-color: #000;
  color: #fff;
  border-color: #000;
  cursor: default;
}

@media (min-width: 768px) {
  .nav-links a,
  .nav-links span {
    padding: 15px 20px;
    font-size: 1.1rem;
  }
}

/* ========================================================================== */
/* PAGINATION ARROWS - Previous/Next */
/* ========================================================================== */

/* Ocultar el texto y mostrar flechas */
.nav-links a.prev,
.nav-links a.next {
  font-size: 0;
  width: 50px;
  height: 50px;
  padding: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Flecha izquierda (Previous) */
.nav-links a.prev::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M12 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H11.5a.5.5 0 0 1 .5.5z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Flecha derecha (Next) */
.nav-links a.next::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 8a.5.5 0 0 0 .5.5h7.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L12.293 7.5H4.5A.5.5 0 0 0 4 8z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

h5.p1,
h5.wp-block-heading {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
}
h6.p1,
h6.wp-block-heading {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
}

/*  nav-tabs */
.nav-tabs {
  border: none;
}
.nav-tabs .nav-link {
  text-decoration: none;
  border-radius: 0;
  color: #000;
  width: auto;
  float:left;
  margin-bottom: 4px;
  margin-left: 4px;
}

.nav-tabs .nav-link.bg.active,
.nav-tabs .nav-link:hover {
  background-color: #000;
  color: #fff;
}

@media (min-width: 768px) {
  .nav-tabs .nav-link {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 4px;
    margin-left: 4px;
  }
  .nav-links a.prev,
  .nav-links a.next {
    height: 56px;
  }
}

#nav-location iframe,
#nav-audio audio {
  width: 100% !important;
}

.cky-btn-revisit-wrapper {
  background-color: #000 !important;
}
.cky-btn-customize, .cky-btn-reject, .cky-btn-accept, .cky-btn-preferences {
  border-color:#000!important;
  color:#000!important;
  background-color: #fff!important;;
}