.btn-main{
  color:#BA8429;
  text-transform: uppercase;
  border: 1px solid #BA8429;
  border-radius: none !important;
  text-decoration: none;
  padding: 10px;
}

.primary-text{
  color:#BA8429;
  font-family: 'Montserrat', sans-serif;
}

.list-manual{
  border-top:1.25px solid #BA8429;
  width: 90%;
}

.accordion-button::after {
  color:#BA8429;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23BA8429'%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");
}
.accordion-button:not(.collapsed){
  color:#BA8429;
  background-color:white;
}
.accordion-button:not(.collapsed)::after{
  color:#BA8429;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23BA8429'%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");
}

.accordion-button:focus {
  z-index: 0;
  border-color:#BA8429;
  outline: 0;
  box-shadow: none;
}

.btn-item{
  border-bottom: 1px solid #BA8429;
  text-decoration: none;
  color:#4D4D4D;
  font-family: 'Montserrat', sans-serif;
  display: block;

}

.arrow {
  border: solid #BA8429;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 8px;
  position:absolute;
  left: 27px;
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.back{
  position: absolute;
  top:27px;
}

.w-90{
  width: 90% !important;
}

.not-collapse{
  display: block;
width: 100%;
background: white;
text-align: initial;

}

.btn-reservation{
  background: #c3983c;
  color: white;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  display: block;
}

.btn-sm{
  color:white;
  text-transform: uppercase;
  border-radius: none !important;
  text-decoration: none;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
}

.btn-ig{
  background: #dd2a7b;
}

.btn-fb{
  background:#3b5998;
}

.btn-yt{
  background:#c4302b;
}

.icon{
  width: 25px;
}
