body{
	margin: 0;
	padding: 0;
	background: #4165eb;
	  background: linear-gradient(160deg, #3db9d3 0%, #1a73b8 50%, #0f4c81 100%);

}


.centraliza{
	margin: 0 auto;
	width: 980px;
}
#topo{
	width: 100%;
	background: #17679e;
	padding: 100px 0;
}
#nome_torneio{
	width: 100%;
	text-align: center;
	font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial;
	font-weight: bold;
	color: #ffea00;
}
#inscricao_oficial{
	width: 100%;
	text-align: center;
	font-size: 50px;
	font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial;
	font-weight: bold;
	color: #FFF;

	  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  color: #fff;
  text-align: center;

  /* Sombra suave + brilho */
  text-shadow:
    0 1px 2px rgba(0,0,0,0.25),   /* sombra leve embaixo */
    0 0 12px rgba(255,255,255,0.35); /* brilho suave ao redor */


}
#descricao_torneio{
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 20px;
}
#descricao_torneio a{]
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
#valor_inscricao{

		width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 12px;
	margin-top: 20px;

}
#valor_inscricao span{
background: #1eac68;
padding: 5px 15px;	
 border-radius: 6px;

}
#formulario{
	width: 100%;
background: #FFF;
  margin: -80px auto 48px;
  padding: 30px;
  border-radius: 16px;
  
  /* efeito vidro (glassmorphism) */
 background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  color: #111827; /* texto escuro */
  min-height: 600px;
  float: left;
}


.formulario-titulo{
	float: left;
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
	font-size: 20px;
    letter-spacing: .3px;
    color: #141414;
    font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial;
    margin-bottom: 10px;
    font-weight: bold;
}

.formulario-subtitulos{
	float: left;
	width: 100%;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
}
.formulario-subtitulos span{
	padding: 5px 10px;
	border-radius: 16px;
}

.embarcacao_loop{
	float: left;
	width: calc(8% - 2px);
	margin: 1%;
	background: #ecfff4;
	border: 1px solid #c0f9da;
	cursor: pointer;
	color: #1d1d1d;

}
.embarcacao_loop:hover{
	background: #bef3d5;
	border: 1px solid #adedca;
}
.embarcacao_reservada{
	background: #f9c0c0 !important;
	border: 1px solid #f69e9e !important;
}
.embarcacao_loop_icon{
	width: 80%;
    float: left;
    margin: 10%;
    margin-bottom: 5%;
    text-align: center;
    

}

.embarcacao_loop_icon span{
	font-size: 45px; 
}
.embarcacao_loop_numero{
	width: 100%;
	float: left;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 5%;
}

#sua_embarcacao{
	background: #e1ffe2;
	border: 1px solid #c3fbc4;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	width: calc(100% - 22px);
}
#sua_embarcacao_icon{
	float: left;
	margin-right: 10px;
}
#sua_embarcacao_texto{
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 4px;
}
#sua_embarcacao_texto span{
	margin-left: 20px;
	font-size: 12px;

}
#sua_embarcacao_texto span a{
	color:#d73b3b;
	font-weight: normal;

}

.form_completo{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.form_meio{
	float: left;
	width: 48%;
	margin-bottom: 15px;
}
.form_completo_label{
	float: left;
	width: 100%;
}
.form_completo_input{
	float: left;
	width: 100%;

}
.form_completo_input input{
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #bcbcbc;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #0d0d0d;
}

.form_completo_input select{
		padding: 10px;
	border-radius: 5px;
	border: 1px solid #bcbcbc;
	width: 50%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #0d0d0d;
}

.form_meio_input input{
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #bcbcbc;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #0d0d0d;
}

.form_meio_input select{
		padding: 10px;
	border-radius: 5px;
	border: 1px solid #bcbcbc;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #0d0d0d;
}
#bloco_dados_comandante{
	float: left;
}
#bloco_dados_companheiro_01{
	float: left;
}
#bloco_dados_companheiro_02{
	float: left;
}

