body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

code {
	font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

body,
html {
	width: 100%;
	height: 100%
}

div {
	box-sizing: border-box
}

.vjs-big-play-button {
	background-color: rgba(14, 14, 14, .7)!important;
	margin-top: -1.5em;
	margin-left: -1.5em;
	top: 50%!important;
	left: 50%!important;
	border-radius: 100%!important;
	border: 2px solid #fff!important;
	line-height: 2.8em!important;
	width: 3em!important;
	height: 3em!important
}

.video-js .vjs-control-bar {
	background-color: rgba(0, 0, 0, .45)!important;
	z-index: 400
}

.video-cards-container {
	color: hsla(0, 0%, 100%, .6);
	padding-top: 56.25%;
	height: 0;
	animation: fadein 2s;
	-moz-animation: fadein .2s;
	-webkit-animation: fadein .2s;
	-o-animation: fadein .2s
}

.next-p {
	padding-top: 5px;
	text-align: center
}

.video-cards-inner {
	position: absolute;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, .62);
	padding: 0;
	box-sizing: border-box
}

.video-card {
	padding: 0;
	width: 100px;
	margin: 1%;
	border: 1px solid hsla(0, 0%, 100%, .42)
}

.next-titulo {
	font-weight: 700;
	color: hsla(0, 0%, 100%, .81);
	font-size: 1rem;
	text-overflow: ellipsis;
	white-space: pre;
	width: 100%;
	text-align: center;
	overflow: hidden
}

.next-circular-container {
	width: 100%;
	padding: 0!important;
	margin-top: 8px
}

.next-circular-inner {
	width: 50%;
	margin: 0 auto;
	text-align: center
}

.next-cancelar {
	padding: 4%;
	border-radius: 25px;
	font-weight: 700;
	color: hsla(0, 0%, 100%, .8);
	text-transform: uppercase;
	cursor: pointer
}

.next-cancelar-container {
	margin: 0 auto;
	width: 50%;
	font-size: .9rem;
	text-align: center;
	padding: 0!important
}

.next-cancelar-div {
	padding: 0!important;
	margin-top: 2%
}

.div-loading {
	text-align: center;
	margin: 0 auto;
	width: 50%
}

.div-loading div {
	display: inline-block;
	padding-top: 40%
}

.titulo-inicial {
	position: absolute;
	color: #fff;
	z-index: 900;
	top: 0;
	font-size: 1.2rem;
	font-weight: 100;
	text-shadow: 1px 1px 3px hsla(0, 0%, 100%, .32);
	width: 100%;
	background: rgba(0, 0, 0, .75);
	padding: 5px
}

.vjs-poster {
	background-size: cover!important
}

@media only screen and (min-width:768px) {
	.video-cards-inner {
		padding-top: 10%
	}
}

.vjs-text-track-display {
	pointer-events: all!important
}

.tech-div {
	text-align: center;
	width: 50%;
	margin: 0 auto;
	padding-top: 18%
}

.pause-container {
	visibility: hidden;
	-webkit-transition: all easy 2s;
	transition: all easy 2s
}

@media only screen and (max-width:768px) {
	.vjs-touchable.vjs-has-started+.pause-container {
		opacity: 1;
		visibility: visible
	}
	.vjs-has-started.vjs-user-inactive.vjs-playing+.pause-container {
		display: none!important;
		opacity: 0
	}
}

.tech-div {
	display: -webkit-flex;
	display: flex;
	width: 100%
}

.tech-div div:first-child {
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-basis: 57%;
	flex-basis: 57%;
	text-align: -webkit-right
}

.tech-div div:last-child {
	-webkit-flex-basis: 43%;
	flex-basis: 43%
}

.tech-div div:last-child svg {
	margin-top: 10px
}

@keyframes fadein {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.unmute-ad-button {
    background: transparent;
    border: none;
    color: #fff;
    min-width: 40px;
    position: absolute;
    top: 10%;
    right: 0;s
    -webkit-animation: fadein 1s;
    animation: fadein 1s;
    z-index: 900000;
    cursor: pointer;
}

body {
    background-color: #FFF!important;
}
/*# sourceMappingURL=main.37a4de0b.chunk.css.map */