h1, h2, h3, h4, h5, h6 {
    font-family: 'Bitter', serif;
}
.bitter {
    font-family: 'Bitter', serif;
}
.bitter.title {
    font-family: 'Bitter', serif;
    font-weight: bold;
    font-size: 1.25em;
    color: #363636;
}
.page-menu .item {
    font-family: 'Bitter', serif;
    font-weight: normal;
}

.grey-box {
    padding: 20px;
    background-color: #f6f6f6;
}

.select2-container {
    color: #999999;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999999;    
}
.alert {
    margin-top: 20px;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.form-control {
    height: 40px;
}

.botones-validar-candidatura .active {
    border: 2px solid #37A0C1;
}