.pagina-calendario-acoes{
  background:
    linear-gradient(180deg, #f4f7fb 0%, #eef3f7 220px, #eef3f7 100%);
}

.hero-acoes{
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  background-image:
    linear-gradient(180deg, rgba(16, 33, 47, 0.18) 0%, rgba(16, 33, 47, 0.60) 100%),
    url("https://www.destino.foz.br/wp-content/uploads/2021/12/011-%E2%80%93-Cataratas-do-Iguac%CC%A7u-1-edited.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero-acoes__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(8, 25, 39, 0.15) 0%, rgba(8, 25, 39, 0.72) 100%);
}

.hero-acoes__conteudo{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 18px 34px;
}

.hero-acoes__topo{
  display:flex;
  align-items:center;
  margin-bottom: 28px;
}

.hero-acoes__logo{
  width: 180px;
  max-width: 48vw;
  height: auto;
  display:block;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.20));
}

.hero-acoes__texto{
  max-width: 760px;
  color: #fff;
}

.hero-acoes__eyebrow{
  display:inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.22);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(3px);
}

.hero-acoes__texto h1{
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1.05;
  font-weight: 800;
  text-shadow: 0 2px 10px rgba(0,0,0,0.18);
}

.hero-acoes__texto p{
  margin: 0;
  max-width: 700px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255,255,255,0.94);
}

.container--calendario{
  margin-top: -44px;
  position: relative;
  z-index: 3;
}

.container--calendario .dashboard{
  margin-bottom: 18px;
}

.container--calendario .kpi,
.container--calendario .filtros,
.container--calendario .lista-eventos{
  backdrop-filter: blur(2px);
}

.container--calendario .kpi{
  border-top: 4px solid rgba(48, 71, 94, 0.08);
}

.container--calendario .filtros{
  padding-top: 18px;
}

@media (max-width: 900px){
  .hero-acoes{
    min-height: 280px;
    background-position: center center;
  }

  .hero-acoes__conteudo{
    padding: 24px 18px 28px;
  }

  .hero-acoes__logo{
    width: 150px;
  }

  .hero-acoes__texto h1{
    font-size: 34px;
  }

  .hero-acoes__texto p{
    font-size: 15px;
  }

  .container--calendario{
    margin-top: -28px;
  }
}

@media (max-width: 640px){
  .hero-acoes{
    min-height: 250px;
  }

  .hero-acoes__topo{
    margin-bottom: 18px;
  }

  .hero-acoes__logo{
    width: 128px;
  }

  .hero-acoes__texto h1{
    font-size: 28px;
  }

  .hero-acoes__texto p{
    font-size: 14px;
    line-height: 1.45;
  }

  .hero-acoes__eyebrow{
    font-size: 11px;
  }

  .container--calendario{
    margin-top: -18px;
  }
}