/* THEME CSS */
:root {
  --bs-primary: #000;
  --bs-primary-rgb: 0, 0, 0;
  --bs-secondary: #eae4d9;
  --bs-secondary-rgb: 234, 228, 217;

  /* Colores de enlace */
  --bs-link-color: #000;
  --bs-link-hover-color: #000;
}

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

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

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

@media (min-width: 1200px) and (max-width: 1919px) {
  .container-fluid {
    max-width: 100% !important;
  }
} /* end media*/

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

body {
  font-size: clamp(1rem, 1.4vw + 1rem, 1.7rem);
  line-height: clamp(120%, 2vw + 100%, 130%);
  color: #000;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
}

.lead {
  font-size: clamp(1.2rem, 1.75vw + 1rem, 2.2rem);
  line-height: 120%;
  font-weight: 300;
}
img {
  max-width: 100%;
  height: auto;
}

.text-decoration-none a {
  text-decoration: none;
}
.fw-bolder {
  font-weight: 800;
}
/* line-height solo titulares */
:is(h1, h2, h3, h4, h5, h6, [class^="display-"]) {
  line-height: 120%;
  font-weight: 300;
}

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

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

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

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

/* Displays (Titulares gigantes de Bootstrap) */
.display-1 {
  font-size: clamp(2.5rem, 4.5vw + 1rem, 7.5rem);
}

.display-2 {
  font-size: clamp(2rem, 3.5vw + 1rem, 6rem);
}

.display-3 {
  font-size: clamp(1.8rem, 3.5vw + 1rem, 5rem);
}

.display-4 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 3.2rem);
}

.display-5 {
  font-size: clamp(1.3rem, 2.5vw + 1rem, 2.5rem);
}

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

@media (min-width: 768px) {
  .bg-100 .wp-block-cover,
  .bg-100 .wp-block-cover-image {
    min-height: 100%;
  }
} /* 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;
}
.wp-block-separator {
  border-top: 2px solid #000;
  width: 45% !important;
  opacity: 1;
}

.text-primary a {
  color: #000;
}
.text-primary a:hover {
  color: #000;
}
/* Estilo global para todos los botones de bloques de WordPress */
.wp-block-button__link {
  background-color: #000 !important;
  color: #ffffff !important;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 0;
  transition: background-color 0.2s ease-in-out;
  font-size: 1.1rem;
  line-height: 120%;
}

.wp-block-button__link:hover {
  background-color: #000 !important;
  color: #ffffff !important;
  text-decoration: none;
}

.is-style-outline .wp-block-button__link {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #000;
}
.is-style-outline .wp-block-button__link:hover {
  background-color: #000 !important;
  color: #fff !important;
}

@media (min-width: 768px) {
  .wp-block-button__link {
    font-size: 1.4rem;
  }
} /* end media*/

.custom-logo {
  width: clamp(200px, 20vw + 50px, 280px);
  height: auto; /* Mantener proporción */
}
.custom-logo-footer {
  width: clamp(200px, 16vw + 50px, 220px);
  height: auto; /* Mantener proporción */
}


.site-footer {
  background-color: #000;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover {
  color: #b99584;
  text-decoration: none;
}

.redes-footer svg {
  height: clamp(2rem, 5vw + 1rem, 5rem);
  width: clamp(2rem, 5vw + 1rem, 5rem); 
  margin: 5px;
}
.redes-footer svg:hover {
  fill:#b99584
}

.widget-3 ul {
  padding-left: 0;
}
.widget-3 li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

.legales h2 {
  font-size: 22px;
  margin: 25px 0;
}
.legales h3 {
  font-size: 18px;
}
.legales p,
.legales li,
.legales {
  font-size: 16px;
  line-height: 120%;
}

/* 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:%23000;" width="45.7" height="6.4"/><rect x="2.2" y="21.8" style="fill:%23000;" width="45.7" height="6.4"/><rect x="2.2" y="34" style="fill:%23000;" width="45.7" height="6.4"/></g></svg>');
}

.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 {
  text-align: left;
  line-height: 1.2;
  text-transform: uppercase;
}

.navbar-nav li a.nav-link {
  font-size: clamp(1.2rem, 1vw + 0.8rem, 1.9rem);
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  text-wrap: nowrap;
}

.whatsapp a.nav-link svg {
  height: clamp(1.4rem, 1vw + 1rem, 2.2rem);
  width: clamp(1.4rem, 1vw + 1rem, 2.2rem);
}

.instagram a.nav-link svg,
.facebook a.nav-link svg,
.whatsapp a.nav-link svg {
  height: 24px;
  width: 24px;
}
.instagram a.nav-link:hover svg,
.facebook a.nav-link:hover svg,
.whatsapp a.nav-link:hover svg {
  fill: #b99584;
}


/* idiomas */
.navbar-nav .lang-item a.nav-link {
  color: #000;
}
.navbar-nav .lang-item a.nav-link:hover {
  color: #fff;
  background-color: #000;
}

@media (min-width: 990px) {

  .instagram, .facebook, .whatsapp {
    display: inline;
    margin-left: 0;
  }
  .instagram a.nav-link svg,
  .facebook a.nav-link svg,
  .whatsapp a.nav-link svg {
    height: 40px;
    width: 40px;
  }
  /* boton item-nav  estilo boton negro */
  .link-boton a.nav-link {
    padding: 10px 25px !important;
    border-radius: 9999px;
  }
  /* boton item-nav */
  .link-boton a.nav-link:hover {
    background-color: #000;
    color: #fff;
  }
} /* end media*/

