section.avaliacoes .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40vh;
    /* width: 60%; */

    /* position: relative; */

    /* background-color: #f2f2f2; */

    /* border: 2px solid #ff0000; */
}

section.avaliacoes .box{
    height: 70%;
    width: 30%;
    position: absolute;
    background-color: #000000;
    display: none;
}

.box1{
    top: 0;
    left: 0;
}

.box2{
    bottom: 0;
    right: 0;
}

section.avaliacoes .containerCarousel{
    /* position: absolute;
    top: 50%;
    left: 50%; */

    max-height: 100%;
    width: 80%;

    text-align: center;

    /* transform: translate(-50%, -50%); */

    /* border: 2px solid #0000ff; */
}

section.avaliacoes .carousel-item{
    background-color: #ffffff;
    /* border: 1px solid #c94e1a; */
    /* border-bottom-left-radius: 1rem; */
    border-radius: 1rem;
    box-shadow: inset 0px 0px 8px -4px rgba(0,0,0,1);
    /* border-top: 1px solid #c94e1a;
    border-bottom: 1px solid #c94e1a; */
    padding: 1rem;

    
}

.container .card{
    text-align: center;
    margin-top: 1rem;
    padding: 1rem;

    width: 250px;

    /* background-color: #c94e1a; */
    /* color: #c94e1a; */
    /* border: 1px solid #c94e1a; */

    i{
        font-size: 1.1rem;
        margin-right: .1rem;
    }
}

.carousel-item p:first-of-type{
    color: #ffd700;
    margin-bottom: .5rem;
}