@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}
::placeholder {
    opacity: 1;
}
.centro {
    width: 100%;
    margin: 0 auto;
}
body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
header {
    max-width: 1920px;
    width: 100%;
    position: relative;
    z-index: 9999;
    position: fixed;
}
.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;
    height: inherit;
    object-fit: cover;
}
header {
    background-color: #ffffff;
}
header .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1570px;
    height: 114px;
    position: relative;
}
header .logo a {
    background: url(../imagens/logo_header.png) center no-repeat;
    width: 293px;
    height: 54px;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
header .sociais {
    display: flex;
    flex-direction: row;
    column-gap: 5px;
}
header .sociais a {
    background-color: #ffffff;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
header .sociais .instagram {
    background: url(../imagens/icon_insta.png) center no-repeat;
}
header .sociais .telefone {
    background: url(../imagens/icon_telefone.png) center no-repeat;
}
header .sociais .whats {
    background: url(../imagens/icon_whats.png) center no-repeat;
}
header .bt_menu_mobile {
    background: url(../imagens/bt_menu_mobile.png) center no-repeat;
    width: 26px;
    height: 18px;
    text-indent: -9999px;
    cursor: pointer;
    margin-left: auto;
}
header nav {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 48px;
}
header nav a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #755731;
    text-transform: uppercase;
}
header nav.nav1 {
    column-gap: 50px;
    right: calc(50% + 220px);
}
header nav.nav2 {
    column-gap: 50px;
    left: calc(50% + 220px);
}
#pag_index #banner {
    background: #f8f5f0 url(../imagens/fundo_banner.png) top right no-repeat;
    display: flex;
    height: 100vh;
    max-height: 1080px;
}
#pag_index #banner .centro {
    display: grid;
    grid-template-columns: 55.7% 1fr;
    transform: translateY(214px);
    max-width: 1570px;
    height: fit-content;
}
#pag_index #banner .mask_img {
    width: calc(100% + 175px);
    height: 762px;
    border-radius: 0 381px 381px 0;
    margin-left: -175px;
}
#banner .direita {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-right: 73px;
}
#banner h2,
#banner h2 b {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 72px;
    line-height: 65px;
    color: #ffffff;
    text-align: right;
}
#banner h2 b {
    font-weight: 700;
}
#banner p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    color: #ffffff;
    text-align: right;
    max-width: 450px;
    margin-top: 22px;
}
#banner a {
    background: #ffffff url(../imagens/seta_baixo.png) center right 22px no-repeat;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 45px;
    padding-left: 27px;
    padding-right: 49px;
    border-radius: 22.5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #b9a98e;
    text-transform: uppercase;
    margin-top: 29px;
}
#linhas_produtos,
#quem_somos_top,
#materias_primas {
    position: relative;
}
#linhas_produtos .centro,
#instagram .centro,
#quem_somos_top .centro,
#materias_primas .centro {
    max-width: 1424px;
    padding-bottom: 61px;
}
#linhas_produtos h2,
#produtos_ambientados h2,
#instagram h2,
#quem_somos_top h2,
#quem_somos_bottom h2,
#quem_faz h2,
#materias_primas h2,
#mais_produtos h2:not(.listagem_produtos h2) {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #282828;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 40px;
}
#linhas_produtos p,
#produtos_ambientados p,
#instagram p,
#quem_somos_top p,
#quem_faz p,
#materias_primas p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    color: #282828;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 8px;
}
#linhas_produtos .barra,
#produtos_ambientados .barra,
#instagram .barra,
#quem_somos_top .barra,
#quem_faz .barra,
#materias_primas .barra {
    background-color: #282828;
    display: flex;
    width: 280px;
    height: 1px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 45px;
}
.listagem_linhas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    padding-left: 105px;
    padding-right: 105px;
    position: relative;
}
.listagem_linhas .mask_img {
    width: 100%;
    height: 391px;
    border-radius: 50px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.listagem_linhas h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #282828;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}
.listagem_linhas .passador span,
.listagem_funcionarios .passador span,
.listagem_funcionarios .passador span,
#produto_aberto .passador span {
    display: inline-block;
    width: 36px;
    height: 50px;
    text-indent: -99999px;
    position: absolute;
    top: 171px;
    cursor: pointer;
    z-index: 2;
}
.listagem_linhas .anterior {
    background: url(../imagens/passador_esquerda.png) center no-repeat;
    left: 0;
}
.listagem_linhas .proximo {
    background: url(../imagens/passador_direita.png) center no-repeat;
    right: 0;
}
.bt_padrao {
    background: #282828 url(../imagens/seta_bt_padrao.png) center right 18px no-repeat;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 45px;
    padding-left: 31px;
    padding-right: 57px;
    border-radius: 22.5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 30px;
}
#quem_somos .centro {
    max-width: 1920px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#quem_somos .esquerda {
    background: url(../imagens/fundo_quem_somos.jpg) center no-repeat;
    background-size: cover;
    display: flex;
}
#quem_somos .esquerda article {
    display: flex;
    flex-direction: column;
    width: 712px;
    height: fit-content;
    margin: auto;
    margin-right: 0;
}
#quem_somos h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #282828;
}
#quem_somos p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    color: #282828;
    max-width: 505px;
    margin-top: 15px;
}
#quem_somos .barra {
    background-color: #282828;
    display: flex;
    width: 280px;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 45px;
}
#quem_somos .bt_padrao {
    margin: 0;
}
#quem_somos .mask_img {
    width: 100%;
    height: 960px;
}
#produtos_ambientados {
    background-color: #f8f5f0;
    position: relative;
}
#produtos_ambientados .centro {
    max-width: 1424px;
    padding-top: 15px;
    padding-bottom: 61px;
}
#produtos_ambientados .mask_img:not(#produtos_ambientados .pop_up .mask_img) {
    width: 977px;
    height: 834px;
    overflow: unset;
    margin: 0 auto;
}
#produtos_ambientados .mask_img img:not(#produtos_ambientados .pop_up .mask_img img) {
    border-radius: 50px;
}
/*POP UP*/
#produtos_ambientados .pop_up {
    background: #755731 url(../imagens/pop_up.png) center no-repeat;
    display: flex;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    cursor: pointer;
}
#produtos_ambientados .pop_up.fechado .produto {
    display: none;
}
#produtos_ambientados .pop_up.aberto {
    background: #755731;
    width: 373px;
    height: 373px;
    overflow: hidden;
}
#produtos_ambientados .pop_up .produto {
    width: 100%;
}
#produtos_ambientados .pop_up.esquerda {
    border-radius: 31.5px 31.5px 8px 31.5px;
}
#produtos_ambientados .pop_up.direita {
    border-radius: 31.5px 31.5px 31.5px 8px;
}
#produtos_ambientados .pop_up.aberto.esquerda {
    border-radius: 186px 186px 8px 186px;
}
#produtos_ambientados .pop_up.aberto.direita {
    border-radius: 186px 186px 186px 8px;
}
#produtos_ambientados .pop_up.p1 {
    right: 828px;
    bottom: 186px;
}
#produtos_ambientados .pop_up.p2 {
    right: 498px;
    bottom: 372px;
}
#produtos_ambientados .pop_up.p3 {
    left: 940px;
    bottom: 537px;
}
#produtos_ambientados .pop_up .mask_img {
    width: 100%;
    height: calc(100% - 68px);
}
#produtos_ambientados .pop_up .mask_img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}
#produtos_ambientados .pop_up h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #ffffff;
    padding-left: 120px;
    margin-top: 16px;
}
#produtos_ambientados .pop_up.direita h3 {
    padding-left: 28px;
    padding-right: 120px;
}
/*POP UP*/
.listagem_insta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
}
.listagem_insta .mask_img {
    width: 100%;
    height: 341px;
    border-radius: 50px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
footer .top {
    background-color: #b9a98e;
    position: relative;
    z-index: 2;
}
footer .centro {
    max-width: 1570px;
}
footer .top .centro {
    display: grid;
    grid-template-columns: 550px 356px 315px 1fr;
    padding-top: 63px;
    padding-bottom: 39px;
}
footer .logo {
    background: url(../imagens/logo_footer.png) center no-repeat;
    width: 313px;
    height: 57px;
}
footer .top h3,
footer nav a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    color: #ffffff;
}
footer .top h3 {
    margin-top: 42px;
}
footer form {
    display: flex;
    flex-direction: column;
}
footer form input[type="email"] {
    background-color: rgba(255, 255, 255, 0.2);
    width: 370px;
    height: 45px;
    border: 0px;
    border-radius: 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-indent: 20px;
    margin-top: 12px;
}
footer form input[type="submit"] {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 40px;
    border-radius: 20px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.42px;
    color: #b9a98e;
    text-transform: uppercase;
    margin-top: 10px;
}
footer .top h2:not(footer .logo) {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
}
footer nav {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}
footer .top nav a.mais {
    font-weight: 600;
    text-decoration: underline;
}
footer .bottom {
    background-color: #f8f5f0;
}
footer .bottom .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}
footer .bottom h3,
footer .bottom h3 a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #282828;
}
footer .bottom h3 a {
    text-decoration: underline;
}
.linhas_esquerda {
    background: url(../imagens/linhas_esquerda.png) left bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    display: flex;
    width: 80px;
    height: 461px;
}
.linhas_direita {
    background: url(../imagens/linhas_direita.png) top right no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    display: flex;
    width: 405px;
    height: 2042px;
}
footer .sociais {
    display: flex;
    flex-direction: row;
    column-gap: 7px;
    margin-top: 15px;
}
footer .sociais a {
    background-color: #ffffff !important;
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
footer .sociais .instagram {
    background: url(../imagens/insta_footer.png) center no-repeat;
}
footer .sociais .facebook {
    background: url(../imagens/face_footer.png) center no-repeat;
}
#pag_quem_somos #banner .mask_img {
    height: 815px;
}
#pag_quem_somos #banner .conteudo {
    background-color: #b9a98e;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 841px;
    width: 100%;
    height: 447px;
    padding-right: 175px;
    box-sizing: border-box;
    border-radius: 223.5px 0 0 223.5px;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + 57px));
    right: 0;
    z-index: 2;
}
#pag_quem_somos #banner .conteudo article {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: fit-content;
}
#quem_somos_top .bottom,
#quem_faz .pessoa {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
}
#quem_somos_top .imagens {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
#quem_somos_top .imagens .mask_img {
    width: 100%;
    height: 236px;
    border-radius: 30px;
}
#quem_somos_top .imagens li:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
}
#quem_somos_top article,
#quem_faz article,
#materias_primas article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 65px;
}
#quem_somos_top article p,
#quem_faz article p,
#materias_primas article p {
    text-align: left;
    max-width: 560px;
    margin: 0;
    margin-top: 0;
    margin-bottom: 20px;
}
#quem_somos_top article .barra,
#quem_faz article .barra {
    margin: 0;
    margin-top: 20px;
}
#quem_somos_bottom {
    background: url(../imagens/fundo_quem_somos_bottom.jpg) center no-repeat;
    background-size: cover;
    padding-top: 1px;
}
#quem_somos_bottom .centro {
    max-width: 1200px;
    padding-bottom: 45px;
}
.pictogramas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 35px;
}
.pictogramas li {
    padding-top: 140px;
    width: 100%;
}
.pictogramas h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #282828;
    text-align: center;
}
.pictogramas .brasil {
    background: url(../imagens/brazil.png) center top no-repeat;
    background-size: 120px;
}
.pictogramas .manualmente {
    background: url(../imagens/knitting.png) center top no-repeat;
    background-size: 123px;
}
.pictogramas .consciencia {
    background: url(../imagens/plant.png) center top no-repeat;
    background-size: 93px;
}
.pictogramas .comercio {
    background: url(../imagens/fair-trade.png) center top 15px no-repeat;
    background-size: 105px;
}
#quem_somos_bottom h2 {
    font-size: 34px;
}
#video .centro {
    max-width: 1424px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#video .mask_video {
    width: 100%;
    height: 700px;
    border-radius: 50px;
    overflow: hidden;
}
#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;
}
#video .mask_video .bt_play {
    background: url(../imagens/bt_play.png) center top no-repeat;
    width: 370px;
    height: 20px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 112px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 8px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
