.slider .owl-nav.disabled {
    display: none;
}

.slider .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.slider .owl-dots .owl-dot {
    display: inline-block;
    margin: 3px;
}

.slider .owl-dots .owl-dot.active span {
    opacity: 1 !important;
    background: url(img/home/ativo.png) no-repeat center center !important;
}

.slider .owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 13px !important;
    height: 13px !important;
    margin-right: 2px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
}

.slider .owl-carousel .owl-item {
    height: 100%;
    position: relative;
}

.slider .item {
    margin-top: 20px;
}

.slider video {
    top: auto !important;
}

.slider .item {
    position: relative;
    padding-top: 0px;
    margin-top: 0px;
    overflow: hidden;
}

.slider .main-header-box {
    position: absolute;
    z-index: 1;
    top: 41%;
    padding: 0px;
}

.slider .header-box {
    background: rgba(15, 16, 16, 0.5);
    padding: 15px 15px;
}

.slider .titulo {
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 15px;
}

.slider .subtitulo {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
}

.slider .link {
    margin-top: 15px;
}

.slider .link a {
    width: 84px;
    height: 18px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
}

@media(min-width:1200px) {
    .slider .embed-responsive.item {
        position: relative;
        padding: 20%;
    }
}

.slider .item iframe,
.slider .item object,
.slider .item embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:992px) {
    .embed-responsive.item {
        padding: 20%;
    }
    .slider .titulo {
        font-size: 14px;
    }
    .slider .subtitulo {
        font-size: 12px;
    }
}

@media(max-width:568px) {
    .slider .header-box {
        display: block;
    }
}

@media(min-width:568px) and (max-width:768px) {
    .slider .titulo {
        font-size: 20px;
    }
    .slider .subtitulo {
        font-size: 14px;
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .slider .titulo {
        font-size: 24px;
    }
    .slider .subtitulo {
        font-size: 17px;
    }
}

@media(max-width:1200px) {
    .slider {
        margin-top: 89px;
    }
}

@media(max-width:489px) {
    .slider .main-header-box {
        top: 16%;
        width: 90%;
    }
    .slider .link a {
        font-size: 12px;
        padding: 3px 12px;
    }
}