.ap-wrap { /* era body */
  font-family: 'Montserrat', sans-serif !important;
  background-color: #ffffff !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #333 !important;
  margin-bottom: 100px !important;
}

.ap-wrap .column h2,
.ap-wrap .section-title {
  font-size: 22px !important;
  font-weight: 600 !important;
  margin: 20px 0 10px !important;
  float: left !important;
  width: 100% !important;
  color: #768B6E !important;
  border-bottom: 2px solid #768B6E !important;
  padding-bottom: 10px !important;
}

.ap-wrap .camponumero { text-align:center !important; }
.ap-wrap .floating-label { /* … suas regras … */ }
.ap-wrap .floating-label input,
.ap-wrap .floating-label select { /* … */ }

.ap-wrap .container { /* seu container interno */ }
.ap-wrap .payment-layout { /* … */ }
.ap-wrap .column { /* … */ }
.ap-wrap .full-width { /* … */ }

.ap-wrap .payment-options { /* … */ }
.ap-wrap .radio-option { /* … */ }
.ap-wrap .radio-option input[type="radio"] { display:none; }
.ap-wrap .radio-option input[type="radio"]:checked + .radio-label { /* … */ }
.ap-wrap .radio-label { /* … */ }

/* media queries idem */
@media (max-width:500px){
  .ap-wrap .container { /* … */ }
  .ap-wrap .section-title { /* … */ }
  .ap-wrap .radio-option { /* … */ }
}

.column h2 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
	margin-top:20px !important;
	float:left !important;
	width:100% !important;
    color:#768B6E !important;
    border-bottom: 2px solid #768B6E !important;
    padding-bottom: 10px !important;
}
.section-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
	margin-top:20px !important;
	float:left !important;
	width:100% !important;
    color:#768B6E !important;
    border-bottom: 2px solid #768B6E !important;
    padding-bottom: 10px !important;
}
.camponumero
{
	text-align:center !important;
}
.floating-label {
   margin-top: 15px; /* Espaçamento superior */
    min-height: 50px;
    display: flex;
    align-items: center;
    border: 1px solid #848484;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0 5px;
    position: relative;
    flex: 1; /* Para que o elemento preencha o espaço proporcional */
    margin-right: 10px; /* Espaçamento lateral */
    box-sizing: border-box; /* Garante que padding e border sejam incluídos no tamanho */
	
}
.cbo
{
	margin-top: 15px;
}
.cep
{
	max-width:300px;
}
.med
{
	
	width:50%;
}



.submit-btn {
    display: block;
    width: 100%;
	max-width: 250px;
    padding: 15px;
    background-color: #27ae60;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #218838;
}






.floating-label input,
.floating-label select {
    width: 100% !important;
    height: 30px !important;
    border: 0px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 0.9rem !important;
    background: transparent !important;
    outline: none !important;
	margin:0px !important;
}

.floating-label input::placeholder {
    color: transparent;
}

.floating-label label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 0.9rem;
    color: #aaa;
    transition: 0.2s ease all;
    background: #fff;
    padding: 0 5px;
}

.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label select:focus + label,
.floating-label select:not(:placeholder-shown) + label {
    top: -10px;
    font-size: 0.75rem;
    color: #2980b9;
}



.container {
    max-width: 1000px;
    margin: 5px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
   
}

.form-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #2c3e50;
}

.payment-layout {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}


.column {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.full-width {
    flex: 1 0 95%; /* Faz a div ocupar 100% da largura */
    width: 95%;
}






.floating-label input::placeholder {
    color: transparent;
}

.floating-label label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 1rem;
    color: #aaa;
    transition: 0.2s ease all;
    background: #fff;
    padding: 0 5px;
}

.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label select:focus + label,
.floating-label select:not(:placeholder-shown) + label {
    top: -1px;
    font-size: 0.85rem;
    color: #2980b9;
}

.payment-value {
    font-size: 1.2rem;
    width:100%;
    color: #555;
	padding:20px;
}


.amigo-praca-container {
    max-width: 800px;
    margin: 30px auto;
    padding: 20px;
    background-color: #fff;
    border: 0px solid #d9ecd8;
    border-radius: 10px;
    box-shadow: 0 ;
    font-family: 'Montserrat', sans-serif;
}

.amigo-praca-titulo {
    font-size: 2rem;
    font-weight: bold;
    color: #2a7a8c;
    text-align: center;
    margin-bottom: 45px;
}

