.img-fluid {
    max-width: 100%;
    height: auto;
}
.container{
    margin-bottom: 4em;
    margin-top: 4em;
}
.swiper-container,.swiper-container-noticias{
overflow: hidden;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
bottom: auto !important;
}
.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;
}
@media (max-width: 992px) {
    .container{
    margin-top: 1em;
}
}