/* #######################################################
###### FONTES
####################################################### */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'kuro_regular';
    src: url('../fontes/Kuro-Regular.eot');
    src: url('../fontes/Kuro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fontes/Kuro-Regular.woff2') format('woff2'),
        url('../fontes/Kuro-Regular.woff') format('woff'),
        url('../fontes/Kuro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* #######################################################
###### BASICO
####################################################### */
* {
    font-weight: normal;
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
html{
	overflow-x: hidden;
    min-height: 100%;
}
body{
    min-height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.centro {
    width: calc(100% - 40px);
    max-width: 1320px;
    margin: 0 auto;
}

/* #######################################################
###### CUSTOM
####################################################### */
body#pag-index .limite{
    background: url(../imagens/fundo_banner.png) top right no-repeat;
    max-width: 1920px;
    margin: 0 auto;    
}
header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    padding-top: 30px;
    padding-bottom: 30px;
}
header .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: unset;
    width: calc(100% - 90px);
}
header .centro ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}
header .centro h1 a {
    display: inline-block;
    width: 191px;
    height: 43px;
    text-indent: -9999px;
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
}
header .centro nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-right: auto;
    margin-left: 50px;
    column-gap: 6px;
}
header .centro nav a {
    font-family: 'kuro_regular';
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #171415;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    height: 32px;
    padding-left: 22px;
    padding-right: 21px;
}
header .centro nav a.selected {
    background: #dab496;
    border-radius: 16px;
    color: #ffffff;
}
header .centro nav a:not(.selected):hover {
    border-radius: 16px;
    color: #dab496;
    border: 1px solid #dab496;
    height: 30px;
    padding-left: 21px;
    padding-right: 20px;    
}
ul.sociais {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 4px;
    margin: 0 auto;
}
ul.sociais a {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}
ul.sociais a.instagram {
    background: url(../imagens/icon_instagram.png) center no-repeat;
    background-size: contain;
}
ul.sociais a.facebook {
    background: url(../imagens/icon_facebook.png) center no-repeat;
    background-size: contain;
}
ul.sociais a.linkedin {
    background: url(../imagens/icon_linkedin.png) center no-repeat;
    background-size: contain;
}
ul.linguas {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    margin-left: auto;
    margin-right: 31px;
}
ul.linguas a {
    display: inline-block;
    font-family: 'kuro_regular';
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #858585;
    text-transform: uppercase;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 6px 0;
}
ul.linguas a:last-child {
    margin-left: 3px;
}
ul.linguas a.selected {
    border-top: 1px solid #858585;
    border-bottom: 1px solid #858585;
}
.bt_menu_mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-family: 'kuro_regular';
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #858585;
    text-transform: uppercase;
    width: 119px;
    height: 47px;
    border-radius: 23.5px;
    border: 1px solid #858585;
    box-sizing: border-box;
    padding-left: 20px;
    background: url(../imagens/menu.png) center right 21px no-repeat;
    background-size: 22px auto;
}
main #banner {
    margin-top: 132px;
}
main #banner .centro {
    max-width: 1920px;
    display: grid;
    grid-template-columns: 1fr 757px;
    align-items: center;
    width: calc(100% - 180px);
    box-sizing: border-box;
}
main #banner .centro .esquerda {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}
main #banner .centro .esquerda h3 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #dab496;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    margin-top: auto;
    column-gap: 16px;
    position: relative;
    top: -12px;
}
main #banner .centro .esquerda h3 span {
    display: inline-block;
    width: 45px;
    height: 1px;
    background: #dab496;
}
main #banner .centro .esquerda h2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    color: #464646;
    text-transform: uppercase;
    margin-top: -8px;
    position: relative;
}
main #banner .centro .esquerda em {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    color: #dab496;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 8px;
}
main #banner .centro .esquerda p {
    font-family: 'kuro_regular';
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.95px;
    color: #7e7e7e;
    max-width: 479px;
    margin-top: -4px;
}
.bt_acao {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 44px;
    font-family: 'kuro_regular';
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #ffffff;
    padding-left: 22px;
    padding-right: 59px;
    background: #dab496 url(../imagens/seta_right.png) center right 17px no-repeat;
    background-size: 25px auto;
    border-radius: 22px;
    transition: all 0.08s ease;
}
.bt_acao:hover{
    background: #dab496 url(../imagens/seta_right.png) center right 13px no-repeat;
    background-size: 25px auto;
}
main #banner .centro .esquerda .bt_acao {
    margin-bottom: 60px;
    margin-top: 15px;
}
main #banner .centro .esquerda nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    grid-auto-rows: 36px;
    gap: 5px;
    width: 100%;
    max-width: 594px;
    margin-top: auto;
    margin-bottom: 61px;
}
main #banner .centro .esquerda nav a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #8f8f8f;
    text-transform: uppercase;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    transition: all 0.08s ease;
}
main #banner .centro .esquerda nav a:hover{
    color: #dab496;
    border: 1px solid #dab496;    
}
main #banner .centro .esquerda nav a.veja_mais {
    background: #dab496;
    border-color: #dab496;
    color: #ffffff;
}
main #banner .centro .direita {
    position: relative;
}
main #banner .centro .direita .passador span {
    display: inline-block;
    width: 45px;
    height: 39px;
    text-indent: -99999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}
