
#destaques-slider {
	text-align:center;
	margin:20px auto 0 auto;
	width:90%;
	position:relative;
}

#destaques-slider .slides {
	overflow:hidden;
	position:relative;
	width:100%;
	max-height:140px;
}

#destaques-slider .slides ul {
	display:block;
	margin:0 auto;
	padding:0;
	overflow:auto;
	text-align:center;
}

#destaques-slider .slides ul li {
	display:inline-block;
	list-style:none;
	padding:5px 20px;
	box-sizing:content-box;
	width:208px;
	height:134px;
}

@media screen and (max-width:768px) {
	#destaques-slider .slides ul li {
		margin:0 auto;
		padding:10px 5px;
	}
}
@media (min-width: 768px) {
    .logo-destaque {
        left: 53px;
        right: auto;
    }
}
#destaques-slider .slides ul li img {
	width:100%;
	box-shadow:1px 1px 3px 0 var(--colorGray);
}

#destaques-slider .slides ul li .img-shadow:before {
	z-index:10;
	position:relative;
	top:0;
	right:0;
	bottom:0;
	left:0;
	content:'';
	box-shadow:inset 0 0 20px 0 var(--colorGray);
}

#destaques-slider .slides ul li:nth-of-type(1) {
	margin-left:0;
}

@media screen and (max-width:768px) {
	#destaques-slider .slides ul li:nth-of-type(1) {
		margin:0 auto;
	}
}
.bg-destaque-desk {
    width: 100%;
    height: 395px;
	border-radius: 1.875rem;
    background-size: cover;
    position: relative;
	background-repeat: no-repeat;
    background-position: center;
	background-image: url(../image/porto_seguro_associacao_campos_eliseos_+_gentil_parceiros_full.jpg);
}
.logo-destaque {
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border: 5px solid transparent;
}
.logo-destaque {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 5px solid #fff;
    width: 205px;
    height: 129px;
    position: absolute;
    top:30px;
    left: 30px;
    margin-left: auto;
    margin-right: auto;
}
.info-title{margin: 1rem auto !important;font-weight: 500;}