﻿.article-image {
    width: 100%;
    height: 658px;
    object-fit: cover;
}

.article-image-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 160px;
}

.article-side-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.article-side-image-tile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
}

.no-border {
    border: none;
}

.bg-light-blue {
    background-color: #E6E6FA; /* Azul dark com tom mais claro */
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

.professional-font {
    font-family: 'Roboto', sans-serif;
}

.article-date {
    text-align: left;
}

.img-responsive {
    width: 100%;
    height: auto;
}