@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
a,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
textarea {
    font-family: 'Montserrat', sans-serif!important
}

header .header-top {
    display: none !important;
}

div#section-slide {
    max-height: 550px !important;
}

#section-slide .btn-theme-colored {
    border: 0 !important;
}

.header-middle * {
    color: #021959 !important;
}

#section-empresa h2.text-uppercase {
    text-transform: capitalize !IMPORTANT;
}

section#section-empresa {
    background-image: url(/arquivos/bg-empresa.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.conteudo-empresa {
    color: #000;
}

.img-empresa {padding: 30px;}

.bg-capa {
    animation-name: shakeY;
    animation-duration: 60s !important;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    object-fit: cover !IMPORTANT;
    position: absolute;
    width: 100%;
}

#page_a_empresa section.inner-header.divider.parallax.layer-overlay.overlay-dark-5, #page_contato section.inner-header.divider.parallax.layer-overlay.overlay-dark-5, #page_produtos section.inner-header.divider.parallax.layer-overlay.overlay-dark-5, .page_produto_detalhe section.inner-header.divider.parallax.layer-overlay.overlay-dark-5 {
    background-image: none !important;
    position: relative;
}


.card-categoria {
    padding: 20px;
    border: 1px solid #eee;
    box-shadow: -4px 6px 18px #0001;
    bottom: 0;
    position: relative;
    transition: bottom ease .3s;
    margin-bottom: 30px;
}

.card-categoria h4 {
    margin-top: 0;
    color: #084298;
    font-weight: 600;
    font-size: 20px;
}

.card-categoria a {
    display: block;
    color: #084298;
    font-weight: 500;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 999px;
    border: 1px solid #084298;
    box-shadow: 0px 0px 14px rgb(0 30 75 / 20%);
    margin-top: 14px;
}



.layer-overlay.overlay-dark-5::before {
    display: none;
}

ul.section-link-externo li {
    text-align: right;
}

.widget.dark ul li i {
    color: var(--texto_principal);
}

.widget .styled-icons li a {
    border-color: var(--texto_principal);
}

.products .product {
    padding-bottom: 0;
}

.products .product .product-details .product-title {
    margin: 00;
}

.product-details {
    padding: 10px 0;
    background: #f2f2f2;
}

.btn-add-to-cart-wrapper, .btn-product-view-details {
    margin-left: 0 !important;
}

.product .product-thumb {
    width: 100% !important;
    object-fit: cover !important;
}

section#section-html-modulo_3 .col-md-12 h2 {
    display: none;
}

.selo-flutuante {
    position: fixed;
    right: 90px;
    z-index: 999;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 18px #0002;
}

.selo-flutuante.selo-mundial {
    bottom: 60px;
    width: 90px;
}

.selo-flutuante.selo-cc {
    bottom: 160px;
}

.clients-logo .item {
    background: transparent;
}

#section-html-modulo_3 .container.pb-0 {
    padding: 0 !important;
}

#page_pagina_extra_2 section.inner-header.divider.parallax.layer-overlay.overlay-dark-5 {
  background-attachment: unset !important;
  background-position: top left !important;
  padding: 250px 0;
}

#page_pagina_extra_2 section.inner-header.divider.parallax.layer-overlay.overlay-dark-5 .container {
    display: none;
}

li#extra-pgmateriais-de-corte {
    display: none !important;
}

#section-html-modulo_1 .card-select {
    text-align: center;
    overflow: hidden;
    margin: 40px;
    height: 200px;
    display: flex;
    flex-direction: column;
    background: #fff;
    position: relative;
    justify-content: center;
    align-items: center;
    box-shadow: -4px 4px 18px rgb(46 53 77 / 20%);
    border: 1px solid #eee;
    bottom: 0;
    transition: bottom ease .3s;
    background-size: cover;
    background-position: center;
}

#section-html-modulo_1 .card-select h4 {
    font-weight: 600;
    font-size: 24px;
    padding: 10px;
    background: #eee;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#section-html-modulo_1 .card-select img {
    margin-bottom: 26px;
    max-height: 110px;
    background: rgb(255 255 255 / 80%);
}

#section-html-modulo_1 .card-select:hover {
    bottom: 16px;
}

.card-cozinha-criativa.card-select {
}

.card-materiais-de-corte.card-select {
}

.card-categoria:hover {
    bottom: 15px;
}


@media(max-width: 991px) {
  .selo-flutuante {
    width: 90px;
    height: 90px;
}
.selo-flutuante.selo-mundial {
    bottom: 270px;
}
ul.section-link-externo li a {
    padding: 12px 20px;
}

.section-link-externo {
    top: 0;
}

.menuzord .showhide em {
    background: #fff !important;
    height: 2px !important;
    margin: 2px 20px !important;
}
#section-html-modulo_1 .card-select {
    margin: 16px 0;
}

section#section-html-modulo_1 .row .col-md-6 {
    padding: 0;
}

.img-empresa {
    padding: 0;
}
#page_pagina_extra_2 section.inner-header.divider.parallax.layer-overlay.overlay-dark-5 {
    padding: 65px 0;
}
.bg-capa {
    height: 100%;
    animation-name: none;
}

.inner-header .title {
    font-size: 22px;
}

.mobile-parallax .section-content.pt-100 {
    padding-top: 0 !important;
}

section.inner-header.divider.parallax.layer-overlay.overlay-dark-5 .container.pt-90.pb-50 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

body#page_contato .divider .container {
    padding-top: 0;
}
.section-link-externo {
    height: fit-content;
    position: relative;
}
}

a.comprar-wpp {
    position: absolute;
    background: #08af08;
    color: #fff;
    padding: 4px 20px;
    right: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1;
    bottom: 10px;
}

#section-html-modulo_1 h2 {
    text-align: center;
}

.tp-mask-wrap {
    padding-top: 10px;
    height: 200px !important;
}

div#rs-5-layer-3 {
    top: 20px;
}

a.btn.btn-colored.\35 {
    background: #8d90a3;
}

a.btn.btn-colored.\36 {
    background: #8c8fa3;
}

section.inner-header.divider.parallax.layer-overlay.overlay-dark-5:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #021959, transparent);
}

.section-content.pt-100 {
    position: relative;
    z-index: 1;
}

/*footer*/
#logo_footer {
    filter: grayscale(1) brightness(11);
}
/*<----------->*/