.amigo-praca-texto {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.amigo-praca-destaque {
		font-size: 1.4rem;
		font-weight: bold;
		color: #ffffff; /* Texto branco para maior contraste */
		margin-bottom: 25px;
		text-align: center;
		margin-top: 35px;
		line-height: 35px;

		/* Gradiente de fundo suave */
		background: linear-gradient(90deg, #2a7a8c, #1e8449);
		padding: 10px 20px; /* Adiciona espaçamento interno */
		border-radius: 10px; /* Bordas arredondadas */
		display: inline-block; /* Garante que o texto não ocupe toda a largura */
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para destacar */
	}

.amigo-praca-lista {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    font-size: 1.2rem;
    color: #555;
	line-height:35px;
}

.amigo-praca-lista li {
    margin-bottom: 10px;
    
    font-weight: 500;
}
.amigo-praca-lista li a {
	text-decoration:none;
}

.amigo-praca-lista li:before {
    content: '✔️';
    margin-right: 10px;
    color: #27ae60;
    font-size: 1.4rem;
}

.amigo-praca-call-to-action {
    font-size: 1.4rem;
    color: #333;
    text-align: center;
    margin-top: 60px;
	margin-bottom: 0px;
}

.amigo-praca-botao {
    display: inline-block;
    background-color: #27ae60;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.amigo-praca-botao:hover {
    background-color: #1e8449;
}


.agradecimento {
    max-width: 600px;
    margin: 30px auto;
    padding: 20px;
    background-color: #e8f5e9;
    border: 2px solid #c8e6c9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: 'Arial', sans-serif;
    color: #2e7d32;
}

.agradecimento h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1b5e20;
}

.agradecimento p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.botao-cadastro {
    display: inline-block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 1.2rem;
    background-color: #27ae60;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.botao-cadastro:hover {
    background-color: #1e8449;
}


@media (max-width:700px)
{
	
	.ap-wrap .section-title {
  font-size: 17px !important;
  font-weight: 600 !important;
  margin: 10px 0 2px !important;
  float: left !important;
  width: 100% !important;
  color: #768B6E !important;
  border-bottom: 2px solid #768B6E !important;
  padding-bottom: 10px !important;
}
	
		.container {
		max-width: 800px;
		margin: 0;
		padding: 4px;
		background: #ffffff;
		border-radius: 0px;
		box-shadow: 0 ;
		margin-bottom:100px;
	}
	body {
		font-family: 'Montserrat', sans-serif;
		background-color: #ffffff;
		margin: 0;
		padding: 0;
		color: #333;
	}
	.form-section {
		width:95%;
		 
		margin-bottom: 30px;
		padding-right:5px;
		padding-left:5px;
		float:left;
	}
	.section-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
	margin-top:0px;
	float:left;
	width:100%;
    color: #768B6E;
    border-bottom: 2px solid #768B6E;
    padding-bottom: 5px;
	}
	
	.amigo-praca-container {
		max-width: 800px;
		margin: 0px auto;
		padding: 10px;
		background-color: #fff;
		border: 0px solid #d9ecd8;
		border-radius: 10px;
		box-shadow: 0 ;
		font-family: 'Montserrat', sans-serif;
	}
	.amigo-praca-titulo {
		font-size: 1.8rem;
		font-weight: bold;
		color: #2a7a8c;
		text-align: center;
		margin-bottom: 5px;
	}
	.amigo-praca-destaque {
		font-size: 1.4rem;
		font-weight: bold;
		color: #ffffff; /* Texto branco para maior contraste */
		margin-bottom: 25px;
		text-align: center;
		margin-top: 5px;
		line-height: 35px;

		/* Gradiente de fundo suave */
		background: linear-gradient(90deg, #2a7a8c, #1e8449);
		padding: 10px 20px; /* Adiciona espaçamento interno */
		border-radius: 10px; /* Bordas arredondadas */
		display: inline-block; /* Garante que o texto não ocupe toda a largura */
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para destacar */
	}

	.amigo-praca-lista {
    list-style-type: none;
    padding: 0;
    margin: 5px 0;
    font-size: 1.1rem;
    color: #555;
	line-height:28px;
	}
}

.app-links {
    display: flex;
    justify-content: center;
	align-items:center;
    gap: 15px;
    margin-top: 5px;
}

.app-link {
    text-decoration: none;
}

.app-icon {
    height: 40px !important; /* Ajuste o tamanho conforme necessário */
    width: auto !important;
    transition: transform 0.3s ease;
}

.app-icon:hover {
    transform: scale(1.1);
}

@media (max-width:500px)
{
	
	
}


.payment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
	width:100%;
}

.radio-option {
    position: relative;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    cursor: pointer;
    background: #f9f9f9;
    font-weight: bold;
    flex: 1 1 120px;
    text-align: center;
    transition: 0.3s;
}

.radio-option input[type="radio"] {
    display: none;
}

.radio-option input[type="radio"]:checked + .radio-label {
    color: #fff;
    background-color: #3e8e41;
    border-radius: 8px;
    padding: 5px;
}

.radio-label {
    display: inline-block;
}
@media (max-width:500px)
{
	
	.radio-option {
    position: relative;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    cursor: pointer;
    background: #f9f9f9;
    font-weight: bold;
    flex: 1 1 80px;
    text-align: center;
    transition: 0.3s;
}
}