@import "reset.css";
@import "form.css";

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    color: #909090;
    font: 11px/1.7 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    min-height: 100%;
    position: relative;
}

body > header {
    border-top: 6px solid #3a3a3a;
}

#header {
    border-bottom: 1px solid #efefef;
    height: 86px;
    z-index: 97;
}

.page-header {
    border-bottom: 1px solid #efefef;
    margin: 15px 0 40px 0;
}

.container {
    margin: 0 auto;
    position: relative;
    width: 940px;
}

#logo {
    float: left;
    height: 86px;
    margin-top: 2px;
}

a, a > * {
    color: #909090;
    text-decoration: none;
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
       -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
        -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
         -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
            transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

a:hover {
    color: #1b5b94;
}

.btn:hover{
    opacity: 0.8;
    -moz-opacity: 0.8;
    Filter: Alpha(Opacity=80);
    cursor: pointer;
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
       -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
        -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
         -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
            transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
    color: #474747;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 15px;
}

.last {
    margin-right: 0px !important;
}

.noborder {
    border-bottom: 0px !important;
}

/* ---------------------------------------------------------------------- */
/*	Barra de Navegação - Menu principal
/* ---------------------------------------------------------------------- */
#main-nav {
    float: right;
}

#main-nav > ul {
    margin: -6px 0 0;
}

#main-nav li {
    list-style: none;
    float: left;
    margin: 0;
    position: relative;
}

#main-nav a {
    border-bottom: 1px solid transparent;
    border-top: 6px solid transparent;
    color: #3a3a3a;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 12px;
    font-weight: 800;
    display: block;
    letter-spacing: -0.08px;
    padding: 26px 20px 40px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 98;
}

#main-nav a:after {
    color: #aeaeae;
    content: attr(data-description);
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    display: block;
    line-height: 0;
    margin: 3px 0 -3px;
    text-align: center;
    text-transform: lowercase;
}

#main-nav a:hover, #main-nav .hover > a, #main-nav .current > a {
    border-bottom-color: #1b5b94;
    border-top-color: #1b5b94;
    color: #1b5b94;
}

#main-nav a:hover, #main-nav .hover > a, #main-nav .current > a {
    background: #f8f8f8;
}

#main-nav .current::after {
    background: #1b5b94;
    bottom: -2.5px;
    content: '';
    left: 50%;
    display: block;
    height: 5px;
    margin: 0 0 0 -2.5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    width: 5px;
}

#main-nav ul ul {
    background: #3a3a3a;
    -webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
    box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 92px;
    width: 200px;
    z-index: 99;
}

#main-nav ul ul li {
    float: none;
}

#main-nav ul ul a {
    border: 0;
    border-bottom: 1px solid #252525;
    border-top: 1px solid #4c4c4c;
    color: #fff;
    display: block;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 400;
    padding: 8px 20px !important;
    text-align: left;
    text-transform: none;
}

#main-nav ul ul a:hover, #main-nav ul ul .hover > a, #main-nav ul ul .current > a, #main-nav ul ul .current > a:hover {
    background: rgb(185, 68, 25);
    color: #fff;
}

#main-nav ul ul .current:after {
    display: none;
}

.col12_12 { width: 99.99999998999999% }
.col11_12 { width: 91.489361693% }
.col10_12 { width: 82.97872339599999%}
.col9_12 { width: 74.468085099%}
.col8_12 { width: 65.95744680199999%}
.col7_12 { width: 57.446808505%}
.col6_12 { width: 48.93617020799999%}
.col5_12 { width: 40.425531911%}
.col4_12 { width: 31.914893614%}
.col3_12 { width: 23.404255317%}
.col2_12 { width: 14.89361702%}
.col1_12 { width: 6.382978723%}

.slogan, .page-title, .page-description, .page-subdescription, .project-title {
    font-weight: 300;
    letter-spacing: -0.1px;
    margin-bottom: 0;
}

.slogan {
    font-size: 24px;
    margin-bottom: 20px;
    -webkit-text-stroke: 0.3px;
}

/* ---------------------------------------------------------------------- */
/*	Content
/* ---------------------------------------------------------------------- */
.content {
    padding-bottom: 205px;
}

.conteudo{
    padding: 10px;
}

.fix-float{
    clear: both;
}

.align-center{
    text-align: center;
}

