html {
  scroll-behavior: smooth;
  scroll-padding: 100px;
}

html,
body {
  overflow-x: hidden;
  /* Impede que animações laterais empurrem o menu */
  position: relative;
  font-family: 'Inter', sans-serif;
}

/* Garante que o container do menu não sofra interferência das animações */
header,
nav {
  transform: none !important;
  opacity: 1 !important;
}

.gradient-blue {
  background: linear-gradient(135deg, #1453A0 0%, #4d96f0 100%);
}

.bg-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


iframe{
  width: 100%;
  height: 100%;
}

.single p{
  margin-bottom: 1em;
}
