.elementor-45750 .elementor-element.elementor-element-5cdea09{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-45750:not(.elementor-motion-effects-element-type-background), body.elementor-page-45750 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:767px){.elementor-45750 .elementor-element.elementor-element-5cdea09{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-45750 .elementor-element.elementor-element-a3ee094 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS */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: 999;
    opacity: 0.04;
    mix-blend-mode: plus-lighter;
    user-select: none;
    pointer-events: none;
}


.destaque {
  background: linear-gradient(100deg, #AACDFF, #4777BD);
  background-size: 200% 900%;
   animation: AnimationName 5s ease infinite;
    transform: scale(1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 padding-top: 100px;
 overflow: visible;
 font-weight: 800 !important;
}

}



@keyframes AnimationName {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}

html,
body{
width:100%;
overflow-x:hidden;
}

body::-webkit-scrollbar{
	width: 8px;
}

body::-webkit-scrollbar-track{
	background: #0C0C0C;
}

body::-webkit-scrollbar-thumb{
	background-color: #AB9CFF;
	border-radius: 10px;
	border: 2px solid #0C0C0C;
}

.cursor {
  animation: blink-animation 1s steps(2, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.esconder {
    top: -100% !important;
    opacity: 0;
    position: absolute;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.5s ease;
}/* End custom CSS */