.height-100{
    height: 100vh;
}
.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-200 {
    margin-bottom: 200px;
}


:root{
      --brand-blue:#0b2f63;
      --brand-blue-2:#0a2a58;
      --brand-orange:#e6802a;
      --ink:#0f172a;
      --muted:#6b7280;
      --paper:#ffffff;
    }



    .hero-miiglesia{
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      min-height: 520px;
      background: #0b2f63;
    }

    /* Franja superior clara */
    .hero-miiglesia__topbar{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 74px; /* ajusta si quieres más/menos */
      background: rgba(230, 235, 244, .9);
      z-index: 2;
    }

    /* Fondo textura con overlay */
    .hero-miiglesia__bg{
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: 50% 50%;
      z-index: 1;
    }

    /* Contenido centrado */
    .hero-miiglesia__inner{
      position: relative;
      z-index: 3;
      /* min-height: 520px; */
      display: flex;
      align-items: center;
      padding: 40px 0 36px;
    }

    /* Icono esquina */
    .hero-miiglesia__corner{
      position: absolute;
      top: 18px;
      left: 18px;
      width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      
    }
    .hero-miiglesia__corner img{
      width: 90px;
      height: 90px;
      object-fit: contain;
    }

    /* Logo */
    .hero-miiglesia__logo{
      max-width: 560px;
      width: 78%;
      margin: 0 auto 26px;
      display: block;
    }

    /* Countdown */
    .hero-miiglesia__countdown{
      display: inline-block;
      margin: 0 auto;
    }

    .countdown-time{
      color: #ffffff;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 1;
      font-size: clamp(38px, 5.2vw, 64px);
    }

    .countdown-labels{
      display: flex;
      justify-content: space-between;
      gap: 18px;
      margin-top: 10px;
      color: rgba(255,255,255,.88);
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .6px;
      text-transform: none;
    }
    .countdown-labels span{
      min-width: 62px;
      text-align: center;
    }

    /* Meta (Lanzamiento) */
    .hero-meta{
      color: rgba(255,255,255,.88);
      font-size: 16px;
    }
    .hero-meta__title{
      margin-bottom: 4px;
    }
    .hero-meta__text{
      line-height: 1.35;
    }

    /* Responsive */
    @media (max-width: 575.98px){
      .hero-miiglesia__inner{ padding: 34px 0 28px; }
      .hero-miiglesia__topbar{ height: 76px; }
      .countdown-labels{ gap: 10px; font-size: 11px; }
      .countdown-labels span{ min-width: 52px; }
    }


    /* ===== SECCIÓN NARANJA ===== */
.section-orange{
  background: #e6802a;
  color: #fff;
  padding: 80px 0 70px; /* padding vertical */
}

/* ESTE ES EL KEY: padding lateral fijo + ancho máximo */
.section-orange__pad{
  width: 100%;
  max-width: 1180px;      /* controla el ancho del contenido */
  margin: 0 auto;         /* centra el bloque */
  padding-left: 90px;     /* aire izquierda (como screenshot) */
  padding-right: 90px;    /* aire derecha (como screenshot) */
}

/* Ajustes para tablets */
@media (max-width: 991.98px){
  .section-orange{ padding: 62px 0 56px; }
  .section-orange__pad{
    max-width: 960px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Ajustes para mobile */
@media (max-width: 575.98px){
  .section-orange__pad{
    padding-left: 22px;
    padding-right: 22px;
  }
}

/* ===== tipografía y layout como tu diseño ===== */
.section-orange__top{ margin-bottom: 56px; }

.section-orange__title{
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 14px 0;
  color: #fff;
}

.section-orange__underline{
  width: 320px;
  max-width: 100%;
  height: 2px;
  background: rgba(255,255,255,.85);
  margin: 0 0 22px 0;
}

.section-orange__subtitle{
  
  font-weight: 600;
  margin: 0 0 18px 0;
  color: rgba(255,255,255,.92);
}

.section-orange__text{
  
  line-height: 1.7;
  margin-bottom: 18px;
  max-width: 520px;
  color: rgba(255,255,255,.95);
}

.section-orange__media{
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  background: rgba(0,0,0,.08);
}

.section-orange__badge{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(0,0,0,.20);
  border: 2px solid rgba(255,255,255,.25);
  padding: 6px;
}

.section-orange__around-title{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 18px 0 44px;
  color: rgba(255,255,255,.95);
}

.section-orange__icon{
  width: 78px;
  height: 78px;
  margin: 0 auto 14px;
  display: block;
  filter: brightness(0) saturate(100%) invert(14%) sepia(64%) saturate(2300%) hue-rotate(197deg) brightness(92%) contrast(105%);
}

.section-orange__icon-label{
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  color: rgba(255,255,255,.95);
}

.section-orange__contact{
  margin-top: 70px;
  text-align: center;
  color: rgba(255,255,255,.92);
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.section-orange__contact a{
  color: rgba(255,255,255,.95);
  text-decoration: underline;
  font-weight: 700;
}
