
.slideshow-container {
    position: relative;
    max-width: 1120px;
    margin: auto;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}


/* Botões de navegação */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

@media screen and (max-width: 480px) {
    /* .slideshow-container {
        display: none;
    } */
    /* .elementor-element-6718bb9{
        display: none;
    } */
}


#tab-description ul {
    color: #edbf31;
  }
  
  select#pa_ingressos option {
    color: #000;
  }

  .ova-text-marquee {
    width: auto!important;
  }