.curso-detalle{
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
}
.curso-detalle h3{
    margin-bottom: 0px!important;
    font-size: 18px;
    color: #ffffff;
    background: #002EFF;
    padding: 9px 20px 9px 20px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    display: inline-block;
    min-width: 284px;
}
.curso-detalle.rosa h3{
    background: #FD6C98;
    color: #020247;
}
.curso-detalle p{
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0px;
    padding: 20px;
}
.curso-detalle a{
    color: #191919;
    font-size: 16px;
    text-decoration: underline;
}
.universidad-manual{
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 80px;
    position: relative;
    margin-top: 20px;
    min-height: 66px;
}
.universidad-manual::before{
    content: "";
    height: 100%;
    width: 10px;
    background: #FD6C98;
    position: absolute;
    left: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.universidad-manual.azul::before{
    background:#002EFF;
}
.universidad-manual h3{
    margin-bottom: 0px;
    font-size: 18px;
    margin-left: 24px;
    font-weight: 500;
    color: #191919;
}
.mas-info{
    display: flex;
    align-items: center;
}
.mas-info h4{
    margin-bottom: 0px;
    font-size: 14px;
    color: #002EFF;
    margin-left: 5px;
    padding: 24px 0px;
    font-weight: 400;
    margin-right: 24px;
}
a{
    color: #002EFF;
}
a:hover{
    text-decoration: none;
}
.logo-universidad-entel{
    position: absolute;
    top: 25%;
    left: 10%;
}
@media (max-width: 567px){
    .curso-detalle h3{
        width: 85%;
    }
    .universidad-manual h3{
        font-size: 16px;
        margin-right: auto;
        margin-left: 30px!important;
        margin-top: 10px;
    }
    .universidad-manual{
        flex-direction: column;
    }
    .mas-info{
        margin-right: auto!important;
        margin-left: 30px!important;
    }
    .mas-info h4{
        margin-bottom: 0px;
        font-size: 14px;
        color: #002EFF;
        margin-left: 5px;
        padding: 15px 0px;
        font-weight: 400;
        margin-right: 24px;
    }
    .logo-universidad-entel{
        top: 10%;
    }
}