html, body{
    max-width: 100% !Important;
    overflow-x: clip !Important;
}

[data-elementor-type="wp-page"]{
    overflow: clip;
}

[data-elementor-type="wp-post"]{
    overflow: clip;
}
div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy{
	display:none !important;
}
.textura{
    background-image: linear-gradient(45deg,#7F4C1F , #DA9D67 );
    font-weight: 600 !Important;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.textura2{
    background-image: linear-gradient(45deg,#B56C2C , #DA9D67);
    font-weight: 600 !Important;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
html::before{
    content:"";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(at 20% 80%, #fff 1px, transparent 0px);
    background-size: 3px 3px;
    pointer-events: none;
    z-index: 3;
    opacity: 0.02;
    mix-blend-mode: plus-lighter;
}

b, strong{
    font-weight: 600 !important;
    color: #141414;
}

/*para desktop*/
@media (min-width: 1025px){
    :root{
        --colunas: 12;
        --largura: 1140px;
        --offset: 0px;
        --gutter: 20px;
        --cor: #00000007;
    }
}

/*para tablet*/
@media (min-width: 768px) and (max-width: 1024px){
    :root{
        --colunas: 6;
        --largura: 1024px;
        --offset: 48px;
        --gutter: 16px;
        --cor: #00000007;
    }
}

/*para mobile*/
@media (max-width: 767px){
    :root{
        --colunas: 4;
        --largura: 767px;
        --offset: 20px;
        --gutter: 8px;
        --cor: #00000007;
    }
}

/*não mexa em nada daqui pra baixo*/
body.elementor-editor-active::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    pointer-events: none;
    z-index: 1000;
    min-height: 100vh;
    width: calc(100% - (2 * var(--offset)));
    max-width: var(--largura);
    background-size: calc(100% + var(--gutter)) 100%;
    background-image: repeating-linear-gradient( to right, var(--cor), var(--cor) calc((100% / var(--colunas)) - var(--gutter)), transparent calc((100% / var(--colunas)) - var(--gutter)), transparent calc(100% / var(--colunas)) );
}

p{
    margin-bottom: 0px !Important;
}

::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #F8F8FC;
}

::-webkit-scrollbar-thumb {
background: linear-gradient(45deg, #222A53, #99815B);
border-radius: 4px;
border: 2px solid #F8F8FC;
}

/*----------botão----------*/
 .elementor-button {
    color: #F5F9FF;
    font-weight: 600;
    background: linear-gradient(90deg, #B56C2C 0%, #DA9D67 100%);
    padding: 20px 40px;
    position: relative;
    border-radius: 100px;
    transition: all var(--spring-duration) var(--spring-easing);
}
/*--------lenis---------*/

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}