﻿#testimonialCarousel {
    touch-action: pan-y;
    user-select: none;
}

.carousel-inner {
    display: flex;
}

.carousel-item {
    transition: transform 0.6s ease;
}

.modal-body .container {
    width: 100% !important;
}

.modal-content .col-padding-det-port iframe {
    width: 100%;
}

.modal-open a.scrollup {
    display: none;
}

@media (max-width:767px) {
    .modal-body h2 {
        font-size: 2em !important;
    }

    .modal-open .modal {
        padding-right: 0px !important
    }
}

@media (min-width: 768px) {

    .modal-open .modal {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }


    .modal-content .container {
        width: 100% !important;
    }

    .modal-content .col-padding-det-port iframe {
        height: 500px;
    }
}

.container-fluid {
    max-width: 1600px;
}

.stop-scrolling {
    height: 100%;
    overflow: auto;
}

.slider-item {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

    .video-container iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100vw;
        height: 56.25vw;
        min-height: 100%;
        min-width: 100%;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }

.banner-imagem {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100vh;
}

@media (max-width: 768px) {
    .banner-imagem {
        height: 60vh;
    }

    .video-container {
        padding-bottom: 75%;
    }
}

.video-banner {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
}

.video-desktop {
    display: block;
}

.video-mobile {
    display: none;
}

@media (max-width: 768px) {
    .video-desktop {
        display: none !important;
    }

    .video-mobile {
        display: block !important;
    }
}


