/*
  Quem Somos v 1.1;
  05/2023;
  João Diogo Pereira;
*/

.quemsomos__content {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
}

.quemsomos__content *:last-child {
  margin-bottom:0;
}

.quemsomos__titulo {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
}

.quemsomos__wysiwyg h2 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: #fcb94d;
}

.quemsomos__wysiwyg__titulo {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
}

.quemsomos__img {
  width:100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  box-shadow: 2px 2px 11px -3px rgba(160, 97, 65, 0.6);
}

.quemsomos__img img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.single-projeto__galeria__img{
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 21px;
  overflow:hidden;
}

.single-projeto__galeria__img img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.single-projeto__galeria__img img.scaled{
  object-fit: scale-down;
}

.single-projeto__galeria__img__thumb{
  width: 100%;
  aspect-ratio:1/1;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 rgba(160, 97, 65, 0.6);
  cursor: pointer;
}

.single-projeto__galeria__img__thumb img{
  width: 100%;
  height:100%;
  object-fit: cover;
  opacity:.5;
  transition:all .3s ease-in-out;
}

.single-projeto__galeria__img__thumb.selected img, .single-projeto__galeria__img__thumb:hover img {
  opacity:1;
}

.custom-nav button{
  border-radius: 5px!important;
  border: solid 1px #4c2715!important;
  background-color: transparent!important;
  margin:0!important;
  padding: 0;
  transition:all .3s ease-in-out;
}

.custom-nav button:not(.disabled):hover{
  background-color: #4c2715!important;
}

.custom-nav button.owl-prev{
  position: absolute;
  top: 50%;
  left: -3rem;
  transform: translateY(-50%);
}

.custom-nav button.owl-next{
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%);
}

.custom-nav button svg{
  width: 15px;
  height:15px;
  margin:.25rem .5rem!important;
}

.custom-nav button svg .brown{
  fill: #4C2715;
  transition:all .3s ease-in-out;
}  

.custom-nav button svg .yellow{
  fill: #A06141;
  transition:all .3s ease-in-out;
}  

.custom-nav button:hover svg .yellow{
  fill: #A06141;
}  

.custom-nav button:not(.disabled):hover svg .brown{
  fill: #fcb94d;
}  

.custom-nav button.owl-prev svg{
  transform:rotate(180deg);
}

.galeria__thumbs .item__inner.selected img{
  opacity:1;
}

@media only screen and (max-width: 767px){
  .quemsomos__wysiwyg h2 {
    font-size: 20px;
  }
}