@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: '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;
}

@font-face {
    font-family: 'decalotype-bold';
    src: url('fonts/decalotype-bold-webfont.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: #e6e6e6;
}

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


header div.mudar-bairro {
    display: inline-block;
    width: auto;
}

header div.mudar-bairro form.bairro {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #ffb400;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

header div.mudar-bairro form.bairro img.pin-localizacao {
    width: 30px;
    padding-left: 5px;
}

header div.mudar-bairro form.bairro select {
    display: inline-block;
    background: url(../images/arrow-bairro.png) no-repeat #ffb400;  /* Imagem de fundo (Seta) */
    background-position: 165px center;  /*Posição da imagem do background*/
    background-size: 24px 14px; /* Definindo o tamanho da seta */
    width: 200px; /* Tamanho do select, maior que o tamanho da div "div-select" */
    height: 44px; /* altura do select, importante para que tenha a mesma altura em todo os navegadores */
    padding: 10px 20px 10px 10px; /* Configurações de padding para posicionar o texto no campo */
    border: 0 none; /* Removendo a borda */
    border-radius: 20px; /* Arredondando as bordas */
    font-family: 'montserrat-regular', sans-serif; /* Escolhendo a fonte */
    font-size: 18px; /* Tamanho da fonte */
    color: #000; /* Definindo a cor do texto */
    -webkit-appearance: none;  /* Remove estilo padrão do Chrome */
    -moz-appearance: none; /* Remove estilo padrão do FireFox */
    appearance: none; /* Remove estilo padrão do FireFox*/   
    outline: 0 none; /* Retirando a linha externa */
    cursor: pointer; /* Adicionando ponteiro no select */
}

header div.mudar-bairro p {
    display: inline-block;
    width: auto;
    font-family: 'montserrat-regular', sans-serif;
    color: #0d0d0d;
}

#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: #000;
    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: 280px;
    text-align: left;
    background-color: #e6e6e6;
    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: #393738;
    font-size: 18px;
    font-family: 'montserrat-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: 'montserrat-bold', sans-serif;
    background-color: #ffb400;
    color: #393738;
    padding: 1rem;
    margin-top: 20px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

ul#menu li.central a:hover {
    background: #ffffff;
    color: #0b024c;
}

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: #393738;
    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, 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;
}

header span.pag-titulo {
    display: inline-block;
    width: 90%;
    font-family: 'montserrat-extrBold', sans-serif;
    color: #ffffff;
    font-size: 40px;
    padding-bottom: 40px;
}

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

footer div.footer-top, footer div.footer-top address, footer div.footer-bottom {
    display: inline-block;
    width: 100%;
}

footer div.footer-top address p {
    display: inline-block;
    width: 90%;
    font-family: 'panton-regular', sans-serif;
    color: #151314;
    text-align: left;
    font-size: 18px;
}

footer div.footer-top address p.text-maior {
    font-family: 'montserrat-bold', sans-serif;
    font-size: 18px;
    margin-top: 5px;
}

footer div.footer-top div.sociais {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
}

footer div.footer-top div.sociais span {
    display: block;
    font-family: 'montserrat-regular', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
    font-style: italic;
}

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

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

footer div#line {
    display: inline-block;
    width: 90%;
    height: 2px;
    background: #c48c05;
    margin: 40px 0;
}

footer div.footer-bottom small {
    display: inline-block;
    width: 90%;
    font-family: 'montserrat-light', sans-serif;
    color: #151314;
}

footer div.footer-bottom a {
    display: inline-block;
    margin-top: 30px;
}

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

    header div.mudar-bairro p {
        margin-left: 10px;
    }

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

    #logo img {
        width: 310px;
        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;
    }

    header span.pag-titulo {
        margin-top: 60px;
        padding-bottom: 20px;
    }

    footer div.footer-top, footer div.footer-bottom {
        display: inline-flex;
        width: 90%;
        justify-content: space-between;
        align-items: center;
    }

    footer div.footer-top address, footer div.footer-top address p {
        display: block;
        width: auto;
        text-align: left;
    }

    footer div.footer-top address p { 
        font-size: 16px;
    }

    footer div.footer-top address p.text-maior { 
        font-size: 22px;
        margin-top: 10px;
    }

    footer div.footer-top div.sociais{
        margin: 0;
    }

    footer div#line {
        width: 98%;
        margin: 25px 0;
    }
    
    footer div.footer-bottom small {
        display: block;
        width: auto;
        text-align: left;
    }
    
    footer div.footer-bottom a {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1024px) {
    header {
        padding: 0 0 50px;
    }
    
    header div.mudar-bairro {
        float: right;
        width: auto;
        margin-right: 20px;
        margin-top: 30px;
        padding: 0;
    } 
    
    header div.mudar-bairro form.bairro { 
        margin: 0;
    }

    header.pag-outr {
        padding: 10px 0;
    }    
    
    header div.menu-logo {
        flex-direction: row;
    }

    #logo img {
        width: 287px;
        margin-left: 10px;
        margin-top: 30px;
    }
    
    ul#menu { 
        background: transparent;
    }

    ul#menu a {
        margin: 0 0.8rem;
        font-size: 18px;
    }
    
    footer {
        padding: 60px 0;
    }

    footer div.footer-top div.sociais span {
        font-size: 24px;
    }

    footer div#line {
        width: 98%;
        margin: 25px 0;
    }
    
    footer div.footer-bottom small {
        display: block;
        width: auto;
        text-align: left;
    }
    
    footer div.footer-bottom a {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1200px) {
    header {
        padding: 20px 0 50px;
    }
    
    header div.mudar-bairro {
        /* float: unset; */
        /* width: auto; */
        /* margin-right: 400px; */
        margin-top: 10px;
        margin-bottom: 20px;
    }

    header div.mudar-bairro form.bairro select {
        width: 200px; /* Tamanho do select, maior que o tamanho da div "div-select" */
        height: 30px; /* altura do select, importante para que tenha a mesma altura em todo os navegadores */
        padding: 0 20px 0 10px; /* Configurações de padding para posicionar o texto no campo */
        font-size: 14px;
    }

    header div.mudar-bairro p {
        font-size: 14px;
    }

    header div.menu-logo {
        padding: 0;
    }

    #logo img {
        margin-left: 0;
        margin-top: 0;
    }

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

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

    ul#menu li.whatsapp-menu a {
        padding: .4rem 1.2rem;
    }
    
    ul#menu li.central a {
        padding: 1rem 1.2rem;
    }
    
    footer div.footer-top, footer div.footer-bottom {
        width: 95%;
    }
}