/* Versão 1.0.0 - Divisórias é Arte - Estilos customizados */

.faixa-e {
  border-left-width: 4px;
  border-left-color: #4b74b2;
}

.btn-whatsapp {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 50;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #22c55e;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
  transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
}

.btn-whatsapp:hover {
  transform: scale(1.1);
  background-color: #16a34a;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
}

.swiper-pagination-bullet-active {
  background-color: #4b74b2 !important;
  opacity: 1;
}

.hero-nav-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #4b74b2;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, opacity 0.2s;
}

.hero-nav-btn:hover {
  background-color: #fff;
  color: #143972;
}

.hero-nav-btn--prev {
  left: 1rem;
}

.hero-nav-btn--next {
  right: 1rem;
}

.hero-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

html {
  scroll-behavior: smooth;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #4b74b2;
  outline-offset: 2px;
}
