/*----------------------------------------PADRÕES----------------------------------------*/
    *{ 
        margin: 0; 
        padding: 0; 
        border: 0; 
        text-decoration: none; 
        font-family: Helvetica, Arial, sans-serif; 
        outline: none; 
        -webkit-box-sizing: border-box; 
        -moz-box-sizing: border-box; 
        box-sizing: border-box; 
    }
    a   { 
        text-decoration: none !important; 
    }
    a:hover { 
        text-decoration: none !important; 
    }
    body, html{ 
        width:100%; 
        min-height:100px; 
    }
    h1, h2, h3, h4, h5{ 
        margin: 0; 
        padding: 0; 
    }
    .msg-form{
        width: 100%;
        height: 40px;
        color: #FFF;
        line-height: 40px;
        float: left;
        text-align: center;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-out; 
        -moz-transition: all 0.3s ease-out; 
        -ms-transition: all 0.3s ease-out; 
        -o-transition: all 0.3s ease-out; 
        transition: all 0.3s ease-out; 
    }
    .sucessomsg{
        background-color: #004A86;
    }
    .erromsg{
        background-color: #DF1A21;
    }
    .desaparecer-msg{
        height: 0 !important;
        -webkit-transition: all 0.3s ease-out; 
        -moz-transition: all 0.3s ease-out; 
        -ms-transition: all 0.3s ease-out; 
        -o-transition: all 0.3s ease-out; 
        transition: all 0.3s ease-out; 
    }
    @font-face {
        font-family: 'tahoma';
        src: url('/templates/fonts/tahoma.eot');
        src: url('/templates/fonts/tahoma.eot?#iefix') format('embedded-opentype'),
             url('/templates/fonts/tahoma.woff2') format('woff2'),
             url('/templates/fonts/tahoma.woff') format('woff'),
             url('/templates/fonts/tahoma.ttf') format('truetype'),
             url('/templates/fonts/tahoma.svg#tahoma') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'humanist_521_condensedregular';
        src: url('/templates/fonts/humanist-webfont.woff2') format('woff2'),
             url('/templates/fonts/humanist-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    .tahom{
        font-family: 'tahoma', Helvetica, Arial, sans-serif; 
    }
    .human{
        font-family: 'humanist_521_condensedregular', Helvetica, Arial, sans-serif; 
    }
    .box-titulo-faixa{
        margin-bottom: 15px;
    }
    .box-titulo-faixa span{
        display: inline-block;
        padding: 10px 30px;
        position: relative;
        letter-spacing: 2px;
        font-size: 20px;
    }
    .box-titulo-faixa span:after{
        display: block;
        content: "";
        width: 3000px;
        height: 2px;
        background-color: #FFF;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: -3000px;
    }
    .box-titulo-faixa span:before{
        display: block;
        content: "";
        width: 3000px;
        height: 2px;
        background-color: #FFF;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: -3000px;
    }
/*----------------------------------------TOPO----------------------------------------*/
    .faixa-01-header{
        background: rgba(254,254,254,1);
        background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(222,222,222,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(222,222,222,1)));
        background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(222,222,222,1) 100%);
        background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(222,222,222,1) 100%);
        background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(222,222,222,1) 100%);
        background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(222,222,222,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dedede', GradientType=0 );
        padding: 30px;
    }
    .logo{
        width: 280px;
        max-width: 100%;
    }
    .faixa-02-header{
        background: rgba(0,64,92,1);
        background: -moz-linear-gradient(top, rgba(0,64,92,1) 0%, rgba(0,94,131,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,64,92,1)), color-stop(100%, rgba(0,94,131,1)));
        background: -webkit-linear-gradient(top, rgba(0,64,92,1) 0%, rgba(0,94,131,1) 100%);
        background: -o-linear-gradient(top, rgba(0,64,92,1) 0%, rgba(0,94,131,1) 100%);
        background: -ms-linear-gradient(top, rgba(0,64,92,1) 0%, rgba(0,94,131,1) 100%);
        background: linear-gradient(to bottom, rgba(0,64,92,1) 0%, rgba(0,94,131,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00405c', endColorstr='#005e83', GradientType=0 );
    }
    .faixa-02-header-mobile{
        background: rgba(0,64,92,1);
        background: -moz-linear-gradient(top, rgba(0,64,92,1) 0%, rgba(0,94,131,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,64,92,1)), color-stop(100%, rgba(0,94,131,1)));
        background: -webkit-linear-gradient(top, rgba(0,64,92,1) 0%, rgba(0,94,131,1) 100%);
        background: -o-linear-gradient(top, rgba(0,64,92,1) 0%, rgba(0,94,131,1) 100%);
        background: -ms-linear-gradient(top, rgba(0,64,92,1) 0%, rgba(0,94,131,1) 100%);
        background: linear-gradient(to bottom, rgba(0,64,92,1) 0%, rgba(0,94,131,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00405c', endColorstr='#005e83', GradientType=0 );
        height: 50px;
    }
    .faixa-02-header-fixa{
        position: fixed;
        top: 0;
        z-index: 2;
        -webkit-box-shadow: 0px 0px 40px -5px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 40px -5px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 40px -5px rgba(0,0,0,0.75);
    }
    .navbar{
        margin: 0;
        padding: 0;
        border-radius: 0;
        position: static;
        min-height: auto;
        border: 0; 
        height: 48px;
    }
    .menu{
        display: inline-block;
        margin: 0;
    }
    .menu li{
        display: block;
        float: left;
    }

    .menu li a{
        display: block;
        padding: 10px 30px;
        background-image: url(/templates/images/bg-item-menu.png);
        background-repeat: no-repeat;
        background-position: center right;
    }
    .nav>li>a:focus, .nav>li>a:hover{
        background-color: transparent ;
    }
    .menu li.active a{
        background-color: rgba(0, 0, 0, 0.2) ;
    }
    .menu li a:hover{
        background-color: rgba(0, 0, 0, 0.2);
    }
    .menu li:last-child a{
        background-image: none;
    }
    .btn-menu{
        display: block;
        width: 40px;
        height: 50px;
        line-height: 58px;
        text-align: center;
        float: right;
    }
    .btn-menu i{
        font-size: 25px;
    } 

/*----------------------------------------Faixa 01----------------------------------------*/
    .faixa-01{
        background-image: url(/templates/images/bg-faixa-01.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .img-quem-somos{
        border: 5px solid #FFF; 
        max-width: 100%;
    }

/*----------------------------------------Faixa 02----------------------------------------*/
    .bgParallax {
        position: relative;
        background-position: center;
        background-repeat: repeat;
        background-size: cover;
        background-attachment: fixed;
        overflow: hidden;
    }
    .faixa-02{
        background-image: url(/templates/images/bg-faixa-02.jpg);
    }
    .item-servicos{
        background-color: rgba(0, 0, 0, 0.3);
        border-left: 5px solid rgba(124, 124, 124, 0.56);
    }


/*----------------------------------------Faixa 03----------------------------------------*/
    .faixa-03{
        background-color: #003566;
    }
    .campo-contato{
        background-color: #FFF;
        border-radius: 0;
        border: 0; 
        background-image: url(/templates/images/bg-input.jpg);
        background-repeat: repeat-x;
        background-position: top;
    }
    .campo-contato-textarea{
        background-color: #FFF;
        border-radius: 0;
        border: 0; 
        height: 130px !important;
        resize: none;
        background-image: url(/templates/images/bg-input.jpg);
        background-repeat: repeat-x;
        background-position: top;
    }
    .btn-contato{
        background-color: #FFF;
        color: #003566;
        padding: 15px 30px;
    }
    .img-mapa{
        width: 330px;
        margin: 25px;
        max-width: 100%;
    }
/*----------------------------------------Footer----------------------------------------*/
    footer{
        background-color: #003566;
    }

    /* ------------ Padrão Visualy ------------ */
        .final_footer{
            background: rgba(0, 0, 0, 0.2);
            min-height: 50px;
            line-height: 50px;
        }
        .copy{
            float: left;
            text-align: left;
            }
        .visu{
            float: right;
            text-align: right;
        }

/*----------------------------------------Ajustes----------------------------------------*/
    .mg-01{
        margin: 30px 0;
    }
    .font-01{
        font-size: 15px;
    }
    .pd-01{
        padding: 50px 0;
    }
    .border-01{
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .font-02{
        font-size: 17px;
    }
    .pd-02{
        padding: 40px 15px;
    }
    .pd-03{
        padding: 0;
        padding-right: 15px;
    }
    .margin-faixa-01{
        margin-bottom: 48px;
    }    

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
   
    /*----------------------------------------Ajustes----------------------------------------*/
    .pd-02{
        padding: 20px 15px;
    }
    .font-01 {
        font-size: 14px;
    }
    .font-02 {
        font-size: 15px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .img-quem-somos{
        margin-top: 10px;
    }
    .img-mapa {
        margin: 0;
        max-width: 100%;
        margin-top: 15px;
    }    
    .btn-contato{
        width: 100%;
        text-align: center;
    }
    /*----------------------------------------Ajustes----------------------------------------*/
    .pd-02 {
        padding: 0px 15px;
    }
    .font-01 {
        font-size: 13px;
    }
    .pd-03{
        padding: 0;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .img-quem-somos {
        margin-top: 10px;
        max-width: 230px;
    }   
    .margin-faixa-01{
        margin-bottom: 50px;
    }
    /*----------------------------------------Ajustes----------------------------------------*/
    .align-01{
        text-align: center;
        margin: 15px;
    }
    /* ------------ pardão Visualy ------------ */
        .copy{
            text-align: center;
            width: 100%;
        }
        .visu{
            text-align: center;
            width: 100%; 
        }        
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    
    /*----------------------------------------Ajustes----------------------------------------*/
        
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {   
}