/* ---------------------------------------------------------------------- */
/*	Content Tabs
/* ---------------------------------------------------------------------- */
.tabs-nav {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.tabs-nav li {
    float: left;
    line-height: 32px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.tabs-nav li.active {
    line-height: 31px;
}

.tabs-nav li a {
    background: #f8f8f8;
    border: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-left: none;
    color: #959393;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 16px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}

.tabs-nav li:first-child a {
    border-left: 1px solid #eaeaea;
}

.tabs-nav li a:hover {
    background: #f0f0f0;
}

.tabs-nav li.active a  {
    background: #fff;
    border-bottom: 2px solid #fff;
    border-top: 1px solid #1b5b94;
}

.tabs-container {
    border: 1px solid #eaeaea;
    margin: -1px 0 40px;
    overflow: hidden;
    width: 100%;
}

.tab-content {
    padding: 20px;
}

.tabs-nav li a:hover, .tabs-nav li.active a {
    color: #1b5b94;
}

/* ---------------------------------------------------------------------- */
/*	Accordion Content
/* ---------------------------------------------------------------------- */
.acc-trigger {
    border-top: 1px dotted #ced8df;
    cursor: pointer;
    display: block;
    margin: 0;
}

.acc-trigger:last-of-type, .acc-container:last-of-type {
    border-bottom: 1px dotted #ced8df;
    margin-bottom: 20px;
}

.acc-trigger:last-of-type {
    border-bottom: none;
}

.acc-trigger:first-of-type {
    border-top: none;
}

.acc-trigger a {
    background: url(../img/accordion-content-buttons.png) no-repeat 20px 23px;
    display: block;
    padding: 20px 20px 20px 55px;
    font-size: 12px;
}

.acc-trigger a:hover {
    background-color: #f8f8f8;
}

.acc-trigger a:hover, .acc-trigger.active a {
    color: #1b5b94;
}

.acc-trigger.active a:hover {
    background-color: transparent;
}

.acc-trigger.active {
    cursor: default;
}

.acc-trigger.active:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.acc-trigger.active a {
    background-position: 20px -88px;
    cursor: default;
}

.acc-container div {
    padding: 0 20px 25px 55px;
}

/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */
#footer {
    clear: both;
    width: 100%;
    position: absolute;
    bottom: 0;
}

#footer a {
    color: #868686;
}

#footer a:hover {
    color: #fff;
}

/* ---------------------------------------------------------------------- */
/*	Footer Top
/* ---------------------------------------------------------------------- */
#footer-top {
    background: #3a3a3a;
    color: #868686;
    padding: 35px 0 50px;
    position: relative;
}

#footer-top::before {
    background:  #fff;
    content: '';
    left: 50%;
    display: block;
    height: 15px;
    margin: 0 0 0 -7.5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -8px;
    width: 15px;
}

x:-o-prefocus, .not-ie #footer-top:before {
    display: none;
} /* Fix for Opera */

#footer-top .title {
    border-bottom: 1px solid #4b4b4b;
    display: block;
    font-size: 10px;
    margin: 0 0 12px;
    padding: 0 0 12px;
    text-transform: uppercase;
}

/* ---------------------------------------------------------------------- */
/*	Footer Navigation
/* ---------------------------------------------------------------------- */
#footer-nav {
    border-bottom: 1px solid #4b4b4b;
    margin: 0 0 12px;
    padding: 0 0 12px;
}

#footer-nav ul {
    margin: 0;
}

#footer-nav li {
    background: none;
    border: none;
    margin: 0 -3px 0 0;
    list-style: none;
    zoom: 1;
    display: inline-block;
   *display: inline; /* Hack ie7 */
}

#footer-nav li a {
    border-left: 1px solid #484848;
    font-size: 10px;
    display: block;
    padding: 0 15px;
    text-transform: uppercase;
}

#footer-nav li:first-child a {
    border-left: none;
    padding-left: 0;
}

#footer-nav li:last-child a {
    padding-right: 0;
}

/* ---------------------------------------------------------------------- */
/*	Footer Contact Info
/* ---------------------------------------------------------------------- */
#footer .contact-info {
    height: 0;
}

#footer .contact-info li {
    float: left;
    list-style: none;
    margin: 0 0 5px 24px;
    padding: 0 0 0 24px;
}

