.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-5 .elementor-element.elementor-element-72c597e .elementor-heading-title{font-family:"Aston", Sans-serif;font-size:104px;font-weight:600;color:#FFFFFF;}@media(max-width:767px){.elementor-5 .elementor-element.elementor-element-72c597e .elementor-heading-title{font-size:48px;}}/* Start custom CSS */.studimatsu-lasatina-intro {
  position: fixed;
  inset: 0;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background: #76130f;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}

.studimatsu-lasatina-text {
  position: absolute;
  opacity: 0;
  animation: studimatsuTextLoop 12s ease-in-out infinite;
}

.studimatsu-lasatina-logo {
  position: absolute;
  opacity: 0;
  mix-blend-mode: lighten;
  animation: studimatsuLogoLoop 12s ease-in-out infinite;
}

.studimatsu-lasatina-logo img {
  width: min(70vw, 430px);
  max-width: 430px;
  height: auto;
  display: block;
}

@keyframes studimatsuTextLoop {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }

  10%,
  38% {
    opacity: 1;
    transform: translateY(0);
  }

  48%,
  100% {
    opacity: 0;
    transform: translateY(-14px);
  }
}

@keyframes studimatsuLogoLoop {
  0%,
  46% {
    opacity: 0;
    transform: scale(0.96);
  }

  58%,
  88% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.02);
  }
}
.studimatsu-lasatina-footer {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  z-index: 2;
  width: calc(100% - 40px);
  text-align: center;
  opacity: 0.75;
}
@media (max-width: 767px) {
  .studimatsu-lasatina-footer {
    bottom: 24px;
    width: calc(100% - 32px);
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Aston';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://lasantina.com.br/wp-content/uploads/2026/06/Aston-Script.ttf') format('truetype');
}
/* End Custom Fonts CSS */