﻿/********************************************
*	Author: Ely Cabral						*
*	Email: ej_cabral@hotmail.com			*
*	Fone: +55 83 8819.1176					*
*	Ouvindo: Vital Farias					*
********************************************/

/******************** class **********************/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.none{display:none !important;}

p, a, div{color:#333; font-size:14px;}


a:hover{text-decoration:underline}
h2{color:#333; font-size:22px; width:100%; float:left; display:inline; padding-bottom:26px; border-bottom:1px solid #333; margin:0 0 26px 0;}

*{
    margin:0; 
    padding:0; 
    border:0; 
    list-style:none; 
    text-decoration:none; 
    outline:none; 
    /*    font-family: Arial, Sans-Serif;*/
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

}

html, body{height: 100%; }
html{overflow-y:scroll; overflow-x:hidden;}
body{
    /*    background:#202020 url('../imagens/bg_body.jpg') repeat-x top left; */
    -webkit-text-size-adjust: none !important; 
    -webkit-font-smoothing: antialiased !important;
}

/******************** div#wrap *********************/
div#wrap{width:100%; min-height:100%; float:left; display:inline; position:relative; overflow:hidden; z-index:2;}

/******************** div#geral ********************/
div#wrap div#geral{
    margin:0 auto; 
    position:relative; 
    overflow:hidden;
    max-width: 960px;
}

/******************** div#topo *********************/
div#wrap div#geral div#topo{width:100%; height:184px; float:left; display:inline; position:relative; margin:0 0 30px 0;}
div#wrap div#geral div#topo h1#logo{
    width:97px; 
    height:114px; 
    position:absolute; 
    top:55px; 
    left:0;
}
div#wrap div#geral div#topo h1#logo img{position:absolute; top:0; left:0;}

div#wrap div#geral div#topo p.endereco{font-size:12px; color:#333; position:absolute; left:0; top:5px;}

div#wrap div#geral div#topo ul#linguagens{position:absolute; right:0; top:3px;}
div#wrap div#geral div#topo ul#linguagens li{float:left; display:inline;}
div#wrap div#geral div#topo ul#linguagens li a{
    font-size:14px; 
    color:#333; 
    padding:3px 7px; 
    border-left:1px solid #333;
}
div#wrap div#geral div#topo ul#linguagens li:first-child a{border:none;}



/******************** div#principal ****************/
div#wrap div#geral div#principal{width:100%; float:left; display:inline;}
div#wrap div#geral div#principal ul{width:100%; float:left; display:inline;}
div#wrap div#geral div#principal ul li{width:318px; height:208px; display:inline-block; overflow:hidden; float:left; margin:1px; background:#500000; position:relative;}
div#wrap div#geral div#principal ul li a span{width:100%; float:left; display:inline; position:absolute; color:#fff; font-size:22px; font-weight:bold; left:0; top:-50px; text-align:center;}

.menu .nav > ul > li:first-child a{
    font-weight: bold;
}
/******************** div#rodape *******************/
#rodape{
    width:100%; 
    background: #fff;
    padding:30px 0 15px 0; 
    /*    border-top:1px solid #696969; */
    /*    position: fixed;
        bottom:0;
        left: 0;
        z-index: 999;
        display: table;*/

}
#rodape .rodape-container{
    margin: 0 auto;
    overflow: hidden;
    max-width: 960px;
}

#rodape .linguagens{
    display: table-cell;
    vertical-align: middle;
    /*    width: 15%;*/
}

#rodape .linguagens select{
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border: solid 2px;
    cursor: pointer;
    outline: none;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 15px;
    width: 135px;
    height: 45px;
    text-transform: uppercase;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    text-align-last:center;
}

#rodape .linguagens select:hover{
    background-color: #272727;
    color: #fff;
}


#rodape .copy{
    font-size:15px; 
    width: 65%;
    float: left;
    /*    display: table-cell;
        vertical-align: middle;*/
    text-align: left;
}

#rodape .endereco{
    font-size:15px; 
    /*    width: 35%;*/
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#rodape .social{
    /*    display: table-cell;
        vertical-align: middle;*/
    width: 25%;
    float: right;
}
#rodape .social ul{
    float: right;

}
#rodape .social ul:hover li a i{
    color: #A7A7A7;
    -webkit-transition: color 170ms ease-in-out;
    -moz-transition: color 170ms ease-in-out;
    -o-transition: color 170ms ease-in-out;
    transition: color 170ms ease-in-out;
}
#rodape .social li{
    display: inline-block;
    margin-left: 10px;
    float: left;
    text-align: right;
}
#rodape .social li:first-child{
    margin-left: 0;
}

#rodape .social li a i{
    text-align: center;
    color: #222

}
#rodape .social li a:hover i:before{
    color: #222;
}

#rodape .assinatura{
    width:100%; 
    float: left;
    display: block;
    text-align: center;
    margin-top: 15px;
}

#sobre, #info {
    text-align: justify;
}	
li a:hover, li a:hover span, li a span {
    text-decoration:none; 
    outline:none;
}

.barraPreta {
    background: #fff;
    padding: 7px 0;
    width: 100%;
    margin-bottom: 30px;
    height: 35px;
}
.barraPreta .container{
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}
.barraPreta p {
    color: #333;
    line-height: 18px;
    float: left;
}
.barraPreta .idiomas {
    float: right;
}
.barraPreta .idiomas li {
    display: inline-block;
    border-right: solid 1px #333;
}
.barraPreta .idiomas li:last-child{
    border-right: none;
}
.barraPreta .idiomas li:last-child a{
    padding-right: 0;
}
.barraPreta .idiomas a {
    color: #333;
    text-transform: uppercase;
    padding: 0 10px 0 5px;
}