.elementor-kit-7{--e-global-color-primary:#14213D;--e-global-color-secondary:#FCA311;--e-global-color-text:#333333;--e-global-color-accent:#777777;--e-global-color-2f62f76:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:34px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 {
  cursor: url('https://hi.ubaldojunior.com.br/wp-content/uploads/2025/07/cursor-unna.png'), auto;
}

.elementor-popup-modal .dialog-close-button svg {
  fill: #FCA311 !important;
  transition: transform 0.4s ease, fill 0.3s ease;
}

.elementor-popup-modal .dialog-close-button:hover svg {
  transform: rotate(180deg);
}

.mensagem-erro-unna {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  color: #0D1B2A;
  font-weight: bold;
  font-family: inherit;
  padding: 20px 30px;
  border-radius: 12px;
  text-align: center;
  display: none;
  animation: fadeInUnna 4s ease;
}

@keyframes fadeInUnna {
  from {
    opacity: 0;
    transform: translate(-50%, -60%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Efeito Blur Inferior com Transição no Scroll */
.blur-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40vh;
  pointer-events: none;
  z-index: 9999;
  backdrop-filter: blur(20px);
  transition: opacity 0.6s ease;
  opacity: 0;

  mask-image: linear-gradient(to top, rgba(0,0,0,1) 30%, rgba(0,0,0,0));
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 30%, rgba(0,0,0,0)); /* Safari */
}

body.scrolled .blur-overlay {
  opacity: 1;
}

body.end-of-page .blur-overlay {
  opacity: 0;
}/* End custom CSS */