*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family:'Open Sans', sans-serif;
}


html,body{
	height: 100%;


}




/**Divs gerais!*/
.container{
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
}

.clear{
	clear: both;
}
/******/

header{
	background-color:#35383d;
	padding:10px 2% 40px 2%;
}

.logo-1{
	float: left;
	width: 180px;
	height: 140px;
	background-image: url('../img/fundo.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	/*background-color: purple;*/
}

.logo-2{
	float: right;
	width: 180px;
	height: 140px;
	background-image: url('../img/strong.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	/*background-color: green;*/
}

section.cover-form{
	width: 100%;
}

.bg{
	position: relative;
	height: 560px;
	background-position: center;
	background-size: cover;
	background-image: url('../img/strongqueda.png');
}

.form-container{
	position: absolute;
	right: 30px;
	z-index: 2;
	top: -2.5%;
	max-width: 200px;
	width: 400px;
	height: 105%;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(117,117,117,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(117,117,117,1);
	box-shadow: 2px 2px 5px 0px rgba(117,117,117,1);
	background-color: white;

}

.form-container h2{
	font-weight: normal;
	padding:25px 15px;
	color: black;
	font-size: 18px;
	background-color: rgb(210,210,210);
}

.form-container form{
	margin-top:20px;
	padding:15px;
}

.form-container form p{
	font-size: 14px;
	color: #525252;
}

.form-wraper:not(:first-child){
	margin-top:40px;
}

.form-wraper:last-child{
	margin-top:20px;
}

.form-container form input[type=text]{
	width: 100%;
	border:1px solid #ccc;
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
}

.form-container form input[type=submit]{
	background-color: #033C50;
	text-transform: uppercase;
	color: white;
	width: 100%;
	font-size: 25px;
	height: 50px;
	cursor: pointer;
	border:0;
}



section.chamada{
	z-index: 1;
	width: 100%;
	text-align: center;
}

.icone-seta{
	position: absolute;
	left: 50%;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	width: 64px;
	height: 64px;
	background-size: 100% 100%;
	background-image: url('../img/arrow.png');
}

section.chamada div.container{
	background-color: #29526d;
	padding:70px 0 50px 0;
}


section.chamada h2{
	width: 98%;
	max-width: 700px;
	display: inline-block;
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
}

section.chamada p{
	width: 98%;
	max-width: 700px;
	display: inline-block;
	color: white;
	margin-top:10px;
	font-size: 18px;
	font-weight: normal;
}

.flex-mosaico{
	display: flex;
}

.item-1-mosaico{
	background-position: center;
	background-size: cover;
	width: 60%;
}


.item-1-mosaico[style*="lev.jpg"] {
	background-size: contain;
	background-repeat: no-repeat;
	background-color: black;
	min-height: 400px;
}

.item-1-mosaico[style*="thor.jpg"] {
	background-size: cover;
	background-position: center 20%;
}

.item-2-mosaico{
	background-color: #4683AB;
	padding:90px 40px;
	width: 40%;
}

.item-2-mosaico p{
	color: white;
}

.item-2-mosaico h2{
	color: #c40808;
	margin-bottom: 45px ;
	text-align: center;
}

footer .container{
	text-align: center;
	padding:20px 0;
	background-color: #35383d;
}

footer img{
	width: 130px;

}


footer .container img{
	height: 130px;
	width: 130px;
}

.footer{
	/*clear:both;*/
	border-top:2px solid #35383d;
	padding:20px 0;
	text-align: center;
	color: #15cad4;
	background-color: #35383d;
}

.footer p{
	margin-top:8px;
}



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

	.bg{
		height: auto;
		padding: 80px 0;
		text-align: center;
	}

	.form-container{
		text-align: left;
		height: auto;
		width: 96%;
		max-width: 200px;
		position: static;
		display: inline-block;
	}

	




}

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

	.flex-mosaico{
		display: block;
	}

	.item-1-mosaico{
		padding-top:80%;
		width: 100%;
	}

	.item-2-mosaico{
		text-align: justify;
		width: 100%;
	}
}


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

	header{
		text-align: center;
	}

	[class^="logo"]{
		margin-top:10px;
		display: inline-block;
		float: none;
	}

	
}

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

	.bg{
		position: relative;
		height: 560px;
		min-width: 300px;
		background-position: center;
		background-size: cover;
		background-image: url('../img/strongqueda.png');
	}

	

	.form-container{
		height: 500px;
	}


	.icone-seta{
		position: absolute;
		left: 50%;
		transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		width: 64px;
		height: 50px;
		margin-top: 20px;
		background-size: 100% 100%;
		background-image: url('../img/arrow.png');
	}
	

}








