  @font-face {
      font-family: 'FuturaCondensed';
      src: url('../fonts/FuturaLT-Condensed_1.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }

  body {
      margin: 0;
      font-family: 'FuturaCondensed', sans-serif;
      text-align: center;
  }

  .banner {
      position: relative;
      width: 100%;
      max-height: 400px;
      overflow: hidden;
  }

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

  .banner-text {
      position: absolute;
      bottom: 20%;
      left: 20%;
      color: white;
      font-size: 3vw;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      text-align: left;
      font-family: 'FuturaCondensed', sans-serif;
  }

  .banner-text span {
      display: block;
      font-size: 2vw;
  }

  .description {
      margin: 60px auto;
      max-width: 65%;
      font-size: 1.2em;
      line-height: 1.6;
      text-align: left;
  }

  .image-container {
      display: flex;
      justify-content: center;
      margin: 20px auto;
  }

  .image-container img {
      max-width: 65%;
      height: auto;
      border-radius: 10px;
  }

  .info-container {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 40px;
      margin: 40px auto;
      max-width: 90%;
  }

  .map-container {
      flex: 1;
      min-height: 300px;
  }

  .text-container {
      flex: 1;
      text-align: left;
  }

  .text-container h3 {
      margin-bottom: 5px;
      font-family: 'FuturaCondensed', sans-serif;
  }

  .text-container hr {
      margin: 15px 0;
      font-family: 'FuturaCondensed', sans-serif;
  }

  #map {
      width: 100%;
      height: 300px;
      border-radius: 10px;
  }

  @media (max-width: 768px) {
      .info-container {
          flex-direction: column;
          align-items: center;
      }

      .map-container {
          width: 100%;
      }

      .text-container {
          text-align: center;
      }
  }



  .background-parque {
      position: absolute;
      width: 100%;
      min-height: 1200px;
      background: url('/olympia-casinos/img/casinos/individuales/parquecaldas/fondoparquecaldas.png') no-repeat center top/cover;
      z-index: -1;
      background-size: 100% auto;
  }

  .background-centro {
      position: absolute;
      width: 100%;
      min-height: 1200px;
      background: url('/olympia-casinos/img/casinos/individuales/centro/fondocentro.png') no-repeat center top/cover;
      z-index: -1;
      background-size: 100% auto;
  }

  .background-cable {
      position: absolute;
      width: 100%;
      min-height: 1200px;
      background: url('/olympia-casinos/img/casinos/individuales/cable/fondocable.png') no-repeat center top/cover;
      z-index: -1;
      background-size: 100% auto;
  }

  .background-buga {
      position: absolute;
      width: 100%;
      min-height: 1200px;
      background: url('/olympia-casinos/img/casinos/individuales/buga/fondobuga.png') no-repeat center top/cover;
      z-index: -1;
      background-size: 100% auto;
  }

  .background-dorada {
      position: absolute;
      width: 100%;
      min-height: 1200px;
      background: url('/olympia-casinos/img/casinos/individuales/ladorada/fondoladorada.png') no-repeat center top/cover;
      z-index: -1;
      background-size: 100% auto;
  }




  #header-container {
      min-width: 100vw;
      position: fixed;
      z-index: 1000;
  }

  .pergamino-container {
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      width: 60%;
      display: flex;
      justify-content: center;
      z-index: 2;
  }

  .pergamino-img {
      width: 80%;
      max-width: 250px;
      margin-top: 45px;
  }


  /* Hover */
  .pergamino-container a:hover {
      transform: scale(1.1);
      transition: 0.5s;

  }