/* 🎨 SECCIÓN INTRODUCCIÓN */
.section-intro {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

/* 🖼️ Imagen de respaldo (cuando falla la principal) */
.section-intro .mbr-fallback-image.disabled {
    display: none;
}

.section-intro .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

/* 📐 Layout general */
.section-intro .row {
    justify-content: space-between;
}

/* 🏷️ Etiqueta (label decorativo encima del título) */
.section-intro .title-wrapper .label-wrapper .mbr-label {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid var(--primary-color);
}

/* 📱 Ajustes responsive para pantallas menores a 992px */
@media (max-width: 992px) {
    .section-intro .title-wrapper .mbr-section-title {
        margin-bottom: 20px;
    }
}

/* 📝 Contenido de texto */
.section-intro .content-wrapper .mbr-desc {
    margin-bottom: 20px;
}

.section-intro .content-wrapper .mbr-text {
    margin-bottom: 0;
}

/* 🔘 Botón principal */
.section-intro .content-wrapper .mbr-section-btn {
    margin-top: 30px;
}

@media (max-width: 992px) {
    .section-intro .content-wrapper .mbr-section-btn {
        margin-top: 20px;
    }
}

/* 🎨 Colores de tipografía */
.section-intro .mbr-label {
    color: #000000;
}

.section-intro .mbr-section-title {
    color: #000000;
}

.section-intro .mbr-desc {
    color: #000000;
}

.section-intro .mbr-text {
    color: #8a8a8a;
}
