* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family:'Muli', sans-serif;
}
a {
    text-decoration: none;
}
a:hover {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}
p {
    font-size: 16px;
}
.topo1 {
    display: block;
    float: left;
    width: 100%;
    padding: 15px 0;
    background: #0f233f;
}
.topo1 img {
    display: block;
    float: left;
    margin-right: 10px;
}
.topo1 span {
    display: block;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
}
.topo1 span.redes {
    float: right !important;
}

.botao-cliente{
    background-color: #929396;
    width: 150px;
    padding: 6px;
    color: #1e305c;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    font-weight: 1000;
    border-radius: 50px;
    transition:0.2s;
}

.botao-cliente a {
    color: #1e305c;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    font-weight: 1000;
    transition:0.2s;
}

.botao-cliente a:hover{
    transition:0.2s;
    color:white;
}

/* FIXED HEADER */
 h1 {
    display: block;
    float: right;
    width: 20%;
    margin: 0px 41% 0px 0%;
    padding: 10px 0px;
    box-sizing: border-box;
}
h1 a.logo {
    display: block;
    float: center;
}
/* RESPONSIVE NAV STYLES  */
 .nav-collapse {
    display: block;
    padding: 5px 0;
}
.nav-collapse ul {
    padding: 0px 0% 0% 200px;
    width: 80%;
    display: block;
    list-style: none;
    margin-right: 315px;
    text-align: center;
}
.nav-collapse li {
    width: 100%;
    display: block;
}
.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}
.js .nav-collapse-0.opened {
    max-height: initial !important;
}
.nav-collapse.opened {
    max-height: 9999px;
}
.disable-pointer-events {
    pointer-events: none !important;
}
.nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
@media screen and (min-width: 40em) {
    .js .nav-collapse {
        position: relative;
    }
    .js .nav-collapse.closed {
        max-height: none;
    }
    .js .nav-collapse-0.opened {
        max-height: initial !important;
    }
    .nav-toggle {
        display: none;
    }
}
/* ------------------------------------------
NAVIGATION STYLES
--------------------------------------------- */
 .fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}
.nav-collapse, .nav-collapse * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-collapse, .nav-collapse ul {
    /*list-style: none;
    width: 970px;
    padding: 0 0 1% 13%;
    float: left;
    xmin-height: 305px;*/
}
@media screen and (min-width: 40em) {
    .nav-collapse {
        float: right;
        width: auto;
    }
}
.nav-collapse li {
    float: left;
    width: 100%;
}
@media screen and (min-width: 40em) {
    .nav-collapse li {
        width: auto;
    }
}
.nav-collapse a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    padding: 15px 20px;
    color: #333;
    width: 100%;
    float: left;
    font-weight: 700;
}
.nav-collapse li a:hover {
    color: #1b2d5b;
    font-weight: 700;
}
.nav-collapse a:active, .nav-collapse .active a {
    color: #1b2d5b;
    font-weight: 700;
}
@media screen and (min-width: 40em) {
    .nav-collapse a {
        font-family:'Muli', sans-serif;
        padding: 15px 20px;
        text-align: center;
        float: left;
        margin: 0;
    }
}
.nav-collapse ul ul a {
    background: #ca3716;
    padding-left: 2em;
}
@media screen and (min-width: 40em) {
    .nav-collapse ul ul a {
        display: none;
    }
}
/* MENU - ÍCONE */
 @font-face {
    font-family:"responsivenav";
    src:url("../icons/responsivenav.eot");
    src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"), url("../icons/responsivenav.ttf") format("truetype"), url("../icons/responsivenav.woff") format("woff"), url("../icons/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
}
.nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 55px;
    float: right;
}
.nav-toggle:before {
    color: #244558;
    /* Edit this to change the icon color */
    font: normal 28px/55px"responsivenav";
    /* Edit font-size (28px) to change the icon size */
    text-transform: none;
    text-align: center;
    position: absolute;
    content:"\2261";
    /* Hamburger icon */
    text-indent: 0;
    speak: none;
    width: 100%;
    left: 0;
    top: 0;
}
.nav-toggle.active:before {
    font-size: 24px;
    content:"\78";
    /* Close icon */
}

.cliente {
    width: 50%;
    height: 30%;
    margin: 0px 25%;
    float: left;
    background-color: #f0f0f0;
    padding: 2%;
    padding-left: 210px;
    text-align: left;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px;
    font-weight: 700;
}

