.fotos-galerias{
    margin-left: 15px;
    width: 100%;
    height: 264px;
    object-fit: cover;
    margin-top: 15px;
}

.titulo-eventos {
    font-size: 34px;
    color: #000000;
    text-align: center;
    font-weight: 900;
    margin: 45px 0 30px;
}

.titulo-obras {
    font-size: 34px;
    color: #000000;
    text-align: center;
    font-weight: 900;
    margin: 45px 0 30px;
}

.titulo-eventos::after {
    content: '';
    border-bottom: 7px solid #D90000;
    width: 125px;
    position: absolute;
    bottom: 81%;
    left: 40%;
}

.titulo-obras::after {
    content: '';
    border-bottom: 7px solid #D90000;
    width: 125px;
    position: absolute;
    bottom: 81%;
    left: 40%;
}
.texto-galeria{
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 50px;
    height: 90px;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1.7px;
    color: #707070;
    opacity: 0.9;
}

.btn-galeria{
    margin-top: 20px;
    background-color: #EEEFEF;
    border: #EEEFEF;
    width: 480px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #000000;
    margin: auto;
    font-weight: 600;
    margin-bottom: 45px;
}
@media screen and (max-width: 1199px) {
    .titulo-eventos::after {
        content: '';
        border-bottom: 7px solid #D90000;
        width: 125px;
        position: absolute;
        bottom: 81%;
        left: 36%;
    }
    .btn-galeria {
        width: 240px;
    }
}
@media screen and (max-width: 767px) {
    .fotos-galerias{
        margin-left: 0px;
    }
    .texto-galeria{
        margin-left: 0px;
    }
}
@media screen and (max-width: 530px) {
    .titulo-obras{
      font-size: 25px;
    }
    .titulo-obras::after {
        content: '';
        border-bottom: 7px solid #D90000;
        width: 125px;
        position: absolute;
        bottom: 84%;
        left: 40%;
    }
    .titulo-eventos{
        font-size: 25px;
    }
    .titulo-eventos::after {
        content: '';
        border-bottom: 7px solid #D90000;
        width: 125px;
        position: absolute;
        bottom: 84%;
        left: 40%;
    }
}
@media screen and (max-width: 499px) {
    .titulo-obras::after {
        content: '';
        border-bottom: 7px solid #D90000;
        width: 125px;
        position: absolute;
        bottom: 84%;
        left: 38%;
    }
    .titulo-eventos::after {
        content: '';
        border-bottom: 7px solid #D90000;
        width: 125px;
        position: absolute;
        bottom: 84%;
        left: 38%;
    }
}
@media screen and (max-width: 470px) {
    .titulo-obras::after {
        content: '';
        border-bottom: 7px solid #D90000;
        width: 125px;
        position: absolute;
        bottom: 84%;
        left: 35%;
    }
    .titulo-eventos::after {
        content: '';
        border-bottom: 7px solid #D90000;
        width: 125px;
        position: absolute;
        bottom: 84%;
        left: 35%;
    }
}
@media screen and (max-width: 400px) {
    .texto-galeria {
        font-size: 14.5px;
        font-weight: 300;
        letter-spacing: -0.3px;
    }
}
@media screen and (max-width: 320px) {
    .titulo-obras::after {
        content: '';
        border-bottom: 7px solid #D90000;
        width: 125px;
        position: absolute;
        bottom: 84%;
        left: 28%;
    }
}