* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.center {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}
.link_mobile{
    display: none;
}
.link_desktop{
    display: block;
}
html, body {
    height: 100%;
}
html{
    position: relative;
    overflow-x: hidden;
}
body {
    background: #fafafa;
    max-width: 1920px;
    margin: 0 auto;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: calc(100% - 120px);
    padding: 0 60px;
}
header.comfundo {
    background: #120f0f;
}
header .center {
    max-width: 1920px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 10px;
    padding-bottom: 8px;
}
header .center h1 a {
    display: inline-block;
    width: 140px;
    height: 61px;
    background: url(../imagens/logo.png) center no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    background-size: contain;
}
header .center nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 725px;
}
header .center nav a {
    font-family: 'montserrat_regular';
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
}
header .center nav a:hover,
header .center nav a.selected {
    color: #fff;
}
header.comfundo .center nav a:hover,
header.comfundo .center nav a.selected {
    color: #dad3e5;
}
header .center nav a.selected span {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: calc(100% + 34px);
    height: 1px;
    background: #fff;
} 
header.comfundo .center nav a.selected span {
    background: #dad3e5;
}
header .center ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 25px;
}
header .center ul .bt_conta {
    display: inline-block;
    font-family: 'montserrat_regular';
    font-size: 13px;
    line-height: 25px;
    color: #ffffff; 
    text-transform: uppercase;
    padding-right: 36px;
    background: url(../imagens/icon_user.png) center right no-repeat;
}
header .center ul .bt_carrinho {
    display: inline-block;
    width: 20px;
    height: 28px;
    text-indent: -9999px;
    background: url(../imagens/icon_carrinho.png) center no-repeat;
    position: relative;
}
header .center ul .bt_carrinho span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #694796;
    font-family: 'lora_regular';
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    top: 6px;
    right: -11px;
    text-indent: 0;
}
header .center ul .bt_menu_mobile {
    display: inline-block;
    width: 30px;
    height: 21px;
    background: url(../imagens/icon_menu.png) center no-repeat;
    text-indent: -9999px;
     margin-left: 5px;
}
header.comfundo .center ul .bt_menu_mobile {
    background: url(../imagens/icon_menu2.png) center no-repeat;
}
main {
    padding-top: 79px;
}
main #banner_home {
    /*background: url(../imagens/bg_banner.png) center no-repeat;*/
    margin-top: -90px;
    position: relative;
    max-height: 1080px;
    overflow: hidden;
/*    background: #000000;*/
}
main #banner_home .passador span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 15px;
    height: 58px;
    text-indent: -9999px;
    z-index: 99;
    cursor: pointer;
}
main #banner_home .passador span.esquerda {
    left: 60px;
    background: url(../imagens/passador_esquerda.png) center /contain no-repeat;
}
main #banner_home .passador span.direita {
    right: 60px;
    background: url(../imagens/passador_direita.png) center /contain no-repeat;
}
main #banner_home .sociais {
    position: absolute;
    bottom: 120px;
    right: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}
main #banner_home .sociais i {
    font-size: 18px;
    color: #ffffff;
    opacity: 0.3;
}
main #banner_home ul li {
    height: 100vh;
    display: flex;
    box-sizing: border-box;
    padding-top: 90px;
    padding-bottom: 83px;
    min-height: 550px;
    max-height: 1080px;
    /*background-size: 1280px auto !important;
    background-position: center !important;*/
}
main #banner_home ul li .center {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
}
main #banner_home ul li .center .esquerda {
    display: flex;
    position: relative;
}
main #banner_home ul li .center .esquerda .sombra {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../imagens/sombra_banner.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
main #banner_home ul li .center .esquerda .mask_img {
    margin: auto;
    height: 100%;
    width: 100%;
    max-height: 603px;
    position: relative;
    z-index: 2;
}
main #banner_home ul li .center .esquerda .mask_img.kit {
    width: calc(100% + 76px);
    margin-left: -60px;
}
main #banner_home ul li .center .esquerda .mask_img img {
    display: inline-block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
