* {
  margin: 0;
  padding: 0;
}

.accordian {
  width: 805px;
  height: 320px;
  overflow: hidden;
  margin: 100px auto;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.accordian ul {
  width: 1200px;
}

.accordian li {
  position: relative;
  display: block;
  width: 160px;
  float: left;
  border-left: 1px solid #888;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.accordian ul:hover li {
  width: 40px;
}

.accordian ul li:hover {
  width: 640px;
}

.accordian li img {
  display: block;
}

.image_title {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 640px;
  height: 60px;
}

#button-contato:hover {
  background-color: #1d1106!important;
}

#navcol-3 a:hover {
  color: var(--bs-form-invalid-border-color) !important;
  /*background-color: #1d1106;*/
}

#buttun-fale:hover {
  background-color: #1d1106 !important;
}

#button-ambiente:hover {
  background-color: #1d1106 !important;
}

#imges:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

#col-text-ambiente {
}

#h1-ambi {
  text-align: center !important;
}

#button-top:hover {
  background-color: #1d1106 !important;
}

.btn-primary:hover {
  background-color: #1d1106 !important;
}

#img-port {
  height: 100%;
}

img {
}

