/* Reset Básico */
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
body {
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* --- HEADER --- */
header {
    width: calc(100% - 40px);
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.21);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
}
header h1{
    display: block;
    width: 134px;
    height: 50px;
    text-indent: -20000px;
    background: url(../imagens/logo-nbk.png) center center no-repeat;
    cursor: pointer;
}
/* Estilo para o header quando a página é rolada */
header.ativo,
#pag_inicial header.ativo,
#pag_produtos header.ativo,
#pag_produto_interno header.ativo {
    background-color: #ffffff;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
#pag_inicial header.ativo{
    background: linear-gradient(90deg, #dfdfdf 50%, #c8c8c8 50%);
}
#pag_produto_interno header.ativo{
    background: linear-gradient(90deg, #d4d4d4 60%, #f9f9f9 40%)
}
#pag_produtos header {
    background-color: rgba(255, 255, 255, 0.702);
}
#pag_produto_interno header{
    background: linear-gradient(90deg, #d4d4d4 60%, #f9f9f9 40%);
}
#pag_produtos .header-nav,
#pag_produto_interno .header-nav {
    gap: 56px;
}
.header-nav {
    display: flex;
    gap: 125px;
    align-items: center;
}
.nav-item {

    text-decoration: none;

    font-size: 13px;

    text-transform: uppercase;

    color: #535252;

    font-weight: 600;

    font-family: "Plus Jakarta Sans", sans-serif;

    padding: 8px 16px;

    border-radius: 20px;

    transition: all 0.3s ease;

}

.nav-item.selected {

    background-color: #aeaeae; 

    color: #ffffff;

    font-weight: 600;

}

.nav-item:hover {

    color: #000;

}

.header-actions {

    display: flex;

    align-items: center;

    gap: 5px;

}

.btn-restricted {

    display: flex;

    align-items: center;

    gap: 8px;

    text-decoration: none;

    border: 1px solid #7a7a7a;

    padding: 7px 18px;

    border-radius: 26px;

    font-size: 13px;

    text-transform: uppercase;

    color: #535252;

    font-family: "Plus Jakarta Sans", sans-serif;

    font-weight: 400;

}

.cart-wrapper {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    background-color: #c7a55b;

    border-radius: 50%;

    width: 36px;

    height: 36px;

}

/* A bolinha com o número 2 */

.cart-badge {

    position: absolute;

    top: -5px;

    right: -5px;

    background-color: #c7a55b;

    color: #ffffff;

    font-size: 10px;

    font-weight: bold;

    width: 16px;

    height: 16px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    z-index: 10;

}

.menu-trigger img {

    margin-left: 10px;

    cursor: pointer;

}















/* --- hero SECTION --- */

#hero {

    width: 100%;

    min-height: 1080px; 

    display: flex;

    background: linear-gradient(90deg, #d4d4d4 50%, #b6b6b6 50%);

    overflow: hidden;

}



.hero-content {

    width: 34%;

    padding: 0 50px 60px 140px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;

    position: relative;

    font-weight: 400;

}



.hero-content h1 {

    font-size: 70px;

    letter-spacing: 2px;

    line-height: 68px;

    color: #757575;

    font-weight: 400;

    font-family: "Plus Jakarta Sans", sans-serif;

    margin-bottom: 20px;

}



.hero-content p {

    width: 459px;

    font-size: 22px;

    letter-spacing: 1px;

    line-height: 32px;

    color: #535252;

    font-weight: 400;

    font-family: "Plus Jakarta Sans", sans-serif;

    margin-bottom: 25px;

}



.btn-hero {

    display: inline-flex;

    align-items: center;

    gap: 15px;

    background-color: #b79753;

    padding: 12px 30px;

    border-radius: 30px;

    text-decoration: none;

    font-size: 14px;

    text-transform: uppercase;

    color: #ffffff;

    font-weight: 400;

    font-family: "Plus Jakarta Sans", sans-serif;

    transition: background 0.3s;

}



