.elementor-kit-7{--e-global-color-primary:#F0F0F0;--e-global-color-secondary:#D0D0D0;--e-global-color-text:#232323;--e-global-color-accent:#474747;--e-global-color-ac1f673:#151316;--e-global-color-7a667f8:#A910CF;--e-global-color-5e39f11:#500EDD;--e-global-color-8368b34:#D9D9D9;--e-global-color-e490627:#272429;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:#151316;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS */html,body{
    overflow-x: hidden !important
}

/*BOTÃO PADRÃO*/

.elementor-button-content-wrapper{
    align-items: center
}

.containerBotoes{
  width: 100%;
  height: 70px;
  position: relative;
}

.botaoSuperior, .botaoInferior{
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  font-size:16px;
  letter-spacing: 1px;
  border-radius: 20px;
  border: none;
}

.botaoSuperior{
  background: linear-gradient(130deg, rgb(80, 14, 221), rgb(169, 16, 207));
  color: rgba(255, 255, 255, 0.903);
  mask: url("../../2024/11/nature_sprite_1-scaled-1.webp");
  -webkit-mask: url("../../2024/11/nature_sprite_1-scaled-1.webp");
  mask-size: 2300% 100%;
  mask-position: 0 0;
  -webkit-mask-size: 2300% 100%;
  z-index: 1;
  position: relative;

}

.botaoInferior{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 98%;
  height: 98%;
  background-color: white;
  color: black;
}

@keyframes mascara{
  to{
    mask-position: 100% 0;
  }
}

@keyframes mascaraInverso{
  from{
    mask-position: 100% 0;
  }to{
    mask-position: 0% 0;
  }
}

@media screen and (min-width:2400px){
    button{
        font-size: .9vw !important;
    }
    
    .containerBotoes{
        height: 3.4vw;
    }
    
}/* End custom CSS */