footer a:hover {
    color: #fff !important;
}

.text-wrap-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}


.text-wrap-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  color: #000 !important;
  background-color: #fff;
  padding: 24px;
  border-radius: 4px;
}

#contato {
  padding: 50px 0;
}

#contato ul {
  list-style: none;
}

#contato input,
#contato textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
}

#contato input:focus,
#contato textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

#contato .btn:hover {
    color: #000 !important;
}

@media (max-width: 991px) {
  #contato .d-flex {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  
  .slider a {
    display: none;
  }

  .banner-overlay-content {
    margin: auto;
  }
}
