#editaisabertos {
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 8px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
    color: rgba(0,0,0,0.87);
    background-color: rgb(255,255,255);
    border-radius: 2px;
}


.profile-logocapa {
    padding: 1px;
}

.profile-logocapa img {
    max-width: 100%;
}

.profile-logocapa .degrade {
    background-image: linear-gradient(to top, rgba(55,71,79,0.8), rgba(51,71,79,0.3), rgba(255,255,255,0.1));
    z-index: 1;
    position: absolute;
    width: 100%;
    opacity: 1;
    display: inline-block;
    height: 266px;
    max-width: 1062px;
    left: 24px;
}

.profile-logo-infos {
    text-align: center;
    margin-top: -62px;
    z-index: 2;
    position: relative;
}

.profile-logo-infos img {
    border-radius: 100%;
    padding: 2px;
    border: thin solid #ccc;
    max-width: 120px;
    background: #fff;
}

.profile-logo-infos h2 {
    font-size: 24px;
    line-height: 26px;
    margin: 12px 16px 16px;
    border-bottom: thin solid #ccc;
    padding: 6px 0 16px;
    color: #EC7000;
    font-weight: 600;
}

.profile-logo-infos h3 {
    font-size: 22px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #EC7000;
}

.profile-logo-infos h4 {
    font-size: 16px;
    opacity: 1;
    line-height: 20px;
    margin: 10px 0 4px;
    font-weight: 700;
    padding: 0;
    font-family: 'Source Sans Pro';
}

p.gmt {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    color: rgba(48, 69, 92, 0.8);
    margin: 0 0 6px;
    line-height: 26px;
    font-family: 'Source Sans Pro';
}

.dataaberto {
    text-align: left;
    border-left: thin solid #ccc;
    padding-left: 30px;
    margin-bottom: 16px;
}

.md-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    min-height: 36px;
    min-width: 88px;
    line-height: 36px;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    border: 0;
    padding: 0 6px;
    margin: 6px 8px;
    background: transparent;
    color: currentColor;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.botao_lista.inscrever {
    background: #2e9fac !important;
    width: 60%;
    margin: 18px auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    padding: 5px 45px !important;
}