*{outline: none;box-sizing: border-box;font-family: 'Open Sans', sans-serif;}
input, select{font-family: 'Open Sans', sans-serif;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    color: #1f1f1f;
    background-repeat: no-repeat;
    background-color: #E4E5E9;
    background-image: -moz-linear-gradient(top, #6a7684 0%, #e4e5e9 40%, #e4e5e9 100%);
    background-image: -webkit-linear-gradient(top, #6a7684 0%, #e4e5e9 40%, #e4e5e9 100%);
    background-image: linear-gradient(to bottom, #6a7684 0%, #e4e5e9 40%, #e4e5e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a7684', endColorstr='#e4e5e9',GradientType=0 );
    min-height: 100vh;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container{display: block;width: 100%;float: left;}

.small_header{height: 40px;background-image: -webkit-linear-gradient(left, #002a3a, #335973);}
.small_header .content_home{display: flex;align-items: center;height: 40px;width: 95%;margin: 0 auto;justify-content: space-between;}
.small_header .left{display: flex;align-items: center;height: 40px;}
.small_header .left div{margin-right: 15px;}
.small_header .left button{padding: 3px 15px;background: #80a7b6;color: #fff;font-weight: 700;border: none;cursor: pointer;font-size: .78em;margin-right: 15px;border-radius: 4px;}
.small_header .left button:hover{color: #3a525a;background: #b2d6e4;}
.small_header .left div:last-child{color: #fff;font-size: .75em;font-weight: 700;cursor: pointer;padding-top: 3px;}
.small_header .right{display: flex;align-items: center;cursor: pointer;}
.small_header .right p{margin-right: 10px;font-weight: 600;font-size: .75em;color: rgba(255,255,255,.8);}

.home_menu .content_menu{width: 1309px;margin: 0 auto;display: flex;padding: 50px 0;align-items: center;}
.home_menu .left{width: 85%;display: flex;justify-content: flex-end;margin-right: 3%;}
.home_menu .left li{margin-right: 15px;display: flex;flex-direction: column;color: rgba(255,255,255,.7);cursor: pointer;}
.home_menu .left li p{font-size: .6em;font-weight: 700;margin-bottom: 3px;}
.home_menu .left li h1{font-size: .9em;font-weight: 700;}
.home_menu .left li:hover p{color: #fff;}
.home_menu .left li:hover h1{color: #fff;}
.home_menu .left li.ativo p{color: #fff;}
.home_menu .left li.ativo h1{color: #fff;}

.home_menu .right{width: 15%;}
.home_menu .right .block_search{border-bottom: 1px solid #fff;display: flex;}
.home_menu .right .block_search input{width: 90%;background: transparent;border: none;padding: 0 5px;color: #fff;}
.home_menu .right .block_search input::placeholder{color: #fff;}
.home_menu .right .block_search button{width: 10%;background: transparent;border: none;color: #fff;margin-left: -10px;}

.home_corpo .content_corpo{width: 1309px;max-width:95%;margin: 0 auto 100px auto;display: flex;}
.home_corpo .left{margin: -60px 60px 0 0;cursor: pointer;}
.home_corpo .corpo{margin: 40px 0 0 0;background: #fff;padding: 40px 10px 40px 10px;}
.home_corpo .corpo img{max-width: 100%;}

.home_footer{background-image: -webkit-linear-gradient(left, #002a3a, #335973);padding: 70px 0;}
.home_footer .content_footer{display: flex;flex-direction: column;width: 90%;margin: 0 auto;}
.home_footer .cima{display: flex;justify-content: space-between;padding-bottom: 20px;border-bottom: 1px solid #fff;color: #fff;}
.home_footer .cima .redes{display: flex;align-items: center;color: #fff;}
.home_footer .cima .redes p{font-weight: 700;font-size: .75em;margin-right: 15px;}
.home_footer .cima .redes .list_redes{display: flex;}
.home_footer .cima .redes .list_redes i{margin-right: 10px;border: 1px solid #fff;border-radius: 50%;width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;font-size: .9em;color: #fff;cursor: pointer;}
.home_footer .cima .infos{line-height: 1.4em;font-size: .9em;}
.home_footer .cima .mini_logo{width: 120px;}
.home_footer .cima .mini_logo img{width: 120px;}
.home_footer .baixo{display: flex;justify-content: center;align-items: center;align-content: center;padding-top: 30px;}
.home_footer .baixo li{margin-right: 20px;color: rgba(255,255,255,.8);cursor: pointer;font-size: .8em;}
.home_footer .baixo li:hover{color: #fff;}