body {
    font-family: Arial, sans-serif;
}
.black{
	background: black;
}
.laranja{
	background: #fff7ee;
}
.main{
    flex-direction: column;
	margin: 100px 50px;
	background: transparent;
}
/*Cores*/
.color-1{
	color:white;
}
.color-2{
	color:#7600B6;
}
.color-3{
	color: #808080;
}
.color-4{
	color:#4BE4FF;
}
.color-5{
	color:#8A2BE2;
}
.box-1, .box-2{
	display: flex;
	width:40%;
}
.box-1{
	flex-direction: column;
}
.box-2{
	justify-content: center;
}
.box-2 img{
	border-bottom-left-radius: 200px;
	border-bottom-right-radius: 200px;
}
.imagem img{
	border-bottom-left-radius: 300px;
	border-bottom-right-radius: 200px;
	border-bottom: 5px solid #b3dcff;
}
.box-1 h3, .box-1 h1, .box-1 p{
	margin: 10px 0;
}
.titulo-1{
	font-size: 30px;
}
.texto-1{
	font-size: 23px;
}
.button-bt-1{
	margin-top: 15px;
	border:2px solid #4BE4FF;
	color: #4BE4FF;
	font-size: 18px;	
	padding: 10px 20px;
	border-radius: 20px;
	background: none;
	transition: background 1s, transform 1s, color 1s;
}
.button-bt-2{
	margin-top: 15px;
	border:2px solid #000000;
	color: #000000;
	font-size: 18px;	
	padding: 10px 20px;
	border-radius: 20px;
	background: none;
	transition: background 1s, transform 1s, color 1s;
}
.button-bt-1:hover{
	cursor: pointer;
	background: #4BE4FF;
	color: white;
	transform: scale(1.03)
}
.button-bt-2:hover{
	cursor: pointer;
	background: #000000;
	color: white;
	transform: scale(1.03)
}
/*container-10*/
.container-10{
	margin-top: 100px;
	margin-bottom: 50px;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction:row;
	align-items: center;
	border-radius: 40px;
	position: relative;
	z-index: 1;
	background: linear-gradient(45deg, #2B0052,#8A2BE2, #b368fa);
}
.video-background {
	position: relative;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	border-radius: 20px;
	padding: 20px;
  }
  
  .video-background video {
	position: absolute;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
  }
  
  

/*container-11*/

.container-11 {
    max-width: 100%;
    margin: 90px auto;
    padding: 0 20px;
}

.container-12{
	width: 100%;
}

.box h1 {
    text-align: center;
}

.filters {
	display: flex;
	flex-direction: column;
	margin-right:50px;
	margin-top: 90px;
	height: 50%;
	padding: 25px;
	border-radius: 20px;	
	box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);	
}
.filters-color-black{
	background: rgb(9, 0, 42);
	color:white;
}
.promo{
	display: flex;
}

.box-8{
	display:flex;
	justify-content: space-between;
}

.box-8 h1{	
	font-size: 35px;
}

.box-9{
	width: 100%;
}
.box-9-color-black{
	color:white;
}
.filters label{
	margin-bottom: 10px;
	font-weight: bold;
}
.promo input, .promo label{
	margin: 0;
}
.promo input{
	margin-left: 10px;
	border: 2px solid #ccc;
    cursor: pointer;
}
.filters select, .filters option{
	box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.1);
	border: none;
}
.filters input{
	border-radius: 20px;
	padding: 6px 5px;
	border:0;
	border: 1px solid #333;
}
.filters-color-black input{
	background: none;
	color: white;
	border: 1px solid #ffffff;
}
.filters a{
	text-align: center;
}
.filters button{
	border-radius: 20px;
	border: 0;
	padding: 10px 10px;
	background: #8A2BE2;
	color: white;
	font-weight: bold;
	transition: background 1s, transform 1s;
}
.filters button:hover{
	background: #4BE4FF;
	color: white;
	cursor: pointer;
	transform:translateY(-2px);
}

#price {
	border: 1px solid #ccc;


	border-radius: 10px;
	padding: 5px;
	outline: none;
	}
	.price-color-black{
		background: none;
		color: white;
	}
	.price-color-black option{
		background: rgb(9, 0, 42);
	}
.courses {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 50px;
}

