body {
    background-image: url("/resource/images/fons/base05.jpg");
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

body>div.container {
    background-color: rgba(16, 2, 30, 0.35);
}

a:link,
a:visited,
a:hover {
    color: #fff;
}

.text-decoration {
    text-decoration-line: underline;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.oculto {
    display: none;
}

.mostrar {
    display: block;
}

.clear_5 {
    height: 5px;
}

.margin_5 {
    margin: 5px;
}

.row-entrega {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}