@charset "utf-8";
/* CSS Document */

/* Hero */
.abastecimiento-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.abastecimiento-hero__bg {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.abastecimiento-hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  z-index: 1;
}

.abastecimiento-hero__title {
  margin: 0;
  font-family: 'Sitka Text', Georgia, serif;
  font-size: clamp(1.55rem, 2.3vw, 2.55rem);
  line-height: 1.08;
  font-weight: 300;
  text-align: center;
  color: #fff;
	letter-spacing: 0.07em;
}

.abastecimiento-hero__subtitle {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.4rem);
  font-weight: 300;
  letter-spacing: 0.07em;
  color: #fff;
  text-align: center;
}

/* Intro */
.abastecimiento-intro {
  padding: 7rem 6vw;
  text-align: center;
}

.abastecimiento-intro p {
  margin: 0 auto 1.5rem;
  max-width: 1000px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.9;
  color: #2D2D2D;
}

.abastecimiento-intro p:last-child {
  margin-bottom: 0;
}

/* Editorial */
.abastecimiento-editorial {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  align-items: stretch;
  background: #f2f1ef;
  margin: 0;
  padding: 0;
}

.abastecimiento-editorial__media {
  min-height: 760px;
  overflow: hidden;
  background: #ece8e1;
}

.abastecimiento-editorial__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}

.abastecimiento-editorial__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  padding: 5.5rem 7vw;
  color: #2D2D2D;
  background: #fff;
}

.abastecimiento-editorial__content--tint {
  background: #F0EFED;
}

.abastecimiento-editorial__content--white {
  background: #fff;
}

.abastecimiento-editorial__title {
  font-family: 'Sitka Text', Georgia, serif;
  font-size: clamp(1.625rem, 2rem, 2.375rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2D2D2D;
  margin: 0;
}

.abastecimiento-editorial__title--small {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.18em;
  margin-bottom: 2rem;
}

.abastecimiento-editorial__content p {
  margin: 0;
  max-width: 39rem;
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.abastecimiento-editorial__list {
  margin: 0;
  max-width: 39rem;
  padding-left: 1.25rem;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #2D2D2D;
}

.abastecimiento-editorial__list li {
  margin-bottom: 0.5rem;
}

.abastecimiento-editorial__list li:last-child {
  margin-bottom: 0;
}

/* Stats */
.abastecimiento-stat {
  margin-bottom: 1.5rem;
}

.abastecimiento-stat:last-child {
  margin-bottom: 0;
}

.abastecimiento-stat__title {
  margin: 0;
  font-family: 'Sitka Text', Georgia, serif;
  font-size: clamp(1.625rem, 2rem, 2.375rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2D2D2D;
}

.abastecimiento-stat__text {
  margin: 0;
  max-width: 34rem;
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* Imagen */
.abastecimiento-imagen {
  width: 100%;
  margin: 120px 0;
}

.abastecimiento-imagen img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* Instagram */
.instag-section {
  padding: 7rem 3.5rem 4.5rem;
}

.instag-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

.instag-card {
  display: block;
  aspect-ratio: 4 / 5.7;
  overflow: hidden;
  background: transparent;
  text-decoration: none;
}

.instag-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.45s ease;
}

.instag-card:hover img {
  transform: scale(1.03);
}

/* Responsive */
@media (max-width: 980px) {
  .abastecimiento-editorial {
    grid-template-columns: 1fr;
  }

  .abastecimiento-editorial__media {
    min-height: 540px;
  }

  .abastecimiento-editorial__content {
    padding: 3rem 1.5rem 3.5rem;
    gap: 1.5rem;
  }

  .abastecimiento-editorial__content p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.8;
  }

  .instag-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .abastecimiento-editorial__media {
    min-height: 420px;
  }

  .abastecimiento-editorial__content {
    padding: 2.25rem 1.1rem 2.75rem;
  }

  .abastecimiento-editorial__content p {
    font-size: 14px;
    line-height: 1.75;
  }

  .abastecimiento-intro {
    padding: 4rem 1.5rem;
  }

  .abastecimiento-intro p {
    font-size: 14px;
    line-height: 1.8;
  }

  .abastecimiento-stat__text {
    font-size: 15px;
  }

  .instag-section {
    padding: 3.5rem 1rem 3rem;
  }

  .instag-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}