:root{
    --colorPrincipal: #A58F7E;
    --bs-body-bg: transparent;
}

.titleColorPage{
    color: var(--colorPrincipal);
}

.enlace-menu{
    font-size: 1.1rem;
    color: var(--colorPrincipal);
}

header{
    border-bottom: 1px solid rgba(128, 128, 128, 0.225);
}

/* .line-nav{
    border: 4px solid var(--colorPrincipal);
} */

.bi-dash-square-fill,.bi-plus-square-fill{
    color: var(--colorPrincipal);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #9c7c64;
    font-weight: 600;
}

.img-slider{
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.section-products{
    width: 100%;
    height: auto;
    padding: 50px 0px;
}

.img-card-product{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.btn-carrito{
    color: white;
    background-color: var(--colorPrincipal);
}

.card-compra{
    width: 100%;
    height: auto;
    background-color: rgb(239, 239, 239);
}

.section-compras{
    width: 100%;
    height: auto;
    padding: 70px 0px;
}

.miniatura-carrito{
    width: 80px;
    height: 80px;
    margin: auto;
    display: block;
    border-radius: 5px;
}

table{
    text-align: center;
    background: transparent!important;
}

tbody hr td {
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttonFloat{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--colorPrincipal);
    position: fixed;
    bottom: 20px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: white;
    padding: 5px;
    border: 5px solid white;
    text-decoration: none;
}

.buttonFloat i,span{
    pointer-events: none;
}

.buttonMoreProduct{
    border: 1px solid var(--colorPrincipal);
    display: block;
    text-align: center;
    font-size: 1.5rem;
    color: var(--colorPrincipal);
    padding: 5px;
    text-decoration: none;
    border-radius: 5px;
    transition: .4s ease-in;
    text-transform: uppercase;
}

.buttonMoreProduct:hover{
    transition: .4s ease-in;
    color: white;
    background-color: var(--colorPrincipal);
}

.buttonFloat .bi-cart3, span {
    pointer-events: none;
}

/* Slider   */

.descrip-sect{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 10px;
    border-bottom: 1px solid var(--colorPrincipal);
}

.descrip-sect h2{
    width: 50%;
    height: auto;
    color: var(--colorPrincipal);
    text-transform: uppercase;
}

.custom-control{
    width: 50%;
    height: auto;
    color: var(--colorPrincipal);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    margin: 0;    
}

.custom-control .blaze-prev,.blaze-next{
    list-style: none;
    font-size: 1.8rem;
    cursor: pointer;
}

.cardProductSlider{
    width: 100%;
    height: 100%;
}

.blaze-slider {
  width: 100%;
  height: auto;
}

.blaze-container {
  width: 100%;
}

.blaze-track > * {
  box-sizing: border-box;
  width: calc(100% / var(--slides-to-show)); 
  flex-shrink: 0;
  height: auto;
}
.blaze-track img {
  width: 100%;
  display: block;
  object-fit: cover;
}

@media screen and (min-width:576px) {

}
@media screen and (min-width:768px) {
    .cardProductSlider{width: 50%;}
}
@media screen and (min-width:992px) {
     .cardProductSlider{width: 33.33%;}
}

@media screen and (min-width:1200px) {
  .cardProductSlider{width: 25%;}
}
@media screen and (min-width:1400px) {

}