main #banner_home ul li .center .direita {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 70px;
}
main #banner_home ul li .center .direita h4.categoria {
    font-family: 'montserrat_bold';
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #694796;
    text-transform: uppercase;
    border: 1px solid #694796;
    border-radius: 6px;
    padding: 6px 9px 6px 10px;
    margin-top: auto;
    display: none;
}
main #banner_home ul li .center .direita h3.linha {
    font-family: 'antonio_light';
    font-size: 28px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 2px;
    display: none;
}
main #banner_home ul li .center .direita h2.titulo {
    font-family: 'antonio_bold';
    font-size: 46px;
    line-height: 48px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: -4px;
    margin-bottom: 21px;
    display: none;
}
.bt_comprar {
    display: grid;
    grid-template-columns: 147px 112px;
    grid-template-rows: 98px;
    border-radius: 8px;
    overflow: hidden;
}
.bt_comprar .preco {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f7edd6;
}
.bt_comprar .preco h2 {
    font-family: 'gothic_bold';
    font-size: 32px;
    letter-spacing: -1.28px;
    color: #595959;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.bt_comprar .preco h2 span {
    font-size: 18px;
    letter-spacing: unset;
}
.bt_comprar .preco h2 span.flutuante {
    margin-bottom: auto;
    margin-top: 4px;
}
.bt_comprar .preco h3 {
    font-family: 'gothic_regular';
    font-size: 12px;
    color: #595959;
    margin-top: -5px;
}
.bt_comprar .preco h6 {
    font-family: 'gothic_regular';
    font-size: 12px;
    letter-spacing: 0.45px;
    color: #d0ac5c;
    margin-bottom: -5px;
}
.bt_comprar .preco h6 span {
    text-decoration: line-through;
}
.bt_comprar .comprar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #694796 url(../imagens/icon_cart.png) center top 13px no-repeat;
    box-sizing: border-box;
    padding-bottom: 19px;
}
.bt_comprar .comprar h5 {
    font-family: 'source_bold';
    font-size: 15px;
    line-height: 14px;
    letter-spacing: -0.6px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    max-width: 65px;
    margin-top: auto;
}
a.bt_underline {
    display: inline-block;
    font-family: 'antonio_bold';
    font-size: 16px;
    letter-spacing: 1.2px;
    color: #694796;
    text-transform: uppercase;
    text-decoration: underline;
    background: url(../imagens/seta_dourada.png) center right no-repeat;
    padding-right: 24px;
}
main #banner_home ul li .center .direita a.bt_underline {
    margin-top: 25px;
    margin-bottom: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    opacity: 0;
}
main #infos {
    padding-top: 20px;
}
main #infos ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding-left: 36px;
}
main #infos ul li {
    display: flex;
    flex-direction: row; 
    align-items: center; 
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 12px;
    width: 28%;
} 
main #infos ul li:first-child {
    column-gap: 23px;
}
main #infos ul li:nth-child(2) {
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    column-gap: 18px;
}
main #infos ul li:last-child {
    width: 44%;
    column-gap: 16px;
}
main #infos ul li div {
    display: flex;
    flex-direction: column;
    align-items: center;  
}
main #infos ul li:last-child div {
    align-items: flex-start;
    margin-left: 18px;
}
main #infos ul li h2 {
    font-family: 'montserrat_bold';
    font-size: 13px;
    color: #676767;
    text-transform: uppercase;
    margin-bottom: -5px;
}
main #infos ul li h3,
main #infos ul li h3 a {
    font-family: 'montserrat_regular';
    font-size: 12px;
    color: #676767;
    position: relative;
    top: 3px;
}
main #produtos {
    padding-top: 20px;
    padding-bottom: 88px;
}
main #produtos .listagem_categorias {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-rows: 50px;
    grid-auto-flow: column;
    column-gap: 8px;
}
main #produtos .listagem_categorias h2 {
    display: none;
}
main #produtos .listagem_categorias a {
    box-sizing: border-box;
    border: 1px solid #7d7d7d;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: url(../imagens/seta.png) center right 19px no-repeat;
    font-family: 'antonio_bold';
    font-size: 16px;
    letter-spacing: 1.92px;
    color: #676767;
    text-transform: uppercase;
}
main #produtos .listagem_categorias a.bt_promo {
    border: unset;
    background: #694796 url(../imagens/icon_promo.png) center right 17px no-repeat;
    color: #ffffff;
}
.listagem_produtos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 370px));
    grid-auto-rows: minmax(400px, auto);
    justify-content: space-between;
    gap: 40px;
    margin-top: 46px;
}
.listagem_produtos li {
    display: flex;
    flex-direction: row;
    position: relative;
}
.listagem_produtos li .mask_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    display: inline-block;
}
.listagem_produtos li .mask_img a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.listagem_produtos li .mask_img img {
    height: 100%;
}
.listagem_produtos li article {
    margin-left: auto;
    padding-top: 67px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.listagem_produtos li article .texto {
    max-width: 233px;
    margin-left: auto;
    margin-right: 11px;
}
.listagem_produtos li article .texto h2 {
    font-family: 'antonio_bold';
    font-size: 22px;
    line-height: 28px;
    color: #464646;
    text-transform: uppercase;
}
.listagem_produtos li article .texto .estrelas {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 2px;
    margin-top: 4px;
}
.listagem_produtos li article .texto .estrelas span {
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url(../imagens/icon_estrela.png) center no-repeat;
    text-indent: -9999px;
}
.listagem_produtos li article .texto p {
    font-family: 'montserrat_light';
    font-size: 14px;
    line-height: 19px;
    color: #636363;
    margin-top: 15px;
}
.listagem_produtos li article .bt_comprar {
    margin-top: 20px;
    position: relative;
    overflow: visible;
}
.listagem_produtos li article .bt_comprar .preco {
    background: #dad3e5;  
}
.listagem_produtos li article .bt_comprar .comprar {
   border-radius: 0 12px 12px 0; 
}
.listagem_produtos li article .bt_comprar .comprar h5 {
    font-size: 14px;
}
.listagem_produtos li article .bt_comprar::after {
    content: '';
    position: absolute;
    left: -60px;
    top: 0;
    height: 100%;
    width: 60px;
    background: #dad3e5;   
}
.descontos {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2px;
    position: absolute;
    top: 26px;
    left: -34px;
    z-index: 3;
}
.descontos span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.descontos span.frete_gratis {
    font-family: 'montserrat_bold';
    background: url(../imagens/frete_gratis.png) center / contain no-repeat;
    word-spacing: 100vw;
}
.descontos span.desconto {
    font-family: 'montserrat_regular';
    background: url(../imagens/desconto.png) center / contain no-repeat;
}
.descontos span.desconto b {
    font-family: 'montserrat_extrabold';
    font-size: 17px;
    letter-spacing: -0.85px;
}
main #banner_video {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #252525;
    position: relative;
    cursor: pointer;
}
main #banner_video .center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
main #banner_video .center .bt_play {
    display: inline-block;
    width: 65px;
    height: 76px;
    background: url(../imagens/icon_play.png) center no-repeat;
    opacity: 0.4;
}
main #banner_video .center h2 {
    font-family: 'antonio_regular';
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 7.2px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 37px;
}
main #banner_video .center h3 {
    font-family: 'antonio_light';
    font-size: 20px;
    letter-spacing: 8px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 13px;
}
main #banner_video .img_fundo {
    display: block;
    width: 100%;
    z-index: 1;
    opacity: 1;
}
main #banner_video .sombra {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #222222;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
main #linhas {
    margin-top: 58px;
    display: none;
}
main #linhas .center {
    max-width: 100%;
    padding: 0 60px;
    box-sizing: border-box;
}
.listagem_linhas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: minmax(auto, 580px);
    column-gap: 40px;
}
.listagem_linhas li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 21px;
    height: 100%;
    width: 100%;
    position: relative;
} 
.listagem_linhas li a .mask_img {
    height: 100%;
}
.listagem_linhas li a .mask_img img {
    height: 100%;
    width: auto;
}
.listagem_linhas li a article {
    margin-top: auto;
    margin-bottom: 57px;
}
.listagem_linhas li a .mask_img,
.listagem_linhas li a article {
    position: relative;
    z-index: 2;
}
.listagem_linhas li a .img_fundo {
    width: 100%;
    height: 180px;
    position: absolute;
    bottom: 136px;
    left: 0;
    background: #878787;
    overflow: hidden;
}
.listagem_linhas li a .img_fundo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 150%;
    height: 150%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: 0.6;
    filter: blur(3px);
}
.listagem_linhas li a h3 {
    font-family: 'antonio_bold';
    font-size: 16px;
    letter-spacing: 4px;
    color: #676767;
    text-transform: uppercase;
}
.listagem_linhas li a h2 {
    font-family: 'antonio_bold';
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 4.32px;
    color: #525151;
    text-transform: uppercase;
}
main #quemsomos {
    position: relative;
    padding-top: 40px;
    padding-bottom: 45px;
    margin-top: 78px;
}
main #quemsomos .center {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
main #quemsomos .center h2 {
    display: inline-block;
    font-family: 'antonio_light';
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 7.2px;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 288px;
    text-align: center;
}
main #quemsomos .center h3 {
    font-family: 'montserrat_light';
    font-style: italic;
    font-size: 16px;
    color: #a1a1a1;
    margin-top: 7px;
}
main #quemsomos .center p {
    font-family: 'montserrat_extralight';
    font-size: 15px;
    line-height: 28px;
    color: #dddddd;
    max-width: 871px;
    text-align: center;
    margin-top: 30px;
}
main #quemsomos .center a.bt_underline {
    margin-top: 25px;
}
main #quemsomos .mask_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #111111;
}
main #quemsomos .mask_img img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}
main #quemsomos .mask_img .sombra {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
main #quemsomos .mask_img .sombra1 {
    background: url(../imagens/bg_sombra1.png) center / cover no-repeat;
    z-index: 3;
}
main #quemsomos .mask_img .sombra2 {
    background: url(../imagens/bg_sombra2.png) center / cover no-repeat;
    z-index: 2;
    mix-blend-mode: overlay;
}
main #quemsomos .center {
    display: flex;
    flex-direction: column;
}
footer {
    width: 100%;
    background: #1a1818;
    padding-bottom: 21px;
}
footer .center {
    width: calc(100% - 120px);
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .top,
footer .bottom {
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
}
footer .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 28px;
    padding-bottom: 28px;
}
footer .top a {
    font-family: 'montserrat_light';
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-transform: uppercase;
} 
.sociais {
    display: flex;
    flex-direction: row;
    column-gap: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.sociais a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}
