﻿


.main-footer {
    background: #0063ac;
    padding: 15px;
    color: #fdfcfc;
    /* border-top: 1px solid #d2d6de; */
}

/*.product-img{
    font-size:20px;
    font-weight:500;
    text-align:center;
}*/
.products-list .product-info {
    margin-left: 40px;
}
.product-img p {
    font-size: 20px;
    font-weight: 500;
    padding-top: 8px;
   
}

.product-list-in-box>.item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #e4dede;
}

.products-list .product-description {
    display: block;
     color: #000000; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.products-list .product-title {
    font-weight: BOLD;
}
.product-img p i{
 color: #72afd2; 
}

.main-footer-asistencia {
    background: #0063ac;
    padding: 15px;
    color: #fdfcfc;   
}