* {
	margin: 0;
	padding: 0;
	font-family: 'Inter', sans-serif;
}


.conteudo {
	max-width: 1200px;
	margin: auto;
}


.contentor_flexbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header {
	position: relative;
	width: 100%;


	background-color: #202C54;
	height: 150px;
	flex-wrap: wrap;

}

.headerlogo {
	padding: 10px 10px 10px 10px;
	height: 100%;
}

.headercol {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;


}

.headercol ul li :hover {
	color: #FFE600;


}

.headerlinks li {
	text-decoration: none;

	list-style: none;
	padding: 0px -5px;

	font-size: 20px;
	margin-left: 20px;
}

.headerlinks a {
	text-decoration: none;
	list-style: none;
}

nav ul li a {
	color: white;
}

.infopart {
	display: flex;
	max-width: 1685px;
	width: 100%;


}

.tenistextbox {
	padding: 50px 0;
	max-width: 845px;
	width: 100%;
	height: 137px;
	background-image: linear-gradient(to bottom right, #FF6B00, #FF9900);


}

.sporttext {
	margin-left: 55px;
	color: white;
}

.sporttext h1 {

	font-size: 90px;
	font-weight: 100p;

}

.sporttext h2 {
	font-size: 32px;
	font-weight: 600px;

}

.sporttext h3 {
	font-size: 22px;
}

.padeltextbox {
	padding: 50px 0;
	max-width: 845px;
	width: 100%;
	height: 137px;
	background-image: linear-gradient(to bottom right, #00A3FF, #0034E3);

}


.midtext {
	text-align: center;
	margin-top: 106px;
}

.midtext h1 {
	margin-bottom: 46px;
	font-size: 60px;
	color: #202C54;
}

.midtext p {
	margin-bottom: 145px;
	color: black;
	font-size: 24px;
}

.aulas {
	display: flex;
	column-gap: 20px;
	justify-content: center;
	align-content: center;
}


.iniciante {
	width: 30%;
	background: #E1E1E1;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 25px;
	border-radius: 40px;
}

.iniciante img {
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}

.avancado {
	width: 30%;
	background: #E1E1E1;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 25px;
	border-radius: 40px;
}

.avancado img {
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}

.competicao {
	width: 30%;
	background: #E1E1E1;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 25px;
	border-radius: 40px;
}

.competicao img {
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}


.aulatext {
	text-align: center;
	padding: 40px 20px 80px 20px;
}


.aulas button {
	background-color: #021657;
	color: white;
	max-width: 168px;
	width: 100%;
	height: 58px;
	font-size: 24px;
	border-radius: 10px;
	margin-top: 60px;

}

.aulas button a {
	text-decoration: none;
	color: white;


}

.aulagratis {
	display: flex;
	justify-content: center;
	margin: 100px;

}

.aulagrattext {
	background-color: #E1E1E1;
	text-align: center;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	max-width: 500px;
	width: 100%;
	max-height: 375px;

}

.aulagratis button {
	background-color: #021657;
	color: white;
	max-width: 168px;
	width: 100%;
	height: 58px;
	font-size: 24px;
	border-radius: 10px;
	margin-top: 60px;
}

.aulagratis button a {
	text-decoration: none;
	color: white;
}

.imageborder {
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}

/*----------estás aqui até agora---------------*/
.aulagrattext h1 {
	margin: 60px;

}

.juntossomos {

	justify-content: center;
	background-color: #202C54;
	max-width: 1920px;
	width: 100%;
	height: auto;
}

.icons {
	display: flex;
	justify-content: space-evenly;
	padding: 40px;
}

.socios {}

.socios h3 {
	color: white;
	text-align: center;
}

.socios h1 {
	color: #00A3FF;
	font-size: 70px;
	text-align: center;
}

.altenis {}

.altenis h1 {
	color: #00A3FF;
	font-size: 70px;
	text-align: center;
}

.altenis h3 {
	color: white;
	text-align: center;
}

.alpadel {}

.alpadel h1 {
	color: #00A3FF;
	font-size: 70px;
	text-align: center;
}

.alpadel h3 {
	color: white;
	text-align: center;
}

.treinadores {}

.treinadores h1 {
	color: #00A3FF;
	font-size: 70px;
	text-align: center;
}

.treinadores h3 {
	color: white;
	text-align: center;
}

.titulo {
	text-align: center;
	color: white;
	padding: 30px;
	font-size: 30px;
}

.duvtext {
	text-align: center;
	margin-top: 106px;
}

.duvtext h1 {
	margin-bottom: 46px;
	font-size: 60px;
	color: #202C54;
}

.duvtext p {
	margin-bottom: 145px;
	color: black;
	font-size: 24px;
}


.feedbreaktext {
	color: #202C54;
	font-size: 20px;
	margin-left: 80px;
	padding: 50px;


}


.feed {
	display: flex;
	margin: 50px;
	margin-left: 100px;

}

.feedtext {

	display: block;
}




.cont {
	max-width: 1170px;
	margin: auto;
}

footer {
	background-color: #202C54;
	padding: 70px 0;
}

.footer-col {
	width: 25%;
	padding: 0 15px;

}

.footer-col ul {
	list-style: none;
}

.footer-col h4 {
	font-size: 18px;
	color: #FFE600;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}

.footer-col h4::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #FFFFFF;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footer-col ul li {
	margin-bottom: 10px;
}

.footer-col ul li a {
	font-size: 16px;
	text-transform: capitalize;
	color: white;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer-col ul li a:hover {
	color: white;
	padding-left: 8px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
