/*
anos
*/
.yrs_wrap {
    /* float: left; */
    width: 830px;
    height: 160px;
    position: relative;
    margin: auto auto 50px auto;
}
.yrs ul {
    display: inline-flex;
    float: left;
    width: 100%;
    /* width: 830px; */
    height: 160px;
    /* background: url(../style2.0/img/sprite.png) no-repeat 0px 0px; */
    position: absolute;
}
/*.yrs ul li:first-child {
    margin-left: 0;
}*/

.yrs_wrap ul .col1 div a {
    background: url('../style2.0/img/duck-icon.png') no-repeat center 26px;
}

.yrs_wrap ul .col2 div a {
    background: url('../style2.0/img/pencil-icon.png') no-repeat center 20px;
}

.duckselected {
    background-image: url('../style2.0/img/duck-icon-selected.png') !important;
}

.pencilselected {
    background-image: url('../style2.0/img/pencil-icon-selected.png') !important;
}

.yrs ul li {
    float: left;
    width: 94px;
    height: 160px;
    text-align: center;
    cursor: pointer;
    /* background: url(../style2.0/img/sprite.png) no-repeat 0px 0px; */
    margin-left: 28px;
    word-spacing: 99999px;
}
.yrs_wrap ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}
.yrs_wrap ul li {
    display: flex;
    justify-content: center;
    /* flex: 0 1; */
    align-items: center;
    flex-direction: column;
    width: 94px;
    height: 160px;
    margin: 0 10px 0 10px;
    position: relative;
}
.yrs_wrap ul li > div {
    /* height: 115px; */
    display: flex;
    flex-direction: row;
}

.yrs_wrap ul li > div::before {
    content: "";
    width: 86px;
    height: 86px;
    background: #ffba00;
    position: absolute;
    border-radius: 50%;
}

.selected-year::before {
    background: #e45b37 !important;
}

.yrs_wrap .circ {
    /*width: 79px;
    height: 79px;*/
    width: 86px;
    height: 86px;
    line-height: 86px;
    padding-bottom: 20px;
    text-decoration: none;
    color: #e45b37;
    font-size: 2em;
    z-index: 10;
}

.yrs_wrap .circ::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('../style2.0/img/home-yr-brilho-fx.png') no-repeat;
    top: 7px;
    left: 7px;
}

.yrs_wrap .categoria {
    display: flex;
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    text-transform: capitalize;
    color: white;
    text-decoration: none;
    font-size: 1em;
}