.sociais a.facebook {
    background: url(../imagens/icon_facebook.png) center / contain no-repeat;
}
.sociais a.instagram {
    background: url(../imagens/icon_instagram.png) center / contain no-repeat;
}
.sociais a.youtube {
    background: url(../imagens/icon_youtube.png) center / contain no-repeat;
}
footer .bottom {
    background: #120f0f;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 230px;
    position: relative;
    padding-top: 70px;
    padding-bottom: 98px;
}
footer .bottom h2.logo_bottom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-indent: -9999px;
    display: inline-block;
    width: 162px;
    height: 162px;
    background: url(../imagens/logo_bottom.png) center /contain no-repeat;
}
/*footer .bottom .esquerda {
    padding-left: 72px;
}
footer .bottom .direita {
    padding-left: 77px;
}*/
footer .bottom .esquerda,
footer .bottom .direita {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    column-gap: 30px;
}
footer .bottom nav {
    display: flex;
    flex-direction: column;
}
footer .bottom h2 {
    font-family: 'montserrat_bold';
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    margin-bottom: 22px;
}
footer .bottom h2 span {
    display: inline-block;
    width: 33px;
    height: 1px;
    background: #ffffff;
}
footer .bottom a,
footer .bottom h3 {
    font-family: 'montserrat_regular';
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
}
footer h4.desenvolvido {
    margin-top: 20px;
}
footer h4.desenvolvido,
footer h4.desenvolvido a {
    font-family: 'montserrat_regular';
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
} 
h4.desenvolvido a {
    text-decoration: underline;
}
/*################ PRODUTO ################*/
#pag-produto main #infos {
    padding-top: 17px;
}
main .banner_loja {
    margin-top: 20px;
    overflow: hidden;
    border-radius: 15px;
}
main .banner_loja,
main .banner_loja a,
main .banner_loja a .mask_img,
main .banner_loja a .mask_img img {
    width: 100%;
    display: inline-block;
} 
main .banner_loja span {
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 1px solid #a5a5a5;
	text-indent: -99999px;
	bottom: 70px;
	cursor: pointer;	
	background: url(../imagens/seta.png) center no-repeat;
}
main .banner_loja .esquerda_ban {
	left: 170px;
	bottom: auto;
	top: 355px;
	rotate: -180deg;
}
main .banner_loja .direita_ban {
	right: 170px;
	bottom: auto;
	top: 355px;
}
main #produtos .wrapper {
    display: grid;
    grid-template-columns: 1fr 976px;
    column-gap: 30px;
    margin-top: 32px;
}
main #produtos .wrapper .esquerda form {
    width: 100%;
    max-width: 240px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 4px;
}
main #produtos .wrapper .esquerda form input[type="text"] {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #888888;
    border: none;
    background: transparent;
    width: 100%;
    padding-right: 60px;
    box-sizing: border-box;
}
main #produtos .wrapper .esquerda form input[type="submit"] {
    height: 30px;
    width: 30px;
    display: block;
    background: url(../imagens/icon_lupa.png) center no-repeat;
    background-size: 15px 15px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
}
main #produtos .wrapper .esquerda form input::placeholder,
main #produtos .wrapper .esquerda form input::-webkit-placeholder {
    color: #888888;
    opacity: 1;
}
main #produtos .wrapper .esquerda .menu {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 37px;
}
main #produtos .wrapper .esquerda .menu nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
main #produtos .wrapper .esquerda .menu h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #535353;
    margin-bottom: 7px;
}
main #produtos .wrapper .esquerda .menu a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #666666;
}
main #produtos .wrapper .esquerda .menu a.selected {
    text-decoration: underline;
    color: #ceaf35;
}
main #produtos .wrapper .esquerda .menu a:hover {
    color: #ceaf35;
} 
main #produtos .wrapper .direita .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 9px;
}
main #produtos .wrapper .direita .top h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #535353;
}
main #produtos .wrapper .direita .top h3 span {
    font-weight: 300;
}
main #produtos .wrapper .direita .top form label {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #b7b7b7;
}
main #produtos .wrapper .direita .top form label select {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #0d0d0d;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
    background: url(../imagens/seta_select.png) center right no-repeat;
    padding-right: 16px;
}
#pag-produtos main #infos {
    padding-top: 17px;
}
#pag-produtos main #produtos {
    padding-bottom: 0;
}
#pag-produtos main #quemsomos {
    margin-top: 82px;
}
#pag-produtos .listagem_produtos {
    grid-template-columns: repeat(auto-fill, minmax(260px, 299px));
    grid-auto-rows: minmax(285px, auto);
    column-gap: 20px;
    row-gap: 41px;
}
#pag-produtos .listagem_produtos li article .texto p {
    display: none;
}
#pag-produtos .listagem_produtos li article .bt_comprar {
    grid-template-columns: 128px 89px;
    justify-content: end;
