body {
font-family: "Raleway", sans-serif;
font-weight: 400;
}
p, div, span, li, a {
font-family: "Raleway", sans-serif !important;
font-weight: inherit;
}
h1, h2 {
font-family: "Raleway", sans-serif !important;
font-weight: 700;
}
h3, h4, h5 {
font-family: "Raleway", sans-serif !important;
font-weight: 600;
}  header {
position: fixed !important;
top: 0;
left: 0;
padding-top: 40px;
width: 100%;
z-index: 9999;
}   @media (min-width: 1024px) { #menu-principal li.son {
opacity: 0;
visibility: hidden;
transform: translateY(-5px);
transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s 0.25s; } #menu-principal li.son.show {
opacity: 1;
visibility: visible;
transform: translateY(0);
transition: opacity 0.25s ease, transform 0.25s ease; }
}  header {
transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
} header.scrolled {
backdrop-filter: blur(10px);
background-color: rgba(255, 255, 255, 0.3); 
}
body.single-post header,
body.single-post header.scrolled {
background-color: rgba(179, 166, 145, 0.7); 
}
.header .logo img {
max-width: 210px;
}
footer textarea {
max-height: 140px;
}