#header .header-logo img {
    max-width: 278px;
    max-height: 70px;
}

.line-height-1 {
    line-height: 1.2 !important;
}

.custom-icon-style-1 {
    transform: none;
    height: auto;
    width: auto;
}

.custom-icon-style-1 img {
    transform: none;
    border: none;
    min-width: 250px;
    min-height: 160px;
}

#section-produtos .product-thumb-info-image {
    height: auto;
}

#section-produtos .product .product-thumb-info .product-thumb-info-image:before {
    background: #000226;
}

#section-produtos .product:hover .product-thumb-info .product-thumb-info-image:before {
    opacity: .3;
}

#section-produtos img {
    border-radius: 10px 10px 10px 10px;
}

#section-produtos .product .product-thumb-info .product-thumb-info-image:before {
    background: #000226;
    border-radius: 10px 10px 10px 10px;
}

img.logo {
    background: #fff;
    border-radius: 9px;
}

.titulo-html {
    visibility: hidden;
}

section#section-html-modulo_2 {
    background: linear-gradient(45deg, #bf1b30, #02042a);
    padding: 1px;
}

section#section-html-modulo_2 h1 {
    color: #fff;
    font-weight: 500;
}

section#section-html-modulo_2 h2 {
    color: #fff;
    font-weight: 500;
}

section#section-html-modulo_2 a {
    background: white;
    padding: 15px 100px 15px 100px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
}