main #banner .centro .direita .passador span.esquerda {
    background: url(../imagens/passador_esquerda.png) center no-repeat;
    background-size: contain;
    left: -173px;
}
main #banner .centro .direita .passador span.direita {
    background: url(../imagens/passador_direita.png) center no-repeat;
    background-size: contain;
    right: -43px;
}
main #banner .centro .direita ul {
    width: 100%;
}
main #banner .centro .direita ul li {
    display: flex;
    flex-direction: column;
    width: 100%;
}
main #banner .centro .direita ul li .mask_img {
    width: calc(100% + 139px);
    margin-left: -139px;
    position: relative;
}
main #banner .centro .direita ul li .mask_img .texto {
    position: absolute;
    bottom: 40px;
    right: 210px;
    display: flex;
    flex-direction: column;
    align-items: flex;
}
main #banner .centro .direita.banner_designer_3 ul li .mask_img .texto,
main #banner .centro .direita.banner_designer_5 ul li .mask_img .texto,
main #banner .centro .direita.banner_designer_6 ul li .mask_img .texto {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
}
main #banner .centro .direita ul li .mask_img .texto h3 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}
main #banner .centro .direita ul li .mask_img .texto h2 {
    font-family: 'kuro_regular';
    font-size: 18px;
    color: #ffffff;
}
main #banner .centro .direita ul li .mask_img img {
    width: 100%;
    object-fit: contain;
    position: relative;
    max-height: 371px;
}
main #banner .centro .direita.banner_designer_2 ul li .mask_img img {
    left: -90px;
}
main #banner .centro .direita.banner_designer_4 ul li .mask_img img {
    max-height: 420px;
    margin-top: -50px;
}
main #banner .centro .direita.banner_designer_4 ul li .mask_img img {
    left: -70px;
}
main #banner .centro .direita.banner_designer_5 ul li .mask_img img {
    left: -120px;
}
main #banner .centro .direita.banner_designer_6 ul li .mask_img img,
main #banner .centro .direita.banner_designer_3 ul li .mask_img img {
    left: -140px;
}
main #banner .centro .direita.banner_designer_10 ul li .mask_img {
    display: flex;
}
main #banner .centro .direita.banner_designer_10 ul li .mask_img img {
    width: unset;
    margin-right: auto;
    margin-left: 240px;
}
main #banner .centro .direita.banner_designer_8 ul li .mask_img {
    display: flex;
}
main #banner .centro .direita.banner_designer_8 ul li .mask_img img {
    width: unset;
    margin-right: auto;
    margin-left: 160px;
}
main #banner .centro .direita ul li nav {
    display: grid;
    grid-template-columns: 188px 310px 188px;
    align-items: center;
    column-gap: 35px;
    margin-top: 6px;
}
main #banner .centro .direita ul li nav a {
    position: relative;
    width: 100%;
    height: 133px;
    border-radius: 26px;
    overflow: hidden;
    background: #eaeaea;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    transform: skew(-10deg, 0);
}
main #banner .centro .direita ul li nav a.grande {
    border-radius: 36px;
    height: 221px;
}
main #banner .centro .direita ul li nav a img {
    width: 108%;
    mix-blend-mode: multiply;
    transform: skew(10deg, 0);
    position: relative;
    display: block;
    left: -10px;
    top: -50px;
}
main #banner .centro .direita ul li nav a.grande img{
    width: 103%;
    left: -20px;
    top: -90px;
}
main #banner .centro .direita.banner_designer_10 ul li nav a img,
main #banner .centro .direita.banner_designer_9 ul li nav a img,
main #banner .centro .direita.banner_designer_8 ul li nav a img,
main #banner .centro .direita.banner_designer_7 ul li nav a img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
main #dna {
    margin-top: 47px;
}
main #dna .centro {
    max-width: unset;
    width: calc(100% - 90px);
    max-height: 100vh;
    height: 696px;
    display: grid;
    grid-template-columns: 593px 1fr;
    border-radius: 18px;
    overflow: hidden;
}
main #dna .centro .esquerda,
main #dna .centro .direita {
    height: 100%;
}
main #dna .centro .esquerda {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #464646;
    box-sizing: border-box;
    width: 100%;
    padding: 45px 45px 45px 90px;
}
main #dna .centro .esquerda h3 {
    margin-top: auto;
    font-family: 'kuro_regular'; 
    font-size: 44px;
    color: #ffffff;
    text-transform: uppercase;
}
main #dna .centro .esquerda h2 {
    font-family: 'kuro_regular';
    font-size: 104px;
    color: #ffffff;
    margin-top: -19px;
}
main #dna .centro .esquerda p {
    font-family: 'kuro_regular';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #ffffff;
    max-width: 347px;
    margin-top: -2px;
}
#pag-dna main #dna .centro .esquerda p {
    margin-bottom: auto;
}
main #dna .centro .esquerda .bt_acao {
    margin-bottom: auto;
    margin-top: 25px;
}
main #dna .centro .direita {
    width: 100%;
    position: relative;
}
main #dna .centro .direita .mask_img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}
main #dna .centro .direita .mask_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom left;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
main #dna .centro .direita .mask_img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #272727;
    z-index: 1;
    content: '';
    mix-blend-mode: multiply;
    opacity: 0.5;
}
main #dna .centro .direita .mask_img .bt_play {
    display: inline-block;
    width: 65px;
    height: 75px;
    text-indent: -9999px;
    background: url(../imagens/icon_play.png) center no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
    margin-top: auto;
}
main #dna .centro .direita .mask_img h2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 8px;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 2;
    margin-bottom: auto;
    margin-top: 36px;
}
main #dna .centro .direita .mask_video {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}
main #dna .centro .direita .mask_video > * {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.fonte-titulo {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 44px;
    color: #464646;
    text-transform: uppercase;   
    text-align: center;
}
main #revista {
    margin-top: 53px;
}
main #revista .centro {
    display: flex;
    flex-direction: column;
    align-items: center;
}
main #revista .centro ul {
    display: grid;
    /*grid-auto-columns: 315px;
    grid-auto-flow: column;*/
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
}
main #revista .centro ul li {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
main #revista .centro ul li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}
main #revista .centro ul .mask_img {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding-top: 63.49%;
}
main #revista .centro ul .mask_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
main #revista .centro ul .mask_img h4 {
    position: absolute;
    bottom: 0;
    left: 24px;
    transform: translateY(50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 28px;
    border-radius: 5px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #ffffff;
    background: #dab496;
    z-index: 2;
    padding-right: 10px;
    padding-left: 9px;
}
main #revista .centro ul h2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0.65px;
    color: #686868;
}
main #revista .centro ul p {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #797979;
    margin-top: 15px;
    margin-bottom: 15px;
}
main #revista .centro ul h3 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #dab496;
    background: url(../imagens/seta_right2.png) center right no-repeat;
    background-size: 24px auto;
    padding-right: 31px;
    text-transform: capitalize;
    margin-top: auto;
}
main #revista .centro ul article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 19px;
    padding-top: 31px;
    padding-bottom: 22px;
    height: 100%;
}
main #revista .wrapper {
    width: 100%;
    position: relative;
    margin-top: 28px;
}
main #revista .wrapper .passador span {
    display: inline-block;
    width: 45px;
    height: 39px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
