.elementor-1684 .elementor-element.elementor-element-8b7f008{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1684 .elementor-element.elementor-element-d25010b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:80px;--padding-left:30px;--padding-right:30px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1684 .elementor-element.elementor-element-d25010b{--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-1684 .elementor-element.elementor-element-d25010b{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-0d30f3f *//* === BANNER CONTEMPLADOS === */
.mc-page-hero {
  position: relative;
  min-height: 440px!important;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  font-family: 'Manrope', sans-serif;
}

/* BG alternante */
.mc-page-hero-bgs {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.mc-page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease, transform 10s ease;
  transform: scale(1.06);
}
.mc-page-hero-bg.active {
  opacity: 1;
  transform: scale(1);
}

/* Overlay gradiente escuro da marca */
.mc-page-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(11, 19, 43, 0.88) 0%,
    rgba(30, 58, 95, 0.72) 40%,
    rgba(106, 49, 128, 0.65) 100%
  );
}

/* Conteúdo */
.mc-page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 24px 86px!important;
}

/* Tag */
.mc-page-hero-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 12px;
}

/* Título */
.mc-page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 16px;
}
.mc-page-hero h1 span {
  background: linear-gradient(90deg, #5B9BD5 0%, #2ED8B6 50%, #B06DD4 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: mcBannerGrad 4s ease infinite;
}
@keyframes mcBannerGrad {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Descrição */
.mc-page-hero p {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  max-width: 540px;
  line-height: 1.7;
  margin: 0;
}

/* Linha gradiente inferior */
.mc-page-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 3;
  background: linear-gradient(90deg, #1E3A5F 0%, #1A9C88 50%, #6A3180 100%);
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .mc-page-hero {
    min-height: 280px;
  }
  .mc-page-hero-content {
    padding: 80px 20px 40px;
  }
  .mc-page-hero p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .mc-page-hero {
    min-height: 240px;
  }
  .mc-page-hero-content {
    padding: 72px 16px 32px;
  }
}/* End custom CSS */