p {
    margin: 0;
}

.cliente {
    color: black !important;
}

.propietario {
    color: black;
}

.geometrico {
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px auto;
    box-shadow: 1px 0px 1px 3px rgba(0, 0, 0, 0.05);
    border: 0;
}

.geometrico1 {
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px auto;
    border: 0;
}

p {
    color: rgb(90, 89, 89);
}

.imag-not {
    margin-left: 0px !important;
}

.textpgnoti {
    margin-top: 90px;
}

.cont-thumbnail-noticia {
    height: 450px!important;
    position: relative;
}

.cont-thumbnail-noticia button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98%!important;
}

.cont-thumbnail-noticia .img-thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}

.cont-thumbnail-noticia span,
.cont-thumbnail-noticia p {
    color: rgb(90, 89, 89);
    font-size: 14px!important;
    font-family: arial!important;
    font-weight: initial!important;
}