#main #lifestyle .cont_btn .btn {
        min-width: 300px;
    text-align: center;
    font-family: 'MBCorpoSTextRegular';
    font-weight: 700;
    line-height: 26px;
    font-size: 20px;
    text-transform: uppercase;
    border: solid 1px #0078D6;
    background: #0078D6;
    color: #FFFFFF;
    width: 419.98px;
    height: 56.4px;
    font-style: normal;
    align-items: center;
    border-radius: 0;
}
#main #lifestyle .cont_btn .btn:hover {
    color: #FFFFFF;
    background: #015BA1;
    transition: 0.3s all ease;
}
#main #asistencia .cont_btn .btn {
        min-width: 300px;
    text-align: center;
    font-family: 'MBCorpoSTextRegular';
    font-weight: 700;
    line-height: 26px;
    font-size: 20px;
    text-transform: uppercase;
    border: solid 1px #0078D6;
    background: #0078D6;
    color: #FFFFFF;
    width: 419.98px;
    height: 56.4px;
    font-style: normal;
    align-items: center;
    border-radius: 0;
}
#main #asistencia .cont_btn .btn:hover {
    color: #FFFFFF;
    background: #015BA1;
    transition: 0.3s all ease;
}