.menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.menu-item .menu-link {
  vertical-align: middle;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.menu-item:hover {
  background-color: #cacaca;
}

.menu-item.active {
  background-color: #e2e2e2;
}

.custom-nav li {
  display: inline-block;
  list-style: none;
}

.front-image-container {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: white;
  background-color: black;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.front-image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  vertical-align: middle;
}

.front-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  height: auto;
  opacity: 0.4;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.front-image:hover {
  opacity: 0.2;
}

.card#map {
  margin-top: 70px;
  margin-bottom: 100px;
}

.card .card-body .card-body span {
  height: 20px;
  width: 20px;
}

.card .card-body .card-body span .contact-icon {
  margin-right: 2px;
}

.card .card-body .card-body p {
  margin-bottom: 1px;
}

.card .card-body a {
  color: inherit;
}

.card .card-body a:hover {
  color: #3a84df;
}

.brand-item {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  border: none;
}

.social {
  font-size: 20px;
}

.social #whatsapp,
.contact p #whatsapp {
  color: #25d366;
}

.social a:hover #whatsapp,
.social #whatsapp:hover,
.contact p a:hover #whatsapp,
.contact p #whatsapp:hover {
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  color: #1c9749;
}

.social #facebook,
.contact p #facebook {
  color: #3a5899;
}

.social a:hover #facebook,
.social #facebook:hover,
.contact p a:hover #facebook,
.contact p #facebook:hover {
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  color: #293e6b;
}

.social #instagram,
.contact p #instagram {
  color: #c83e71;
}

.social a:hover #instagram,
.social #instagram:hover,
.contact p a:hover #instagram,
.contact p #instagram:hover {
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  color: #a4305b;
}

.social #mail,
.contact p #mail {
  color: #77b3d4;
}

.social a:hover #mail,
.social #mail:hover,
.contact p a:hover #mail,
.contact p #mail:hover {
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  color: #628fa8;
}

.social #phone,
.contact p #phone {
  color: #4bee3d;
}

.social a:hover #phone,
.social #phone:hover,
.contact p a:hover #phone,
.contact p #phone:hover {
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  color: #3aba2f;
}

.social #location,
.contact p #location {
  color: red;
}

.social #business,
.contact p #business {
  color: blue;
}

.float-button {
  position: fixed;
  padding: 10px;
  right: 0%;
  top: 90%;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  background-color: #25d366;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.float-button a {
  text-decoration: none;
  color: white;
}

.float-button:hover {
  background-color: #1c9749;
  padding-right: 5%;
}

#announcementModal {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#announcementImg:hover {
  cursor: pointer;
}

.footer {
  font-size: 15px;
  text-align: center;
  min-height: 250px;
  color: #999;
  background-color: #f9f9f9;
  border-top: 0.05rem solid #e5e5e5;
  list-style-type: none;
}

.footer .footer-link,
.footer .footer-slink {
  cursor: pointer;
  font-size: 13px;
  color: #999;
  margin-right: 1rem;
  margin-left: 1rem;
}

.footer .footer-link:hover,
.footer .footer-slink:hover {
  color: rgba(153, 153, 153, 0.699);
}
/*# sourceMappingURL=style.css.map */