.btn-hero:hover {

    background-color: #a6894b;

}

.btn-hero img {

    filter: brightness(0) invert(1);

}





.passador {

    display: flex;

    position: absolute;

    gap: 20px;

}

#hero .passador {

    bottom: 140px;

}

.passador img {

    cursor: pointer;

}



.hero-images {

    display: flex;

    gap: 26px; 

    align-items: center;

    padding-left: 50px;

    overflow: hidden

}



.hero-item {

    flex-shrink: 0; 

}



.hero-item img {

    max-height: 911px;

    object-fit: cover;

}











#pag_produtos #banner {

    width: 100%;

    height: 490px;

}















#quem-somos {

    width: 100%;

    height: 564px;

}



#quem-somos .centro {

    width: 1320px;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto;

}



#quem-somos .esquerda {

    flex: 1;

    width: 100%;

}

.section-title {

    width: fit-content;

    font-size: 48px;

    letter-spacing: 1px;

    line-height: 68px;

    color: #535252;

    font-weight: 400;

    font-family: "Plus Jakarta Sans", sans-serif;

    margin-bottom: 40px;

}

.section-title::after {

    content: '';

    display: block;

    width: 72%;

    height: 3px;

    background-color: #c61617;

    margin-top: 8px;

}



#quem-somos .esquerda p {   

    font-size: 18px;

    line-height: 32px;

    color: #535252;

    font-weight: 400;

    font-family: "Plus Jakarta Sans", sans-serif;

    margin-bottom: 30px;

    max-width: 532px

}



a.button {

    font-size: 16px;

    letter-spacing: 1px;

    line-height: 22px;

    text-transform: uppercase;

    color: #ffffff;

    font-weight: 400;

    font-family: "Plus Jakarta Sans";

    text-align: center;

    border-radius: 20px;

    background-color: #c61617;

    padding: 9px 18px;

    text-decoration: none;

}

a.button img {

    margin-left: 15px;

}



#quem-somos .direita {

    flex: 1;

    width: 100%;

}



#quem-somos .direita img {

    height: 412px;

}













#nossos-produtos {

    background-color: #f2f2f2;

    padding-top: 40px;

    padding-bottom: 83px;

}

#nossos-produtos .centro {

    width: 1320px;

    margin: 0 auto;

    /* height: 100%; */

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    margin: 0px auto;

}



#nossos-produtos .direita {

    position: relative;

}

#nossos-produtos p {

    width: 700px;

    height: 83px;

    margin-right: 55px;

    font-size: 17px;

    line-height: 30px;

    color: #535252;

    font-weight: 400;

    font-family: "Plus Jakarta Sans";

    position: relative;

}



#nossos-produtos .passador {

    bottom: -66px;

    left: 0px;

}

#nossos-produtos .passador img {

    width:45px;

    height: 45px;

}

#nossos-produtos .bottom {

    margin-top: 100px;

}




#produtos-sob-medida {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    padding-top: 40px;

    padding-bottom: 50px;

}



#pag_produtos #produtos-sob-medida {

    background-color: #f8f8f8;

}



#produtos-sob-medida p {

    width: 848px;

    height: 160px;

    font-size: 22px;

    line-height: 32px;

    color: #535252;

    font-weight: 400;

    font-family: "Plus Jakarta Sans";

    text-align: center;

    margin-top: -3px;

}

#produtos-sob-medida .imagem-sob-medida {

    margin-bottom: 67px;


}
#nossos-produtos .bottom{
    width: 100%;
    position: relative;
    overflow: hidden;
}
#nossos-produtos .bottom ul {
    display: grid;
    gap: 16px;
    grid-auto-flow: column;
    grid-auto-columns: 318px;    
}
.product-item *{
    transition: all 0.08s ease-in;
}
.product-item {
    position: relative;
    overflow: hidden;
    transition: all 0.08s ease-in;
    background: #fff;
    max-height: 415px;
}
.product-item a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.product-item img{
    display: block;
    max-width: 100%;
}
.product-item .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    z-index: 99;
    opacity: 0;
}
.product-item:hover .overlay{
    opacity: 1;
}
.product-item .overlay h2{
    text-align: center;   
    color: #fff;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 65%;
}
.product-item .overlay h3{
    text-align: center;   
    color: #fff;
    font-size: 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 300;
    text-decoration: underline;  
}
.product-item:hover::before,

