#testimonial .tit-1 {
    font-weight: bold;
    color:#EB6419;
    font-size: 16px;
    text-align: center;
}

#testimonial .sub-1 {
    text-align: center;
    margin-top: -5px;
    font-size: 24px;
    color: #3C3C3B;
}

#testimonial .text-1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #747472;
    margin-bottom: 25px;
    text-align: center;
}

#testimonial .cuadrito {
    text-align: center;
    font-size: 13px;
    color: #EB6419;
    margin-top: -10px;
    margin-bottom: 15px;
}

#testimonial .thim-click-to-bottom {
    font-size: 40px;
    text-align: center;

}

#testimonial .thim-click-to-bottom .fa-ellipsis-v {
    color: #1786C8;
}

#testimonial .rotate a {
    border: 2px solid #1786C8;
    font-size: 18px;
    padding: 8px;
    border-radius: 30px;
    text-align: center;
}


#testimonial img {
   /* filter: blur(6px);*/   
    background: url(../images/comentarios_ventas-grt.png) no-repeat left;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 300px;
    max-height: 500px; 
}

#testimonial .overlay {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
}

#testimonial .overlay {
    cursor: pointer;
    opacity: 1;
    resize: none;
    overflow: auto;
}

#testimonial .item .overlay {
    padding: 60px 60px;
}

#testimonial .icon {
    font-size: 30px;
    color: #fff;
    margin-bottom: 5px;
    margin-top: -2px;
}

#testimonial h4.nombre {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #EB6419;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
    
}

#testimonial p.coment {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}


/*------------RESPONSIVE------------*/

@media (min-width:480px) {
    
    #testimonial p.coment {
        margin-bottom: 30px;
        font-size: 14px;
    }
    
    #testimonial h4.nombre {
        font-size: 20px;
        color: #EB6419;
    }
    
    #testimonial .item .overlay {
    padding: 60px 80px;
    }

}

@media (min-width:768px) {
    
    #testimonial p.coment {
        margin-bottom: 30px;
        font-size: 14px;
    }
    
    #testimonial h4.nombre {
        font-size: 22px;
        color: #fff;
    }
    
    #testimonial .item .overlay {
        padding: 60px 140px;
    }
}

@media (min-width:768px) {
    #testimonial .item .overlay {
        padding: 60px 150px;
    }
}

@media (min-width:1024px) {
    #testimonial .item .overlay {
        padding: 60px 200px;
    }
}

@media (min-width:1090px) {     
    #testimonial .thim-click-to-bottom .fa-ellipsis-v {
        color: #fff;
    }

    #testimonial .rotate a {
        border: none;
        color: none;
    }
}

@media (min-width:1500px) {
    #testimonial .item .overlay {
        padding: 60px 250px;
    }
}

/*------------RESPONSIVE------------*/