@charset "UTF-8";
:root {
  --albg-primary: #111111;
  --bege: #f5f5dc;
  --bs-border-color: #f6f6f6;
}

* {
  font-family: "Fira Sans", sans-serif;
  font-feature-settings: normal;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #444444;
}

*:focus {
  outline: none;
  box-shadow: none !important;
}

.rounded-circle {
  width: 35px;
  height: 35px;
}

header {
  transition: all 0.5s;
  z-index: 997;
}
header.header-scrolled, header.header-inner-pages {
  background: var(--albg-primary);
}
header .logo img {
  max-height: 30px;
}
header p {
  font-size: 0.875rem;
}

@media (max-width: 992px) {
  #header {
    border: 0;
    padding: 15px 0;
  }
}
footer {
  background: var(--albg-primary);
  padding: 30px 0;
}

section {
  width: 100%;
  background-size: cover;
  position: relative;
}

.leia-mais {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.95) 40%, rgba(255, 0, 0, 0) 80%);
}

.ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px !important;
  height: 32px !important;
}

.form-pesquisa input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.form-pesquisa input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.form-pesquisa button {
  width: 50px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding-left: 4px;
}
.form-pesquisa button:focus {
  outline: none !important;
  box-shadow: none !important;
}

article h2,
article h3,
article h4,
article h5,
article h6,
article p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.logo-desenvolvedor {
  height: 20px;
}

.no-focus:focus {
  outline: none !important;
  box-shadow: none !important;
}

.compartilha {
  display: flex;
  align-items: center;
  justify-content: center;
}

figure {
  width: 30%;
}

@media (max-width: 767px) {
  figure {
    width: 100%;
  }
}
.mt-header {
  margin-top: 74px;
}

@media (max-width: 768px) {
  .mt-header {
    margin-top: 60px;
  }
  .fs-0 {
    font-size: 2.5rem;
  }
}
.pagination .page-item {
  margin-bottom: 5px;
}

small {
  font-size: 0.685rem;
}

.rounded.border,
.card {
  --bs-card-border-color: #f7f2f2;
}

.shadow-sm {
  box-shadow: rgba(217, 204, 204, 0.15) 0px 2px 20px 0px !important;
}

.bg-light {
  background-color: #edf2fa !important;
}

.float-buttons {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
}
.float-buttons.active {
  visibility: visible;
  opacity: 1;
}
.float-buttons a {
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.float-buttons a.whatsapp {
  background-color: #25D366;
}
.float-buttons a.whatsapp i {
  transform: translate(1px, -1px);
}
.float-buttons a i {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .float-buttons {
    bottom: 100px;
  }
}
.lz-content a {
  color: #e6e6e6;
}

.custom-marker {
  background: none !important;
  border: none !important;
}

.custom-popup .leaflet-popup-content-wrapper {
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.custom-popup .leaflet-popup-content {
  margin: 15px 18px;
  line-height: 1.4;
  font-size: 14px;
}

.custom-popup .leaflet-popup-tip {
  background: white;
}

/* Efeito backdrop-filter para as caixas de contato */
.backdrop-blur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Customizar controles do mapa de fundo */
#contact-map .leaflet-control-zoom {
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow: hidden;
}

#contact-map .leaflet-control-zoom a {
  background-color: rgba(13, 110, 253, 0.9);
  color: white;
  border: none;
  width: 35px;
  height: 35px;
  line-height: 33px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
}

#contact-map .leaflet-control-zoom a:hover {
  background-color: rgba(11, 94, 215, 0.95);
  transform: scale(1.05);
}

#contact-map .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 4px;
  font-size: 11px;
}

.fale-conosco {
  transform: translateX(-100px);
}

/* Melhorar responsividade dos cards de contato */
@media (max-width: 768px) {
  .fale-conosco {
    transform: translateX(0);
  }
  .container.py-5 {
    padding: 3rem 1rem !important;
  }
  /* No mobile, o fundo fica todo claro sem o mapa */
  #fale-conosco .d-flex.position-absolute {
    background: #f8f9fa !important;
  }
  #fale-conosco .bg-light {
    width: 100% !important;
  }
  #contact-map .leaflet-control-zoom a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .row.justify-content-end {
    justify-content: center !important;
  }
  .col-lg-5.col-xl-4 {
    max-width: 600px;
  }
}
/* Animação para os cards */
.bg-dark.rounded-4 {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bg-dark.rounded-4:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

/* Melhorar legibilidade dos links */
.bg-dark.rounded-4 a:hover {
  color: #0dcaf0 !important;
  transition: color 0.3s ease;
}/*# sourceMappingURL=style.css.map */