.container-potof-videosobre {
    width: 100%;
    max-width: 1216px;
    margin: 0 auto;
    padding: 48px 0;
}

.container-potof-videosobre .videosobre-header {
    text-align: center;
    margin-bottom: 32px;
}

.container-potof-videosobre .videosobre-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #1f1f42;
    margin: 0 0 16px 0;
}

.container-potof-videosobre .videosobre-title-orange {
    color: #ed6e04;
}

.container-potof-videosobre .videosobre-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #6a7282;
    max-width: 609px;
    margin: 0 auto;
}

.container-potof-videosobre .videosobre-wrapper {
    width: 100%;
    height: 510px;
    position: relative;
    border-radius: 64px;
    overflow: hidden;
    background: #000;
}

.container-potof-videosobre .videosobre-container {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.container-potof-videosobre .videosobre-poster {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.container-potof-videosobre .videosobre-poster-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.container-potof-videosobre .videosobre-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: transform 0.3s ease;
}

.container-potof-videosobre .videosobre-container:hover .videosobre-play {
    transform: translate(-50%, -50%) scale(1.1);
}

.container-potof-videosobre .videosobre-play svg {
    width: 124px;
    height: 124px;
    display: block;
}

.container-potof-videosobre .videosobre-iframe-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}

.container-potof-videosobre .videosobre-iframe-container iframe,
.container-potof-videosobre .videosobre-iframe-container video {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.container-potof-videosobre .videosobre-container.is-active .videosobre-iframe-container {
    display: block;
}

.container-potof-videosobre .videosobre-container.is-active .videosobre-poster,
.container-potof-videosobre .videosobre-container.is-active .videosobre-play {
    display: none;
}

@media (max-width: 767px) {
    .container-potof-videosobre {
        padding: 32px 16px;
    }

    .container-potof-videosobre .videosobre-title {
        font-size: 32px;
    }

    .container-potof-videosobre .videosobre-desc {
        font-size: 16px;
    }

    .container-potof-videosobre .videosobre-wrapper {
        height: 186px;
        border-radius: 17.263px;
    }

    .container-potof-videosobre .videosobre-play svg {
        width: 64px;
        height: 64px;
    }
}
