@font-face {
    font-family: 'Saking';
    src: url('../fontes/SakingRegular.eot');
    src: url('../fontes/SakingRegular.eot?#iefix') format('embedded-opentype'),
        url('../fontes/SakingRegular.woff2') format('woff2'),
        url('../fontes/SakingRegular.woff') format('woff'),
        url('../fontes/SakingRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roustel';
    src: url('../fontes/Roustel-Regular.eot');
    src: url('../fontes/Roustel-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fontes/Roustel-Regular.woff2') format('woff2'),
        url('../fontes/Roustel-Regular.woff') format('woff'),
        url('../fontes/Roustel-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DINRoundOT';
    src: url('../fontes/DINRoundOT-Light.eot');
    src: url('../fontes/DINRoundOT-Light.eot?#iefix') format('embedded-opentype'),
        url('../fontes/DINRoundOT-Light.woff2') format('woff2'),
        url('../fontes/DINRoundOT-Light.woff') format('woff'),
        url('../fontes/DINRoundOT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DINRoundOT';
    src: url('../fontes/DINRoundOT.eot');
    src: url('../fontes/DINRoundOT.eot?#iefix') format('embedded-opentype'),
        url('../fontes/DINRoundOT.woff2') format('woff2'),
        url('../fontes/DINRoundOT.woff') format('woff'),
        url('../fontes/DINRoundOT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DINRoundOT';
    src: url('../fontes/DINRoundOT-Medium.eot');
    src: url('../fontes/DINRoundOT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fontes/DINRoundOT-Medium.woff2') format('woff2'),
        url('../fontes/DINRoundOT-Medium.woff') format('woff'),
        url('../fontes/DINRoundOT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DINRoundOT';
    src: url('../fontes/DINRoundOT-Bold.eot');
    src: url('../fontes/DINRoundOT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fontes/DINRoundOT-Bold.woff2') format('woff2'),
        url('../fontes/DINRoundOT-Bold.woff') format('woff'),
        url('../fontes/DINRoundOT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DINRoundOT';
    src: url('../fontes/DINRoundOT-Black.eot');
    src: url('../fontes/DINRoundOT-Black.eot?#iefix') format('embedded-opentype'),
        url('../fontes/DINRoundOT-Black.woff2') format('woff2'),
        url('../fontes/DINRoundOT-Black.woff') format('woff'),
        url('../fontes/DINRoundOT-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}
::placeholder {
    opacity: 1;
}
.centro,
.centro2 {
    width: 100%;
    margin: 0 auto;
}
body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
header {
    background-color: #ffffff;
    max-width: 1920px;
    width: 100%;
    position: relative;
    z-index: 999;
    position: fixed;
}
header:not(#pag_index header, #pag_contato header) {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.mask_img,
.mask_video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mask_img img,
.mask_video video {
    display: block;
    max-width: 100%;
    z-index: 1;
    position: relative;
    width: 100%;
    height: inherit;
    object-fit: cover;

}
header .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: calc(100% - 150px);
    padding: 25px 0;
    transition: all 0.08s ease-in;
}
header.ativo .centro{
    padding: 10px 0;
}
header .logo a {
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
    width: 214px;
    height: 63px;
    text-indent: -9999px;
    display: inline-block;
}
header nav {
    display: flex;
    flex-direction: row;
    column-gap: 90px;
    margin-left: auto;
    margin-right: 120px;
}
header nav a {
    display: flex;
    flex-direction: column;
    width: fit-content;
    font-family: 'DINRoundOT';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.64px;
    color: #5f5147;
    text-transform: uppercase;
    transition: all 0.08s ease-in;
}
header nav a span{
    transition: all 0.08s ease-in;
    background-color: #d9782d;
    display: flex;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    margin-top: 3px;
    margin-left: -15px;   
    opacity: 0; 
}
header nav a.selected {
    color: #d9782d;
}
header nav a.selected span {
    opacity: 1;
    margin-left: 1px;
}
header nav a:hover{
    color: #d9782d;
}
header nav a:hover span{
    opacity: 1; 
    margin-left: 1px;
}
header .bt_menu_mobile {
    background: url(../imagens/bt_menu_mobile.png) center no-repeat;
    background-size: auto 20px;
    width: 28px;
    height: 20px;
    text-indent: -9999px;
    cursor: pointer;
}
header .bt_carrinho {
    background: url(../imagens/bt_carrinho.png) center no-repeat;
    background-size: auto 100%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}
header .bt_carrinho span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: -5px;
    left: -5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #fff; 
    background: #d9782d;
    font-family: 'DINRoundOT';   
}
#pag_index #banner {
    background: url(../imagens/granulado_amarelo.png) left bottom no-repeat, url(../imagens/granulado_rosa.png) top right 780px no-repeat;
    background-color: #b0d9e4;
    overflow: hidden;
}
#pag_index #banner .centro {
    max-width: 1580px;
    display: grid;
    grid-template-columns: 672px 1fr;
    align-items: center;
    padding-top: 97px;
    padding-bottom: 58px;
}
#pag_index #banner h3 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 62.5px;
    line-height: 71.4px;
    color: #faf3cb;
    opacity: 0;
    position: relative;
    left: -30px;
}
#pag_index #banner h2 {
    font-family: 'Roustel';
    font-weight: normal;
    font-size: 102.7px;
    line-height: 70px;
    color: #d9782d;
    margin-top: -8px;
    margin-bottom: 53px;
    opacity: 0;
    position: relative;
    left: -60px;    
}
#pag_index #banner a.bt_padrao{
    opacity: 0;
    position: relative;
    bottom: -9px;
}
#pag_index #banner a.bt_padrao:hover{
    background: #fffdf4 url(../imagens/seta_laranja.png) center right 16px no-repeat;
}
.bt_padrao {
    background: #faf3cb url(../imagens/seta_laranja.png) center right 21px no-repeat;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 45px;
    padding-left: 22px;
    padding-right: 54px;
    border-radius: 22.5px;
    font-family: 'DINRoundOT';
    font-weight: bold;
    font-size: 16px;
    color: #d9782d;
    text-transform: uppercase;
    transition: all 0.08s ease-in;
}
#banner .imagens {
    display: flex;
    flex-direction: row;
}
#banner .imagens li{
    position: relative;
    top: -360px;
    opacity: 0;
}
#banner .imagens .mask_img {
    width: 392px;
    height: 650px;
    border-radius: 0 0 196px 196px;
    border: 15px solid #d9782d;
    margin-left: -15px;
}
#quem_somos .centro {
    max-width: 960px;
    padding-top: 41px;
    padding-bottom: 50px;
}
#quem_somos h2,
#tortas h2 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 38px;
    color: #d9782d;
    text-align: center;
}
#quem_somos p,
#quem_somos p a {
    font-family: 'DINRoundOT';
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.4px;
    color: #1e1e1e;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 40px;
}
#quem_somos p a {
    font-weight: normal;
    text-decoration: underline;
}
#quem_somos .mask_video,
#video .mask_video {
    width: 100%;
    height: auto;
    max-height: 398px;
    border-radius: 18px;
}
#quem_somos .mask_video .sombra_video,
#video .mask_video .sombra_video {
    background: url(../imagens/sombra_video.png) center no-repeat;
    background-size: cover;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
