.slideshow-container{
    position: relative;
    padding-top: 5vh;
}

.container.slide {
    display: none;
    justify-content: center;
    background-color: #d4000083;
    margin: 0;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    color: rgba(255, 255, 255, 0.445);
    font-weight: bold;
    font-size: 1.5rem;
    user-select: none;
}

.prev {
    left: 3%;
}

.next {
    right: 3%;
}

.box.avaliacao {
    width: 85%;
}

.prev:hover, .next:hover {
    color: rgba(255, 255, 255, 0.651);
    transition: color 0.6s ease-in-out;
}

.dot-container {
    position: absolute;
    bottom: 5%;
    left: 42%;
}

.dot {
    cursor: pointer;
    width: 3vw;
    height: 3vw;
    max-width: 30px;
    max-height: 30px;
    margin: 0 2px;
    background-color: rgba(255, 255, 255, 0.308);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #fff;
}

#icon-aspas {
    width: 15%;
    max-width: 60px;
    opacity: 0.9;
}

#text-avaliacao {
    width: 90%;
}

#avaliador-box {
    padding: 5% 0;
}

#foto-box {
    max-width: 10vh;
    max-height: 10vh;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 5%;
    display: inline-block;
}

#avaliacao-foto {
    width: 250%;
    margin-left: -75%;
    margin-top: -25%;
}

#avaliador-text-box {
    width: 65%;
    margin: 5% 0;
    display: inline-block;
}

#avaliacao-button {
    height: 100%;
}