.bg-cards{
    background-color: #ececec;
    padding: 0;
    height: 500px;
}
.thumbnail{
    padding: 0 !important;
    margin-bottom: 0px;
}
.thumbnail .caption{
    padding: 0 !important;
}
.title-cards{
    margin: 0;
    background-color: #e31a1a;
    color: white;
    font-size: 15px;
    padding: 1rem;
}
ul{
    margin-bottom: 0px;
}
.mt{
    margin-top: 1.5rem;
}
.mb{
    margin-bottom: 1.5rem;
}
.pl{
    padding-left: 1rem;
}
/*.recuadroGris{
    background-color: #7a7a7e;
    padding: 5px 5px !important;
    text-align: center;
}*/
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.d-none{
    display: none;
}
.text-size-sup{
    font-size: 0.7em;
}
.img-modal{
    width: 100%;
    height: 500px;
}

@media only screen and (min-width : 320px) {
}
@media only screen and (min-width : 480px) {
}
@media only screen and (min-width : 768px) {
    .text-size-sup{
        font-size: 0.8em;
    }
    .d-none{
        display: block;
    }
    .img-modal{
        width: 100%;
        height: 600px;
    }
}
@media only screen and (min-width : 992px) {
    .text-size-sup{
        font-size: 1em;
    }
    .img-modal{
        width: 100%;
        height: 650px;
    }
}
@media only screen and (min-width : 1200px){
}