body{
    height: 100%;
    margin: 0px;
}
.products {
    --bs-gutter-x: 0.5rem!important;
}

.btn-warning {
    color: white!important;
    background-color: #aa0e0f;
    border-color: #aa0e0f!important;
}

.btn-warning:hover {
    color: white!important;
    background-color: #c64f51;
    border-color: #c64f51;
}
.card{
    min-height: 348.4px;

}
.caracteristica{
    text-align: left;

}

.breadcrumb-item a{
    color:gray!important;
}
.img-product{
    padding: 14px!important;
}
.page-link{
    color:gray;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #aa0e0f;
    border-color: #0d6efd;
    border: 1px solid #aa0e0f;
}

.page-link:hover {
    z-index: 2;
    color: gray;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.left{
    margin: 0px;
    width: 20%;
    min-height: 100%;
    float: left;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}

.pagination-product{
    margin-top: 30px;
}
.road{
    margin-top: 30px;
    /*margin-left: 40px;*/
    color:gray!important;
}

.left h2 {
    width: 100%;
    margin: auto;
    text-align: center;

}


.product-form-price{
    background-color: #aa0e0f;
    width: 300px;
    padding: 6px;
    border-radius: 10px;
    color: white;
    padding-left: 13px;
    padding-right: 13px;
    text-decoration: none!important;
}
.product-info{
    padding: 34px 40px 0px 40px;
    border-top: 1px solid #aa0e0f;
    border-bottom: 1px solid #aa0e0f;
}
.left ul li{
    margin-bottom: 6px;
    text-decoration: none;
    list-style: none;
    width: 100%;
    height: auto;
    min-height: 32px;
    display: block;
    align-items: center;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity));
    border-left: #aa0e0f solid 5px;
    text-decoration: transparent;
    padding-left: 14px;
    color: gray;
}

.left ul li:hover{
    background-color:#aa0e0f;
    color:white;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.left ul{
    padding: initial;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 10px;
}
.left a{
    text-decoration: none;
    text-align: inherit;
}
.right{
    width: 80%;
    min-height: 100%;
    float: right;
}
.text-category{
    background-color: white;
    width: 90%;
    margin: auto;
    margin-top: 30px;
}
.lead {
    font-size: 1.02rem;
    font-weight: 300;
}

.display-4 {

    font-weight: 500;
}
.card{
    width: 13rem;

}
.container-container{
    text-align: center;
    margin: auto;
    width: 100%;
    padding-left: 55px;
}
/*Media query*/
@media (max-width: 897px) {

    .left nav{
        display: flex;
    }
    .road{
        margin: auto;
        margin-bottom: 18px;
    }
    .container-container{
        text-align: center;
        margin: auto;
        width: 100%;
    }
    .right{
        width: 100%;
        min-height: 100%;
        float: right;
        text-align: justify;
        padding: 0px;
    }

    .container-container{
        text-align: center;
    }
    .left{
        text-align: center;
        margin: 0px;
        width: 100%;
        min-height: auto;
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
    }
    .left ul li {
        border-right: #aa0e0f solid 5px;
    }
    .text-category{
        width: 100%;
    }
    .left ul {
        padding: initial;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: table-footer-group;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }
    .card{
        width: 100%;
    }
    .category-text{
        display: none;
    }
    #product-sharing{
        text-align: center;
    }
}

@media (min-width: 576px){
    .container, .container-sm {
        max-width: 100%;
    }
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    max-width: 206px;
    height: 206px;
    margin: auto;
    margin-top: 5px;
}

.col {
    flex: 0.1 0 0%;
}
.card-img, .card-img-top{
    margin-top: 0px;
}
.card-img{
    padding: 20px 20px 20px 20px;

}
.card{
    margin-top:10px;
    margin-right: 10px;
}
.card-img, .card-img-top {
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}

.card:hover{
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.05);
}
.#aa0e0f{
    background-color: #aa0e0f;
    color: white;

}
body,html{
    background-color: #f8f9fa;
}

.button__left-right {
    background: linear-gradient(to right, #aa0e0f 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: bottom right;
    transition: all .7s ease-out;
}

.button__left-right:hover {
    background-position: bottom left;
    color: #fff;
}