.product-item:hover::after {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    transition: opacity 0.3s ease;

}



/* The white overlay */

.product-item:hover::before {

    background-color: #f2f2f2;

    opacity: 0.502;

    z-index: 1;

}



/* The smaller black overlay on top */

.product-item:hover::after {

    background-color: #535252;

    opacity: 0.722;

    z-index: 2;

    inset: 5%;

    width: 90%;

    height: 90%;

}















/* --- PÁGINA DE PRODUTO --- */



#produto-detalhe {

    width: 100%;

    padding: 30px 0 55px 0;

    margin-top: 90px;

}



.centro-produto {

    width: 1320px; 

    margin: 0 auto;

}



.breadcrumbs {

    color: #535252;

    margin-bottom: 20px;

    font-family: "Plus Jakarta Sans", sans-serif;

    font-size: 18px;

    letter-spacing: 1px;

    font-weight: 400;

}

.breadcrumbs .active {

    color: #c51616;

    font-weight: 600;

}



.produto-grid {

    display: flex;

    gap: 40px;

}



.visual {

    width: 640px;
    position: relative;
    overflow: hidden;
}



.main-image-container {

    width: 100%;

    height: 458px;  

    background-color: #f9f9f9;

    border-radius: 0 16px 16px 0;

    padding: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 80px;

    position: relative;

}

.main-image-container .highlight-image {

    max-width: 100%;

    max-height: 500px;

    object-fit: contain;
    mix-blend-mode: multiply;
}

.thumbs-container {

    display: flex;

    gap: 5px;

    position: absolute;

    bottom: 0px;

    left: 50%;

    transform: translate(-50%, 50%);

}

.thumb-item {

    background-color: #fafafa;

    border-radius: 8px;

    width: 106px;

    height: 78px;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);

}

.thumb-item img {

    max-width: 100%;

    max-height: 100%;

}



.descricao-texto {

    width: 100%;

}

.descricao-texto p {

    font-size: 16px;

    line-height: 28px;

    color: #636363;

    margin-bottom: 13px;

    font-family: "Plus Jakarta Sans", sans-serif;

    font-weight: 500;

}





.info {

    width: 48%;

}



.info h1 {

    margin-top: 18px;

    margin-bottom: 5px;

    font-size: 28px;

    color: #c51616;

    font-weight: 700;

}



.info .codigo {

    font-size: 13px;

    color: #757575;

    display: block;

    margin-bottom: 14px;

}





.info h3, .downloads-area h3 {

    font-size: 16px;

    color: #949494;

    margin-bottom: 8px;

    font-weight: 700;

}

.specs-box {

    background-color: #f8f8f8;

    padding: 18px 25px;

    padding-right: 140px;

    border-radius: 5px;

    margin-bottom: 30px;

}



.spec-row {

    display: flex;

    justify-content: space-between;

    font-size: 14px;

    color: #949494;

    margin-bottom: 8px;

    font-weight: 700;

}

.spec-row:last-child {

    margin-bottom: 0;

}

.spec-value {

    font-weight: 400;

}



.downloads-area {

    margin-bottom: 15px;

}



.download-btn {

    display: flex;

    justify-content: space-between;

    align-items: center;

    border: 1px solid #dab496;

    border-radius: 8px;

    padding: 11px 15px;

    text-decoration: none;

    color: #c7a55b;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

}

.download-btn img {

    height: 16px;

}



.frete-area {

    margin-bottom: 30px;

}

.frete-input-group {

    display: flex;

    margin-bottom: 15px;

}

