body {
    background-color: #122b1b;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
}
header {
	background-color: #122b1b;
    padding: 1rem 0;
    position: relative;
    z-index: 10;
	background: url('../../lib/img/header-bg.png') no-repeat center center;
	background-size: cover;
	height: 500px;
}
nav a {
    transition: 0.3s;
}
nav a:hover {
    transform: scale(1.05);
}
.navbar{
	background-color: #122b1b; 
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
.logo-text {
    font-size: 2rem;
    font-weight: bold;
    color: #c78b36;
}
.logo-menu-img{
	height: 70px;
}

/* Centraliza o logo no mobile */
@media (max-width: 991.98px) {
    .logo-container {
        width: 100%;
        text-align: center;
    }

    .logo-menu-img {
        margin: 0 auto;
        display: block;
    }
}

.values-section, .areas-section, .aposentadoria-section, .contato-section {
    padding: 4rem 1rem;
    background: rgba(18, 43, 27, 0.95);
}
.section-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
    color: #fff;
}
.icon-circle {
    background-color: #000;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}
.icon-circle img {
    width: 50%;
}
.btn-custom {
    background-color: #c78b36;
    color: #000;
    font-weight: bold;
    padding: 0.8rem 2rem;
    border-radius: 8px;
}
footer {
    background-color: #0b1b11;
    padding: 2rem 1rem;
    color: #fff;
}
.social-icons a {
    color: #c78b36;
    font-size: 1.8rem;
    margin: 0 0.5rem;
}
.form-control {
    border-radius: 8px;
    border: none;
}
.checkbox-custom {
    margin-top: 1rem;
}
.map-img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border: 3px solid #c78b36;
    border-radius: 8px;
}

.areas-atuacao{
	background: url('../../lib/img/bg.png') no-repeat center center;
	background-size: cover;
	padding: 100px 0;
}

.img-areas-atuacao{
	width: 100%;
}

.botao-ajuda{
	background-color: #C78B36;
	color: #0f1e17;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 20px 50px;
	border-radius: 20px;
	box-shadow: 0 8px 15px rgba(0,0,0,0.4);
}

.aposentadoria{
	background: url('../../lib/img/aposentadoria-bg.png') no-repeat center center;
	background-color: #0f1e17;
	padding: 80px 0;
	position: relative;
}

.container-aposentador{
	position: relative;
}

.div1-aposentadoria{
	flex: 1;
	display: flex;
	justify-content: center;
}

.div2-aposentadoria{
	flex: 1;
	min-width: 300px;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.botao-aposentadoria{
	display: inline-block;
	border: 2px solid #C78B36;
	border-radius: 20px;
	padding: 40px 50px;
	text-align: center;
	text-decoration: none;
	color: #C78B36;
	font-weight: bold;
	font-size: 1.8rem;
	transition: all 0.3s ease;
}

.botao-aposentadoria:hover{
	color: #fff;
}

/* Centraliza o botao aposentadoria no mobile */
@media (max-width: 991.98px) {
	.botao-aposentadoria{
		margin-left: auto;
		margin-right: auto;
		padding: 40px 15px;
	}
}

.ajuda{
	background-color: #0f1e17;
	padding: 40px 0;
}

.ajuda-logo{
	flex: 1;
	min-width: 250px;
	text-align: center;
}

.ajuda-foto{
	flex: 1;
	min-width: 250px;
	text-align: center;
}

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

.ajuda-texto h4{
	color: white;
	font-weight: 700;
	font-size: 2rem;
}

.ajuda-texto p{
	color: #C78B36;
	font-weight: 700;
	font-size: 1.8rem;
}

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

.contato h2{
	color: white;
	font-size: 4rem;
	font-weight: 300;
}

.contato p{
	color: white;
	font-weight: 600;
	font-size: 1.2rem;
}

.contato-form{
	max-width: 600px;
	margin: auto;
}

.contato-form input{
	padding: 15px;
	font-size: 1.1rem;
	border-radius: 8px;
}

.botao-contato{
	background-color: #C78B36;
	color: #0f1e17;
	font-weight: 700;
	font-size: 2rem;
	border: none;
	border-radius: 30px;
	padding: 15px 40px;
	width: 100%;
}

.checkbox-label{
	font-weight: 600;
	padding-top: 8px;
	padding-left: 10px;
}

.footer-container {
    background-color: #13291d; /* Verde escuro */
    color: #c59135; /* Amarelo dourado */
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.social-icons a {
    color: #13291d;
    background-color: #c59135;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    text-decoration: none;
    transition: background-color 0.3s;
}

.social-icons a:hover {
    background-color: #af7d28;
}

.logo-img {
    height: 70px;
}

.map-container iframe {
    border-radius: 5px;
}

.map-address {
    color: white;
    font-size: 1rem;
}
