.info-gen p {
    font-size: 16px;
}

@media(min-width:345px) {
    span.badge.bg-primary {
        float: right;
    }

    span.badge.bg-danger {
        float: right;
    }
}

@media(min-width:992px) {
    .cont-horarios {
        border-left: 1px dotted lightgray;
    }

    span.span-title {
        border-bottom: 2px solid var(--breadcrumb-root);
        padding-bottom: 1px;
    }
}

.btn-card {
    padding: 12px 16px;
    text-align: center;
    background: var(--button-primary-background-color);
    color: white;
    border-radius: 0px 0px 0px 4px;
}

.bl-d {
    border-left: 1px dashed;
    border-radius: 0px 0px 4px 0px;
}

.btn-detail {
    width: 100%;
}

.btn-detail:hover {
    text-decoration: none;
}

.card {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 0.25);
    -moz-box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 0.25);
    box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 0.25);
    margin: 1em 0em;
    border-radius: 4px;
}

.card-header {
    padding: 16px 18px;
    background: #F5F5F5;
    border-radius: 4px 4px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.card-body {
    padding: 16px 15px 0px 15px;
}

.cont-info-store {
    padding-top: 5rem;
    background-color: #F8F8F8;
    border-radius: 4px;
}

.container-stores {
    margin: 0 auto 4em;
    max-width: 1366px;
    padding: 0 40px;
    width: 100%;
}

.d-flex {
    display: flex;
}

.days-hor {
    font-weight: bold;
}

.horario {
    display: flex;
    align-items: center;

}

.horario-tienda {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.horario i {
    margin-right: 8px;
    font-size: 16px;

    color: var(--text-color1);
}

h1.h1_content {
    display: none;
}

h2.card-subtitle {
    width: 75%;
    color: var(--text-color1);
    margin-right: 12px;
    place-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    justify-content: space-between;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px !important;
    font-weight: 600;
}

h3.title-sect-2 {
    border-bottom: 1px solid var(--border-color3);
    padding-bottom: 2px;
}

.img-store {
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
}

#other-stores {
    display: -webkit-box;
    overflow: auto;
    padding-right: 4rem;
}

.m-4 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.txt-ciudad {
    font-size: 16px;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: 16px;
}

span.info-hor {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



span.badge.bg-primary {
    color: white;
    background-color: #004797;
    padding: 5px 14px;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid #004797;
    align-self: center;
}


span.badge.bg-danger {
    color: #DD171B;
    background-color: white;
    padding: 5px 14px;
    font-size: 14px;
    border: 1px solid #DD171B;
    border-radius: 30px;
}

ul.lists-hor {
    padding: 0;
    width: fit-content;
}

li.element-hor {
    list-style: none;
    color: var(--text-color2);
    font-size: 14px;
    padding: 8px;
    border-radius: 4px;
}

.element-hor:nth-child(1) {
    font-weight: bold;
    color: var(--text-color1);
    background-color: #e5edf5;
}

.mb-2 {
    margin-bottom: 8px;
}

.mb-3 {
    margin-bottom: 12px;
}

.mb-4 {
    margin-bottom: 16px;
}

.name-store {
    margin: 0px 0px 16px 0px;
    font-size: 3rem;
}

.open {
    color: #004797;
    font-weight: bold;
}

.close-txt {
    color: #DD171B;
    font-weight: bold;
}

.tit_horario {
    align-items: center;
    color: #004797;
    font-size: 18px;
    font-weight: 700;
    display: flex;
}

.tit_horario i {
    color: #004797;
    font-size: 18px;
    margin-right: 8px;

}


.horarios_detalle p:not(:last-child) {
    border-right: thin solid grey
}

.links_detalle {
    margin: 20px 0
}

.links_detalle span a,
.store .comoLlegar a,
.store .ver_horario a {
    color: var(--link-text-color);
    font-size: 14px;
    text-decoration: underline
}

.links_detalle span a i {
    font-size: 16px
}

.links_detalle span:last-child {
    margin: 0 0 0 20px
}