/*
JavaScript Document
@copyright: PP Solution
@desenvolvedor: Patrick Pantoja
@site: http://www.ppsolution.com.br
@contato: contato@ppsolution.com.br
@ano: 2026
*/
@charset "utf-8";

@font-face {
	font-family: 'Raleway-Regular';
	src: url('Raleway-Regular.eot');
	src: url('Raleway-Regular.otf') format('opentype'),
	url('Raleway-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
local("MyriadPro-Regular");
}

@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('MyriadPro-Regular.eot');
	src: url('MyriadPro-Regular.otf') format('opentype'),
	url('MyriadPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
local("MyriadPro-Regular");
}

/* --- TRANSIÇÕES GLOBAIS MODERNAS --- */
a, input[type=submit], .bt-formulario, .box {
	transition: all 0.3s ease-in-out;
}

body {
	/*font-family: 'Roboto', sans-serif; /* by google fonts */
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	line-height: 1.6; /* Melhoria de legibilidade */
	color: #444;      /* Cor levemente mais suave que o preto puro */
	margin: 0px;
}

body a {
	text-decoration: none;
	color:inherit;
}

body a:hover {
	color:#F9C14E;
	cursor:pointer;
	text-decoration:underline;
}

.content {
	width:65%;
	margin:0 auto;
	position:relative;
	z-index:1;
}

#mobile {
	display:none;
}
#mobile #menu-superior-mobile {
	display:none;
}

#topo {
	position:fixed;
	top:0;
	width:100%;
	height:177px;
	margin:0;
	background-color:#333;
	border-top:3px solid #F9C14E;
	z-index:1;
}
#topo #logo {
	float:left;
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
	width:30%;
	max-width:265px;
	height:140px;
	margin:0;
	cursor:pointer;
}
#topo #menu-interno {
	float:right;
	width:70%;
	margin:10px 0;
	margin-bottom:30px;
}
#topo #menu-interno ul {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	display:table;
}
#topo #menu-interno li {
	font-size:90%;
	color:#FFF;
	float:right;
	list-style:none;
	padding-left:30px;
	text-align:right;
}
#topo #menu-interno li:hover {
	text-decoration:none;
	color:#F9C14E;
}
#topo #menu {
	float:left;
	width:100%;
	height:37px;
	background-color:#000;
	border-radius:8px 8px 0 0; /* Arredondamento padronizado */
	padding: 4px 0;
}
#topo #menu ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	display:table;
}
#topo #menu ul li {
	font-size: 88%;
	float: left;
	height: 37px;
	padding-top: 0;
	color: #FFF;
	text-align: center;
	width: 25%;
	list-style: none;
}
#topo #menu ul li:hover {
	text-decoration:none;
	color:#F9C14E;
}

#banner {
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	height:250px;
	z-index:0;
	margin-top:180px;
	background-color:#333;
}

#quem-somos {
	position:relative;
	width:100%;
	display:table;
	z-index:0;
	background-color:#333;
	background-position:center;
	background-repeat:no-repeat;
}
#quem-somos .box {
	float:left;
	margin:20px 0;
	width:60%;
	border-radius:8px; /* Arredondamento padronizado */
	padding:5% 20%;
	background-color:#FFF;
	font-size:120%;
	text-align:justify;
}

/* Efeito de hover moderno para as caixas do site */
.box:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
	transform: translateY(-2px);
}

#quem-somos .titulo {
	color:#333;
	margin-top:0;
}

#atuacao {
	position:relative;
	width:100%;
	display:table;
	z-index:0;
	background-color:#555;
}
#atuacao ul {
	float:left;
	width:70%;
	margin:5px 15% 40px 15%;
	box-sizing:border-box;
}
#atuacao ul li {
	width:90%;
	font-size:125%;
	color:#FFF;
	list-style-image:url(../imagens/icn-check.png);
	margin:0;
	padding:10px 5%;
	font-weight:200;
	margin-bottom:5px;
}
#atuacao ul li b {
	font-size:130%;
	font-weight:bold;
}

#equipe {
	position:relative;
	width:100%;
	height:500px;
	display:table;
	z-index:0;
	background-color:#E5E5E5;
}
#equipe .box {
	float:left;
	width:48%;
	margin:20px 1%;
	background-color:#FFF;
	min-height:300px;
	border-bottom:2px solid #333;
	border-radius:12px 12px 0 0; /* Menos arredondado para mais sobriedade */
}
#equipe .box:hover {
	cursor:pointer;
	background-color:#F9C14E;
}
#equipe .titulo {
	color:#333;
}
#equipe .box .foto {
	float:left;
	display:table;
	width:100%;
	height:147px;
	margin:15px 0;
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 147px;
}
#equipe .box .texto {
	font-size:110%;
	float:left;
	width:auto;
	display:table;
	padding:0 10px;
	font-style:italic;
	text-align:justify;
}

#contato {
	position:relative;
	width:100%;
	height:600px;
	display:table;
	z-index:0;
	background-color:#333;
}
#contato .box {
	width:70%;
	background-position:top;
	background-repeat:no-repeat;
	background-size:32px 32px;
	padding:34px 15% 0 15%;
	color:#FFF;
	text-align:center;
}

#onde-estamos {
	position:relative;
	width:100%;
	height:600px;
	display:table;
	z-index:0;
	margin:0;
	padding:0;
}

