.navegation {
    width: 430px;
    margin: 0 10px;
    float: left;
}

.navegation .list,
.navegation .line-top {
    display: flex;
    justify-content: space-between;
}

.navegation .line-top {
    font-size: 14px;
}

.navegation a {
    color: #00115F;
    font-weight: bold;
}

.search {
    width: 156px;
}

.search input {
    width: 110px;
}

.logo {
    width: 170px;
    margin: 18px 0 0 0;
}

.logo img {
    width: 100%;
}

.top-line {
    display: flex;
    justify-content: space-between;
}

.rsa-today {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-family: 'Calibri';
}

.cidade {
    color: #E9530E;
}

.carro {
    color: #019FE3;
}

.internacional {
    color: #42A535;
}

.nascional {
    color: royalblue;
}

.cidade span {
    color: #000;
    font-weight: normal;
    font-size: 12px;
}

.post-main {
    width: 100%;
    border-bottom: 2px #ccc solid;
}

.post-main figure {
    width: 100%;
    height: 400px;
    background: orange;
    margin: 10px 0;
    padding: 0;
}

.post-main h1 {
    margin: 0;
}

.data-span {
    color: #000;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}

.post-secondary {
    width: 100%;
    border-bottom: 2px #ccc solid;
}

.post-secondary h3 {
    font-weight: normal;
}

.post-list-three {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 2px #ccc solid;
}

.post-list-three .item {
    width: 30%;
    font-weight: bold;
}

.post-list-three figure {
    width: 100%;
    height: 100px;
    background: orange;
    margin: 0;
    padding: 0;
}

.carrossel {
    width: 100%;
    height: 286px;
    background: #000;
    padding: 0 0 10px 0;
}

.carrossel .swiper-slide {
    width: 100%;
    height: 286px;
    background: orangered;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.carrossel-videos {
    width: 100%;
    height: 286px;
    background: #000;
    padding: 0 0 10px 0;
}

.carrossel-videos .swiper-slide {
    width: 100%;
    height: 286px;
    background: orangered;
}

.carrossel .title {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.carrossel .title h3 {
    color: #FFF;
    font-weight: normal;
    padding: 10px;
}

.line {
    margin: 20px 0;
    width: 100%;
    border-bottom: 2px #ccc solid;
}

.post-list-two {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 2px #ccc solid;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.post-list-two .item {
    width: 45%;
}

.post-list-two figure {
    width: 100%;
    height: 150px;
    background: orange;
    margin: 0;
    padding: 0;
}

.publi-seven {
    width: 100%;
}

.post-one {
    width: 100%;
    display: flex;
    padding: 10px 0;
    /* border-bottom: 2px #ccc solid; */
    margin-bottom: 20px;
}

.post-one figure {
    width: 200px;
    height: 150px;
    background: orange;
    margin: 0 10px 0 0;
    padding: 0;
}

.post-one h2 {
    margin: 0;
    font-weight: normal;
}

.post-one p {
    margin: 0;
}

.post-one a p {
    color: #000;
}

.list-two .post-list-two:last-child {
    border-bottom: none !important;
}