/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

#pesquisa2.collapsing{
  display: none;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 15s;
  animation-name: fade;
  animation-duration: 15s;
}
.carousel-indicators{
  margin-bottom: 1%;
}
@-webkit-keyframes fade {
  from {opacity: 1}
  to {opacity: .8}
}

@keyframes fade {
  from {opacity: 1}
  to {opacity: .8}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


.aux_carousel{
  padding-top: 50px;
}
@media (max-width:575px){
  .aux_carousel{
    padding-top: 1%;
  }
}


@media only screen and (max-width: 600px){
    
  .carousel-item img {
      margin-top: 30px;
      height: auto !important;
  }
  
  .carousel-item {
      height: auto !important;
  }
  
  }
  
    .div-icone-favoritar {
    position: absolute;
    font-size: 25px;
    bottom: 0;
    right: 2px;
    color: #F91D81;
    padding-right: 2px;
    cursor: pointer;
}