@media screen and (min-width: 1200px) {
    .container {
        max-width: 1550px;
    }
}

.content-banner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-slider{
    position: relative;
}
.banner-carousel{
    width: 100%;
    height: 100%;
}

.container-banner{
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-banner{
    /*object-fit: cover;*/
    width: 100%;
    height: 100%;
}

.home-banner {
    padding-top: 93px;
    /*height: 100vh;*/
    height: 100%;
}

.banner-pages {
    height: 690px;
}

.banner-parallax {
    overflow: hidden;
    position: relative;
}


.banner-parallax .parallax-image {
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    transform: translateY(0);
    transform-origin: center 0;
    width: 100%;
    z-index: -1;
}

.parallax-content {
    position: relative;
    z-index: 2;
}

.wrap-about iframe {
    width: 100%;
    height: 100%;
    min-width: 910px;
}


@media screen and (max-width: 991px) {
    .wrap-about iframe {
        min-width: 1px;
        height: 350px;
    }

}