.title-producto{
    font-size: 1.5rem;
    font-weight: bold;
}
.title-ani{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
    background-color: gray;
    color: white;
    font-size: .9rem;
}
.counter-wrapper{
    text-align: center;
    margin-bottom: 20px;
}
.counter-item {
    text-align: center;
    margin: 0 auto 5px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.counter-wrapper .info {
    /* margin-top: 15px; */
    font-size: 20px;
    font-weight: 500;
    color: #1f1f1f;
}
.counter-wrapper .info2 {
    /* margin-top: 15px; */
    font-size: 16px;
    font-weight: 500;
    color: #1f1f1f;
    display: block !important;
}
.sombra{
    margin: .5rem;
}
.sombra:hover{
    -webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.29);
}
