﻿::-webkit-scrollbar {
    width: 20px;
    height: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #4a4d4ec4;
    border-radius: 20px;
    border: 8px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 0px;
    border: 4px solid transparent;
}

@media screen and (max-width: 767px) {
    .responsivo {
        width: 90%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .responsivo {
        width: 65%;
    }
}

@media screen and (min-width: 1200) {
    .responsivo {
        width: 50%;
    }
}

.video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.iframe-responsivo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}