@font-face {
    font-family: 'lintelregular';
    src: url('../../npdm/fonts/lintel-regular-webfont.eot');
    src: url('../../npdm/fonts/lintel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../npdm/fonts/lintel-regular-webfont.woff') format('woff'),
         url('../../npdm/fonts/lintel-regular-webfont.ttf') format('truetype'),
         url('../../npdm/fonts/lintel-regular-webfont.svg#lintelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AesteticoRegular';
    src: url("../../npdm/fonts/Latinotype-Aestetico-Regular.eot"); /* IE9 Compat modes */
    src: url("../../npdm/fonts/Latinotype-Aestetico-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../../npdm/fonts/latinotype-aestetico-regular-webfont.woff2") format("woff2"), /* Super modern Browsers */
        url("../../npdm/fonts/latinotype-aestetico-regular-webfont.woff") format("woff"), /* Pretty modern Browsers */
        url("../../npdm/fonts/Latinotype-Aestetico-Regular.ttf") format("truetype"), /* Safari, Android and iOS */
        url("../../npdm/fonts/Latinotype-Aestetico-Regular.svg") format("svg"); /* Legacy iOS */
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AesteticoRegularItalic';
    src: url("../../npdm/fonts/Latinotype-Aestetico-Regular-It.eot"); /* IE9 Compat modes */
    src: url("../../npdm/fonts/Latinotype-Aestetico-Regular-It.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../../npdm/fonts/latinotype-aestetico-regular-it-webfont.woff2") format("woff2"), /* Super modern Browsers */
        url("../../npdm/fonts/latinotype-aestetico-regular-it-webfont.woff") format("woff"), /* Pretty modern Browsers */
        url("../../npdm/fonts/Latinotype-Aestetico-Regular-It.ttf") format("truetype"), /* Safari, Android and iOS */
        url("../../npdm/fonts/Latinotype-Aestetico-Regular-It.svg") format("svg"); /* Legacy iOS */
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'AesteticoBold';
    src: url("../../npdm/fonts/Latinotype-Aestetico-Bold.eot"); /* IE9 Compat modes */
    src: url("../../npdm/fonts/Latinotype-Aestetico-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../../npdm/fonts/latinotype-aestetico-bold-webfont.woff2") format("woff2"), /* Super modern Browsers */
        url("../../npdm/fonts/latinotype-aestetico-bold-webfont.woff") format("woff"), /* Pretty modern Browsers */
        url("../../npdm/fonts/Latinotype-Aestetico-Bold.ttf") format("truetype"), /* Safari, Android and iOS */
        url("../../npdm/fonts/Latinotype-Aestetico-Bold.svg") format("svg"); /* Legacy iOS */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'AesteticoBoldItalico';
    src: url("../../npdm/fonts/Latinotype-Aestetico-Bold-It.eot"); /* IE9 Compat modes */
    src: url("../../npdm/fonts/Latinotype-Aestetico-Bold-It.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../../npdm/fonts/latinotype-aestetico-bold-it-webfont.woff2") format("woff2"), /* Super modern Browsers */
        url("../../npdm/fonts/latinotype-aestetico-bold-it-webfont.woff") format("woff"), /* Pretty modern Browsers */
        url("../../npdm/fonts/Latinotype-Aestetico-Bold-It.ttf") format("truetype"), /* Safari, Android and iOS */
        url("../../npdm/fonts/Latinotype-Aestetico-Bold-It.svg") format("svg"); /* Legacy iOS */
    font-weight: 700;
    font-style: italic;
}

body {
	font-size:62.5%;
	line-height:1;
	font-family: 'AesteticoRegular', Arial, Helvetica, sans-serif;
	/*background: url(../images/layout.png) center top no-repeat; */
}

a {
	color:#000;
	text-decoration:none;
}
h1 {
	
}

h2 {
	font-size: 3.59em;
	color: #ffffff;
	font-family: 'AesteticoRegular', 'lintelregular', Arial, Helvetica, sans-serif;
	line-height: 1.1;
	text-transform: uppercase;
	padding-bottom: 10px;
}
h3 {
	font-size: 1.7em;
	color: #ffffff;
	padding-bottom: 10px;
}
h4 {
	padding: 25px 0px 12px 0px;
	font-size: 1.8em;
	font-family: 'AesteticoBold', 'lintelregular', Arial, Helvetica, sans-serif;
	/* font-weight: bold; antigo*/
	color: #13276f;
	letter-spacing: -1px;
}
h5{
	padding: 15px 0px;
	font-size: 1.8em;
	font-family: 'AesteticoBold', 'lintelregular', Arial, Helvetica, sans-serif;
	/* font-weight: bold; */
	color: #13276f;
	letter-spacing: -1px;
}
h6{
	font-size: 2em;
	font-family: 'AesteticoRegular', Arial, Helvetica, sans-serif;
	padding: 15px 20px 10px 20px;
	color: #ffffff;
}
.column3 h6{
	color: #13276f;
}
strong {
	/* font-weight: bold; antigo*/
	font-family: 'AesteticoBold', 'lintelregular', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
}
label{
	
}
span{
	
}

.clear{
	clear: both;
	margin-bottom: 7px;
}


p {
	line-height: 1.4em;
	
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}

select{
	padding: 12px;
	width: 180px;
	margin-right: 12px;
	border: solid 1px #d8d8d8;
	border-bottom: solid 2px #d8d8d8;
	color: #707070;
	border-radius: 4px;
	background: #fcfcfc;
}

article{
	
}
table{
	
}
tr{
	
}
td{
	
}

.mright{
	margin-right: 19px;
}
.center{
	text-align: center;
}

input[type="search"]{
	background: #fcfcfc;
	padding: 12px;
	border: solid 1px #d8d8d8;
	border-top: solid 2px #d8d8d8;
	width: 148px;
}
.search-btn{
	background: url(../images/search-btn-bg.png) left top repeat-x; 
	padding: 12px 20px;
	border: solid 1px #d8d8d8;
	color: #707070;
	font-size: 1.4em;
	margin-left: -4px;
}
.btn-orange{
	background: url(../images/orange-btn-bg.png) left top repeat-x; 
	border:none;
	border-bottom: solid 2px #c14e16;
	border-radius: 6px;
	padding: 12px 10px;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	display: inline-block;
}
.btn-orange-client{
	background: url(../images/orange-btn-bg.png) left top repeat-x; 
	border:none;
	border-bottom: solid 2px #c14e16;
	border-radius: 6px;
	padding: 12px 10px;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	margin:4px 0px 5px;
	display: inline-block;
	margin-bottom: 5px;
}

.main-wrapper {
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
    background: #f3f3f3;
}

/*Header Start*/

.header-top{
	margin-left: 210px;
}
.header-main{
	background: #ffffff;
}
.logo{
	float: left;
	width: 24%;
}
/*.logo img{
	margin: 38px 20px;
}*/
.search{
	width: 280px;
	float: left;
	padding: 7px 20px;
}
.header-bottom {
	
}

/*Banner Area*/
.banner{
	position: relative;
}
.banner-content{
	width: 340px;
	margin-left: 20px;
	position: absolute;
	bottom:100px;
	left:0px;
}

/*content Area*/

.content{
	padding: 0px 20px 5px 20px;
	width: 938px;
	border-bottom: 1px solid #DBDBDB;
}
.client-content{
	width: 218px;
	float: left;
}

.fb-content{
	width: 220px;
	float: left;
}
/*footer area*/

.footer{
	background: #ffffff;
	position: relative;
}
.footer-inner-link{
	padding: 20px;
	width: 940px;
	float: left;
	position: relative;
}
.copyright{
	right: 0px;
	padding-right: 20px;
	padding-top: 60px;
	color: #707070;
	font-size: 1.1em;
	position: absolute;
}

#loadingWrapper{
}

#loadingWrapper #loadingOverlay{
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	z-index: 1100;
    opacity: 0.8;
    filter: alpha(opacity=80);
 	background:rgb(17,16,0);
	background: transparent\9;
	background:rgba(17,16,0,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc111000,endColorstr=#cc111000);
	zoom: 1;
}

#loadingWrapper #loadingBox{
	z-index: 1101;
	position: absolute;
    width: 80px;
    height: 20px;
    background: #FFF;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
    padding: 7px;
}