@font-face {
  font-family: "Futura LT Condensed";
  src: url("../fonts/FuturaLT-Condensed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Futura LT Condensed";
  src: url("../fonts/FuturaLT-CondensedOblique.ttf") format("truetype");
  font-weight: 400;
  font-style: oblique;
}

@font-face {
  font-family: "Futura LT Condensed";
  src: url("../fonts/Futura LT Condensed Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Futura LT Condensed";
  src: url("../fonts/FuturaLT-CondensedBoldOblique_2.ttf") format("truetype");
  font-weight: 700;
  font-style: oblique;
}

.banner-container {
  width: 100%;
  overflow: hidden;
}

.banner-image {
  width: 100%;
  height: auto;
  display: block;
}

.title {
  text-align: center;
  font-size: 2.3vw;
  margin-top: 1vw;
  font-family: "Futura LT Condensed", sans-serif;
}

.section-container {
  max-width: 83vw;
  margin: 4vw auto;
  padding: 2vw;
  background: white;
  border-radius: 2vw;
  box-shadow: 0 1vw 2.5vw rgba(0, 0, 0, 0.08);
  display: flex;
  flex-wrap: nowrap;
  gap: 2vw;
  justify-content: space-between;
  align-items: flex-start;
}

.left-content {
  flex: 1;
  max-width: 64%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}

.card-grid p {
  text-align: justify;
  font-size: 1.2vw;
}

.description {
  font-family: "Futura LT Condensed", sans-serif;
  text-align: justify;
  font-size: 1.7vw;
  margin-top: 5vw;
}

/* .card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 90%;
  margin: auto;
}

.card {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

.card-text {
  position: absolute;
  top: 14%;
  left: 9%;
  color: #000;
  text-align: left;
  font-family: "Futura LT Condensed", sans-serif;
}

.card-text h3 {
  margin: 0;
  font-size: 4vw;
  font-weight: 500;
}

.card-text p {
  margin: 0vw 0 0;
  font-size: 1.vw;
  font-weight: 200;
  letter-spacing: -0.02vw;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.card:hover {
  transform: scale(1.05);
  z-index: 2;
} */

.right-content {
  flex: 1;
  max-width: 37%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}

.media-group {
  display: flex;
  flex-direction: row;
  gap: 1vw;
}

.media-box {
  width: 16vw;
  aspect-ratio: 9 / 16;
  border-radius: 1.5vw;
  overflow: hidden;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.media-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button::before {
  content: "";
  display: block;
  margin-left: 6px;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent white;
}

.media-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.media-box:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.form-container {
  max-width: 83vw;
  margin: 4vw auto;
  padding: 4vw;
  background: rgb(243 243 243);
  border-radius: 2vw;
  box-shadow: 0 1vw 2.5vw rgba(0, 0, 0, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: space-between;
}

.form-container h5 {
  font-size: 1.2vw;
  font-family: "Futura LT Condensed", sans-serif;
  text-align: center;
  width: 100%;
}

.form-container a {
  color: black;
  text-decoration: none;
  transition: color 0.1s ease, text-decoration 0.3s ease;
}

.form-container a:hover {
  color: #0037d6;
  text-decoration: underline;
}

.feria-subtitle h4 {
  font-family: "Futura LT Condensed", sans-serif;
  font-size: 1.5vw;
  text-align: center;
  margin-top: 6vw;
}

.fotos-container {
  max-width: 83vw;
  margin: -1vw auto 3vw;
  padding: 4vw;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: space-between;
}

.fotos-container img {
  width: 73vw;
  position: relative;
  left: 5vw;
}

@media (max-width: 768px) {
  .section-container {
    flex-direction: column;
    padding: 1.5vw;
  }

  .card-grid p {
    text-align: justify;
    font-size: 2.5vw;
  }

  .right-content {
    width: 100%;
  }

  .media-box {
    aspect-ratio: 9/16;
  }

  .card-grid {
    max-width: 100%;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .description {
    font-size: 2.7vw;
  }

  .feria-subtitle h4 {
    font-family: "Futura LT Condensed", sans-serif;
    font-size: 3vw;
    text-align: center;
    margin-top: 6vw;
  }

  .left-content {
    max-width: 100%;
  }

  .right-content {
    max-width: 100%;
  }

  .media-box {
    width: 30vw;
  }
}

@media (max-width: 612px) {
  .title {
    font-size: 3vw;
  }

  .description {
    font-size: 2.7vw;
  }
}

@media (max-width: 320px) {
  .card-grid p {
    margin-top: 1.5vw;
    text-align: justify;
    font-size: 2.3vw;
  }
}
