/* THEME CSS */
:root {
  --bs-primary-rgb: 139, 7, 40;
  --bs-link-color-rgb: 0, 0, 0;
  --bs-link-hover-color-rgb: 139, 7, 40;
  --bs-nav-link-color: #fff;
  /* color: #8b0728;
  color: #ce6564; */
}

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

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

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
    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: "Open sans", sans-serif;
  font-weight: 400;
}

.lead {
  font-size: clamp(1.2rem, 2vw + 1rem, 2.5rem);
  line-height: clamp(120%, 2vw + 100%, 130%);
  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: clamp(120%, 2vw + 100%, 130%);
  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.8rem, 6vw + 1rem, 7.5rem);
}

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

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

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

.display-5 {
  font-size: clamp(1.3rem, 3vw + 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: #8b0728;
}

.has-primary-background-color {
  background-color: #8b0728;
}

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

.has-secondary-background-color {
  background-color: #303030;
}
.wp-block-separator {
  border-top: 2px solid #8b0728;
  width: 45%!important;
  opacity: 1;
}

.text-primary a {
  color: #8b0728;
}
 .text-primary a:hover {
  color: #000;
}
/* Estilo global para todos los botones de bloques de WordPress */
.wp-block-button__link {
  background-color: #8b0728 !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 {
  background-color: #000 !important;
  /* Un azul un poco más oscuro */
  color: #ffffff !important;
  text-decoration: none;
}

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

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

.custom-logo {
  max-width: 220px;
  height: auto;
  padding: 4px 10px;
}
.redes svg {
  width: 20px;
  height: 20px;
}
.redes svg:hover {
  fill: #000;
}

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

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

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

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

@media (min-width: 768px) {
  .custom-logo {
    max-width: 280px;
    padding: 4px 0px;
  }
  .redes svg {
    width: 42px;
    height: 42px;
  }

} /* end media*/
@media (min-width: 1024px) {
  .custom-logo {
    max-width: 380px;
  }
} /* 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: #8b0728 !important;
}

.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;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: uppercase;
}

.navbar-nav li a.nav-link {
  color: #fff;
  font-weight: 400;
  display: block;
  width: 100%;
  font-size: 1.3rem; 
 
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-nav li a.nav-link:hover, .navbar-nav li.active a.nav-link {
  font-weight: bold;
  
}
.navbar-nav li.socio a.nav-link {
  background-color: #ce6564;
}
.navbar-nav li.socio a.nav-link:hover {
  background-color: #000; 
  color: #fff;
}



/* idiomas */
.navbar-nav .lang-item a.nav-link,
.navbar-nav .pll-parent-menu-item a.nav-link {
  color: #fff;
}
.navbar-nav .pll-parent-menu-item {
  width: auto;
  max-width: 45px;
}

.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 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }



  .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: #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: #ce6564;
  color: #000;
  border: 2px solid #ce6564;
}
.page-id-20 .wpcf7 input[type="submit"] {
  background: #8b0728;
  color: #fff;
  border: 2px solid #8b0728;
}
.page-id-20 .wpcf7 input[type="submit"]:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

.form-newsletter input[type="submit"] {
  max-width: 320px;
  margin: 0 auto;
}
.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: #ffcc33 !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;
}

.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;
} 

/* 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="%238b0728" 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) --- */
.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;
}

.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: #8b0728;
}

/* 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: #8b0728;
  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: #8b0728;
  color: #fff;
  border-color: #8b0728;
}

.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;
}



/* MARQUESINA */

.marquee {
  overflow: hidden;
  white-space: nowrap;
  /* Ancho del contenedor para controlar la velocidad */
  width: 100%;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #8b0728;
  background-color: #fff;
  border-top: 1px solid #8b0728;
  border-bottom: 1px solid #8b0728;
 
}

.marquee ul {
  display: inline-block;
  animation: marquee 35s linear infinite;
  margin-bottom: 0;
}

.marquee li {
  display: inline-block;
  margin: 0 10px;
  padding-left: 0px;
  text-transform: uppercase;
}
.marquee li::before {
  content: " * ";
  margin-right: 10px; /* Ajusta el margen derecho según sea necesario */
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

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

  }
} /* end media */
@media only screen and (min-width: 1400px) {
  .marquee {
    font-size: 3.25rem;
    line-height: 1.2;
    
  }
} /* end media */

.bloque-m-v img {
  min-width: 200px;
  max-width: 290px;
}



.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: #8b0728!important;
}