main #revista .wrapper .passador span.esquerda {
    background: url(../imagens/passador_esquerda.png) center no-repeat;
    background-size: contain;
    left: -90px;
}
main #revista .wrapper .passador span.direita {
    background: url(../imagens/passador_direita2.png) center no-repeat;
    background-size: contain;
    right: -90px;
}
main #revista .centro .bt_acao {
    margin-top: 26px;
    background-position: center right 19px;
    padding-right: 64px;
    transition: all 0.08s ease;
}
main #revista .centro .bt_acao:hover{
    background: #dab496 url(../imagens/seta_right.png) center right 14px no-repeat;
    background-size: 25px auto;    
}
main #mosaico {
    margin-top: 69px;
}
main #mosaico .centro {
    display: flex;
    flex-direction: column;
    align-items: center;
}
main #mosaico .centro ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 41px;
    row-gap: 31px;
    border-radius: 25px;
    overflow: hidden;
}
main #mosaico .centro ul .linha {
    grid-column: span 2;
}
main #mosaico .centro ul .coluna {
    grid-row: span 2;
}
main #mosaico .centro ul a {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    padding: 0 10px;
    padding-top: 77.48%;
    box-sizing: border-box;
    transition: all 0.5s ease;
    background: #f2f2f2;
}
main #mosaico .centro ul a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.5s ease;
    mix-blend-mode: multiply;
}
main #mosaico .centro ul .linha a {
    padding-top: 44%;
}
main #mosaico .centro ul .coluna a {
    padding-top: 0;
    height: 100%;
}
main #mosaico .centro ul a h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #ffffff;
    text-transform: uppercase;
    background: url(../imagens/icon_mais.png) center top no-repeat;
    background-size: 32px auto;
    padding-top: 37px;
    transition: all 0.5s ease;
    opacity: 0;
}
main #mosaico .centro ul a:hover {
    background: #dab496;
}
main #mosaico .centro ul a:hover img {
    mix-blend-mode: multiply;
    opacity: 0.30;
}
main #mosaico .centro ul a:hover h2 {
    opacity: 1;
}
main #mosaico .centro .bt_acao {
    padding-right: 64px;
    padding-left: 25px;
    background-position: center right 19px;
    margin-top: 25px;
    transition: all 0.08s ease;
}
main #mosaico .centro .bt_acao:hover{
    background: #dab496 url(../imagens/seta_right.png) center right 15px no-repeat;
    background-size: 25px auto;
}
main #instagram {
    margin-top: 58px;
}
main #instagram .centro {
    display: flex;
    flex-direction: column;
    align-items: center;
}
main #instagram .centro ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 19px;
    margin-top: 28px;
}
main #instagram .centro ul li {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}
main #instagram .centro ul a {
    display: flex;
    width: 100%;
    position: relative;
    padding-top: 100%;
}
main #instagram .centro ul a img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
main #instagram .centro .bt_acao {
    padding-left: 25px;
    padding-right: 65px;
    background-position: center right 19px;
    margin-top: 26px;
    transition: all 0.08s ease;
}
main #instagram .centro .bt_acao:hover{
    background: #dab496 url(../imagens/seta_right.png) center right 15px no-repeat;
    background-size: 25px auto;
}
footer {
    width: calc(100% - 90px);
    margin: 0 auto;
    background: #464646;
    border-radius: 25px 25px 0 0;
    padding-top: 50px;
    margin-top: 70px;
}
footer .centro .top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding-right: 74px;
}
footer .centro .top .novidades {
    width: 100%;
    max-width: 335px;
}
footer .centro .top .novidades h2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 0;
}
footer .centro .top .novidades p {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    max-width: 305px;
    margin-top: 6px;
}
footer .centro .top .novidades form {
    width: 100%;
    margin-top: 32px;
}
footer .centro .top .novidades form label {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}
footer .centro .top .novidades form label input {
    width: 100%;
    height: 40px;
    border: transparent;
    background: #ffffff;
    border-radius: 6px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #464646;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 6px;
}
footer .centro .top .novidades form input[type='submit'] {
    width: 130px;
    height: 40px;
    background: #dab496;
    border: transparent;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'kuro_regular';
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.8px;
    border-radius: 20px;
    margin-top: 15px;
    transition: all 0.08s ease;
}
footer .centro .top .novidades form input[type='submit']:hover{
    background: #c49b7b;
}
footer .centro .top h2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 8px;
}
footer .centro .top a,
footer .centro .top p {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #bebebe;
}
footer .centro .top a:hover{
    text-decoration: underline;
}
footer .centro .top nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .centro .top nav .sublinhado {
    color: #ffffff;
    text-decoration: underline;
}
footer .centro .top .sociais {
    margin-top: 58px;
}
footer .centro .bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-top: 1px solid #6b6b6b;
    margin-top: 49px;
    padding-top: 32px;
    padding-bottom: 34px;
}
footer .centro .bottom h2 {
    width: 96px;
    height: 78px;
    background: url(../imagens/logo_simples.png) center no-repeat;
    background-size: contain;
    text-indent: -99999px;
}
footer .centro .bottom h3,
footer .centro .bottom h3 a {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
}
footer .centro .bottom h3 a {
    text-decoration: underline;
}
footer .centro .bottom h3.endereco {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*############ PRODUTOS ############*/
header:not(#pag-index header) {
    background: #ffffff url(../imagens/fundo_banner.png) top right no-repeat;
    position: sticky;
    top: 0;
}
header.ativo {
    background: #ffffff url(../imagens/fundo_banner.png) top right no-repeat;
}
header:not(#pag-index header) .centro::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 45px;
    width: 100%;
    max-width: 985px;
    height: 1px;
    background: #e1e1e1;
}
main #banner_loja {
    margin-top: 45px;
}
main #banner_loja .centro {
    width: calc(100% - 90px);
    max-width: 1920px;
}
main #banner_loja .centro ul {
    width: 100%;
}
main #banner_loja .centro ul li {
    height: 326px;
    border-radius: 25px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
