#newsContent {
    padding: 100px 2em 12em
}

#newsDetail {
    margin-top: 20px;
    background: #fff
}

#newsDetail:after {
    display: block;
    content: "";
    background: #fff;
    width: 100%;
    height: 50px;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 5%);
    clip-path: polygon(0 0, 100% 0, 0 100%, 0 5%);
    position: relative;
    border-top: 1px solid #fff;
    top: 49px
}

.tags {
    color: #8a8e90;
    font-family: Bull;
    font-size: 14.875px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 11px;
    margin-left: 10px
}

.tags:first-child {
    margin-left: 0
}

.tags img {
    width: 20px;
    margin-top: -4px;
    margin-right: 5px
}

#newsContentList {
    z-index: 1
}

.news-featured-image {
    width: 100%;
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover
}

.news-red-bg {
    background: linear-gradient(0deg, rgba(210, 0, 60, .1), #001d46), url(/assets/images/noticias/bg-section-noticias.png) no-repeat top;
    background-size: cover;
    height: 1080px;
    position: inherit;
    top: 0;
    width: 100vw;
    z-index: -1
}

.news-title {
    color: #001d46;
    font-family: BullBold;
    font-size: 42px;
    line-height: 52px
}

h1.news-title {
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.news-short-desc {
    font-size: 22px;
    line-height: 26px
}

.news-short-desc, .news-subtitle {
    color: #000;
    font-family: BullMedium
}

.news-subtitle {
    font-size: 22.75px;
    line-height: 34px
}

.news-body {
    color: #000 !important;
    font-family: Bull;
    font-size: 18px;
    line-height: 26px
}

.news-body .media iframe {
    height: 500px;
    width: 750px
}

.noticia-capa {
    margin: 2em 0;
    height: 350px;
    background: url(https://images.pexels.com/photos/274422/pexels-photo-274422.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940) no-repeat 50% scroll;
    background-size: cover
}

#newImageFeatured img {
    width: 840px;
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover
}

#newImageFeaturedSmall img {
    width: 370px;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover
}

#newImageFeaturedSmall .caption, .news-caption {
    font-family: Bull;
    font-size: 12.25px;
    color: #8a8e90 !important
}

.news-caption {
    font-style: italic
}

.lastest-news-heading {
    font-family: "BullBold";
    font-size: 30px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: uppercase !important;
    color: #bc0108 !important;
}

.lastest-news-content {
    margin-right: 30px;
    background-color: #06122B;
    padding: 0 10px;
    position: absolute;
    bottom: 40px;
}

@media (max-width: 1000px) {
    .lastest-news-content {
        top: 75%;
        bottom: auto;
    }
}

.lastest-news-title {
    font-family: FuturaCondBold;
    font-size: 15px;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 28px;
}

.lastest-news-title span {
    padding: 3px 13px 4px;
    white-space: break-spaces;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lastest-news {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-new {
    width: 307.19px;
    position: relative
}

.card-new .img-new {
    border-radius: 16px;
    overflow: hidden;
    height: 222px
}

.card-new .img-new iframe, .card-new .img-new img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card-new .info-new .new-tag {
    position: absolute;
    left: 30px;
    top: 0;
    padding: 5.14159px 10.2832px;
    background: #041354;
    font-family: BullBold;
    font-size: 12.3398px;
    line-height: 140%;
    letter-spacing: .03em;
    color: #fff
}

.card-new .info-new .new-title {
    color: #bc0108;
    margin-top: 12.21px
}

.card-new .info-new .new-date, .card-new .info-new .new-title {
    font-family: BullBold;
    font-size: 16.275px;
    line-height: 140%;
    letter-spacing: .03em
}

@media only screen and (max-width: 600px) {
    .card-news {
        flex-direction: column;
    }

    .card-news .card-new {
        width: 100%;
    }
}

@media only screen and (min-width: 650px) {
    #newsContent {
        padding: 100px 0 12em
    }
}

#beapartner .desktop, .news-featured-image.desktop {
    display: flex;
}

#beapartner .mobile, .news-featured-image.mobile {
    display: none;
}

@media only screen and (max-width: 600px) {
    #beapartner .desktop, .news-featured-image.desktop {
        display: none;
    }

    #beapartner .mobile, .news-featured-image.mobile {
        display: flex;
    }
}