.rowTop{
    margin-top: 84px;
    margin-left: auto;
    margin-right: auto;
}
.rowTopTwo/*OBRAS CARDS*/{
    margin-top: 20px;
}
.selectYear{
    width: 200px;
}
.selectYearNav li a{
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    text-align: center;
    background-color: #1976d2;
    /* border: #0d47a1; */
    /* border-style: solid; */
    border-radius: 3px;
    padding: 10px 15px;
    margin: 5px;
    display: block; 
    text-decoration: none;
}
.selectYearNav li a:hover{
    background-color: #356ABD;/*nav color on hover*/
    /* color: black; */
    transition: 0.2s ease-in-out;
}
.selectYearNav li ul{
    display: none;
    min-width: 120px;
}
.selectYearNav li:hover > ul{
    display: inline;
}

/* CARD FIXED HEIGHT */
.card{
    min-height: 200px;
    height: 300px;
}
.card-action{
    width: 93%;
    margin-bottom: 5px;
    position: absolute !important; 
    bottom: 0;
}