@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@font-face {
    font-family: 'Gotham Bold';
    src: url('../fontes/../fontes/GothamBold.eot');
    src: url('../fontes/GothamBold.eot?#iefix') format('embedded-opentype'),
        url('../fontes/GothamBold.woff2') format('woff2'),
        url('../fontes/GothamBold.woff') format('woff'),
        url('../fontes/GothamBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Medium';
    src: url('../fontes/GothamMedium.eot');
    src: url('../fontes/GothamMedium.eot?#iefix') format('embedded-opentype'),
        url('../fontes/GothamMedium.woff2') format('woff2'),
        url('../fontes/GothamMedium.woff') format('woff'),
        url('../fontes/GothamMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Light';
    src: url('../fontes/Gotham-Light.eot');
    src: url('../fontes/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fontes/Gotham-Light.woff2') format('woff2'),
        url('../fontes/Gotham-Light.woff') format('woff'),
        url('../fontes/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Book';
    src: url('../fontes/Gotham-Book.eot');
    src: url('../fontes/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fontes/Gotham-Book.woff2') format('woff2'),
        url('../fontes/Gotham-Book.woff') format('woff'),
        url('../fontes/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noir Pro';
    src: url('../fontes/NoirPro-Regular.eot');
    src: url('../fontes/NoirPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fontes/NoirPro-Regular.woff2') format('woff2'),
        url('../fontes/NoirPro-Regular.woff') format('woff'),
        url('../fontes/NoirPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noir Pro Semi';
    src: url('../fontes/NoirPro-SemiBold.eot');
    src: url('../fontes/NoirPro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fontes/NoirPro-SemiBold.woff2') format('woff2'),
        url('../fontes/NoirPro-SemiBold.woff') format('woff'),
        url('../fontes/NoirPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noir Pro Medium';
    src: url('../fontes/NoirPro-Medium.eot');
    src: url('../fontes/NoirPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fontes/NoirPro-Medium.woff2') format('woff2'),
        url('../fontes/NoirPro-Medium.woff') format('woff'),
        url('../fontes/NoirPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noir Pro Light';
    src: url('../fontes/NoirPro-Light.eot');
    src: url('../fontes/NoirPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fontes/NoirPro-Light.woff2') format('woff2'),
        url('../fontes/NoirPro-Light.woff') format('woff'),
        url('../fontes/NoirPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noir Pro Bold';
    src: url('../fontes/NoirPro-Bold.eot');
    src: url('../fontes/NoirPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fontes/NoirPro-Bold.woff2') format('woff2'),
        url('../fontes/NoirPro-Bold.woff') format('woff'),
        url('../fontes/NoirPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}
::placeholder {
    opacity: 1;
}
.centro {
    width: 100%;
    max-width: 1535px;
    margin: 0 auto;
}
body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    background-color: #ffff;
}
header {
    /*background-color: rgba(35, 35, 35, 0.8);*/
    /*max-width: calc(100% - 100px);*/
    width: calc(100% - 70px);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    z-index: 9999;
    position: fixed;
    /*left: 50px;*/
}
.mask_img,
.mask_video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mask_img img,
.mask_video video {
    display: block;
    max-width: 100%;
    z-index: 1;
    position: relative;
    width: 100%;
}
.mask_img img.img-cover {
    height: inherit;
    min-height: inherit;
    object-fit: cover;
}
header .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 60px);
    max-width: 1709px;
    padding: 35px 0;
    position: relative;
}
header nav {
    display: flex;
    column-gap: 28px;
    margin-left: auto;
}
header nav a {
    font-family: "Noir Pro", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;  
    letter-spacing: 0.48px; 
    transition: all 0.08s ease-in;
    position: relative;
    border-radius: 25px;
    border: 1px solid transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
    padding-left: 25px;
    padding-right: 22px;
}
header nav a.selected,
header nav a:hover{
    border: 1px solid #a3d963;
}
header .logo{
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
    width: 251px;
    height: 51px;
    text-indent: -9999px;
    display: inline-block;
    cursor: pointer;
}
header .bt_menu_mobile {
    background: url(../imagens/bt_menu.png) center no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
    display: none;
}
.bt_compre_online {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    font-family: "Noir Pro", sans-serif;
    font-size: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: #a3d963;
    background: url(../imagens/icon_bt_compre.png) center right 16px no-repeat;
    border: 1px solid #a3d963;
    border-radius: 25px;
    cursor: pointer;
    padding-left: 19px;
    padding-right: 50px;
}
header .bt_compre_online {
    margin-right: 10px;
    margin-left: 20px;
}
header .bt_acesso_restrito {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    font-family: "Noir Pro", sans-serif;
    font-size: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: #a3d963;
    background: url(../imagens/icon_cadeado.png) center right 16px no-repeat;
    border: 1px solid #a3d963;
    border-radius: 25px;
    cursor: pointer;
    padding-left: 19px;
    padding-right: 50px;
    margin-left: 25px;
}
header.ativo {
    width: calc(100% - 70px);
    background: url(../imagens/header_ativo.jpg) center no-repeat;
    background-size: cover;
    border-radius: 24px;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
}
header.ativo .centro {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: unset;
    width: calc(100% - 70px);
}
header.ativo .logo {
    width: 199px;
    height: 41px;
}
#pag_inicial {
    padding-top: 35px;
}
#banner .centro {
    display: flex;
    max-width: 1920px;
    position: relative;
    box-sizing: border-box;
    align-items: center;
}
#banner .centro .mask_img {
    width: 100%;
    height: calc(100vh - 70px);
    max-height: 735px;
    border-radius: 24px;
    overflow: hidden;
}
#pag_inicial #banner .centro .mask_img::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../imagens/sombra_banner.png) center no-repeat;
    background-size: cover;
    z-index: 1;
}
#banner .conteudo {
    display: flex;
    width: 100%;
    height: fit-content;
    position: absolute;
    bottom: 107px;
    left: 0;
    z-index: 2;
}
#banner .conteudo .centro {
    max-width: 1535px;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#banner h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 45px;
    letter-spacing: 1.5px;
    color: #ffffff;
    text-align: center;
}
#pag_inicial #banner h2 {
    font-family: 'Noir Pro Semi';
    font-size: 58px;
    line-height: 62px;
    color: #ffff;
    text-align: left;
    text-transform: unset;
    margin-bottom: 28px;
}
#banner p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #ffffff;
    text-align: center;
    margin-top: 16px;
}
#banner{
    position: relative;
}
#banner .passador{
    position: absolute;
    top: calc(50vh - 80px);
    left: 0;
    width: 100%;
    display: none;
}
#banner .passador span {
    background-color: #ffffff;
    display: inline-block;
    width: 45px;
    height: 90px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
