@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-bold';
    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: #00246d;
    /* border-bottom: 10px solid #212ccb; */
}

header div.menu-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    height: 185px;
    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: 185px;
    text-align: left;
    background-color: #00246d;
    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-light', sans-serif;
}

ul#menu a strong {
    font-family: 'poppins-bold', sans-serif;
}

ul#menu li.whatsapp-menu a {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    background-color: #5ac000;
    color: #ffffff;
    padding: .3rem 1rem;
    border-radius: 10px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

ul#menu li.whatsapp-menu a:hover {
    background-color: #479900;
    color: #ffffff;
}

ul#menu li.whatsapp-menu a img {
    margin-right: 5px;
}

ul#menu li.central a {
    font-family: 'poppins-light', sans-serif;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #00d8ff;
    padding: .6rem 1rem;
    border-radius: 10px;
    margin-top: 20px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

ul#menu li.central a strong {
    font-family: 'poppins-bold', sans-serif;
}

ul#menu li.central a:hover {
    border: 2px solid #ffffff;
    color: #00d8ff;
}

ul#menu li.ativo a:after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background-color: #00d8ff;
}

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: #00d8ff;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
}

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

header nav ul#sub-menu li a:after  {
    background-color: #515151;
}

header nav ul#sub-menu li a:hover:after   {
    width: 100%;
}

header nav ul li.central a:after, header nav ul li.whatsapp-menu 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, header nav ul li.whatsapp-menu a:hover:after   {
    width: unset;
}

li.acesso-submenu a {
    cursor: pointer;
}


ul#sub-menu {
    position: absolute;
    background-color: #ffffff;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    padding: .4rem;
    /* top: -10px; */
    z-index: 10;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

li.acesso-submenu:hover > ul#sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    /* top: 80px; */
}

ul#sub-menu li a {
    color: #515151;
    padding: .4rem 0;
}


footer {
    float: left;
    width: 100%;
    background-color: #00246d;
    /* padding: 20px 0; */
}

footer div.top {
    display: inline-block;
    width: 90%;
    padding: 30px 0;
    border-bottom: 3px solid #00347c;
}

footer div.top a {
    display: inline-block;
}

footer div.top a img {
    display: inline-block;
    width: 90%;
    max-width: 230px;
}

footer div.top span {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    text-align: center;
    color: #ffffff;
    font-family: 'poppins-regular', sans-serif;
    font-size: 20px;
    margin: 40px 0;
}

footer div.top span a {
    display: inline-block;
    background-color: #008ed5;
    padding: 10px 30px;
    border-radius: 10px;
    color: #ffffff;
    font-family: 'poppins-bold', sans-serif;
    font-size: 26px;
    margin-top: 5px;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

footer div.top span a:hover {
    background-color: #ffffff;
    color: #008ed5;
}

footer div.top div.sociais {
    display: inline-block;
    width: 100%;
    max-width: 320px;
}

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

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

footer div.bottom {
    display: inline-block;
    width: 90%;
    padding: 30px 0 20px;
}

footer div.bottom span {
    display: inline-block;
    width: 90%;
    max-width: 300px;
    margin: 10px 0;
    line-height: 18px;
    font-size: 16px;
    font-family: 'panton-regular', sans-serif;
    color: #ffffff;
    text-align: left;
}

footer div.bottom span strong {
    word-break: break-word;
}

footer div.bottom a.logo-click {
    display: inline-block;
    margin: 10px 50px;
}

@media screen and (min-width: 360px) {
    footer div.bottom span {
        display: inline-block;
        font-size: 15px;
    }
}

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

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

    #logo img {
        width: 230px;
        margin: 0 15px;
    }

    #btn-mobile {
        display: none;
    }

    ul#menu {
        display: flex;
        width: 100%;
        position: unset;
        justify-content: center;
        align-items: center;
        top: unset;
        visibility: unset;
        overflow-y: unset;
        margin-top: 35px;
    }

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

    ul#menu li.central a {
        margin-top: unset;
    }

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

    ul.inter { 
        width: 150px;
    }

    li.acesso-submenu:hover > ul#sub-menu {
        position: absolute;
    }

    footer div.bottom span {
        width: auto;
        max-width: unset;
        font-size: 17px;
        max-width: 340px;
        margin: 0 10px;
    }

    footer div.bottom a.logo-click {
        margin: 10px;
    }
}

@media screen and (min-width: 1024px) {
    header {
        padding: 41px 0;
    }    
    
    header div.menu-logo {
        flex-direction: row;
    }

    #logo img {
        margin-left: 10px;
        margin-top: 30px;
    }

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

    footer div.bottom span {
        float: left;
        margin-left: 20px;
    }

    footer div.bottom span:last-of-type {
        margin-left: 40px;
    }
    

    footer div.bottom a.logo-click {
        float: right;
    }
    
}

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

    #logo img {
        width: 230px;
        margin-left: 0;
    }

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

    ul#menu a {
        margin: 0 0.6rem;
        font-size: 18px;
    }

    ul#menu li.whatsapp-menu a {
        padding: .4rem 1.2rem;
    }
    
    ul#menu li.central a {
        padding: .7rem 1.2rem;
    }

    footer div.top {
        width: 100%;
        padding: 50px 0 24px;
    }

    footer div.top a.logo-footer {
        float: left;
        width: 310px;
        margin-top: 10px;
    }

    footer div.top span {
        width: 250px;
        max-width: unset;
        margin: 0;
        font-size: 18px;
    }

    footer div.top div.sociais {
        float: right;
        width: auto;
        max-width: unset;
        margin-top: 20px;
    }

    footer div.bottom {
        width: 100%;
        padding-top: 15px;
    }

    footer div.bottom span:last-of-type {
        width: 400px;
        max-width: unset;
    }

    footer div.bottom span strong {
        font-size: 18px;
    }
    
}