.elementor-kit-8{--e-global-color-primary:#1A1A1A;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#F1F1F1;--e-global-color-accent:#B51917;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1260px;}.e-con{--container-max-width:1260px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 */html, body{
    width: 100%;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 18px;
}

@media(max-width: 767px){
    body::-webkit-scrollbar {
    display: none;
        
    }
}

body::-webkit-scrollbar-track {
    background: #1A1A1A;
}

body::-webkit-scrollbar-thumb {
    background: #B51917;
    border-radius: 10px;
    border: 4px solid #1A1A1A;
    transition: 0.5s;
}

body::-webkit-scrollbar-thumb:hover {
    background: #500100;
}

.backdrop {
    backdrop-filter: blur(15px)!important;
    -webkit-backdrop-filter: blur(15px)!important;
}




/* BOTAO VERSAO-1 USAR: '.botaostyle' */

.botaostyle .elementor-button {
    /*color: white!important;*/
    font-weight: 600!important;
  background-image: linear-gradient(45deg, #B51917 20%, #800000, #B51917 80%) !important;
  background-size: 300% 100% !important;
  animation: animacao 8s linear infinite;
  transition: 0.4s ease;
  border-radius: 5px !important;
  box-shadow: 0px 0px 5px 0px #B51917;
}


.botaostyle .elementor-button:hover {
    font-weight: 600!important;
    transform: scale(1);
    background-clip: text !important;
  -webkit-background-clip: text !important;
    color: transparent !important;
    box-shadow: 0px 0px 14px 0px #F63C27;
}


.botaostyle .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: -1;
  background-color: white !important;
  transition: 0.4s ease !important;
  opacity: 0 !important;
  mix-blend-mode: multiply !important;
}

.botaostyle .elementor-button:hover::before {
  opacity: 1 !important;
}


/* MOVIMENTAR EFEITOS */

@keyframes animacao {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}/* End custom CSS */