.btnCurso{
    background: #ffffff;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
    height: 300px;
    width: 250px;
    margin: 10px 30px;
    display: flex;
     text-decoration: none!important;
    border-bottom: 5px solid #191970;
    transition: 0.3s;
    color: #191970;
}
.btnCurso:hover{
    box-shadow: 0px 0px 15px 5px rgba(255,140,0,0.43);
    border-bottom: 5px solid #ff8c00;
    color: #191970;
    
}

.btnInside{
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.sectionCurso{

   width: 100%;
    
}
.divCurso{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}