html, nav, footer{background: rgb(131,58,180);
    background: linear-gradient(90deg, 
            rgba(131,58,180,1) 0%, 
            rgba(52,166,31,1) 50%, 
            rgba(252,176,69,1) 100%);}
a{text-decoration: none;}
img{max-width: 100%;}

.navbar-brand{color: white;}
.navbar-brand:hover{color: white; font-weight: bold;}
.navbar-text{color: white;}
.texto-blanco{color: white !important;}

#jumbo-home{background-image: url(../imgs/libroremolino.jpg);
    background-size: cover; 
    color: white;
    border-radius: 0px 0px 15px 15px !important;}
.jumbo-letras{padding-top: 1.5rem!important;
    padding-bottom: 1rem!important;
    background: rgb(0, 0, 0, .4);}

.card-home{padding: 10px 0 0;}
.card-home .card-footer{color: white !important; font-weight: bold;}
.card-home .card-title{height: 50px;}
.card-home {color: black}

.ficha-curso {padding-top: 15px;}
.ficha-curso h5{padding: 0 0 8px 0;}
.ficha-curso button{width: 100%;}

.ficha-plan{border: 1px solid}
.ficha-plan h5{padding-top: 10px; padding-bottom: 10px}

.pag-curso h3{margin-top:13px}