
.articleBackground {
    background-image: none;
    background-color: #cb5c30;
    height: fit-content !important;
    box-shadow: 0 0 20px 0px #00000038;
}
.articleImageArticle {
    border-radius: 0px;
    width: 100%;
    max-height: 400px;
}
.sectionLocation {
    color: #fff;
}
.articleContainer {
    border-radius: 30px;
    background-color: white;
    position: relative;
    top: -300px;
    margin-bottom: -300px;
    {#box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.07);#}
}
.otrosArtTitle {
    font-size: 1.7rem;
    color: #cb5c30;
    font-weight: 900;
}
.articleBodyCard {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 1.07rem;
    justify-content: center;
}

.container {
    max-width: 1000px !important
}

.article-body img {
    /* height: auto !important; */
    margin: 0 auto;
    display: block;
    object-fit: cover;
    object-position: center;
}