/** BANNER **/
 section.banner {
    display: block;
    float: left;
    width: 100%;
}
/** SEJA BEM VINDO **/
 section.seja-bem-vindo {
    display: block;
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding: 50px 0;
}
section.seja-bem-vindo h2 {
    display: block;
    float: left;
    width: 100%;
    color: #1b2d5b;
    font-size: 36px;
    font-weight: 800;
}
section.seja-bem-vindo p {
    text-align: justify;
}
section.seja-bem-vindo img {
    text-align: center;
    display: block;
    margin: 0 auto;
}
section.servicos {
    display: block;
    float: left;
    width: 100%;
    padding: 50px 0;
}
section.servicos h2 {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    color: #244558;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
section.servicos h3 {
    display: block;
    float: left;
    width: 100%;
    color: #244558;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 20px;
}
section.servicos p {
    display: block;
    float: left;
    width: 100%;
    color: #333;
    font-style: italic !important;
}
section.servicos .serv {
    display: block;
    float: left;
    margin: 50px 0;
}
/** NOTÍCIAS **/
 section.noticias {
    display: block;
    float: left;
    width: 100%;
    padding: 50px 0;
    background: url(../img/fundo_link.jpg) center repeat-y;
}
section.noticias h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}
section.noticias a.link {
    display: block;
    float:left;
    width: 100%;
    text-align: center;
    padding:10px;
    border: 1px solid #fff;
    margin: 5px 0;
    color: #fff;
}
section.noticias a.link:hover {
    border: 1px solid #1b2d5b;
    background: #1b2d5b;
    color: #fff;
}
/** Internas **/
 section.empresa, section.titulo {
    display: block;
    float: left;
    width: 100%;
    padding: 60px 0;
    background: url('../img/fundo_1.jpg');
}
section.titulo h2 {
    display: block;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
section.conteudo {
    display: block;
    float: left;
    width: 100%;
    padding: 60px 0;
}
section.conteudo img {
    margin: 0 auto;
}
section.conteudo .mvv {
    display: block;
    text-align: center;
    margin: 100px 0;
}
section.conteudo .mvv h3 {
    font-weight: 800 !important;
}
section.servicos2 {
    display: block;
    float: left;
    width: 100%;
    padding: 60px 0;
    background: url('../img/fundo_2.jpg') center repeat-y;
}
section.titulo {
    display: block;
    float: left;
    width: 100%;
    padding: 60px 0;
}
section.links {
    display: block;
    float: left;
    width: 100%;
    padding: 60px 0;
    background: url('../img/fundo_3.jpg') center repeat-y;
}
section.links-uteis {
    display: block;
    float: left;
    width: 100%;
    padding: 60px 0;
}
section.links-uteis p {
    font-size: 16px;
    margin-bottom: 0;
}
section.links-uteis h3 {
    margin-top: 0;
    color: #f08d62;
    font-size: 20px;
    margin-bottom: 0;
    padding: 10px;
}
section.links-uteis h3 span {
    color: #f08d62;
    font-size: 20px;
    font-weight: 700;
}
section.links-uteis article {
    display: block;
    flex: left;
    width: 100%;
    border: 1px solid #1b2d5b;
    padding: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
section.links-uteis article:hover {
    display: block;
    flex: left;
    width: 100%;
    border: 1px solid #1b2d5b;
    background: #1b2d5b;
    padding: 10px;
}
section.links-uteis article h3 {
    margin-top: 0;
    color: #313131;
    font-size: 20px;
    text-align: center;
}
section.links-uteis article:hover h3 {
    margin-top: 0;
    color: #fff;
    font-size: 20px;
}
section.links-uteis article:hover p {
    color: #fff;
}
section.contato {
    display: block;
    float: left;
    width: 100%;
    padding: 60px 0;
    background: url('../img/fundo_4.jpg') center repeat-y;
}
.contato2 {
    display: block;
    float: left;
    width: 100%;
    padding: 60px 0;
}
.contato2 form {
    display: block;
    float: left;
    width: 100%;
    margin: 40px 0;
}
.contato2 form input.field {
    display: block;
    float: left;
    width: 100%;
    padding: 15px;
    background: #f1f1f1;
    margin-bottom:30px;
}
.contato2 form textarea.msg {
    display: block;
    float: left;
    width: 100%;
    padding: 15px;
    background: #f1f1f1;
    height: 150px;
    resize: none;
}
.contato2 form input.button {
    display: block;
    float: left;
    width: 100%;
    padding: 15px;
    background: #244558;
    color: #fff;
    font-size: 18px;
    margin: 30px 0;
}
/** FOOTER **/
 footer {
    display: block;
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #0f233f;
}
footer span {
    display: block;
    float: right;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-right:-40px;
}
footer span a {
    color: #fff;
}
footer span a:hover {
    color: #244558;
}
@media screen and (max-width: 767px) {
    section.servicos img {
        display: block;
        margin: 0 auto !important;
        text-align: center;
    }
    .nav-collapse, .nav-collapse ul {
        width: 100%;
        float: left;
        height: 305px !important;
        display: block;
    }
    .topo1 {
        display: none !important;
    }
    section.servicos h3 {
        text-align: center;
        margin-top: 30px;
    }
    section.servicos p {
        text-align: center;
    }
}





/***** POP-UP ******/

#mask{position:absolute;left:0;top:0;z-index:9000;background-color:#333;display:none}
#boxes .window{position:absolute;left:0;top:0;width:440px;height:200px;display:none;z-index:9999;padding:20px}
#boxes #dialog2{background:transparent;width:650px;margin:0 auto;margin-top:-160px}
.close{display:block;float:left;font-weight:700;line-height:1;cursor:pointer;color:#fff;text-align:center;text-shadow:0 -1px 1px #64799e;background:#191d2f;border:.1px solid #051c44;background-color:#25a9e0;background-position:0 0;margin:10px 30px 10px 0;padding:6px 8px}
@media only screen and (max-width :1024px) {
.conteudo{padding:0 5px}
ul#main-menu li a{padding:14px 15px}
}
@media only screen and (max-width :800px) {
.texto-faixa .btn-1{width:30%}
.exclui-foto-3{display:none!important}
.padding-bottom{margin-bottom:2%}
h1{margin:3% 0!important}
header{position:relative;background:#000}
}
@media only screen and (max-width :650px) {
.menu{width:100%}
.links{line-height:1.8em}
.links img{padding-right:5%}
.texto-faixa .btn-1{width:50%}
}
@media only screen and (max-width :430px) {
.menu{width:100%}
.exclui-foto-4{display:none!important}
.texto-faixa .btn-1{width:100%}
.col-pp{width:100%!important}
header{position:relative}
h1{font-size:2em!important}
}