.frete-input-group input {

    flex: 1;

    border: 1px solid #e1e1e1;

    border-right: none;

    border-radius: 8px 0 0 8px;

    padding: 10px 15px;

    font-size: 14px;

    font-weight: 300;

    font-family: "Plus Jakarta Sans", sans-serif;

    outline: none;

    color: #969696;

}

.frete-input-group button {

    background-color: #c7a55b;

    color: white;

    border: none;

    border-radius: 0 8px 8px 0;

    padding: 0 20px;

    font-weight: bold;

    cursor: pointer;

    font-family: "Plus Jakarta Sans", sans-serif;

    font-size: 13px;

}



.frete-resultados {

    display: flex;

    gap: 30px;

}

.frete-opcao {

    display: flex;

    flex-direction: column;

}

.frete-opcao strong {

    font-size: 15px;

    color: #9b9b9b;

    margin-bottom: 2px;

    text-transform: uppercase;

    font-family: "Century Gothic", "CenturyGothic", sans-serif;

}

.frete-opcao span {

    font-size: 13px;

    color: #9b9b9b;

    font-family: "Century Gothic", "CenturyGothic", sans-serif;

}



.btn-comprar {

    width: 100%;

    background-color: #c7a55b;

    color: white;

    border: none;

    padding: 18px;

    border-radius: 30px;

    font-size: 16px;

    font-weight: 400;

    font-family: "Plus Jakarta Sans", sans-serif;

    text-transform: uppercase;

    cursor: pointer;

    margin-bottom: 20px;

    transition: background 0.3s;

    text-align: center;

}

.btn-comprar:hover {

    background-color: #b08e45;

}



.preco-wrapper {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 15px;

}

.preco-valor {

    color: #c7a55b;

    font-weight: 700;

    line-height: 1;

    display: flex;

    align-items: flex-start;

    font-weight: 700;

} 

.preco-valor .simbolo {

    font-size: 21px;

    margin-top: 11px;

    margin-right: 0px;

    font-family: "Ubuntu", sans-serif;

}

.preco-valor .inteiro {

    font-size: 34px;

    font-family: "Ubuntu", sans-serif;

}

.preco-valor .centavos {

    font-size: 18px;

    margin-top: 3px;

    font-family: "Ubuntu", sans-serif;

}



.parcelamento {

    font-size: 13px;

    color: #757575;

    line-height: 1.4;

    text-align: left;

    font-family: "Ubuntu", sans-serif; 

    font-weight: 300;

}





























/* --- SEÇÃO DE MAIS DETALHES --- */

#mais-detalhes {

    width: 100%;

}



.diagramas-grid {

    display: flex;

    gap: 40px;

    margin-bottom: 30px;

}

.diagrama-box {

    flex: 1;

    background-color: #f5f5f5;

    padding: 22px 40px;

    border-radius: 5px;

}

.diagrama-img {

    display: flex;

    justify-content: center;

    margin-bottom: 30px;

}

.diagrama-img img {

    max-width: 100%;

    height: auto;

}

.diagrama-lista p {

    font-family: "Plus Jakarta Sans", sans-serif;

    font-size: 18px;

    line-height: 22px;

    color: #535252;

    margin-bottom: 18px;

    font-weight: 500;

}

.diagrama-lista h6 {

    color: #c51616;

    font-weight: 800;

    font-size: 20px;

    margin-bottom: 5px;

}





.mecanismos-section {

    display: flex;

    gap: 40px;

}



.mecanismos-col {

    flex: 1;

}



.subtitulo {

    font-family: "Plus Jakarta Sans", sans-serif;

    font-size: 28px;

    color: #535252;

    font-weight: 700;

    margin-bottom: 30px;

}



.mec-item {

    display: flex;

    gap: 20px;

    margin-bottom: 40px;

    align-items: flex-start;

}

.mec-visual {

    text-align: center;

    flex-shrink: 0;

}

.mec-visual h4 {

    font-family: "Plus Jakarta Sans", sans-serif;

    font-size: 18px;

    color: #535252;

    font-weight: 600;

    line-height: 1.4;

    width: 215px;

}

