/* HERO – Portada EST1 */

body.path-frontpage section.est1-hero {
  position: relative;
  overflow: hidden;
  min-height: 340px;
}

body.path-frontpage section.est1-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url("/sites/default/files/HeroAlumnos.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

body.path-frontpage section.est1-hero > * {
  position: relative;
  z-index: 1;
}

body.path-frontpage section.est1-hero h1 {
  font-family: "Kunstler Script", cursive;
  font-size: clamp(2.8rem, 5vw + 1rem, 4.5rem);
  text-align: center;
  font-weight: normal;
  margin-bottom: 0.5rem;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

body.path-frontpage section.est1-hero p {
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  opacity: 0.95;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

body.path-frontpage section.est1-hero .mb-3 {
  margin-bottom: 2rem !important;
}

body.path-frontpage section.est1-hero .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: inherit;
}

body.path-frontpage section.est1-hero .row {
  margin-top: auto;
  margin-bottom: 0;
}

/* Top header */
#navbar-top {
  background-color: #fff !important;
}