﻿body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
    /*background: url("Image/bgContabilidade2.jpg") repeat fixed;
    z-index:-10;*/
}

/*@media (min-width: 768px) {*/
@media (min-width: 1235px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

        .navbar-collapse .navbar-nav.navbar-left:first-child {
            /*margin-left: -15px;*/
            margin-left: 0px !important;
        }

        .navbar-collapse .navbar-nav.navbar-right:last-child {
            /*margin-right: -180px !important;*/
            margin-right: 0 !important;
        }

        .navbar-collapse .navbar-text:last-child {
            margin-right: 0 !important;
        }
}

/*@media (min-width: 1200px) {
    .navbar-toggle {
        display: none !important;
    }
}*/

@media (min-width: 1000px) {
    .container {
        /*max-width: 1170px;*/
        max-width: 970px;
    }
}

    @media (min-width: 1200px) {
        .container {
            /*max-width: 1170px;*/
            max-width: 1452px;
        }

        .col-lg-1,
        .col-lg-2,
        .col-lg-3,
        .col-lg-4,
        .col-lg-5,
        .col-lg-6,
        .col-lg-7,
        .col-lg-8,
        .col-lg-9,
        .col-lg-10,
        .col-lg-11 {
            float: left;
        }

        .col-lg-1 {
            width: 8.333333333333332%;
        }

        .col-lg-2 {
            width: 16.666666666666664%;
        }

        .col-lg-3 {
            width: 25%;
        }

        .col-lg-4 {
            width: 33.33333333333333%;
        }

        .col-lg-5 {
            width: 41.66666666666667%;
        }

        .col-lg-6 {
            width: 50%;
        }

        .col-lg-7 {
            width: 58.333333333333336%;
        }

        .col-lg-8 {
            width: 66.66666666666666%;
        }

        .col-lg-9 {
            width: 75%;
        }

        .col-lg-10 {
            width: 83.33333333333334%;
        }

        .col-lg-11 {
            width: 91.66666666666666%;
        }

        .col-lg-12 {
            width: 100%;
        }

        .col-lg-push-0 {
            left: auto;
        }

        .col-lg-push-1 {
            left: 8.333333333333332%;
        }

        .col-lg-push-2 {
            left: 16.666666666666664%;
        }

        .col-lg-push-3 {
            left: 25%;
        }

        .col-lg-push-4 {
            left: 33.33333333333333%;
        }

        .col-lg-push-5 {
            left: 41.66666666666667%;
        }

        .col-lg-push-6 {
            left: 50%;
        }

        .col-lg-push-7 {
            left: 58.333333333333336%;
        }

        .col-lg-push-8 {
            left: 66.66666666666666%;
        }

        .col-lg-push-9 {
            left: 75%;
        }

        .col-lg-push-10 {
            left: 83.33333333333334%;
        }

        .col-lg-push-11 {
            left: 91.66666666666666%;
        }

        .col-lg-pull-0 {
            right: auto;
        }

        .col-lg-pull-1 {
            right: 8.333333333333332%;
        }

        .col-lg-pull-2 {
            right: 16.666666666666664%;
        }

        .col-lg-pull-3 {
            right: 25%;
        }

        .col-lg-pull-4 {
            right: 33.33333333333333%;
        }

        .col-lg-pull-5 {
            right: 41.66666666666667%;
        }

        .col-lg-pull-6 {
            right: 50%;
        }

        .col-lg-pull-7 {
            right: 58.333333333333336%;
        }

        .col-lg-pull-8 {
            right: 66.66666666666666%;
        }

        .col-lg-pull-9 {
            right: 75%;
        }

        .col-lg-pull-10 {
            right: 83.33333333333334%;
        }

        .col-lg-pull-11 {
            right: 91.66666666666666%;
        }

        .col-lg-offset-0 {
            margin-left: 0;
        }

        .col-lg-offset-1 {
            margin-left: 8.333333333333332%;
        }

        .col-lg-offset-2 {
            margin-left: 16.666666666666664%;
        }

        .col-lg-offset-3 {
            margin-left: 25%;
        }

        .col-lg-offset-4 {
            margin-left: 33.33333333333333%;
        }

        .col-lg-offset-5 {
            margin-left: 41.66666666666667%;
        }

        .col-lg-offset-6 {
            margin-left: 50%;
        }

        .col-lg-offset-7 {
            margin-left: 58.333333333333336%;
        }

        .col-lg-offset-8 {
            margin-left: 66.66666666666666%;
        }

        .col-lg-offset-9 {
            margin-left: 75%;
        }

        .col-lg-offset-10 {
            margin-left: 83.33333333333334%;
        }

        .col-lg-offset-11 {
            margin-left: 91.66666666666666%;
        }
    }

    h2 {
        font-size: 24px;
        text-transform: uppercase;
        color: #303030;
        font-weight: 600;
        margin-bottom: 30px;
    }

    h4 {
        font-size: 19px;
        line-height: 1.375em;
        color: #303030;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .jumbotron {
        /*background-color: #0F465B;*/
        background-color: #e2f1ff;
        color: #fff;
        padding: 100px 25px;
        font-family: Montserrat, sans-serif;
        margin-bottom: 0 !important;
    }

    .container-fluid {
        padding: 120px 50px;
    }

    .bg-grey {
        background-color: #f6f6f6;
    }

    .logo-small {
        color: #0F465B;
        font-size: 50px;
    }

    .logo {
        color: #0E465F;
        font-size: 200px;
    }

    .logoPrincipal {
        width: 180px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .thumbnail {
        padding: 0 0 15px 0;
        border: none;
        border-radius: 0;
    }

        .thumbnail img {
            width: 100%;
            height: 100%;
            margin-bottom: 10px;
        }

    .carousel-control.right, .carousel-control.left {
        background-image: none;
        color: #0F465B;
    }

    .carousel-indicators li {
        border-color: #0F465B;
    }

        .carousel-indicators li.active {
            background-color: #0F465B;
        }

    .item h4 {
        font-size: 19px;
        line-height: 1.375em;
        font-weight: 400;
        font-style: italic;
        margin: 70px 0;
    }

    .item span {
        font-style: normal;
    }

    .panel {
        border: 1px solid #0F465B;
        border-radius: 0 !important;
        transition: box-shadow 0.5s;
    }

        .panel:hover {
            box-shadow: 5px 0px 40px rgba(0,0,0, .2);
        }

    .panel-footer .btn:hover {
        border: 1px solid #0F465B;
        background-color: #fff !important;
        color: #0F465B;
    }

    .panel-heading {
        color: #fff !important;
        /*background-color: #0F465B !important;*/
        background-color: #0F465B !important;
        padding: 25px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .panel-footer {
        background-color: white !important;
    }

        .panel-footer h3 {
            font-size: 32px;
        }

        .panel-footer h4 {
            color: #aaa;
            font-size: 14px;
        }

        .panel-footer .btn {
            margin: 15px 0;
            background-color: #0F465B;
            color: #fff;
        }

    .navbar {
        margin-bottom: 0;
        background: url("../Image/bgLogoEsquerdo.png") no-repeat;
        background-color: #0F465B !important;
        background-color: #FFF;
        z-index: 9999;
        border: 0;
        font-size: 12px !important;
        line-height: 1.42857143 !important;
        letter-spacing: 4px;
        border-radius: 0;
        font-family: Montserrat, sans-serif;
        top: 10px !important;
    }

        .navbar li a, .navbar .navbar-brand {
            /*color: #fff !important;*/
        }

    .navbar-nav li a:hover, .navbar-nav li.active a {
        /*color: #0B2A3C !important;
    background-color: #fff !important;*/
        background-color: #0F465B !important;
        color: #fff !important;
        font-weight: bolder;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        color: #fff !important;
    }

    footer .glyphicon {
        font-size: 20px;
        background-size: cover;
        margin-bottom: 20px;
        color: #0F465B;
    }

    footer {
        padding: 100px 0 50px;
        /*background: #20222e url(../Image/bgContabilidade2.jpg) no-repeat 0 0;*/
        background-size: cover;
        background: #374a57;
        /*color: #fff;*/
    }

    .slideanim {
        visibility: hidden;
    }

    .slide {
        animation-name: slide;
        -webkit-animation-name: slide;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        visibility: visible;
    }

    @keyframes slide {
        0% {
            opacity: 0;
            transform: translateY(70%);
        }

        100% {
            opacity: 1;
            transform: translateY(0%);
        }
    }

    @-webkit-keyframes slide {
        0% {
            opacity: 0;
            -webkit-transform: translateY(70%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0%);
        }
    }

    @media screen and (max-width: 768px) {
        .col-sm-4 {
            text-align: center;
            margin: 25px 0;
        }

        .btn-lg {
            width: 100%;
            margin-bottom: 35px;
        }
    }

    @media screen and (max-width: 480px) {
        .logo {
            font-size: 150px;
        }

        .logoPrincipal {
            font-size: 150px;
            padding-left: 10px;
        }

        .logoBanner {
            width: 100%;
        }
    }

    .imagemBg {
        position: fixed;
        z-index: -1;
    }

    .imagemLogoPequeno {
        position: fixed;
        z-index: -1;
        width: 40px;
        top: 5px;
        margin-left: 10px;
    }

    #banner {
        padding: 16em 0 13em 0;
        background-attachment: fixed;
        background-image: url(../Image/bgContabilidade2.jpg), url(../Image/bgContabilidade.jpg);
        background-position: center top;
        background-size: cover;
        line-height: 1.75;
        text-align: center;
    }

    .container-transparent {
        opacity: .8;
        background: #FFF;
    }

    .sticky {
        background: #ffffff none repeat scroll 0 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
        z-index: 9999;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .bg-services {
        background: #20222e url(../Image/bg.jpg) no-repeat 0 0;
    }

    .logo-small-services {
        color: #c4c4c4;
        font-size: 50px;
    }

    .title-services {
        color: #6b628c;
    }

    .menu {
        padding-top: 10px;
        background: url("../Image/bgLogo.png") no-repeat;
        background-color: #0F465B;
    }

    .topo {
        background-color: #0F465B;
        width: 100%;
        height: 10px;
    }

    .headerPreco h2, h4 {
        color: #0A2B3E;
        font-weight: bolder;
    }

    .lateralDireita {
        background-color: #0F465B;
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .lateralDireita div {
            display: table-cell;
        }

.left 
{
    text-align:left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.bold {
    font-weight: bolder;
}

.tituloHorarioFuncionamento {
    color: antiquewhite;
}