#footer .contact-info li:first-child {
    margin-left: 0;
}

#footer .contact-info .address {
    background: url(../img/icon-address.png) no-repeat 0 0;
}

#footer .contact-info .phones {
    margin-left: -5px;
}

#footer .contact-info .phone {
    background: url(../img/icon-phone.png) no-repeat 0 1px;
}

#footer .contact-info .email {
    background: url(../img/icon-email-2.png) no-repeat 0 4px;
}

/* ---------------------------------------------------------------------- */
/*	Footer Bottom
/* ---------------------------------------------------------------------- */
#footer-bottom {
    background: #303030;
    padding: 17px 0;
}

#footer-bottom {
    background: #303030;
    padding: 5px 0;
}

#footer-bottom .logo-bsoft {
    height: 35px;
    margin: 0 auto;
    padding: 7px;
    width: 110px;
}

/* ---------------------------------------------------------------------- */
/*	Back to Top
/* ---------------------------------------------------------------------- */
#back-to-top, .touch-device #back-to-top:hover {
    background: url(../img/arrow-up-large.png) no-repeat center center;
    background-color: #6C6C6C;
    bottom: 14px;
    color: transparent;
    display: none;
    font: 0/0 a;
    height: 46px;
    position: fixed;
    right: 14px;
    text-shadow: none;
    width: 45px;
    z-index: 100;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}

#back-to-top:hover, .touch-device #back-to-top:active {
    background-color: #1b5b94;
}

/* ---------------------------------------------------------------------- */
/*	Home
/* ---------------------------------------------------------------------- */
#home {
    display: block;
}

#home #sctinformativo{
    float: left;
    /*border: 1px solid;*/
    width: 65%;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#home #sctlogin
{
    float: right;
    border-left: 1px solid #ccc;
    height: 550px;
    width: 30%;
}

#home #sctlogin #box-botoes{
    top: 230px;
    height: 80px;
    width: 360px;
    position: relative;    
    margin: 0 auto;
}

#home #sctlogin #box-botoes ul li{
    height: 80px;
    width: 80px;    
    float: left;    
    margin-right: 7px;
    text-align: center;
    line-height: 1.25;
}

#home #sctlogin #box-botoes ul li.last{
    float: right;     
}

#home #sctlogin #box-botoes ul li span.keyword{
    font-size: 10pt;
}
/* ---------------------------------------------------------------------- */
/*	Home "caracteristicas"
/* ---------------------------------------------------------------------- */
#caracteristicas{
    margin-left:  13px; /*fix a centralizaçao com o banner rotativo*/
    margin-top: 10px;
    line-height: 15px;
}

#caracteristicas .box-shadow {
    float: left;
    position: relative;
    width: 190px;
    height: 210px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 10px 40px 0;
    background-color: #0ea8f8;
    color: #474747;
}

#caracteristicas .box-shadow::before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 10px;
    width: 90%;
    height: 20%;
    max-width: 180px;
    z-index: -2;
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.7);
    box-shadow: 0 15px 10px rgba(0,0,0,0.7);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

#caracteristicas .box-shadow .box {
    height: 190px;
    background-color: #f8f8f8;
    padding-bottom: 10px;
    overflow: hidden;
}

#caracteristicas .box-shadow .box img{
    margin: 15px 0px 8px -10px;
}

#caracteristicas .box-shadow .box img:hover{
    opacity: 1;
    -moz-opacity: 1;
    Filter: Alpha(Opacity=100);
}

#banner-rotativo{
    height: 250px;
    width: 600px;
    border: 1px solid #ddd;
    margin-bottom: 65px;
	margin-left:  13px; /*fix a centralizaçao com o banner rotativo*/
    margin-top: 10px;
    line-height: 15px;
}

#caracteristicas .box-shadow .box .keyword{
    font-size: 16px;
}

#caracteristicas header{
    font-size: 14px;
    text-align: left;
}

/* ---------------------------------------------------------------------- */
/*	Sistema
/* ---------------------------------------------------------------------- */
#sistema .box {
    float: left;
    list-style: none;
    margin: 0 20px 0 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #efefef;
}

#sistema .box a {
    display: block;
    text-align: center;
    width: 300px;
    height: 260px;
}

#sistema .box:hover {
    border-bottom: 1px solid #1b5b94;
    background: #f8f8f8;
}

