.container {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.w-auto {
    width: auto;
}

.text-no-wrap {
    white-space: nowrap;
}

.text-smaller {
    font-size: 13px;
    line-height: 24px;
}

.enconstruccion {
    background-size: 10rem;
    background-image: repeating-linear-gradient(
        to bottom left,
        black,
        black 15px,
        transparent 15px,
        transparent 30px
    );
}