.elementor-1036 .elementor-element.elementor-element-b2cba50{--display:flex;}body.elementor-page-1036:not(.elementor-motion-effects-element-type-background), body.elementor-page-1036 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS *//* Retirar margens e rolagem horizontal */

.elementor-widget-text-editor p:last-child{
margin-top:0px; /* Retira espaçamento superior dos paragrafos */
margin-bottom:0px; /* Retira espaçamento inferior dos paragrafos */
}

html,
body{
width:100%;
overflow-x:hidden; /* Retira scroll horizontal */
}

.balance {
  text-wrap: balance; /* Equilibra a quebra de linhas automaticamente, melhorando a legibilidade de títulos ou textos curtos. Precisa adicionar a class CSS "balance" sem aspas no widget de texto/titulo desejado.*/
}

/*  Medidas */

.elementor-icon svg {
  height: unset !important;
  margin-bottom: -7px;
} 

/* fade up */

@keyframes fadeUp {
  0% {
    opacity: 0;
    filter: blur(7px);
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

.up {
      opacity: 0; /* importante para garantir que comece do zero */
  animation: fadeUp 1s 0.4s ease forwards;
}


/* Personalização do Scroll */

body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #000000;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(0deg, white, white);
  /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #000000;  /* creates padding around scroll thumb */
}


/* Cores */

.cor {
color: #D61E00;
}

.cor1 {
    color: #5C952F;
}

.deg1 {
background: var(--Gold, linear-gradient(201deg, #FFE0B7 11.42%, #AC8461 82.22%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
}


/* Pesos de fontes */

.sm {
font-weight: 600;
}

.m {
font-weight: 500;
}

.n {
font-weight: 400;
}

.b {
font-weight: 700;
}

.eb {
font-weight: 800;
}

.i{
font-style: italic;
}/* End custom CSS */