@charset "utf-8";

/* FONTES */

@font-face {
    font-family: 'poppins-light';
    src: url('fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-regular';
    src: url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-medium';
    src: url('fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-semiBold';
    src: url('fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-bold';
    src: url('fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'poppins-black';
    src: url('fonts/poppins-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'panton-regular';
    src: url('fonts/panton-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'panton-bold';
    src: url('fonts/panton-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'panton-black';
    src: url('fonts/panton-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proximaNova-light';
    src: url('fonts/proxima-nova-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'proximaNova-regular';
    src: url('fonts/proxima-nova-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'proximaNova-bold';
    src: url('fonts/proxima-nova-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proximaNova-extrBold';
    src: url('fonts/proximanova-extr-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proximaNova-black';
    src: url('fonts/proxima-nova-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-light';
    src: url('fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-regular';
    src: url('fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-semibold';
    src: url('fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-extrBold';
    src: url('fonts/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'segoe-bold';
    src: url('fonts/segoe-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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;
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
aricle, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
    display: block;
}
body{
    line-height: 1;
    overflow-x: hidden;
}
ol, ul {
    list-style: none;
}
blockquot, q{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after{
    content: '';
    content: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}

/* FIM DO RESET */
div.interface{
    min-width: 320px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

header {
    float: left;
    width: 100%;
    background-color: #032793;
}

header div.menu-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    height: 135px;
    padding: 1rem;
}

#logo img {
    width: 200px;
}

#btn-mobile {
    display: flex;
    padding: .5rem 1rem;
    font-size: 1rem;
    border: none;
    background: none;
    cursor: pointer;
    gap: .5rem;
}

#hamburguer {
    display: block;
    width: 30px;
    color: #ffffff;
    border-top: 3px solid;
}

#hamburguer::after, #hamburguer::before {
    display: block;
    position: relative;
    content: '';
    width: 30px;
    height: 3px;
    background-color: currentColor;
    margin-top: 5px;
    transition: .4s;
}

#nav.active #hamburguer {
    border-top-color: transparent;
}

#nav.active #hamburguer::before {
    transform: rotate(135deg);
}

#nav.active #hamburguer::after {
    top: -7px;
    transform: rotate(-135deg);
}

#nav.active ul#menu {
    height: calc(100vh - 120px);
    visibility: visible;
}

ul#menu {
    display: block;
    position: absolute;
    width: 100%;
    right: 0;
    top: 125px;
    text-align: left;
    background-color: #032793;
    transition: .6s;
    z-index: 10;
    height: 0;
    visibility: hidden;
    overflow-y: hidden;
}

ul#menu a {
    display: inline-block;
    width: auto;
    padding: 1rem 0;
    margin: 0 1.2rem;
    color: #ffffff;
    font-size: 18px;
    font-family: 'poppins-semiBold', sans-serif;
    vertical-align: middle;
}

ul#menu li.central a {
    background-color: #ff6c00;
    color: #ffffff;
    padding: .8rem 1rem;
    border-radius: 15px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

ul#menu li.central a:hover {
    background-color: #ffffff;
    color: #ff6c00;
}

header nav ul li a:after  {
    content: "";
    display: table;
    margin: 0 auto 0 auto;
    position: relative;
    top: 2px;
    width: 0;
    height: 4px;
    border-radius: 10px;
    background-color: #ffffff;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
}

header nav ul li a:hover:after   {
    width: 100%;
}

header nav ul li.active a:after  {
    content: "";
    display: table;
    margin: 0 auto 0 auto;
    position: relative;
    top: 2px;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background-color: #b90519;
}

header nav ul li.central a:after  {
    content: unset;
    display: unset;
    margin: unset;
    position: unset;
    top: unset;
    width: unset;
    height: unset;
    border-radius: unset;
}

header nav ul li.central a:hover:after   {
    width: unset;
}

header nav ul li.mobile-btn img   {
    margin-right: 10px;
    vertical-align: middle;
}

section#titulo {
    display: inline-block;
    width: 100%;
    background-color: #032793;
}

section#titulo h1 {
    display: inline-block;
    width: auto;
    font-family: 'poppins-bold', sans-serif;
    color: #ffffff;
    font-size: 26px;
    line-height: 28px;
    padding: 30px 0 50px;
}

footer {
    float: left;
    width: 100%;
    background-color: #032793;
    padding: 40px 0;
}

footer a.logo-footer {
    display: inline-block;
    width: 241px;
    box-sizing: border-box;
}

footer a.logo-footer img {
    width: 241px;
}

footer div.info-middle {
    display: inline-block;
    width: 90%;
    max-width: 520px;
    margin: 40px 0;
}

footer div.info-middle p {
    float: left;
    width: auto;
    color: #ffffff;
    font-family: 'poppins-regular', sans-serif;
    text-align: left;
    margin: 10px;
}

footer div.info-middle p strong {
    display: inline-block;
    width: auto;
    color: #00d2ff;
    font-family: 'poppins-semiBold', sans-serif;
    margin-bottom: 5px;
}

footer div.info-right {
    display: inline-block;
    width: 150px;
}

footer div.info-right div.sociais {
    display: inline-block;
    width: 100%;
}

footer div.info-right div.sociais a {
    display: inline-block;
    margin: 0 3px;
    position: relative;
    top: 0;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

footer div.info-right div.sociais a:hover {
    top: -10px;
}

footer div.info-right a.logo-click {
    display: inline-block;
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    header.with-bar {
        border-bottom: 16px solid #b90519;
    }

    header nav ul li.mobile-btn {
        display: none;
    }
    
    header div.info-topo {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-top: 30px
    }

    header div.menu-logo {
        flex-direction: column;
        width: 100%;
        height: unset;
        padding: 0 0.2rem;
    }

    #logo img {
        width: 170px;
        margin: 0 15px;
        margin-top: 50px;
    }

    #btn-mobile {
        display: none;
    }

    ul#menu {
        display: flex;
        position: unset;
        justify-content: center;
        align-items: center;
        top: unset;
        visibility: unset;
        overflow-y: unset;
        padding: 50px 0;
    }

    ul#menu a {
        padding: 1rem 0;
        margin: 0 0.5rem;
        font-size: 17px;
    }

    #nav.active ul#menu {
        height: unset;
    }

    section#titulo h1 {
        font-size: 34px;
        line-height: 38px;
        padding: 40px 0 60px;
    }
    
    footer a.logo-footer {
        margin-left: 10px;
        margin-bottom: 40px;
    }

    footer div.info-middle {
        margin: 0 20px;
    }

    footer div.info-right {
        margin: 40px 30px 0 30px;
    }
}

@media screen and (min-width: 815px) {
    footer a.logo-footer {
        float: left;
        margin: 20px 0 0 10px;
    }

    footer div.info-right {
        margin: 50px 30px 0 30px;
    }
}



@media screen and (min-width: 1024px) {

    header {
        position: fixed;
        z-index: 1000;
    }

    header div.info-topo {
        width: auto;
        justify-content: flex-end;
        padding: 20px 0 5px;
        padding-right: 20px;
    }

    header div.menu-logo {
        flex-direction: row;
    }

    #logo img {
        width: 214px; /*241*/
        margin-left: 20px;
        margin-top: 0;
    }

    ul#menu {
        padding: 50px 0;
    }

    ul#menu a {
        margin: 0 0.8rem;
        font-size: 16px;
    } 

    section#titulo {
        margin-top: 100px;
    }

    section#titulo h1 {
        font-size: 40px;
        line-height: 44px;
        padding: 50px 0 60px;
    }

    footer div.interface {
        display: flex;
        width: 100%;
        justify-content: space-around;
        align-items: center;
    }

    footer a.logo-footer {
        margin: 0 0 0 10px;
    }

    footer div.info-middle {
        margin: 0;
    }

    footer div.info-middle p:nth-child(2) {
        margin-left: 60px;
    }

    footer div.info-right {
        margin: 0;
    }

    footer div.info-right a.logo-click {
        margin-left: 70px;
    }
}

@media screen and (min-width: 1200px) {
    header {
        padding: 10px 0 10px;
    }

    header.with-bar {
        padding: 10px 0 40px;
    }

    header div.info-topo {
        position: absolute;
        padding: 0 20px 0 0;
        right: 0;
    }

    header div.info-topo .info {
        font-size: 14px;
    }

    #logo img {
        width: 241px;
        margin-left: 0;
        margin-bottom: 10px;
        margin-top: 13px;
    }

    header.with-bar #logo img {
        margin-top: 53px;
    }

    ul#menu {
        margin-top: 28px;
    }

    header.with-bar ul#menu {
        margin-top: 38px;
    }

    ul#menu a {
        font-size: 18px;
    }

    section#titulo {
        margin-top: 148px;
    }

    section#titulo h1 {
        font-size: 44px;
        line-height: 50px;
        padding: 70px 0 70px;
    }

    footer div.interface {
        justify-content: space-between;
    }

    footer a.logo-footer img {
        width: 241px;
    }
}