main #banner_loja .centro ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background: url(../imagens/banner_loja.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-left: 77px;
}
main #banner_loja .centro ul h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'kuro_regular';
    font-size: 103px;
    color: #3a3a3a;
}
main #banner_loja .centro ul h2 span {
    display: inline-block;
    font-size: 44px;
    color: #404040;
    margin-bottom: -29px;
    margin-left: 7px;
}
main #loja {
    margin-top: 40px;
}
main #loja .centro {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 120px;
}
.bt_abrir_filtros {
    display: none;
}
main #loja .centro .esquerda {
    padding-top: 11px;
}
main #loja .centro .esquerda .menu {
    display: flex;
    flex-direction: column;
    row-gap: 11px;
}
main #loja .centro .esquerda h2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 14px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.05px;
    text-transform: uppercase;
    height: 39px;
    border-radius: 19.5px;
    box-sizing: border-box;
    cursor: pointer;
}
main #loja .centro .esquerda h2 span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #24373e;
}
main #loja .centro .esquerda nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 19px;
}
main #loja .centro .esquerda nav a {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    color: #969696;
} 
main #loja .centro .esquerda nav a:hover{
    text-decoration: underline;
}
main #loja .centro .esquerda nav a.selected{
    text-decoration: underline;  
    color: #dab496; 
}
main #loja .centro .esquerda .wrapper.aberto:not(:last-child) {
    margin-bottom: 14px;
}
main #loja .centro .esquerda .wrapper.aberto nav {
    display: flex;
}
main #loja .centro .esquerda .wrapper.aberto h2 {
    color: #ffffff;
    background: rgba(218, 180, 150, 0.7);
    column-gap: 10px;
    width: calc(100% + 14px);
    margin-left: -14px;
    padding-left: 10px;
    padding-right: 20px;
    margin-bottom: 14px;
}
main #loja .centro .esquerda .wrapper.aberto h2 span {
    width: 13px;
    height: 13px;
    background: #ffffff;
}
main #loja .centro .direita {
    display: flex;
    flex-direction: column;
    align-items: center;
}
main #loja .centro .direita .banner_colecoes {
    width: 100%;
    height: 350px;
    margin-bottom: 40px;
    display: none;
}
main #loja .centro .direita .banner_colecoes img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
main #loja .centro .direita form {
    display: grid;
    grid-template-columns: 1fr 225px;
    grid-template-rows: 56px;
    column-gap: 11px;
    width: 100%;
}
main #loja .centro .direita form input[type='text'] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 28px;
    border: 2px solid #dab496;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1.125px;
    color: #dab496;
    padding-left: 27px;
}
main #loja .centro .direita form input[type='text']::placeholder {
    opacity: 1;
}
main #loja .centro .direita form input[type='submit'] {
    width: 100%;
    height: 100%;
    border-radius: 28px;
    box-sizing: border-box;
    border: transparent;
    cursor: pointer;
    background: #dab496 url(../imagens/icon_lupa.png) center right 22px no-repeat;
    text-align: left;
    padding-left: 32px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
