#corpo {
  background-image: url(https://cdn.awsli.com.br/1920x1920/2762/2762859/banner/fundo50p-o4s5am5mo2.jpg),
  url(https://cdn.awsli.com.br/1920x1920/2762/2762859/banner/fundo50p-o4s5am5mo2.jpg);

  background-size: 450px;
  background-repeat: no-repeat;
  background-position: left center,right center;
  background-attachment: fixed;
 
}
#corpo > .conteiner {
  background-color: #fff;
}
.pagina-inicial #corpo > .conteiner {
  background-color: #fff;
  max-width: 60vw;
}
#rodape .institucional.fundo-secundario{
  /*background-image: url(https://cdn.awsli.com.br/1920x1920/2762/2762859/banner/logo_castanhosgarage--1--9kj80yjq62.png) !important;
  background-position: 80vw center !important;
  background-size: contain !important;
  background-size: 150px !important;
  background-repeat: no-repeat !important;*/
  background-color: #bbb;
}
.logo-cast img {
  max-height: 190px;
  margin: auto;
}
.carousel-container {
            width: 100%;
            overflow: hidden;
            background-color: #fff;
            padding: 5px 0 0 0;
            max-width: 60vw;
            margin: auto;
        }
.carousel {
            display: flex;
            transition: transform 0.5s ease;
}
.carousel img {
            width: 25%;
            flex-shrink: 0;
            width: 20%; /* Reduz o tamanho da imagem */
        max-height: 100px; /* Limita a altura máxima */
        object-fit: contain; /* Mantém a proporção da imagem */
        margin-right: 5%; /* Adiciona espaço entre as imagens */
}
@media only screen and (max-width: 900px) {
  .carousel-container {display: none;} 
  .pagina-inicial #corpo > .conteiner {max-width: unset; }
  #corpo {background-image: url();


}