#quem_somos .mask_video .bt_play,
#video .mask_video .bt_play {
    background: url(../imagens/bt_play.png) center top no-repeat;
    width: 61px;
    height: 71px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
#quem_somos .bt_padrao {
    background: #d9782d url(../imagens/seta_branca.png) center right 21px no-repeat;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 46px;
    transition: all 0.08s ease-in;
}
#quem_somos .bt_padrao:hover{
    background: #f5a96e url(../imagens/seta_branca.png) center right 16px no-repeat;
}
#tortas .top {
    background-color: #f8f7f2;
}
#tortas .top .centro {
    max-width: 1137px;
    padding-top: 40px;
}
#tortas .destaque {
    display: grid;
    grid-template-columns: 50% 1fr;
    position: relative;
    padding-top: 45px;
    padding-bottom: 62px;
}
#tortas .destaque .esquerda {
    display: flex;
    justify-content: flex-end;
    padding-right: 42px;
}
#tortas .top .mask_img {
    width: 100%;
    max-width: 379px;
    min-height: 496px;
    max-height: 496px;
}
#tortas .mask_img img {
    object-fit: contain;
    max-height: inherit;
}
#tortas .destaque h3 {
    font-family: 'Roustel';
    font-weight: normal;
    font-size: 44px;
    color: #292929;
    margin-top: 67px;
}
#tortas .camadas {
    margin-top: 13px;
    margin-bottom: 33px;
}
#tortas .camadas li::marker {
    content: "●";
    color: #b0d9e4;
}
#tortas .camadas li,
.listagem_tortas .camadas li,
#produto_aberto .camadas li {
    font-family: 'DINRoundOT';
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    color: #1e1e1e;
    padding-left: 8px;
}
#tortas .destaque a {
    font-family: 'DINRoundOT';
    font-weight: bold;
    font-size: 16px;
    color: #d9782d;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
}
#tortas .cobertura {
    background-color: #faf3cb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 294px;
    min-height: 95px;
    padding-left: 38px;
    padding-right: 10px;
    border-radius: 47.5px 0 0 47.5px;
    box-sizing: border-box;
    position: absolute;
    top: 64px;
    right: 0;
}
#tortas .cobertura h4 {
    font-family: 'DINRoundOT';
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #d9782d;
}
#tortas .cobertura p {
    font-family: 'DINRoundOT';
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    color: #d9782d;
}
#tortas .bottom .centro {
    max-width: 960px;
    padding-bottom: 45px;
}
#tortas .bottom p {
    font-family: 'DINRoundOT';
    font-weight: bold;
    font-size: 28px;
    color: #4a4a4a;
    text-align: center;
    margin-top: 43px;
    margin-bottom: 45px;
}
#tortas .bottom .tortas {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 60px;
}
#tortas .bottom .mask_img {
    width: auto;
    height: 143px;
}
#tortas .bottom h3 {
    font-family: 'DINRoundOT';
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #3b3b3b;
    text-align: center;
    margin-top: 23px;
}
#tortas .bt_padrao {
    background: #d9782d url(../imagens/seta_branca.png) center right 21px no-repeat;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 22px;
    transition: all 0.08s ease-in;
}
#tortas .bt_padrao:hover{
    background: #f5a96e url(../imagens/seta_branca.png) center right 16px no-repeat;
}
#qualidade .centro {
    max-width: 1137px;
    padding-bottom: 60px;
}
#pag_tabelas #qualidade .centro {
    margin-top: 80px;
}
.grid_qualidade {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 250px 150px 250px;
    border-radius: 18px;
    overflow: hidden;
}
.grid_qualidade .div1 {
    background-color: #d6baa4;
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.grid_qualidade h3 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 51px;
    color: #ffffff;
}
.grid_qualidade h2 {
    font-family: 'Roustel';
    font-weight: normal;
    font-size: 83.85px;
    line-height: 50px;
    color: #fff57b;
    margin-top: -6px;
}
.grid_qualidade .div2 {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column: 2;
}
.grid_qualidade .div3 {
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column: 1;
}
.grid_qualidade .div4 {
    background-color: #b0d9e4;
    grid-column: 2;
    grid-row: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.grid_qualidade .mask_img {
    width: 100%;
    height: 100%;
}
.grid_qualidade .mask_img img {
    object-fit: cover;
}
.grid_qualidade p {
    font-family: 'DINRoundOT';
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
    max-width: 335px;
    margin: 0 auto;
}
.grid_qualidade .bt_padrao {
    background: #d6baa4 url(../imagens/seta_branca.png) center right 21px no-repeat;
    color: #ffffff;
    margin-top: 22px;
    transition: all 0.08s ease-in;
}
.grid_qualidade .bt_padrao:hover{
    background: #d9782d url(../imagens/seta_branca.png) center right 16px no-repeat;
}
#instagram {
    position: relative;
}
.barra_creme {
    background-color: #faf3cb;
    display: flex;
    width: 100%;
    height: 438px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}
