@font-face {
    font-family: 'tahomaregular';
    src: url('../../fonts/tahoma-webfont.eot');
    src: url('../../fonts/tahoma-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/tahoma-webfont.woff') format('woff'),
         url('../../fonts/tahoma-webfont.ttf') format('truetype'),
         url('../../fonts/tahoma-webfont.svg#tahomaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brisknormal';
    src: url('../../fonts/brisk_normal-webfont.eot');
    src: url('../../fonts/brisk_normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/brisk_normal-webfont.woff') format('woff'),
         url('../../fonts/brisk_normal-webfont.ttf') format('truetype'),
         url('../../fonts/brisk_normal-webfont.svg#brisknormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

/** CONFIG - GERAIS */

.center{
    margin: 0 auto;
    width: 800px;
}

.faixa{
    width: 100%;
    background-color: #333333;
    height: 50px;
    position: relative;
    z-index: 0;
}

/** CONFIG - CABECALHO */

header{
    /* sup, dir, inf, esq*/
    margin: -50px auto 0px auto;
    width: 1000px;
    height: 180px;
    position: relative;
    z-index: 999;
    background: url(../../img/site/bg.png) center top no-repeat ;
}

.quadro{
    margin-left: 50px; 
    background: url(../../img/site/quadro.png) center top no-repeat ;
    height: 224px;
    width: 290px;
    z-index: 9999;
    position: relative;
    
}

.quadro img{
    margin-left: 50px;
    margin-top: -105px;
}

.slogan{
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 60px;
    font-size: 25pt;
    color: white;
    font-family: brisknormal;
}

/*menu*/

#menu{
    margin-top: 30px;
    margin-right: 30px;
    width: 650px;
    float: right;
    font-family: tahomaregular;
}

#menu-inf{
    width: 100%;
    float: right;
    font-family: tahomaregular;
}

.menu ul {
    padding:0px;
    font-size: 14pt;
    font-weight: bold;
    list-style:none;
}

.menu ul li { display: inline; }

.menu ul li a {
    display: inline-block;
    float: left;
    text-decoration: none;
    color: white;
    width:22%; /* Use a defined % width - it looks better anyway */
    margin:0 0.5%; /* % instead of pixels */
    padding:0 0.5%; /* % instead of pixels */
    text-align:center;
}

.menu ul li a:hover {
    color: #b3b3b3;
    /*background-color: #026b2f;*/
}

.menu-inf{padding-top: 8px;}

/** CONFIG - CONTEUDO */

.conteudo{
    min-height: 100px;
    float: left;
    width: 781px;
    font-family: tahomaregular;
}

.conteudo .slider{
    width: 800px;
    margin: 5px;
    height: 360px;
    z-index: 100;
}

/*Personalizacao do slider*/
.slider ol.carousel-indicators{
    bottom: -35px;
}

.slider ol.carousel-indicators li:first-child{
    margin-left: 0px;
}

.slider ol.carousel-indicators li.active:first-child{
    margin-left: 0px;
}

.slider ol.carousel-indicators li{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #808080;
    border-radius: 10px;
    cursor: pointer;
    background-color: #808080;
    margin-left: 20px;
}

.slider ol.carousel-indicators li.active{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #FF0000;
    border-radius: 10px;
    cursor: pointer;
    background-color: #FF0000;
    margin-left: 20px;
}

/*BANNERS*/
.conteudo .banners{
    width: 800px;
    height: 325px;
}

.conteudo .banners .banner{
    width: 261px;
    /* sup, dir, inf, esq*/
    margin: 0px 0px 5px 5px;
    height: 219px;
    float: left;
    /* sup, dir, inf, esq*/
    padding: 20px 0px 5px 0px;
}

.conteudo .banners .banner .banner-head .banner-title{
    font-size: 13pt;
    float: left;
    margin-right: 3px;
    background-color: white;
    padding-right: 3px;
    width: 100%;
    text-align: center;
}

.conteudo .banners .banner .banner-head .banner-title span{
    font-weight: bold;
}

.conteudo .banners .banner .banner-conteudo{
    width: 261px;
    height: 186px;
    float: left;
    background-color: black;
}

.conteudo .banners .visita{
    width: 800px;
    /* sup, dir, inf, esq*/
    margin: 0px 0px 5px 5px;
    
    height: 45px;
    float: left;
}

.conteudo .banners .banner-inf{
    width: 261px;
    /* sup, dir, inf, esq*/
    margin: 0px 0px 5px 5px;
    height: 50px;
    float: left;
    /* sup, dir, inf, esq*/
    padding: 30px 0px 5px 0px;
}

.conteudo .banners .banner-inf a{
    text-decoration: none;
    font-size: 13pt;
    font-weight: bold;
    text-decoration: none;
}

.mouseover{
    opacity: 1;
}

/*INFO*/
.conteudo .info{
    background-color: white;
    width: 800px;
    height: 185px;
    z-index: 999;
    position: relative;
    float: left;
}

.conteudo .info .contato{
    height: 180px;
    width: 340px;
    float: left;
    /* sup, dir, inf, esq*/
    margin: 5px 0px 0px 0px;
    background-color: red;
    color: white;
}

.conteudo .info .contato span{
    font-size: 38px;
    padding: 0;
    line-height: 1;
    font-weight: normal;
}

.conteudo .info .contato p{
    font-size: 14pt;
}

.conteudo .info .contato table{
    /* sup, dir, inf, esq*/
    margin: 50px 0px 0px 40px;
}

.conteudo .info .contato table tr td{
    vertical-align: bottom;
    padding-top: 10px;
}

.conteudo .info .contato a{
    color: white !important;
}

.conteudo .info .endereco{
    height: 180px;
    width: 460px;
    background-image: url(../../img/site/esq.png);
    /*background-color: green;*/
    float: left;
    /* sup, dir, inf, esq*/
    margin: 5px 0px 0px 0px;
}

.conteudo .info .endereco table{
    float: right;
    /* sup, dir, inf, esq*/
    margin: 50px 50px 0px 0px;
}

.conteudo .info .endereco a img{
    float: left;
    /* sup, dir, inf, esq*/
    margin: 15px 0px 0px 50px;
}

.esq{
    width: 50%;
    min-height: 180px;
    float: left;
    z-index: 0;
    margin-top: -180px;
    background-color: red;
    position: relative;
}

.dir{
    width: 50%;
    min-height: 180px;
    float: right;
    z-index: 0;
    margin-top: -180px;
    background-image: url(../../img/site/dir.png);
    position: relative;
}

.conteudo .info .endereco .logo{
    background-image: url(../../img/site/logo_vertical.png);
    width: 200px;
    height: 54px;
    float: right;
    margin-top: 10px;
}

/*MOSTRUARIO*/
.conteudo .mostruario{
    margin: 10px;
}
.conteudo .mostruario, .conteudo .visualizar {
    margin-top: 50px;
}

.conteudo .visualizar .visualizar-descricao{
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
}

.conteudo .visualizar .visualizar-footer{
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
    padding-bottom: 10px;
}

.conteudo .mostruario .thumbnail .caption{
    min-height: 125px;
}

.conteudo .mostruario .thumbnail .caption h3{
    min-height: 75px;
}

/*CONTATO*/
.conteudo .frm-contato{
    margin: 50px auto 0px auto;
    width: 660px;
}

.conteudo .paginacao{
    float: left;
    width: 100%;
    margin-left: 15px;
}

/** INSTITUCIONAL */
.conteudo .institucional, .conteudo .representantes, .conteudo .servicos{
    margin-top: 50px;
}

/** CONFIG - FOOTER */

footer{
    width: 100%;
    background-image: url(../../img/site/footer.png);
    min-height: 110px;
    background-repeat: repeat-x;
    float: left;
    font-family: tahomaregular;
}

footer .copy-right{
    float: right;
    margin-top: 12px;
    font-size: 8pt;
}