@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');

.header-top.header-top-small-minheight.header-top-simple-border-bottom {
    background: linear-gradient(0deg, #0081ba, #003e77, #0081ba) !important;
}

.btn-primary {
    background: linear-gradient(0deg, #0081ba, #003e77, #0081ba) !important;
    border: 1px solid #0000 !important;
}

#section-slide {
    background: #fff !important;
    height: 100% !important;
}

#section-html-modulo_1 .conteudo-html .row {
    display: flex;
    justify-content: space-around;
}

#section-html-modulo_1 .titulo-html {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#section-html-modulo_1 .titulo-html h2 {
    text-align: center;
}

#section-html-modulo_1 {
    padding: 10px 0px !important;
    background: url(/arquivos/bg-html.jpg);
    background-size: cover !important;
}

#footer {
    background: transparent;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer .text-md-left {
    margin-bottom: 0 !important;
}

#section-produtos .product-thumb-info-image {
    height: 100%;
    background: transparent !important;
}

#section-produtos .product .product-thumb-info .product-thumb-info-image:before {
    display: none;
}

#page_produtos .product-thumb-info-image img {
    width: 100% !important;
}

#page_produtos .product-thumb-info-image {
    height: 100% !important;
}

#page_produtos .product-thumb-info-image::before {
    display: none;
}

#page_produtos .product .product-thumb-info {
    border: none !important;
}

.page_produto_detalhe .thumb-gallery-thumbs {
    display: none;
}

.page_produto_detalhe #description {
    display: none !important;
}

/*  sec-catalogo  */
.section-ctl {
    margin: 60px 0px;
}

.sec-intro {
    padding: 50px;
    background-image: url(/arquivos/img-catalogo_1.webp);
    background-size: cover;
}

.sec-intro-title h2 {
    font-family: "Amatic SC", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 4em;
    text-align: center;
}

.sec-intro-btn {
    text-align: center;
}

.sec-intro-btn a {
    background-color: #0477c2;
    overflow: hidden;
    padding: 12px 80px;
    font-size: 20px;
    border-radius: 6px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s cubic-bezier(.17,.67,.83,.67);
    transform: translate(0px, 0px);
}

.sec-intro-btn a:hover {
    background-color: #c81087;
    transform: scale(1);
}

#section-html-modulo_3 hr {
    display: none;
}
/*<--------->*/

@media(max-width:991px){
  .pl-5.pr-5.section-catalogo {
    padding: 0 !important;
}

.sec-intro {
    background-position: center;
}
}