.listagem_produtos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    justify-content: space-between;
    margin-top: 40px;
}
.listagem_produtos li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.listagem_produtos .mask_img {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-top: 70.76%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.listagem_produtos .mask_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
}
.listagem_produtos h2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.05px;
    color: #3a3a3a;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.5s ease;
    margin-top: 11px;
    text-align: center;
}
.listagem_produtos li:hover .mask_img {
    background: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.listagem_produtos li:hover h2 {
    opacity: 1;
}
.paginacao {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    margin-top: 35px;
    gap: 4px;
    flex-wrap: wrap;
}
.paginacao a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #dab496;
    box-sizing: border-box;
    border: 2px solid #dab496;
}
.paginacao a.selected {
    background: #dab496;
    color: #ffffff;
}
#pag-produtos main #dna {
    margin-top: 42px;
}
#pag-produtos footer {
    margin-top: 75px;
}
/*############ PRODUTO ############*/ 
main #breadcrumbs {
    margin-top: 22px;
    margin-bottom: 21px;
}
main #breadcrumbs .centro nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 5px;
    flex-wrap: wrap;
}
main #breadcrumbs .centro nav a,
main #breadcrumbs .centro nav a span {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.05px;
    text-transform: uppercase;
    color: #3a3a3a;
    display: inline-block;
}
main #breadcrumbs .centro nav a:hover span{
    text-decoration: underline;
}
main #breadcrumbs .centro nav a:last-child {
    color: #dab496;
}
main #breadcrumbs .centro nav a:last-child span {
    text-decoration: underline;
    color: #dab496;
}
main #produto .centro {
    display: grid;
    grid-template-columns: 634px 1fr;
    column-gap: 49px;
    align-items: flex-start;
}
main #produto .centro .esquerda {
    position: sticky;
    top: 127px;
}
main #produto .centro .esquerda .mask_img {
    width: 100%;
    display: flex;
    position: relative;
    padding-bottom: 64px;
}
main #produto .centro .esquerda .mask_img .principal {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 12px;
}
main #produto .centro .esquerda .mask_img .principal img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: multiply;
}
main #produto .centro .esquerda .mask_img ul {
    width: calc(100% - 80px);
    max-width: 490px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 78px);
    grid-auto-rows: 78px;
    gap: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    justify-content: center;
}
main #produto .centro .esquerda .mask_img ul li {
    border-radius: 8px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    cursor: pointer;
}
main #produto .centro .esquerda .mask_img ul li img {
    display: inline-block;
    width: 100%; 
    height: 100%;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: multiply;
}
main #produto .direita {
    padding-top: 16px;
}
main #produto .direita .designer {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 13px;
}
main #produto .direita .designer .mask_img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
main #produto .direita .designer .mask_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: inline-block;
}
main #produto .direita .designer h4 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #464646;
    text-transform: uppercase;
}
main #produto .direita .designer h3 {
    font-family: 'kuro_regular';
    font-size: 18px;
    color: #3a3a3a;
}
main #produto .direita > h2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #464646;
    text-transform: uppercase;
    max-width: 500px;
    margin-top: 17px;
    margin-bottom: 17px;
}
main #produto .direita p {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #4f4f4f;
    max-width: 473px;
    margin-top: -4px;
}
main #produto .direita h5 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #464646;
    text-transform: uppercase;
    margin-bottom: 10px;
}
main #produto .direita .especificacoes {
    margin-top: 22px;
}
main #produto .direita .especificacoes ul {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    background: #f5f5f5;
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    padding-top: 24px;
    padding-bottom: 26px;
    padding-left: 24px;
    padding-right: 33px;
    box-sizing: border-box;
}
main #produto .direita .especificacoes ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}
main #produto .direita .especificacoes ul h2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #858585;
    text-transform: uppercase;
}
main #produto .direita .especificacoes ul h3 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #838383;
}
main #produto .direita .downloads {
    margin-top: 26px;
}
main #produto .direita .downloads nav {
    width: 100%;
    max-width: 500px;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 43px;
    row-gap: 7px;
}
main #produto .direita .downloads nav a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 22px;
    border: 1px solid #dab496;
    border-radius: 12px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #dab496;
    text-transform: uppercase;
    background: url(../imagens/icon_download.png) center right 15px no-repeat;
    background-size: 18px auto;
    box-sizing: border-box;
}
main #video_produto {
    margin-top: 58px;
}
main #video_produto .centro {
    position: relative;
}
main #video_produto .centro .mask_img {
    width: 100%;
    height: 650px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f0efed;
    border-radius: 20px;
    cursor: pointer;
    z-index: 2;
    overflow: hidden;
}
main #video_produto .centro .mask_img > *{
    position: absolute;
}
main #video_produto .centro .mask_img img {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    z-index: 1;
    mix-blend-mode: multiply;
    justify-content: center;
    align-items: center;
}
main #video_produto .centro .mask_img .sombra {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../imagens/sombra.png) center no-repeat;
    left: 0;
    top: 0;
    z-index: 2;
}
main #video_produto .centro .mask_img .texto {
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    row-gap: 37px;
}
main #video_produto .centro .mask_img .bt_play {
    display: inline-block;
    width: 65px;
    height: 75px;
    text-indent: -99999px;
    background: url(../imagens/icon_play.png) center no-repeat;
    background-size: contain;
    margin-top: auto;
}
main #video_produto .centro .mask_img .texto h2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 8px;
    color: #ffffff;
    text-transform: uppercase;
}
main #video_produto .centro .mask_video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow: hidden;
    border-radius: 25px;
    display: none;
}
main #video_produto .centro .mask_video > * {
    width: 100%;
    height: 100%;
}
main #veja_outros {
    margin-top: 85px;
}
main #veja_outros .centro {
    display: flex;
    flex-direction: column;
    align-items: center;
}
main #veja_outros .listagem_produtos {
    margin-top: 25px;
    row-gap: 19px;
    column-gap: 13px;
}
main #veja_outros .listagem_produtos .mask_img {
    background: #f8f8f8;
}
main #veja_outros .listagem_produtos li:hover .mask_img {
    background: #ffffff;
}
main #veja_outros .listagem_produtos .mask_img img {
    mix-blend-mode: multiply;
}
main #veja_outros .listagem_produtos h2 {
    opacity: 1;
}
main #veja_outros .centro .bt_acao {
    margin-top: 31px;
    padding-left: 25px;
    padding-right: 64px;
    background-position: center right 19px;
}
main #veja_outros .centro .bt_acao:hover {
    background-position: center right 15px;
}
#pag-produto main #revista {
    margin-top: 51px;
}
/*############ DNA ############*/ 
#pag-dna main #dna .centro {
    height: 689px;
}
main #sobre {
    margin-top: 75px;
}
main #sobre .centro {
    max-width: 1050px;
}
main #sobre .centro p.principal {
    font-family: 'kuro_regular';
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 1.3px;
    color: #464646;
}
main #sobre .centro ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-top: 62px;
    row-gap: 47px;
}
main #sobre .centro ul h2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.55px;
    color: #464646;
    text-transform: uppercase;
    position: relative;
    height: 48px;
    padding-left: 29px;
    margin-left: -29px;
    background: url(../imagens/fundo_h2.png) center left no-repeat;
    display: flex;
    flex-direction: row;
    align-items: center;
}
/*main #sobre .centro ul h2::after {
    content: '';
    position: absolute;
    left: -29px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #dab496;
    opacity: 0.15;
    border-radius: 50%;
    z-index: 1;
}*/
main #sobre .centro ul p {
    font-family: 'kuro_regular';
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.9px;
    color: #464646;
    max-width: 465px;
    margin-top: 1px;
}
#pag-dna main #mosaico {
    margin-top: 86px;
}
#pag-dna main #revista {
    margin-top: 64px;
}
#pag-dna footer {
    margin-top: 75px;
}
/*############ DESIGNER ############*/ 
main #designers {
    margin-top: 45px;
}
main #designers .centro ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    column-gap: 32px;
    row-gap: 64px;
}
main #designers .centro ul li {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
main #designers .centro ul .mask_img {
    width: 100%;
    position: relative;
    padding-top: 119.33%;
    display: flex;
    background: #d0d0d0;
}
main #designers .centro ul .mask_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: multiply;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
main #designers .centro ul .mask_img a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 36px;
    border-radius: 10px;
    background: #dab496;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 10px;
    transform: translateY(50%);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}
