@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Pacifico&display=swap";
@media screen and (max-width: 768px) {
  html body .header-menu nav ul li .submenu li a {
    color: rgba(149, 145, 145, 0.85) !important;
  }
}
/* -------------------------------------------------------------------------- */
/*                                    FONTS                                   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                  VARIABLES                                 */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                 RESPONSIVE                                 */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 250px) and (max-width: 1024px) {
  body {
    /* -------------------------------------------------------------------------- */
    /* HEADER (MODIFICADO PARA FUNCIONAR CON CLICK/JS)                            */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /* BANNER PRINCIPAL                              */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /* TAXONOMY LIST                               */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /* ACTIVIDADES                                */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /* ACTUALIDADES                                */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /* DIRECTORIOS                                */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /* DIRECTORIO HEADER                             */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /* SINGLE DIRECTORIO INFO                           */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /* COLABORADORES                               */
    /* -------------------------------------------------------------------------- */
  }
  body .container {
    max-width: 95vw !important;
    margin: 0 auto;
  }
  body .header {
    padding: 0.5rem 0;
    z-index: 9999;
    height: auto !important;
    background-color: #333;
  }
  body .header.scrolled {
    background-color: #333 !important;
  }
  body .header-logo img {
    height: 50px !important;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body .header-botonresponsive {
    display: flex !important;
    align-items: center;
  }
  body .header-botonresponsive button {
    background: transparent;
    border: none;
    padding: 5px;
    cursor: pointer;
  }
  body .header-botonresponsive svg {
    width: 2.5rem;
    height: 2.5rem;
  }
  body .header-botonresponsive svg path {
    fill: #fff;
    stroke: #fff;
  }
  body .header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #999;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 0;
    flex-direction: column !important;
  }
  body .header-menu.activo {
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
  }
  body .header-menu-inactivo {
    display: none;
  }
  body .header-menu nav {
    display: block;
  }
  body .header-menu nav ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  body .header-menu nav ul li {
    width: 100%;
    padding: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    display: block !important;
  }
  body .header-menu nav ul li a {
    color: #fff !important;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
  }
  body .header-menu nav ul li:hover > ul, body .header-menu nav ul li:hover > .submenu, body .header-menu nav ul li:hover > .sub-menu {
    display: none;
    transform: none !important;
  }
  body .header-menu nav ul li.menu-item-has-children > a::after {
    content: "+";
    font-weight: 300;
    font-size: 1.5rem;
    color: rgba(253, 238, 238, 0.9);
    transition: transform 0.3s ease;
    margin-left: 10px;
    display: inline-block;
  }
  body .header-menu nav ul li ul.sub-menu,
  body .header-menu nav ul li ul.submenu,
  body .header-menu nav ul li ul {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    display: block !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
  body .header-menu nav ul li ul.sub-menu li,
  body .header-menu nav ul li ul.submenu li,
  body .header-menu nav ul li ul li {
    border-bottom: 1px solid rgba(206, 202, 202, 0.2);
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }
  body .header-menu nav ul li ul.sub-menu li:first-of-type,
  body .header-menu nav ul li ul.submenu li:first-of-type,
  body .header-menu nav ul li ul li:first-of-type {
    padding-top: 0 !important;
  }
  body .header-menu nav ul li ul.sub-menu li:first-of-type::before,
  body .header-menu nav ul li ul.submenu li:first-of-type::before,
  body .header-menu nav ul li ul li:first-of-type::before {
    display: none !important;
  }
  body .header-menu nav ul li ul.sub-menu li:last-of-type,
  body .header-menu nav ul li ul.submenu li:last-of-type,
  body .header-menu nav ul li ul li:last-of-type {
    padding-bottom: 0 !important;
  }
  body .header-menu nav ul li ul.sub-menu li a,
  body .header-menu nav ul li ul.submenu li a,
  body .header-menu nav ul li ul li a {
    padding-left: 2.5rem;
    font-size: 1rem;
    color: rgba(206, 202, 202, 0.8) !important;
  }
  body .header-menu nav ul li ul.sub-menu li a::after,
  body .header-menu nav ul li ul.submenu li a::after,
  body .header-menu nav ul li ul li a::after {
    display: none;
  }
  body .header-menu nav ul li.submenu-open > a {
    background-color: rgba(255, 255, 255, 0.05);
  }
  body .header-menu nav ul li.submenu-open > a::after {
    content: "-";
    color: #fff;
  }
  body .header-menu nav ul li.submenu-open > ul,
  body .header-menu nav ul li.submenu-open > ul.sub-menu,
  body .header-menu nav ul li.submenu-open > ul.submenu {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
  }
  body .header-menu .search {
    padding: 1.5rem;
    width: 100%;
    box-sizing: border-box;
  }
  body .header-menu .search input {
    width: 100% !important;
    padding: 12px 15px;
    border-radius: 5px;
    border: none;
    background: #fff;
    color: #333;
    font-size: 1rem;
  }
  body .header-menu .search .dirsearchlist {
    position: relative !important;
    top: 5px !important;
    right: auto !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 0;
    z-index: 100;
  }
  body .header-menu .search .dirsearchlist.hidden {
    display: none;
  }
  body .header-menu .search .dirsearchlist ul {
    max-height: 250px;
    overflow-y: auto;
  }
  body .header-menu .search .dirsearchlist ul li {
    border-bottom: 1px solid #eee;
    display: flex;
  }
  body .header-menu .search .dirsearchlist ul li a {
    padding: 10px;
    color: #333 !important;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
  }
  body .header-menu .search .dirsearchlist ul li img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .header-menu .search .dirsearchlist ul li span {
    color: #333;
    font-size: 0.9rem;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-5px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  body .bannerprincipal {
    height: 60vh !important;
  }
  body .bannerprincipal-content-info {
    padding-left: 0 !important;
    margin: 0 auto;
    width: 100%;
    max-width: 90vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  body .bannerprincipal-content-info h1 {
    font-size: 1rem !important;
  }
  body .bannerprincipal-content-info h1 strong {
    font-size: 3rem !important;
  }
  body .bannerprincipal-content-info p {
    width: 100% !important;
    font-size: 0.75rem !important;
  }
  body .taxonomieslist-box {
    padding: 0.5rem !important;
  }
  body .taxonomieslist-box a img {
    height: 70px !important;
  }
  body .taxonomieslist-box h1 {
    font-size: 0.64rem !important;
  }
  body .actividades {
    padding: 5rem 0 !important;
  }
  body .actividades-titulo h1 {
    flex-direction: column !important;
    align-items: baseline !important;
  }
  body .actividades-list {
    padding: 5rem 0 0rem 0 !important;
  }
  body .actividades-list-box-titulo h2 {
    font-size: 1.2rem !important;
  }
  body .actualidades-titulo h1 {
    flex-direction: column !important;
    align-items: baseline !important;
  }
  body .actualidades-titulo h1 strong {
    font-size: 2.5rem !important;
  }
  body .actualidades-titulo ~ div > div .bg-white > div > a > img {
    height: 200px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .directorios-map .dropdown {
    position: relative !important;
    left: 0;
    width: 100%;
    top: auto !important;
    max-width: 100% !important;
  }
  body .directorios-map .dropdown label {
    margin-left: 0 !important;
  }
  body .directorios-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  body .directorioheader {
    height: auto !important;
  }
  body .directorioheader-feature {
    height: 300px !important;
  }
  body .directorioheader-info {
    padding: 4rem 2rem !important;
  }
  body .directorioheader-info-logo {
    right: 0 !important;
    top: auto !important;
    bottom: 0;
  }
  body .directorioheader-info-logo img {
    height: 150px !important;
  }
  body .directorioheader-info-titulo {
    width: 95% !important;
  }
  body .directorioheader-info-titulo h1 {
    font-size: 2rem !important;
  }
  body .directorioinfo-tap {
    padding: 2rem 0rem !important;
  }
  body .directorioinfo-tap-item.galeria > .container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  body .directorioinfo-tap-item > .container {
    max-width: 100% !important;
    padding: 0rem !important;
  }
  body .directorioinfo-tap-item > .container img {
    height: auto !important;
  }
  body .directorioinfo-tap-item > .container h4 {
    font-size: 1.5rem !important;
  }
  body .directorioinfo-tap-item > .container p {
    font-size: 1rem !important;
  }
  body .colaboradores-titulo h1 {
    flex-direction: column !important;
    align-items: baseline !important;
  }
  /* -------------------------------------------------------------------------- */
  /*                                   GALLERY                                  */
  /* -------------------------------------------------------------------------- */
  .gallery {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.taxonomieslist .swiper-button-next,
.taxonomieslist .swiper-button-prev {
  filter: brightness(0) invert(1);
}

.actividades-list .swiper-button-next,
.actividades-list .swiper-button-prev {
  filter: brightness(0) saturate(100%) invert(68%) sepia(6%) saturate(2903%) hue-rotate(120deg) brightness(82%) contrast(90%);
}

body {
  /* -------------------------------------------------------------------------- */
  /*                                  GENERALES                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   HEADER                                   */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                               BANNERPRINCIPAL                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                TAXONOMY LIST                               */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                              HEADER PAGE TITLE                             */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 ACTIVIDADES                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                ACTUALIDADES                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 DIRECTORIOS                                */
  /* -------------------------------------------------------------------------- */
  /* Forzar limpieza visual de galerías */
  /* -------------------------------------------------------------------------- */
  /*                           NUESTROS COLABORADORES                           */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                              SINGLE DIRECTORIO                             */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                CONTENIDO WP                                */
  /* -------------------------------------------------------------------------- */
  /* Estilos para el contenido general de WordPress (the_content) */
  /* =========================================
     Estilos de Contenido Rico (WordPress & Tabs)
     Aplicado a: .tab-content-wrapper (Info General)
             y .tab-content-item (Tabs Personalizados)
     ========================================= */
  /* Estilos para el Widget de Horario */
  /* Estilos para los contenidos de los Tabs Personalizados */
  /* -------------------------------------------------------------------------- */
  /*                               GUIA TURISTICA                               */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 TRANSPORTE                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                               NUMEROS UTILIES                              */
  /* -------------------------------------------------------------------------- */
  /* Contenido */
  /* util */
  /* -------------------------------------------------------------------------- */
  /*                            INFORMACIONES UTILES                            */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                CONTACTO INFO                               */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 COMENTARIOS                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                               ACTUALIDAD INFO                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   FOOTER                                   */
  /* -------------------------------------------------------------------------- */
}
body.page-id-7581 .actividades {
  padding: 4rem 0;
}
body p,
body ul li a,
body a,
body span,
body h2,
body h3,
body h4,
body h5 {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.07rem;
}
body .container {
  max-width: 95vw;
}
body #gallery-1 {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
body #gallery-1 .gallery-item {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
  text-align: initial;
}
body #gallery-1 img {
  border: 0 !important;
  width: 100% !important;
  height: 300px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  cursor: pointer;
}
body #gallery-1 .gallery-caption {
  display: none;
}
body .publicidad {
  padding: 3rem 0 0 0;
  display: flex;
  justify-content: center;
}
body .publicidad.page {
  padding: 3rem 0;
}
body .compartir {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 4rem;
}
body .compartir a {
  font-size: 16px !important;
  font-style: italic;
  font-weight: bold;
  color: #666;
  margin-bottom: 0;
  text-decoration: underline;
}
body.home-class .header {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: 0.5s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25), transparent);
}
body.home-class .header-menu nav ul li .submenu li a {
  color: rgba(149, 145, 145, 0.85);
  font-weight: 400;
}
body.home-class .header-menu nav ul li a {
  color: #fff;
}
body.home-class .header.scrolled {
  background: #dedede;
}
body.home-class .header.scrolled .header-menu nav li.menu ul li .submeu li a {
  color: rgba(149, 145, 145, 0.85);
}
body.home-class .header.scrolled .header-menu nav li.menu ul li a {
  color: #fff;
}
body.home-class .header.scrolled .header-menu nav li a {
  color: #838383;
}
body.home-class .header.scrolled .header-logo img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .header {
  padding: 1rem 0;
  position: relative;
  z-index: 10000;
}
body .header > .container {
  display: flex;
  justify-content: space-between;
}
body .header .container > div {
  align-items: center;
  display: flex;
}
body .header-logo img {
  height: 67px;
  transition: 0.5s;
  -o-object-fit: contain;
     object-fit: contain;
}
body .header-menu nav ul {
  display: flex;
  align-items: center;
}
body .header-menu nav ul li {
  padding-right: 1.4rem;
  position: relative;
}
body .header-menu nav ul li:hover > ul {
  transform: scale(1);
}
body .header-menu nav ul li > ul {
  display: block;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 20px;
  padding-top: 1.4rem;
  width: 300px;
  transition: 0.5s;
  transform: scale(0);
}
body .header-menu nav ul li > ul li {
  background-color: #dedede;
  box-shadow: 4px 20px 30px rgba(0, 0, 0, 0.3);
  padding: 1rem 2rem;
  border-bottom: 1px solid rgba(149, 145, 145, 0.1);
}
body .header-menu nav ul li > ul li:first-of-type {
  padding-top: 2rem;
  border-top-right-radius: 1rem;
}
body .header-menu nav ul li > ul li:first-of-type::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0px;
  width: 0;
  height: 0;
  border-width: 0 20px 20px;
  border-style: solid;
  border-color: transparent transparent #dedede;
}
body .header-menu nav ul li > ul li:last-of-type {
  padding-bottom: 2rem;
  border-bottom: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
body .header-menu nav ul li > ul li a {
  color: #959191;
}
body .header-menu nav ul li a {
  color: rgba(51, 51, 51, 0.6);
}
body .search .directorios-list-box {
  border-radius: 5rem;
  background: #f9f9f9;
}
body .search input {
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  border: 1px solid #ccc;
  width: auto;
  font-size: 0.85rem;
}
body .search input:focus, body .search input:focus-visible, body .search input:focus-within {
  outline: none;
}
body .directorios-list-box {
  padding: 1rem;
  transition: transform 0.3s;
}
body .directorios-list-box:hover {
  transform: scale(1.05);
}
body .dirsearchlist {
  background-color: #f9f9f9;
  position: absolute;
  padding: 1rem;
  right: 20px;
  top: 90px;
  z-index: 1000;
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 1.3rem;
  width: 300px;
}
body .dirsearchlist ul {
  padding-left: 0;
  justify-content: normal;
  align-items: baseline !important;
  flex-direction: column;
  overflow-y: scroll;
  max-height: 400px;
}
body .dirsearchlist ul li {
  padding: 0.5rem 0;
  display: flex;
}
body .dirsearchlist ul li a {
  color: rgba(51, 51, 51, 0.7) !important;
  display: flex;
  align-items: center;
  padding: 0.3rem 1rem;
}
body .dirsearchlist ul li img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 40px;
  height: 40px;
}
body .dirsearchlist ul li span {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  font-size: 0.8rem;
}
body .bannerprincipal {
  position: relative;
}
body .bannerprincipal .container {
  position: relative;
  z-index: 3;
}
body .bannerprincipal video {
  height: 70vh;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
body .bannerprincipal-content {
  border-radius: 3rem;
}
body .bannerprincipal-content-info {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
  padding-left: 100px;
  z-index: 3;
  transform: translateY(-70px);
}
body .bannerprincipal-content-info h1,
body .bannerprincipal-content-info p {
  color: #fff;
}
body .bannerprincipal-content-info h1 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-shadow: 10px 15px 26px rgba(0, 0, 0, 0.35);
}
body .bannerprincipal-content-info h1 strong {
  font-size: 4rem;
  font-family: "Pacifico", cursive;
}
body .bannerprincipal-content-info p {
  width: 50%;
  font-size: 1.2rem;
}
body .bannerprincipal .overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(117, 194, 172, 0.6), rgba(117, 194, 172, 0.1), transparent);
}
body .taxonomieslist-box {
  background-color: #999;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  transition: 0.5s;
  height: 30vh;
}
body .taxonomieslist-box:hover {
  background-color: #dedede;
}
body .taxonomieslist-box h1 {
  color: #fff;
  font-weight: bold;
  padding-top: 1rem;
  font-size: 1rem;
  letter-spacing: 0.07rem;
}
body .taxonomieslist-box img {
  width: 80px;
  margin: 0 auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body .headerpage {
  padding: 1rem 0;
  background-color: #999;
}
body .headerpage-titulo h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  font-style: italic;
}
body .actividades {
  padding: 8rem 0 3rem 0;
  /* ===== Tabs ===== */
  /* ===== Grid (reemplaza slider) ===== */
  /* Mantiene tu diseño de las cards */
  /* Estado del panel activo (por si quieres animar) */
}
body .actividades.temporada {
  background-color: rgba(222, 222, 222, 0.5);
}
body .actividades-titulo h1 {
  font-size: 2rem;
  color: #959191;
  display: flex;
  align-items: end;
  line-height: 1.15;
  border-bottom: 1px solid rgba(222, 222, 222, 0.5647058824);
}
body .actividades-titulo h1 strong {
  font-size: 3rem;
  font-family: "Pacifico", cursive;
  color: #999;
}
body .actividades-titulo h1 svg {
  width: 1.5em;
  height: 1.5em;
  padding-right: 0.5rem;
}
body .actividades-titulo h1 svg path {
  fill: #999;
}
body .actividades-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
body .actividades-tabs .actividades-tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #dedede;
  background: #fff;
  color: #959191;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