#instagram .centro {
    max-width: 1137px;
    padding: 58px 0;
}
#instagram h2,
#galeria h2 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 34px;
    color: #d9782d;
    text-align: center;
}
.listagem_imagens {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 46px;
}
.listagem_imagens .mask_img {
    width: 100%;
    height: 370px;
    border-radius: 18px;
}
.listagem_imagens .mask_img img {
    object-fit: cover;
}
#instagram .bt_padrao {
    background: #d9782d url(../imagens/seta_branca.png) center right 21px no-repeat;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 43px;
    transition: all 0.08s ease-in;
}
#instagram .bt_padrao:hover{
    background: #f5a96e url(../imagens/seta_branca.png) center right 16px no-repeat;
}
#newsletter {
    background: url(../imagens/news_granulado1.png) top left no-repeat,
    url(../imagens/news_granulado2.png) left 395px bottom no-repeat,
    url(../imagens/news_granulado3.png) top right 170px no-repeat;
    background-color: #faf3cb;
}
#newsletter .centro {
    max-width: 620px;
    padding: 60px 0;
}
#newsletter h2 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #d9782d;
    text-transform: uppercase;
    text-align: center;
}
#newsletter form {
    position: relative;
    width: 100%;
    margin-top: 30px;
}
#newsletter form input[type="email"] {
    background-color: #faf3cb;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid #d9782d;
    border-radius: 25px;
    padding-left: 25px;
    font-family: 'DINRoundOT';
    font-weight: 300;
    font-size: 16px;
    color: #565656;
}
#newsletter form input[type="submit"] {
    background-color: #d9782d;
    width: 138px;
    height: 50px;
    border-radius: 25px;
    border: none;
    font-family: 'DINRoundOT';
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
}
footer .top {
    background-color: #d6baa4;
}
footer .top .centro {
    max-width: calc(100% - 150px);
    display: grid;
    grid-template-columns: 1fr 360px 1fr;
    padding-top: 24px;
    padding-bottom: 45px;
}
footer .top .esquerda {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 27px;
}
footer .sociais {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin: auto;
    margin-left: 95px;
    margin-right: -50px;
}
footer .sociais a {
    display: flex;
    width: 34px;
    height: 34px;
}
footer .sociais .instagram {
    background: url(../imagens/instagram.png) center no-repeat;
}
footer .sociais .facebook {
    background: url(../imagens/facebook.png) center no-repeat;
}
footer .sociais .whatsapp {
    background: url(../imagens/whatsapp.png) center no-repeat;
}
footer .top h2:not(footer .logo) {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
footer .top nav {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    margin-top: 14px;
}
footer .top a,
footer .top p {
    font-family: 'DINRoundOT';
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
footer .top a:hover{
    text-decoration: underline;
}
footer .top a.ver_tudo {
    font-weight: bold;
    text-decoration: underline;
}
footer .logo {
    background: url(../imagens/logo_footer.png) center no-repeat;
    background-size: contain;
    width: 123px;
    height: 123px;
    margin: 0 auto;
}
footer .top .direita {
    padding-top: 27px;
}
footer .locais {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: space-between;
    margin-top: 14px;
}
footer .top h3 {
    font-family: 'DINRoundOT';
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
footer .bottom .centro {
    max-width: calc(100% - 150px);
    padding: 10px 0;
}
footer .bottom h3,
footer .bottom h3 a {
    font-family: 'DINRoundOT';
    font-weight: normal;
    font-size: 16px;
    color: #b59378;
    text-align: center;
}
footer .bottom h3 a {
    text-decoration: underline;
}
#historia .centro {
    max-width: 1137px;
    display: grid;
    grid-template-columns: 1fr 50%;
    column-gap: 71px;
    align-items: center;
    padding-top: 176px;
    padding-bottom: 63px;
}
#historia .mask_img {
    width: 100%;
    height: 592px;
    border-radius: 18px;
}
#historia h3 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 56px;
    color: #d6baa4;
    margin-left: 15px;
}
#historia h2 {
    font-family: 'Roustel';
    font-weight: normal;
    font-size: 92px;
    color: #d9782d;
    margin-top: -47px;
}
#historia p {
    font-family: 'DINRoundOT';
    font-weight: 300;
    font-size: 19px;
    line-height: 34px;
    color: #1e1e1e;
    margin-top: 26px;
}
#historia p a{
    font-family: 'DINRoundOT';
    font-weight: 300;
    font-size: 19px;
    color: #d9782d;
    text-decoration: underline;
}
#historia p b {
    font-weight: bold;
    line-height: 26px;
}
#timeline {
    position: relative;
}
#timeline .barra_creme {
    height: 280px;
}
#timeline .centro {
    max-width: calc(100% - 150px);
    padding-top: 42px;
    padding-bottom: 45px;
    position: relative;
}
#timeline h2 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 38px;
    color: #d9782d;
    text-align: center;
}
.listagem_timeline {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 31%;
    column-gap: 55px;
    max-width: calc(100% - 190px);
    overflow: hidden;
    margin: 0 auto;
    margin-top: 46px;
}
.listagem_timeline .mask_img {
    width: 100%;
    height: 290px;
    border-radius: 18px;
}
.listagem_timeline article {
    position: relative;
    min-height: 225px;
    padding-top: 14px;
    padding-left: 90px;
    padding-right: 20px;
}
.listagem_timeline .ano {
    transform: rotate(-90deg);
    display: flex;
    justify-content: flex-end;
    height: 205px;
    width: 205px;
    position: absolute;
    left: 7px;
    top: 20px;
}
.listagem_timeline h3 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 70px;
    line-height: 55px;
    color: #b0d9e4;
}
.listagem_timeline p {
    font-family: 'DINRoundOT';
    font-weight: normal;
    font-size: 19px;
    line-height: 34px;
    color: #1e1e1e;
}
.passador span {
    display: inline-block;
    width: 30px;
    height: 50px;
    text-indent: -9999px;
    position: absolute;
    top: 325px;
    cursor: pointer;
    z-index: 2;
}
#timeline .anterior {
    background: url(../imagens/passador_esquerda1.png) center no-repeat;
    left: 0;
}
#timeline .proximo {
    background: url(../imagens/passador_direita1.png) center no-repeat;
    right: 0;
}
#video {
    background-color: #f8f7f2;
}
#video .centro {
    max-width: 1137px;
    padding: 90px 0;
}
#video .mask_video {
    max-height: 471px;
}
#galeria {
    background-color: #faf3cb;
}
#galeria .centro {
    max-width: calc(100% - 150px);
    padding: 65px 0;
    position: relative;
}
#galeria .listagem_imagens {
    grid-template-columns: repeat(5, 1fr);
    padding: 0 95px;
    position: relative;
}
#galeria .listagem_imagens .mask_img {
    height: 308px;
}
#galeria .passador span {
    top: 50%;
    transform: translateY(calc(-50% + 44px));
}
#galeria .anterior {
    background: url(../imagens/passador_esquerda2.png) center no-repeat;
    left: 0;
}
#galeria .proximo {
    background: url(../imagens/passador_direita2.png) center no-repeat;
    right: 0;
}
#produtos .centro {
    max-width: 1675px;
    padding-top: 150px;
}
#pag_tabelas #produtos .centro {
    max-width: 1137px;
}
#produtos h2 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 38px;
    color: #5e5246;
    text-align: center;
}
#pag_tabelas #produtos h2 {
    margin-bottom: 40px;
}
#produtos .botoes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
    margin-top: 23px;
    margin-bottom: 45px;
}
#produtos .botoes a {
    display: flex;
    justify-content: center;
    width: 141px;
    height: 93px;
    padding-top: 58px;
    border: 2px solid #d6baa4;
    border-radius: 18px;
    box-sizing: border-box;
    font-family: 'DINRoundOT';
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.6px;
    color: #d6baa4;
    text-transform: uppercase;
}
#produtos .botoes .bt_tortas {
    background: url(../imagens/tortas.png) center top 13px no-repeat;
    background-size: 39px !important;
}
#produtos .botoes .bt_docinhos {
    background: url(../imagens/docinhos.png) center top 13px no-repeat;
    background-size: 36px !important;
}
#produtos .botoes .bt_acessorios {
    background: url(../imagens/acessorios.png) center top 13px no-repeat;
    background-size: 43px !important;
}
#produtos .botoes .bt_tortas.selected {
    background: url(../imagens/tortas_selected.png) center top 13px no-repeat;
}
#produtos .botoes .bt_docinhos.selected {
    background: url(../imagens/docinhos_selected.png) center top 13px no-repeat;
}
#produtos .botoes .bt_acessorios.selected {
    background: url(../imagens/acessorios_selected.png) center top 13px no-repeat;
}
#produtos .botoes .selected {
    background-color: #d6baa4 !important;
    color: #ffffff;
}
#produtos div.tortas .lateral{
    display: flex;
    align-items: flex-start;
}
#produtos div.tortas .lateral .menu_lateral{
    position: sticky;
    top: 120px;
}
#produtos div.tortas,
#produtos div.docinhos,
#produtos div.acessorios {
    display: grid;
    grid-template-columns: 223px 1fr;
}
#produtos div.tortas{
    grid-template-columns: 1fr;
}
.listagem_tortas,
.listagem_produtos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 35px;
}
.listagem_tortas a,
.listagem_produtos a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.listagem_tortas.sem_lateral{
    grid-template-columns: repeat(3, 1fr);
    width: 1580px;
}
.listagem_tortas.sem_lateral .mask_img img{
    max-height: 130px;
}
.listagem_tortas .esquerda,
.listagem_produtos .esquerda {
    background-color: #fafaf7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 25px;
}
.listagem_tortas .mask_img {
    max-width: 240px;
    max-height: 310px;
    margin: 0 auto;
}
.listagem_tortas .mask_img,
.listagem_produtos .mask_img {
    object-fit: contain;
    max-height: inherit;
}
.listagem_tortas .comprar,
.listagem_produtos .comprar {
    background: #b0d9e4 url(../imagens/carrinho.png) center right 23px no-repeat;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 45px;
    padding-left: 23px;
    padding-right: 64px;
    border-radius: 22.5px;
    font-family: 'DINRoundOT';
    font-weight: 500;
    font-size: 15px;
    color: #5e5246;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 13px;
}
.listagem_tortas .esquerda p,
.listagem_produtos .esquerda p {
    font-family: 'DINRoundOT';
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #1e1e1e;
    text-align: center;
    max-width: 170px;
}
.listagem_tortas .direita,
.listagem_produtos .direita {
    background-color: #faf3cb;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 36px;
    padding-left: 38px;
    padding-right: 36px;
    padding-bottom: 38px;
}
.listagem_tortas h3,
.listagem_produtos h3 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    color: #292929;
}
.listagem_tortas .camadas {
    margin-top: 13px;
    margin-left: 10px;
}
.listagem_tortas .camadas li::marker,
#produto_aberto .camadas li::marker {
    content: "●";
    color: #d9782d;
}
.listagem_tortas h4 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 18px;
    color: #d9782d;
    margin-top: 20px;
}
.listagem_tortas .direita p {
    font-family: 'DINRoundOT';
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #5e5246;
    margin-top: 3px;
}
#produtos .menu_lateral h3 {
    font-family: 'DINRoundOT';
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #5e5246;
}
#produtos .menu_lateral ul {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-top: 20px;
    margin-bottom: 35px;
}
#produtos .menu_lateral ul li {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    align-items: center;
}
#produtos .menu_lateral ul p {
    display: flex;
    width: 15px;
    height: 15px;
    border: 2px solid #5e5246;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
}
/*input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}*/
#produtos .menu_lateral li{
    cursor: pointer;
}
#produtos .menu_lateral h4 {
    font-family: 'DINRoundOT';
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #5e5246;
}
#produtos .menu_lateral li:hover h4{
    text-decoration: underline;
    color: #d9782d;
}
#produtos .menu_lateral ul .selected p {
    background-color: #d9782d;
    border: 2px solid #d9782d;
    box-shadow: inset 0 0 0 2px #ffffff;
}
#produtos .menu_lateral .selected h4 {
    font-weight: 500;
    color: #d9782d;
}
#pag_produtos #qualidade .centro {
    padding-top: 60px;
}
.docinhos {
    display: none !important;
}
.listagem_produtos a {
    grid-template-columns: 48% 1fr;
}
.listagem_produtos .esquerda p {
    margin-top: 32px;
}
.listagem_produtos .direita p {
    font-family: 'DINRoundOT';
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #1e1e1e;
    margin-top: 14px;
}
.listagem_produtos .esquerda {
    padding: 37px 0;
}
.listagem_produtos .direita {
    padding-top: 40px;
    padding-bottom: 40px;
}
.listagem_produtos .direita h4 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 18px;
    color: #d9782d;
}
.listagem_produtos .direita h5 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 20px;
    color: #5e5246;
    margin-top: 4px;
}
.listagem_produtos .comprar {
    background: #d9782d url(../imagens/carrinho_branco.png) center right 23px no-repeat;
    color: #ffffff;
    margin-top: 27px;
    margin-bottom: 0;
}
#produto_aberto {
    background-image: linear-gradient(to right, #fafaf7 0, #fafaf7 50%, #faf3cb 50%);
    margin-bottom: 90px;
}
#produto_aberto .centro {
    max-width: 1500px;
    display: grid;
    grid-template-columns: 1fr 380px 1fr;
    column-gap: 120px;
    align-items: center;
    padding-top: 179px;
    padding-bottom: 75px;
    position: relative;
}
#produto_aberto .centro .galeria{
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
}
#produto_aberto .centro .galeria ul{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
#produto_aberto .centro .galeria ul li{
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fbfbfb;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.08s ease-in;
    overflow: hidden;
}
#produto_aberto .centro .galeria ul li:hover{
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
#produto_aberto .centro .galeria ul li img{
    /*display: inline-block;
    min-width: 100%;
    min-height: 100%;*/
    height: 100%;
}
#produto_aberto .centro .galeria ul li.png img{
    width: 80px;
    min-width: 10px;
    min-height: 10px;
}
#produto_aberto article {
    padding-left: 80px;
}
#produto_aberto h2 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 36px;
    line-height: 32px;
    color: #292929;
    margin-bottom: 15px;
}
#produto_aberto .camadas {
    margin-left: 10px;
}
#produto_aberto .camadas li {
    line-height: 30px;
}
#produto_aberto .configure .aviso_configurador{
    margin-top: -25px;
}
#produto_aberto .configure .aviso_configurador a{
    display: inline-block;
    padding: 7px 30px 7px 12px;
    border-radius: 12px;
    background: url('../imagens/bt_aviso_configurador.png') calc(100% - 7px) center no-repeat;
    background-size: auto 16px;
    border: 1px solid #01bb2a;
    color: #01bb2a;
    text-transform: uppercase;
    text-align: center;
    font-family: 'DINRoundOT';
    font-weight: 500; 
    font-size: 12px; 
    margin-top: 15px;  
}
#produto_aberto .configure h3 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 28px;
    color: #d9782d;
}
#produto_aberto .configure p {
    font-family: 'DINRoundOT';
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    color: #1e1e1e;
}
#produto_aberto form {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-top: 29px;
}
#produto_aberto form label{
    font-family: 'DINRoundOT';
    font-weight: 500;
    font-size: 14px;
    color: #d9782d;
    text-transform: uppercase;
    margin-top: -15px;
}
#produto_aberto form label select{
    margin-top: 5px;
}
#produto_aberto form select {
    background: #ffffff url(../imagens/seta_select.png) center right 19px no-repeat;
    display: flex;
    width: 100%;
    height: 45px;
    padding-left: 20px;
    border-radius: 12px;
    font-family: 'DINRoundOT';
    font-weight: 300;
    font-size: 14px;
    color: #5e5246;
    text-transform: uppercase;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#produto_aberto form .preco h4 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 35px;
    color: #5e5246;
    margin-top: 6px;
    margin-bottom: 5px;
}
#produto_aberto form .botoes {
    display: flex;
    flex-direction: row;
    column-gap: 7px;
}
#produto_aberto form button {
    background: transparent url(../imagens/calendario.png) center right 20px no-repeat;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 45px;
    padding-left: 23px;
    padding-right: 55px;
    border: 2px solid #d9782d;
    border-radius: 22.5px;
    box-sizing: border-box;
    font-family: 'DINRoundOT';
    font-weight: 500;
    font-size: 14px;
    color: #d9782d;
    text-transform: uppercase;
    cursor: pointer;
}
#produto_aberto form button[type="submit"] {
    background: #d9782d url(../imagens/carrinho_branco.png) center right 21px no-repeat;
    background-size: 25px;
    color: #ffffff;
}
#pag_produto #tortas h2 {
    color: #5e5246;
    margin-top: 46px;
    margin-bottom: 40px;
}
#onde_encontrar .centro {
    max-width: 1137px;
    display: grid;
    grid-template-columns: 50% 1fr;
    column-gap: 71px;
    padding-top: 176px;
    padding-bottom: 62px;
}
#onde_encontrar h3 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 56px;
    color: #979797;
    margin-top: 24px;
    margin-left: 11px;
}
#onde_encontrar h2 {
    font-family: 'Roustel';
    font-weight: normal;
    font-size: 92px;
    color: #d9782d;
    margin-top: -48px;
}
#onde_encontrar p {
    font-family: 'DINRoundOT';
    font-weight: 300;
    font-size: 19px;
    line-height: 34px;
    color: #1e1e1e;
    margin-top: 18px;
}
#onde_encontrar .mask_img {
    width: 100%;
    height: 480px;
    border-radius: 18px;
}
.barra_listrada {
    background: url(../imagens/listras_encontrar.png) center left;
    display: flex;
    width: 100%;
    max-width: 1920px;
    height: 20px;
}
#pontos_venda .centro {
    max-width: 1137px;
}
#pontos_venda h2 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 32px;
    color: #d9782d;
    text-align: center;
    margin-top: 64px;
    margin-bottom: 19px;
}
.listagem_pontos li .centro {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 38px 0;
}
.listagem_pontos li:last-child .centro {
    padding-bottom: 55px;
}
.listagem_pontos li:nth-of-type(2n) {
    background-color: #fbf9f9;
}
.listagem_pontos article {
    display: flex;
    flex-direction: column;
    padding-right: 55px;
}
.listagem_pontos h3,
#conteudo_nutricional h3 {
    font-family: 'DINRoundOT';
    font-weight: 500;
    font-size: 28px;
    color: #383838;
}
#conteudo_nutricional h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 20px;
}
.listagem_pontos p,
#conteudo_nutricional p,
#conteudo_nutricional table td,
#conteudo_nutricional table th {
    font-family: 'DINRoundOT';
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #383838;
    margin-top: 25px;
}
#conteudo_nutricional p {
    margin-top: 0;
}
#conteudo_nutricional p ~ p{
    margin-bottom: 20px;
}
#conteudo_nutricional table {
    border-collapse: collapse;
}
#conteudo_nutricional table th,
#conteudo_nutricional table td {
   border: 1px solid #383838; 
   padding: 10px;
}
#conteudo_nutricional p strong {
    font-weight: 500;
}
.listagem_pontos h4 {
    margin-top: 20px;
    margin-bottom: 15px;
}
.listagem_pontos h4,
.listagem_pontos a {
    font-family: 'DINRoundOT';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #383838;
}
.listagem_pontos a {
    line-height: 34px;
    padding-left: 36px;
}
.listagem_pontos .fone {
    background: url(../imagens/fone.png) center left no-repeat;
}
.listagem_pontos .whats {
    background: url(../imagens/whats.png) center left no-repeat;
}
.listagem_pontos iframe {
    width: 100%;
    height: 440px;
    border-radius: 18px;
}
#pag_contato #banner {
    background: url(../imagens/contato_granulado1.png) left bottom no-repeat, url(../imagens/contato_granulado2.png) top right no-repeat;
    background-color: #d6baa4;
}
#pag_contato #banner .centro {
    max-width: 960px;
    padding-top: 165px;
    padding-bottom: 50px;
}
#pag_contato #banner h3 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
}
#pag_contato #banner h2 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 44px;
    color: #fff57b;
    text-align: center;
    margin-top: -3px;
}
#banner .pontos {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 37px;
}
#banner .pontos h4 {
    font-family: 'DINRoundOT';
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}
#banner .pontos p {
    font-family: 'DINRoundOT';
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}
#contato .centro {
    max-width: 1137px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 35px;
    padding-top: 50px;
    padding-bottom: 65px;
}
#contato h2 {
    font-family: 'DINRoundOT';
    font-weight: bold;
    font-size: 26px;
    color: #1e1e1e;
}
#contato p {
    font-family: 'DINRoundOT';
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
    color: #747474;
    margin-top: 11px;
    margin-bottom: 27px;
}
#contato form {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
#contato form label {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#contato form .linha4 {
    grid-row: 4;
}
#contato form .linha5 {
    grid-row: 5;
}
#contato form input,
#contato form select,
#contato form textarea {
    background-color: #e6e6ea;
    height: 54px;
    border: none;
    border-radius: 8px;
    font-family: 'DINRoundOT';
    font-weight: normal;
    font-size: 17px;
    color: #797979;
    padding-left: 23px;
}
#contato form textarea {
    height: 134px;
    padding-top: 16px;
    box-sizing: border-box;
    resize: none;
}
#contato form select {
    background: #e6e6ea url(../imagens/seta_estado.png) center right 16px no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
