* {
    margin: 0;
    padding: 0;
    background-position: 0 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(boxsizing.htc);
}

::selection, ::moz-selection, ::webkit-selection {
    background-color: #3297fd;
    color: #FFF;
}

body {
    font-family: Arial,Helvetica,sans-serif;
}
    
.clr:after {
    content: " ";
    display: block;
    clear: both;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

textarea {
    resize: none;
}

.clear {
    clear: both !important;
    display: block !important;
    overflow: hidden !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    float: none !important;
    padding: 0 !important;
}

img {
    border: 0;
}

b, strong {
    font-weight: 700;
    font-weight: bolder;
}

i {
    font-style: italic;
}

.body {
    background: url(../img/bg2.jpg) no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#clearboth {
    clear: both;
}

.al-right {
    float: right;
}

.loader-ct {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    z-index: 49;
}

.loader {
    -moz-opacity: .9;
    -khtml-opacity: .9;
    -webkit-opacity: .9;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 0 3000px #000;
    -moz-box-shadow: 0 0 0 3000px #000;
    box-shadow: 0 0 0 3000px #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    position: relative;
}

.header {
    background-color: #E6E6E6;
    height: 110px;
    width: 100%;
    -webkit-box-shadow: 2px 1px 8px 1px #c4c4c4;
    box-shadow: 2px 1px 8px 1px #c4c4c4;
    z-index: 510;
    position: absolute;
}

.header-home {
    background: url(../img/bg-header.png) center top repeat-x;
    height: 110px;
    width: 100%;
    -webkit-box-shadow: 1px 1px 6px 1px #2E2E2E;
    box-shadow: 1px 1px 6px 1px #2E2E2E;
    z-index: 51;
}

.header-limiter {
    width: 960px;
    display: block;
    margin: 0 auto;
}

    .header-limiter:after {
        content: " ";
        display: block;
        clear: both;
    }

.ct-logos {
    width: 176px;
    float: left;
}

    .ct-logos .logo {
        float: left;
    }

        .ct-logos .logo:first-child {
            margin-right: 5px;
        }

.menu-top {
    float: left;
    height: 110px;
    list-style: none;
}

.menu-top-item {
    float: left;
    position: relative;
    height: 110px;
}

.menu-top-lnk {
    color: #000;
    float: left;
    font-size: 12px;
    font-weight: 700;
}

.menu-orcamentos {
    width: 150px;
    height: 110px;
    background: url(../img/txt-menu-orcamento.png) center top no-repeat;
}

    .menu-orcamentos:hover {
        background: url(../img/txt-menu-orcamento-h.png) center top no-repeat;
    }

.menu-cadastros {
    width: 115px;
    height: 110px;
    background: url(../img/txt-menu-cadastros.png) center top no-repeat;
}

    .menu-cadastros:hover {
        background: url(../img/txt-menu-cadastros-h.png) center top no-repeat;
    }

.menu-consultar {
    width: 115px;
    height: 110px;
    background: url(../img/txt-menu-consultar.png) center top no-repeat;
}

    .menu-consultar:hover {
        background: url(../img/txt-menu-consultar-h.png) center top no-repeat;
    }

.menu-manutencao {
    width: 115px;
    height: 110px;
    background: url(../img/txt-menu-manutencao.png) center top no-repeat;
}

    .menu-manutencao:hover {
        background: url(../img/txt-menu-manutencao-h.png) center top no-repeat;
    }

.header-welcome {
    width: 260px;
    float: left;
    text-align: right;
    margin-top: 38px;
}

    .header-welcome .texts {
        float: right;
        text-align: right;
    }

    .header-welcome .text {
        display: block;
    }

    .header-welcome .big {
        color: #797979;
        font-weight: 700;
        font-size: 15px;
    }

    .header-welcome .small {
        color: #797979;
        font-size: 11px;
    }

.lnk-logout {
    width: 52px;
    height: 38px;
    float: right;
    margin-left: 15px;
    margin-right: -25px;
    margin-top: -2px;
    box-shadow: 2px 2px 2px 2px #BBB;
    -webkit-box-shadow: 2px 2px 2px 2px #BBB;
    -moz-box-shadow: 2px 2px 2px 2px #BBB;
    background: url(../img/btn-logout.jpg) center center no-repeat;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .lnk-logout:hover {
        box-shadow: 0 0 #BBB;
        -webkit-box-shadow: 0 0 #BBB;
        -moz-box-shadow: 0 0 #BBB;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.content-limiter {
    width: 960px;
    display: block;
    margin: 0 auto;
    display: none;
}

    .content-limiter:after {
        content: " ";
        display: block;
        clear: both;
    }

.ct-logos {
    text-align: right;
    width: 181px;
    margin-top: 22px;
}

    .ct-logos .logo {
        float: left;
    }

        .ct-logos .logo:first-child {
            margin-right: 5px;
        }

.logo-index {
    margin-top: 60px;
}

.ct-form-login {
    height: 326px;
    float: left;
    width: 82%;
    margin-top: 60px;
}

.form-login-text {
    float: right;
    text-align: right;
    padding-top: 70px;
    width: 255px;
    margin-right: 60px;
}

    .form-login-text .title {
        font-size: 20px;
        font-weight: 700;
    }

    .form-login-text .title, .form-login-text .desc1 {
        color: #FFF;
        margin-bottom: 27px;
    }

    .form-login-text .desc1 {
        font-size: 15px;
    }

    .form-login-text .desc2 {
        color: #ff000c;
        font-weight: 700;
        font-size: 15px;
    }

.form-login-h1 {
    font-size: 16px;
    color: #FFF;
    text-align: left;
    margin-bottom: 13px;
}

.form-login-bg-black {
    width: 69%;
    height: 100%;
    float: right;
    left: 0;
    background-color: #040404;
    background-color: rgba(0,0,0,.85);
}

.form-login-bg-red {
    width: 31%;
    height: 100%;
    float: right;
    padding-top: 75px;
    background-image: url(../img/bg-login-vermelho.png);
}

.form-login {
    width: 92%;
    margin: 0 auto;
}

    .form-login .row {
        margin-bottom: 10px;
        position: relative;
    }

    .form-login .fields {
        background-color: #fff;
        border: 0;
        color: #333;
        font-size: 18px;
        font-weight: 700;
        height: 34px;
        line-height: 37px;
        padding: 0 20px;
        width: 100%;
        position: relative;
    }

        .form-login .fields:focus {
            outline: 0;
        }

        .form-login .fields::-webkit-input-placeholder {
            color: #666;
        }

        .form-login .fields:-moz-placeholder {
            color: #666;
        }

        .form-login .fields.password {
            padding-right: 85px;
            width: 100%;
        }

    .form-login .btn {
        background-color: #181A19;
        background: url(../img/form-login-btn-bg.png);
        border: 0;
        cursor: pointer;
        height: 34px;
        right: 0;
        position: absolute;
        width: 54px;
        top: 0;
    }

        .form-login .btn:hover {
            background: url(../img/form-login-btn-bg-h.png);
        }

    .form-login .recover {
        color: #fff;
        font-size: 12px;
        text-decoration: underline;
    }

.home-limiter {
    width: 541px;
    padding-top: 160px;
    margin: 0 auto;
}

.home-ct {
    width: 501px;
    color: #FFF;
    height: 166px;
    padding: 36px;
    padding-left: 76px;
    background: url(../img/bg-home-content.png) center top repeat-x;
}

    .home-ct .title {
        font-size: 18pt;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .home-ct .text {
        font-size: 15px;
    }

.footer {
    bottom: 10px;
    position: fixed;
    right: 10px;
}

.home-footer {
    background: url(../img/bg-footer.png) center top repeat-x;
    position: fixed;
    bottom: 12px;
    height: 69px;
    width: 100%;
}

.footer-content {
    width: 995px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 87px;
    z-index:-1;
}

.logo-separador-footer {
    margin-right: 27px;
}

.bt-footer {
    margin-left: 7px;
}

    .bt-footer:hover {
        opacity: 1;
    }

.footer-limiter {
    width: 960px;
    display: block;
    margin: 0 auto;
}

    .footer-limiter:after {
        content: " ";
        display: block;
        clear: both;
    }

.footer-socials {
    float: left;
}

.footer-social {
    background-image: url(../img/footer-social-bg.png);
    display: block;
    float: left;
    height: 40px;
    width: 44px;
}

    .footer-social.social {
        background-position: 0 0;
    }

    .footer-social.social1 {
        background-position: -44px 0;
    }

    .footer-social.social2 {
        background-position: -88px 0;
    }

    .footer-social.social3 {
        background-position: -132px 0;
    }

    .footer-social.social4 {
        background-position: -176px 0;
    }

    .footer-social.social5 {
        background-position: -220px 0;
    }

.footer-list-lnks {
    float: left;
    margin-left: 15px;
    padding-top: 5px;
}

.footer-lnks {
    float: left;
    height: 28px;
    margin-left: 5px;
}

    .footer-lnks.lnk {
        background-image: url(../img/footer-lnk-bg.png);
        width: 85px;
    }

    .footer-lnks.lnk1 {
        background-image: url(../img/footer-lnk1-bg.png);
        width: 97px;
    }

    .footer-lnks.lnk2 {
        background-image: url(../img/footer-lnk2-bg.png);
        width: 106px;
    }

    .footer-lnks.lnk3 {
        background-image: url(../img/footer-lnk3-bg.png);
        width: 92px;
    }
