body 			{
				margin:0px;
				font-family: 'Poppins', sans-serif;
				}
nav 			{
				background: white;
				color: white;
				padding-top:10px;
				padding-bottom:10px;
				padding-left:10%;
				padding-right:10%;
				box-shadow: 0 2px 10px rgba(0,0,0,0.3);
				background-color: #020873;
				}
ul 				{
				list-style-type: none;
				margin: 0;
				padding: 0;
				overflow: hidden;
				}
nav ul div		{
				float:right;
				text-align:left;
				}
ul li			{
				display:inline-table;
				text-align:right;
				}
ul li a 		{
				display: block;
				color: white;
				text-align: center;
				padding: 18px 16px;
				text-decoration: none;
				}
ul li a:hover 	{
				background-color: #030A8C;
				}
.logo			{
				max-height:60px;
				}
.inicio			{
				background: url('../imagens/banner.png');
				background-size: cover;
				background-position: bottom;
				color: #0D0D0D;
				text-align: center;
				padding: 6px 10% 280px;
				}
.inicio h1 		{ 
				font-size: 3.5rem; 
				margin-bottom: 1rem;
				color:#020873;
				}
.inicio p 		{
				font-size: 1.5rem; 
				max-width: 800px; 
				margin: 0 auto 2rem;
				}
.inicio button 	{ 
				background: #020873; 
				color: #FFFFFF; 
				padding: 1rem 2.5rem; 
				border: none; 
				border-radius: 50px; 
				font-size: 1.2rem; 
				font-weight: 600; 
				cursor: pointer; 
				transition: 0.3s; 
				text-decoration: none;
				display: inline-block;
				margin-bottom:300px;
				}
.inicio button:hover { 
				background: #030A8C;
				transform: translateY(-3px);
				}
.benefícios		{
				background: #030A8C;
				color: white;
				padding: 1.5rem;
				text-align: center;
				display: flex;
				justify-content: center;
				gap: 4rem;
				flex-wrap: wrap;
				}
.benefício 		{
				font-size: 1.1rem;
				}
.produtos 			{ 
					padding: 80px 5%; 
					max-width: 1400px; 
					margin: auto;
					}
.produtos h2		{
					text-align: center; 
					font-size: 2.8rem; 
					margin-bottom: 3rem; 
					color:#030A8C;
					margin-top:100px;
					}
.grid 				{ 
					display: flex;
					flex-wrap: wrap;
					gap: 2rem;
					justify-content: center;             /* centraliza sempre */
					padding: 50px 7% 100px;
					}
.destaque	 		{ 
					position: absolute; 
					top: 10px; 
					left: 10px; 
					background: var(--accent); 
					color: var(--dark); 
					padding: 0.4rem 1rem; 
					border-radius: 20px; 
					font-size: 0.9rem; 
					font-weight: 600;
					}
.produto			{
					background: white;
					border-radius: 12px;
					overflow: hidden;
					box-shadow: 0 10px 20px #9395BF;
					transition: 0.4s;
					text-align: center;
					flex: 0 1 320px;
					max-width: 340px;
					}
.produto:hover 		{
					transform: translateY(-10px); 
					box-shadow: 0 20px 40px #9395BF;
					}
.produto img 		{
					width: 80%;
					object-fit: cover;
					}
.informações 		{ 
					padding: 1.5rem;
					}
.informações h3		{ 
					margin: 0.8rem 0; 
					font-size: 1.4rem;
					}
.informações p 		{ 
					color: #555; 
					margin-bottom: 1rem;
					}
.informações button { 
					background: #030A8C; 
					color: #FFFFFF; 
					padding: 0.8rem 1.5rem; 
					border-radius: 30px; 
					text-decoration: none; 
					font-weight: 500; 
					margin-top:20px;
					margin-bottom:30px;
					border-width:0px;
					}
.informações button:hover { 
					background: #030A8C; 
					}
.footer {
    background: #020873;
    color: #f0f4f8;
    padding: 80px 5% 40px;
    font-family: 'Poppins', sans-serif;
}

