@charset "UTF-8";

/* Reset e fonte padrão */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
/*    font-family: 'Comfortaa', sans-serif; */
}

body {
	
	font-size: 20px; /* Tamanho padrão do texto */
	font-family: 'Montserrat', sans-serif; 
    color: #333333; /* Cor padrão do texto */
/*	font-family: 'CNN Sans Display', helveticaneue, Helvetica, Arial, Utkal, sans-serif; */
 /* font-family: 'Comfortaa', sans-serif;  */
    overflow-x: hidden;
	line-height: 1.5; /* Espaçamento entre linhas */
    letter-spacing: -0.2px; /* Reduzindo o espaçamento entre letras */
	font-weight: 200;
}


/* Quando a página rolar, o menu de navegação ganha um fundo */
.scrolled {
    background: rgba(100, 100, 100, 0.9);
   
}


/* Contêiner da logo e do nome */
.logo-container_v {
    display: flex;
    align-items: center; /* Mantém a logo e o nome alinhados verticalmente */
    height: 60px;
     /* Ajustado para melhor flexibilidade */
     justify-content: center;
     align-content: center;
     
}

/* Logo do escritório */
.logo {
	margin-top:0px;
	width:60px;
	margin-bottom:0px;
	background-color:#fff;
    height: 60px;
    margin-left: 30px;
    transition: all 0.3s ease-in-out; /* Suaviza qualquer alteração de posição */
}


/* Logo do escritório */
.logo_a {
	display:flex;
	justify-content: center;
	align-content:center;
	align-items: center;
	margin-top:0px;
	width:60px;
	background-color:#fff;
	margin-bottom:0px;
    height:60px;
    margin-left: 30px;
    transition: all 0.3s ease-in-out; /* Suaviza qualquer alteração de posição */
}

.logo_a img{
	width:40px;
	height: 40px;
}



/* Nome ao lado da logo */
.nl {
    margin-left: 10px;
    color: white;
    font-size: 18px;
    font-weight: 180;
    display: flex;
    align-items: center; /* Mantém o nome alinhado verticalmente à logo */
    transition: all 0.3s ease-in-out; /* Evita pequenos deslocamentos ao rolar */
    
}


/* === Menu de navegação fixo e responsivo === */
nav {
    font-size: 13px;
/*    background: transparent;*/
    position: fixed;
    width: 100%;
    top:0px;
    background-color:rgba(100, 100, 100, 0.6);
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center; /* Alinha os itens verticalmente */
    justify-content: space-between; /* Distribui os itens nos cantos */
    padding: 0px 35px; /* Diminuída a altura do menu */
    transition: background 0.3s ease-in-out;
}


/* === Menu Horizontal (Computador) === */
.nav-links {
    list-style: none;
    display: flex;
    align-items: center; /* Alinha os itens do menu com a logo */
    justify-content: center;

    
}


.nav-links li {
    margin: 0 12px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.nav-links a:hover {
    opacity: 0.8;
}

/* === MENU HAMBÚRGUER (Aparece Apenas em Telas Pequenas) === */
.menu-hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: absolute;
    left: 14px;
    top: 10px;
    z-index: 1100;
}

.menu-hamburger div {
	
    width: 30px;
    height: 4px;
    background: white;
    margin:4px;
    transition: 0.3s;
}

/* === MENU RECOLHÍVEL (Vertical) === */
.mobile-menu {
    z-index: 1050;
    display: none;
    position: fixed;
    top: 60px;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: rgba(114, 108, 72, 0.9);
    text-align: left;
    padding-top: 60px;
    transition: left 0.3s ease-in-out;
    
}

.mobile-menu.active {
    left: 0;
}

/* Estilização dos links do menu recolhível */
.mobile-menu a {
    color: white;
    display: block;
    padding: 20px;
    padding-left:30px;
    
    text-decoration: none;
    font-weight: bold;
}

.mobile-menu a:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* === RESPONSIVIDADE === */
@media (max-width: 768px) {
    .nav-links {
        display: none; /* Esconde o menu horizontal */
    }

    .menu-hamburger {
        display: flex; /* Exibe o menu hambúrguer */
    }

    .mobile-menu {
        display: block;
    }
    .telas_max{
    	display: none;
    }
    .telas_mini{
     display: flex;
    }
    
    .nl{
     opacity: 0.6;
     font-size:15px;
    }
    
}

@media (min-width: 769px) {

	.telas_max{
		display: flex;
	}
	
	.telas_mini{
		display: none;
	}
	
}



