#div_mentorias_individuais,
#div_mentorias_para_grupos {
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    padding-left: 30px;
    height: auto;
    box-shadow: 1px 1px 2px #c4c4c4;
}

#div_mentorias_individuais .jumbotron,
#div_mentorias_para_grupos .jumbotron {
    background: transparent;
    border-radius: 0;
    border-color: #c4c4c4;
    padding-bottom: 0px;
}

#div_mentorias_individuais .row,
.col-md-6,
.col-md-10 {
    padding: 0;
    margin: 0;
}

#div_mentorias_para_grupos .row,
.col-md-6,
.col-md-10 {
    padding: 0;
    margin: 0;
}

#div_mentorias_individuais hr,
#div_mentorias_para_grupos hr {
    margin-top: 0;
    margin-bottom: 0;
}

.box_border_right {
    border-right: 1px solid #c4c4c4;
}

#section_mentorias_individuais #div_mentoria_lista h1,
#section_mentorias_para_grupos #div_mentoria_lista h1 {
    color: #A373AD;
    font-size: 1.4rem;
}

#section_mentorias_individuais #div_mentoria_lista h2,
#section_mentorias_para_grupos #div_mentoria_lista h2 {
    font-size: 1.6rem;
}

#section_mentorias_individuais #div_mentoria_lista ul li,
#section_mentorias_para_grupos #div_mentoria_lista ul li {
    padding: 5px;
}

.h1_mentorias {}

.h2_mentorias {
    font-weight: 100;
}