@charset "utf-8";
/* CSS Document */

.footer .card .h2 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.footer .credits {
  margin: 20px auto;
  margin-bottom: 0px;
  width: max-content;
  font-size: 16px;
  line-height: 130%;
  text-align: left;
  color: #6c2897;
}
.footer .credits a {
  color: #6c2897 !important;
}
/* ---------------------------------------------------------- */
.footer .address table {
  width: max-content;
  margin: 0px auto;
  margin-top: 20px;
}
.footer .address table td {
  padding: 8px 0px 8px 10px;
  font-size: 18px;
  line-height: 100%;
  color: white;
  text-align: left;
}
.footer .address table th i {
  font-size: 20px;
  color: #a68116;
  text-align: left;
}
.footer .address iframe {
  border: #a0d42e solid 2px;
}
/* ---------------------------------------------------------- */
.footer .sitemap {
  width: max-content;
  margin: 0px auto;
  margin-top: 20px;
}
.footer .sitemap .nav {
  display: table-row;
}
.footer .sitemap a {
  display: block;
  padding: 5px 0px;
  font-size: 17px;
  color: #feea91;
  background-color: transparent;
  border-bottom: rgba(254, 234, 145, 0.10) solid 1px;
}
.footer .sitemap a i {
  margin-right: 10px;
  font-size: 19px;
  color: #a68116;
  transition: all 1.0s ease;
}
.footer .sitemap a:hover, .footer .sitemap .active a {
  padding: 5px 10px;
  color: #a0d42e;
  background-color: #561380;
}
.footer .sitemap a:hover i {
  color: white;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .footer .card {
    min-width: max-content;
    max-width: max-content;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .footer .card-map {
    min-width: 100%;
    max-width: 100%;
  }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .footer .card-map {
    min-width: 35%;
    max-width: 35%;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .footer .card-map {
    min-width: 30%;
    max-width: 30%;
  }
  .footer .address .h2, .footer .sitemap1 .h2 {
    text-align: left;
  }
}
/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
  .footer .card-map {
    min-width: 25%;
    max-width: 25%;
  }
  .footer .credits {
    margin-top: 150px;
  }
}
/* Extra large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
  .footer .card-map {
    min-width: 30%;
    max-width: 30%;
  }
}
