
html, body {
    width: 100% !important;
    overflow-x: clip;
    padding: 0 !important;
    margin: 0 !important;
    font-size: clamp(7.5px, 0.59vw, 13px) !important;
    scroll-behavior: smooth;
    font-family: 'Helvetica Neue' !important;
} 

@media (max-width: 767px) {
    html, body {
        font-size: clamp(10px, 0.59vw, 10px) !important;
    } 
}

.prata *,
.prata {
    font-family: 'Prata' !important;
    display: inline;
}

.helvetica,
.helvetica *,
.helvaltica *,
.helvaltica {
    font-family: 'Helvetica Neue' !important;
    
}

.italic *,
.italic {
    font-style: italic !important;
    display: inline;
}

.thin {
    font-weight: 200;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5!important;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);
            box-shadow: inset 0 0 5px rgba(0,0,0,.3);
}
::-webkit-scrollbar {
    width: 10px !important;
    background-color: #f5f5f5!important;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
            box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}
::-webkit-scrollbar-thumb {
background: rgb(128,128,128);
/*background: linear-gradient(114deg, rgba(180,43,61,1) 0%, rgba(113,15,28,1) 100%);*/
    -webkit-box-shadow: inset 3px 0 15px rgba(0,0,0,.3);
            box-shadow: inset 3px 0 15px rgba(0,0,0,.3);
}

p:first-of-type {
    margin-top: 0 !important;
}
p:last-of-type {
    margin-bottom: 0 !important;
}


b, strong {
    font-weight: bold !important;
}

.post, .page,
.page-content, .entry-content, .entry-summary {
    margin: 0 !important;
}

.elementor-location-header {
    z-index: 10000;
    position: fixed;
    top: 0;
    width: 100%;
}

.admin-bar .elementor-location-header ,
.admin-bar main {
    margin-top: 32px !important;
}

.tagembed-widget {
    position: relative;
}

.tagembed-widget:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    background: #fff;
}