.mec-texto p {

    font-family: "Plus Jakarta Sans", sans-serif;

    font-size: 16px;

    line-height: 28px;

    color: #535252;

    font-weight: 400;

    margin-top: 10px;



    width: 402px;

    height: 214px;



}





.bases-container {

    background-color: #f5f5f5;

    padding-top: 30px;

    padding-bottom: 20px;

    border-radius: 5px;

    text-align: center;

}

.bases-container .subtitulo {

    margin-bottom: 25px;

}

.bases-labels {

    display: flex;

    justify-content: space-between;

    width: 60%;

    margin: 0 auto 25px auto;

    font-family: "Plus Jakarta Sans", sans-serif;

    font-size: 18px;

    color: #535252;

    font-weight: 500;

}



.bases-img {

    max-width: 100%;

    height: auto;

}























/* --- PRODUTOS RECOMENDADOS --- */

#produtos-recomendados {

    width: 100%;

    padding-top: 45px;

    padding-bottom: 60px;

}



.titulo-centralizado {

    display: flex;

    justify-content: center;

}



#produtos-recomendados .section-title {

    font-size: 40px;

    margin-bottom: 25px;

}



.products-grid {

    display: flex;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 13px;

}





.product-card {

    width: 310px;

    background-color: #ffffff;

    padding: 20px;

    display: flex;

    flex-direction: column;

}



.card-img {

    position: relative;

    display: flex;

    justify-content: center;

    margin-bottom: 15px;

    border-radius: 8px;

    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.1);

    width: 300px;

    height: 250px;

    background-color: #fdfdfd;

}

.card-img img {

    max-width: 100%;

    height: auto;

}



.discount-badge {

    position: absolute;

    bottom: 0;

    right: 0;

    background-color: #c8a75e;

    color: #ffffff;

    width: 70px;

    height: 70px;

    border-radius: 50%;

    border: 4px solid #ffffff;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    transform: translate(45%, 45%);



}

.discount-badge .percent {

    font-size: 16px;

    line-height: 16px;

    text-transform: uppercase;

    color: #ffffff;

    font-weight: 700;

}

.discount-badge .off {

    font-size: 12px;

    line-height: 12px;

    text-transform: uppercase;

    color: #ffffff;

    font-weight: 300;

}

.card-title {

    font-family: "Plus Jakarta Sans", sans-serif;

    font-size: 18px;

    line-height: 22px;

    color: #535252;

    font-weight: 300;

    margin-bottom: 11px;

    min-height: 44px; 

}



.card-price {

    margin-bottom: 20px;

}



.old-price {

    display: block;

    font-family: "Century Gothic", "CenturyGothic", sans-serif;

    font-size: 13px;

    color: #9c9a9a;

    text-decoration: line-through;

    margin-bottom: -3px;

}



.new-price {

    display: block;

    font-family: "Century Gothic", "CenturyGothic", sans-serif;

    font-size: 20px;

    color: #76787b;

    font-weight: 800;

}



.installments {

    display: block;

    font-family: "Century Gothic", "CenturyGothic", sans-serif;

    font-size: 12px;

    color: #c8a75e;

    font-weight: 400;

}



.card-actions {

    display: flex;

    justify-content: space-between;

    margin-top: auto;

}



.btn-detalhes {

    flex: 1;

    background-color: #eeeeee;

    color: #535252;

    text-decoration: none;

    font-family: "Plus Jakarta Sans", sans-serif;

    font-size: 13px;

    font-weight: 700;

    padding: 16px 0;

    text-align: center;

    border-radius: 25px 0 0 25px;

    text-transform: uppercase;

    transition: background 0.3s;

}

.btn-detalhes:hover {

    background-color: #e0e0e0;

}