.botao-form-ok input{
	background:#067d3b !important;
	color: #FFF !important;
	font-size: 15px !important;
	cursor: pointer;
	font-weight: bold !important;
	   font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial; !important;
}




#tempo_restante{
		position: fixed;
		bottom: 0;
		background: #cc1414;
		padding: 10px;
		width: 100%;
		border-top: 1px solid #af0c0c;
	}
	#tempo_restante_icon{
		float: left;
		margin-right: 2%;
		width: 8%;
	}
	#tempo_restante_tempo{
		width: 10%;
		float: left;
		text-align: center;
		padding: 10px 0;
		background:#ffa8a8;
		margin-right: 2%;
		font-weight: bold;
		font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial;
	}
	#tempo_segura_texto{
		float: left;
	}
	#tempo_restante_titulo{
		float: left;
		font-size: 20px;
		color: #FFF;
		font-weight: bold;
		font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial;
	}
	#tempo_restante_descricao{
		float: left;
		font-size: 12px;
		color: #def800;
		font-family: 'Open Sans', sans-serif;
		width: 80%;
	}


#gerar-boleto{
	float: left;	
	width: 100%;

}
#gerar-boleto a{
	font-weight: bold;
	color: #000;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	background: #19a40a;
		border-radius: 5px;
		padding: 5px;
		text-decoration: none;
		color: #FFF;

}

.opcao-pagamento{
	float: left;	
	margin-top: 15px;
	width: 100%;
	margin-bottom: 12px;
}

.opcao-pagamento span{
	color: #464646
	font-size: 13px;
	font-weight: bold;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	background:#ffe400 ;
	padding: 5px 10px;
}

#pagamento-manual{
		font-weight: bold;
	color: #000;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	width: 100%;
}


#dados-pix{
	float: left;
		font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #0f0f0f ;
	width: 100%;
	margin-top: 5px;
}

#envio-comprovante{
		float: left;
		font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #0f0f0f ;
	width: 100%;
	margin-top: 5px;
}

#legendaWhats {
    position: fixed;
    bottom: 30px;
    right: 105px;
    background: linear-gradient(45deg, #00d35b, #00b52c);
    border-radius: 10px;
    padding: 5px 15px;
    color: #FFF;
    z-index: 100;
    -webkit-box-shadow: 6px 7px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 6px 7px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 6px 7px 8px 0px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    	font-family: 'Open Sans', sans-serif;
}

#botaoWhats {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 75px;
    height: 75px;
    z-index: 2;
}



#erroBoleto{
background:#ffd8d8; border:1px solid #ffb0b0; padding:5px;
font-family: 'Open Sans', sans-serif;
font-size: 20px;
}


/*  ///////////////// CELULAR /////////////////// */


@media (max-width: 480px) {


.centraliza{
	width: 100%;
}

#topo{
	padding: 50px 0;
}


#formulario{
	width: calc(100% - 20px);
	    padding: 10px;
	     margin: 0;
	     margin-top: -10px;
}

#nome_torneio{
	font-size: 21px;
}

#inscricao_oficial{
	font-size: 35px;
    line-height: 36px;
            margin-top: 25px;
        margin-bottom: 25px;
}
.embarcacao_loop{
	    width: calc(23% - 2px);
    margin: 1%;
    border: 1px solid #c0f9da;
}

.form_completo_input input{
	width: calc(100% - 20px);
}
.form_meio{
	width: 100%;
	margin-left: 0 !important;
}
.form_meio_input input{
	width: calc(100% - 20px);
}

#sua_embarcacao_icon{
	display: none;
}
#tempo_restante_icon{
	display: none;
}
#tempo_segura_texto{
	width: 80%;
}
#tempo_restante_titulo{
	font-size: 11px;
}
#tempo_restante_descricao{
	font-size: 11px;
}
#tempo_restante_tempo{
	width: 15%;
	font-size: 12px;
}

#logo-rodape{
	width: 100%;
	margin-top: 35px;
	float: left;
}
#logo-rodape img{
	max-width: 80%;
}


}