#sistema > .box a:hover h5  {
    color: #1b5b94;
}

#sistema .box a:hover::after {
    background: #1b5b94;
    bottom: -2.5px;
    content: '';
    left: 50%;
    display: block;
    height: 5px;
    width: 5px;
    margin: 0 0 0 -2.5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

#sistema .box img {
    background-color: #fff;
    margin: 0 auto -5px;
}

#sistema .box h5 {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
    padding-top: 8px;
}

#sistema .box span {
    color: #aeaeae;
    display: block;
    margin: 4px 0 20px;
}

#sistema .box .zoom {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.4);
    color: transparent;
    display: block;
    font: 0/0 a;
    height: 187px;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    text-shadow: none;
    top: 0;
    -webkit-transition: opacity .2s ease-in-out;
       -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
         -o-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out;
    width: 100%;
    margin-top: 0;
}

#sistema .box .zoom:before {
    background: url(../img/zoom.png) no-repeat;
    content: '';
    display: block;
    position: absolute;
    height: 58px;
    margin: -29px 0 0 -29px;
    left: 50%;
    top: 50%;
    width: 58px;
}

#sistema .box a:hover .zoom {
    filter: alpha(opacity=40);
    opacity: 1;
}

/* ---------------------------------------------------------------------- */
/*	Valores
/* ---------------------------------------------------------------------- */
#valores .box {
    float: left;
    position: relative;
    width: 300px;
    height: 159px;
    text-align: center;
    margin: 0 17px 40px 0;
    background-color: #f8f8f8;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

#valores > .box:hover {
    border-bottom: 1px solid #2b4f6e;
}

#valores .box:hover::after {
    background: #1b5b94;
    bottom: -2.5px;
    content: '';
    left: 50%;
    display: block;
    height: 5px;
    width: 5px;
    margin: 0 0 0 -2.5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

#valores .title {
    border: 1px solid #2b4f6e;
    text-align: center;
    height: 45px;
    padding: 3px 0 0;
    background-color: #4581b3;
    background-image: -moz-linear-gradient(top, #549dd9, #4581b3);
    background-image: -ms-linear-gradient(top, #549dd9, #4581b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#549dd9), to(#4581b3));
    background-image: -webkit-linear-gradient(top, #549dd9, #4581b3);
    background-image: -o-linear-gradient(top, #549dd9, #4581b3);
    background-image: linear-gradient(top, #549dd9, #4581b3);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#549dd9', endColorstr='#4581b3', GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
}

#valores .title h5 {
    color: #f9f9f9;
    margin: 0;
    font-size: 24px;
    line-height: 45px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .3), 1px 1px 0 rgba(255, 255, 255, .2);
}

#valores .value {
    padding: 20px;
    border: 1px solid #eee;
    border-top: none;
    border-bottom: none;
}

#valores .value h4 {
    padding: 20px 5px 5px 5px;
    text-align: center;
    margin: 0 0 0 25px;
    color: #1b5b94;
    font-size: 44px;
    line-height: 40px;
    -webkit-text-stroke: 0.5px;
}

#valores .value span {
    font-size: 12px;
    position: relative;
    top: -20px;
    text-shadow: none;
}

#valores .info {
    border-top: 1px solid #efefef;
    margin-bottom: 20px;
    font-size: 11px;
    height: 40px;
}

/* ---------------------------------------------------------------------- */
/*	Equipamentos
/* ---------------------------------------------------------------------- */
#equipamentos .box {
    border: solid 1px #cdcdcd;
    background-color: #f8f8f8;
    margin-bottom: 30px;
    padding: 0px 0px;
}

#equipamentos .row {
    border-bottom: solid 1px #cdcdcd;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    height: 130px;
}

#equipamentos .row .col1 {
    width: 215px;
    float: left;
    text-align: center;
    padding: 40px 0px;
}

#equipamentos .row .col2 {
    width: 461px;
    float: left;
    padding: 9px 40px 0px 40px;
    background-image: url(../img/vertical-line.png);
    background-repeat: repeat-y;
    background-position: left;
    margin: 20px 0px;
    height: 84px;
}

#equipamentos .row .col3 {
    float: left;
    margin: 20px 0px;
    background-image: url(../img/vertical-line.png);
    background-repeat: repeat-y;
    background-position: left;
    height: 92px;
}

