﻿.card{
    border:0px;      
    margin-bottom: 30px;      
}
.card-web{            
    border-radius:12px;
    border:4px solid #449977 !important;
    background-color:white !important;
}
.card-header-web{
    height:100px;
    margin-left:10px;
    margin-right:10px;
    border-bottom:1px solid #449977 !important
}
.crd-valoracion{
    border-radius: 7px;
    border: 1px solid #f0f0f0;
    background-image: linear-gradient(to bottom right, #ffffff, #f7f7f7);
    box-shadow: 2px 2px 5px #00000033;
}
.div-valoracion{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-image:url(/imagenes/general.jpg);
    background-size:cover;
    background-position:center
}
