.enunciado {
    text-wrap: nowrap;
}
.container{
    margin-top: 4em;
    margin-bottom: 4em;
}
.banner{
    text-align: center; 
    margin: 0 auto; 
    width: 60%;
}
.banner .swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.banner .swiper-slide  {
    width: 100%;
    height: auto;
    display: block;
}
.banner img,.banner video  {
    width: 100%;
}
.swiper-button-next, .swiper-button-prev {
    color: #E66222 !important; 
    position: absolute;
    top: 50% !important;
    width: calc(var(--swiper-navigation-size)/44 * 27);
    height: calc(var(--swiper-navigation-size)/44 * 44);
    margin-top: calc(0px - (var(--swiper-navigation-size)/2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-next {
    right: 10px;
}
.swiper-button-prev {
    left: 10px;
}
.swiper-pagination {
    bottom: 10px;
}
@media (max-width: 992px) {
.enunciado{
    text-wrap: wrap;
    text-align: center;
} 
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.banner{
    padding-bottom: 1em;
}
    .container{
    margin-top: 1em;
}

}