#imglogo
{
    height: 130px;
}

#menu
{
    justify-content: center;
    align-items: center;
    text-align: center;
}
h5{
    color: #ea4335;
}
.block-2{
    padding: 1rem;
}
.block-2 .img-overlap {
    margin-top: -50px;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto{
    padding-right: 7px;
    padding-left: 15px;
   
}
.pb-5, .py-5 {
    padding-bottom: 1rem!important;
    padding-top: 1rem!important;
}
.bg-primary {
    background-color: #b5b5b5!important;
}
.blog-entry-contents{
    color: #ea4335;
}
.project-item-contents{
    justify-content: center;
}


.galeria{
    width: 100%;
    height: 14rem;    
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    text-align: center;
    box-shadow: 1px 1px 1px;
    margin-bottom: 2rem;
    cursor: pointer;
    align-items: flex-end;
}
.foto{
   
    position: absolute;
    opacity: 0;
    animation-name: animacao;
    animation-duration: 25s;
    animation-iteration-count: infinite;    
}
.foto:nth-child(1){

}
.foto:nth-child(2){
    animation-delay: 5s;

}   
.foto:nth-child(3){
    animation-delay: 10s;
}
.foto:nth-child(4){
    animation-delay: 15s;
}
.foto:nth-child(5){
    animation-delay: 20s;
}
@keyframes animacao{
    25%{
        opacity: 1;
        transform: scale(1.1,1.1);

    }
    50%{
        opacity: 0;
        
    }
}