/* Estilos do Menu de Navegação */
.menu-desktop {
	float: right;
	margin-top: 50px;
}

.menu-desktop ul {
	list-style: none;
	display: flex;
	gap: 30px;
}

.menu-desktop ul li a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.menu-desktop ul li a:hover,
.menu-desktop ul li a.active {
	background-color: #4683AB;
	color: white;
}

/* Estilos da Hero Section */
.hero-section {
	width: 100%;
}

.hero-content {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 500px;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 40px;
	border-radius: 10px;
}

.hero-content h1 {
	color: white;
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: bold;
}

.hero-content p {
	color: white;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.hero-buttons {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
	padding: 12px 25px;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 500;
	transition: all 0.3s ease;
	display: inline-block;
}

.btn-primary {
	background-color: #4683AB;
	color: white;
}

.btn-primary:hover {
	background-color: #35526d;
}

.btn-secondary {
	background-color: transparent;
	color: white;
	border: 2px solid white;
}

.btn-secondary:hover {
	background-color: white;
	color: #4683AB;
}

/* Estilos da Página de Contato */
.contato-hero {
	background-color: #29526d;
	padding: 80px 0 60px 0;
	text-align: center;
}

.contato-hero h1 {
	color: white;
	font-size: 36px;
	margin-bottom: 15px;
}

.contato-hero p {
	color: white;
	font-size: 18px;
}

.contato-content {
	padding: 80px 0;
	background-color: #f5f5f5;
}

.contato-flex {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

.contato-form {
	flex: 1;
	background-color: white;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.contato-form h2 {
	color: #29526d;
	margin-bottom: 30px;
	font-size: 24px;
}

.contato-form textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
	font-family: inherit;
	resize: vertical;
}

.contato-info {
	flex: 1;
}

.contato-info h2 {
	color: #29526d;
	margin-bottom: 30px;
	font-size: 24px;
}

.info-item {
	margin-bottom: 30px;
	padding: 20px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.info-item h3 {
	color: #4683AB;
	margin-bottom: 10px;
	font-size: 18px;
}

.info-item p {
	color: #666;
	line-height: 1.6;
}

.info-item a {
	color: #4683AB;
	text-decoration: none;
}

.info-item a:hover {
	text-decoration: underline;
}

/* Estilos da Página de Atletas */
.atletas-hero {
	background-color: #29526d;
	padding: 80px 0 60px 0;
	text-align: center;
}

.atletas-hero h1 {
	color: white;
	font-size: 36px;
	margin-bottom: 15px;
}

.atletas-hero p {
	color: white;
	font-size: 18px;
}

.pesquisa-atletas {
	padding: 60px 0;
	background-color: #f5f5f5;
}

.pesquisa-container {
	text-align: center;
}

.pesquisa-container h2 {
	color: #29526d;
	margin-bottom: 30px;
	font-size: 24px;
}

.pesquisa-form {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.pesquisa-form input {
	padding: 12px 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	width: 250px;
}

.pesquisa-form button {
	padding: 12px 25px;
	background-color: #4683AB;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s ease;
}

.pesquisa-form button:hover {
	background-color: #35526d;
}

.resultado-pesquisa {
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
}

.resultado-pesquisa h3 {
	color: #29526d;
	margin-bottom: 15px;
}

.resultado-pesquisa ul {
	list-style: none;
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.resultado-pesquisa li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	color: #666;
}

.resultado-pesquisa li:last-child {
	border-bottom: none;
}

.aviso {
	background-color: #fff3cd;
	color: #856404;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #ffeaa7;
}

.lista-atletas {
	padding: 80px 0;
}

.atletas-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 40px;
	align-items: start;
}



.atleta-card {
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
	width: 100%;
	height: auto;
	min-height: 740px;
}

/* Estilos para item-1-mosaico dentro dos cards de atletas */
.atleta-card .item-1-mosaico {
	width: 100%;
	height: 590px;
	background-position: center;
	background-size: cover;
}

.atleta-card:hover {
	transform: translateY(-5px);
}




.atleta-card .item-1-mosaico[style*="thor.jpg"] {
	background-size: cover;
	background-position: center 20%;
}

.atleta-card .item-1-mosaico[style*="lev.jpg"] {
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
}









.atleta-info {
	padding: 25px;
}

.atleta-info h3 {
	color: #29526d;
	font-size: 22px;
	margin-bottom: 10px;
}

.categoria {
	color: #4683AB;
	font-weight: 600;
	margin-bottom: 5px;
}

.peso {
	color: #666;
	font-weight: 500;
	margin-bottom: 15px;
}

.descricao {
	color: #666;
	line-height: 1.6;
}

/* Responsividade */
@media screen and (max-width: 1024px) {
	/* Tablet */
	.atletas-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
	
	.atleta-card {
		min-height: 680px;
	}
	
	.atleta-card .item-1-mosaico {
		height: 450px;
	}
	
	/* Ajustes para destaque em tablet */
	.atleta-card.destaque {
		transform: scale(1.015);
		box-shadow: 0 8px 25px rgba(70, 131, 171, 0.35);
	}
	
	.feedback-destaque {
		margin: 15px auto;
		padding: 12px 18px;
		max-width: 500px;
	}
	
	.feedback-content {
		gap: 8px;
	}
	
	.feedback-text {
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
	.menu-desktop {
		float: none;
		margin-top: 20px;
		text-align: center;
	}
	
	.menu-desktop ul {
		justify-content: center;
		gap: 15px;
	}
	
	.hero-content {
		position: static;
		transform: none;
		margin: 20px;
		max-width: none;
	}
	
	.contato-flex {
		flex-direction: column;
		gap: 40px;
	}
	
	.pesquisa-form {
		flex-direction: column;
		align-items: center;
	}
	
	.pesquisa-input {
		width: 100%;
		max-width: 300px;
		height: 45px; /* Ajustado para manter a altura consistente */
		font-size: 16px;
		padding: 0 15px;
	}
	
	.atletas-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	/* Garantir que as imagens sejam exibidas corretamente em dispositivos móveis */
	.atleta-card .item-1-mosaico {
		height: 430px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
	}
	
	.atleta-card {
		min-height: 600px;
	}
	
	/* Ajustes para destaque em mobile */
	.atleta-card.destaque {
		transform: scale(1.01);
		box-shadow: 0 6px 20px rgba(70, 131, 171, 0.3);
	}
	
	/* Ajustes para feedback em mobile */
	.feedback-destaque {
		margin: 15px 10px;
		padding: 12px 15px;
	}
	
	.feedback-content {
		flex-direction: column;
		gap: 8px;
	}
	
	.feedback-text {
		font-size: 14px;
		text-align: center;
	}
	
	@keyframes destaquePulse {
		0% {
			transform: scale(1);
			box-shadow: 0 5px 15px rgba(0,0,0,0.1);
		}
		50% {
			transform: scale(1.02);
			box-shadow: 0 10px 25px rgba(70, 131, 171, 0.5);
		}
		100% {
			transform: scale(1.01);
			box-shadow: 0 8px 20px rgba(70, 131, 171, 0.3);
		}
	}
}

@media screen and (max-width: 600px) {
	/* Mobile pequeno */
	.atletas-grid {
		grid-template-columns: 1fr;
		gap: 25px;
		padding: 0 10px;
	}
	
	.atleta-card {
		min-height: 580px;
	}
	
	.atleta-card .item-1-mosaico {
		height: 380px;
	}
	
	.atleta-info {
		padding: 18px;
	}
	
	.atleta-info h3 {
		font-size: 20px;
	}
	
	/* Ajustes para destaque em mobile pequeno */
	.atleta-card.destaque {
		transform: scale(1.005);
		box-shadow: 0 4px 15px rgba(70, 131, 171, 0.25);
	}
	
	.feedback-destaque {
		margin: 12px 8px;
		padding: 10px 12px;
	}
	
	.feedback-text {
		font-size: 13px;
	}
	
	.feedback-icon {
		font-size: 18px;
	}
	
	/* Ajustes para campos de pesquisa em mobile pequeno */
	.pesquisa-input {
		width: 100%;
		max-width: 280px;
		height: 45px; /* Ajustado para manter a altura consistente */
		font-size: 16px;
		padding: 0 12px;
	}
	
	.pesquisa-botoes button {
		width: 100%;
		max-width: 280px;
		height: 44px;
		font-size: 15px;
	}
}

@media screen and (max-width: 510px) {
	.menu-desktop ul {
		flex-direction: column;
		gap: 10px;
	}
	
	.hero-content h1 {
		font-size: 28px;
	}
	
	.hero-content p {
		font-size: 16px;
	}
	
	.hero-buttons {
		justify-content: center;
	}
	
	/* Ajustes para telas muito pequenas */
	.atleta-card .item-1-mosaico {
		height: 350px;
	}
	
	.atleta-card {
		min-height: 550px;
	}
	
	.atleta-info {
		padding: 15px;
	}
	
	.atleta-info h3 {
		font-size: 18px;
	}
	
	/* Ajustes para destaque em telas muito pequenas */
	.atleta-card.destaque {
		transform: scale(1.002);
		box-shadow: 0 3px 12px rgba(70, 131, 171, 0.2);
	}
	
	.feedback-destaque {
		margin: 10px 5px;
		padding: 8px 10px;
	}
	
	.feedback-text {
		font-size: 12px;
	}
	
	.feedback-icon {
		font-size: 16px;
	}
	
	/* Ajustes para campos de pesquisa em telas muito pequenas */
	.pesquisa-input {
		width: 100%;
		max-width: 260px;
		height: 42px;
		font-size: 15px;
		padding: 0 10px;
	}
	
	.pesquisa-botoes button {
		width: 100%;
		max-width: 260px;
		height: 42px;
		font-size: 14px;
		padding: 10px 20px;
	}
	
	/* Animações otimizadas para telas muito pequenas */
	@keyframes destaquePulse {
		0% {
			transform: scale(1);
			box-shadow: 0 3px 10px rgba(0,0,0,0.1);
		}
		50% {
			transform: scale(1.01);
			box-shadow: 0 6px 18px rgba(70, 131, 171, 0.4);
		}
		100% {
			transform: scale(1.002);
			box-shadow: 0 3px 12px rgba(70, 131, 171, 0.2);
		}
	}
}

/* Orientação landscape em dispositivos móveis */
@media screen and (max-width: 768px) and (orientation: landscape) {
	.atletas-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	
	.atleta-card {
		min-height: 500px;
	}
	
	.atleta-card .item-1-mosaico {
		height: 300px;
	}
	
	.atleta-info {
		padding: 15px;
	}
	
	.atleta-info h3 {
		font-size: 18px;
	}
	
	.atleta-info .descricao {
		font-size: 14px;
		line-height: 1.4;
	}
	
	/* Ajustes para destaque em landscape */
	.atleta-card.destaque {
		transform: scale(1.008);
		box-shadow: 0 5px 18px rgba(70, 131, 171, 0.3);
	}
	
	.feedback-destaque {
		margin: 10px auto;
		padding: 10px 15px;
		max-width: 400px;
	}
	
	.feedback-text {
		font-size: 13px;
	}
}

/* Orientação landscape em tablets */
@media screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
	.atletas-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
	
	.atleta-card {
		min-height: 600px;
	}
	
	.atleta-card .item-1-mosaico {
		height: 350px;
	}
	
	/* Ajustes para destaque em tablet landscape */
	.atleta-card.destaque {
		transform: scale(1.012);
		box-shadow: 0 6px 22px rgba(70, 131, 171, 0.35);
	}
}

/* Estilos para a nova interface de pesquisa */
.pesquisa-tipo {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 20px;
}

.pesquisa-tipo label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-weight: 500;
	color: #29526d;
}

.pesquisa-tipo input[type="radio"] {
	margin: 0;
	cursor: pointer;
}

.pesquisa-inputs {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.pesquisa-input {
	width: 300px;
	height: 45px;
	padding: 0 15px;
	border: 2px solid #ddd;
	border-radius: 8px;
	font-size: 16px;
	transition: border-color 0.3s ease;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

/* Remover setas do input number globalmente */
.pesquisa-input[type="number"]::-webkit-outer-spin-button,
.pesquisa-input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.pesquisa-input[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}

.pesquisa-input:focus {
	outline: none;
	border-color: #4683AB;
}

.pesquisa-botoes {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.pesquisa-botoes button {
	padding: 12px 25px;
	background: #4683AB;
	color: white;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.pesquisa-botoes button:hover {
	background: #29526d;
}

/* Responsivo para pesquisa */
@media screen and (max-width: 768px) {
	.pesquisa-tipo {
		flex-direction: column;
		gap: 15px;
		align-items: center;
	}
	
	.pesquisa-input {
		width: 100%;
		max-width: 300px;
	}
	
	.pesquisa-botoes {
		flex-direction: column;
		align-items: center;
	}
	
	.pesquisa-botoes button {
		width: 100%;
		max-width: 300px;
	}
}

/* Estilos para dicas de pesquisa */
.dicas-pesquisa {
	margin-top: 30px;
	padding: 20px;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border-radius: 12px;
	border-left: 4px solid #4683AB;
}

.dicas-pesquisa h4 {
	color: #29526d;
	margin-bottom: 10px;
	font-size: 18px;
}

.dicas-pesquisa p {
	color: #666;
	margin-bottom: 15px;
	line-height: 1.5;
}

.exemplos-pesquisa {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.exemplo {
	background: #4683AB;
	color: white;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

/* Estilos para destaque visual do atleta encontrado */
.atleta-card.destaque {
	transform: scale(1.02);
	box-shadow: 0 10px 30px rgba(70, 131, 171, 0.4);
	border: 3px solid #4683AB;
	animation: destaquePulse 2s ease-in-out;
}

.atleta-card.destaque .item-1-mosaico {
	animation: destaqueImagem 2s ease-in-out;
}

.atleta-card.destaque .atleta-info {
	animation: destaqueInfo 2s ease-in-out;
}

/* Melhorias para dispositivos touch */
@media (hover: none) and (pointer: coarse) {
	.atleta-card {
		-webkit-tap-highlight-color: transparent;
		touch-action: manipulation;
	}
	
	.atleta-card.destaque {
		-webkit-tap-highlight-color: rgba(70, 131, 171, 0.1);
	}
	
	.pesquisa-botoes button {
		min-height: 44px; /* Tamanho mínimo para toque */
		touch-action: manipulation;
	}
	
	.pesquisa-input {
		min-height: 44px; /* Tamanho mínimo para toque */
		font-size: 16px; /* Evita zoom em iOS */
	}
}

/* Estilos para mensagem de feedback */
.feedback-destaque {
	background: linear-gradient(135deg, #4683AB 0%, #29526d 100%);
	color: white;
	padding: 15px 20px;
	margin: 20px auto;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(70, 131, 171, 0.3);
	animation: feedbackSlide 0.5s ease-out;
	max-width: 600px;
	text-align: center;
}

.feedback-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.feedback-icon {
	font-size: 20px;
	animation: feedbackPulse 2s infinite;
}

.feedback-text {
	font-size: 16px;
	font-weight: 500;
}

.feedback-text strong {
	color: #FFD700;
}

@keyframes feedbackSlide {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes feedbackPulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
}

@keyframes destaquePulse {
	0% {
		transform: scale(1);
		box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	}
	50% {
		transform: scale(1.03);
		box-shadow: 0 15px 40px rgba(70, 131, 171, 0.6);
	}
	100% {
		transform: scale(1.02);
		box-shadow: 0 10px 30px rgba(70, 131, 171, 0.4);
	}
}

@keyframes destaqueImagem {
	0% {
		filter: brightness(1);
	}
	50% {
		filter: brightness(1.1) contrast(1.1);
	}
	100% {
		filter: brightness(1.05);
	}
}

@keyframes destaqueInfo {
	0% {
		background-color: transparent;
	}
	50% {
		background-color: rgba(70, 131, 171, 0.1);
	}
	100% {
		background-color: rgba(70, 131, 171, 0.05);
	}
}

/* Responsivo para dicas de pesquisa */
@media screen and (max-width: 768px) {
	.dicas-pesquisa {
		margin-top: 20px;
		padding: 15px;
	}
	
	.exemplos-pesquisa {
		flex-direction: column;
		gap: 8px;
	}
	
	.exemplo {
		text-align: center;
		white-space: normal;
	}
	
	/* Ajustes para destaque em mobile */
	.atleta-card.destaque {
		transform: scale(1.01);
	}
	
	/* Ajustes para feedback em mobile */
	.feedback-destaque {
		margin: 15px 10px;
		padding: 12px 15px;
	}
	
	.feedback-content {
		flex-direction: column;
		gap: 8px;
	}
	
	.feedback-text {
		font-size: 14px;
		text-align: center;
	}
	
	@keyframes destaquePulse {
		0% {
			transform: scale(1);
			box-shadow: 0 5px 15px rgba(0,0,0,0.1);
		}
		50% {
			transform: scale(1.02);
			box-shadow: 0 10px 25px rgba(70, 131, 171, 0.5);
		}
		100% {
			transform: scale(1.01);
			box-shadow: 0 8px 20px rgba(70, 131, 171, 0.3);
		}
	}

	
}
