article#editaisabertos {
    border: thin solid #dbd5e5;
    border-radius: 0 0 6px 6px;
}

.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: 375px;
    max-width: 1122px;
    left: 24px;
}

.profile-logo-infos {
    text-align: center;
    margin-top: -80px;
    margin-bottom: 20px;
    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;
}

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

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

p.gmt {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
}

.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: 178px;
    line-height: 36px;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    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;
    margin: 26px 0px 26px -85px;
    background: transparent;
    color: currentColor;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    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: #FFA01C !important;
    border: 2px solid #FFA01C !important;
    color: #fff !important;
    width: 60%;
    margin: -6px auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding: 5px 45px !important;
    display: none;
}

.botao_lista.inscrever:hover {
    border: 2px solid #FFA01C !important;
    background-color: #fff !important;
    color: #FFA01C !important;
}