* {
    font-family: "Lexend Deca", sans-serif;
}

body,
html {
    overflow-x: hidden;
    width: 100vw;
}

section.ebb__banner__conteudo {
    margin-top: 153px;
}

@media (max-width: 400px) {
    section.ebb__banner__conteudo {
        margin-top: 103px;
    }
}

.ebb__banner {
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.ebb__banner h1 {
    margin-left: calc(14%);
    font-size: 33px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

section.voltar {
    display: flex;
    margin-top: 40px;
}

section.voltar a {
    background-color: #1174A5;
    color: #FFF;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

section.voltar a:hover {
    background-color: #004466;
}

section.noticias {
    padding: 100px 0;
    background: linear-gradient(to bottom, #FFF 35%, #FAFAFA 100%);
}

section.noticias .container .title {
    display: grid;
    align-items: center;
    justify-content: center;
    padding-bottom: 70px;
}

section.noticias .container .title h1 {
    font-weight: 700;
    font-size: 30px;
}

@media (max-width: 992px) {
    section.noticias .container .title h1 {
        text-align: center;
    }
}

section.noticias .container .title b {
    font-weight: 700;
    font-size: 30px;
    color: #1174A5;
}

section.noticias .container .title h2 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

section.noticias .container .box-collection {
    display: flex;
    justify-content: space-between;
}

section.noticias .container .box-collection .box {
    width: 400px;
    position: relative;
    text-decoration: none;
}

section.noticias .container .box-collection .box img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

section.noticias .container .box-collection .box .type {
    position: absolute;
    top: 150px;
    left: 40px;
    padding: 8px 20px;
    background-color: #1174A5;
    border-radius: 10px;
}

section.noticias .container .box-collection .box .type h1 {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
}

section.noticias .container .box-collection .box h2 {
    font-size: 16px;
    font-weight: 200;
    color: #999999;
    margin-top: 30px;
}

section.noticias .container .box-collection .box h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    color: #000;
}

section.noticias .container .box-collection .box h4 {
    font-size: 16px;
    font-weight: 200;
    margin-top: 20px;
    color: #999999;
}