main #designers .centro ul h2 {
    font-family: 'kuro_regular';
    font-size: 22px;
    letter-spacing: 1.1px;
    color: #464646;
    margin-top: 19px;
}
main #designers .centro ul p {
    font-family: 'kuro_regular';
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
    color: #464646;
    margin-top: 22px;
}
main #designers .centro ul p:nth-of-type(1) {
    margin-top: 10px;
}
#pag-designers main #revista {
    margin-top: 59px;
}
#pag-designers footer {
    margin-top: 75px;
}
/*############ ACABAMENTOS ############*/ 
main #acabamentos {
    margin-top: 40px;
}
main #acabamentos .centro {
    display: flex;
    flex-direction: column;
    align-items: center;
}
main #acabamentos .centro h2 {
    font-family: 'kuro_regular';
    font-size: 44px;
    color: #404040;
}
main #acabamentos .centro p {
    font-family: 'kuro_regular';
    font-size: 22px;
    line-height: 44px;
    letter-spacing: 1.1px;
    color: #464646;
    text-align: center;
    max-width: 801px;
    margin-top: 4px;
}
main #acabamentos .centro ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-top: 47px;
}
main #acabamentos .centro li {
    background: #f5f5f5;
    border-radius: 12px;
}
main #acabamentos .centro li .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding: 0 21px;
    column-gap: 9px;
    background: url(../imagens/seta_down.png) center right 23px no-repeat;
    background-size: 16px auto;
    cursor: pointer;
    padding-top: 11px;
    padding-bottom: 12px;
    position: relative;
}
main #acabamentos .centro li .top .acionador{
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 45px;
}
main #acabamentos .centro li .top h3 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #464646;
    text-transform: uppercase;
}
main #acabamentos .centro li .top a {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 29px;
    border-radius: 14px;
    background: #dab496 url(../imagens/icon_download2.png) center right 10px no-repeat;
    background-size: 13px auto;
    font-family: 'kuro_regular';
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 16px;
    padding-right: 28px;
    position: relative;
    z-index: 99;
}
main #acabamentos .centro li .sumir{
    display: none;
}
main #acabamentos .centro li nav {
    width: 100%;
    box-sizing: border-box;
    padding: 0 21px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(164px, 1fr));
    column-gap: 5px;
    row-gap: 11px;
    padding-bottom: 26px;
}
main #acabamentos .centro li nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: kuro_regular;
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #6f6f6f;
    row-gap: 4px;
}
main #acabamentos .centro li nav .mask_img {
    width: 100%;
    height: 90px;
    position: relative;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
}
main #acabamentos .centro li nav .mask_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
#pag-acabamentos footer {
    margin-top: 45px;
}
/*############ REVISTA ############*/
#pag-revista main #revista {
    margin-top: 43px;
}
#pag-revista main #revista ul {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: unset;
    grid-auto-flow: unset;
    gap: 20px;
}
#pag-revista main #revista .paginacao {
    margin-top: 46px;
}
#pag-revista main #mosaico {
    margin-top: 45px;
}
#pag-revista footer {
    margin-top: 45px;
}
/*############ REVISTA ABERTA ############*/
main #noticia_aberta {
    margin-top: 53px;
}
main #noticia_aberta .centro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1071px;
}
main #noticia_aberta .centro .titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 22px;
    margin: 0 auto;
    margin-bottom: 33px;
}
main #noticia_aberta .centro .conteudo *:first-child {
    margin-top: 0;
}
main #noticia_aberta .centro .conteudo *:last-child {
    margin-bottom: 0;
}
main #noticia_aberta .centro h2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 52px;
    color: #979797;
    text-align: center;
    max-width: 849px;
    margin: 0 auto;
}
main #noticia_aberta .centro h3 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1.35px;
    color: #dab496;
    text-align: center;
    margin: 0 auto;
}
main #noticia_aberta .centro p {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: #828282;
    margin-bottom: 20px;
}
main #noticia_aberta .centro p a {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    color: #dab496;
    text-decoration: underline;
}
main #noticia_aberta .centro strong {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #828282;
    margin-top: 16px;
    margin-bottom: 11px;
}
main #noticia_aberta .centro figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 30px;
}
main #noticia_aberta .centro figure img {
    width: 100%;
    display: inline-block;
    border-radius: 16px;
}
main #noticia_aberta .centro figure figcaption {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1.125px;
    color: #9b9b9b;
    text-align: center;
    margin-top: 12px;
    display: inline-block;
}
#pag-noticia_aberta main #revista {
    margin-top: 43px;
}
#pag-noticia_aberta main #revista .centro ul {
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
#pag-noticia_aberta main #revista .wrapper .passador {
    display: none;
}
#pag-noticia_aberta footer {
    margin-top: 45px;
}