/*    margin-top: 14px;*/
    margin-top: auto;
    margin-bottom: 20px;
}
#pag-produtos .listagem_produtos.kit li article .bt_comprar,
.listagem_produtos.kit li article .bt_comprar {
    grid-template-columns: 1fr 89px;
    margin-top: auto;
}
#pag-produtos .listagem_produtos li article .texto {
    max-width: 176px;
    margin-right: 24px;
}
#pag-produtos .listagem_produtos.kit {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    column-gap: 18px;
    row-gap: 33px;   
}
.listagem_produtos.kit {
    margin-top: 31px;
}
.listagem_produtos.kit li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.listagem_produtos.kit li .mask_img {
    position: relative;
    width: 100%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.listagem_produtos.kit li .mask_img a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 170px;
    width: 100%;
}
.listagem_produtos.kit li .mask_img img {
    object-fit: contain;
    max-width: 78%;
    max-height: 130px;
    position: static;
    display: inline;
    object-fit: contain;
}
.listagem_produtos.kit li .mask_img .descontos {
    top: 10px;
    left: -15px;
}
.listagem_produtos.kit li article {
    padding-top: 0;
    width: 100%;
    margin-top: 21px;
    height: 100%;
}
.listagem_produtos.kit li article .texto .estrelas {
    display: none;
}
.listagem_produtos.kit li article .texto {
    margin-bottom: 11px;
}
.listagem_produtos.kit li article .texto,
#pag-produto .listagem_produtos.kit li article .texto {
    margin-left: 0;
    margin-right: auto;
}
.listagem_produtos.kit li article .bt_comprar::after {
    display: none;
}
/*################ PRODUTO ################*/
#pag-produto main #infos {
    padding-top: 25px;
}
#pag-produto main #produtos {
    padding-bottom: 0;
}
#pag-produto main #quemsomos {
    margin-top: 64px;
}
#produto {
    margin-top: 66px;
    padding-bottom: 39px;
}
#produto .center {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
}
#produto.kit .center .mask_img{
    max-width: 420px;
}
#produto.kit .center .mask_img img{
    display: block;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}
