:root{
   --amarelo:#f9a43a;
   --azul: #385469;
   --grey:#333333;
   --creme: #fff9f2;
}

*{
	margin: 0;
	padding: 0;
	font-family: 'League Spartan', sans-serif;
}

a{
	text-decoration: none;
	color: inherit;
}

body{
	background-color: var(--creme);
	overflow-x: hidden;
}

header{
	background-color: white;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 99;
}

.safe{
	margin: 0 auto;
	max-width:1000px;
}

.top-header{
	padding: 10px 5px;
	background-color: var(--azul);
}

.top-header a{
	color: white;
}

.top-header > div{
	display: flex;
	justify-content: space-between;
}

.bottom-header{
	padding: 10px 0px;
	display: flex;
	justify-content: space-between;
}

nav{
   display: flex;
   align-items: center;
}

nav p{
   margin-right: 12px;
   cursor: pointer;
   color: var(--azul);
}

nav p:hover{
   color: var(--amarelo);
}

nav button{
   display: none;
}

.bottom-header-cta{
   border-radius: 13px;
   border-top-left-radius: 30px;
   border-bottom-right-radius: 30px;
   background-color: var(--azul);
   display: inline-block;
   color: white;
   padding: 17px 15px;
}

.hamb-con{
   border-radius: 10px;
   border: 1px solid var(--azul);
   width: 40px;
   height: 40px;
   cursor:pointer;
   padding: 8px;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   justify-content: space-between;
   display: none;
}

.hamb-con p{
   width: 100%;
   height: 2px;
   background-color: var(--azul);
   margin-bottom: 10px;
}

.hero-con{
	width: 100vw;
	overflow: hidden;
	margin-top: 150px;
}

.hero-con img{
	width: 100vw;
}

.aluno{
	margin-top: 30px;
}

.aluno h1{
	color: var(--amarelo);
}