#quem_faz {
    background-color: #f8f5f0;
    padding-top: 5px;
}
#quem_faz .centro {
    max-width: 1200px;
    padding-bottom: 61px;
}
.pessoa .mask_img {
    width: 100%;
    height: 494px;
    border-radius: 30px;
}
.pessoa h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #484848;
}
.pessoa h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #646464;
    margin-top: 3px;
    margin-bottom: 22px;
}
#quem_faz article p {
    font-size: 20px;
    max-width: 460px;
}
.listagem_funcionarios {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 12px;
    padding-top: 28px;
    position: relative;
}
.listagem_funcionarios .mask_img {
    width: 100%;
    height: 230px;
    border-radius: 30px;
}
.listagem_funcionarios h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #484848;
    text-align: center;
    margin-top: 22px;
}
.listagem_funcionarios .passador span {
    top: 50%;
    transform: translateY(-50%);
}
.listagem_funcionarios .anterior {
    background: url(../imagens/passador_esquerda.png) center no-repeat;
    left: -112px;
}
.listagem_funcionarios .proximo {
    background: url(../imagens/passador_direita.png) center no-repeat;
    right: -112px;
}
#materias_primas {
    padding-top: 1px;
}
#materias_primas p {
    max-width: 705px;
}
#materias_primas .meio,
#materias_primas .bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#materias_primas .bottom {
    margin-top: 57px;
}
#materias_primas .mask_img {
    width: 100%;
    height: 480px;
    border-radius: 30px;
    z-index: 3;
}
#materias_primas h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 34px;
    color: #282828;
}
#materias_primas .bottom h3 {
    text-align: right;
}
#materias_primas article p {
    max-width: 450px;
    margin-top: 21px;
}
#materias_primas .bottom article {
    align-items: flex-end;
    padding-right: 65px;
}
#materias_primas .bottom article p {
    text-align: right;
}
#materias_primas .linhas_direita {
    background: url(../imagens/linhas_direita.png) top -150px right no-repeat;
    width: 350px;
    height: 1670px;
    background-size: contain;
}
#pag_produtos header,
#pag_produto header {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
#pag_produtos #linhas_produtos {
    background-color: #f8f5f0;
    padding-top: 120px;
}
#loja {
    position: relative;
}
#loja .centro {
    max-width: 1214px;
    display: grid;
    grid-template-columns: 250px 1fr;
    column-gap: 50px;
    padding-top: 40px;
}
#loja #breadcrumbs {
    grid-column-start: 1;
    grid-column-end: 3;
}
#breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
}
#breadcrumbs h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}
#breadcrumbs a,
#breadcrumbs b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #282828;
    text-transform: uppercase;
}
#breadcrumbs b {
    font-weight: 700;
}
#loja #breadcrumbs h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #282828;
    margin-top: 2px;
}
#loja #breadcrumbs form {
    background: url(../imagens/seta_ordenar.png) center right 23px no-repeat;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 40px;
    border: 1px solid #282828;
    border-radius: 22.5px;
    padding-left: 22px;
    padding-right: 46px;
}
#loja #breadcrumbs label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #282828;
    text-transform: uppercase;
}
#loja #breadcrumbs .ordenar {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #282828;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#loja .esquerda form {
    position: relative;
}
#loja .esquerda form input[type="text"] {
    background-color: transparent;
    width: 100%;
    height: 43px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #282828;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #282828;
    text-transform: uppercase;
}
#loja .esquerda form input[type="submit"] {
    background: url(../imagens/lupa.png) center no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
    cursor: pointer;
    border: none;
    margin-top: 11px;
    margin-left: -21px;
}
#loja .esquerda >div {
    display: flex;
    flex-direction: column;
}
#loja .esquerda h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #282828;
    margin-top: 25px;
}
#loja .esquerda a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #282828;
    margin-top: 15px;
}
#loja .esquerda a.selected {
    text-decoration: underline;
}
.listagem_produtos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.listagem_produtos li {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.listagem_produtos .mask_img {
    background-color: #f8f8f8;
    height: 290px;
}
.listagem_produtos .mask_img img {
    mix-blend-mode: multiply;
}
.listagem_produtos article {
    padding: 22px;
}
.listagem_produtos h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #907c78;
    text-transform: uppercase;
}
.listagem_produtos h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #808080;
}
.paginas {
    display: flex;
    justify-content: center;
    column-gap: 5px;
    padding-top: 30px;
    padding-bottom: 40px;
}
.paginas a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border: 2px solid #d0c3ae;
    border-radius: 50%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #d0c3ae;
}
.paginas a.selected {
    background-color: #d0c3ae;
    border: none;
    color: #ffffff;
}
#pag_produto #breadcrumbs {
    padding-bottom: 33px;
}
#breadcrumbs .centro {
    max-width: 1280px;
    padding-top: 153px;
}
#produto_aberto .centro {
    max-width: 1280px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#produto_aberto .mask_img {
    background-color: #f8f8f8;
    width: 100%;
    height: 436px;
    border-radius: 24px;
}
#produto_aberto .mask_img img {
    mix-blend-mode: multiply;
}
#produto_aberto .esquerda {
    padding-bottom: 30px;
}
#produto_aberto .direita {
    padding-left: 42px;
    padding-bottom: 30px;
}
#produto_aberto .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#produto_aberto h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #907c78;
    text-transform: uppercase;
}
#produto_aberto h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #808080;
}
#produto_aberto p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    color: #808080;
    margin-top: 11px;
}
#produto_aberto h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #646464;
    margin-top: 12px;
}
#produto_aberto .acabamentos {
    margin-top: 20px;
}
#produto_aberto .acabamentos ul {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}
#produto_aberto .acabamentos ul.listagem_arquivos {
    flex-direction: column;
    align-items: flex-start;
}
#produto_aberto .acabamentos ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
#produto_aberto .acabamentos .mask_img {
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border-radius: 50%;
}
#produto_aberto .acabamentos .selected .mask_img {
    border: 2px solid #907c78;
}
#produto_aberto .acabamentos h5,
#produto_aberto .acabamentos a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #646464;
    margin-top: 5px;
}
#produto_aberto .acabamentos a {
    margin-top: 0;
}
#produto_aberto table {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
#produto_aberto table tr:first-child {
    background-color: #d0c3ae;
    height: 40px;
}
#produto_aberto table tr:not(#produto_aberto table tr:first-child) {
    background-color: #f8f8f8;
    height: 40px;
}
#produto_aberto table th {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
}
#produto_aberto table td {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #3e3e3e;
}
#produto_aberto .bottom {
    grid-column-start: 1;
    grid-column-end: 3;
}
.imagens_produto {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
#produto_aberto .imagens_produto .mask_img {
    height: 306px;
    border-radius: 40px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
#produto_aberto .bottom {
    position: relative;
}
#produto_aberto .passador span {
    top: 50%;
    transform: translateY(-50%);
}
#produto_aberto .anterior {
    background: url(../imagens/passador_esquerda.png) center no-repeat;
    left: -72px;
}
#produto_aberto .proximo {
    background: url(../imagens/passador_direita.png) center no-repeat;
    right: -72px;
}
#mais_produtos .centro {
    max-width: 1280px;
    padding-bottom: 55px;
}
#mais_produtos .listagem_produtos {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 25px;
}
#pag_fale_conosco #banner .centro .mask_img {
    width: 100%;
    height: 520px !important;
}
#pag_fale_conosco #banner .conteudo {
    max-width: 1424px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: fit-content;
    position: absolute;
    bottom: 50%;
    transform: translateY(calc(50% + 57px));
    z-index: 3;
}
#pag_fale_conosco #banner p {
    font-size: 22px;
    line-height: 38px;
    letter-spacing: -0.44px;
    text-align: left;
    max-width: unset;
    margin: unset;
}
#conteudo_fale_conosco .centro {
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 41px;
    padding-top: 41px;
    padding-bottom: 50px;
}
#conteudo_fale_conosco h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: -0.52px;
    color: #1e1e1e;
}
#conteudo_fale_conosco p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #747474;
    margin-top: 7px;
    margin-bottom: 26px;
}
#conteudo_fale_conosco form {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 10px;
}
#conteudo_fale_conosco form label {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#conteudo_fale_conosco form .linha4 {
    grid-row: 4;
}
#conteudo_fale_conosco form input,
#conteudo_fale_conosco form select,
#conteudo_fale_conosco form textarea {
    background-color: #f8f5f0;
    height: 54px;
    border: none;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.32px;
    color: #797979;
    padding-left: 23px;
    margin-bottom: 10px;
}
#conteudo_fale_conosco form textarea {
    height: 134px;
    padding-top: 16px;
    box-sizing: border-box;
    resize: none;
}
#conteudo_fale_conosco form select {
    background: #f8f5f0 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;
}
#conteudo_fale_conosco form button[type="submit"] {
    background: #b9a98e 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: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.32px;
    color: #fffefe;
    text-transform: uppercase;
    cursor: pointer;
}
#conteudo_fale_conosco .direita a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.32px;
    color: #fffefe;
    text-transform: uppercase;
}
#conteudo_fale_conosco .direita a.whats {
    background: #23ca62 url(../imagens/seta_branca.png) center right 22px no-repeat;
    height: 54px;
    margin-bottom: 10px;
}
#conteudo_fale_conosco .direita a.chegar {
    background: #8c8c8c url(../imagens/icon_local.png) center right 22px no-repeat;
    height: 44px;
    margin-top: 7px;
}
#conteudo_fale_conosco iframe {
    width: 579px;
    height: 326px;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
