* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    cursor: pointer;
    display: block;
    text-decoration: none;
}
ul {
    list-style: none outside none;
}
img {
    border: 0 none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
}
select, input[type='text'], textarea{
    -webkit-appearance: none;
}
input, textarea, select{
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}
html, body{
    width: 100%;
    height: 100%;
}
body {
    color: #14446f;
	background-color: #fff;
    font-family: 'robotolight', sans-serif;
    padding: 0 0;
    margin: 0 0;
    font-size:13px;
}
ul li {
    list-style: none;
}
a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
::-webkit-input-placeholder {
   color: #666;
}
:-moz-placeholder {
   color: #666;
}
::-moz-placeholder {
   color: #666;
}
:-ms-input-placeholder {
   color: #666;
}
/* GERAL */
#container{
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    min-height: 566px;
    float: left;
}
.container {
float: left;
width: 100%;
position: relative;
overflow: hidden;
}
.middle{
    position: relative;
    margin: 0 auto;
    width: 960px;
    padding: 0 10px;
    overflow: hidden;
}
.middle2{
    position: relative;
    margin: 0 auto;
    width: 960px;
    padding: 0 10px;
    display: inherit;
    justify-content: space-around;
}
.copy {
    display: flex;
}
/**/
.topo{
    position: relative;
    float: left;
    width: 100%;
    background: #f2f4f5;
    height: 40px;
    border-bottom: solid 1px #14446f;
}
.topo .rede-social{
    position: relative;
    float: left;
    width: auto;
}
.topo .rede-social a{
    position: relative;
    float: left;
    width: 26px;
    height: 25px;
    margin: 6px 5px 0 0;
    text-decoration: none;
    font-size: 0;
}

