.elementor-2607 .elementor-element.elementor-element-9c16f28{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2607 .elementor-element.elementor-element-83fb583{--display:flex;--min-height:680px;--border-radius:10px 10px 10px 10px;--padding-top:60px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;}.elementor-2607 .elementor-element.elementor-element-83fb583:not(.elementor-motion-effects-element-type-background), .elementor-2607 .elementor-element.elementor-element-83fb583 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-2928eb4 );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2607 .elementor-element.elementor-element-f37cbf4{width:var( --container-widget-width, 36% );max-width:36%;padding:0px 0px 30px 0px;--container-widget-width:36%;--container-widget-flex-grow:0;text-align:center;}.elementor-2607 .elementor-element.elementor-element-f37cbf4.elementor-element{--align-self:center;}.elementor-2607 .elementor-element.elementor-element-f37cbf4 .elementor-heading-title{font-family:"Sora", Sans-serif;font-size:35px;font-weight:700;line-height:40px;color:#FFFFFF;}.elementor-2607 .elementor-element.elementor-element-659bb33{--display:flex;}html.elementor-html{position:relative;}html.elementor-html::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin-right:auto;margin-left:auto;pointer-events:none;z-index:1000;min-height:100vh;} html.elementor-html::before{width:calc(100% - (2 * 320px));max-width:1280%;background-size:calc(100% + 16px) 100%;background-image:repeating-linear-gradient( to right, #FFFFFF08, #FFFFFF08 calc((100% / 12) - 16px), transparent calc((100% / 12) - 16px), transparent calc(100% / 12) );}@media(max-width:1024px){.elementor-2607 .elementor-element.elementor-element-f37cbf4{width:100%;max-width:100%;}.elementor-2607 .elementor-element.elementor-element-f37cbf4 .elementor-heading-title{font-size:26px;line-height:1.4em;}}@media(max-width:767px){.elementor-2607 .elementor-element.elementor-element-9c16f28{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2607 .elementor-element.elementor-element-83fb583{--padding-top:30px;--padding-bottom:30px;--padding-left:10px;--padding-right:10px;}.elementor-2607 .elementor-element.elementor-element-f37cbf4{width:100%;max-width:100%;text-align:center;}.elementor-2607 .elementor-element.elementor-element-f37cbf4 .elementor-heading-title{font-size:24px;line-height:1.4em;}}/* Start custom CSS for html, class: .elementor-element-a368a8a *//* Importa a fonte Sora */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600&display=swap');

/* Estilização geral */
body {
  font-family: 'Sora', sans-serif;
  background-color: #121212; /* Fundo escuro para contraste */
  color: #ffffff; /* Texto branco */
  line-height: 1.6; /* Espaçamento entre linhas */
  margin: 0;
  padding: 0;
}

/* Estilização de cabeçalhos */
h1, h2, h3 {
  color: #ffffff;
  margin-bottom: 15px;
}

h1 {
  font-size: 2rem;
  font-weight: 600;
}

h2 {
  font-size: 1.75rem;
  font-weight: 600;
}

h3 {
  font-size: 1.5rem;
  font-weight: 400;
}

/* Parágrafos */
p {
  margin-bottom: 15px;
  font-size: 1rem;
}

/* Listas */
ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

ul li {
  margin-bottom: 10px;
}

/* Links */
a {
  color: #1e90ff; /* Azul claro para contraste */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Botões (se houver) */
button {
  font-family: 'Sora', sans-serif;
  background-color: #1e90ff;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #1c86ee;
}

/* Media Queries para responsividade */

/* Para tablets (largura entre 768px e 1024px) */
@media (max-width: 1024px) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  p {
    font-size: 0.9rem;
  }

  ul {
    padding-left: 15px;
  }

  button {
    padding: 8px 16px;
  }
}

/* Para dispositivos móveis (largura até 767px) */
@media (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  p {
    font-size: 0.85rem;
  }

  ul {
    padding-left: 10px;
  }

  button {
    padding: 6px 12px;
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS */.cor1{
    background: linear-gradient(to right, #CA3442 20%, #A51B28 40%, #A51B28 60%, #CA3442 80%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 5s linear infinite;
   
}

@keyframes gradient {
    
    to {
        background-position: 200% center;
    }
    
    
}

.font-light {
    font-weight: 400; /* Ajuste o peso conforme necessário */
}


.noise {
    display: block;
    width: 100vw;
    height: 100vh;
    opacity: 0.1;
    background-image: url('https://elevamarkt.com/wp-content/uploads/2024/12/ruido-animado.gif');
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
}/* End custom CSS */