/*.owl-theme .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #00000082;
    color: #FFF;
    text-decoration: none;
    margin: 0px 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	background-color: #00000082;
    color: #FFF;
    text-decoration: none;
    margin: 0px 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}*/

.owl-theme .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #00000094;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
}



.owl-carousel .owl-item img {
	width: 100%;
    max-height: 210px!important;
    object-fit: cover;
}

.owl-carousel {
	position:relative;
}

.owl-nav {
	margin-top: 0px !important;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 40%;
    font-size: 35px !important;
}

.owl-prev {
	left:0;
}

 .owl-next {
	right:0;
}

.carousel-item{
	position: absolute;
    padding: 40px;
    z-index: 1000;
    float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #00000040;
}

.h3-carousel-item {
	color:#fff;
	text-shadow: #000000db 1px 2px 2px;
}

.btn-carousel {
    background-image: linear-gradient(to right, #cc0001, #cc0001);
    border: 0;
    border-radius: 10em;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    max-width: 100%;
    padding: .3em 1.3em;
    position: relative;
    text-align: center;
    font-size: 18px;
}

.video-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	padding-top: 33.33%; /*(altura / largura * 100)*/
	overflow: hidden;
}
.video-container video {
	min-width: 100%; 
	min-height: 100%; 
	position: absolute;
	top: 0;
}
@media (max-width: 768px) {
	.video-container {
		display: none;
	}
}