header.sticky.scrolling {
background-color: rgba(241, 255, 245, 0.82);;
}
header.sticky.scrolling a img {
width: 100px;
-webkit-transition: all 0.8s ease-out !important;
-moz-transition: all 0.8s ease-out !important;
-o-transition: all 0.8s ease-out !important;
transition: all 0.8s ease-out !important;
}
header.sticky a img {
-webkit-transition: all 0.5s ease-out !important;
-moz-transition: all 0.5s ease-out !important;
-o-transition: all 0.5s ease-out !important;
transition: all 0.5s ease-out !important;
}
li.no_marcar_current > a {
font-weight: 800 !important;
border-bottom: none !important;
}
li.no_marcar_current > a:hover {
font-weight: 800 !important;
border-bottom: 2px solid var(--bricks-color-rtwftb) !important;
} html {
scroll-behavior: smooth;
scroll-padding-top: 120px;
} @media( max-width: 767px){
html {
scroll-padding-top: 80px;
}  
}