@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

.inner-banner{
    width: 100%;
    padding: 150px 0;
    background: url("../img/bg-servicos.jpg") no-repeat bottom center;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: inset rgba(0,0,0,0.4) 0 0 15px;
}

.projeto-inn{
    background: #ffffff;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding: 10px;
}

.projeto-item .image-project{
    position: relative;
}
.projeto-item .projeto-quick-acess{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    margin: 0 auto;
    text-align: center;
    background: rgba(0,0,0,0.5);
    display: none;
}
.projeto-item:hover .projeto-quick-acess{
    display: block;
    animation-name: show-bg;
    animation-duration: 0.5s;
    animation-direction: alternate;
    animation-fill-mode: both;

}
.projeto-item .projeto-quick-acess i{
    position: absolute;
    top: 45%;
    color: white;
    font-size: 1.6em;
}
.title-project{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    color: #2d2c32;
    margin-top: 15px;
}
.title-project small{
    font-size: 0.8em;
    display: block;
    color: #888585;
    margin-top: -2px;
}

.project-desciption{
    color: #5f5f5f;
    font-family: 'Lato', sans-serif;
    margin-bottom: 25px;
}
.project-more{
    background: #ff8e27;
    padding: 10px 20px;
    border-radius: 15px;
    margin: 10px 0 25px 0;
    color: white;
    position: absolute;
    bottom: 0;
}
.project-more:hover{
    text-decoration: none;
    color: white;
}
.years li{
    display: inline-block;
}
.years li a{
    color: #5f5f5f;
    font-size: 19px;
    font-weight: bold;
    margin-right: 15px;
}
.years li a.selected-y{
    color: #ff8e27 !important;
}
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@keyframes show-bg {
    from{height: 0}
    to{height: 100%}
}
