a,
b,
body,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: Montserrat, sans-serif;
    text-decoration: none;
}

.logo > a > img {
    width: 120px;
}
.cat-pai:hover .subMenu,
.cat-pai:hover .subMenu.wrap {
    padding-top: 55px;
    max-width: 1200px;
    margin: 0 auto;
    right: 0;
    left: 0;
}
#footer-24 li,
.cat-pai a {
    font-size: .865rem;
    
}
html {
    box-sizing: border-box;
}
li,
ul {
    list-style: none;
}
#{unwrap:true}a,
body {
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    color: #777;
    line-height: 1.6;
}
p {
    margin-bottom: 20px;
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    line-height: 2;
    color: #242424;
}
a:hover {
    color: #f46558;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.cat-pai a:hover, .cat-pai text:hover {
    color: #f44;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.subMenu li a {
    font-size: 14px;
    line-height: 2;
}
.cat-pai a, .cat-pai text {
    color: #fff;
}
.header-row {
    display: flex;
    align-items: center;
    padding: 0 30px;
    padding-top: 6px;
}
#header-24 {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    height: 52px;
    transition: 0.4s;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
}
.main-navigation {
    width: 100%;
    height: 44px;
}

.logo > a > img {
    width: 120px;
}
.main-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0;
}
.cat-pai {
    display: inline-block;
    z-index: 1;
    height: 75px;
    padding-top: 8px;
}
.subMenu {
    position: absolute;
    display: none;
    text-align: start;
    z-index: 1;
}
.subMenu a {
    color: #777;
}
.cat-pai:hover .subMenu {
    display: block;
    width: 100%;
}
.cat-pai:hover .subMenu.wrap {
    display: flex;
    gap: 90px;
    width: 100%;
}
.subMenu2 span {
    color: #242424;
}
.submenu2 {
    display: block;
}
*,
::after,
::before {
    box-sizing: inherit;
}
#footer-24 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 30px;
    background: #fff;
    border-top: 1px solid rgb(232 232 232);
}
.logo-footer {
    width: 100%;
    padding: 10px 0;
}
.copyright,
.social-media {
    padding: 20px 0;
}
.copyright {
    font-size: 12px;
    border-top: 1px solid #dedede;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer-row1,
.footer-row2,
.footer-row3,
.footer-row4 {
    width: 25%;
    padding: 20px 0;
}
.area-do-cliente span,
.foot-categorias span,
.institucional span,
.social-media span {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #242424;
}
.midias-sociais a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid #f46558;
    border-radius: 50%;
    color: #f46558;
    font-size: 18px;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}
.fab {
    font-size: 14px !important;
}
.fa-facebook-f:before {
    content: "\f39e";
    font-size: 14px;
}
.fa-pinterest:before {
    content: "\f0d2";
    font-size: 14px;
}
.fa-linkedin-in:before {
    content: "\f0e1";
    font-size: 14px;
}
.fa-instagram:before {
    content: "\f16d";
    font-size: 14px;
}
.fa-youtube:before {
    content: "\f167";
    font-size: 14px;
}
.midias-sociais a:hover {
    background-color: #f46558;
    color: #fff;
}
.midias-sociais {
    display: flex;
    gap: 10px;
}
.whatsapp-online {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 999;
}
