/* Margins */

@media( max-width: 768px )
{
    .vlt-gap-120 {
        height: 20px;
    }
}

.mb-5 
{
    margin-bottom: 5px;
}

.mt-15 
{
    margin-top: 15px;
}

.mt-50 
{
    margin-top: 50px;
}

/* Paddings */

.pb-15 
{
    padding-bottom: 15px;
}

.owl-carousel .owl-next {
    cursor: pointer;
    float:right;
}

.owl-nav {
    position: absolute;
    top: 29%;
    width: 100%;
}

.owl-carousel .owl-prev {
    cursor: pointer;
    float:left;
}

.owl-carousel .item {
    text-align: center;
}

.pb-20
{
    padding-bottom: 15px;
}

.pt-20
{
    padding-top: 15px;
}

.video-pointer:hover {
    cursor: pointer;
}

.cut-btn-modal {
    color: black;
    background-color: #ffc107;
    border-color: #ffc107;
}

.cut-btn-modal:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

#cut-success {
    /* color: green; */
    margin: 20px;
}

.float-r {
    float: right;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.center-slide {
    display: grid;
    justify-content: center;
}

#cut-error {
    color: red;
    margin: 20px;
}

.pt-10 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.cut-btn {
    margin-left: 10px;
    margin-right: 7px;
    max-width: 130px;
}

.modal-backdrop {
    z-index: 0;
}

/* Text */

.text-white 
{
    color: #fff;
}

.modal-footer {
    justify-content: space-between !important;
}

/* Others */

.zi-1000 
{
    z-index:1000;
}

#carrossel .myvideo {
    width: 100%;
    height: 600px;
}

.myvideo {
    height: 200px;
}

button:focus {
    outline: none;
}

@media (max-width: 768px) {

    /* #buscar {
        margin-top: 20px;
    } */

    .video_name {
        padding-top: 70px;
    }

    #carrossel .myvideo {
        width: 100%;
        height: 200px;
    }

    .owl-nav {
        top: 25% !important;
        height: 1px !important;
    }

    .myvideo {
        /* margin-bottom: 65px; */
    }
}