#footer {
	position:relative;
	width:100%;
	height:30px;
	display:table;
	z-index:0;
	background-color:#333;
}
#footer ul {
	width:auto;
	display:table;
	margin:0;
	padding:0;
	margin-top:30px;
}
#footer ul li {
	list-style:none;
	text-transform:uppercase;
	color:#FFF;
	font-size:80%;
	cursor:pointer;
	margin:0;
	padding:0;
	margin-bottom:5px;
}
#footer ul li:hover {
	color:#FFF;
	text-decoration:underline;
}

.titulo {
	font-family: 'Vollkorn SC', serif; /* by google fonts */
	width:100%;
	text-align:center;
	margin:40px 0 25px 0;
	font-size:250%;
	color:#FFF;
}

img {
	border:0;
}

#divMsgErro,
#divMsgErro2 {
	background-color: #ffebee;
	color: #c62828;
	padding: 12px 15px;
	margin-bottom: 15px;
	border-radius: 8px; /* Arredondamento padronizado */
	border-left: 5px solid #c62828;
	text-align: center;
	font-weight: bold;
	font-size: 95%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#divMsgOk,
#divMsgOk2 {
	background-color: #e8f5e9;
	color: #2e7d32;
	padding: 12px 15px;
	margin-bottom: 15px;
	border-radius: 8px; /* Arredondamento padronizado */
	border-left: 5px solid #2e7d32;
	text-align: center;
	font-weight: bold;
	font-size: 95%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#col-1-2 {
	float:left;
	width:49%;
	margin-right:1%;
}

#col-2-2 {
	float:left;
	width:50%;
}

form {
	width:90%;
	margin:0 5%;
	position:relative;
}
form .label {
	width:100%;
	color:#FFF;
	font-size:110%;
	text-transform:uppercase;
}
form .observacao {
	width:100%;
	color:#9B9733;
	font-size:70%;
	text-align:justify;
}
form input, form select, form textarea {
	width:100%;
	float:left;
	box-sizing:border-box;
	border-radius:8px; /* Arredondamento padronizado */
	padding:10px;
	margin-bottom:5px;
	font-family:inherit;
	font-size:100%;
	border:none;
}
form .radio-row {
	width:100%;
	float:left;
}
form .radio-label {
	float:left;
	width:80%;
	font-family:inherit;
	margin:0;
	font-size:90%;
	margin-left:5%;
	color:#FFF;
}
form input[type=radio] {
	float:left;
	width:5%;
	color:#FFF;
	margin:0;
}

/* Botão original */
form input[type=submit], form .bt-formulario {
	border:none;
	color:#333;
	text-transform:uppercase;
	background-color:#F9C14E;
	margin-top:10px;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	border-radius:8px; /* Arredondamento padronizado */
}

/* Efeito moderno de Elevação nos Botões */
form input[type=submit]:hover, form .bt-formulario:hover {
	background-color: #e5b043;
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(249, 193, 78, 0.4);
}

#goTop {
	position:fixed;
	cursor:pointer;
	left:10px;
	bottom:30px;
	width:50px;
	height:50px;
	border-radius:50%;
	background-color:#000;
	display:none;
	background-position:center;
	background-repeat:no-repeat;
	background-size:55%;
}

/* =========================================================
   MEDIA QUERY: VERSÃO MOBILE MANTIDA 100% INTACTA
   ========================================================= */
@media screen and (max-width: 999px) {
	body {
		font-size:85%;
	}
	.content {
		width:96%;
	}

	#mobile {
		position:fixed;
		display:table;
		width:100%;
		margin:0;
		height:40px;
		background-color:#FFF;
		z-index:2;
	}
	#mobile #menu-superior-mobile {
		z-index:9999;
		width:100%;
		display:table;
		height:40px;
	}
	#mobile #menu-superior-mobile #icn-menu-mobile {
		margin:5px;
		float:right;
		width:30px;
		height:30px;
		background-image:url(../imagens/icn-menu-mobile.png);
		background-repeat:no-repeat;
		background-size:100%;
		display:table;
		z-index:99999;
	}
	#mobile #menu-superior-mobile ul {
		width:70%;
		margin:0;
		padding:0;
		left:0;
		display:none;
		position:absolute;
		background-color:#FFF;
		z-index:999999;
		/* Sombra moderna e leve para o menu do celular */
		-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
		-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	}
	#mobile #menu-superior-mobile li {
		width:90%;
		background-color:#FFF;
		color:#333;
		padding:10px 5%;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #FFF;
		font-weight:bold;
		text-transform:uppercase;
	}
	#mobile #menu-superior-mobile a:hover {
		text-decoration:none;
		color:#3ec1c7;
	}

	#topo {
		position:relative;
		top:40px;
		height:110px;
	}
	#topo #logo {
		width:100%;
		max-width:100%;
		background-position:center;
		background-size:180px;
		height:110px;
		margin:0;
	}
	#topo #menu-interno {
		display:none;
	}
	#topo #menu {
		display:none;
	}

	#banner {
		display:none;
	}

	#quem-somos {
		background-image:none;
		margin-top:40px;
	}
	#quem-somos .box {
		width:90%;
		padding:5%;
	}

	#atuacao {}
	#atuacao ul {
		/*width:80%;
        margin:0 5%;*/
	}

	#equipe {}
	#equipe .box {
		width:100%;
		margin:5px 0;
	}

	#contato {}

	#footer {}

	.titulo {
		font-size:200%;
	}

	#col-1-2,
	#col-2-2 {
		width:100%;
		margin:0;
		margin-top:20px;
	}
}