/* TEXTOS HOME */
/* Home extras */
.home-extras {
	margin-top: -135px;
	text-align: center;
	color: #777;
}

.home-extras-conteudo {
	background-color: white;		
	padding-left: 20px;
	padding-right: 20px;
	height: 350px;
	margin-top: -25px;
	-webkit-box-shadow: -1px 6px 6px 0px rgba(0,0,0,0.3); 
	box-shadow: -1px 6px 6px 0px rgba(0,0,0,0.3);
}

.home-extras-conteudo p {
	color: #999;
}

.home-extras-container {
	margin-right: 10px;
	border-top: none;
	animation-name: descer_container;
  animation-duration: .5s;
}

@keyframes descer_container {
  from {margin-top: -10px;}
  to {margin-top: -2px;}
}

@keyframes subir_container {
  from {margin-top: -2px;}
  to {margin-top: -10px;}
}

.home-extras-container:hover {
	margin-top: -10px;
	animation-name: subir_container;
  animation-duration: .5s;
}

.home-extras-titulo {
	font-weight: bolder;
	padding-top: 44px;
	margin-bottom: 20px;
	color: #999;
}

.home-extras-icone-wrapper {
	background-color: white;	
	padding-top: 20px;
	padding-bottom: 0px;
	width: 50%;
	margin: 0 auto;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
}

.home-extras-icone {
	font-size: 3em;
	width: 65px;
}
/* Fim home extras */





.texto-home-titulo {
	padding-top: 50px;
	font-weight: bolder;
}

.texto-home-1 {
	padding-left: 10px;
	color: #999;
}

.texto-home-2 {
	padding-right: 10px;
	color: #999;
}

.botao-whats-home {
	border: 2px solid #777;
	border-radius: 25px;
	padding: 5px 20px 2px 20px;
	margin-right: 5px;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 0.8em;
	margin-left: 5px;
	margin-bottom: 15px;
}

.botao-whats-home:hover, .whats-home:hover {
	text-decoration: none;
	background-image: linear-gradient(to bottom, #b951c1, #d787e1);
	color: white !important;
	border-color: #b951c1;
}

.botao-inscreva-home {
	border: 2px solid #777;
	border-radius: 25px;
	padding: 4px 20px 5px 20px;
	margin-right: 5px;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 0.8em;
}

.botao-inscreva-home:hover, .inscreva-home:hover {
	text-decoration: none;
	background-image: linear-gradient(to bottom, #b951c1, #d787e1);
	color: white !important;
	border-color: #b951c1;
}

.botao-instrutor-home {
	border: 2px solid #777;
	border-radius: 25px;
	padding: 4px 20px 5px 20px;
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 0.8em;
}

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

/*.imagem-slider {
	height: 600px;
}*/

.tiago-slides {
	margin-top: 100px;
	max-height: 600px;
}


.botao-slider {  
  position: absolute;
  z-index: 1;
  right: 50px;
  top: 63%;
  background-image: linear-gradient(#f15d29, #f9a21d);
  border: none;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  padding: 5px 40px;
  font-weight: normal;
}

.botao-slider:hover {
	background-image: linear-gradient(to top, #f15d29, #f9a21d);	
	text-decoration: none;
	color: white;
}


.divisoria {
	margin: 30px 0;
	border: 1px solid #bbb;
}




.x-fechar-mensagem-home {
	font-size: 1.2rem;
	font-weight: bold;
	color: #777;
	opacity: 0.6;
}