#banner .anterior {
    background: url(../imagens/passador_esquerda.png) center left 5px no-repeat;
    background-size: 15px 26px;
    left: 0;
    border-radius: 0 50px 50px 0;
}
#banner .proximo {
    background: url(../imagens/passador_direita.png) center right 5px no-repeat;
    background-size: 15px 26px;
    right: 0;
    border-radius: 50px 0 0 50px;
}
#linhas .centro {
    background-color: #ffffff;
    max-width: 1560px;
    padding: 11px;
    box-sizing: border-box;
    position: relative;
    z-index: 4;
    margin-top: -115px;
}
.listagem_linhas li{
    transition: all 0.18s ease-in;   
    border-radius: 24px;
    overflow: hidden; 
}
.listagem_linhas .mask_img img{
    transition: all 0.12s ease-in;
}
.listagem_linhas li:hover{
    box-shadow: 0px 0px 12px 0px rgba(25,25,25,0.35);
}
.listagem_linhas:hover li:not(:hover) .mask_img img { 
    filter: blur(2px);
}
.listagem_linhas .mask_img {
    width: 100%;
    height: 190px;
    position: relative;
    overflow: hidden;
}
.listagem_linhas h3 {
    background-color: #543d3d;
    font-family: "Noir Pro", sans-serif;
    font-size: 28px;
    line-height: 38px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 11px;
    padding-top: 17px;
    padding-bottom: 19px;
    box-sizing: border-box;
}
#quem_somos .centro {
    max-width: 1560px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding-top: 12px;
    padding-bottom: 60px;
}
#quem_somos .mask_img {
    width: 100%;
    height: 500px;
    border-radius: 24px;
}
#quem_somos .mask_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#quem_somos .esquerda {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding-right: 120px;
}
#quem_somos .direita {
    width: calc(100% + 60px);
    margin-left: -60px;
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 36px;
    align-items: flex-end;
    background-color: #543d3d;
    padding: 24px;
    padding-bottom: 26px; */
    box-sizing: border-box;
    z-index: 4;
    border-radius: 24px;
}
#quem_somos .direita .texto {
    padding-bottom: 32px;
}
#quem_somos h2 {
    font-family: 'Noir Pro Medium', sans-serif;
    font-size: 58px;
    line-height: 62px;
    color: #543d3d;
}
#quem_somos p {
    font-family: 'Gotham Light';
    font-size: 17px;
    line-height: 28px;
    color: #898989;
    margin-top: 17px;
}
#quem_somos h3 {
    font-family: 'Noir Pro', sans-serif;
    font-size: 36px;
    line-height: 38px;
    color: #ffffff;
}
#quem_somos .direita p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 15px;
}
.sociais {
    display: grid;
    grid-template-columns: repeat(4, 40px);
    grid-template-rows: 40px;
    gap: 10px;
    margin-top: 24px;
}
.sociais a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #a3d963;
    border-radius: 50%;
    text-indent: -9999px;
    box-sizing: border-box;
}
.sociais .instagram a {
    background: url(../imagens/icon_instagram.png) center no-repeat;
}
.sociais .facebook a {
    background: url(../imagens/icon_facebook.png) center no-repeat;
}
.sociais .youtube a {
    background: url(../imagens/icon_youtube.png) center no-repeat;
}
.sociais .linkedin a {
    background: url(../imagens/icon_linkedin.png) center no-repeat;
}
#quem_somos .bt_padrao{
    margin-top: 18px;
}
.bt_padrao {
    font-family: 'Noir Pro Medium';
    font-size: 16px;
    letter-spacing: 0.48px;
    color: #ffff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    box-sizing: border-box;
    transition: all 0.08s ease-in;
    background: #a3d963 url(../imagens/seta_branca.png) center right 20px no-repeat;
    padding-left: 20px;
    padding-right: 55px;
}
.bt_padrao:hover{
    background: #a3d963 url(../imagens/seta_branca.png) center right 17px no-repeat;   
}
#sub_banner .centro {
    background: url(../imagens/fundo_sub_banner.png) right bottom no-repeat;
    max-width: 1534px;
    box-sizing: border-box;
}
#sub_banner .mask_img {
    width: 100%;
    height: 449px;
    border-radius: 24px;
    overflow: hidden;
}
/*#sub_banner .mask_img:nth-child(1) {
    margin-bottom: 46px;
}
#sub_banner .mask_img:nth-child(2) {
    margin-top: 46px;
}
#sub_banner article {
    padding-left: 6px;
}
#sub_banner h2,
#sub_banner h2 b {
    font-weight: 400;
    font-size: 38px;
    line-height: 48px;
    color: #d9d9d9;
    margin-top: 70px;
}
#sub_banner h2 b {
    font-weight: 800;
}
#sub_banner h2 span {
    background: url(../imagens/logo_eu_amo_moveis.png) center no-repeat;
    background-size: contain;
    display: flex;
    width: 392px;
    height: 83px;
    margin-top: 3px;
}
#sub_banner p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    max-width: 440px;
    margin-top: 38px;
}
#sub_banner a {
    background: #b93c42 url(../imagens/seta_cinza.png) center right 21px no-repeat;
    background-size: 29px;
    font-weight: 700;
    font-size: 16px;
    color: #d9d9d9;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 52px;
    padding-left: 16px;
    padding-right: 72px;
    margin-top: 30px;
}*/
#newsletter {
    background-color: #543d3d;
    margin-top: 60px;
}
#newsletter .centro {
    max-width: 1560px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
