/*repositorio de fontes do google*/
@import url('https://fonts.googleapis.com/css?family=Bitter');

*{
	padding:0;
	margin: 0;
}

/*selection*/

::selection{
	background:#aabce5;
	color:#fff;
}

::-moz-selection{
	background:#aabce5;
	color:#fff;
}

/*body, regras padrão*/

h1, h2{
	color:#d5233c;
}

hr{
	color:#d5233c !important;
	border-color:#162953 !important;
	background: #d5233c !important;
}

body{
	/*background: url('../img/pattern-background-cash.png') repeat #d3e6d4 !important;*/
	background:#fff;
	font-family:'Bitter' !important;
	background-color:#eee;
}

li{
	list-style-image: url('../img/list-style-img.png');
}

.container{
	margin:0 auto;
	max-width: 850px;
	background-color:#fff;
	padding:20px 0 0 0  !important;
	overflow: hidden;
	border:3px solid #162953;
}

header{
	max-width: 960px;
	margin: auto;
	background: url('../img/predio-bg.png') top right no-repeat;
}

header > .brand{
	display:flex;
	justify-content: space-between;
	align-items: center;
}

header >.brand > a{
	padding-left:20px;
}

header >.brand> div {
	display:flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

header >.brand div > p:last-child{
	margin-top: -10px;
}

.block-text{
	width: auto;
	display: table;
	font-size:19px;
	text-align: right;
	padding:0 20px;
	color:#fff;
	background:#162953;
}

/* menu nav */
.navmenu {
	width:100%;
	background:#fff;
	padding-top:7px;
	box-sizing:border-box;
	border-top:3px solid #162953;
	border-bottom:4px solid #162953;
}

.navmenu ul{
	display:flex;
	justify-content: flex-end;
	padding-right: 10px;
}

.navmenu ul li{
	margin-left:6px;
	list-style: none;
}

.navmenu ul li a{
	background:#fff;
	font-size:13px;
	font-weight: lighter;
	padding:5px 11px;
	text-decoration:none;
	display: block;
	color:#555;
	font-weight: bold;
	border:4px solid;
	border-bottom-color:rgba(22,41,83,.5);
	border-left-color:rgba(22,41,83,.5);
	border-top-color:rgba(213,35,60,.5);
	border-right-color:rgba(213,35,60,.3);	
}

.active{border:4px solid;}

.navmenu ul li a:hover, .active{
	border-bottom-color:rgba(22,41,83,1) !important;
	border-left-color:rgba(22,41,83,1) !important;
	border-top-color:rgba(213,35,60,1) !important;
	border-right-color:rgba(213,35,60,1) !important;		
}

main{
	display: flex;
	justify-content: space-between;
}

section{
	padding:20px;
	width: 75%;
	box-sizing: border-box;
}

aside{
	width: 25%;
	background:#f2f1f1;
	border-left: 1px solid #eee;
	/*box-shadow: -2px 0 8px rgba(0,0,0,.1);*/
}

aside section{
	width:100%;
	background: #162953;
	padding:5px 10px;
	box-sizing: border-box;
}

aside h4{
	color:#fff;
	font-size:18px;
}

.aside-list{
	border:0 !important;
}

.aside-list a{
	color:#333;
	background: #f8f8f8;
	border:none;
}

.aside-list a:hover{
	background:#aebbda;
	color:#000;
}

/*pagina servicos*/

.servicos-section li{
	margin-left: 17px;
}

/*fim pagina servicos*/

/*pagina de contato*/

.contato-section address{
	font-size:16px;
	font-weight: lighter;
}

.contato-section input[type=text], .contato-section input[type=email], textarea{
	width:100%;
	box-sizing: border-box;
	padding:10px;
	font-size: 18px;
	border:2px solid #ccc;
	outline: none;
}

.contato-section input[type=text]:focus, .contato-section input[type=email]:focus, textarea:focus{
	border-color:#162953;
}

.contato-section input[type=submit]{
	padding:9px 17px;
	background:0;
	color:#333;
	border:2px solid #162953;
	text-transform: uppercase;
	outline: none;
}

.contato-section input[type=submit]:hover{
	background:#162953;
	color:#fff;
}

/* fim da pagina de contato */

footer .footerRight{
	text-align: right;
}

footer nav{
	margin-right: 10px;
}

footer nav a{
	color:#162953;
	border-radius: 0 !important;
}

footer nav a:hover{
	color:#333;
	text-decoration: underline !important;
	background:none !important;
}

.logoseartes{
	width: 100%;
	display: flex;
	justify-content: center;
	background:#162953;
	padding:15px;
	margin-top: 10px;
}

/* mobile css*/

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px){
	main{
		flex-direction: row;
		flex-wrap: wrap;
	}

	section{
		width: 100%;
	}

	aside{
		width: 100%;
	}
}