.whatsapp{
    background: url('../images/icone-whatsapp.png') no-repeat 0 0;
}
.topo .rede-social a.facebook{
    background: url('../images/icone-facebook.png') no-repeat 0 0;
}
.topo .rede-social a.whatsapp{
    background: url('../images/icone-whatsapp.png') no-repeat 0 0;
}
.topo .rede-social a.twitter{
    background: url('../images/icone-twitter.png') no-repeat 0 0;
}
.topo .rede-social a.gmais{
    background: url('../images/icone-gmais.png') no-repeat 0 0;
}
.topo .menu-acesso{
    position: relative;
    float: right;
    width: auto;
    margin-top: 5px;
}
.topo .menu-acesso a{
    position: relative;
    float: left;
    width: auto;
    min-width: 160px;
    border-radius: 3px 3px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-family: 'robotolight';
    padding: 0 10px;
    background: #2d9afb;
    margin-left: 5px;
    text-align: center;
}
.topo .menu-acesso a:last-child{
    background: #2273bb;
}
.topo .menu-acesso a:hover{
    opacity: 0.5;
    color: #fff;
    text-decoration: none;
}
/**/
.topo2{
    position: relative;
    float: left;
    min-width: 960px;
    width: 100%;
}
.topo2 h1{
    position: relative;
    float: left;
    width: 357px;
    height: 56px;
    font-size: 0;
    background: url('../images/logo.png') no-repeat 0 0;
    margin: 12px 90px 15px 0;
}
.topo2 a.link-topo{
    position: relative;
    float: left;
    font-size: 12px;
    font-family: 'robotolight';
    color: #14446f !important;
    text-decoration: none;
    line-height: 10px;
    margin: 36px 0 10px 16px;
    padding-right: 16px;
}
.topo2 a.link-topo:hover{
    text-decoration: underline;
    color: #14446f;
}
.topo2 a.link-topo.border{
    border-right: solid 1px #677d97 !important;
}
.topo2 .bt-verde{
    position: relative;
    float: right;
    width: 232px;
    background: #78af40;
    height: 30px;
    line-height: 30px;
    font-family: 'robotolight';
    color: #fff;
    font-size: 14px;
    border-radius: 3px 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 26px 0 0 10px;
}
.topo2 .bt-verde:hover{
    opacity: 0.5;
}
/**/
.menu{
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    background: #d9e6ea;
    border-top: solid 1px #d9dfe5;
}
.menu .menu-ul{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
.menu .menu-ul li{
    position: relative;
    display: inline-block;
}
.menu .menu-ul li a{
    position: relative;
    float: left;
    min-width: 150px;
    height: 50px;
    font-size: 16px;
    color: #14446f;
    font-family: 'robotolight';
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    background: url('../images/div-menu.png') no-repeat right center;
}
.menu .menu-ul li:hover a,
.menu .menu-ul li.ativo a{
    background: #78af40;
    color: #fff;
    text-decoration: none;
}
.menu .menu-ul li:last-child a{
    background: none;
}
.menu .menu-ul li:last-child a:hover,
.menu .menu-ul li:last-child a.ativo{
    background: #78af40;
}
/**/
.navbar{
    float: left;
}
.navbar-toggle{
    display: none;
}
/**/
footer,
.footer{
    position: relative;
    float: left;
    width: 100%;
    max-height: 182px;
}
.bg-footer{
    background: url('../images/bg-footer.png') no-repeat center top scroll;
    z-index: 9;
    position: absolute;
    top: -40px;
    right: 0px;
    width: 100%;
    max-width: 1920px;
    min-width: 960px;
    height: 183px;
}
.footer .top-footer{
    position: relative;
    float: left;
    width: 100%;
    height: 134px;
    z-index: 99;
}
.footer .top-footer h2{
    position: relative;
    float: left;
    font-size: 0;
    width: 288px;
    height: 46px;
    background: url('../images/logo-footer.png') no-repeat 0 0;
    margin: 18px 0 0 0;
}
.footer .top-footer .end{
    position: relative;
    float: right;
    width: 380px;
    margin-right: 164px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'robotolight';
    text-align: right;
    color: #8aa2b7;
    padding-top: 16px;
    height: 86px;
}
.footer .top-footer .end .link{
    color: #78af40;
    text-decoration: none;
    text-align: right;
    float: right;
    position: relative;
    margin-top: 8px;
}
.footer .menu-ul{
    position: relative;
    float: left;
    width: 100%;
    border-top: solid 1px #2c577e;
    height: 47px;
    max-width: 780px;
    margin: 0 0;
}
.footer .menu-ul li{
    position: relative;
    float: left;
    margin-right: 75px;
}
.footer .menu-ul li:last-child{
    margin-right: 0;
}
.footer .menu-ul li a{
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    color: #fff;
    font-family: 'robotolight';
    text-transform: uppercase;
    color: #fff;
}
.botton-footer{
    display: flex;
    position: relative;
    float: left;
    width: 100%;
    height: 47px;
    background: #0f3455;
    z-index: 1;
}
.botton-footer span{
    position: relative;
    float: right;
    line-height: 47px;
    font-size: 12px;
    font-family: 'robotolight';
    color: #8aa2b7;
    text-decoration: none;
}
.botton-footer .red{
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 53px;
    height: 25px;
    font-size: 0;
    background: url('../images/red.png') no-repeat 0 0;
    vertical-align: middle;
}
.botton-footer .rede-social{
    position: relative;
    float: left;
    width: auto;
}
.botton-footer .rede-social a{
    position: relative;
    float: left;
    width: 26px;
    height: 25px;
    margin: 13px 5px 0 0;
    text-decoration: none;
    font-size: 0;
}
.botton-footer .rede-social a.facebook{
    background: url('../images/icone-facebook.png') no-repeat 0 0;
}
.botton-footer .rede-social a.twitter{
    background: url('../images/icone-twitter.png') no-repeat 0 0;
}
.botton-footer .rede-social a.whatsapp{
    background: url('../images/icone-whatsapp.png') no-repeat 0 0;
}
.botton-footer .rede-social a.gmais{
    background: url('../images/icone-gmais.png') no-repeat 0 0;
}
/**/
@media (min-width: 721px) and (max-width: 959px){
    .middle,
    .middle2{
        max-width: 720px;
    }
    .topo2 a.link-topo{
        margin-top: 16px;
        padding-right: 0;
    }
    .topo2 .bt-verde{
        margin-top: 0;
    }
    .topo2 a.link-topo.border{
        padding-right: 16px;
        margin-left: 28px;
    }
    .menu .menu-ul li a{
        min-width: 113px;
    }
    /**/
    .bg-footer{
        min-width: 720px;
        background: #14446f;
        top: 0;
    }
    .footer .top-footer .end{
        margin-right: 0;
    }
    .footer .menu-ul li{
        margin-right: 63px;
    }
    .botton-footer{
        z-index: 99;
    }
}
@media (max-width: 959px){
    .middle,
    .middle2{
        width: 100%;
    }
    .topo2{
        min-width: 0;
    }
    /**/
}
@media (max-width: 720px){
    body{
        overflow-x: hidden;
    }
    .navbar{
        width: 100%;
    }
    .navbar-toggle{
        display: block;
        width: 30px;
        height: 27px;
        font-size: 0;
        background: url('../images/icone-menu-mobile.png') no-repeat center center;
        position: absolute;
        top: 25px;
        right: 18px;
        border: none;
        border-radius: 0 0;
    }
    .navbar-toggle:focus{
        outline: none;
    }
    .navbar-collapse{
        display: none;
    }
    .navbar-collapse.collapse.in{
        background: #78af40;
        position: absolute;
        top: 83px;
        right: 0;
        width: 300px;
        height: auto;
        z-index: 9999;
        padding-top: 20px;
    }
    .menu .menu-ul li{
        position: relative;
        float: left;
        width: 100%;
        background: transparent;
        display: block !important;
    }
    .menu .menu-ul li a{
        text-align: right;
        color: #fff;
        padding-right: 32px;
        width: 100%;
        float: left;
        background: transparent;
    }
    .menu .menu-ul li a:hover{
        background: transparent;
    }
    /**/
    .topo2{
        text-align: center;
        min-height: 83px;
    }
    .topo2 h1{
        float: left;
        margin: 22px 0 0 0;
        width: 236px;
        background-size: 236px
    }
    .topo2 a.link-topo,
    .topo2 .bt-verde{
        display: none;
    }
    /**/
    footer, .footer{
        max-height: inherit;
        background: #144485;
    }
    .bg-footer{
        display: none;
    }
    .footer .menu-ul,
    .footer .top-footer{
        text-align: center;
        height: auto;
    }
    .footer .menu-ul{
        padding: 20px 0;
    }
    .footer .top-footer h2{
        float: none;
        display: inline-block;
    }
    .footer .top-footer .end .link,
    .footer .top-footer .end{
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .footer .top-footer .end{
        height: auto;
        padding-bottom: 20px;
    }
    .footer .menu-ul li,
    .footer .menu-ul li a{
        width: 100%;
        float: left;
        text-align: center;
    }
    .footer .menu-ul li a{
        height: auto;
        line-height: 35px;
    }
}


