.elementor-850 .elementor-element.elementor-element-e8e0349{--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:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-850 .elementor-element.elementor-element-2b077c5{width:100%;max-width:100%;}body.elementor-page-850:not(.elementor-motion-effects-element-type-background), body.elementor-page-850 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FAFB;}/* Start custom CSS */html {
    scroll-behavior: smooth;
}

#menu-inicio, 
#menu-sobre, 
#menu-servicos, 
#menu-estatisticas, 
#menu-contato{
  scroll-margin-top: 100px; 
}


.card-bio:hover h2 {
    color: #ffb800 !important;
}



.pointer {
    width: 20px;
    height: 20px;
    background: #1f1f1f;
    border: solid 3px #cdcecf;
    border-radius: 100px;
}

.elemento-flutuante {
            animation: flutuar 3s ease-in-out infinite;
        }


        @keyframes flutuar {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-10px);
            }
        }
        
        .bg-blur {
    background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 16px;
      box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);    
}

.icone-svg {
    padding: 0; 
    margin: 0;
    line-height: 0;
}

.btn-full, .elementor-button {
    width: 100%;
}

@media (max-width: 767.98px) { 
.btn-banner, .elementor-button {
    width: 100%;
}
}

.icone-svg svg {
    color: #ffd648;
    width: 100%;
    height: auto;
    display: block;
    
}

.icone-preto-svg svg {
    color: #000000;
    width: 100%;
    height: auto;
    display: block;
    
}

.xp-cor-um {
    color: #1f1f1f;
}

.xp-cor-dois {
    color: #334155;
}

.xp-cor-tres {
 color:;#4b5563;
}

.degrade-amarelo {
    background: linear-gradient(135deg, #ffb800 0%, #e69f00 45%, #b37400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.divisor-degrade {
    background: linear-gradient(135deg, #ffb800 0%, #e69f00 45%, #b37400 100%);
    width: 8rem;
    height: .25rem;
}

.divisor-degrade-rodape {
    background: linear-gradient(to right, #000000, #ffb800, #000000);
    width: 100%;
    height: 1px;
}

.bg-banner {
    position: relative;
}

.bg-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, .92) 0%, rgba(31, 31, 31, .9) 40%, rgba(255, 184, 0, .35) 70%, rgba(0, 0, 0, .94) 100%);
    pointer-events: none;
    z-index: 1;
}/* End custom CSS */