/* ===========================
   Pet Friendly Page - ITTSA BUS
   =========================== */

:root {
  --pf-fs-h2-title: clamp(2.4rem, 2.6vw, 3.2rem);
  --pf-fs-text: clamp(1.5rem, 1.5vw, 1.8rem);
}

/* ---------- Hero Section ---------- */
.pf-hero {
  position: relative;
  overflow: hidden;
  /* background: #fff8f0; */
  padding: 40px 0 0;
}

.pf-hero__container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.pf-hero__bg {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.pf-hero__content {
  position: absolute;
  top: 15%;
  right: 12%;
  width: 48%;
  text-align: left;
  width: 660px;
}

.pf-hero__badge {
  color: #f4831f;
  font-family: Mont, sans-serif;
  font-weight: 700;
  margin-bottom: 0 0 4%;
  font-size: clamp(2.0rem, 2.8vw, 4rem);
  text-align: center;
}

.pf-hero__title {
  font-family: Mont, sans-serif;
  font-weight: 700;
  color: #444;
  margin: 0 0 2%;
  line-height: 1.05;
  font-size: clamp(2.8rem, 4.8vw, 7.4rem);
  text-align: center;
}

.pf-hero__subtitle {
  font-family: Mont, sans-serif;
  font-weight: 700;
  color: #f4831f;
  margin: 0 0 3%;
  font-size: clamp(2.0rem, 2vw, 4rem);
  text-align: center;
}

.pf-hero__desc {
  font-family: Mont, sans-serif;
  color: #555;
  line-height: 1.5;
  max-width: 660px;
  margin: 0;
  font-size: clamp(1.1rem, 1.2vw, 1.6rem);
}

.pf-hero__quote {
  position: absolute;
  bottom: 18%;
  left: 55%;
  transform: translateX(-50%);
  width: 85%;
  text-align: center;
  color: #fff;
  font-family: Mont, sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
}

@media (max-width: 1200px) {
  .pf-hero__content {
    top: 12%;
    right: 24%;
    width: 420px;
  }

  .pf-hero__quote {
    bottom: 18%;
    width: 85%;
  }
}

@media (max-width: 991px) {
  .pf-hero__content {
    top: 10%;
    right: 22%;
    width: 420px;
  }

  .pf-hero__quote {
    bottom: 18%;
    width: 85%;
  }
}

@media (max-width: 900px) {
  .pf-hero__content {
    top: 10%;
    right: 17%;
    width: 396px;
  }

  .pf-hero__quote {
    bottom: 18%;
    width: 85%;
  }
}

@media (max-width: 768px) {
  .pf-hero__content {
    top: 8%;
    right: 20%;
    width: 320px;
  }

  .pf-hero__subtitle {
    font-size: 2.2vw;
    margin-bottom: 2%;
  }
}

@media (max-width: 650px) {
  .pf-hero__content {
    top: 3%;
    right: 18%;
    width: 50%;
    text-align: center;
  }

  .pf-hero__quote {
    bottom: 16%;
    right: 12%;
    margin-left: 20px;
  }

  .pf-hero__quote {
    font-size: 2.6vw;
  }
}

@media (max-width: 550px) {
  .pf-hero__content {
    top: 6%;
    right: 14%;
  }

  .pf-hero__subtitle {
    font-size: 2.8vw;
  }

  .pf-hero__quote {
    bottom: 12%;
  }
}

@media (max-width: 480px) {
  .pf-hero__content {
    top: 6%;
    right: 10%;
    width: 230px;
  }

  .pf-hero__quote {
    bottom: 10%;
  }
}

@media (max-width: 400px) {
  .pf-hero__content {
    top: 6%;
    right: 13%;
    width: 210px;
  }

  .pf-hero__subtitle {
    font-size: 3.1vw;
  }
}

.pf-hero__quote .heart-icon {
  font-style: normal;
}

@media (max-width: 800px) {
  .pf-hero__content {
    padding-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .pf-hero {
    height: 350px;
    padding: 0;
  }

  .pf-hero__container {
    height: 330px;
  }

  .pf-hero__bg {
    /* height: 300px; */
    position: absolute;
    bottom: 0;
  }
}

@media (max-width: 400px) {
  .pf-hero {
    height: 310px;
  }

  .pf-hero__container {
    height: 310px;
  }
}

@media (min-width: 601px) and (max-width: 800px) {
  .pf-hero__content {
    top: -5%;
  }
}

.pf-hero__quote .heart-icon {
  font-style: normal;
}

/* ---------- Section base ---------- */
.pf-hero__container,
.pf-section .container,
.pf-rutas .container,
.pf-terminos .container,
.pf-kennel .container,
.pf-posicion .container,
.pf-solicitar .container,
.pf-final .container {
  max-width: 1300px !important;
  width: 90% !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pf-section {
  font-family: Mont, sans-serif;
}

.pf-section--gray {
  background-color: #fafafa;
}

.pf-section__title,
h2 {
  font-size: var(--pf-fs-h2-title);
  font-weight: 700;
  color: #444;
  margin-bottom: 25px;
  font-family: Mont, sans-serif;
  width: 100%;
}

@media (min-width: 901px) {

  .pf-section__title,
  h2 {
    text-align: left;
  }
}

@media (max-width: 900px) {

  .pf-section__title,
  h2 {
    text-align: center;
  }
}

.pf-section__text {
  font-size: var(--pf-fs-text);
  color: #555;
  line-height: 1.7;
  max-width: 700px;
}

.pf-section__text strong {
  color: #444;
}

/* ---------- ¿En qué consiste? ---------- */
.pf-consiste-row {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}

@media (min-width: 901px) {
  .pf-consiste-row {
    justify-content: space-between;
  }
}

@media (max-width: 900px) {
  .pf-consiste-row {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .pf-section__text {
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .pf-section {
    padding-top: 15px;
  }
}

.pf-consiste-row__img {
  /* flex: 1 1 300px; */
  text-align: right;
}

.pf-consiste-row__img img {
  width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .pf-consiste-row {
    margin: 0 auto;
  }

  .pf-section__text {
    margin: 0 auto;
    text-align: center;
  }
}

/* ---------- Rutas ---------- */
.pf-rutas {
  padding: 30px 0;
  font-family: Mont, sans-serif;
}

.pf-rutas__row {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: flex-start;
  width: 100%;
}

@media (min-width: 901px) {
  .pf-rutas__row {
    justify-content: space-between;
  }
}

@media (max-width: 900px) {
  .pf-rutas__row {
    justify-content: center;
    align-items: center;
  }

  .pf-rutas__desc {
    text-align: center;
  }
}

.pf-rutas__info {
  flex: 1 1 50%;
}

.pf-rutas__img {
  text-align: center;
  align-self: center;
}

@media (min-width: 901px) {
  .pf-rutas__img {
    text-align: right;
  }
}

.pf-rutas__img img {
  width: 100%;
  height: auto;
}

.pf-rutas__title {
  margin-bottom: 8px;
}

.pf-rutas__desc {
  font-size: var(--pf-fs-text);
  color: #555;
  line-height: 1.65;
  margin-bottom: 20px;
}

.pf-rutas__desc strong {
  color: #444;
}

/* Routes table */
.pf-routes-table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(0.95rem, 1.4vw, 1.8rem);
}

.pf-routes-table tr {
  border-bottom: 1px solid #eee;
}

.pf-routes-table td {
  padding: 9px 10px;
  vertical-align: middle;
}

.pf-routes-table td:first-child {
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}

.pf-routes-table td:last-child {
  color: #222;
  font-weight: 700;
  font-size: clamp(0.95rem, 1.4vw, 1.8rem);
  text-align: right;
}

/* ---------- Términos y Condiciones ---------- */
.pf-terminos {
  padding: 10px 0;
  background-color: #fff;
  font-family: Mont, sans-serif;
}

.pf-terminos__row {
  display: flex;
  gap: 40px;
  align-items: center;
  width: 100%;
}

@media (min-width: 901px) {
  .pf-terminos__row {
    justify-content: space-between;
  }
}

@media (max-width: 900px) {
  .pf-terminos__row {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .pf-terminos__img {
    display: none;
  }
}

.pf-terminos__content,
.pf-terminos__title {
  text-align: center;
}

.pf-terminos__img img {
  width: 100%;
  height: auto;
}

.pf-terminos__content {
  flex: 1 1 50%;
}

.pf-terminos__title {
  font-size: clamp(2.8rem, 5.0vw, 5.0rem);
  font-weight: 700;
  color: #444;
  margin-bottom: 24px;
  line-height: 1.3;
}

.pf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #f4831f;
  color: #fff;
  padding: 13px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(1.4rem, 2.6vw, 2.6rem);
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
  margin-bottom: 10px;
  font-family: Mont, sans-serif;
  border: none;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(244, 131, 31, 0.25);
}

.terminos-btn .pf-btn {
  font-size: clamp(1.5rem, 2.8vw, 2.8rem);
}

.pf-btn:hover {
  background-color: #e07018;
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(244, 131, 31, 0.35);
}

.pf-btn i {
  font-size: 1rem;
}

/* ---------- Medidas del Kennel ---------- */
.pf-kennel {
  padding: 30px 0;
  font-family: Mont, sans-serif;
}

.pf-kennel__row {
  display: flex;
  gap: 40px;
  align-items: center;
  width: 100%;
}

@media (min-width: 901px) {
  .pf-kennel__row {
    justify-content: space-between;
  }

  .pf-kennel__img {
    text-align: right;
  }
}

@media (max-width: 900px) {
  .pf-kennel__row {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .pf-kennel__img {
    text-align: center;
  }

  .pf-kennel-table {
    margin: 0 auto;
  }
}

.pf-kennel__info {
  flex: 1 1 60%;
}

.pf-kennel__img {
  display: grid;
  grid-template-columns: 10fr 7fr;
  align-items: center;
  flex: 1 1 0%;
}

.pf-kennel__img img {
  max-width: 380px;
  height: auto;
  width: 100%;
}

@media (min-width: 901px) {
  .imagen-ocultar-desktop {
    display: none;
  }

  .pf-kennel__img img {
    width: auto;
  }
}

.pf-kennel__title {
  color: #444;
}

@media (min-width: 901px) {
  .pf-kennel__title {
    margin-bottom: -55px;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 900px) {
  .pf-kennel__title {
    margin-bottom: 20px;
  }
}

.pf-kennel-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--pf-fs-text);
  margin: 0;
  table-layout: fixed;
}

.pf-kennel-table th {
  width: 50%;
  font-weight: 700;
  text-align: left;
  padding: 11px 0px;
  color: #444;
}

.pf-kennel-table td {
  word-wrap: break-word;
  padding: 11px 0px;
  color: #555;
}

.pf-kennel-table tbody tr:nth-child(1) {
  border-bottom: 1px solid #333;
}

/* ---------- Posición mascotas ---------- */
.pf-posicion {
  padding: 20px 0;
  background-color: #fff;
  font-family: Mont, sans-serif;
}

@media (min-width: 901px) {
  .pf-posicion {
    text-align: left;
  }

  .pf-posicion__title {
    margin-left: 0;
    text-align: left;
  }

  .pf-posicion__img {
    text-align: left;
  }
}

@media (max-width: 900px) {
  .pf-posicion {
    text-align: center;
  }

  .pf-posicion__title {
    margin: 0 auto 28px;
    text-align: center;
  }

  .pf-posicion__img {
    margin: 0 auto;
    text-align: center;
  }
}

.pf-posicion__title {
  margin-bottom: 28px;
  max-width: 100%;
  line-height: 1.35;
}

.pf-posicion__img {
  max-width: 100%;
}

.pf-posicion__img img {
  width: 100%;
  height: auto;
}

/* ---------- ¿Dónde solicito? ---------- */
.pf-solicitar {
  padding: 50px 0 0;
  font-family: Mont, sans-serif;
  text-align: left;
}

.pf-solicitar__row {
  display: grid;
  gap: 20px;
  width: 100%;
}

.pf-solicitar__text {
  grid-area: text;
}

.pf-launch {
  grid-area: launch;
  margin: 0;
  text-align: left;
}

.pf-final__img {
  grid-area: img;
  display: flex;
  justify-content: flex-end;
}

.pf-final__img img {
  width: 100%;
  height: auto;
  max-width: 750px;
  display: block;
}

@media (min-width: 901px) {
  .pf-solicitar__row {
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-areas:
      "text img"
      "launch img";
    align-items: center;
  }

  .pf-solicitar__text {
    align-self: end;
  }

  .pf-launch {
    align-self: start;
    margin-top: -10px;
  }

  .pf-final__img {
    align-self: center;
  }
}

@media (max-width: 900px) {
  .pf-solicitar__row {
    grid-template-columns: 1.4fr 0.6fr;
    grid-template-areas:
      "text text"
      "launch img";
    align-items: end;
  }

  .pf-solicitar__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .pf-final__img img {
    width: 140%;
    margin-right: -20px;
    margin-top: 20px;
  }

  .pf-launch__date {
    font-size: 2rem;
    padding: 5px 15px;
  }
}

@media (max-width: 480px) {
  .pf-solicitar__row {
    grid-template-columns: 1.3fr 0.7fr;
  }

  .pf-final__img img {
    width: 160%;
    margin-right: -30px;
  }
}

.pf-solicitar__title {
  margin-bottom: 25px;
}

.pf-solicitar__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  margin-bottom: 15px;
  color: #555;
  text-align: left;
}

.pf-solicitar__check i {
  color: #fdb901;
  margin-top: 4px;
}

.pf-solicitar__desc {
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  color: #555;
  line-height: 1.6;
  margin-bottom: 35px;
  text-align: left;
}

.pf-launch__label {
  font-family: Mont, sans-serif;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  font-weight: 700;
  color: #f4831f;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.pf-launch__date {
  background: #fdb901;
  color: #fff;
  font-family: Mont, sans-serif;
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  font-weight: 700;
  padding: 4px 25px;
  border-radius: 12px;
}

/* ---------- Final section ---------- */
.pf-final {
  padding: 30px 0 50px;
  text-align: center;
  font-family: Mont, sans-serif;
}

.pf-final__text {
  font-size: clamp(2rem, 2.2vw, 2.8rem);
  color: #444;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 auto;
}

.pf-final__text strong {
  color: #f4831f;
  font-weight: 700;
}

@media (max-width: 900px) {
  .pf-hero__container {
    width: 100% !important;
  }
}




.pf-solicitar {
  padding: 50px 0;
  font-family: Mont, sans-serif;
  overflow: hidden;
}

.pf-solicitar__row {
  display: grid;
  gap: 20px;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "text text"
    "launch img";
  align-items: end;
}

.pf-solicitar__text {
  grid-area: text;
  position: relative;
  z-index: 2;
}

.pf-launch {
  grid-area: launch;
  position: relative;
  z-index: 2;
  margin-bottom: 180px;
}

.pf-final__img {
  grid-area: img;
  position: relative;
  z-index: 1;
}

.pf-final__img img {
  width: 100%;
  height: auto;
  display: block;
}

.pf-solicitar__title {
  font-size: clamp(2.2rem, 3.5vw, 3.8rem);
  color: #444;
  margin-bottom: 20px;
  line-height: 1.2;
}

.pf-solicitar__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  font-size: var(--pf-fs-text);
  margin-bottom: 15px;
  color: #555;
}

.pf-solicitar__check i {
  color: #fdb901;
  margin-top: 4px;
}

.pf-solicitar__desc {
  font-size: var(--pf-fs-text);
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 90%;
}

.pf-launch__label {
  font-size: clamp(1.4rem, 2vw, 3rem);
  font-weight: 700;
  color: #f4831f;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pf-launch__date {
  background: #fdb901;
  color: #fff;
  font-size: clamp(3rem, 5.5vw, 7rem);
  font-weight: 700;
  padding: 0px 30px;
  border-radius: 12px;
  justify-self: center;
}

@media (min-width: 901px) {
  .pf-solicitar__row {
    grid-template-columns: 1.4fr 1fr;
    grid-template-areas:
      "text img"
      "launch img";
    align-items: center;
  }

  .pf-final__img {
    margin-left: -90px;
    display: flex;
    justify-content: flex-end;
  }

  .pf-final__img img {
    width: 120%;
    max-width: 800px;
  }
}

@media (max-width: 900px) {
  .pf-solicitar__row {
    grid-template-columns: 1fr 1fr;
  }

  .pf-solicitar__desc {
    margin-bottom: -70px;
  }

  .pf-final__img img {
    width: 130%;
    margin-left: -20px;
  }

  .pf-launch {
    align-self: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .pf-solicitar__row {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .pf-solicitar__desc {
    margin-bottom: -20px;
  }

  .pf-launch__date {
    font-size: 2.3rem;
    padding: 5px 15px;
  }
}

.pf-launch__date {
  text-align: center;
}