form input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}
.span2 {
    grid-column: span 2;
}
.span3 {
    grid-column: span 3;
}
.span5 {
    grid-column: span 5;
}
#contato form button[type="submit"] {
    background: #d9782d url(../imagens/seta_branca.png) center right 21px no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    font-family: 'DINRoundOT';
    font-weight: bold;
    font-size: 17px;
    color: #fffefe;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    cursor: pointer;
}
#contato .direita {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#contato .direita a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'DINRoundOT';
    font-weight: bold;
    font-size: 17px;
    color: #fffefe;
    letter-spacing: 0.34px;
    text-transform: uppercase;
}
#contato .direita a.whats {
    background: #23ca62 url(../imagens/seta_branca.png) center right 22px no-repeat;
    height: 54px;
    margin-bottom: 10px;
}
#contato .direita a.chegar {
    background: #b4b4b4 url(../imagens/icon_local.png) center right 22px no-repeat;
    height: 44px;
    margin-top: 10px;
}
#contato .direita iframe {
    width: 579px;
    height: 472px;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
#pag_trabalhe_conosco #contato .centro {
    padding-top: 160px;
}
form .upload_curriculo {
    background: #d6baa4 url(../imagens/icon_anexo.png) center right 15px no-repeat;
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
    position: relative;
    font-family: 'DINRoundOT';
    font-weight: normal;
    font-size: 17px;
    color: #ffffff;
    padding-left: 23px;
}
form input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
#pag_trabalhe_conosco #contato iframe:not(.captcha iframe) {
    height: 452px;
}
#pag_modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
#pag_modal main {
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    height: 100vh;
}
#pag_modal .centro {
    max-width: 620px;
    margin: auto;
}
#box_local {
    background-color: #faf3cb;
    border-radius: 18px;
    overflow: hidden;
}
#box_local .toldo {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
#box_local .toldo span {
    background-color: #d9782d;
    width: 100%;
    height: 150px;
    border-radius: 0 0 44px 44px;
}
#box_local .toldo span:nth-of-type(2n) {
    background-color: #ffffff;
}
#box_local .centro2 {
    max-width: 346px;
    display: flex;
    flex-direction: column;
    padding-bottom: 35px;
}
#box_local h2 {
    font-family: 'Saking';
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #d9782d;
    text-align: center;
    margin-top: 39px;
    margin-bottom: 29px;
}
#box_local form {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
#box_local form label {
    display: flex;
    width: 100%;
    position: relative;
}
#box_local form select,
#box_local form input[type="text"] {
    background-color: transparent !important;
    display: flex;
    width: 100%;
    height: 50px;
    border: 2px solid #d9782d;
    border-radius: 25px;
    padding-left: 24px;
    font-family: 'DINRoundOT';
    font-weight: 300;
    font-size: 16px;
    color: #565656;
    text-transform: uppercase;
}
#box_local form select {
    background: url(../imagens/seta_select_laranja.png) center right 23px no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#box_local form input[type="submit"] {
    background: url(../imagens/lupa.png) center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 21px;
    cursor: pointer;
    border: none;
}
#box_local a {
    font-family: 'DINRoundOT';
    font-weight: normal;
    font-size: 16px;
    color: #d9782d;
    text-decoration: underline;
    margin: 0 auto;
    margin-top: 19px;
}
#tortas .destaque h3 {
    line-height: 44px;
    max-width: 270px;
    margin-bottom: 21px;
}
footer .sociais {
    margin-left: 0;
    margin-right: 0;
}
#contato form input, #contato form select, #contato form textarea {
    margin-top: 0;
    margin-bottom: 0;
}
#contato form label {
    padding-bottom: 0;
}
#contato .direita iframe {
    height: 414px;
}
#pag_trabalhe_conosco #contato iframe:not(.captcha iframe) {
    height: 542px;
}
.listagem_timeline {
    grid-auto-columns: calc(33.3% - 37px);
}
#contato ::placeholder {
    font-family: 'DINRoundOT';
    font-weight: normal;
    font-size: 17px;
    color: #797979;
}
.listagem_tortas a, .listagem_produtos a {
    height: 100%;
}
.listagem_tortas .mask_img {
    margin-bottom: 18px;
}
.listagem_tortas .comprar, .listagem_produtos .comprar {
    margin-top: auto;
}
#produto_aberto .centro {
    padding-bottom: 0;
}
#produto_aberto .centro .galeria {
    position: unset;
    grid-column: span 3;
    margin-top: 15px;
    margin-bottom: -60px;
}
#produto_aberto .centro .galeria ul {
    flex-wrap: wrap;
    gap: 10px;
}
#produtos .bt_filtros {
    display: none;
}
.listagem_tortas.sem_lateral h3 {
    font-size: 26px;
    line-height: 26px;
}
footer .top {
    background-color: #d9782d;
}