.course {
	border-top:none;
	border-radius: 20px;
	box-shadow: 3px 3px 10px 1px rgb(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.course-color-black{
	border: 1px solid #282828;
	border-top:none;
	border-radius: 20px;
	box-shadow: 3px 3px 100px -50px rgb(0, 140, 255);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.course-color-black-2{
	border: 1px solid #282828;
	border-top:none;
	border-radius: 20px;
	box-shadow: 3px 3px 100px -50px rgba(247, 247, 247, 0.341);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.course h2{
	text-align: center;	
	color: #333;
	margin: 10px 10px;
}
.course-color-black h2{
	text-align: center;	
	color: #4BE4FF;
	margin: 10px 10px;
}
.course-color-black-2 h2{
	text-align: center;	
	color: #4BE4FF;
	margin: 10px 10px;
}
.matricule-se-button {
	padding: 10px 20px;
	text-align: center;
	margin-top: 10px;
	border: 0;
	border-radius: 20px;
	background: #00CED1;
	color: white;
	font-size: 15px;
	transition: transform 1s, background 0.5s;
}
.saiba-mais-button{
	background: none;
	padding: 10px 20px;
	text-align: center;
	margin: 10px 0;
	border: 0;
	border-radius: 20px;
	color: black;
	font-size: 15px;
	font-weight: bold;
	transition: transform 1s, color 1s;
}
.saiba-mais-button-black{
	background: none;
	padding: 10px 20px;
	text-align: center;
	margin: 10px 0;
	border: 0;
	border-radius: 20px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	transition: transform 1s, color 1s;
}
.saiba-mais-button:hover, .saiba-mais-button-black:hover{
	cursor:pointer;
	color:#8A2BE2;
	transform: scale(1.04);
}

.matricule-se-button:hover{
	cursor:pointer;
	transform: translateY(-5px);
	background: #8A2BE2;
	color: white;
}
.course h3 {
	color: #333;
	font-size: 40px;
	margin: 0;
}
.course-color-black h3{
	color: white;
	font-size: 40px;
	margin: 0;
}
.course-color-black-2 h3{
	color: white;
	font-size: 40px;
	margin: 0;
}
.course p{
	margin:0;
	color: #333;
}
.course-color-black p{
	margin:0;
	color: white;
}

.course img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	transition: transform 1s;
}
.course-color-black img{
	max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	transition: transform 1s;
}
.course-color-black-2 img{
	max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	transition: transform 1s;
}

.course img:hover{
	cursor:pointer;
	transform: translateY(-5px);
}
.course-color-black img:hover{
	cursor:pointer;
	transform: translateY(-5px);
}
.course-color-black-2 img:hover{
	cursor:pointer;
	transform: translateY(-5px);
}
.carousel {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.carousel a {
	text-decoration: none;
}

.category {
  color: white;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  font-weight: bold;
  padding: 10px 20px;
  margin: 5px 5px;
  text-align: center;
  border-radius: 15px;
  font-size: 14px; 
  transition: transform 1s, background 0.5s, box-shadow 2s;
}

.category i {
	margin-bottom: 10px;
}

.category:hover{
	cursor: pointer;
	color:#4BE4FF;
	transform:translateY(-5px);
}

.expandir{
	display: ruby-text;
	margin-top: 50px;
}
.expandir-black{
	display: ruby-text;
	margin-top: 50px;
}
.expandir button{
	color: black;
	border-radius: 20px;
	padding: 10px 20px;
	background:#f1f1f1;
	border:0;
	cursor:pointer;
	transition: background 1s, transform 1s;	
}
.expandir-black button{
	color: white;
	border-radius: 20px;
	padding: 10px 20px;
	background:#545454;
	border:0;
	cursor:pointer;
	transition: background 1s, transform 1s;	
}

.expandir button:hover{
	background:#e4e4e4;
	transform: scale(1.05);
}

.expandir-black button:hover{
	background:#636363;
	transform: scale(1.05);
}
 
.destaque {
	color: #4BE4FF;
	animation: pulsar 2s infinite ease-in-out;
}

@keyframes pulsar {
	0%, 100%{
		transform: scale(1);
	}25%{
		transform: scale(1.08);
	}50%{
		transform: scale(1);
	} 75%{
		transform: scale(1.08);
	}
}


@media only screen and (max-width : 768px ){
	.main{
	margin: 0 10px;
	}
	.box-1, .box-2{
		width:100%;
	}
	.sub-titulo{
		font-size: 18px;
	}
	.titulo-1{
		font-size: 21px;
	}
	.texto-1{
		font-size: 20px;
	}
	.bt-1{
		display: flex;
		justify-content: center;
		margin: 30px 0;
	}
	/*container-10*/
	.container-10{
		flex-direction: column;
	}
	/*container-11*/
	.box-8{
		flex-direction: column;
	}
	.filters{
		margin: 20px 0;
	}
	.course img{
		width: 100%;
	}
	.course h2{
		margin: 20px 10px;
	}
	.matricule-se-button{
		margin: 10px 0;
	}

	
	
}