@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@200;300;400;700&display=swap");
body {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
}

a {
  color: #7B3F00;
  text-decoration: none !important;
}

.section-topgraphic {
  max-height: 350px;
  width: 100%;
}
.section-topgraphic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 460px) {
  .section-topgraphic {
    margin-top: 80px;
  }
}

@media screen and (max-width: 460px) {
  .main-menu {
    display: none;
  }

  .active_cont {
    width: 100% !important;
  }

  .desktop {
    display: none;
  }
}
.copyright {
  background: #7B3F00;
  padding: 5px;
  color: #FFF !important;
  text-align: center;
  font-size: 13px;
}

.item-card {
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  margin: 20px 5px;
}
.item-card .img {
  overflow: hidden;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  margin: 0px;
  position: relative;
  padding-top: 32%;
  width: 100%;
  min-height: 250px;
}
.item-card .img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-card .img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.item-card .name {
  text-align: center;
  padding: 10px;
}
.item-card .name a {
  color: #7B3F00;
  text-decoration: none;
}
.item-card:hover .name {
  font-size: 20px;
  padding: 3px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.link:hover {
  cursor: pointer;
  cursor: hand;
}

ul.mlist {
  padding-left: 0px;
  margin-left: 0px;
}
ul.mlist li {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  padding: 5px 10px;
}
ul.mlist li.title {
  background: #7B3F00;
  margin-top: 20px;
  color: #FFF;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
}
ul.mlist li.name {
  padding-left: 25px;
}
ul.mlist li.name a {
  color: #7B3F00;
  text-decoration: none;
}
ul.mlist li.name:nth-child(even) {
  background: #F8f8f8;
}
ul.mlist li.name:hover {
  background: #eadfd1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  cursor: hand;
  border-radius: 30px;
  padding-left: 14%;
}
ul.mlist li.name:hover::before {
  content: "❥ ";
  color: #7B3F00;
}

.error-box {
  text-align: center;
  padding: 30px;
  min-width: 50%;
  margin: 10% auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: #f2f2f2 1px solid;
  border-radius: 7px;
}

.map {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 200px;
  padding-top: 56.25%;
  margin-bottom: 50px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100% !important;
}
/*# sourceMappingURL=style.css.map */