.us_custom_7d53de91.g-cols.via_grid{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.us_custom_7d53de91.g-cols.via_grid > .wpb_column{
  min-width: 0;
}

@media (max-width: 767px){
  .us_custom_7d53de91.g-cols.via_grid{
    grid-template-columns: 1fr !important;
  }
}

.pn-feature-video {
  position: relative;
  width: 100%;
  max-width: 720px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  aspect-ratio: 16 / 9;
  background: #000;
  cursor: pointer;
}

.pn-feature-video .yt-lite__thumb {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pn-feature-video .yt-lite__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 52px;
  border: 0;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  z-index: 2;
}

.pn-feature-video .yt-lite__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

/* NO RECUERDO DE DONDE ES ESTO */
.home-feature,
.home-lines{
  padding: 24px 16px 28px;
}

.home-feature__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.home-feature__content{
  text-align: center;
}

.home-feature__title,
.home-lines__title{
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
  color: #093832;
}

.home-feature__text,
.home-lines__desc{
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #2C5154;
}

.home-feature__btn,
.home-lines__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  min-height: 42px;
}

.home-lines__inner{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.home-lines__card{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.home-lines__img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.home-lines__btn{
  margin-top: 16px;
}

@media (min-width: 1024px){
  .home-feature__grid{
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .home-feature__content{
    text-align: left;
  }

  .home-feature__title{
    font-size: 32px;
  }

  .home-lines__title{
    font-size: 32px;
  }

  .home-lines__desc{
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* =====================================================
   CONTENEDOR DEL ROW: dejar como ya te funciona
   ===================================================== */
.home .pn-promo-row,
.home .pn-promo-row.l-section,
.home .pn-promo-row .l-section-h,
.home .pn-promo-row .g-cols,
.home .pn-promo-row .wpb_column,
.home .pn-promo-row .vc_column-inner,
.home .pn-promo-row .wpb_wrapper{
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
}

.home .pn-promo-row{
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

.home .pn-promo-row > .l-section-h{
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home .pn-promo-row .wpb_column,
.home .pn-promo-row .vc_column_container,
.home .pn-promo-row .vc_column-inner{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* =====================================================
   BANNER PIO NONO
   ===================================================== */
.pn-banner{
  position: relative;
  width: 100%;
  min-height: 280px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 !important;
  padding: 22px 16px;
  border-radius: 0 !important; /* sin radius en el banner */
}

.pn-banner__media,
.pn-banner__media source{
  display: block;
}

.pn-banner__img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.pn-banner__overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.42);
}

.pn-banner__content{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 620px;
  color: #fff;
}

.pn-banner__title{
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 800;
  color: #fff;
}

.pn-banner__desc{
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.94);
}

.pn-banner__btn,
.pn-banner__btn.w-btn,
.pn-banner__btn a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 8px !important; /* recupera el radio del botón */
}

/* Desktop tablet */
@media (min-width: 768px){
  .pn-banner{
    min-height: 340px;
    padding: 42px;
  }

  .pn-banner__title{
    font-size: 40px;
  }

  .pn-banner__desc{
    font-size: 15px;
    max-width: 540px;
  }
}

/* Desktop grande */
@media (min-width: 1024px){
  .pn-banner{
    min-height: 380px;
  }

  .pn-banner__content{
    max-width: 560px;
    margin-left: 180px;
  }
}

/* -------------GALERÏA------------- */

.pn-gallery{
  padding: 24px 16px 28px;
}

.pn-gallery__inner{
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}

.pn-gallery__title{
  margin: 0 0 18px;
  text-align: center;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
  color: #093832;
}

.pn-gallery__slider{
  position: relative;
}

.pn-gallery__viewport{
  overflow: hidden;
  width: 100%;
  border-radius: 18px;
}

.pn-gallery__track{
  display: flex;
  transition: transform .35s ease;
  will-change: transform;
}

.pn-gallery__item{
  flex: 0 0 100%;
  min-width: 100%;
  margin: 0;
}

.pn-gallery__zoom{
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.pn-gallery__item img{
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 18px;
}

.pn-gallery__arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: #093832;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.12);
  transition: transform .2s ease, background .2s ease, opacity .2s ease;
}

.pn-gallery__arrow:hover{
  background: #fff;
}

.pn-gallery__arrow--prev{
  left: 10px;
}

.pn-gallery__arrow--next{
  right: 10px;
}

.pn-gallery__dots{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.pn-gallery__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: #c7c7c7;
  cursor: pointer;
  padding: 0;
}

.pn-gallery__dot.is-active{
  width: 14px;
  height: 14px;
  background: #0b5b53;
}

/* Lightbox */
.pn-lightbox{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.pn-lightbox.is-open{
  display: block;
}

.pn-lightbox__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.82);
}

.pn-lightbox__content{
  position: relative;
  z-index: 2;
  width: min(92vw, 1280px);
  height: min(86vh, 900px);
  margin: 4vh auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 70px;
  box-sizing: border-box;
}

.pn-lightbox__img{
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 12px;
}

.pn-lightbox__close{
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #093832;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.pn-lightbox__nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #093832;
  font-size: 34px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pn-lightbox__nav--prev{
  left: 10px;
}

.pn-lightbox__nav--next{
  right: 10px;
}

/* Tablet */
@media (max-width: 1023px){
  .pn-gallery__item img{
    height: 420px;
  }
}

/* Mobile */
@media (max-width: 767px){
  .pn-gallery{
    padding: 24px 16px 28px;
  }

  .pn-gallery__title{
    font-size: 22px;
    margin-bottom: 18px;
  }

  .pn-gallery__slider{
    position: relative;
    padding: 0 46px;
  }

  .pn-gallery__viewport{
    border-radius: 16px;
  }

  .pn-gallery__item img{
    height: 320px;
    border-radius: 16px;
  }

  .pn-gallery__arrow{
    width: 36px;
    height: 36px;
    font-size: 28px;
  }

  .pn-gallery__arrow--prev{
    left: 0;
  }

  .pn-gallery__arrow--next{
    right: 0;
  }

  .pn-gallery__dots{
    gap: 8px;
    margin-top: 14px;
  }

  .pn-gallery__dot{
    width: 9px;
    height: 9px;
  }

  .pn-gallery__dot.is-active{
    width: 13px;
    height: 13px;
  }

  .pn-lightbox__content{
    width: 94vw;
    height: 84vh;
    padding: 0 50px;
  }

  .pn-lightbox__nav{
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
}

/* Desktop: grilla */
@media (min-width: 1024px){
  .pn-gallery{
    padding: 24px 0 28px;
  }

  .pn-gallery__title{
    font-size: 32px;
    margin-bottom: 14px;
  }

  .pn-gallery__slider{
    padding: 0;
  }

  .pn-gallery__viewport{
    overflow: visible;
    border-radius: 0;
  }

  .pn-gallery__track{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    transform: none !important;
  }

  .pn-gallery__item{
    min-width: 0;
  }

  .pn-gallery__item img{
    width: 100%;
    height: 220px;
    border-radius: 12px;
    transition: transform .25s ease, opacity .25s ease;
  }

  .pn-gallery__zoom:hover img{
    opacity: .94;
    transform: scale(1.02);
  }

  .pn-gallery__arrow,
  .pn-gallery__dots{
    display: none !important;
  }
}

/* CSS HORARIOS */

.info-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 2rem;
}

.info-card {
  position: relative;
  border: 1px solid #0b4b4b;
  border-radius: 25px;
  padding: 18px 28px 22px;
  background: #fff;
}

.info-card__label {
  position: absolute;
  top: -14px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  background: #fff;
  color: #0b4b4b;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}

.info-card__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  color: #0b4b4b;
  flex: 0 0 auto;
}

.info-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.info-card__icon--sm {
  width: 14px;
  height: 14px;
}

.info-card__content {
  margin-top: 8px;
  color: #111;
  font-size: 18px;
  line-height: 1.4;
}

.info-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  color: #0b4b4b;
  text-decoration: none;
}

.info-card__link:hover {
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .info-cards {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .info-card {
    padding: 20px 24px 24px;
  }

  .info-card__label {
    font-size: 22px;
  }

  .info-card__content {
    font-size: 16px;
  }
}

/* ----- ATRACTIVOS SLIDER ----- */

.home-atractivos{
  padding: 24px 16px 28px;
}

.home-atractivos__head{
  text-align: center;
  margin-bottom: 10px;
}

p.home-atractivos__kicker{
  margin: 0 0 -2px !important;
  color: #397C70;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

h2.home-atractivos__title{
  margin: 0 !important;
  color: #093832;
  font-size: 24px;
  line-height: 1.02;
  font-weight: 800;
}

.home-atractivos__slider{
  position: relative;
  padding: 0 30px;
}

.home-atractivos__viewport{
  overflow: hidden;
  width: 100%;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.home-atractivos__viewport.is-dragging{
  cursor: grabbing;
}

.home-atractivos__track{
  display: flex;
  transition: transform .35s ease;
  will-change: transform;
}

.home-atractivos__card{
  flex: 0 0 100%;
  min-width: 100%;
  padding: 0 7px;
  box-sizing: border-box;
  user-select: none;
}

.home-atractivos__link{
  position: relative;
  display: block;
  height: 420px;
  overflow: hidden;
  border-radius: 26px;
  color: inherit;
  text-decoration: none;
}

.home-atractivos__img,
.home-atractivos__overlay{
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.home-atractivos__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-atractivos__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.78) 0%,
    rgba(0,0,0,.28) 50%,
    rgba(0,0,0,0) 100%
  );
}

.home-atractivos__content{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 18px;
}

.home-atractivos__name{
  margin: 0 0 8px;
  color: #fff;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 800;
}

.home-atractivos__more{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.home-atractivos__arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #093832;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.12);
}

.home-atractivos__arrow:disabled{
  opacity: .45;
  cursor: default;
}

.home-atractivos__arrow--prev{
  left: -10px;
}

.home-atractivos__arrow--next{
  right: -10px;
}

.home-atractivos__dots{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.home-atractivos__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: #c7c7c7;
  cursor: pointer;
  padding: 0;
}

.home-atractivos__dot.is-active{
  width: 14px;
  height: 14px;
  background: #0b5b53;
}

.home-atractivos__cta{
  text-align: center;
  margin-top: 18px;
}

/* Mobile */
@media (max-width: 767px){
  .home-atractivos__head{
    margin-bottom: 8px;
  }

  p.home-atractivos__kicker{
    margin: 0 0 -3px !important;
    font-size: 13px;
  }

  h2.home-atractivos__title{
    font-size: 22px;
  }

  .home-atractivos__slider{
    padding: 0 34px;
  }

  .home-atractivos__arrow{
    width: 36px;
    height: 36px;
    font-size: 28px;
  }

  .home-atractivos__arrow--prev{
    left: -6px;
  }

  .home-atractivos__arrow--next{
    right: -6px;
  }
}

/* Tablet */
@media (min-width: 768px){
  .home-atractivos__card{
    flex: 0 0 50%;
    min-width: 50%;
  }
}

/* Desktop */
@media (min-width: 1024px){
  .home-atractivos{
    padding: 24px 0 28px;
  }

  .home-atractivos__head{
    margin-bottom: 10px;
  }

  p.home-atractivos__kicker{
    margin: 0 0 -3px !important;
  }

  h2.home-atractivos__title{
    font-size: 32px;
  }

  .home-atractivos__slider{
    padding: 0 54px;
  }

  .home-atractivos__card{
    flex: 0 0 25%;
    min-width: 25%;
  }

  .home-atractivos__link{
    height: 450px;
  }

  .home-atractivos__name{
    font-size: 28px;
  }

  .home-atractivos__arrow--prev{
    left: -2px;
  }

  .home-atractivos__arrow--next{
    right: -2px;
  }
}

.home-atractivos__link,
.home-atractivos__name,
.home-atractivos__more{
  user-select: none;
  -webkit-user-select: none;
}

.home-atractivos__link{
  -webkit-user-drag: none;
}

/* ----- NOTICIAS SLIDER ----- */

.home-noticias{
  padding: 24px 16px 28px;
}

.home-noticias__head{
  text-align: center;
  margin-bottom: 12px;
}

p.home-noticias__kicker{
  margin: 0 0 -2px !important;
  color: #397C70;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.05;
}

h2.home-noticias__title{
  margin: 0 !important;
  color: #093832;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 800;
}

.home-noticias__slider{
  position: relative;
  padding: 0 30px;
}

.home-noticias__viewport{
  overflow: hidden;
  width: 100%;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.home-noticias__viewport.is-dragging{
  cursor: grabbing;
}

.home-noticias__track{
  display: flex;
  transition: transform .35s ease;
  will-change: transform;
}

.home-noticias__card{
  flex: 0 0 100%;
  min-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.home-noticias__link{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

.home-noticias__link,
.home-noticias__name,
.home-noticias__more{
  user-select: none;
  -webkit-user-select: none;
}

.home-noticias__link{
  -webkit-user-drag: none;
}

.home-noticias__media{
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e9ecef;
}

.home-noticias__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.home-noticias__body{
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 18px 18px;
  flex: 1 1 auto;
}

.home-noticias__name{
  margin: 0;
  color: #093832;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
}

.home-noticias__excerpt{
  color: #234b4b;
  font-size: 14px;
  line-height: 1.55;
  flex: 1 1 auto;
}

.home-noticias__meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.home-noticias__date{
  color: #0b8a6f;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
}

.home-noticias__more{
  color: #0b8a6f;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}

.home-noticias__arrow{
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #093832;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.12);
}

.home-noticias__arrow:disabled{
  opacity: .45;
  cursor: default;
}

.home-noticias__arrow--prev{
  left: -10px;
}

.home-noticias__arrow--next{
  right: -10px;
}

.home-noticias__dots{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.home-noticias__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: #c7c7c7;
  cursor: pointer;
  padding: 0;
}

.home-noticias__dot.is-active{
  width: 14px;
  height: 14px;
  background: #0b5b53;
}

.home-noticias__cta{
  text-align: center;
  margin-top: 18px;
}

/* Mobile */
@media (max-width: 767px){
  .home-noticias__head{
    margin-bottom: 10px;
  }

  .home-noticias__slider{
    padding: 0 34px;
  }

  .home-noticias__arrow{
    width: 36px;
    height: 36px;
    font-size: 28px;
  }

  .home-noticias__arrow--prev{
    left: -6px;
  }

  .home-noticias__arrow--next{
    right: -6px;
  }

  .home-noticias__name{
    font-size: 18px;
  }

  .home-noticias__meta{
    flex-wrap: wrap;
    gap: 8px 12px;
  }
}

/* Tablet */
@media (min-width: 768px){
  .home-noticias__card{
    flex: 0 0 50%;
    min-width: 50%;
  }
}

/* Desktop */
@media (min-width: 1024px){
  .home-noticias{
    padding: 24px 0 28px;
  }

  .home-noticias__head{
    margin-bottom: 12px;
  }

  h2.home-noticias__title{
    font-size: 32px;
  }

  .home-noticias__slider{
    padding: 0 54px;
  }

  .home-noticias__card{
    flex: 0 0 25%;
    min-width: 25%;
  }

  .home-noticias__name{
    font-size: 20px;
  }

  .home-noticias__arrow--prev{
    left: -2px;
  }

  .home-noticias__arrow--next{
    right: -2px;
  }
}
