body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
      background-color: #f9fff5;
      color: #333;
    }

    header {
      background-color: #149c31;
      color: white;
      padding: 30px 60px;
      text-align: left;
      border-bottom: #0d5b0c solid 4px;
    }

    header h1 {
      margin: 0;
      font-size: 2em;
    }

    .Flow {
      font-family: "Birthstone", cursive;
      font-weight: 600;
      font-style: normal;
    }

    .hero {
      text-align: center;
      position: relative;
    }

    .hero img {
      width:52%;
      height: 600px;
      filter: brightness(40%);
      z-index: 1;
    }

    .hero h2 {
      font-size: 2.2em;
      margin-bottom: 20px;
      position: absolute;
      width:40%;
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      text-shadow: #000 2px 1px;
      z-index: 2;
    }

    .hero p {
      font-size: 1.2em;
      width:30%;
      margin: auto;
      position: absolute;
      top: 54%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      text-shadow: #000 1px 2px;
      z-index: 2;
    }

    .hero a {
      position: absolute;
      top: 72%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      padding: 10px 20px;
      font-size: 22px;
      color: #fff;
      text-decoration: none;
      background-color: #149c31;
      border: #0d5b0c 2px;
      border-radius: 5px;
    }

    .section {
      padding: 10px 20px;
      max-width: 1000px;
      margin: auto;
    }

    .section h3 {
      font-size: 1.8em;
      color: #0077b6;
      margin-bottom: 20px;
    }

    .footer {
      background-color: #0d5b0c;
      color: white;
      text-align: center;
      padding: 20px;
      margin-top: 40px;
    }

    @media (max-width:1250px) {
      .hero img {
        width:70%;     
      }

      .hero p {
        top:60%;
      }

      .hero a {
        top:85%;
      }
    }

    @media (max-width:1000px) {
      .hero img {
        width:80%;     
      }

      .hero h2 {
        width:70%;
        font-size: 2.2em;
        top: 30%;
        left: 50%;
      }

      .hero p {
        font-size: 1.2em;
        width:70%;
        top: 55%;
      }

    }

    @media (max-width:650px) {
      nav {
        flex-direction: column;
      }

      .hero img {
        width:100%;
        height: 500px;
      }

      .hero h2 {
        font-size: 2em;
        width:80%;
        top: 20%;
        left: 50%;
      }

      .hero p {
        font-size: 1em;
        width:70%;
        top: 55%;
      }

      .hero a {
        top: 80%;
      }

      .Mapa {
        width:100%;
        height:300px;
      }
    }