.banner{
	width: 100%;
	background-color: #000;
}
.banner img{
	width: 100%;
	object-fit: contain;
}
.bn-d{
	display: flex;
}
.bn-m{
	display: none;
}

/* ----- CONTEUDO 1 ----- */
.conteudo1{
	width: 100%;
	background-image: url('../imagens/horario/bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	padding: 5% 0;
	margin-top: -2vh;
}
.conteudo1 .content{
	flex-direction: column;
}
.conteudo1-select{
	width: 50%;
	height: 6vh;
	margin: 0 auto;
	border: 1px solid var(--verde);
	border-radius: 30px;
}
.conteudo1-select span{
	background-color: var(--verde);
	color: #fff;
	width: 50%;
	height: 100%;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	font-size: 1.5vw;
	display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 3px;
}
.conteudo1-select select{
	background-color: transparent;
	color: #fff;
	width: 50%;
	height: 100%;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	font-size: 1.5vw;
	display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 3px;
    padding-left: 5%;

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../imagens/horario/select.png);
    background-repeat: no-repeat;
    background-position: 90% 58%;
    background-size: 10%;
}
.conteudo1-select select option{
	color: var(--verde);
}
.conteudo1-aulas{
	width: 75%;
	margin: 5% auto;
	justify-content: center;
}
.aula{
	width: 90%;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
}
.aula-img{
	border: 2px solid var(--verde);
	border-radius: 50%;
	align-self: center;
	width: 111px;
	height: 111px;
	place-content: center;
}
.aula-img a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('../imagens/horario/bg-1.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
}
.aula-img a img{
	object-fit: contain;
	display: flex;
	width: 40%;
	filter: brightness(0) saturate(100%) invert(76%) sepia(61%) saturate(471%) hue-rotate(27deg) brightness(96%) contrast(83%);
}
.aula-img a:hover{
	background-image: url('../imagens/horario/bg-2.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
}
.aula-img a:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(188deg) brightness(106%) contrast(100%);
}
.aula-img a:hover i{
	color: #fff!important;
}
.aula span{
	color: #fff;
	font-size: 0.85vw;
	margin-top: 15%;
}
.aula-active{
    background-image: url('../imagens/horario/bg-2.png')!important;
}
.aula-active img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(188deg) brightness(106%) contrast(100%)!important;
}
.aula-active i{
	color: #fff!important;
	font-size: 2.5vw;
}
.conteudo1 .table{
	width: 75%;
	margin: 0 auto;
}
.conteudo1 .table table{
	width: 100%;
}
.conteudo1 .table table tbody{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.conteudo1 .table table tr{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2%;
}
.conteudo1 .table table tr th{
	display: flex;
	border: 2px solid var(--verde);
	border-radius: 30px;
	width: 12%;
	height: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
	font-size: 0.85vw;
}
.conteudo1 .table table tr td{
	display: flex;
	border-radius: 30px;
	width: 12%;
	height: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
	font-size: 0.75vw;
}
.bg-color1{
	background-color: #393939;
}
.bg-color2{
	background-color: #1C1C1C;
}
.bg-color3{
	background-color: var(--verde);
}

.botao-marcas {
    width: 100%;
    margin-top: 6%;
    justify-content: center;
}
.botao-marcas a {
    border: 2px solid var(--verde);
    color: var(--verde);
    font-size: 1vw;
    font-weight: 600;
    padding: 0.5vw 1vw;
    background-color: transparent;
    border-radius: 30px;
    letter-spacing: 3px;
    font-family: 'Poppins', sans-serif!important;
    cursor: pointer;
}
.botao-marcas a:hover {
    color: #fff;
    border: 2px solid #fff;
}

/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){
	.aula-img{
		width: 101px;
		height: 101px;
	}
}

@media screen and (max-width: 1440px){
	.aula-img{
		width: 91px;
		height: 91px;
	}
}

@media screen and (max-width: 1366px){
	.aula-img{
		width: 86px;
		height: 86px;
	}
}

@media screen and (max-width: 1280px){
	.aula-img{
		width: 81px;
		height: 81px;
	}
}

@media screen and (max-width: 1024px){
	.aula-img{
		width: 76px;
		height: 76px;
	}
}

/* MOBILE */
@media screen and (max-width: 768px){

}

@media screen and (max-width: 480px){
	.bn-d{
		display: none;
	}
	.bn-m{
		display: flex;
	}
	.conteudo1{
		margin-top: -1vh;
		padding: 10% 0 5%;
	}
	.conteudo1-select{
		width: 90%;
	}
	.conteudo1-select span{
		font-size: 4vw;
		width: 40%;
	}
	.conteudo1-select select{
		font-size: 4vw;
		width: 60%;
	}
	.conteudo1-aulas{
		margin: 10% auto;
	}
	.aula span{
		font-size: 3.5vw;
	}
	.conteudo1 .table{
		width: 95%;
		margin-left: auto;
		overflow-y: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.scroll-inner {
		&::-webkit-scrollbar {
			width: 10px;
		}
		&::-webkit-scrollbar:horizontal {
			height: 10px;
		}
		&::-webkit-scrollbar-track {
			background-color: transparentize(#ccc, 0.7);
		}
		&::-webkit-scrollbar-thumb {
			border-radius: 10px;
			background: transparentize(#ccc, 0.5);
			box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
		}
	}
	.conteudo1 .table table{
		width: 1000px;
		max-width: none;
	}
	.conteudo1 .table table tr th{
		font-size: 3.5vw;
		text-align: center;
	}
	.conteudo1 .table table tr td{
		font-size: 2.7vw;
		text-align: center;
	}
	.botao-marcas a{
		font-size: 4vw;
		padding: 0.5vh 3vw;
	}
}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){

}