#produto .center .mask_img {
    position: sticky;
    top: 100px;
    left: 0;
    max-height: 840px;
}
#produto .center .mask_img img {
    height: 100%;
    max-height: 840px;
}
#produto .center .mask_img .descontos {
    top: 32px;
    left: unset;
    right: 15px;
}
#produto.kit .center .mask_img {
    height: unset;
    position: sticky;
    top: 100px;
}
#produto .center article {
    width: 67%;
    box-sizing: border-box;
    max-width: 547px;
}
#produto .center aside {
    width: 33%;
    max-width: 354px;
    padding-top: 93px;
    position: sticky;
    top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#produto.kit .center aside {
    padding-top: 0;
}
#produto .center article .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
#produto .center article .top h2 {
    font-family: 'antonio_bold';
    font-size: 30px;
    line-height: 32px;
    color: #464646;
    text-transform: uppercase;
    max-width: 289px;
}
#produto .center article .top h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #694796;
    text-transform: uppercase;
    margin-bottom: 3px;
}
#produto .center article .sugestao {
    margin-top: 20px;
}
#produto .center article .sugestao h2 {
    font-family: 'antonio_bold';
    font-size: 20px;
    color: #694796;
}
#produto .center article .sugestao p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #4f4f4f;
    margin-top: 8px;
}
#produto .center article .mask_video {
    width: 100%;
    display: flex;
}
#produto .center article .mask_video iframe {
    width: 100% !important;
    height: 300px !important;
}
#produto .center article .top .ficha_tecnica {
    font-family: 'source_bold';
    font-size: 15px;
    line-height: 14px;
    letter-spacing: -0.6px;
    color: #ffffff;
    text-align: right;
    text-transform: uppercase;
    background: #b0b0b0 url(../imagens/icon_pdf.png) center right 11px no-repeat;
    padding: 13px 60px 16px 26px;
    border-radius: 0 6px 6px 0;
    display: inline-block;
    margin-bottom: 6px;
}
#produto .center article .top .premiado {
    text-align: right;
    padding-right: 44px;
    padding-top: 4px;
    background: url(../imagens/medalha.png) top right no-repeat;
}
#produto .center article p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #313131;
    max-width: 558px;
    margin-top: 15px;
    margin-bottom: 27px;
}
#produto .center article p a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px; 
    color: #313131;
    text-decoration: underline;   
}
#produto .center article p strong{
    font-weight: 700;
}
#produto .center article p.negrito {
   font-family: 'Montserrat', sans-serif;
   font-weight: 400;
   font-style: italic;
   font-size: 18px;
   line-height: 26px;
   color: #4f4f4f; 
   margin-top: 16px;
}
#produto .center article ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 15px;
}
#produto .center article ul li div {
    padding-left: 63px;
}
#produto .center article ul li.varietal div {
    background: url(../imagens/varietal.png) center left 15px no-repeat;
    background-size: 35px;
}
#produto .center article ul li.teor-alcoolico div {
    background: url(../imagens/graduacao.png) center left 15px no-repeat;
    background-size: 35px;
}
#produto .center article ul li.safra div {
    background: url(../imagens/safra.png) center left 15px no-repeat;
    background-size: 35px;
}
#produto .center article ul li.visao div {
    background: url(../imagens/visual.png) center left 15px no-repeat;
    background-size: 35px;
}
#produto .center article ul li.terroir div {
    background: url(../imagens/terroir.png) center left 15px no-repeat;
    background-size: 35px;
}
#produto .center article ul li.temperatura div {
    background: url(../imagens/temperatura.png) center left 15px no-repeat;
    background-size: 35px;
}
#produto .center article ul li.harmonizacao div {
    background: url(../imagens/harmonizacao.png) center left 15px no-repeat;
    background-size: 35px;
}
#produto .center article ul li.olfato div {
    background: url(../imagens/olfato.png) center left 15px no-repeat;
    background-size: 35px;
}
#produto .center article ul li.paladar div {
    background: url(../imagens/paladar.png) center left 15px no-repeat;
    background-size: 35px;
}
#produto .center article ul li.vinificacao div {
    background: url(../imagens/vinificacao.png) center left 15px no-repeat;
    background-size: 35px;
}
#produto .center article ul li.informacao-tecnica div {
    background: url(../imagens/informacao-tecnica.png) center left 15px no-repeat;
    background-size: 35px;
}
#produto .center article ul li.destaques div {
    background: url(../imagens/destaques.png) center left 15px no-repeat;
    background-size: 35px;
}
#produto .center article ul li:nth-of-type(even) {
    padding-top: 18px;
    padding-bottom: 16px;
}
#produto .center article ul li:nth-of-type(odd) {
    background: #e9e9e9;
    border-radius: 5px 0 0 5px;
    padding-top: 13px;
    padding-bottom: 11px;
}
#produto .center article ul h5 {
    font-family: 'antonio_bold';
    font-size: 14px;
    color: #694796;
    text-transform: uppercase;
}
#produto .center article ul h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #4f4f4f;
    margin-top: -3px;
}
#produto .center aside > h2 {
    font-family: 'antonio_bold';
    font-size: 18px;
    line-height: 20px;
    color: #464646;
    text-transform: uppercase;
    margin-bottom: 8px;
}
#produto .center aside:not(:nth-of-type(1)) {
    margin-top: 22px;
}
#produto .center aside form {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin-bottom: 13px;
}
#produto .center aside form input[type="text"] {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    padding-left: 19px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #8d8d8d;
}
#produto .center aside form input[type="text"]::placeholder {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #5f5f5f;
}
#produto .center aside form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    border-radius: 0 3px 3px 0;
    border-color: #242424;
    background: #242424;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
}
#produto .center aside .infos-frete{
    padding-bottom: 20px;
}
#produto .center aside .infos-frete li{
    padding-bottom: 10px;
}
#produto .center aside .infos-frete h3 {
    font-family: 'antonio_bold';
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #9b9b9b;
}
#produto .center aside .infos-frete h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #9b9b9b;
    margin-top: 2px;
}
#produto .center aside ul {
    display: flex;
    flex-direction: row;
    column-gap: 2px;
}
#produto .center aside ul li img {
    mix-blend-mode: multiply;
}
#produto .center aside p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;
    color: #9b9b9b;
    margin-top: 12px;
    margin-bottom: 15px;
    max-width: 355px;
}
#produto .center aside .bt_comprar {
    justify-content: end;
    grid-template-columns: 185px 169px;
    border-radius: 0 8px 8px 0;
    order: -3;
    margin-bottom: 40px;
}
#produto .center aside .bt_comprar .preco {
    background: #e9e9e9;
}
#produto .center aside .bt_comprar .preco h2,
#produto .center aside .bt_comprar .preco h3 {
    color: #313131;
}
#produto .center aside .bt_comprar .comprar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
    padding-left: 32px;
    background: #694796 url(../imagens/icon_cart2.png) center right 31px no-repeat;
}
#produto .center aside .bt_comprar .comprar h5 {
    margin-top: 0;
    text-align: right;
}
#pag-produto main ul.filtros {
    margin-top: 36px;
}
#pag-produto main article.apresentacao {
    margin-top: 62px;
}
#pag-produto main .lista-produtos {
    margin-top: 76px;
    padding-bottom: 85px;
}
#pag-produto main #fotos {
    margin-top: 0;
}
footer.reduzido {
    background: #070606;
}
footer.reduzido .colunas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
footer.reduzido .colunas .esquerda .mask_img {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 41%;
}
footer.reduzido .colunas .esquerda .mask_img > * {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}
footer.reduzido .colunas .direita {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    column-gap: 30px;
    padding: 0 30px;
    padding-right: 60px;
    padding-top: 70px;
}
footer.reduzido .colunas .direita article {
    padding-top: 7px;
}
footer.reduzido .colunas .direita article h2 {
    font-family: 'antonio_light';
    font-size: 42px;
    letter-spacing: 8.4px;
    color: #ffffff;
    text-transform: uppercase;
}
footer.reduzido .colunas .direita article h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 20px;
}
footer.reduzido .colunas .direita article ul {
    margin-top: 7px;
}
footer.reduzido .colunas .direita article ul a,
footer.reduzido .colunas .direita article ul h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}
footer.reduzido .colunas .direita nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer.reduzido .colunas .direita nav a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}
footer.reduzido .final {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 60px;
    padding-top: 12px;
    padding-bottom: 13px;
}
footer.reduzido .final .sociais {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    column-gap: 24px;
}
footer.reduzido .final .sociais a {
    font-size: 22px;
    color: #555555;
}
footer.reduzido .final h3,
footer.reduzido .final h4.desenvolvido {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
}
footer.reduzido .final h4.desenvolvido {
    margin-top: 0;
}
footer.reduzido .final h4.desenvolvido,
footer.reduzido .final h4.desenvolvido a {
    color: #694796;
}
/*################ QUEM SOMOS ################*/
#pag-quemsomos main #quemsomos {
    margin-top: 0;
}
main #texto_foto {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-auto-rows: minmax(760px, auto);
    max-width: 1920px;
    margin: 0 auto;
}
main #texto_foto .esquerda {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
main #texto_foto .direita {
    display: grid;
    grid-template-rows: 1fr 1fr;
}
main #texto_foto article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 30px;
}
main #texto_foto .esquerda article {
    background: #190e0b;
}
main #texto_foto .direita article {
    background: #111111;
}
main #texto_foto .mask_img {
    position: relative;
    display: inline-block;
    background: #7e5a4e;
    height: 100%;
    width: 100%;
}
main #texto_foto .mask_img img {
    opacity: 0.8;
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
main #texto_foto .mask_img .sombra {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #111111;
    opacity: 0.5;
}
main #texto_foto .mask_img .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 140px;
    height: 140px;
    background: url(../imagens/logo_bottom.png) center no-repeat;
    background-size: contain;
    z-index: 3;
}
main #texto_foto .esquerda h2 {
    margin-bottom: 38px;
}
main #texto_foto .direita h2 {
    margin-bottom: 20px;
}
main #texto_foto h2 {
    font-family: 'antonio_regular';
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 4.8px;
    color: #ffffff;
    text-transform: uppercase;
}
main #texto_foto p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #e7e7e7;
    max-width: 450px;
    text-align: center;
}
main #texto_foto p:not(:nth-of-type(1)) {
    margin-top: 12px;
} 
main #texto_foto .esquerda nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 44px;
}
main #texto_foto .esquerda nav a {
    font-family: 'antonio_regular';
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    text-transform: uppercase;
}
main #texto_foto .direita p {
    color: #a1a1a1;
}
main #historia {
    background: #1a181b;
    padding-top: 86px;
    padding-bottom: 71px;
}
main #historia .center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
main #historia h2.h2_gigante {
    font-family: 'antonio_regular';
    font-size: 140px;
    letter-spacing: 56px;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: -75px;
}
main #historia h3 {
    font-family: 'antonio_regular';
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 7.2px;
    color: #ffffff;
    text-transform: uppercase;
}
main #historia .wrapper {
    width: 100%;
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 108px;
}
main #historia .passador span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 15px;
    height: 58px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
}
main #historia .passador span.esquerda {
    left: 0;
    background: url(../imagens/passador_esquerda2.png) center no-repeat;
}
main #historia .passador span.direita {
    right: 0;
    background: url(../imagens/passador_direita2.png) center no-repeat;
}
main #historia .wrapper ul {
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
}
main #historia .wrapper ul li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
main #historia .wrapper ul li .mask_img {
    width: 100%;
    position: relative;
    display: inline-block;
    padding-top: 157%;
    background: #111111;
}
main #historia .wrapper ul li .mask_img img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
main #historia .wrapper ul li h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #cfbb90;
    margin-bottom: 23px;
}
main #historia .wrapper ul li p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #b7b7b7;
}
main #historia .wrapper ul li p:not(:nth-of-type(1)) {
    margin-top: 25px;
}
#pag-quemsomos main #produtos {
    padding-bottom: 100px;
}
#pag-quemsomos main #quemsomos {
    padding-top: 128px;
    padding-bottom: 124px;
}
#pag-quemsomos main #quemsomos .mask_img img {
    object-position: center;
}
/*

Formularios 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: 'assistant_regular';
}
#contato input[type=text], #contato input[type=email], #contato input[type=password]{
  display: inline-block;
  width: 509px;
  padding-left: 30px;
  height: 46px;
  margin-top: 5px;
  font-family: 'assistant_regular';
  font-size: 12px;
}
#contato input[type=text].p1{
  margin-top: 0px;
}
#contato input[type=text].p2, #contato input[type=email].p2{
  display: inline-block;
  width: 235px;
}
#contato input[type=text].p3{
  display: inline-block;
  width: 350px;
}
#contato input[type=text].p4{
  display: inline-block;
  width: 120px;
}
#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: 'gothic_bold';
  font-size: 19px;
  color: #3f4444;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 16px;
  padding-bottom: 15px;
}
#contato .left p{
  font-family: 'assistant_regular';
  font-size: 16px;
  color: #3f4444;
  font-weight: 300;
  line-height: 12px;
  padding-bottom: 30px;
}
#contato textarea {
  width: 514px;
  padding-left: 25px;
  padding-top: 15px;
  height: 122px;
  margin-top: 5px;
  border: 2px solid #3f4444;
  background: none;
  font-family: 'assistant_regular';
}
#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], #contato button {
  margin: 10px 31px 15px;
  margin-right: 0;
  font-family: 'assistant_regular';
  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: #694796;
}
#contato {
  padding-top: 60px;
  display: ;
}
#contato h2 {
  text-transform: uppercase;
  color: #4f4f4f;
  text-align: center;
  font-weight: normal;
  font-family: 'gothic_bold';
  font-size: 48px;
  text-transform: lowercase;
  letter-spacing: 0.4px;
  line-height: auto;
  text-transform: uppercase;
}
#contato .content {
  display: flex;
  margin-top: 45px;
  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;
  justify-content: ;
}
#contato .right {
  width: 50%;
}
#contato .left form {
  display: ;
  max-width: 543px;
}
.cont {
  padding-left: 38px;
  padding-top: 8px;
  background: #f1f1f1;
  height: 358px;
}
.cont h4{
  font-family: 'gothic_bold';
  color: #3f4444;
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
}
.cont p{
  font-family: 'assistant_regular';
  color: #3f4444;
  font-size: 16px;
  line-height: 22px;
}
.cont a{
  font-family: 'assistant_regular';
  color: #fd232a;
  font-size: 15px;
  padding-top: 20px;
  font-weight: 700;
  display: block;
}
.captcha {
  margin-top: 10px;
  float: right;
  width: 302px;
}
main .filtros li.ver {
    display: none;
}
/*
#######################################################
  #### MENU MOBILE
#######################################################
*/
.menu_mobile .sociais {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 46px;
    margin-bottom: 44px;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}
