.baseNoticia {
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 30px;
}
.titulo {
    width: 100%;
    margin-bottom: 34px;
}
.titulo h4 {
    color: #bcae87;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}
.titulo small {
    color: rgba(37, 37, 37, 0.6);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.fotoCapa {
    width: 100%;
    height: 710px;
    margin-bottom: 66px;
}
.fotoCapa img {
    width: 100%;
    height: 710px;
    object-fit: cover;
    border-radius: 12px;
}

.conteudo {
    width: 100%;
    position: relative;

    img {
        max-width: inherit;
    }
}
.conteudo p {
    color: black;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
}

.conteudo a {
    color: #bcae87;
}

@media (max-width: 1100px) {
    .baseNoticia {
        padding-left: 0.2% !important;
        padding-right: 0.2% !important;
        margin-top: 80px !important;
    }
    .titulo {
        width: 100%;
        margin-bottom: 34px;
    }
    .titulo h4 {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }
    .titulo small {
        font-size: 15px !important;
    }
    .fotoCapa {
        height: 310px !important;
        margin-bottom: 20px !important;
    }
    .fotoCapa img {
        height: 310px !important;
    }
    .conteudo p {
        font-size: 14px !important;
    }
}