#produto_aberto table {
    border: none;
}
#produto_aberto table td {
    padding: 10px 0;
    border: none;
}
#pag_index #produtos_ambientados,
#pag_quem_somos #video {
    display: none;
}
@media(max-height: 1000px) {
    #pag_index #banner .mask_img {
        height: 650px;
    }
}
@media(max-height: 875px) {
    #pag_index #banner .mask_img {
        height: 600px;
    }
    #quem_somos .mask_img {
        height: 800px;
    }
}
@media(max-height: 800px) {
    #pag_index #banner .mask_img {
        height: 520px;
    }
    #pag_index #banner {
        background-size: 1200px !important;
    }
    #banner h2,
    #banner h2 b {
        font-size: 60px;
        line-height: 60px;
    }
    #quem_somos .mask_img {
        height: 700px;
    }
    #pag_quem_somos #banner .mask_img {
        height: 700px;
    }
    #pag_index #banner .centro {
        transform: translateY(180px);
    }
}
@media(max-height: 700px) {
    #pag_index #banner .mask_img {
        height: 480px;
    }
    #banner h2,
    #banner h2 b {
        font-size: 54px;
        line-height: 54px;
    }
    #quem_somos .mask_img {
        height: 600px;
    }
    #quem_somos .barra {
        margin-top: 20px;
        margin-bottom: 35px;
    }
    #quem_somos p {
        font-size: 20px;
        line-height: 28px;
    }
    #produtos_ambientados .mask_img:not(#produtos_ambientados .pop_up .mask_img) {
        width: 800px;
        height: 683px;
    }
    #produtos_ambientados .pop_up.p1 {
        right: 655px;
        bottom: 135px;
    }
    #produtos_ambientados .pop_up.p2 {
        right: 405px;
        bottom: 305px;
    }
    #produtos_ambientados .pop_up.p3 {
        left: 770px;
        bottom: 430px;
    }
    #produtos_ambientados .pop_up.aberto {
        width: 300px;
        height: 300px;
    }
    #produtos_ambientados .pop_up h3 {
        font-size: 19px;
        padding-left: 95px;
        margin-top: 14px;
    }
    #banner p {
        font-size: 24px;
        line-height: 34px;
    }
    #pag_quem_somos #banner .mask_img {
        height: 600px;
    }
    #pag_quem_somos #banner .conteudo {
        height: 380px;
    }
    #pag_index #banner .centro {
        transform: translateY(150px);
    }
}
@media(max-height: 620px) {
    #pag_index #banner .mask_img {
        height: 420px;
    }
    #pag_index #banner {
        background: #f8f5f0 url(../imagens/fundo_banner.png) top right no-repeat !important;
        background-size: 900px !important;
    }
    #banner h2,
    #banner h2 b {
        font-size: 48px;
        line-height: 48px;
    }
    #banner p {
        font-size: 20px;
        line-height: 30px;
    }
    #quem_somos .mask_img {
        height: 500px;
    }
    #pag_index #banner .mask_img {
        height: 390px;
    }
    #quem_somos p {
        font-size: 18px;
        line-height: 26px;
    }
}
@media(max-width: 1680px) {
    header .centro {
        width: calc(100% - 80px);
    }
    header .logo a {
        width: 250px;
        height: 46px;
        background-size: contain;
    }
    header nav.nav1 {
        right: calc(50% + 200px);
    }
    header nav.nav2 {
        left: calc(50% + 200px);
    }
    #pag_index #banner .centro {
        max-width: 1500px !important;
    }
    #pag_index #banner {
        background: #f8f5f0 url(../imagens/fundo_banner.png) top right -80px no-repeat;
    }
    footer .top .centro {
        grid-template-columns: 550px 1fr 1fr 1fr;
    }
    footer .centro {
        width: calc(100% - 80px);
    }
    #linhas_produtos p, #produtos_ambientados p, #instagram p, #quem_somos_top p, #quem_faz p, #materias_primas p {
        font-size: 20px;
        line-height: 28px;
    }
    .listagem_linhas h3 {
        font-size: 20px;
    }
}
@media(max-width: 1551px) {
    #linhas_produtos .centro, #instagram .centro, #quem_somos_top .centro, #materias_primas .centro, #video .centro, #pag_fale_conosco #banner .conteudo {
        max-width: 1320px;
    }
    .listagem_linhas .mask_img {
        height: 356px;
    }
    #quem_somos .esquerda article {
        width: 675px;
    }
    .listagem_insta .mask_img {
        height: 315px;
    }
    #quem_somos_bottom h2 {
        font-size: 30px;
    }
    #quem_somos_bottom .centro {
        max-width: 1100px;
    }
    .pictogramas .brasil {
        background-size: 100px;
    }
    .pictogramas .manualmente {
        background-size: 102px;
    }
    .pictogramas .consciencia {
        background-size: 75px;
    }
    .pictogramas .comercio {
        background-size: 86px;
    }
    .listagem_linhas .passador span, .listagem_funcionarios .passador span, .listagem_funcionarios .passador span, #produto_aberto .passador span {
        width: 28px;
        height: 39px;
        background-size: contain !important;
    }
}
@media(max-width: 1466px) {
    #pag_index #banner .centro {
        max-width: 1400px !important;
    }
    #pag_index #banner {
        background: #f8f5f0 url(../imagens/fundo_banner.png) top right -110px no-repeat;
    }
    #banner a,
    .bt_padrao {
        height: 42px;
        font-size: 15px;
    }
    #linhas_produtos h2, #produtos_ambientados h2, #instagram h2, #quem_somos_top h2, #quem_somos_bottom h2, #quem_faz h2, #materias_primas h2, #mais_produtos h2:not(.listagem_produtos h2) {
        font-size: 35px;
    }
    #linhas_produtos p, #produtos_ambientados p, #instagram p, #quem_somos_top p, #quem_faz p, #materias_primas p {
        font-size: 18px !important;
        line-height: 26px;
    }
    header .centro {
        height: 100px;
    }
    header .logo a {
        width: 220px;
        height: 41px;
    }
    header nav {
        top: 41px;
        column-gap: 40px !important;
    }
    header nav a {
        font-size: 14px;
    }
    header nav.nav1 {
        right: calc(50% + 170px);
    }
    header nav.nav2 {
        left: calc(50% + 170px);
    }
    footer .top .centro {
        grid-template-columns: 500px 1fr 1fr 1fr;
    }
    #quem_somos .esquerda article {
        width: 610px;
    }
    .listagem_funcionarios .anterior {
        left: -80px;
    }
    .listagem_funcionarios .proximo {
        right: -80px;
    }
    #linhas_produtos .centro, #instagram .centro, #quem_somos_top .centro, #materias_primas .centro, #video .centro, #pag_fale_conosco #banner .conteudo {
        max-width: 1280px;
    }
    .listagem_linhas .mask_img {
        height: 343px;
    }
    #pag_produtos #linhas_produtos {
        padding-top: 90px;
    }
}
@media(max-width: 1366px) {
    #banner .centro {
        grid-template-columns: 52% 1fr;
    }
    #pag_index #banner {
        background: #f8f5f0 url(../imagens/fundo_banner.png) top right -150px no-repeat;
    }
    #linhas_produtos .centro, #instagram .centro, #quem_somos_top .centro, #materias_primas .centro, #video .centro, #pag_fale_conosco #banner .conteudo {
        max-width: 1180px;
    }
    .listagem_linhas .mask_img {
        height: 310px;
    }
    .listagem_linhas h3 {
        font-size: 18px;
    }
    #quem_somos .esquerda article {
        width: 580px;
    }
    .listagem_insta .mask_img {
        height: 280px;
    }
    #quem_faz .centro {
        max-width: 1000px;
    }
    .pessoa .mask_img {
        height: 420px;
    }
    .listagem_funcionarios .mask_img {
        height: 190px;
    }
    .listagem_funcionarios h5 {
        font-size: 18px;
        margin-top: 12px;
    }
    #loja .centro,
    #breadcrumbs .centro,
    #produto_aberto .centro,
    #mais_produtos .centro {
        max-width: 1100px;
    }
}
@media(max-width: 1000px) {
    header nav {
        display: none;
    }
    #pag_index #banner {
        height: 920px;
    }
    #pag_index #banner .centro {
        grid-template-columns: 1fr;
        row-gap: 40px;
        transform: unset;
        padding-top: 130px;
    }
    #banner .direita {
        grid-row: 1;
        align-items: flex-start;
        padding-left: 40px;
        padding-right: 40px;
    }
    #banner h2, #banner h2 b {
        font-size: 42px;
        line-height: 38px;
        text-align: left;
    }
    #banner h2 br {
        display: none;
    }
    #banner p {
        font-size: 18px;
        line-height: 28px;
        text-align: left;
    }
    #banner a {
        background-size: 13px !important;
        margin-top: 20px;
    }
    #pag_index #banner .mask_img {
        width: 100%;
        height: 500px;
        margin-left: -40px;
    }
    #linhas_produtos .centro, #instagram .centro, #quem_somos_top .centro, #materias_primas .centro, #video .centro, #pag_fale_conosco #banner .conteudo, #quem_somos_bottom .centro, #quem_faz .centro, #loja .centro, #breadcrumbs .centro, #produto_aberto .centro, #mais_produtos .centro {
        max-width: calc(100% - 80px);
    }
    #linhas_produtos h2, #produtos_ambientados h2, #instagram h2, #quem_somos_top h2, #quem_somos_bottom h2, #quem_faz h2, #materias_primas h2, #mais_produtos h2:not(.listagem_produtos h2), #quem_somos h2 {
        font-size: 26px;
    }
    .listagem_linhas .passador,
    .listagem_funcionarios .passador,
    #produto_aberto .passador {
        display: none;
    }
    .listagem_linhas {
        grid-template-columns: unset;
        grid-auto-flow: column;
        grid-auto-columns: 250px;
        column-gap: 15px;
        padding-left: 0;
        padding-right: 0;
        overflow-x: scroll;
    }
    .listagem_linhas .mask_img {
        height: 250px;
        border-radius: 24px;
    }
    #quem_somos .esquerda article {
        width: 100%;
        padding: 40px;
    }
    #quem_somos .centro {
        grid-template-columns: 1fr;
    }
    #quem_somos p {
        font-size: 18px;
        line-height: 28px;
        max-width: unset;
    }
    #quem_somos .barra {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    #banner a, .bt_padrao {
        height: 40px;
        font-size: 14px;
        background-size: 20px;
    }
    #quem_somos .mask_img {
        height: 500px;
    }
    #produtos_ambientados .mask_img:not(#produtos_ambientados .pop_up .mask_img) {
        width: 600px;
        height: 514px;
    }
    #produtos_ambientados .pop_up.p1 {
        right: 445px;
        bottom: 105px;
    }
    #produtos_ambientados .pop_up.p2 {
        right: 290px;
        bottom: 230px;
    }
    #produtos_ambientados .pop_up.p3 {
        left: 565px;
        bottom: 320px;
    }
    #produtos_ambientados .pop_up.aberto {
        width: 200px;
        height: 200px;
    }
    #produtos_ambientados .pop_up h3 {
        font-size: 16px;
        padding-left: 76px;
        margin-top: 0;
        text-align: center;
    }
    #produtos_ambientados .pop_up {
        width: 40px;
        height: 40px;
        background-size: 33px;
    }
    .linhas_esquerda,
    .linhas_direita {
        display: none;
    }
    .listagem_insta {
        grid-template-columns: unset;
        grid-auto-flow: column;
        grid-auto-columns: 180px;
        column-gap: 15px;
        overflow-x: scroll;
    }
    .listagem_insta .mask_img {
        height: 180px;
        border-radius: 24px;
    }
    footer .top .centro {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    footer .logo {
        width: 250px;
        height: 45px;
        background-size: contain;
    }
    footer .top h3 {
        margin-top: 20px;
    }
    footer .bottom .centro {
        flex-direction: column;
        row-gap: 5px;
        justify-content: center;
    }
    #pag_quem_somos #banner .mask_img {
        height: 455px;
    }
    #pag_quem_somos #banner .conteudo article {
        align-items: flex-start;
    }
    #pag_quem_somos #banner .conteudo {
        justify-content: flex-start;
        max-width: 500px;
        height: 250px;
        border-radius: 0 223.5px 223.5px 0;
        top: 150px;
        transform: unset;
        right: unset;
        padding: 40px;
        left: 0;
    }
    #quem_somos_top .bottom, #quem_faz .pessoa {
        grid-template-columns: 1fr;
        margin-top: 30px;
        row-gap: 30px;
    }
    #quem_somos_top article, #quem_faz article, #materias_primas article {
        padding-left: 0;
    }
    #quem_somos_top article p, #quem_faz article p, #materias_primas article p {
        max-width: unset;
    }
    #quem_somos_bottom h2 {
        font-size: 20px;
    }
    .pictogramas {
        column-gap: 20px;
    }
    .pictogramas li {
        padding-top: 95px;
    }
    .pictogramas .brasil {
        background-size: 80px;
    }
    .pictogramas .manualmente {
        background-size: 82px;
    }
    .pictogramas .consciencia {
        background-size: 62px;
    }
    .pictogramas .comercio {
        background-size: 75px;
    }
    .pictogramas h3 {
        font-size: 18px;
    }
    #video .mask_video {
        height: 400px;
        border-radius: 24px;
    }
    #video .mask_video .bt_play {
        padding-top: 70px;
        font-size: 16px;
        letter-spacing: 6px;
        background-size: 45px;
    }
    .listagem_funcionarios {
        grid-template-columns: unset;
        grid-auto-flow: column;
        grid-auto-columns: 200px;
        overflow-x: scroll;
    }
    #materias_primas .meio, #materias_primas .bottom {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    #materias_primas .mask_img {
        height: 300px;
        grid-row: 1;
    }
    #materias_primas h3 {
        font-size: 22px;
    }
    #materias_primas article p {
        margin-top: 10px;
    }
    #materias_primas .bottom {
        margin-top: 15px;
    }
    #materias_primas .bottom article {
        align-items: flex-start;
        padding-right: 0;
    }
    #materias_primas .bottom h3,
    #materias_primas .bottom article p {
        text-align: left;
    }
    #linhas_produtos .centro, #instagram .centro, #quem_somos_top .centro, #materias_primas .centro {
        padding-bottom: 30px;
    }
    #loja .esquerda:not(#loja #breadcrumbs .esquerda) {
        display: none;
    }
    #loja .centro {
        grid-template-columns: 1fr;
    }
    #loja #breadcrumbs,
    #produto_aberto .bottom {
        grid-column-end: unset;
    }
    #breadcrumbs {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }
    .listagem_produtos .mask_img {
        height: 200px;
    }
    #produto_aberto .centro {
        grid-template-columns: 1fr;
    }
    #produto_aberto .direita {
        padding-left: 0;
    }
    #mais_produtos .listagem_produtos {
        grid-template-columns: repeat(3, 1fr);
    }
    #pag_fale_conosco #banner .conteudo {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }
    #conteudo_fale_conosco .centro {
        max-width: calc(100% - 80px);
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    #conteudo_fale_conosco iframe {
        width: 100%;
    }
    #pag_index #banner {
        background: #b9a98e;
    }
    .listagem_produtos li:not(.listagem_produtos li:nth-child(1), .listagem_produtos li:nth-child(2), .listagem_produtos li:nth-child(3)) {
        display: none;
    }
    .imagens_produto {
        grid-template-columns: repeat(3, 1fr);
    }
    #produto_aberto .imagens_produto .mask_img {
        height: 250px;
    }
}
@media(max-width: 600px) {
    #produtos_ambientados .centro {
        overflow: hidden;
    }
    header .centro {
        width: calc(100% - 40px);
        height: 80px;
    }
    header .logo a {
        width: 180px;
        height: 33px;
    }
    header .sociais {
        display: none;
    }
    #pag_index #banner {
        height: fit-content;
        padding-bottom: 40px;
    }
    #pag_index #banner .centro {
        row-gap: 30px;
        padding-top: 110px;
    }
    #banner .direita {
        padding-left: 20px;
        padding-right: 20px;
    }
    #banner h2, #banner h2 b {
        font-size: 30px;
        line-height: 28px;
    }
    #banner p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }
    #pag_index #banner .mask_img {
        height: 280px;
        margin-left: -20px;
    }
    #linhas_produtos .centro, #instagram .centro, #quem_somos_top .centro, #materias_primas .centro, #video .centro, #pag_fale_conosco #banner .conteudo, #quem_somos_bottom .centro, #quem_faz .centro, #loja .centro, #breadcrumbs .centro, #produto_aberto .centro, #mais_produtos .centro, #conteudo_fale_conosco .centro {
        max-width: calc(100% - 40px);
    }
    .listagem_linhas {
        grid-auto-columns: 200px;
    }
    .listagem_linhas .mask_img {
        height: 200px;
    }
    #quem_somos .esquerda article {
        padding: 40px 20px;
    }
    #quem_somos .mask_img {
        height: 300px;
    }
    #produtos_ambientados .mask_img:not(#produtos_ambientados .pop_up .mask_img) {
        width: 340px;
        height: 291px;
    }
    #produtos_ambientados .mask_img img:not(#produtos_ambientados .pop_up .mask_img img) {
        border-radius: 24px;
    }
    #produtos_ambientados .pop_up.p1 {
        right: 256px;
        bottom: 55px;
    }
    #produtos_ambientados .pop_up.p2 {
        right: 165px;
        bottom: 130px;
    }
    #produtos_ambientados .pop_up.p3 {
        left: 320px;
        bottom: 176px;
    }
    .pop_up.aberto.esquerda {
        border-radius: 40px 40px 8px 40px;
    }
    .pop_up.aberto.direita {
        border-radius: 40px 40px 40px 8px;
    }
    #produtos_ambientados .pop_up.aberto {
        width: 100px;
        height: 100px;
    }
    #produtos_ambientados .pop_up .mask_img {
        max-height: calc(100% - 30px);
    }
    #produtos_ambientados .pop_up h3 {
        font-size: 12px;
        padding-left: 16px;
        text-transform: uppercase;
    }
    footer .centro {
        width: calc(100% - 40px);
    }
    footer form input[type="email"] {
        width: 100%;
    }
    #linhas_produtos p, #produtos_ambientados p, #instagram p, #quem_somos_top p, #quem_faz p, #materias_primas p, #quem_somos p {
        font-size: 16px !important;
        line-height: 26px;
    }
    footer .bottom h3, footer .bottom h3 a {
        text-align: center;
    }
    #pag_quem_somos #banner .conteudo {
        max-width: calc(100% - 20px);
        top: 110px;
        padding: 40px 20px;
    }
    .pictogramas {
        flex-wrap: wrap;
        gap: 15px;
    }
    #pag_quem_somos #banner .mask_img {
        height: 390px;
    }
    #quem_somos_top .imagens .mask_img {
        height: 140px;
    }
    #video .mask_video {
        height: 250px;
    }
    #video .mask_video .bt_play {
        padding-top: 62px;
        font-size: 14px;
        letter-spacing: 5px;
        background-size: 39px;
    }
    #video .centro {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #quem_faz h2 {
        margin-top: 25px;
    }
    .pessoa .mask_img {
        height: 300px;
    }
    .pessoa h3 {
        font-size: 20px;
    }
    .pessoa h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #quem_faz .centro {
        padding-bottom: 40px;
    }
    footer .bottom .centro {
        height: 90px;
    }
    #pag_produtos #linhas_produtos {
        padding-top: 70px;
    }
    .listagem_produtos {
        grid-template-columns: repeat(2, 1fr);
    }
    #produtos_ambientados h2 {
        margin-top: 20px;
    }
    footer .logo {
        width: 200px;
        height: 36px;
    }
    #breadcrumbs .centro {
        padding-top: 110px;
    }
    #produto_aberto .mask_img {
        height: 280px;
    }
    .imagens_produto,
    #mais_produtos .listagem_produtos {
        grid-template-columns: repeat(2, 1fr);
    }
    #produto_aberto .imagens_produto .mask_img {
        height: 160px;
    }
    .listagem_produtos li:nth-child(3) {
        display: none;
    }
    #pag_fale_conosco #banner p {
        font-size: 18px;
        line-height: 30px;
    }
    #pag_fale_conosco #banner .centro .mask_img {
        height: 400px !important;
    }
    #pag_fale_conosco #banner .conteudo {
        transform: translateY(calc(50% + 40px));
    }
    #conteudo_fale_conosco h2 {
        font-size: 22px;
        line-height: 28px;
    }
    header .logo a {
        left: 0;
        transform: unset;
    }
    #materias_primas .mask_img {
        height: 250px;
    }
    .listagem_produtos article {
        padding: 18px;
    }
}
@media(max-width: 380px) {
    #produtos_ambientados .mask_img:not(#produtos_ambientados .pop_up .mask_img) {
        width: 300px;
        height: 257px;
    }
    #produtos_ambientados .pop_up.p1 {
        right: 226px;
        bottom: 45px;
    }
    #produtos_ambientados .pop_up.p2 {
        right: 145px;
        bottom: 115px;
    }
    #produtos_ambientados .pop_up.p3 {
        left: 280px;
        bottom: 160px;
    }
    #produtos_ambientados .centro {
        padding-bottom: 30px;
    }
    .listagem_produtos h2 {
        font-size: 17px;
    }
    #pag_fale_conosco #banner .centro .mask_img {
        height: 360px !important;
    }
    #pag_fale_conosco #banner p {
        font-size: 16px;
        line-height: 26px;
    }
}