/*hero*/
.diferenciais #hero.hero-diferenciais {
    background-size: cover;
    background-position: center center;
    height: 585px;
    align-items: center;
    display: flex;
}

.diferenciais .hero-diferenciais>div {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.diferenciais .hero-diferenciais h1 {
    font-size: 2.6rem;
}

@media (max-width: 768px) {
    .diferenciais #hero.hero-diferenciais {
        background-size: cover !important;
        height: 300px;
        align-items: center;
    }

    .diferenciais .hero-diferenciais h1 {
        margin-top: 2rem;
        width: 100%;
    }
}

/*section-two*/
.section-two {
    background: #C4B8A4;
    min-height: unset;
    padding: 4rem 0;
}

.section-two::after {
    all: unset;
}

.section-two h3.title {
    color: #413C3A;
    font-weight: normal;
}

.section-two .section-two-subtitle {
    color: #413C3A;
    font-size: 20px;
    font-weight: bolder;
    display: flex;
    gap: 0.5rem;
    margin-top: 3rem;
}



.section-two .section-two-description {
    color: #413C3A;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    width: 314px;
}


.section-two img {
    border-radius: initial;
}

@media (max-width: 768px) {
    .section-two .section-two-subtitle {
        flex-direction: column;
        font-weight: 700;
    }

    .section-two .section-two-description {
        font-size: 15px !important;
        margin-bottom: 0;
        width: 100%;
    }

    .section-two h3.title {
        font-size: 23px;
        font-weight: 300;
        margin-bottom: 0;
    }

    .section-two {
        text-align: center;
        padding: 46px 1rem 70px 1rem;
    }

    .section-two-subtitle div,
    .section-two img {
        width: 30px !important;
        height: 30px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .section-two .col-md-4 {
        border-bottom: unset !important;
        padding-bottom: 0px !important;
    }
}

/*section-three*/
.diferenciais .section-three {
    background: #ECECEC;
    color: #413C3A;
    padding: 4rem 0;
    align-items: start;
}

.section-three h3.title {
    font-size: 1.875rem;
    font-weight: normal;
    margin-bottom: 3.375rem;
}

.section-three .images {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

.section-three .images img {
    border-radius: 16px;
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}

@media(max-width:778px) {
    .section-three {
        min-height: auto;
    }

    .section-three h3.title {
        color: #413C3A;
        text-align: center;
        font-size: 23px;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 33px;
    }

    .diferencial-bg {
        padding-top: 0 !important;
    }

    .diferencial-bg img {
        width: 319px;
    }
}

/*
.section-three::after {
    background-image: url(../../assets/images/logo-positive.png);
    background-repeat: no-repeat;
    background-position: center calc(1368px - 300px);
    background-size: 567px 228.93px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 0;
    z-index: 3;
}
*/
/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 33.333%;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

.grid-item {
    float: left;
    padding: 0;
    margin-bottom: 12px;
}

.grid-item img {
    border-radius: 16px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.diferencial {
    font-weight: 400;
}

.mansory img {
    border-radius: 20px;
}

.diferencial-bg {
    padding-top: 36px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .diferenciais #hero.hero-diferenciais {
        height: 500px;
    }

    .diferenciais .section-five {
        padding: 4rem 0;
    }

    .diferenciais .section-two .item-four {
        border-bottom: 1px solid #00000033;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1023px) {
	.diferenciais .grid-item img {
		border-radius: 16px;
		display: block;
		margin: 0 auto;
		max-width: 100%;
		aspect-ratio: 4 / 5;
		object-fit: cover;
	}
}

@media (max-width: 768px){
    .diferenciais .items{
        border-bottom: 1px solid #00000033;
        padding-bottom: 50px;
    }
}