.footer-top {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-container {
    max-width: 1400px;
    margin: 0 auto 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 50px 40px;
    align-items: start;
}

.footer-col {
    text-align: left;
}

.footer-logo .logo {
    max-width: 200px;
    margin-bottom: 1rem;
    display: block;
}

.slogan {
    font-size: 1.2rem;
    color: #9395BF;          /* ou #13678A se preferir o tom mais escuro */
    font-weight: 600;
    margin: 0 0 1rem;
}

.footer-text {
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.9;
}

.footer-col h4 {
    color: #9395BF;          /* accent principal */
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-col p {
    font-size: 1rem;
    line-height: 1.8;
    margin: 0.5rem 0;
}

.footer-col a {
    color: #9395BF;
    text-decoration: none;
    transition: 0.3s;
}

.footer-col a:hover {
    color: #9395BF;
    text-decoration: underline;
}

.social-icons {
    margin: 1.2rem 0 1.8rem;
}

.social-icons a {
    color: #e0e0e0;
    font-size: 2.2rem;
    margin-right: 1.6rem;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #45C4B0;
    transform: translateY(-4px);
}

.dados-fiscais {
    margin-top: 1.5rem;
    font-size: 0.95rem;
    opacity: 0.85;
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.footer-links a {
    color: #9395BF;
    text-decoration: none;
    font-size: 1rem;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #9395BF;
}

.footer-bottom p {
    font-size: 0.95rem;
    opacity: 0.9;
}

.footer-bottom a {
    color: #9395BF;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {
    .footer {
        padding: 60px 5% 30px;
    }
    .footer-container {
        gap: 50px;
        text-align: center;
    }
    .footer-col {
        text-align: center;
    }
    .footer-logo .logo {
        margin: 0 auto 1rem;
    }
    .social-icons a {
        margin: 0 1.2rem;
        font-size: 2rem;
    }
}

/* Estilos para a seção de chamada/contato */
.chamada {
    padding: 80px 7%;
    background: #f8f9fa; /* fundo claro para destacar do resto da página */
    text-align: center;
    margin: 0 auto;
}

.chamada h2 {
    font-size: 2.5rem;
    color: #030A8C;
    margin-bottom: 1.2rem;
}

.chamada p {
    color: #0D0D0D;
}

.chamada-intro {
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

/* Informações de contato (WhatsApp, endereço, horário) */
.contato-info {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    max-width: 600px;
    margin: 0 auto 3rem;
	padding-top:50px;
    text-align: left;
}

.contato-item {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #333;
}

.contato-item strong {
    color: #030A8C;
}

.contato-item a {
    color: #545ABF;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.contato-item a:hover {
    color: #9395BF;
    text-decoration: underline;
}

.contato-item small {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.4rem;
}

/* Introdução do formulário */
.form-intro {
    font-size: 1.3rem;
    font-weight: 500;
    color: #012030;
    margin: 2rem 0 1.5rem;
}

/* Formulário (melhorado visualmente) */
.inscrição {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

.inscrição input,
.inscrição textarea {
    padding: 1rem 1.2rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1.05rem;
    background: white;
    transition: border-color 0.3s;
}

.inscrição input:focus,
.inscrição textarea:focus {
    outline: none;
    border-color: #45C4B0;
    box-shadow: 0 0 0 3px rgba(69, 196, 176, 0.15);
}

.inscrição textarea {
    resize: vertical;
    min-height: 120px;
}

.inscrição button {
    background: linear-gradient(to right, #020873, #030A8C);
    color: white;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 1rem;
}

.inscrição button:hover {
    background: linear-gradient(to right, #020873, #030A8C);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(69, 196, 176, 0.3);
}

/* Responsividade */
@media (max-width: 768px) {
    .chamada {
        padding: 60px 5%;
    }
    .chamada h2 {
        font-size: 2.2rem;
    }
    .contato-info {
        text-align: center;
    }
}