.menu_mobile .sociais {
    margin-top: 20px;
    margin-bottom: 0;
}
.menu_mobile .social .insta {
    background: url(../imagens/insta.png) center / 20px 20px no-repeat;
}
.menu_mobile .social .insta a {
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
}
.menu_mobile .social .face {
    background: url(../imagens/face.png) center / 11px 20px no-repeat;
}
.menu_mobile .social .face a {
    display: inline-block;
    text-indent: -9999px;
    width: 11px;
    height: 20px;
}
.menu_mobile .social .youtube {
    background: url(../imagens/youtube.jpg) center / contain no-repeat;
}
.menu_mobile .social .youtube a {
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 15px;
}
.menu_mobile{
  position: fixed;
  bottom: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(17, 17, 17, 0.98);
  display: none;
  z-index: 9999;
  height: calc(100vh - 79px) !important;
  padding: 60px 0;
  padding-top: 30px;
  box-sizing: border-box;
  overflow-y: auto;
}
.menu_mobile.aberto {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}
.menu_mobile .navegacao{
  width: 530px;
  margin: 0 auto;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  order: -2;
}
.menu_mobile .navegacao .tipo_1 li{
  display: block;
}
.menu_mobile .navegacao .tipo_1 li a{
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'gothic_regular';
  text-align: center;
  letter-spacing: 1.6px;
}
.menu_mobile .navegacao .tipo_1 li a:hover{
  text-decoration: underline;
}
.menu_mobile .navegacao .tipo_2{
  padding-top: 15px;
}
.menu_mobile .navegacao .tipo_2 li{
  display: block;
  padding-bottom: 2px;
}
.menu_mobile .navegacao .tipo_2 li a{
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  font-family: 'gothic_bold';
}
.menu_mobile .navegacao .tipo_2 li a.bt_sair_conta{
    font-family: 'gothic_bold';
}
.menu_mobile .navegacao .tipo_2 li a:hover{
  text-decoration: underline;
}
.menu_mobile .info_rodape{
    position: relative;
    width: 100%;
    background: url(../imagens/info_rodape.png) center top no-repeat;
    background-size: 60px 54px;
    -moz-background-size: 60px 54px;
    -webkit-background-size: 60px 54px;
    padding-bottom: 20px; 
    margin-top: auto;
    order: -1;
}
.menu_mobile .info_rodape span.linha{
  display: block;;
  width: 60px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.menu_mobile .info_rodape h2{
  display: block;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-weight: normal;
  font-family: 'gothic_bold';
}
.menu_mobile .info_rodape a{
  display: block;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'gothic_regular';
}
.menu_mobile .info_rodape a:hover{
  text-decoration: underline;
}
.menu_mobile a.bt_fechar_mobile{
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -20000px;
  background: url(../imagens/bt_fechar_mobile.png) center top no-repeat;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  order: -3;
  margin: 0 auto;
}
#banner_home .owl-dots {
    height: 0;
    overflow: hidden;
}
.banner_loja .esquerda_ban,
.banner_loja .direita_ban {
    display: none;
}