.img-wrapper{
    max-width: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;

}

.img-carousel{
    max-width: 100%;
    height: 100%;
    width: 100%;
    max-height: 100%;
}


@media screen and (min-width: 576px) {
    .carousel-inner-destaque{
        display: flex;
    }
    .carousel-item-destaque{
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100%/3);
        height: 20%;
    }

}
.carousel-inner-destaque{
    padding: 1rem;
}
.card-destaque{
    margin: 0 .5rem;
    border-radius: 0;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, .18);
    height: 600px;
}

.card-footer{
    height: 50px;
}

.carousel-control-prev-destaque, .carousel-control-next-destaque{
    width: 6vh;
    height: 6vh;
    background-color: #e1e1e1;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: .5;
}

.carousel-control-prev-destaque:hover, .carousel-control-next-destaque:hover{
    opacity: 1;
}

.fas{
    font-size: 30px;
}

.p-7{
    padding: 70px !important;
}

main{
    word-wrap: break-word;
}


@media (min-width: 576px) {
    h3.texto-celular{
        font-size: 1rem;
    }
    h2.texto-celular{
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    h3.texto-celular{
        font-size: 2rem;
    }
    h2.texto-celular{
        font-size: 2.5rem;
    }
}