body .actividades-tabs .actividades-tab.is-active, body .actividades-tabs .actividades-tab:hover {
  background: #dedede;
  color: #fff;
  border-color: transparent;
}
body .actividades-list {
  padding: 4rem 0 0 0;
}
body .actividades-list .actividades-empty {
  color: #959191;
  opacity: 0.7;
  padding: 2rem 0;
}
body .actividades .actividades-grid {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 1024px) {
  body .actividades .actividades-grid {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 640px) {
  body .actividades .actividades-grid {
    -moz-column-count: 1;
         column-count: 1;
  }
}
body .actividades .actividades-grid .actividades-list-box {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
body .actividades-list-box-titulo {
  padding-bottom: 1rem;
}
body .actividades-list-box-titulo h2 {
  color: #959191;
  font-weight: 600;
  opacity: 0.7;
}
body .actividades-list-box-directorio {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}
body .actividades-list-box-directorio p {
  padding-right: 0.5rem;
  font-size: 0.6rem;
  color: #959191;
  padding: 0.3rem 2rem 0.3rem 1rem;
  background-color: #dedede;
  border-radius: 2.5rem;
}
body .actividades-list-box-directorio img {
  width: 50px;
  height: auto;
  transform: translateX(-20px);
}
body .actividades-list-box-info {
  display: block;
}
body .actividades-list-box-info img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
body .actividades .day-pane[hidden] {
  display: none !important;
}
body .actividades .day-pane.is-active { /* hook opcional para animaciones */ }
body .actualidades {
  background-color: rgba(222, 222, 222, 0.4);
}
body .actualidades-titulo {
  padding: 6rem 0 2rem 0;
}
body .actualidades-titulo h1 {
  font-size: 2rem;
  padding-left: 1rem;
  color: #959191;
  display: flex;
  align-items: end;
  line-height: 1;
}
body .actualidades-titulo h1 strong {
  font-size: 3rem;
  display: flex;
  align-items: end;
  font-family: "Pacifico", cursive;
  color: #999;
}
body .actualidades-titulo h1 svg {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
}
body .actualidades-titulo h1 svg path {
  fill: #999;
}
body .actualidades-box button {
  background-color: #dedede;
  color: #666;
  transition: all 0.3s ease;
}
body .actualidades-box button:hover {
  opacity: 0.9;
}
body .actualidades-pagination {
  padding-bottom: 4rem;
  display: flex;
  justify-content: center;
}
body .actualidades-pagination ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
body .actualidades-pagination ul li {
  margin: 0;
}
body .actualidades-pagination ul li a, body .actualidades-pagination ul li span {
  display: block;
  padding: 10px 18px;
  background-color: #fff;
  color: #666;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-size: 0.9rem;
}
body .actualidades-pagination ul li a:hover, body .actualidades-pagination ul li span:hover {
  background-color: #999;
  color: #fff;
  transform: translateY(-2px);
}
body .actualidades-pagination ul li span.current {
  background-color: #dedede;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
body .directoriostitulo {
  background-color: #999;
  padding: 1rem 0;
}
body .directoriostitulo h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  font-style: italic;
}
body .directorios ul.sociallist {
  display: flex;
}
body .directorios ul.sociallist li {
  margin-right: 0.3rem;
  line-height: 1.1;
  display: flex;
  align-items: center;
}
body .directorios ul.sociallist li a {
  font-size: 0.8rem;
}
body .directorios ul.sociallist li a svg {
  width: 1.4em;
  height: 1.4em;
}
body .directorios ul.sociallist li a svg path {
  fill: rgba(153, 153, 153, 0.7);
}
body .directorios-map {
  position: relative;
}
body .directorios-map .dropdown {
  max-width: 100%;
  background-color: #dedede;
  padding: 1rem;
  right: 0;
  position: relative;
  z-index: 10;
}
body .directorios-map .dropdown label {
  color: #39807a;
}
body .directorios-map .dropdown select {
  padding-left: 2rem;
  background-color: #dedede;
  border-bottom: 1px solid #39807a;
}
body .directorios-map .dropdown select:focus, body .directorios-map .dropdown select:focus-visible, body .directorios-map .dropdown select:focus-within {
  outline: none;
}
body .directorios-map .dropdown select option {
  color: #fff;
}
body .directorios-map .gm-style-iw-d > div > div h2 {
  color: #999;
  font-weight: bold;
  font-size: 1.2rem;
}
body .directorios-map .gm-style-iw-d > div > div a {
  padding: 0.5rem 0 0.7rem 0;
  font-size: 1rem;
  text-decoration: underline;
  color: #999;
}
body .directorios-map .gm-style-iw-d > div > div span {
  font-size: 0.85rem;
  color: #999;
}
body .directorios-map .gm-style-iw-d > div > div button {
  padding: 0.25rem 1rem;
  background: #999;
  color: #fff;
  border-radius: 3rem;
}
body .directorios-map .marcador {
  transition: 0.5s;
  transform: scale(1);
}
body .directorios-map .marcador:hover {
  transform: scale(1.1);
}
body .directorios-grid {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
body .directorios-list {
  padding-bottom: 4rem;
}
body .directorios-list-box {
  padding: 0.5rem;
}
body .directorios-list-box-feature {
  box-shadow: 5px 12px 15px rgba(0, 0, 0, 0.07);
}
body .directorios-list-box-feature img {
  max-height: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
body .directorios-list-box-content {
  position: relative;
  padding: 3rem 2rem;
}
body .directorios-list-box-content h5 {
  color: #333;
  font-size: 1.3rem;
  line-height: 1.1;
}
body .directorios-list-box-content p {
  color: rgba(102, 102, 102, 0.5);
}
body .directorios-list-box-content-boton {
  background-color: #dedede;
  font-size: 0.6rem;
  color: #666;
}
body .directorios-list-box-content-boton svg {
  margin-left: 0.6rem;
}
body .directorios-list-box-content-logo {
  position: absolute;
  top: -80px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .directorios-list-box-content-logo a {
  background-color: #dedede;
  color: #666;
  padding: 0.3rem 1.6rem 0.3rem 1.2rem;
  transform: translateX(19px) translateY(23px);
  position: relative;
  border-radius: 0.2rem;
  z-index: 1;
  font-size: 0.7rem;
}
body .directorios-list-box-content-logo img {
  width: 85px;
  height: 85px;
  position: relative;
  z-index: 3;
  -o-object-fit: contain;
     object-fit: contain;
}
body .directorios-titulo {
  padding: 5rem 0;
}
body .directorios-titulo h3 {
  font-size: 2rem;
  color: #959191;
  display: flex;
  align-items: end;
  line-height: 1;
}
body .directorios-titulo h3 strong {
  font-size: 3rem;
  font-family: "Pacifico", cursive;
  color: #999;
}
body .directorios-titulo h3 img {
  padding-left: 0.5rem;
  width: auto;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .gallery br[style*=clear],
body .gallery p:empty {
  display: none !important;
}
body .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body .gallery-item {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}
body .habitacionesgallery p {
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 1024px) {
  body .habitacionesgallery p {
    grid-template-columns: repeat(2, 1fr);
  }
}
body .habitacionesgallery p a img {
  margin: 0;
  height: 250px;
}
body .colaboradores {
  padding: 5rem 0;
}
body .colaboradores-titulo {
  padding: 3rem 0;
}
body .colaboradores-titulo h1 {
  font-size: 2rem;
  color: #959191;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(149, 145, 145, 0.2);
}
body .colaboradores-titulo h1 strong {
  font-size: 3rem;
  font-family: "Pacifico", cursive;
  color: #999;
}
body .colaboradores-titulo h1 img {
  padding-left: 0.5rem;
  width: auto;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .colaboradores-list {
  padding: 2rem 0;
}
body .colaboradores-list-box-titulo {
  padding-bottom: 1.2rem;
}
body .colaboradores-list-box-titulo h3 {
  font-size: 1.4rem;
  color: #959191;
}
body .colaboradores-list-box-texto {
  padding: 1rem 1rem 1rem 0;
}
body .colaboradores-list-box-texto p {
  padding-bottom: 0.4rem;
  font-size: 1.1rem;
  color: #959191;
}
body .directorioheader {
  position: relative;
  height: 450px;
}
body .directorioheader-info {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(222, 222, 222, 0.4);
  padding: 0 4rem;
}
body .directorioheader-info-titulo, body .directorioheader-info-info {
  width: 60%;
}
body .directorioheader-info-logo {
  position: absolute;
  right: -70px;
  top: 150px;
}
body .directorioheader-info-logo img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 200px;
  border: 12px solid #f2f2f2;
  border-radius: 50%;
}
body .directorioheader-info-titulo {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
body .directorioheader-info-titulo h1 {
  font-size: 2rem;
  font-weight: bolder;
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
  padding-bottom: 0.5rem;
}
body .directorioheader-info-titulo a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9rem;
  font-style: italic;
  display: flex;
  align-items: center;
}
body .directorioheader-info-titulo a svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5rem;
}
body .directorioheader-info-titulo a svg path {
  fill: rgba(0, 0, 0, 0.6);
}
body .directorioheader-info-phone {
  padding: 1rem 0 2.5em 0;
}
body .directorioheader-info-phone ul {
  display: block;
}
body .directorioheader-info-phone ul li {
  display: flex;
  padding: 1rem 0;
}
body .directorioheader-info-phone ul li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
body .directorioheader-info-phone ul li a {
  color: rgba(51, 51, 51, 0.7);
  font-size: 0.9rem;
}
body .directorioheader-info-phone ul li svg {
  width: 1em;
  width: 1em;
  margin-right: 0.5rem;
  stroke: none;
}
body .directorioheader-info-phone ul li svg path {
  fill: rgba(51, 51, 51, 0.6);
}
body .directorioheader-info-social {
  padding-bottom: 2rem;
}
body .directorioheader-info-social ul {
  display: flex;
}
body .directorioheader-info-social ul li {
  padding-right: 0.6rem;
}
body .directorioheader-info-social ul li:last-of-type {
  padding-right: 0;
}
body .directorioheader-info-social ul li:last-of-type a svg {
  width: 1.7em;
  height: 1.7em;
}
body .directorioheader-info-social ul li a {
  display: flex;
  color: rgba(51, 51, 51, 0.6);
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .directorioheader-info-social ul li a svg {
  width: 1.5em;
  height: 1.5em;
}
body .directorioheader-info-social ul li a svg path {
  fill: rgba(51, 51, 51, 0.6);
}
body .directorioheader-feature {
  width: 100%;
  height: 450px;
  z-index: 2;
}
body .directorioheader-feature img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .directoriomapa {
  padding: 0 5rem 4rem 5rem;
  max-width: 80vw;
  margin: 0 auto;
}
body .directorioinfo {
  max-width: 80vw;
  margin: 0 auto;
  padding-top: 2.5rem;
}
body .directorioinfo .delivery img {
  height: 120px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
body .directorioinfo #gallery-1 .gallery-item {
  margin-top: 0 !important;
}
body .directorioinfo .gallery img {
  border: 0 !important;
}
body .directorioinfo .gallery br {
  display: none;
}
body .directorioinfo-menu > div button {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  font-size: 14px;
  transition: 0.2s ease;
  background: transparent;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  justify-content: center;
  color: #242429;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .directorioinfo-tap {
  padding: 1rem 4rem 3rem 4rem;
}
body .directorioinfo-tap-item {
  text-align: center;
  height: auto;
  overflow-y: auto;
  padding: 3rem;
}
body .directorioinfo-tap-item > .gallery {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  padding: 5rem 0 !important;
}
body .directorioinfo-tap-item > .gallery img {
  width: 100% !important;
  height: 300px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
body .directorioinfo-tap-item.galeria .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
body .directorioinfo-tap-item.galeria .container a {
  height: 300px;
  overflow: hidden;
}
body .directorioinfo-tap-item.galeria .container a:hover img {
  transform: scale(1.3);
}
body .directorioinfo-tap-item.galeria .container img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  transition: 0.5s;
}
body .directorioinfo-tap-item iframe {
  width: 100%;
  margin: 0 auto;
  height: 500px;
}
body .directorioinfo-tap-item > .container {
  display: flex;
  justify-content: center;
  padding: 0 3rem;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-direction: column;
  text-align: justify;
  text-align: left;
  font-size: 0.8rem;
  letter-spacing: 0.06rem;
}
body .directorioinfo-tap-item > .container strong {
  text-align: justify;
  text-align: left;
  font-size: 0.8rem;
  letter-spacing: 0.06rem;
}
body .directorioinfo-tap-item > .container > .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  padding: 2rem 0;
}
body .directorioinfo-tap-item > .container > .gallery .gallery-item {
  width: 100% !important;
}
body .directorioinfo-tap-item > .container > .gallery a {
  height: 400px;
  overflow: hidden;
}
body .directorioinfo-tap-item > .container > .gallery a:hover img {
  transform: scale(1.3);
}
body .directorioinfo-tap-item > .container > .gallery img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
body .directorioinfo-tap-item > .container strong {
  padding: 1rem 0;
  font-size: 1rem;
  color: rgba(51, 51, 51, 0.7);
}
body .directorioinfo-tap-item > .container img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0rem;
}
body .directorioinfo-tap-item ul {
  padding: 1rem 2rem;
  margin: 1rem 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body .directorioinfo-tap-item ul li {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1rem;
}
body .directorioinfo-tap-item ul li strong,
body .directorioinfo-tap-item ul li b {
  color: #999;
}
body .directorioinfo-tap-item ul li:last-of-type {
  border-bottom: 0;
}
body .directorioinfo-tap-item h1,
body .directorioinfo-tap-item h2,
body .directorioinfo-tap-item h3 {
  font-size: 1.8rem;
  color: #dedede;
  font-weight: bold;
  padding-bottom: 2rem;
  display: block;
}
body .directorioinfo-tap-item h4 {
  font-size: 2rem;
  color: #dedede;
  font-weight: bold;
  padding: 2rem 0;
}
body .directorioinfo-tap-item p,
body .directorioinfo-tap-item .vc_empty_space {
  margin-bottom: 0.8rem;
  text-align: justify;
  text-align: left;
  font-size: 0.8rem;
  letter-spacing: 0.06rem;
}
body .directorioinfo-tap-item p strong,
body .directorioinfo-tap-item .vc_empty_space strong {
  font-size: 0.8rem !important;
}
body .directorioinfo-tap-item iframe {
  width: 900px;
}
body .directoriomenu-titulo {
  text-align: center;
  color: rgba(51, 51, 51, 0.8);
  font-weight: bold;
}
body .directoriomenu-titulo h1 {
  font-size: 2rem;
}
body .directorios-controls {
  transform: translateY(-26px);
}
body .directorios-controls button {
  background-color: #dedede;
  font-size: 0.65rem;
  padding: 0.2rem 0.6rem;
}
body .directorios-controls button#zoomOut {
  background-color: red;
  color: #fff;
}
body .directorios-controls button#zoomIn {
  background-color: green;
  color: #fff;
}
body .directoriomenu {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  padding: 4rem 0;
}
body .directoriomenu .directoriomenu-titulo h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #111111;
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Pacifico", cursive;
}
body .directoriomenu .dir-menu-card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body .directoriomenu .dir-menu-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
body .directoriomenu .dir-menu-card img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
body .directoriomenu .dir-menu-card .menu-placeholder {
  width: 100%;
  height: 250px;
  background-color: #EBECE4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
body .directoriomenu .dir-menu-card .menu-placeholder::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(15, 91, 65, 0.2);
  border-radius: 50%;
}
body .directoriomenu .dir-menu-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #666;
  margin: 0;
  padding: 1.25rem 1.25rem 0.5rem 1.25rem;
}
body .directoriomenu .dir-menu-card .content {
  padding: 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4a4a4a;
  flex-grow: 1;
}
body .directoriomenu .dir-menu-card .content p {
  margin: 0 0 1rem 0;
}
body .directoriomenu .dir-menu-card .precio {
  display: block;
  padding: 0 1.25rem 1.5rem 1.25rem;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  color: #999;
  font-size: 1.1rem;
  letter-spacing: -0.5px;
}
body .tab-content-wrapper {
  font-size: 1rem;
  line-height: 1.8;
  color: #4a4a4a;
}
body .tab-content-wrapper h2, body .tab-content-wrapper h3, body .tab-content-wrapper h4, body .tab-content-wrapper h5, body .tab-content-wrapper h6 {
  color: #111;
  font-weight: 800;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
body .tab-content-wrapper h2 {
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 0.5rem;
}
body .tab-content-wrapper h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #0F5B41;
  margin-top: 0.5rem;
  border-radius: 2px;
}
body .tab-content-wrapper h3 {
  font-size: 1.4rem;
  font-weight: 700;
}
body .tab-content-wrapper h4 {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0F5B41;
}
body .tab-content-wrapper p {
  margin-bottom: 1.5rem;
}
body .tab-content-wrapper p:last-child {
  margin-bottom: 0;
}
body .tab-content-wrapper strong, body .tab-content-wrapper b {
  font-weight: 700;
  color: #222;
}
body .tab-content-wrapper ul, body .tab-content-wrapper ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
body .tab-content-wrapper ul {
  list-style: disc;
}
body .tab-content-wrapper ul li {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}
body .tab-content-wrapper ul li::marker {
  color: #0F5B41;
}
body .tab-content-wrapper ol {
  list-style: decimal;
}
body .tab-content-wrapper ol li {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-weight: 500;
}
body .tab-content-wrapper a {
  color: #0F5B41;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s ease;
}
body .tab-content-wrapper a:hover {
  color: #000;
}
body .tab-content-wrapper blockquote {
  border-left: 4px solid #0F5B41;
  background-color: #f9f9f9;
  padding: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #555;
  border-radius: 0 10px 10px 0;
}
body .tab-content-wrapper blockquote p {
  margin-bottom: 0;
}
body .tab-content-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  margin: 2rem 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
body .tab-content-wrapper iframe {
  max-width: 100%;
  border-radius: 15px;
  margin: 2rem 0;
}
body .tab-content-wrapper,
body .tab-content-item {
  font-size: 1rem;
  line-height: 1.8;
  color: #4a4a4a;
}
body .tab-content-wrapper h1, body .tab-content-wrapper h2, body .tab-content-wrapper h3, body .tab-content-wrapper h4, body .tab-content-wrapper h5, body .tab-content-wrapper h6,
body .tab-content-item h1,
body .tab-content-item h2,
body .tab-content-item h3,
body .tab-content-item h4,
body .tab-content-item h5,
body .tab-content-item h6 {
  color: #111;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  display: block;
}
body .tab-content-wrapper h2,
body .tab-content-item h2 {
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f0f0f0;
}
body .tab-content-wrapper h2::after,
body .tab-content-item h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #0F5B41;
  position: absolute;
  bottom: -2px;
  left: 0;
}
body .tab-content-wrapper h3,
body .tab-content-item h3 {
  font-size: 1.35rem;
}
body .tab-content-wrapper h4,
body .tab-content-item h4 {
  font-size: 1.15rem;
  color: #0F5B41;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
body .tab-content-wrapper p,
body .tab-content-item p {
  margin-bottom: 1.25rem;
  text-align: left;
}
body .tab-content-wrapper p:last-child,
body .tab-content-item p:last-child {
  margin-bottom: 0;
}
body .tab-content-wrapper ul, body .tab-content-wrapper ol,
body .tab-content-item ul,
body .tab-content-item ol {
  margin-bottom: 1.5rem;
  padding-left: 1.2rem;
}
body .tab-content-wrapper ul,
body .tab-content-item ul {
  list-style: disc;
}
body .tab-content-wrapper ul li::marker,
body .tab-content-item ul li::marker {
  color: #0F5B41;
}
body .tab-content-wrapper ol,
body .tab-content-item ol {
  list-style: decimal;
}
body .tab-content-wrapper ol li::marker,
body .tab-content-item ol li::marker {
  font-weight: bold;
  color: #111;
}
body .tab-content-wrapper li,
body .tab-content-item li {
  margin-bottom: 0.5rem;
}
body .tab-content-wrapper strong, body .tab-content-wrapper b,
body .tab-content-item strong,
body .tab-content-item b {
  font-weight: 700;
  color: #222;
}
body .tab-content-wrapper img,
body .tab-content-item img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 1.5rem 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
body .tab-content-wrapper .gallery,
body .tab-content-item .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
body .tab-content-wrapper .gallery br,
body .tab-content-item .gallery br {
  display: none;
}
body .tab-content-wrapper .gallery img,
body .tab-content-item .gallery img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin: 0;
  transition: transform 0.3s ease;
  cursor: pointer;
}
body .tab-content-wrapper .gallery img:hover,
body .tab-content-item .gallery img:hover {
  transform: scale(1.03);
}
body .tab-content-wrapper .gallery a,
body .tab-content-item .gallery a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
body .tab-content-wrapper table,
body .tab-content-item table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.9rem;
}
body .tab-content-wrapper table th, body .tab-content-wrapper table td,
body .tab-content-item table th,
body .tab-content-item table td {
  border: 1px solid #e5e7eb;
  padding: 0.75rem;
  text-align: left;
}
body .tab-content-wrapper table th,
body .tab-content-item table th {
  background-color: #f9fafb;
  font-weight: 700;
}
body .horario-content ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
body .horario-content ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 0.95rem;
  color: #666;
}
body .horario-content ul li strong, body .horario-content ul li b {
  color: #111;
  font-weight: 600;
  margin-right: 1rem;
}
body .horario-content ul li:first-child {
  padding-top: 0;
}
body .horario-content ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
body .horario-content ul li:hover {
  background-color: rgba(0, 0, 0, 0.01);
}
body .tab-content-wrapper .gallery,
body .tab-content-item .gallery {
  padding-top: 2rem;
}
body .tab-content-wrapper em, body .tab-content-wrapper i,
body .tab-content-item em,
body .tab-content-item i {
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  color: #444;
  font-weight: 500;
  letter-spacing: 0.02em;
}
body .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
  height: 32px;
  line-height: 32px;
  width: 32px;
  border-radius: 50%;
  padding: 0.3rem;
}
body a:hover {
  color: #999;
}
body .habitaciongallery p {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  body .habitaciongallery p {
    grid-template-columns: repeat(2, 1fr);
  }
}
body .habitaciongallery p a {
  height: 220px;
}
body .habitaciongallery p a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .main-directory-wrapper .custom-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 250px);
  gap: 10px;
  height: 510px;
}
body .main-directory-wrapper .custom-gallery-grid .gallery-link-item {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
body .main-directory-wrapper .custom-gallery-grid .gallery-link-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .main-directory-wrapper .custom-gallery-grid > *:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
  border-radius: 20px 0 0 20px;
}
body .main-directory-wrapper .custom-gallery-grid > *:nth-child(2) {
  grid-column: span 1;
}
body .main-directory-wrapper .custom-gallery-grid > *:nth-child(3) {
  grid-column: span 1;
  border-radius: 0 20px 0 0;
}
body .main-directory-wrapper .custom-gallery-grid > *:nth-child(4) {
  grid-column: span 1;
}
body .main-directory-wrapper .custom-gallery-grid > *:nth-child(5) {
  grid-column: span 1;
  border-radius: 0 0 20px 0;
}
body .main-directory-wrapper .swiper {
  width: 100%;
}
body .main-directory-wrapper .swiper .swiper-slide {
  transition: opacity 0.3s;
}
body .main-directory-wrapper .swiper .swiper-slide:hover {
  opacity: 0.8;
}
body .main-directory-wrapper .swiper .swiper-button-next, body .main-directory-wrapper .swiper .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
body .main-directory-wrapper .swiper .swiper-button-next::after, body .main-directory-wrapper .swiper .swiper-button-prev::after {
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  body .main-directory-wrapper .custom-gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
  }
  body .main-directory-wrapper .custom-gallery-grid > *:nth-child(1) {
    grid-column: span 1;
    height: 300px;
    border-radius: 20px 20px 0 0;
  }
  body .main-directory-wrapper .custom-gallery-grid > *:nth-child(n+2) {
    display: none;
  }
}
body .tab-content-item .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
body .tab-content-item .gallery br {
  display: none;
}
body .tab-content-item .gallery a {
  display: block;
  height: 220px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
body .tab-content-item .gallery a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
body .tab-content-item .gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  body .tab-content-item .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  body .tab-content-item .gallery a {
    height: 200px;
  }
}
@media (max-width: 640px) {
  body .tab-content-item .gallery {
    grid-template-columns: repeat(1, 1fr);
  }
  body .tab-content-item .gallery a {
    height: 250px;
  }
}
body .guiaturistica-titulo {
  position: relative;
  padding: 4rem 0;
  background-color: #dedede;
}
body .guiaturistica-titulo h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  font-style: italic;
  padding-left: 5rem;
}
body .guiaturisticasingle-menu {
  padding-top: 2.5rem;
}
body .guiaturisticasingle-menu > div button {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  font-size: 14px;
  transition: 0.2s ease;
  background: transparent;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  justify-content: center;
  color: #242429;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .guiaturisticasingle-tap {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 2.5rem;
}
body .guiaturisticasingle-tap > div > .container {
  padding: 1rem 1.5rem;
  text-align: justify;
  text-align: left;
  font-size: 0.8rem;
  letter-spacing: 0.06rem;
}
body .guiaturisticasingle-tap > div > .container ul li {
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(222, 222, 222, 0.4);
}
body .guiaturisticasingle-tap > div > .container p {
  margin-bottom: 0.6rem;
}
body .guiaturisticasingle-tap > div > .container strong {
  font-size: 0.8rem !important;
}
body .directorioslist {
  padding: 4rem 0;
}
body .directorioslist-box-titulo {
  padding-bottom: 1rem;
}
body .directorioslist-box-titulo h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #999;
}
body .directorioslist-box ul li {
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  color: #dedede;
}
body .directorioslist-box ul li a {
  color: rgba(51, 51, 51, 0.7);
}
body .directorioslist-box ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
body .transportes-accordion {
  max-width: 1024px;
  margin: 0 auto;
  padding: 2rem 1rem;
  /* Contenido */
  /* Responsive: 1 columna en móviles */
}
body .transportes-accordion ul li {
  padding: 0.25rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  list-style-type: circle;
}
body .transportes-accordion ul li:last-of-type {
  border-bottom: 0;
}
body .transportes-accordion .mapa {
  padding: 1.5rem 0;
}
body .transportes-accordion .tr-acc-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
  background: #fff;
}
body .transportes-accordion .tr-acc-item button {
  color: #333;
  font-style: italic;
}
body .transportes-accordion .tr-acc-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f7f7f9;
  color: #333;
  padding: 1rem 1.25rem;
  font-weight: 700;
  font-size: 1rem;
  border: 0;
  cursor: pointer;
  transition: background 0.2s ease;
}
body .transportes-accordion .tr-acc-trigger:hover, body .transportes-accordion .tr-acc-trigger:focus {
  background: #eef1f4;
  outline: none;
}
body .transportes-accordion .tr-acc-trigger-icon {
  font-size: 1.25rem;
  line-height: 1;
  opacity: 0.7;
}
body .transportes-accordion .tr-acc-panel {
  padding: 1rem 1.25rem 1.25rem;
}
body .transportes-accordion .tr-empty {
  margin: 0.5rem 0 1rem;
  color: rgba(0, 0, 0, 0.6);
}
body .transportes-accordion .tr-card {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
body .transportes-accordion .tr-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
body .transportes-accordion .tr-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #666;
  margin-bottom: 0.75rem;
}
body .transportes-accordion .tr-card-map {
  width: 100%;
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  margin: 0.5rem 0 1rem;
}
body .transportes-accordion .thecontent {
  /* Los blockquotes en 2 columnas */
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 24px;
       column-gap: 24px;
  /* Todo lo que no sea blockquote ocupa el ancho completo */
  /* Ajustes típicos de contenido */
}
body .transportes-accordion .thecontent > :not(blockquote) {
  -moz-column-span: all;
       column-span: all;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
body .transportes-accordion .thecontent blockquote {
  padding: 20px 0; /* 20px arriba y abajo */
  margin: 0 0 1rem 0;
  color: rgba(0, 0, 0, 0.8);
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  padding-left: 14px;
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* evita cortes de columna en el bloque */
}
body .transportes-accordion .thecontent p {
  margin-bottom: 1rem;
}
body .transportes-accordion .thecontent h1, body .transportes-accordion .thecontent h2, body .transportes-accordion .thecontent h3, body .transportes-accordion .thecontent h4 {
  margin: 1rem 0 0.5rem;
}
body .transportes-accordion .thecontent ul, body .transportes-accordion .thecontent ol {
  margin: 0 0 1rem 1.25rem;
}
body .transportes-accordion .thecontent img, body .transportes-accordion .thecontent iframe {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  body .transportes-accordion .thecontent {
    -moz-column-count: 1;
         column-count: 1;
  }
}
body .numerosutiles {
  padding: 5rem 0;
}
body .numerosutiles__title {
  background: #3a7d79;
  padding: 3rem 0;
}
body .numerosutiles__title h1 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  font-style: italic;
  margin: 0;
}
body .numerosutiles__tabs {
  padding: 2.5rem 0;
}
body .nu-tabs__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.5rem;
  margin-bottom: 1rem;
}
body .nu-tabs__list .nu-tab-btn {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.75rem 1rem;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  border-radius: 0.5rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
body .nu-tabs__list .nu-tab-btn[aria-selected=true], body .nu-tabs__list .nu-tab-btn.is-active {
  color: #999;
  border-color: #999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
body .nu-tabs__list .nu-tab-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}
body .nu-tabs__panels .nu-tab-panel {
  border-radius: 0.75rem;
  padding: 1.25rem;
}
body .nu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 1024px) {
  body .nu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  body .nu-grid {
    grid-template-columns: 1fr;
  }
}
body .nu-card {
  border-radius: 0.75rem;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
body .nu-card__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
body .nu-card__title {
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
body .nu-card__term {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.55);
  font-style: italic;
}
body .nu-card__phones {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}
body .nu-phone {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
body .nu-phone__icon {
  display: inline-flex;
}
body .nu-phone__icon svg {
  display: block;
  color: #959191;
  width: 0.8em;
  height: 0.8em;
}
body .nu-phone__link {
  color: #959191;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: underline;
}
body .nu-phone__link:hover {
  color: #999;
}
body .thecontent {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #959191;
  /* Blockquotes en dos columnas con padding vertical 20px */
}
body .thecontent.has-blockquotes {
  /* si hay varios blockquotes, en columnas */
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  /* cada blockquote como “item” */
}
body .thecontent.has-blockquotes blockquote {
  padding: 20px 0;
}
@media (min-width: 768px) {
  body .thecontent.has-blockquotes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body .thecontent.has-blockquotes blockquote {
  margin: 0;
  background: rgba(0, 0, 0, 0.025);
  border-left: 4px solid #39807a;
  padding-left: 0.75rem;
}
body .nu-empty {
  color: rgba(0, 0, 0, 0.55);
  font-style: italic;
  padding: 0.75rem 0;
}
body .numerosutiles .container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1rem;
}
body .informacionesgenerales {
  padding: 4rem 0;
}
body .informacionesgenerales .container {
  max-width: 1024px;
}
body .informacionesgenerales ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}
body .informacionesgenerales ul li {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.75rem 1rem;
  font-weight: 600;
  color: rgba(149, 145, 145, 0.7);
  cursor: pointer;
  border-radius: 0.5rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  display: flex;
  flex-direction: column;
  margin-bottom: 1REM;
}
body .informacionesgenerales ul li strong {
  color: #666;
  font-size: 1.2rem;
  font-weight: 600;
}
body .informacionesgenerales ul li em {
  font-size: 0.8rem;
  font-style: italic;
  padding: 0.5rem 0;
  text-decoration: underline;
  color: rgba(149, 145, 145, 0.5);
}
body .contacto {
  padding: 5rem 0;
}
body .contacto .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
  margin: 0 auto;
}
body .contacto-info {
  padding: 0 3rem;
}
body .contacto-info p {
  color: #959191;
  margin-bottom: 0.5rem;
}
body .contacto-info p strong {
  padding: 1rem 0;
  font-size: 1.4rem;
  display: block;
  color: #666;
}
body .contacto-info ul {
  padding-left: 1.3rem;
  margin-bottom: 1.5rem;
}
body .contacto-info ul li {
  padding: 0.4rem 0;
  margin-bottom: 0.4rem;
  list-style-type: numeric;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #959191;
}
body .contacto-info ul li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
body .contacto-form {
  padding: 0 3rem;
}
body .contacto-form h3 {
  padding: 1rem 0;
  font-size: 1.4rem;
  display: block;
  color: #666;
  font-weight: 600;
}
body .contacto-form label {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  display: block;
}
body .contacto-form textarea {
  margin-top: 0.5rem;
  background-color: rgba(0, 0, 0, 0.08);
  height: 40px;
  line-height: 40px;
  padding: 0.25rem 1.2rem;
  border-radius: 1rem;
  color: #959191;
  width: 100%;
  font-size: 0.9rem;
  height: 120px;
}
body .contacto-form textarea:focus, body .contacto-form textarea:focus-visible, body .contacto-form textarea:focus-within {
  outline: none;
}
body .contacto-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-bottom: 1rem;
}
body .contacto-form-grid input,
body .contacto-form-grid select {
  margin-top: 0.5rem;
  background-color: rgba(0, 0, 0, 0.08);
  height: 40px;
  line-height: 40px;
  padding: 0 1rem;
  border-radius: 2rem;
  color: #959191;
  width: 100%;
  font-size: 0.9rem;
}
body .contacto-form-grid input:focus, body .contacto-form-grid input:focus-visible, body .contacto-form-grid input:focus-within,
body .contacto-form-grid select:focus,
body .contacto-form-grid select:focus-visible,
body .contacto-form-grid select:focus-within {
  outline: none;
}
body .contacto-form-grid input::-moz-placeholder, body .contacto-form-grid select::-moz-placeholder {
  color: #959191;
  font-size: 0.75rem;
}
body .contacto-form-grid input::placeholder,
body .contacto-form-grid select::placeholder {
  color: #959191;
  font-size: 0.75rem;
}
body .contacto-form-mensaje {
  margin-top: 1.5rem;
}
body .contacto-form input.wpcf7-submit {
  padding: 0.5rem 3rem;
  background-color: #999;
  border-radius: 2rem;
  color: #666;
  font-weight: bold;
  margin-top: 1em;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.5s;
}
body .contacto-form input.wpcf7-submit:hover {
  background-color: #168d85;
  color: #fff;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.2);
}
body .commentarios {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 4rem;
}
body .commentarios .wc_comm_submit {
  padding: 0.5rem 2.5rem;
  border-radius: 4rem;
  background-color: #dedede;
  color: #666;
}
body .actualidadinfo {
  padding: 3rem 0;
  max-width: 1024px;
  margin: 0 auto;
}
body .actualidadinfo p {
  margin-bottom: 0.8rem;
  text-align: justify;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0.06rem;
  color: #666;
}
body .actualidadinfo p strong {
  font-size: 0.8rem !important;
}
body .actualidadinfo .wp-block-gallery {
  padding: 1rem 0;
}
body .footer {
  padding: 7rem 0;
  background-color: rgba(149, 145, 145, 0.1);
}
body .footer .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .footer-logo {
  display: flex;
  align-items: center;
  padding-bottom: 1.5rem;
}
body .footer-social ul {
  display: flex;
}
body .footer-social ul li {
  margin-right: 0.4rem;
  background-color: #999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.5s;
}
body .footer-social ul li:hover {
  background-color: #dedede;
}
body .footer-social ul li a svg {
  width: 1.5em;
  height: 1.5em;
}
body .footer-social ul li a svg path {
  fill: #fff;
}
body .footer-contacto {
  position: relative;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
body .footer-contacto:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgba(149, 145, 145, 0.1);
  left: -30%;
  top: 0;
}
body .footer-contacto-titulo h3 {
  font-size: 1.4rem;
  color: #959191;
  font-style: italic;
  font-weight: bold;
}
body .footer-contacto-list ul {
  padding-top: 2rem;
}
body .footer-contacto-list ul li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(149, 145, 145, 0.1);
}
body .footer-contacto-list ul li:last-of-type {
  border-bottom: 0;
}
body .footer-contacto-list ul li a {
  display: flex;
  font-size: 1rem;
  align-items: center;
  color: #959191;
}
body .footer-contacto-list ul li a svg {
  margin-right: 0.6rem;
}
body .footer-contacto-list ul li a svg path {
  fill: #959191;
}
body .footer-map {
  filter: grayscale(1);
  padding: 0 2rem;
  border-radius: 2rem;
}
body .footer-map iframe {
  border-radius: 2rem;
}/*# sourceMappingURL=estilos.css.map */