.bl {
    margin-top: 80px;
    font-size: 18px;
    font-style:normal;
    text-align: center;
    margin-bottom: 0px;
}
.titulos{

	/*	color: #000080; */
	color:#7f8d84;
/*	color: #726c48; */
	margin-bottom: 8px;
	
}
main {
    position: relative;
    z-index: 1;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    width: 100%;
    max-width: 1900px;

    padding: 0;
    top: 50px;

    margin-left: auto;
    margin-right: auto;

    line-height: 1.6;
}

.conteudo {
	
	margin:0px;
	padding:0px;
    width: 85%;
    text-align: justify;
    align-content: center;
	
}

.contatos{
	width:85%;
}

#home{
	margin-right:10px;
	margin-left:10px;
	margin-top: 20px;
}

.linha_rsocial1{
	opacity:0.6;
	margin-top:0px;
	border: none;
    height: 1px;
    background-color: #ccc;
    width: 100%;
    margin-bottom:10px; 
}

.linha_rsocial2{
	opacity:0.6;
	border: none;
    height: 1px;
    background-color: #ccc;
    margin-bottom:10;
    margin-top:10px;
    width: 100%;
}

.linha_meio {
	opacity:0.6;
    border: none;
    height: 1px;
    background-color: #ccc;
    margin-bottom: 35px;
    margin-top: 35px;
    width: 100%;
}


footer {
	
    justify-content: center;
    padding: 0px;
    background: #33333399;
    position: relative;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    min-height: 300px; 
    
}
.rodape-container{
	
	padding:0px;
	justify-content: center;
	align-items: center;
	align-self: center;
	width: 100%;
	font-size-adjust: 10px;
	line-height: 20px;
	height: 400px;
}

.rodape-container p{
	
	color:#fff;
	
	margin-left: 20px;
	margin-bottom:5px;
}

.rodape-container .localizacao{
	position: absolute;
	right:5%;
	transform: translateX(-50%);
	font-weight: bold;
	font-size:13px;
	border-radius:30px;
/*	border-bottom-right-radius:40px;*/
	color:#33333399;	
	top:80px;
	width: 200px;
	height: 50px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-content:center;
	align-items:center;
    flex-wrap: wrap; /* Permite que os itens quebrem para a linha de baixo */
}

@media (max-width: 768px) {
	.rodape-container .localizacao{
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-weight: bold;
	font-size:13px;
	border-radius:30px;
/*	border-bottom-right-radius:40px;*/
	color:#33333399;	
	top:80px;
	width: 200px;
	height: 50px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-content:center;
	align-items:center;
    flex-wrap: wrap; /* Permite que os itens quebrem para a linha de baixo */
	}   
}

.rodape-container .localizacao::after{
/*	
	content: '';
	position: absolute;
	bottom: -10px; /* Distância do triângulo em relação à base da div */
/*	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 55px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff; /* Mesma cor da div */

}


.r_esq{
	
	
	margin-left: 6%;
	padding-top:130px;
	margin-top:50px;
	max-width:68%; 
	font-weight: bold;
	
	
}

.cnpj{
	
	color:#fff;
	margin-bottom:50px;
	font-size:10px;
	
	
}

.cnpj p{
	color:#fff;
	
	text-align:left;
	border-top: 1px solid #ffffff50;
	
	font-size:10px;
	
}






.conteudo_interno_s{
	
	justify-content: center; /* Alinha os itens horizontalmente no centro */
    gap: 10px; /* Espaçamento entre os elementos */
    width: 100%;
    max-width: 450px;
    
}

.conteudo_botao{
	justify-content: space-between; /* Espaço entre os itens */
    justify-content: center; /* Alinha os itens horizontalmente no centro */
    line-height: 15px;
    height: 45px;
    align-items: center; /* Alinha os itens verticalmente no centro */
}

.botao_s{
	display: flex;
	justify-content: space-between; /* Espaço entre os itens */
    justify-content: center; /* Alinha os itens horizontalmente no centro */
    border: 1px solid #ccc;
	position: relative;
	
	max-width: 450px;
	min-width: 300px;
	line-height: 15px;
    border-radius: 25px;
   /* font-family: 'Comfortaa', sans-serif; */
    padding: 0px;
    height: 45px;
    text-align: justify;
    justify-content: center; /* Alinha os itens horizontalmente no centro */
    align-items: center; /* Alinha os itens verticalmente no centro */
  
}



 .bloco_infor_1 {
 	
    display: flex;
    flex-wrap: wrap; /* Permite que os itens quebrem para a linha de baixo */
    align-items: center; /* Alinha os itens verticalmente no centro */
    gap: 30px; /* Espaçamento entre os elementos */
    width: 100%;    
    margin: 0 auto; /* Centraliza o container na página */
}

.icone_infor{
	
	position: absolute;
    top: -3px;
    right: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.img_icones{	
	width: 60px;
}








