/* ====== FRANJA DE SECCIÓN ====== */
.section-banner {
  position: relative;
  background: url("../imagenes/frontis.jpg") no-repeat center center/cover;
  padding: 3rem 1rem;
  border-radius: 12px;
  margin: 2rem auto;
  text-align: center;
  overflow: hidden;
}

/* Degradado superpuesto */
.section-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( rgba(128,0,0,0.8));
  border-radius: 12px;
}

.section-banner h1 {
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  z-index: 1;
}

.section-banner h1 i {
  font-size: 1.8rem;
}



/** contenido */
.licenciamiento-box {
  text-align: center;
  padding: 3rem 1rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  max-width: 700px;
  margin: 2rem auto;
}

.logo-licenciamiento {
  width: 120px;
  height: auto;
  margin-bottom: 1.5rem;
}

.titulo-licenciamiento {
  font-size: 1.8rem;
  font-weight: 700;
  color: #800000; /* Guinda */
  margin-bottom: 1rem;
}

.texto-periodo {
  font-size: 1.1rem;
  color: #333;
  font-weight: 400;
}
