@charset "utf-8";
/* CSS Document */

/* CSS RESET ////////////////////////////////////////////////////////  */

* { margin: 0px; padding: 0px; line-height: 20px; border: 0px;}
/*#all *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }*/

/* FONTES ////////////////////////////////////////////////////////  */

@font-face{ font-family:'Oswald';
            src:url(../fonts/Oswald.eot),/* para IE */
                url(../fonts/Oswald.eot?#iefix)  format('embedded-opentype'),
                url(../fonts/Oswald.woff) format('woff'),
                url("Oswald.ttf") format('truetype'),
                url(../fonts/Oswald.svg#Oswald) format('svg');
            font-weight:normal;
            font-style:normal;}

@font-face{ font-family:'Oswald-light';
            src:url(../fonts/Oswald-Light.eot),/* para IE */
                url(../fonts/Oswald-Light.eot?#iefix)  format('embedded-opentype'),
                url(../fonts/Oswald-Light.woff) format('woff'),
                url("Oswald-Lightttf") format('truetype'),
                url(../fonts/Oswald-Light.svg#Oswald) format('svg');
            font-weight:normal;
            font-style:normal;}

/* INDEX////////////////////////////////////////////////////////  */

body{
	background-image:url(../images/background_right.png);
}

#all{ 
    width: 1012px;
    max-width: 1012px;
    height: 1200px;
    position: relative;
    left: 4px;
    z-index: 1;
    margin: 0 auto;
}

#left{
    width: 50%;
    height: 1200px;
    left:0;
    top:1px;
    position: absolute;
    background-image: url(../images/background_left.png);
}



/* TOPO////////////////////////////////////////////////////////  */

header{
    width: 1012px;
    height: 576px;
    float: left;
    position: relative;
    background-image: url(../images/background_topo.png);
    background-repeat: no-repeat;
    background-position: 524px 0px;
}

header h2{
    font-family: 'Oswald-light';
    font-size: 56px;
    color: #233943;
    position: absolute;
    float: left;
    line-height: 112px;
    font-weight: lighter;
    width: 551px;
    top: 68px;
    left: 16px;
    letter-spacing: 0.6px;
    z-index: 10;
}

header font{
    font-weight: bold;
    color: #a4b93d; 
}

.bottom_left{
    position: absolute;
    bottom: -2px;
    left: 50px;
    z-index: 0;
}

.right{
    position: absolute;
    right: -32px;
    z-index: 0;
    top: 2px;
}

#content_text{
    width: 441px;
    height: 193px;
    float: left;
    position: absolute;
    top: 171px;
    text-align: justify;
    font-weight: lighter;
    background-image: url(../images/base_text.png);
    background-repeat: no-repeat;
}

#content_text p{
    font-family: 'Oswald-light';
    font-size: 20px;
    color: #233943;
    position: relative;
    float: left;
    width: 445px;
    line-height: 25px;
    z-index: 2;
    left: 19px;
    top: 4px;
}

header a{
    width: 108px;
    height: 36px;
    position: absolute;
    top: 339px;
    left: 355px;
    background-color: #fff;
    border-radius: 100px;
    font-family: 'Oswald-light';
    font-size: 20px;
    color: #233943;
    z-index: 2;
    line-height: 36px;
    text-align: center;
    -webkit-box-shadow: 5px 2px 35px rgba(0,0,0,.18);
    -moz-box-shadow: 5px 2px 35px rgba(0,0,0,.18);
    box-shadow: 5px 2px 35px rgba(0,0,0,.18);
}

header a:hover{
    background-color: #233943;
    color: #fff;
    border:2px #fff solid;
}

/* CONTENT////////////////////////////////////////////////////////  */

#content{
    width: 1012px;
    height: 432px;
    float: left;
    position: relative;
}



.h3{
    width: 409px;
    height: auto;
    font-family: 'Oswald-light';
    font-size: 40px;
    color: #233943;
    text-transform: uppercase;
    position: absolute;
    font-weight: bold;
    line-height: 70px;
    text-indent: 35px;
    letter-spacing: 1.8px;
    top: -173px;
    left: -6px;
}

.ul{
    width: 389px;
    position: relative;
    margin-right: 100px;
    float: left;
    top: -50px;
    left: 54px;
}

.ul2{
    position: relative;
    margin-right: 100px;
    float: left;
    top: 39px;
    left: 92px;
}

.ul li{
    list-style-image: url(../images/seta.png);  
}

.ul li a{
    font-family: 'Oswald-light';
    font-size: 20px;
    color: #fff;
    line-height: 29px; 
}

.ul li a:hover{
    font-size: 21px;
    font-weight: bold;
    color: #a4b93d;   
}

.ul2 li{
    list-style-image: url(../images/seta.png); 
}

.ul2 li a{
    font-family: 'Oswald-light';
    font-size: 20px;
    color: #fff;
    line-height: 29px; 
}

.ul2 li a:hover{
    font-size: 21px;
    font-weight: bold;
    color: #a4b93d;   
}


/* RODAPE////////////////////////////////////////////////////////  */

footer{
    width: 1012px;
    height: 192px;
    float: left;
    top: 1px;
    position: relative;
    background-image: url(../images/background_footer.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.aling{
    width: 600px;
    height: 100px;
    text-align: center;
    position: relative;
    float: right;
    top: -24px;
    right: -62px;
}

.aling a{
    width: 100%;
    font-family: 'Oswald-light';
    font-size: 39px;
    color: #fff;
    top: 39px;
    position: relative;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: 1.8px;
}

.p{
    width: 100%;
    font-family: 'Oswald-light';
    font-size: 27px;
    color:#a4b93d;
    text-align: center;
    position: absolute;
    line-height: 36px;   
}


#logomarca{
    width: 186px;
    height: 140px;
    position: absolute;
    background-image: url(../images/logomarca.png);
    background-repeat: no-repeat;
    bottom: 28px;
    left: 61px;
}

.p_copy{
    font-family: 'Oswald-light';
    font-size: 18px;
    color: #233943;
    position: absolute;
    line-height: 36px;
    bottom: 24px;
    left: 400px;
    letter-spacing: 0.6px;
}

#assinatura {	
    position: relative;
    bottom: -27px;
    left: 10px;
    z-index: 999 !important;
}

.assinaturaDireita {	
    position:absolute;
    top:105px;
    left:965px;}



#content_error{
    width: 1012px;
    height: 432px;
    float: left;
    position: relative;
}

#content_error h2{
    font-family: 'Oswald-light';
    font-size: 47px;
    color: #fff;
    text-align: center;
    position: relative;
    line-height: 36px;
    top: 41px;
    padding: 22px;
    letter-spacing: 0.2px;
}


#content_error p{
    font-family: 'Oswald-light';
    font-size: 22px;
    color: #fff;
    position: relative;
 	top: 80px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.2px;
}

#content_error a{
	font-size:20px;
	border-radius:100px;
	background-image: -webkit-linear-gradient(bottom, #9e9e9e, #fff);
	background-image: -moz-linear-gradient(bottom, #9e9e9e, #fff);
	background-image: -o-linear-gradient(bottom, #9e9e9e, #fff);
	background-image: -ms-linear-gradient(bottom, #9e9e9e, #fff);
	background-image: linear-gradient(to top, #9e9e9e, #fff);
    font-family: 'Oswald-light';
    padding: 10px 54px;
    color: #233944;
    left: 371px;
    bottom: -144px;
    position: relative;
    line-height: 36px;
	text-align:center;
    letter-spacing: 0.2px;
}


#content_error a:hover{
	font-size:21px;
	font-weight:bold;
}












