@font-face {
    font-family: 'Roboto-Regular';
    src: url(../../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url(../../fonts/roboto/Roboto-Bold.ttf);
}
@font-face {
    font-family: 'Roboto-Black';
    src: url(../../fonts/roboto/Roboto-Black.ttf);
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto-Regular', sans-serif;
}
h1 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 2.5rem;
}
@media (max-width: 720px) {
    h1 {
        font-size: 1.5rem;
    }
}
h2 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 2rem;
}
@media (max-width: 720px) {
    h2 {
        font-size: 1.5rem;
    }
}
h3 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1.5rem;
}
h4 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
}
h5 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
}
h6 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
    line-height: normal;
}
.back_div_transition {
    margin: 0px;
    width: 100%;
    height: 50px;
}
p {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
}
.container_card_blog {
    position: relative;
}
#carrossel_blog {
    margin-bottom: 0px !important;
}
.container_date {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
    background-color: #ccc;
    position: absolute;
    left: 2rem;
    top: 1rem;
}
.container_date_dia {
    display: flex;
    justify-content: center;
    background-color: #e42320;
    width: 100%;
    color: #fff;
}
.container_date_mes {
    display: flex;
    justify-content: center;
    background-color: #2d2d2d;
    width: 100%;
    color: #fff;
}
.container-blog {
    padding-bottom: 20px;
}
.container-blog a {
    color: #a1a6bb;
}
.card_blog {
    margin-bottom: 1rem;
    min-height: 380px;
    -webkit-box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12),
        0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12),
        0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.card_blog img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.card_blog .card_body_blog {
    padding: 1rem;
}
.card_blog .title_blog {
    font-size: 1rem;
    color: #222328;
    margin-bottom: 10px;
    display: block;
}
