/* homepage FAQ */

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23343a40'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235c4322'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #f3d3ab;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(230, 167, 86, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #6c6e6f;
  --bs-accordion-active-bg: rgba(254,86,93,0.3);
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: none;
}

/* Google Maps */

#googleMap {
  width: auto;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(30%);
}

/* footer */

@media (max-width: 991px) {
  .footer-margin {
    margin-top: 20px;
  }
}

/* carousel */

.d-block.w-100 {
  height: calc(100vh - 112px);
  width: auto;
  object-fit: cover;
}

/* ***************** PRIVACY COOKIE MODAL ***************** */

#privacy-cookie {
  font-size: 0.9em;
}

/* * Bootstrap Cookie Alert by Wruczek * https://github.com/Wruczek/Bootstrap-Cookie-Alert * Released under MIT license */

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background-color: #414445;
  font-size: 0.9rem;
  font-family: 'Raleway';
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 2000ms;
}

.cookiealert a {
  text-decoration: none;
  color: #fff !important;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

#privacy-cookie {
  font-family: 'Raleway';
}

/* various */

.text-justify {
  text-align: justify;
}

.margin-dropdown {
  margin-left: 10px !important;
}

@media (max-width: 576px) {
  .servico-smaller-font {
    font-size: 2rem !important;
  }
}

a {
  text-decoration: none;
}

/* navbar */

.nav-item .active {
  color: #dc027f !important;
}

/* form */

.form-control:focus {
  border-color: #dc027f;
  box-shadow: 0 0 0 0.2rem rgba(220, 2, 127, 0.25);
}

.form-control:focus {
  border-color: #dc027f;
  box-shadow: 0 0 0 0.2rem rgba(220, 2, 127, 0.25);
}

input[type=checkbox]:focus {
  color: #dc027f !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 2, 127, 0.25);
  background-color: #dc027f;
}

input[type=checkbox]:checked {
  color: #dc027f !important;
  background-color: #dc027f;
}

.form-select:focus {
  border-color: #dc027f;
  box-shadow: 0 0 0 0.2rem rgba(220, 2, 127, 0.25);
}

/* App Banner */

@media (max-width: 992px) {
  .app-height {
    height: 110px;
    padding-top: 10px;
  }
}

@media (max-width: 992px) {
  .app-btn-margin {
    margin-top: 15px;
  }
}

/* Top Bar */

.top-info-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffcc00;
  color: #000;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  z-index: 1055;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-family: 'Montserrat', sans-serif;
}

.top-info-bar span {
  display: block;
}

body {
  padding-top: 56px;
}

.navbar.sticky-top {
  top: 60px;
}

@media (max-width: 576px) {
  .top-info-bar {
    font-size: 0.85rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 107px;
  }
}

@media (max-width: 768px) {
  .navbar.sticky-top {
    top: 107px;
  }
}

@media (max-width: 576px) {
  body {
    padding-top: 77px;
  }
}

@media (max-width: 576px) {
  .navbar.sticky-top {
    top: 77px;
  }
}

@media (max-width: 548px) {
  body {
    padding-top: 95px;
  }
}

@media (max-width: 548px) {
  .navbar.sticky-top {
    top: 95px;
  }
}

@media (max-width: 360px) {
  body {
    padding-top: 116px;
  }
}

@media (max-width: 360px) {
  .navbar.sticky-top {
    top: 116px;
  }
}