.btn-carrinho {

    flex: 1;

    background-color: #d96c6d;

    color: #ffffff;

    text-decoration: none;

    font-family: "Plus Jakarta Sans", sans-serif;

    font-size: 13px;

    font-weight: 700;

    padding: 17px 0;

    text-align: center;

    border-radius: 0 25px 25px 0;

    text-transform: uppercase;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 6px;

    transition: background 0.3s;

}

.btn-carrinho:hover {

    background-color: #b95556;

}



.bottom-action {

    display: flex;

    justify-content: center;

}



.btn-voltar {

    background-color: #b79854;

    color: #ffffff;

    text-decoration: none;

    font-family: "Plus Jakarta Sans", sans-serif;

    font-size: 14px;

    font-weight: 400;

    text-transform: uppercase;

    padding: 11px 25px;

    border-radius: 30px;

    display: flex;

    align-items: center;

    gap: 10px;

    transition: background 0.3s;

}

.btn-voltar:hover {

    background-color: #b08e45;

}









#pag_produtos #produtos-recomendados {

    padding-top: 27px;

    padding-bottom: 90px;

}



#pag_produtos .breadcrumbs {

    margin-bottom: 32px;

}



.produtos-container{

    display: flex;

}

.categorias {

    width: 290px;

}

.categorias ul {

    list-style: none;

}

.categorias li:first-child {

    font-size: 22px;

    line-height: 36px;

    color: #cb1217;

    font-weight: 600;

    font-family: "Plus Jakarta Sans";

    margin-bottom: 7px;

}

.categorias li {

    font-size: 18px;

    line-height: 39px;

    color: #535252;

    font-weight: 400;

    font-family: "Plus Jakarta Sans";

}
.categorias li a{
     font-size: 18px;

    line-height: 39px;

    color: #535252;

    font-weight: 400;

    font-family: "Plus Jakarta Sans";
    text-decoration: none;   
}
.categorias li.active,
.categorias li.active a {

    font-weight: 700;

}

.categorias li.active::after {

    content: "";

    display: inline-block;

    width: 16px;

    height: 14px;

    background-image: url(../imagens/active-arrow.png);

    background-size: contain;

    background-repeat: no-repeat;

    margin-left: 10px;

    vertical-align: middle;

}





#pag_produtos .products-grid {

    display: grid;

    grid-template-columns: repeat(3, auto);

    column-gap: 45px;

    row-gap: 12px;

}



/* --- FOOTER --- */

footer {

    width: 100%;

    background-color: #d4d4d4;

}



.footer-container {

    width: 1320px;

    margin: 0 auto;

    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    background-color: #d4d4d4;

    padding: 45px 0;

    font-family: "Plus Jakarta Sans", sans-serif;

    color: #535252;

}





.footer-left {

    display: flex;

    flex-direction: column;

    width: 320px;

}

.footer-logo {

    max-width: 160px;

    margin-bottom: 13px;

}



.news-label {

    font-size: 14px;

    letter-spacing: 0px;

    line-height: 32px;

    font-weight: 400;

    margin-bottom: 10px;

}



.news-form {

    display: flex;

    width: 100%;

    height: 45px;

    border-radius: 25px;

    overflow: hidden;

    background-color: #e5e5e5;

}



.news-form input {

    flex: 1;

    border: none;

    background: transparent;

    padding-left: 20px;

    outline: none;

    

    /* CSS do texto do input */

    opacity: 0.8;

    font-size: 14px;

    line-height: 26px;

    font-weight: 400;

    font-family: "Plus Jakarta Sans", sans-serif;

}



.news-form button {

    background-color: #c51616;

    color: #ffffff;

    border: none;

    padding: 0 25px;

    font-weight: bold;

    font-family: "Plus Jakarta Sans", sans-serif;

    cursor: pointer;

    transition: background 0.2s;

}



.news-form button:hover {

    background-color: #a31212;

}





.footer-links h4,

.footer-contact h4 {

    font-size: 13px;

    letter-spacing: 0px;

    line-height: 32px;

    text-transform: uppercase;

    color: #535252;

    font-weight: 700;

    margin-bottom: 4px;

}





