.content {
    padding-top: 227px;
}


@media (max-width: 992px) {
    .content {
        padding-top: 137px;
    }
}

.section-fotos-title{
    font-size: 22px;
    color: #00625b;
    font-weight: bold;
}

.portfolio-menu{
    text-align:center;
}

.portfolio-menu ul li{
    display:inline-block;
    margin:0;
    list-style:none;
    padding:10px 15px;
    cursor:pointer;
    -webkit-transition:all 05s ease;
    -moz-transition:all 05s ease;
    -ms-transition:all 05s ease;
    -o-transition:all 05s ease;
    transition:all .5s ease;
}

.portfolio-item .item{
    float:left;
    margin-bottom:10px;
}

.portfolio-item{
    display: flex;
    justify-content: space-between;
}

.portfolio-item .item{
    margin-bottom: 60px;
}

.item{
    width: 280px;
    height: 280px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: yellow;
    margin: 0 10px 30px 10px;
}

.item img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* Para preencher a div sem distorcer a imagem */
    position: absolute; /* Para ajustar a imagem dentro da div */
    top: 0;
    left: 0;
}

@media (max-width: 768px) {
    .portfolio-item{
        display: flex;
        justify-content: center;
    }

    .item{
        width: 330px;
        height: 330px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: yellow;
        margin: 0 10px 30px 10px;
    }
    /*.item{*/
    /*    width: 100%;*/
    /*}*/
}

.section-fotos-title{
    font-size: 28px;
    color: #00625b;
    font-weight: bold;
    margin-bottom: 20px;
}

.section-fotos{
    padding-top: 50px;
}

.card-event{
    width: 330px;
}


.card-event-image{
    width: 330px;
    height: 330px;
    align-items: center;
    padding: 5px;
}

.card-event-image img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* Para preencher a div sem distorcer a imagem */
    top: 0;
    left: 0;
}

.card-event-title{
    text-align: center;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 5px;
    border-radius: 5px;
    background-color:#006860;
}

.btn-ver-fotos{
    background-color: #ffb817;
    padding: 3px 8px;
    color: white;
    font-weight: bold;
}

.btn-ver-fotos:hover{
    padding: 3px 8px;
    color: white;
    opacity: .8;
}