/* Generated Style: style-article-4cols - Layout 4 Colunas */

.style-article-4cols-layout {
    display: flex;
    font-family: 'Roboto', sans-serif;
}

.style-article-4cols-sidebar-left,
.style-article-4cols-sidebar-right {
    width: 15%;
    padding: 40px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.style-article-4cols-sidebar-left {
    background-color: #b30000;
    color: #ffffff;
}

.style-article-4cols-sidebar-right {
    background-color: #b30000;
    color: #ffffff;
}

.style-article-4cols-image-column {
    width: 35.00%;
    background-color: #000000;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style-article-4cols-image-container {
    width: 500px;
    height: 500px;
    overflow: hidden;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style-article-4cols-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.style-article-4cols-text-column {
    width: 35.00%;
    background-color: #f5f5f5;
    padding: 40px 20px;
}

.style-article-4cols-text-box {
    margin-bottom: 0px;
    padding: 20px;
    width: 100%;
    background: transparent;

    border-radius: 0px;
    text-align: justify;
}

.style-article-4cols-text-box-title {
    margin: 0 0 10px 0;
    font-size: 38px;
    font-weight: 100;
    color: #b30000;
    line-height: 1.3;
}

.style-article-4cols-text-box-paragraph {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .style-article-4cols-layout {
        flex-wrap: wrap;
    }

    .style-article-4cols-sidebar-left,
    .style-article-4cols-sidebar-right {
        width: 10%;
    }

    .style-article-4cols-image-column,
    .style-article-4cols-text-column {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .style-article-4cols-layout {
        flex-direction: column;
    }

    .style-article-4cols-sidebar-left,
    .style-article-4cols-sidebar-right,
    .style-article-4cols-image-column,
    .style-article-4cols-text-column {
        width: 100%;
    }

    .style-article-4cols-image-container {
        width: 500px;
        height: 500px;
        margin: 0 auto;
    }
}