#equipamentos .row h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #1b5b94;
}

#equipamentos .row p {
    font-size: 11px;
    line-height: 16px;
    color: #474747;
}

#equipamentos .tabs-container ul {
    list-style-type: disc;
    padding-left: 20px;
}

#equipamentos .btn {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #294e84;
    background-image: url(../img/bg-button.gif);
    background-repeat: repeat-x;
    color: #fff !important;
    padding: 8px 20px 10px 20px;
    font-size: 13px;
    text-align: center;
    margin: 24px 0 0 38px;
    display: block;
    width: 70px;
}

/* ---------------------------------------------------------------------- */
/*	Contato
/* ---------------------------------------------------------------------- */
#contato .box {
    margin: 20px 0;
    overflow: hidden;
    position: relative;
    float: left;
    border: 1px solid #e5e5e5;
    width: 290px;
    height: 190px;
    padding: 5px;
    margin: 0 17px 25px 0;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 8px 6px -6px #ccc;
    -moz-box-shadow: 0 8px 6px -6px #ccc;
    box-shadow: 0 8px 6px -6px #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#cccccc')";
}

#contato .box a {
    background: #f8f8f8;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#contato > .box a:hover img  {
    opacity: 0.8;
    -moz-opacity: 0.8;
    Filter: Alpha(Opacity=80);
}

#contato .box img {
    padding-top: 10px;
}

#contato .box h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #1b5b94;
}

#contato .box p {
    margin: 0;
    padding: 15px;
    font-size: 11px;
    line-height: 15px;
    color: inherit;
    border-top: 5px solid #fff;
}

#contato .contact-info {
    margin: 0 28px 40px 0;
    width: 450px;
    float: left;
    height: 150px;
}

#contato .contact-info h5 {
    font-size: 17px;
    color: #1b5b94;
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

#contato .contact-info .telefones ul {
    width: 225px;
    float: left;
}

#contato .contact-info .telefones li {
    width: 205px;
}

#contato .contact-info .telefones span {
    display: block;
    float: right;
   *margin-top: -19px; /* Hack ie 7 */
}

/* ---------------------------------------------------------------------- */
/*	A empresa
/* ---------------------------------------------------------------------- */
#empresa .column {
    float: left;
    margin-right: 20px;
    width: 300px;
}

#empresa .column h4 {
    font-size: 15px;
    color: #1b5b94;
}

/* ---------------------------------------------------------------------- */
/*	Como funciona
/* ---------------------------------------------------------------------- */
#comofunciona .lista-numerada{
    margin-left: 20px;
}

#comofunciona .lista-numerada ul li{
    padding: 15px 0px 10px 80px;
    font-size: 12pt;
    min-height: 65px;
}

#comofunciona .lista-numerada ul li.linhadupla{
    margin: -10px 0px 10px 0px;
}

#comofunciona .lista-numerada ul span{
    float: left;
    width: 65px;
    height: 65px;
    position: relative;
}

#comofunciona .lista-numerada ul span._1{background:url(../img/numeros-como-funciona.png) -0px 0px no-repeat;}
#comofunciona .lista-numerada ul span._2{background:url(../img/numeros-como-funciona.png) -70px 0px no-repeat;}
#comofunciona .lista-numerada ul span._3{background:url(../img/numeros-como-funciona.png) -140px 0px no-repeat;}
#comofunciona .lista-numerada ul span._4{background:url(../img/numeros-como-funciona.png) -210px 0px no-repeat;}
#comofunciona .lista-numerada ul span._5{background:url(../img/numeros-como-funciona.png) -280px 0px no-repeat;}
#comofunciona .lista-numerada ul span._6{background:url(../img/numeros-como-funciona.png) -350px 0px no-repeat;}

/* ---------------------------------------------------------------------- */
/*	Manuais
/* ---------------------------------------------------------------------- */
#manuais .box {    
    list-style: none;
    margin: 0 20px 0 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;    
}

#manuais .box a {
    display: block;
    text-align: center;
}

#manuais > .box a:hover h5  {
    color: #1b5b94;
}

#manuais .box h5 {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
    padding-top: 8px;
}

#manuais .box span {
    color: #aeaeae;
    display: block;
    margin: 4px 0 20px;
}
