.text-bold {
    font-weight: bold;
}

#sectionMenu {
    background-color: white;
    width: 80vw;
    padding: 2vh;
    padding-inline: 2vw;
    margin-bottom: 5rem;
    border-radius: 1.5vw;
    position: relative;
    overflow: hidden;
    height: auto;
}

#sectionMenu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1vw;
    width: calc(100% - 2vw);
    height: 6px;
    background-color: #1F2F40;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
}

.TarjetaMenu {
    background-color: white;
    padding: 20px;
    margin: 1px;
    height: 13vw;
    width: 11vw;
    box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.2);
    border-radius: 1.5vw;
    border: #D9D9D9 2px solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;

}

#IconTarjetaMenu {
    height: auto;
    width: 7vw;
    margin-bottom: 0.5rem;
}

#TextTarjetaMenu {
    font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    font-size: 1.3vw;
    color: #585757;
}

#asideMenu {
    display: grid;
    padding-bottom: 2vw;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    gap: 2vw;

}

.TarjetaMenu:hover {
    background-color: whitesmoke;
    transform: scale(1.07);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#TextMenuTitle {
    font-size: 40px;

}

#TextMenu {
    font-size: 30px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    #TextMenuTitle {
        font-size: 25px;

    }

    #TextMenu {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #asideMenu {
        grid-template-columns: 1fr;
        margin-left: 0;
        gap: 5vw;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .TarjetaMenu {
        width: 90%;
        height: auto;
    }

    #IconTarjetaMenu {
        width: 20vw;
    }

    #TextTarjetaMenu {
        font-size: 5vw;
    }

    #sectionMenu {
        padding-inline: 1vw;
        width: 95%;
    }
}






/* Listas  */
.TarjetaWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}


.TarjetaWrapper .collapse {
    margin-top: 10px;
}

.TarjetaWrapper .list-group {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.list-group-item {
    transition: all 0.2s ease;
    cursor: pointer;
}

.list-group-item:hover {
    background-color: #1F2F40;
    transform: translateY(-2px);
}

.list-group-item:hover a {
    color: white !important;
}

.list-group-item:hover a {
    color: white !important;
}

.list-group-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, #00c6ff, #00ff62);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(.4, 0, .2, 1);
}


.list-group-item:hover::after {
    transform: scaleX(1);
}

html,
body {
    background-color: whitesmoke;
    margin: 0 !important;
    min-height: 100vh;
    padding: 0 !important;
    width: 100%;
}

html {
    background: whitesmoke;
}

body {
    background-color: whitesmoke;
    overflow-x: hidden;
}

body > header.bg-orange {
    margin: 0 !important;
    position: relative;
    z-index: 1;
}

body > header.bg-orange::before {
    content: none;
    display: none;
}

body > header.bg-orange > * {
    position: relative;
    z-index: 1;
}

.bg-orange {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/Images/Mos1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.text-orange {
    color: #ffb875;
}

.btn-orange {
    background-color: #ff7a00;
    color: white;
    border: none;
    border-radius: 15px;
    padding-inline: 15px;
    padding-block: 5px;
}

.btn-orange:hover {
    background-color: #d46401;
}

.btn-orange-prod {
    background-color: #ff7a00;
    color: white;
    border: none;
    border-radius: 15px;
    padding-inline: 15px;
    padding-block: 5px;
}

.btn-yellow {
    background-color: #ffd814;
    color: black;
    border: none;
    text-align: center;
    font-size: large;
    width: 90%;
    height: auto;
    padding-block: 15px;
    border-radius: 25px;
}

.btn-confirm-black-text {
  color: rgba(0, 0, 0, 0.705) !important;
}

.btn-secondary {
    background-color: #272727;
    color: white;
    border: none;
    border-radius: 15px;
    padding-inline: 15px;
    padding-block: 5px;
}

.btn-secondary:hover {
    background-color: #d46401;
}

.btn-secondaryhover {
    background-color: #d46401;
    color: white;
    border: none;
    border-radius: 15px;
    padding-inline: 15px;
    padding-block: 5px;
}

.footer-menu {
    background: white;
    border-top: 3px solid #ff7a00;
    bottom: 0 !important;
    box-sizing: border-box;
    left: 0 !important;
    margin: 0 !important;
    min-height: calc(66px + env(safe-area-inset-bottom, 0px));
    padding: 8px 0 calc(8px + env(safe-area-inset-bottom, 0px)) !important;
    position: fixed;
    right: 0 !important;
    width: 100vw !important;
    z-index: 1030;
}

.footer-menu > div {
    align-items: stretch;
    display: flex;
    height: 50px;
    margin: 0 !important;
    padding: 0 !important;
}

.footer-menu a {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    line-height: 1;
    min-width: 0;
    text-decoration: none;
}

.footer-menu h4 {
    font-size: 0.95rem;
    line-height: 1.05;
    margin: 0;
}

.footer-menu i {
    color: gray;
    display: block;
    font-size: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
}

.footer-menu .active i {
    color: #ff7a00;
}.product-card {
    border-radius: 12px;
}

.inputLogin {
    background-color: transparent !important;
    border: 1px solid #ccc !important;
    color: rgb(0, 0, 0) !important;
}

#FachadaDiv {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.product-img-home {
    height: 150px;
    width: auto;
    object-fit: cover;
}




@media (min-width: 420px) {
    .product-img-home {
        height: 180px;
        width: auto;
        object-fit: cover;
    }
}

@media (max-width: 354px) {
    .product-img-home {
        height: 150px;
        width: auto;
        object-fit: cover;
    }
}



@media (min-width: 355px) {
    .sumaCadaProducto {
        display: block;
    }

}

@media (max-width: 354px) {
    .sumaCadaProducto {
        display: none;
    }
}
.product-card {

    height: 100%;
    display: flex;
    flex-direction: column;

}

.product-title {

    min-height: 48px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;

}






