.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#DADADA;}.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;}.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 */p{
    margin-bottom: 0;
}

html, body{
    width:100%;
    overflow-x: hidden;
}

body: :-webkit-scrollbar{
    background: white;
}

body: :-webkit-scrollbar-thumb{
    background: #fff;
    border-radius 20px
    border: 3px solid blue;
}

html { 
    scroll-behavior: smooth
}
  
/* divisão */
.e{
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #800101, transparent) 1; 
}

/* divisao bottom */
.e2{
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, transparent, #800101, transparent) 50;
}

/* divisao bottom2 */
.e3{
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg,#F2298200, #B28C57, #F2298200, transparent) 1;
}

/*sombreado*/

#sessao1{
    max-height: 3000px;
    transition: 0.5s;
    overflow: hidden;
}

#sessao1:hover{
    max-height: 1000px;
}

#sessao1::after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #000);
    transition: 0.5s;
}

#sessao1:hover::after{
    opacity: 100;
}

/* título principal */

.h1 .elementor-heading-title{
    background: linear-gradient(to right, #00d0ff, #00b9ff, #008cff, #0054ff,#00d0ff,#00b9ff);
    background-size: 400%;
   animation: text-gradient 8s ease infinite;
 padding:5px 0;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
 background-clip: text;
   text-fill-color: transparent;
}

@keyframes text-gradient {
 0% {
  background-position: 0% 50%;
 }
 50% {
  background-position: 100% 50%;
 }
 100% {
  background-position: 0% 50%;
 }
}

#title1{    background: linear-gradient(to right,#CA252D, #771224, #771224, #CA252D,
    #771224,#771224);
    background-size: 400%;
   animation: text-gradient 8s ease infinite;
 padding:5px 0;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
 background-clip: text;
   text-fill-color: transparent;
}

@keyframes text-gradient {
 0% {
  background-position: 0% 50%;
 }
 50% {
  background-position: 100% 50%;
 }
 100% {
  background-position: 0% 50%;
 }
}


/*borda arrendondada*/

#bd1 {
  position: relative;
  background: #FFFFFF;
  border-radius: 15px;
  
}
#bd1:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px; 
  padding: 2px; 
  background:linear-gradient(45deg, #00C1FF , #006AFF, #00BFFF); 
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}

/*borda2 arrendondada*/

#bd2 {
  position: relative;
}
#bd2:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px; 
  padding: 1px; 
  background:linear-gradient(45deg, #5E0000, transparent 55%, #CF0000, #CF0000); 
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}
/*scroll bar */

html, body {
   max-width: 100%;
   overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #FFFFFF;
}
  
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: linear-gradient(180deg, #850101, #4d0101);
    ;
}

::-webkit-scrollbar-thumb:hover {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: linear-gradient(60deg, #1078FF, #015FFF);
    
}

/*menu embaçado */

.efeito-blur {
   backdrop-filter: blur(5px);
}

#botao1 .elementor-button {
border-top-left-radius: 20px 100% !important;
border-bottom-left-radius: 20px 100% !important;
border-top-right-radius: 20px 100% !important;
border-bottom-right-radius: 20px 100% !important;
/*Mude a cor da sombra aqui!*/
box-shadow: inset 0px 0px 5px 5px #ffffff25, 0px 5px 0px 0px #910505 !important;
/*Mude a cor do botão aqui!*/
background: linear-gradient(45deg, #4166e0, #d8000, #4166e0, #8ebfff, #4166e0, #910505);
background-size: 200% 200%;
animation: shine 5s ease-in-out infinite;
transform-origin: center;
}
.elementor-kit-7 .elementor-button:hover {
transform: scale(1.05);
}
@keyframes shine {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}

.elementor-kit-7 .elementor-button:active {
box-shadow: inset 0px 0px 5px 5px #910505, 0px 5px 0px 0px #910505 !important;
-webkit-transition: box-shadow 0.2s ease-in;
-moz-transition: box-shadow 0.2s ease-in;
transition: all 0.1s ease-in;
transform: scale(1);
}

#botao2 .elementor-button{
box-shadow: 0 0 0 0 #000;
animation: pulse-white 2s infinite;

}

@keyframes pulse-white {
0% {
transform: scale(1);
box-shadow: 0 0 0 0 #d50000
}

70% {
transform: scale(1.01);
box-shadow: 0 0 0 10px transparent
}

100% {
transform: scale(1);
box-shadow: 0 0 0 0 transparent
}
}

#botao3 .elementor-button {
border-top-left-radius: 20px 100% !important;
border-bottom-left-radius: 20px 100% !important;
border-top-right-radius: 20px 100% !important;
border-bottom-right-radius: 20px 100% !important;

/*Mude a cor do botão aqui!*/
background: linear-gradient(45deg, #ffffff, #ffffff, #ffffff, #ffffff, #ffc1c6, #ffffff);
background-size: 200% 200%;
animation: shine 5s ease-in-out infinite;
transform-origin: center;
}
.elementor-kit-7 .elementor-button:hover {
transform: scale(1.05);
}
@keyframes shine {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}/* End custom CSS */