.footer-links ul {

    list-style: none;

}



.footer-links ul li a {

    text-decoration: none;

    font-size: 14px;

    letter-spacing: 0px;

    line-height: 32px;

    color: #535252;

    font-weight: 600;

    transition: color 0.2s;

}

.footer-links ul li a:hover {

    color: #c51616;

}



.footer-contact p {

    width: 310px;

    font-size: 14px;

    letter-spacing: 0px;

    line-height: 21px;

    color: #535252;

    font-weight: 500;

    margin-bottom: 11px;

}





.footer-social {

    display: flex;

    flex-direction: column;

    gap: 15px;

}



.footer-social img {

    width: 35px;

    height: 35px;

    transition: transform 0.2s;

}



.footer-social img:hover {

    transform: scale(1.1);

}



.credits {

    width: 100%;

    background-color: #535252;

    padding: 9px 0;

}



.credits p {

    font-size: 15px;

    letter-spacing: 0px;

    line-height: 32px;

    color: #ffffff;

    font-weight: 400;

    font-family: "Plus Jakarta Sans";

    text-align: center;

}



.credits a {

    font-size: 15px;

    letter-spacing: 0px;

    line-height: 32px;

    color: #ffffff;

    font-weight: 400;

    font-family: "Plus Jakarta Sans";

    text-align: center;

    text-decoration: underline;

    cursor: pointer;

}



/*
#######################################################
  #### 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-weight: 400;
}
#contato input[type=text], #contato input[type=email], #contato input[type=password]{
    display: inline-block;
    width: calc(100% - 34px);
    padding-left: 30px;
    height: 46px;
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    font-size: 14px;
}
#contato select{
    display: inline-block;
    width: calc(50% - 2px);
    padding-left: 23px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    margin-top: 5px;
    color: #666;
    background: url(../imagens/boss_cart/seta_menos_new.png) 97% center no-repeat;
    margin-top: -2px;
    margin-bottom: 0;
}
#contato textarea{
    font-weight: 400;
    font-size: 14px;
    color: #666;
}
#contato select option{
    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 .form-revendedor input[name="cpf"].p2,
#contato .form-revendedor input[name="cnpj"].p2 {
    display: none;
}
#contato .left{
    padding-top: 17px;
}
#contato .left h3{
    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: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #3f4444;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 22px;
}
#contato textarea {
    width: calc(100% - 29px);
    padding-left: 25px;
    padding-top: 15px;
    height: 122px;
    margin-top: 5px;
    border: 2px solid #3f4444;
    background: none;
    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;
    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: #202020;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;     
}
#contato {
    padding-top: 120px;
    margin-bottom: 59px;
}
#contato h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 52px;
    color: #202020;
    text-align: center;
    margin-bottom: 17px; 
}
#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;
    margin-left: 20px;
}
#contato .right .mapa {
    display: flex;
    width: 100%;
    margin-top: 10px;
    max-width: 400px;
    height: 308px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
#contato .right .mapa > * {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain;
}
#contato .left {
    display: flex;
    flex-direction: column;
}
#contato .left form {
    display: ;
}
.cont {
    padding-left: 10px;
    box-sizing: border-box;
    padding-top: 10px;
}
.cont h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size:20px;
    color: #716f70;
}
.cont p {
    font-weight: 400;
    color: #888;
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;    
}
.cont p span.espaco{
    display: block;
    width: 100%;
    height: 10px;
}
.cont a{
    display: inline-block;
    line-height: 42px;
    position: relative;
}
.cont .endereco:nth-of-type(1) {
    margin-top: 20px;
}
.cont .endereco {
    margin-top: 12px;
}
.captcha {
    margin-top: 25px;
    width: 302px;
    display: flex;
    float: right;
}
#contato form label:not(.captcha),
#contato form label:not(.captcha) a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    margin-top: 12px;
    display: inline-block;
}
#contato form label:not(.captcha) a {
    text-decoration: underline;
}