@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Open+Sans:wght@300;400;700&display=swap");
body {
  overflow-x: hidden;
}

.content__slider {
  background-image: url("../data/gallery/gtone.png");
  background-repeat: no-repeat;
  background-size: cover, contain;
}

@media (max-width: 799px) {
  .content__slider {
    height: 300px;
  }
}

@media (min-width: 800px) {
  .content__slider {
    height: 600px;
  }
}

.content__slider--choose {
  width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
  left: calc(50% - 40px);
}

@media (max-width: 799px) {
  .content__slider--choose {
    top: calc(100% - 30px);
  }
}

@media (min-width: 800px) {
  .content__slider--choose {
    top: calc(100% - 40px);
  }
}

.content__infoBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 799px) {
  .content__infoBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 800px) {
  .content__infoBox {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 799px) {
  .content__infoBox--history {
    width: 100%;
    padding: 10px;
    max-width: 500px;
  }
  .content__infoBox--history h2 {
    text-align: center;
    margin-bottom: 10px;
  }
}

@media (min-width: 800px) {
  .content__infoBox--history {
    width: 50%;
    max-width: 450px;
    padding: 30px;
  }
  .content__infoBox--history h2 {
    text-align: center;
    margin-bottom: 15px;
  }
}

.content__infoBox--photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 799px) {
  .content__infoBox--photo {
    width: 100%;
    padding: 10px;
    max-width: 500px;
  }
}

@media (min-width: 800px) {
  .content__infoBox--photo {
    width: 50%;
    max-width: 450px;
    padding: 30px;
  }
}

.content__refs {
  width: 100%;
  background-color: #2ECC71;
}

.content__refs h2 {
  text-align: center;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.content__refs--box {
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  margin-top: 15px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content__refs--box img {
  max-width: 150px;
  margin: 20px;
}

.content__onasmap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 600px;
}

@media (max-width: 999px) {
  .content__onasmap {
    height: 400px;
  }
}

@media (min-width: 1000px) {
  .content__onasmap {
    height: 600px;
  }
}

.content__onasmap iframe {
  padding-top: 20px;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=about.css.map */