/* Instrutor */
.cartao-extras {
	height: 270px;
	margin-top: 50px;
	padding: 0px 10px;
	backdrop-filter: blur(5px);
}

.cartao-extras p {
	color: white;
	opacity: 1;
	font-size: 0.8em;
}

.cartao-extras-inner {
	/*background-color: white;*/
	position: relative;
	overflow: hidden;
	padding-top: 10px;
	height: 270px;
	border-radius: 10px;
	outline: 2px solid #b951c1;	
}

.cartao-extras-inner h6 {
	color: white;
	font-weight: bolder;
	margin-top: 10px;
}

.extras-icone {
	/*font-size: 2em;
	color: #777;
	margin-top: 20px;
	color: white;*/
	width: 50px;	
}

/* Instrutor */
.botao-instrutor {
	position: absolute;
  left: 150px;
  top: 650px;
  background-image: linear-gradient(to bottom, #b951c1, #d787e1);
  border: none;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  padding: 5px 40px;
}

.botao-instrutor:hover {
  background-image: linear-gradient(to top, #b951c1, #d787e1);
  text-decoration: none;
  color: white;
}

.container-extras {
	padding-right: 75px; 
	padding-left: 75px;
	padding-top: 100px;
	height: 490px;
	background-position: top;
	background-attachment: fixed;
}

/* Depoimentos */
.depoimentos {
	height: 500px;
	background-image: url('/images/5.jpg');
	display: flex;
	overflow-x: scroll;
}

.depoimento {	
	position: relative;
	margin-top: 150px;
	color: white;	
	padding-left: 20px;	
	padding-right: 300px;
	margin-left: 20px;
	overflow-x: visible;
}

.depoimento-texto-wrapper {
	border-left: 2px white solid;	
	padding-left: 20px;
}

.depoimento-pessoa, .depoimento-cargo {
	font-weight: bolder;
}

.depoimento-texto {	
	width: 350px;	
}

.depoimento-imagem-wrapper {
	width: 150px;
	height: 150px;
	position: absolute;
	right: 0;
	top: 0;
}

.depoimento-imagem {
	border-radius: 75px;
	width: 100%;
	height: 100%;
}

.roxo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.7;
}