.elementor-kit-10{--e-global-color-primary:#010813;--e-global-color-secondary:#020C1D;--e-global-color-text:#FFFFFF;--e-global-color-accent:#2FCCDA;--e-global-color-ef6552e:#07409D;--e-global-color-bb2da8d:#9B9B9B;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;background-color:#010813;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.borda-gradiente{
     border-top: 1px solid;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(to right, #010813, #07409D, #2FCCDA, #07409D, #010813);
    border-image-slice: 1;
}


.txt-gradiente {
    background: -webkit-linear-gradient(360deg, #25C2D0, #07409D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.elementor-button{
    
  background: linear-gradient(329deg, #07409d, #25c2d0, #07409d);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    -o-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
}


@-webkit-keyframes AnimationName {
    0%{background-position:0% 53%}
    50%{background-position:100% 48%}
    100%{background-position:0% 53%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 53%}
    50%{background-position:100% 48%}
    100%{background-position:0% 53%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 53%}
    50%{background-position:100% 48%}
    100%{background-position:0% 53%}
}
@keyframes AnimationName {
    0%{background-position:0% 53%}
    50%{background-position:100% 48%}
    100%{background-position:0% 53%}
}



::-webkit-scrollbar{
    width: 0.8vw;
    background: #080A0C;
}
::-webkit-scrollbar-thumb{
    background: -webkit-linear-gradient(transparent,#07429E,#24C0CF);
    background: linear-gradient(transparent,#07429E,#24C0CF);
    border-radius: 20px;
}/* End custom CSS */