:root {
  --cor-1: #7E6742;
  --cor-2: #B3B3B3;
  --cor-3: #ffffff;
  --cor-4: #594125;
  --cor-erro: #e83c2c;
}

.img-banner-principal{
  width: 100%;
}

@media screen and (orientation:landscape) {
  .banner-paisagem{
      display: block;
  }

  .banner-retrato{
      display: none;
  }
}

@media screen and (orientation:portrait) {
  .banner-paisagem{
      display: none;
  }

  .banner-retrato{
      display: block;
  }
}

.flex-direction-nav a {
  width: 40px !important;
  height: 50px !important;    
  top: 40% !important;
}

#whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

#whatsapp-icon img {
  width: 54px;
  height: 54px;
}

#whatsapp-icon img {
  transition: transform 0.2s ease;
}

#whatsapp-icon img:hover {
  transform: scale(1.1);
}