.elementor-kit-8{--e-global-color-primary:#FAFAFA;--e-global-color-secondary:#1A237E;--e-global-color-text:#AAAAAA;--e-global-color-accent:#F4D06F;--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:#0A192F91;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:#FFFFFF;}.elementor-kit-8 h1{color:#FFFFFF;font-family:"Montserrat", Sans-serif;font-size:13px;font-weight:700;}.elementor-kit-8 h2{color:#929292;font-family:"Poppins", Sans-serif;font-size:17px;font-weight:500;}.elementor-kit-8 h3{color:#929292;font-family:"Poppins", Sans-serif;font-size:10px;font-weight:400;}.elementor-kit-8 h4{color:#F4D06F;font-family:"Playfair Display", Sans-serif;font-weight:500;font-style:italic;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 .site-branding{flex-direction:column;align-items:stretch;}.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 */body {
  position: relative;
  background-color: #0A192F; /* Fundo azul petróleo escuro */
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  top: 20%;
  left: 30%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212,175,55,0.4) 0%, transparent 80%);
  filter: blur(150px);
  pointer-events: none;
  z-index: 0;
}

body::after {
  content: "";
  position: fixed;
  bottom: 15%;
  right: 25%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0,119,182,0.3) 0%, transparent 70%);
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}
.cardo-glass {
  background: linear-gradient(135deg, #F4D06F 0%, #BFA640 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 24px;
  transition: all 0.3s ease-in-out;
  color: #1A1A1A; /* cor de texto mais escura para contraste */
}

.cardo-glass:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  transform: translateY(-4px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  filter: brightness(1.05); /* efeito leve de brilho no hover */
}html, body {
  overflow-x: hidden !important;
}

.elementor-section {
  overflow: hidden !important;
}/* End custom CSS */