﻿#inicio > div.jumbotron.jumbotron-fluid {
    background-image: url(/SPA/img/fondoInicioLight.jpg);
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#batToastsCntrAbs > div {
    opacity: 1;
}

#busquedaFamFltr {
    border-bottom: 1px solid gray;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}

.adjuntosList, .pedidosList tbody tr {
    cursor: pointer;
}

.back-to-top {
    opacity: 0.7;
    box-shadow: 1px 1px 2px #bbb;
}

.map-container-6 {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-container-6 iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }


#creditos .form-control {
    border-bottom: 1px solid gray;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}

#creditos .jumbotron-fluid {
    background-image: url(/SPA/img/fondoInicioLight.jpg);
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#creditos .footer-basic-centered {
    /*background-color: #292c2f;*/
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font: normal 1em sans-serif;
    padding: 15px;
    margin-top: 10px;
    color: grey;
}

#creditosIcons {
    text-align: center;
    color: grey;
    font-size: 0.8em;
}

#ContenedorSPA > nav.navbar {
    border-bottom-color: #f44029;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    margin-bottom: 0px;
}

#ContenedorSPA > nav.mb-1 {
    /*margin-bottom: unset!important;*/
}

.precioFormato, .pnetoFormato {
    display: inline-block;
    font-size: 0.7em;
    opacity: 0.85;
    text-transform: lowercase;
}

.precioSinIva {
    width: 90%;
    color: #bbb;
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.btn-filter {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #ddd;
}

.btn-block {
    display: block;
    width: 100%;
}

.artVerDet a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 4em;
    min-height: 4em;
}

.artVerDet .descDto {
    position: absolute;
    /* bottom: 5px; */
    /* margin-bottom: 5px; */
    top: 1em;
    left: 1em;
}

.artVerDet .infoArt .descDto {
    position: static;
    /* bottom: 5px; */
    /* margin-bottom: 5px; */
    top: auto;
    left: auto;
}

.card-img-top {
    width: 100%;
    height: 150px;
    object-fit: scale-down;
}

.cadenasNameCntr {
    margin-top: -0.5em;
}

[data-role="ArticuloTemplate"] {
    display: none !important;
}