/* .navbar-nav .pll-parent-menu-item {
  width: auto;
  max-width: 45px;
} */

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

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

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

@media only screen and (min-width: 990px) {
  
  .navbar-nav .dropdown-menu li {
    padding: 5px !important;
  }
  .navbar-nav .dropdown-menu li a.nav-link, .navbar-nav .dropdown-menu li.link-boton a.nav-link {
    font-size: 1.2vw;
    text-align: left;
    background-color: transparent;
    color:#000;
    border-radius: 0;
  }
  .navbar-nav .dropdown-menu li a.nav-link:hover, .navbar-nav .dropdown-menu li.link-boton a.nav-link:hover {
    font-weight: 800;
    background-color: transparent;
    color:#000;
  }
 
  .dropdown-menu[data-bs-popper] {
    margin-top: 0;
  }
  .dropdown-menu {
    background-color: #ddd;
    padding: 10px 15px;
    border-radius: 30px;
  } 
} /* 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
  :is(input[type="text"], input[type="tel"], input[type="email"], textarea) {
  border: none;
  border-radius: 0;
  background: #fff !important;
  padding: 10px 15px;
  font-size: 20px;
  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: #fff !important;
  border: none;
  box-shadow: none;
  padding: 10px 0;
  color: #000;
  width: 100% !important;
  padding: 4px 15px;
  font-size: 20px;

} */

.wpcf7 input[type="submit"] {
  width: 100%;
  background: #000;
  border: 2px solid #000;
  padding: 1.5rem clamp(1rem, 1.4vw + 1rem, 1.7rem);
  border-radius: 0;
  font-size: clamp(1.2rem, 2.5vw + 1rem, 2.75rem);
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.wpcf7 input[type="submit"]:hover {
  background: #b99584;
  color: #000;
  border: 2px solid #b99584;
}

.wpcf7 input[type="submit"]:disabled {
  background: #666;
  color: #000;
  border: 2px solid #666;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 20px !important;
  background-color: #fff;
  font-size: 15px;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #ddd;
}

.wpcf7-form ::placeholder {
  color: #6f6f6e !important;
  font-weight: normal;
  font-size: 18px;
}
.wpcf7-not-valid-tip {
  color: red !important;
  font-weight: normal;
  font-size: 15px;
  padding: 10px;
}
.wpcf7-form textarea {
  height: 240px;
}

/* .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: none;
} */

/* Evita el foco azul feo de los navegadores */
.wpcf7-form *:focus {
  outline: none !important;
  box-shadow: none !important;
}

.wpcf7-acceptance {
  font-size: 14px;
  line-height: 1;
}
.form-privacidad {
  font-size: 13px;
  line-height: 1.2;
}

.wpcf7-acceptance a:hover,
.form-privacidad a:hover {
  text-decoration: underline;
}
.wpcf7-acceptance a:hover,
.form-privacidad a:hover,
.form-newsletter .aceptance,
.form-newsletter .form-privacidad,
.wpcf7-acceptance a,
.form-privacidad a {
  color: #000;
}

@media only screen and (min-width: 1024px) {
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form input[type="email"],
  .wpcf7-form textarea {
    font-size: 26px;
  }
  .wpcf7-form ::placeholder {
    font-size: 26px;
  }
} /*  end css */

.text-white a {
  color: #fff;
}
.text-white a:hover {
  text-decoration: underline;
  color: #fff;
}

/* --- 1. SLICK CORE (Funcionalidad básica) --- */
.icon-wrapper-slider svg {
  max-width: 20vw;
  height: auto;
}
.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;
  height: 35px;
}

.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: 1;
  z-index: 1000;
  width: 100px;
  height: 100px;
  background-color: transparent;
  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;
  }
}

/* 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: 10px 16px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  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: 6px 20px;
    font-size: 1.1rem;
  }
} /* end media */

/* ========================================================================== */
/* 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;
}

.bloque-consultar a {
  text-decoration: underline;
  color: #fff;
  transition: background-size 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='6'%3E%3Cpath d='M0 0.5h40M0 2.5h40M0 4.5h40' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 100%; /* Lo situamos al final del texto */
  background-size: 0% 6px; /* Ancho 0 para la animación */
  padding-bottom: 4px; /* Espacio para que luzcan las líneas */
}

.bloque-consultar a:hover {
  background-size: 100% 6px; /* Al hacer hover, se extiende al 100% */
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .marquee {
    font-size: 2.5vw;
    line-height: 1.5;
  }
} /* end media */

.page-id-20 .bg-primary {
  --bs-primary-rgb: 206, 101, 100;
}

.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;;
}
/* video de fondo */
.video-background {
  position: relative;
  width: 100%;
  height: 100%; /* Altura de toda la pantalla */
  overflow: hidden;
  min-height: 750px;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Esto es clave para videos verticales */
  transform: translate(-50%, -50%);
  z-index: -1; /* Lo envía al fondo */
}

@media only screen and (max-width: 1200px) {
  :where(.wp-block-columns.is-layout-flex.servicio) {
    gap: 1em;
  } 
} /* end media */
