@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-bold';
    src: url('fonts/montserrat-bold-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: #6ab909;
}

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

#logo img {
    width: 195px;
}

#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: 160px;
    text-align: left;
    background-color: #6ab909;
    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;
}

ul#menu li.central a {
    font-family: 'poppins-regular', sans-serif;
    background-color: #f58220;
    color: #ffffff;
    padding: .8rem 1rem;
    border-radius: 10px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

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

header nav ul li a:after  {
    content: "";
    display: table;
    margin: 0 auto 0 auto;
    position: relative;
    top: 2px;
    width: 0;
    height: 2px;
    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.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;
}

footer {
    float: left;
    width: 100%;
    background-color: #6ab909;
    padding: 20px 0;
}

footer div.contato-sociais {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
}

footer div.contato-sociais a.footer-logo {
    display: inline-block;
    width: auto;
    margin: 20px;
}

footer div.contato-sociais a.footer-logo img {
    width: 230px; /*289*/
}

footer div.contato-sociais div.telefone {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

footer div.contato-sociais div.telefone img {
    width: 50px; /*64*/
    margin-right: 10px;
}

footer div.contato-sociais div.telefone p {
    text-align: left;
    color: #ffffff;
    font-family: 'poppins-regular', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

footer div.contato-sociais div.telefone p strong {
    font-family: 'poppins-bold', sans-serif;
}

footer div.contato-sociais div.entre-contato {
    display: inline-block;
    width: 225px;
    margin: 20px;
}

footer div.contato-sociais div.entre-contato span {
    display: inline-block;
    font-family: 'poppins-regular', sans-serif;
    color: #ffffff;
    font-size: 18px;
}

footer div.contato-sociais div.entre-contato a {
    display: inline-block;
    padding: 8px 30px;
    margin-top: 5px;
    font-family: 'poppins-bold', sans-serif;
    color: #ffffff;
    font-size: 24px;
    background-color: #508909;
    border-radius: 20px;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

footer div.contato-sociais div.entre-contato a:hover {
    background-color: #ffffff;
    color: #508909;
}

footer div.contato-sociais div.sociais {
    display: inline-block;
    width: 160px;
    height: 50px;
}

footer div.contato-sociais div.sociais a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
}

footer div.contato-sociais div.sociais img {
    display: block;
    width: 36px;
    height: 36px;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

footer div.contato-sociais div.sociais a:hover img {
    width: 42px;
    height: 42px;
}

footer div.address-logo {
    display: inline-block;
    width: 90%;
    border-top: 2px solid #5ea309;
    padding-top: 30px;
}

footer div.address-logo address {
    display: inline-block;
    width: auto;
    color: #ffffff;
    font-family: 'poppins-light', sans-serif;
}

footer div.address-logo address br {
    display: none;
}

footer div.address-logo a.logo-click {
    display: inline-block;
    margin: 20px;
}

@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: 345px;
        margin: 30px 0;
    }

    #btn-mobile {
        display: none;
    }

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

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

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

    footer div.contato-sociais div.telefone {
        margin: 10px 20px;
    }

    footer div.contato-sociais {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
    }

    footer div.address-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: unset;
        padding: 20px 10px 0 10px;
    }

    footer div.address-logo address br {
        display: unset;
    }

    footer div.address-logo a.logo-click {
        margin: 0;
    }
}

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

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

    #logo img {
        width: 280px;
        margin-left: 20px;
    }

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

    footer div.address-logo {
        display: inline-block;
        width: 90%;
        padding: 20px 10px 0 10px;
    }

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

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

    #logo img {
        width: 345px;
        margin-left: 0;
        margin-bottom: 10px;
    }

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

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

    footer div.contato-sociais {
        display: inline-block;
        width: 100%;
        padding: 30px 0 21px;
    }  

    footer div.contato-sociais a.footer-logo {
        float: left;
    }
    
    footer div.contato-sociais a.footer-logo img {
        width: 289px;
    }
    
    footer div.contato-sociais div.telefone {
        float: left;
    }

    footer div.contato-sociais div.telefone img {
        width: 64px;
    }
    
    footer div.contato-sociais div.telefone p {
        font-size: 26px;
        line-height: 34px;
    }
    
    footer div.contato-sociais div.entre-contato {
        float: left;
        margin: 10px 0 0 20px;
    }
    
    footer div.contato-sociais div.sociais {
        float: right;
        margin-top: 15px;
    }
    
    footer div.address-logo {
        width: 100%;
        padding: 40px 0 20px;
    }

    footer div.address-logo address {
        font-size: 18px;
    }

    footer div.address-logo address strong {
        font-size: 16px;
    }

    footer div.address-logo a.logo-click {
        margin-right: 20px;
    }
}