/************
    Latestnews
************/
.section_latestnews {
    box-shadow: 0px 2px 5px #0000001f;
    background: #fff;
    border-left:24px var(--red-hover) solid;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    height: 134px;
    max-width: 100vw;
    overflow: hidden;
}
.latestnews_title h2 {
    font-size:18px;
    text-transform: uppercase;
    line-height: 24px;
    color:var(--black);
    padding-left: 42px;
    padding-right: 10px;
    width: 211px;
    box-sizing: border-box;
}
.latestnews_right {
    border-left: 4px var(--red-hover) solid;
    display: flex;
    justify-content: center;
}
.splide_latestnews {
    display: flex;
}
.latestnews_list {
    align-items: center;
    flex-wrap: nowrap;
    max-width: initial;
    margin:8px 0;
    gap:40px;
    padding: 0;
    padding-left: 40px;
    list-style: none;   
}
.latestnews_item a {
    display: flex;
    flex-wrap: nowrap;
    width: 352px;
    margin: 0px;
    align-items: center;
}
.latestnews_item picture {
    border-radius: 4px;
    overflow: hidden;
    margin-right: 16px;
    min-width:126px;
    overflow: hidden;
}
.latestnews_item img {
    display: block;
    min-width: 100%;
    height:86px;
    object-fit: cover;
    transition: all .5s;
}
.latestnews_item a:hover img {
    transform: scale(1.05);
}
.latestnews_tag {
    color:var(--red-hover);
    font-size: 14px;
    line-height: 24px;
    padding-right: 20px;
    background: url(../img/icon-video-latestnews.svg) right center no-repeat;
    background-size: 16px;
}
.latestnews_item h3 {
    margin:0;
    font-size:16px;
    line-height: 22px;
}
.latestnews_item a:hover h3 {
    text-decoration: underline;
}
.latestnews_right .splide__arrows {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    width:67px;
}
.latestnews_right .splide__arrows .splide__arrow {
    background-color: var(--red-hover);
    width:67px;
    height:67px;
    padding: 0;
    border:0;
    outline: none;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .5s;
}
.latestnews_right .splide__arrows .splide__arrow:hover {
    background-color: #FF9090;
}
.latestnews_right .splide__arrows .splide__arrow svg {
    display: none;
}
.latestnews_right .splide__arrow--prev {
    background-image: url(../../assets/img/prev-latestnews.svg) !important;
}
.latestnews_right .splide__arrow--next {
    background-image: url(../../assets/img/next-latestnews.svg) !important;
}

@media (max-width: 770px) {
    .section_latestnews {
        flex-wrap: wrap;
        height: 198px;
        border: none;
        background: none;
        box-shadow: none;
    }
    .latestnews_title {
        align-self: flex-start;
    }
    .latestnews_title h2 {
        padding-left: 24px;
        width: inherit;
    }
    .latestnews_right {
        border-left: 8px solid var(--red-hover);
        align-self: flex-end;
        background: #fff;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    }
    .latestnews_right .splide__arrows {
        top: inherit;
        bottom: 0;
    }
}


/* LATESTNEWS HOME */

body.home .section_latestnews--home {
    display: flex;
    flex-flow: column;
    height: auto;
    align-items: flex-start;
		background: transparent;
		box-shadow: none;
}

body.home .section_latestnews--home .latestnews_title {
		max-width: 1280px;
		width: 100%;
		padding: 0 16px;
		position: relative;	
		margin: 0 auto;
}

body.home .section_latestnews--home .latestnews_title .section_title {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #000;
    display: flex;
    overflow: hidden;
    padding: 0;
    margin: 0 0 48px 21px;
    background-color: transparent;
    white-space: nowrap;
    width: auto;
    font-family: 'CNN Sans Display',sans-serif;
    text-transform: capitalize;
}

body.home .section_latestnews--home .latestnews_title .section_title::before{
    content: "";
    min-width: 14px;
    height: 14px;
    margin-right: 8px;
    align-self: baseline;
    background-color: var(--clr-cnn);
    position: absolute;
    top: 12px;
    margin-left: -21px;
}

body.home .section_latestnews--home .latestnews_title .section_title::after {
    background: linear-gradient(180deg, var(--clr-cnn) calc(100% / 3), #fafafa00 calc(100% / 3), #fafafa00 66%, var(--clr-cnn) calc(100% / 3));
    content: "";
    min-width: 100%;
    height: 6px;
    margin-left: 8px;
    align-self: center;
}

body.home .section_latestnews--home .latestnews_right {
	background: #fff;
}

body.home .section_latestnews--home .splide__arrows {
	position: absolute;
    top: 0;
    right: inherit;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    height: 36px;
    background-color: transparent;
    padding-left: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 16px;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

body.home .section_latestnews--home .splide__arrow {
	width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background-color: var(--clr-cnn-grey-4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
	background-image: none !important;
}

body.home .section_latestnews--home .latestnews_right .splide__arrows .splide__arrow:hover {
	background-color: var(--clr-cnn-grey-4);
}

body.home .section_latestnews--home .splide__arrows::after {
	content:'';
	background: #fafafa;
	width: 80px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

body.home .section_latestnews--home .splide__arrow::after {
	content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: url('https://develop.cnnbrasil.com.br/wp-content/plugins/master_homepage_blocks//includes/components/public/assets/img/arrow.svg') no-repeat center center;
    margin-left: 2px;
}

body.home .section_latestnews--home .splide__arrow--prev::after {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-left: -2px;
}

body.home .section_latestnews--home .analysts_item img, body.home .section_latestnews--home .analysts_item picture {
	width: 59px;
	height: 59px;
	max-width: 59px;
	max-height: 59px;
	min-height: 59px;
	min-width: 59px;
}

body.home .section_latestnews--home .latestnews_content h3 {
	font-family: 'CNN Sans Display',sans-serif;
}

@media (max-width: 768px) {
	body.home .section_latestnews--home {
    flex-flow: wrap;
}
}