.elementor-772 .elementor-element.elementor-element-4116c002{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-772 .elementor-element.elementor-element-4116c002:not(.elementor-motion-effects-element-type-background), .elementor-772 .elementor-element.elementor-element-4116c002 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://fabianamarques.com.br/wp-content/uploads/2026/07/01-fhd.webp");background-position:top center;background-repeat:no-repeat;}.elementor-772 .elementor-element.elementor-element-b36bc34{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-772:not(.elementor-motion-effects-element-type-background), body.elementor-page-772 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F3F2;}@media(max-width:1024px){.elementor-772 .elementor-element.elementor-element-4116c002{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:1024px) and (min-width:768px){.elementor-772 .elementor-element.elementor-element-4116c002{--content-width:90%;}}@media(max-width:767px){.elementor-772 .elementor-element.elementor-element-4116c002{--content-width:90%;}}/* Start custom CSS *//*remove scroll horizontal */
html,body{width:100%; overflow-x:hidden!important;}

/*remove duplo scroll */
[data-elementor-type="wp-page"]{
    overflow: hidden!important;}

/*quebra o texto suavemente*/ 
.text-warped{
    text-wrap:avoid;}

/*quebra o texto abruptamente*/ 
.text-balance{
    text-wrap: balance;}

/* Bloquear margem vazia dos textos */
p:last-child{
margin: 0;
}

 /* Setup animação de Entrada GSAP */

.scroll-left{
    transform: translate(-180px, 0);
    opacity: 0;
    filter: blur(10px);
    transition: 0.5s;
}

.scroll-right{
    transform: translate(180px, 0);
    opacity: 0;
    filter: blur(10px);
    transition: 0.5s;
}
.scroll-top{
    transform: translate(0, -180px);
    opacity: 0;
    filter: blur(10px);
    transition: 0.5s;
}
.scroll-bottom{
    transform: translate(0, 180px);
    opacity: 0;
    filter: blur(10px);
    transition: 0.5s;
}

.elementor-editor-active .scroll-left, .elementor-editor-active .scroll-right,  .elementor-editor-active .scroll-top,  .elementor-editor-active .scroll-bottom,  .ativo{
    transform: translate(0px, 0px);
    opacity: 1;
    filter: blur(0px);
}



.linha-top::before{
	content: "";
background: linear-gradient(92deg, #7E5A1F 0%, #CEA569 20.67%, #7E5A1F 38.94%, #CEA569 59.13%, #7E5A1F 81.25%, #CEA569 98.56%);
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.linha-bot::after{
	content: "";
background: linear-gradient(92deg, #7E5A1F 0%, #CEA569 20.67%, #7E5A1F 38.94%, #CEA569 59.13%, #7E5A1F 81.25%, #CEA569 98.56%);
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

/*Botão Degrade */

.botao-degrade{
    	animation: 3.4s infinite brilho;
background: linear-gradient(92deg, #7E5A1F 0%, #CEA569 20.67%, #7E5A1F 38.94%, #CEA569 59.13%, #7E5A1F 81.25%, #CEA569 98.56%);
    box-shadow: 0px 3.95px 10px 0px rgba(0, 0, 0, 0.10);
    	background-size: 400% 200%;
    	border-radius:100px;
    	transform: scale(1);
    	transition: 0.5s;
    	border: #ffffff solid 1px;
    	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  
 /* Texto do Botão */ 
.botao-degrade span{
    	color: #ffffff !important;
}  

/* Animação no Hover */ 
.botao-degrade:hover{
    	transform: scale(1.05);
        transition: 0.5s;
      	animation: 0.5s;
       	box-shadow: 0 0 5em 0.0001em #FF30A8,
        0 0 2em 0.2em #FF30A8
        inset 0 0 .0em .0em #FF30A8;
  }


/* Keyframes da Animação */ 
@keyframes brilho{
    0% {
        background-position: 0 0;
    }  

    100% {
        background-position: 100% 0;
    }
}

/* Código para aumentar a área do clique para 100% */ 
.elementor-button{
    	width: 100% !important;
}/* End custom CSS */