.balons-con{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.balon{
	width: 175px;
	text-align: center;
	margin-right: 70px;
}

.balon p{
	color: var(--amarelo);
	font-weight: bold;
}


.icon{
	border: 1px solid var(--azul);
	height: 175px;
	width: 175px;
	border-radius: 100%;
	margin-bottom: 25px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.balon:hover img{
	filter: brightness(0) invert(1);
}

.balon:hover .icon{
	background-color: var(--azul);
}

.icon:after{
	content: "";
	width: 20px;
	height: 20px;
	border:2px solid var(--azul);
	position: absolute;
	transform: rotate(45deg);
	border-radius: 4px;
	bottom: -10px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: var(--azul);
	display: none;
}

.balon:hover .icon:after{
	display: initial;
}



.proposta-con{
	margin-top: 30px;
}

.proposta-con h1{
	color: var(--azul);
	margin-bottom: 35px;
}

.propostas{
	display: flex;
	justify-content: center;
	max-width: 600px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.proposta{
	width: 150px;
	text-align: center;
	margin-right: 40px;
}

.proposta p{
	color: var(--azul);
}

.prop-icon{
	width: 100px;
	height: 100px;
	background-color: var(--amarelo);
	border-radius: 40px;
	border-top-left-radius: 70px;
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-cta{
	text-align: center;
}

.page-cta a{
	width: 400px;
	border-radius: 10px;
	padding: 30px 20px;
	background-color: var(--azul);
	display: inline-block;
	color: white;
	text-align: center;
	margin:40px auto;
	animation:pulse 1.5s infinite;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.equipe{
	text-align: center;
	margin-top: 30px;
}

.equipe h1{
	color: var(--azul);
}

.equipe p{
	color: var(--grey);
}

.profs{
	margin-top: 20px;
	max-width: 600px;
	display: flex;
	margin:30px auto;
	justify-content: space-between;
}

.prof{
	width: 140px;

}

.prof-img {
	position: relative;
}

.prof-img > div{
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 40px;
	border-top-left-radius: 70px;
	position: relative;
	margin: 0 auto;
}

.prof-img:before{
	content:"";
	background-color: var(--amarelo);
	position: absolute;
	width: 125px;
	height: 125px;
	border-radius: 50px;
	border-top-left-radius: 70px;
	left: 5px;
	right: 0px;
	transform: rotate(45deg);
}

.prof-img img{
	overflow: hidden;
	width: auto;
	height: 100%;
	display: block;
}

.sobre-con{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
}

.sobre-text{
	max-width:400px;
	text-align: center;
}

.sobre-text h1{
	color: var(--azul);
}

.sobre-img{
	width: 478px;
	overflow: hidden;
}

.depo-con{
	margin-top: 40px;
	text-align: center;
}

.depo-con h1{
	color: var(--amarelo);
}

.depos{
	width: 400px;
	overflow: hidden;
	padding: 0px 50px 70px 50px;
	margin: 0 auto;
}

.depos .swiper-slide{
	border-radius: 10px;
	padding: 20px 15px;
	margin-top: 40px;
	background-color: var(--azul);
	color: white;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.depos-fotos{
	display: flex;
	justify-content: center;
	position: relative;
	top: -34px;
}

.pessoa{
	margin-right: 5px;
	transform: scale(0.7);
	transition: all 1s;
	cursor: pointer;
}

.pessoa img{
	border-radius: 100%;
}

.pessoa strong{
	color: var(--azul);

}

.pessoa p{
	color: var(--grey);
}

.pessoa-active{
	transform: initial;
}

.pessoa strong, .pessoa p{
	opacity: 0;
}

.pessoa-active strong, .pessoa-active p{
	opacity: 1;
}

.faq{
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.faq h1{
	text-align: right;
	margin-right: 20px;
	color: var(--azul);
}

.pergunta{
	padding: 15px 25px;
	background-color: var(--azul);
	color: white;
	border-radius: 10px;
	cursor: pointer;
	width: 300px;
	margin-bottom: 20px;
	text-align: center;
	box-sizing: border-box;
}

.resposta{
	display: none;
	color: white;
	margin-top: 15px;

}

.floating-elements{
	position: fixed;
	z-index:9;
	bottom:50px;
	right: 27px;
	text-align: right;
	bottom:90px;
	
}

.wpp-floating{
  cursor: pointer;
  /*box-shadow:0px 5px 15px -3px #00000078;*/
  box-shadow:0 0 0 0 rgba(122, 237, 148, 0.29);
  overflow: hidden;
  border-radius: 100%;
  width:57px;
  height: 57px;
  display: block;
  pointer-events: initial;
  animation: pulso 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
}

.wpp-floating img{
	display: block;
	margin:-2px -3px;
}

@keyframes pulso{
	100%{
		box-shadow:0 0 0 45px rgba(232, 76, 61, 0);
	}
}

@keyframes pulse {
  0% {
    transform: scale(.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }
    100% {
    transform: scale(.9);
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
  }
}

footer{
	background-color: var(--azul);
	text-align: center;
	padding: 20px 0px;
}

footer *{
	color: white;
}

.footer-line{
	
	margin-bottom: 15px;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}

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

	h1{
		text-align: center;
	}

	.tel-header{
		display: none;
	}

	.hamb-con{
		display: initial;
	}

	.bottom-header{
		align-items: center;
		padding: 10px 5px;
	}

	nav{
		position: fixed;
		top: 0;
		background-color: white;
		right: 0;
		left: 0;
		flex-direction: column;
		height: 100vh;
		display: none;
		text-align: center;
	}

	nav button{
		display: initial;
		margin-top: 20px;
		border-radius: 5px;
		padding: 10px 25px;
		background-color:#e74c3c;
		color: white;
		border: none;
		cursor: pointer;
		margin-bottom: 20px;
	}

	nav p{
		margin-right: 0;
		margin-bottom: 15px;
	}

	.hero-con .swiper-slide{
		display: flex;
		justify-content: center;
	}

	.hero-con img{
		height: 135px;
		width: auto;
		z-index: 10;
	}

	.balon{
		margin-right: 10px;
		margin-bottom: 15px;
	}

	.proposta{
		margin-right: 10px;
	}

	.page-cta{
		padding: 0px 5px;
	}

	.page-cta a{
		width: initial;
	}

	.profs{
		flex-direction: column;
		align-items: center;
	}

	.prof{
		margin-bottom: 15px;
	}

	.sobre-con{
		flex-direction: column;
		padding: 0px 5px;
	}

	.sobre-text{
		margin-bottom: 20px;
	}

	.sobre-img{
		width: 100%;
	}

	.sobre-img img{
		width: 100%;
	}

	.depos{
		width: 100%;
		padding: 0px 25px;
		box-sizing: border-box;
	}

	.depos-fotos{
		flex-wrap: wrap;
		top: 12px;
	}

	.faq{
		flex-direction: column;
		align-items: center;

	}

	.faq h1{
		margin-bottom: 15px;
	}

	.perguntas{
		padding: 0px 5px;
	}

}