/*
#######################################################
  #### POLÍTICAS
#######################################################
*/
#texto_politicas{
  padding-left: 25px;
  padding-top: 25px;
  max-width: 1280px;
  padding-bottom: 60px;
  margin: 0 auto;
  padding-top: 60px;
}
#texto_politicas h2{
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'gilroy_bold';
  letter-spacing: 1px; 
  color: #444;
}
#texto_politicas h3{
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'gilroy_semibold';
    letter-spacing: 2px;
    color: #444;
}
#texto_politicas h4{
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'gilroy_semibold';
  padding-top: 25px;  
  color: #444;
}
#texto_politicas p{
  font-size: 15px;
  line-height: 22px;
  font-family: 'gilroy_light';
  padding-top: 10px;  
  color: #444;
}

/*
#######################################################
  #### CONTATO
#######################################################
*/
#contato input {margin-right: 0;}
#contato select, #contato input[type=text], #contato input[type=email], #contato input[type=password]{
    border: 2px solid #3f4444;
    background: none;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
}
#contato select, #contato select{
    margin-bottom: 20px;
}
#contato input[type=text], #contato input[type=email], 
#contato input[type=password], #contato input[type=file]{
    display: inline-block;
    width: calc(100% - 34px);
    padding-left: 30px;
    height: 46px;
    margin-top: 5px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-size: 14px;
}
#contato .anexo {
    display: flex;
    width: 230px;
    margin-top: 5px;
}
#contato input[type=file] {
    appearance: none;
    padding-left: 0;
    opacity: 0;
    overflow: hidden;
}
#contato label {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-size: 14px;
    margin-top: 5px;
    background: none;   
    cursor: pointer; 
    text-decoration: underline;
}
#contato select{
    display: inline-block;
    width: 100%;
    padding-left: 23px;
    height: 46px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    top: 13px;
    color: #666;
    background: url(../imagens/boss_cart/seta_menos_new.png) 97% center no-repeat;
}
#contato textarea{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666;
}
#contato select option{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;  
}
#contato input[type=text].p1{
    margin-top: 0px;
}
#contato input[type=text].p2, #contato input[type=email].p2{
    display: inline-block;
    width: calc(50% - 36px);
}
#contato input[type=text].p3{
    display: inline-block;
    width: calc(75% - 36px);
}
#contato input[type=text].p4{
    display: inline-block;
    width: calc(25% - 36px);
}
#contato input[type=text].p5{
    display: inline-block;
    width: 338px;
}
#contato input[type=text].p6{
    display: inline-block;
    width: 350px;
}
#contato input[type=text].p7{
    display: inline-block;
    width: 168px;
}
#contato input[type=text].p8{
    display: inline-block;
    width: 182px;
}
#contato input[type=text].p9{
    display: inline-block;
    width: 549px;
}
#contato input[type=text].p10{
    display: inline-block;
    width: 279px;
}
#contato input[type=text].p11{
    display: inline-block;
    width: 266px;
}
#contato .left h3{
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: #3f4444;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    padding-bottom: 15px;
}
#contato .left p{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #3f4444;
    font-weight: 400;
    line-height: 12px;
    padding-bottom: 30px;
}
#contato textarea {
    width: calc(100% - 29px);
    padding-left: 25px;
    padding-top: 15px;
    height: 122px;
    margin-top: 5px;
    border: 2px solid #3f4444;
    background: none;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666;
}
#contato ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
}
#contato ::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
}
#contato :-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
}
#contato :-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}
#contato input[type=submit]{
    margin: 10px 31px 15px;
    margin-right: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    display: block;
    width: 111px;
    height: 43px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    border: none;
    float: right;
    clear: both;
    cursor: pointer;
    background: #f7af31; 
}
#contato {
    padding-top: 50px;
    display: ;
}
#contato h2 {
    text-transform: uppercase;
    color: #4f4f4f;
    text-align: center;
    font-weight: normal;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-transform: lowercase;
    letter-spacing: 0.4px;
    line-height: auto;
    text-transform: uppercase;
}
#contato .content {
    display: flex;
    margin-top: 15px;
    margin-bottom: 37px;
    max-width: 1404px;
    width: 100%;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 0 30px;
}
#contato .left {
    width: 50%;
    display: flex;
    min-height: 540px;
}
#contato .right {
    width: calc(50% - 20px);
    position: relative;
    top: 13px;
    margin-left: 20px;
}
#contato .right .mapa{
    border-top: 10px solid #fff;
    display: table;
    width: 100%;
}
#contato .left form {
    display: ;
}
.cont {
    padding-top: 8px;
    background: #f5f5f5;
    height: 358px;
}
.cont h4{
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    color: #3f4444;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 20px;
    margin-left: 35px;
}
.cont p{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #3f4444;
    font-size: 16px;
    line-height: 22px;
    margin-left: 35px;
}
.cont a{
    display: inline-block;
    line-height: 42px;
    position: relative;
    top: 5px;
    margin-left: 35px;
    margin-bottom: 40px;
}
.cont p.margem{
    padding-bottom: 35px;
}
/*.cont a{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #fd232a;
    font-size: 15px;
    padding-top: 20px;
    display: block;
}*/
.captcha {
    margin-top: 10px;
    float: right;
    width: 302px;
}
#menu_mobile {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 40px;
    width: 100%;
    max-width: 600px;
    min-height: 100vh;
    background: #ffffff;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 40px 20px;
    box-sizing: border-box;
    border-left: 1px solid #e1e1e1;
    z-index: 9999;
}
#menu_mobile.aberto {
    display: flex;
}
header .centro #menu_mobile nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
    margin-left: 0;
}
header .centro #menu_mobile ul {
    margin-left: 22px;
}
.bt_fechar_mobile {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 36px;
    height: 36px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    background: #dab496;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.bt_atendimento_comercial{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-left: 50px;
  width: 174px;
  height: 51px;
  text-indent: 0;
  background: #00bb29 url(../imagens/icon_whats_rodape.png) center left 18px no-repeat;
  background-size: 20px;
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 99;
  box-sizing: border-box;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 26px;
}