.navbar-custom {
  background-color: #4e382b;
  border-bottom: solid 3px #f78247;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.offcanvas-custom {
  background-color: #4e382b;
  color: #ffffff;
}

.navbar-custom .nav-link {
  color: #ffffff;
  font-size: 20px;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
  color: #f78247;
}

.navbar-nav .nav-item {
  margin: 0 5px; /* Aumenta o espaçamento entre os itens */
}

.navbar-nav .separator {
  color: #fff; /* Cor do divisor */
  font-weight: bold;
  display: flex;
  align-items: center;
}

.contact-info a{
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
}

.contact-info svg {
  width: 20px;
}

.offcanvas-body {
  font-size: 20px;
}

#banner {
  border-bottom: solid 8px #f78247;
}

#About {
  color: #4e382b;
}

#About p {
  font-size: 18px;
}

.btn-marrom {
  background-color: #4e382b;
  border-radius: 0;
  color: #f78247;
  font-weight: 700;
  font-size: 20px;
}

.btn-marrom:hover {
  color: #ffffff;
}

#Services {
  color: #4e382b;
  margin-top: 70px;
}

#Services p {
  font-size: 20px;
}

#Feedback {
  background-color: #f78247;
  color: #ffffff;
}

.swiper {
  color: #4e382b;
  font-size: 20px;
  font-weight: 500;
}

.swiper-button-prev,
.swiper-button-next {
  color: #ffffff;
  font-weight: bold;
  width: 35px;
  height: 35px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 50px;
  border-width: 2px;
}
.swiper-pagination-bullet {
  background-color: #f78247;
  width: 15px;
  height: 15px;
}

.swiper-pagination-bullet-active {
  background-color: #f78247;
}

#Contact {
  background-color: #4e382b;
  color: #ffffff;
}

#Contact a {
  font-size: 19px;
  color: #ffffff;
  text-decoration: none;
}

#Contact a svg {
  width: 19px;
}

#final {
  background-color: #f78247;
  color: #ffffff;
  font-size: 20px;
}
