
/*  breadcrumbs  */
#breadcrumbs {
    display: inline-block;
    line-height: 1.2;
    letter-spacing: 1px;
    font-size: 9pt;
}
.buttons {
    display: inline-block;
    padding: 13px 22px;
    border: 1px solid rgb(0 0 0/5%);
    border-radius: 7px;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 13pt;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    box-shadow: 0 3px 6px 1px rgb(0 0 0 / 17%), 0 0px 15px 9px rgb(0 0 0 / 5%);
    transition: all 0.2s cubic-bezier(0.27, 0, 0.175, 1);
}
.button_blue {
    background: #0098c5
}
.button_blue:hover {
    background: #0183ab;
}
.button_green {
    background: #7B9F2D;
}
.button_green:hover {
    background: #628021;
}
.button_red {
    background: #c50019;;
}
.button_red:hover { 
    background: #8c0012;
}
.buttons:hover {
    transform: scale(0.97);
    color: #fff;
    text-decoration: none;
}


.button-icon {
    border-radius: 30px; 
    font-size: 20px;
    color: #FFF !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.button-icon:hover {
    background: #f1f1f1;
} 
.button-icon i {
    text-align: center;
    width: 100%;
}
/* acordeon */
.acordeon li ul,
.acordeon > div > div {
    display: none;
}
.acordeon > li > a:after, 
.acordeon > div > a:after{
    content: '\002B'; 
    float: right;
    margin-left: 5px;
    font-family: 'foundrymonolinebold';
}
.acordeon .active > a:after {
    content: "\002D";
}
div.acordeon {
    border: 1px solid rgba(175,175,175,0.2);
    border-radius: 4px;
    margin: 20px 0;
    box-shadow: 0px 2px 14px rgba(0,0,0,0.1);
 
}
div.acordeon > div > a {
    border-bottom: 1px solid rgba(175,175,175,0.3);
    padding: 22px;
    cursor: pointer;
    display: block;
    font-size: 13pt;
    line-height: 21px;
    display: flex;
}
div.acordeon > div > a > span {
    flex: 1;
}
.acordeon .active > a {
    background: rgba(175,175,175,0.2);
}
.acordeon > div > div {
    padding: 20px;
    border-bottom: 1px solid rgba(175,175,175,0.5);
}
div.acordeon > div:last-child > div,
div.acordeon > div:last-child > a {
    border-bottom: none;
}

div.acordeon > div:last-child > div {
    border-top: 1px solid rgba(175,175,175,0.5);
}
/* highlight */
.alert-highlight {
    color: #FFF;
    padding: 6px;
    display: inline-block;
}
.alert-highlight:hover {
    color: #FFF; 
} 
/*  */
a.previous_editions {
    color: #ffe27e;
    background: #0d7090;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 12pt;
    font-weight: 800;
    letter-spacing: 1px;
}