/* ESTILOS WIDGET PISCINAS GANDUGLIA TESTIMONIOS */

.pgr-testimonials-2e494d28 {
  background: #FFFFFF;
  font-family: var(--e-global-typography-text-font-family, sans-serif);
}

.pgr-container-2e494d28 {
  width: 100%;
  margin: 0 auto;
}

/* Cabecera Editorial */
.pgr-header-2e494d28 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  grid-template-rows: auto auto;
  column-gap: 72px;
  row-gap: 17px;
  align-items: start;
}

.pgr-heading-2e494d28 {
  display: contents;
}

.pgr-eyebrow-2e494d28 {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #2F7F86;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
}

.pgr-eyebrow-2e494d28 i {
  width: 27px;
  height: 1px;
  background: #B99A63;
}

.pgr-heading-2e494d28 h2 {
  grid-column: 1;
  grid-row: 2;
  max-width: 675px;
  margin: 0;
  font-family: var(--e-global-typography-primary-font-family, "Marcellus", serif);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: #1E1E1C;
}

.pgr-intro-2e494d28 {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

.pgr-intro-2e494d28 p {
  max-width: 430px;
  margin: 0;
  color: #706B63;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.pgr-button-2e494d28 {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 22px;
  padding: 0 22px;
  border: 1px solid #2F7F86;
  border-radius: 999px;
  background: #2F7F86;
  color: #FFFFFF;
  box-shadow: 0 10px 22px rgba(47,127,134,.15);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
  cursor: pointer;
}

.pgr-button-2e494d28:hover {
  transform: translateY(-2px);
  background: #246B71;
  border-color: #246B71;
  box-shadow: 0 14px 28px rgba(47,127,134,.22);
}

.pgr-button-2e494d28 svg {
  width: 14px;
  height: 14px;
}

/* Grilla */
.pgr-grid-2e494d28 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pgr-card-2e494d28 {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(30,30,28,.12);
  border-radius: 29px;
  background: #FFFFFF;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pgr-card--featured-2e494d28 {
  border-color: rgba(47,127,134,.22);
  background: #E7F2F1;
}

.pgr-card-2e494d28:hover {
  transform: translateY(-5px);
  border-color: rgba(47,127,134,.28);
  box-shadow: 0 18px 34px rgba(30,30,28,.08);
}

@media (prefers-reduced-motion: reduce) {
  .pgr-card-2e494d28:hover, .pgr-button-2e494d28:hover {
    transform: none !important;
  }
}

.pgr-card-top-2e494d28 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.pgr-quote-mark-2e494d28 {
  color: #B99A63;
  font-family: var(--e-global-typography-primary-font-family, "Marcellus", serif);
  font-size: 58px;
  line-height: .65;
  display: flex;
  align-items: center;
}

.pgr-quote-mark-2e494d28 img, .pgr-quote-mark-2e494d28 svg {
  width: 58px;
  height: auto;
}

.pgr-rating-2e494d28 {
  display: flex;
  gap: 2px;
  padding-top: 2px;
  color: #B99A63;
  font-size: 13px;
  line-height: 1;
}

.pgr-card-2e494d28 blockquote {
  margin: 25px 0 0;
  color: #1E1E1C;
  font-family: var(--e-global-typography-primary-font-family, "Marcellus", serif);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -.01em;
}

.pgr-author-2e494d28 {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: auto;
  padding-top: 26px;
}

.pgr-author-initial-2e494d28 {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(30,30,28,.12);
  border-radius: 13px;
  background: #FFFFFF;
  color: #2F7F86;
  font-family: var(--e-global-typography-primary-font-family, "Marcellus", serif);
  font-size: 18px;
}

.pgr-author-2e494d28 strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  color: #1E1E1C;
}

.pgr-author-2e494d28 span {
  display: block;
  margin-top: 3px;
  color: #706B63;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.35;
  text-transform: uppercase;
}

/* Bloque de Respaldo */
.pgr-bottom-2e494d28 {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 28px;
  padding: 19px 21px;
  border: 1px solid rgba(47,127,134,.15);
  border-radius: 21px;
  background: #E7F2F1;
}

.pgr-bottom-icon-2e494d28 {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  background: #2F7F86;
  color: #FFFFFF;
}

.pgr-bottom-icon-2e494d28 i, .pgr-bottom-icon-2e494d28 svg {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.pgr-bottom-2e494d28 strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  color: #1E1E1C;
}

.pgr-bottom-2e494d28 p {
  margin: 4px 0 0 0;
  color: #706B63;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

/* Tablet (hasta 1024px) */
@media (max-width: 1024px) {
  .pgr-header-2e494d28 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 0;
  }
  
  .pgr-eyebrow-2e494d28 {
    grid-column: 1;
    grid-row: 1;
  }
  
  .pgr-heading-2e494d28 h2 {
    grid-column: 1;
    grid-row: 2;
    max-width: 720px;
    margin-top: 17px;
    font-size: 44px;
  }
  
  .pgr-intro-2e494d28 {
    grid-column: 1;
    grid-row: 3;
    max-width: 620px;
    padding-top: 21px;
    transform: none !important; /* Desactiva ajuste optico de escritorio en tablet */
  }

  .pgr-grid-2e494d28 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  /* Expand last card if odd */
  .pgr-grid--expand-last-2e494d28 .pgr-card-2e494d28:last-child {
    grid-column: span 2;
    min-height: 290px;
  }
}

/* Movil (hasta 767px) */
@media (max-width: 767px) {
  .pgr-header-2e494d28 {
    row-gap: 0;
  }

  .pgr-eyebrow-2e494d28 {
    font-size: 10px;
  }

  .pgr-eyebrow-2e494d28 i {
    width: 21px;
  }

  .pgr-heading-2e494d28 h2 {
    margin-top: 15px;
    font-size: 34px;
    line-height: 1.13;
  }

  .pgr-intro-2e494d28 {
    padding-top: 19px;
  }

  .pgr-intro-2e494d28 p {
    font-size: 15px;
    line-height: 1.65;
  }

  .pgr-button-2e494d28 {
    width: 100%;
    min-height: 47px;
    margin-top: 19px;
    font-size: 12px;
  }

  .pgr-grid-2e494d28 {
    grid-template-columns: 1fr !important;
    gap: 15px;
  }

  .pgr-grid--expand-last-2e494d28 .pgr-card-2e494d28:last-child {
    grid-column: span 1 !important;
  }

  .pgr-card-2e494d28 {
    padding: 22px;
    border-radius: 23px;
  }

  .pgr-quote-mark-2e494d28 {
    font-size: 49px;
  }

  .pgr-quote-mark-2e494d28 img, .pgr-quote-mark-2e494d28 svg {
    width: 49px;
  }

  .pgr-rating-2e494d28 {
    font-size: 11px;
  }

  .pgr-card-2e494d28 blockquote {
    margin-top: 20px;
    font-size: 21px;
    line-height: 1.36;
  }

  .pgr-author-2e494d28 {
    padding-top: 21px;
  }

  .pgr-author-initial-2e494d28 {
    width: 35px;
    height: 35px;
    border-radius: 12px;
    font-size: 17px;
  }

  .pgr-bottom-2e494d28 {
    align-items: flex-start;
    gap: 10px;
    margin-top: 21px;
    padding: 16px;
    border-radius: 18px;
  }
}