#newsletter h2 {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}
#newsletter form {
    display: grid;
    grid-template-columns: 1fr 1fr 135px;
    column-gap: 8px;
    max-width: 630px;
}
#newsletter form label {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#newsletter form input, #newsletter form input::placeholder {
    background-color: #f6f5f5;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    border: none;
    padding-left: 14px;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.45px;
    color: #232323;
}
#newsletter form button {
    background-color: #a3d963;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border: none;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.45px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
}
footer {
    margin-top: 70px;
}
footer .wrapper {
    width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
    background: #543d3d;
    padding-top: 70px;
    padding-bottom: 44px;
}
footer .centro {
    max-width: 1535px;
}
footer .logo {
    text-indent: -9999px;
    width: 251px;
    height: 51px;
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
}
footer .linha_1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
footer .linha_1 p {
    font-family: 'Noir Pro';
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
    margin-left: 125px;
}
footer .linha_2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 89px;
}
footer .linha_2 h3 {
    font-family: 'Gotham Light';
    font-size: 13px;
    line-height: 13px;
    color: #ffffff;
    text-transform: uppercase;
}
footer .linha_2 a,
footer .linha_2 p {
    font-family: 'Gotham Book';
    font-size: 18px;
    line-height: 28px;
    color: #a3d963;
}
footer .linha_2 .email {
    text-decoration: underline;
}
footer .linha_2 p {
    line-height: 24px;
}
footer .linha_2 .bold {
    font-family: 'Gotham Medium';
    font-size: 20px;
    line-height: 28px;
    color: #a3d963;
}
footer .linha_3 {
    width: 100%;
    background: #ffff;
    padding-top: 16px;
    padding-bottom: 16px;
}
footer .sociais {
    margin-top: 0;
    margin-left: auto;
}
footer .sociais a {
    border-color: #c2b09c;
}
footer .sociais .instagram a {
    background: url(../imagens/icon_instagram2.png) center no-repeat;
}
footer .sociais .facebook a {
    background: url(../imagens/icon_facebook2.png) center no-repeat;
}
footer .sociais .youtube a {
    background: url(../imagens/icon_youtube2.png) center no-repeat;
}
footer .sociais .linkedin a {
    background: url(../imagens/icon_linkedin2.png) center no-repeat;
}
footer .linha_3 .centro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
footer h4,
footer h4 a {
    font-family: 'Gotham Book';
    font-size: 16px;
    line-height: 24px;
    color: #8e8e8e;
}
footer h4 a {
    text-decoration: underline;
}
#pag_quem_somos {
    margin-top: 120px;
}
#pag_quem_somos #banner {
    width: calc(100% - 70px);
    margin: 0 auto;
    position: relative;
    background: #95c11e;
    border-radius: 24px;
    overflow: hidden;
}
#pag_quem_somos #banner .mask_img {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
}
#pag_quem_somos #banner .mask_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#pag_quem_somos #banner .centro {
    max-width: 1535px;
    position: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#pag_quem_somos #banner .direita {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    padding: 110px 0px;
}
#pag_quem_somos #banner h2,
#pag_quem_somos #banner p {
    padding-right: 92px;
    padding-left: 70px;
}
#pag_quem_somos #banner h2 {
    font-family: 'Noir Pro Medium';
    font-size: 32px;
    line-height: 36px;
    color: #ffff;
    text-align: right;
    letter-spacing: 0;
    max-width: 615px;
}
#pag_quem_somos #banner p {
    font-family: 'Noir Pro Light';
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    text-align: right;
    margin-top: 13px;
    max-width: 535px;
}
#pag_quem_somos #banner .breadcrumbs {
    width: 100%;
    background: #f4f4f4;
    text-align: right;
    padding-right: 80px;
    box-sizing: border-box;
    border-radius: 0 8px 8px 0;
    padding-top: 13px;
    padding-bottom: 11px;
}
#pag_quem_somos #banner .breadcrumbs span {
    font-family: 'Noir Pro Light';
    font-size: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: #9f9f9f;
}
#pag_quem_somos #banner .breadcrumbs b {
    font-family: 'Noir Pro Medium';
    font-size: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: #543d3d;
}
#pag_quem_somos #linhas .centro {
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    margin-bottom: 60px;
}
#pag_quem_somos #linhas .listagem_linhas {
    margin-top: 45px;
}
#sobre {
    margin-top: 50px;
}
#sobre .centro {
    max-width: 1535px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
}
#sobre h2 {
    font-family: 'Noir Pro Light';
    font-size: 48px;
    line-height: 52px;
    text-transform: uppercase;
    color: #543d3d;
}
#sobre p {
    font-family: 'Noir pro Light';
    font-size: 19px;
    line-height: 30px;
    color: #9e9e9e;
    margin-top: 27px;
}
#sobre p span {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 300;
}
#sobre .direita {
    padding-left: 80px;
}
#sobre .direita .mask_img {
    position: relative;
    width: 100%;
    height: 358px;
    border-radius: 0 16px 16px 0;
    overflow: hidden;
}
#sobre .direita .mask_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
#sobre .direita .mask_img span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'Noir Pro';
    font-size: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: #ffff;
    background: rgba(149, 193, 30, 0.95);
    z-index: 2;
}
#valores {
    margin-top: 84px;
    padding-bottom: 69px;
}
#valores .centro {
    max-width: 1535px;
}
#valores h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 29px;
    font-family: 'Noir Pro Light';
    font-size: 48px;
    line-height: 52px;
    color: #95c11e;
    text-transform: uppercase;
}
#valores span {
    display: inline-block;
    width: 107px;
    height: 3px;
    background: #95c11e;
}
#valores p {
    font-family: 'Noir Pro Light';
    font-size: 19px;
    line-height: 30px;
    color: #9d9d9d;
    margin-top: 24px;
}
#valores ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 270px;
    gap: 44px;
    margin-top: 41px;
}
#valores ul li {
    border-radius: 50%;
    width: 100%;
    box-sizing: border-box;
    border: 5px solid #cacaca;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    font-family: 'Noir Pro Light';
    font-size: 18px;
    line-height: 22px;
    color: #a4a4a4;
    padding: 0 30px;
    position: relative;
}
#valores ul li b {
    font-family: 'Noir Pro Medium';
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #797979;
    text-transform: uppercase;
}
#valores ul li:last-child {
    border: unset;
    padding: 0;
}
#valores ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#pag_linhas #linhas .centro {
    background-color: transparent;
    max-width: 1535px;
    padding: 0;
    padding-top: 139px;
    padding-bottom: 70px;
    margin-top: 0;
}
#linhas h2 {
    font-family: 'Noir Pro Medium';
    font-size: 42px;
    line-height: 62px;
    color: #543d3d;
    text-align: center;
}
#linhas p,
#produtos_linha p {
    font-family: 'Gotham Light';
    font-size: 17px;
    line-height: 28px;
    color: #898989;
    max-width: 890px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px;
}
.listagem_linhas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 52px;
}
.listagem_linhas .mask_img {
    height: 450px;
}
#infos_linha .centro {
    display: grid;
    grid-template-columns: 1fr 700px 1fr;
    padding-top: 165px;
}
#infos_linha .mask_img {
    width: calc(100% + 200px);
    height: 100%;
    margin-top: 50px;
}
#infos_linha .mask_img:first-child {
    margin-right: -200px;
}
#infos_linha .mask_img:last-child {
    margin-left: -200px;
}
#infos_linha article {
    background-color: #ffffff;
    position: relative;
    z-index: 4;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#infos_linha .img_titulo img {
    display: flex;
    max-width: 100%;
    max-height: 176px;
    margin: 0 auto;
    object-fit: contain;
}
#infos_linha h2 {
    font-weight: 400;
    font-size: 30px;
    color: #4b4b4b;
    text-transform: uppercase;
    text-align: center;
    display: none;
}
#infos_linha p {
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.57px;
    color: #4b4b4b;
    text-align: center;
    margin-top: 42px;
}
#infos_linha .bt_padrao {
    background: url(../imagens/seta_cinza2.png) center right 12px no-repeat;
    background-size: 10px;
    color: #4b4b4b;
    border: 2px solid #4b4b4b;
    margin: 0 auto;
    margin-top: 37px;
}
#produtos_linha .centro {
    max-width: 1535px;
    padding-top: 135px;
    padding-bottom: 70px;
}
#produtos_linha h2 {
    font-family: 'Noir Pro Medium';
    font-size: 42px;
    line-height: 62px;
    color: #543d3d;
    text-align: center;
}
#produtos_linha .bt_padrao {
    max-width: fit-content;
    margin-top: 30px;
    background: #a3d963 url(../imagens/bt_voltar.png) center left 19px no-repeat;
    padding-right: 29px;
    padding-left: 54px;
}
#produtos_linha .bt_padrao:hover {
    background-position: center left 16px;
}
.listagem_produtos_linha {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 28px;
}
.listagem_produtos_linha li {
    background-color: #ececec;
    border-radius: 24px;
    overflow: hidden;
}
.listagem_produtos_linha .mask_img {
    width: 100%;
    height: 331px;
    position: relative;
}
.listagem_produtos_linha .mask_img span {
    position: absolute;
    top: 20px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-family: 'Noir Pro Semi';
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    background: #95c11e;
    z-index: 2;
    padding-left: 13px;
    padding-right: 11px;
    border-radius: 15px;
}
.listagem_produtos_linha article {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: calc(100% - 367px);
    padding: 22px;
    padding-top: 14px;
    gap: 25px;
}
.listagem_produtos_linha article h3 {
    font-family: 'Noir Pro';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #535353;
    text-align: center;
}
.listagem_produtos_linha article span {
    background: url(../imagens/seta_preta.png) center right no-repeat;
    background-size: 29px;
    width: fit-content;
    padding-right: 42px;
    font-weight: 700;
    font-size: 16px;
    color: #283239;
    text-transform: uppercase;
    margin-top: auto;
}
#pag_produto {
    background: #ffff;
}
#pag_produto #breadcrumbs .centro {
    max-width: 1535px;
    padding-top: 127px;
}
#pag_produto #breadcrumbs a {
    font-family: 'Gotham Book';
    font-size: 15px;
    line-height: 28px;
    color: #898989;
    text-transform: uppercase;
}
#pag_produto #breadcrumbs a:last-child {
    font-family: 'Gotham Bold';
    color: #97c222;
    pointer-events: none;
}
#produto_aberto .centro {
    max-width: 1920px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-top: 27px;
    width: calc(100% - 70px);
}
#produto_aberto .mask_img {
    width: calc(100% + 141px);
    margin-right: -141px;
    border-radius: 24px;
}
#produto_aberto article {
    background-color: #ececec;
    position: relative;
    z-index: 4;
    padding: 72px;
    box-sizing: border-box;
    padding-bottom: 101px;
    padding-top: 77px;
    border-radius: 24px;
    width: 100%;
    max-width: 680px;
    margin-left: 71px;
}
#produto_aberto .galeria {
    display: grid;
    grid-auto-columns: 160px;
    grid-template-rows: 120px;
    justify-content: flex-end;
    grid-auto-flow: column;
    column-gap: 2px;
    width: 100%;
    grid-column: 1;
    grid-row: 2;
    transform: translateY(-50%);
    z-index: 9;
    margin-right: -71px;
}
#produto_aberto .galeria img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}
#produto_aberto article h2 {
    font-family: 'Noir Pro Medium';
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 0.84px;
    color: #543d3d;
}
#produto_aberto article p,
#produto_aberto article p b,
#produto_aberto article p strong {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.57px;
    color: #4b4b4b;
    max-width: 580px;
    margin-top: 35px;
}
#produto_aberto article .bt_padrao{
    font-family: 'Noir Pro Medium';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.48px;
    color: #ffff;
    margin-top: 38px;
    background: #a3d963 url(../imagens/seta_catalogo.png) center right 19px no-repeat;
    height: 50px;
    width: 200px;
    border-radius: 25px;
    border: unset;
    padding-left: 20px;
}
#produto_aberto article .bt_padrao:hover{
    background: #a3d963 url(../imagens/seta_catalogo.png) center right 16px no-repeat; 
}
#produto_aberto article p b,
#produto_aberto article p strong {
    font-weight: 600;
}
#produto_aberto article p.ref {
    text-transform: uppercase;
    margin-top: -3px;
    font-family: 'Gotham Light';
    font-size: 17px;
    color: #898989;
    letter-spacing: 0;
}
#produto_aberto .icon_linha {
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 5;
    display: none;
}
#produto_aberto .icon_linha img {
    object-fit: contain;
    width: 152px;
    height: 88px;
}
#pag_produto #produtos_linha .centro {
    padding-top: 0;
}
#linhas .centro {
    max-width: 1180px;
}
#banner h2 {
    max-width: 550px;
}
#pag_inicial #banner {
    margin: auto;
    margin-bottom: 60px;
    width: calc(100% - 70px);
}
#menu_mobile {
    display: none;
    flex-direction: column;
    row-gap: 20px;
    position: fixed;
    height: calc(100vh - 127px);
    width: 100%;
    max-width: 600px;
    top: 97px;
    right: 0px;
    z-index: 99;
    background: #543d3d;
    border-radius: 24px;
    justify-content: center;
    overflow: auto;
}
#menu_mobile.aberto {
    display: flex;
}
#menu_mobile nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    row-gap: 20px;
}
#menu_mobile .bt_compre_online {
    margin-left: auto;
    margin-right: auto;
}