.post-type-archive-produtos .section-model-banner .row .box-card {
    position: relative;
    margin: 10px 0 0;
    padding: 0 36px 0 0;
}

.post-type-archive-produtos .section-model-banner .row .box-card .icon {
    position: absolute;
    right: 0;
    top: -36px;
}

.post-type-archive-produtos .section-model-banner .row .box-card .card {
    padding: 25px 120px 25px 32px;
    border: 2px solid rgba(31, 32, 65, .07);
    border-radius: 32px;
    background-color: #fbfdff;
}

.post-type-archive-produtos .section-model-banner .row .box-card .card span {
	font-family: 'Baloo 2', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2em;
    color: #9349de;
}

.section-list-products {
    margin: 128px 0 64px;
}

.section-list-products .item {
    position: relative;
    padding: 64px 0 0;
    z-index: 1;
}

.section-list-products .item:nth-child(2n) {
    background-color: #ffd757;
}

.section-list-products .item .wave {
    position: absolute;
    bottom: 30%;
    left: 0;
    z-index: -1;
}

.section-list-products .item:nth-child(2n) .wave {
    bottom: -14px !important;
    left: -11px !important;
    z-index: 5 !important;
}

.section-list-products .item .waves-section-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/waves-bottom.webp");
    background-size: 112px;
    width: 100%;
    height: 30px;
}

.section-list-products .item .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-list-products .item .column-image {
    flex-shrink: 0;
}

.section-list-products .item:nth-child(2n) .column-image {
    order: 2;
}

.section-list-products .item .column-text {
    margin: 0 0 0 35px;
}

.section-list-products .item:nth-child(2n) .column-text {
    order: 1;
    margin: 0 35px 0 0;
}

.section-list-products .item .column-text .subtitle {
	font-family: 'Baloo 2', sans-serif;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.2em;
    color: #1f2041;
    margin: 0;
}

.section-list-products .item .column-text .title {
	font-family: 'Baloo 2', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2em;
    color: #9349de;
    margin: 0 0 16px;
}

.section-list-products .item .column-text .description {
    font-family: Roboto, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 16px;
}

.section-list-products .item .column-text a {
    display: inline-block;
}

.single-produtos .section-model-banner .box-image {
    transform: translateX(-144px);
}

.single-produtos .section-model-banner .box-text {
    z-index: 1;
}

.single-produtos .section-model-banner .box-text .description, .single-produtos .section-model-banner .box-text h1 {
    margin-right: 150px;
}

.single-produtos .section-model-banner .box-form {
    width: 100%;
}

.single-produtos .section-model-banner .form-default #hs-form-mobile {
    margin-top: 50px;
}

.single-produtos .section-list-image-and-text .list .item {
    margin-bottom: 56px;
    overflow: hidden;
}

.single-produtos .section-slide-galeria .slide .slide-buttons .swiper-pagination {
    top: 15px;
}

.single-produtos .section-model-banner .box-image {
    margin: 0 0 -30px !important;
}

@media only screen and (min-width: 768px) {

    .single-produtos .section-cards .container {
        padding-bottom: 90px !important;
    }

}

@media only screen and (min-width: 992px) {

    body.single-produtos .section-model-banner .box-form {
        display: none;
    }

    .single-produtos .section-navigation .container {
        padding: 64px 15px 0 !important;
    }
    
}

@media only screen and (max-width: 1599px) {
    .section-list-products .item .column-image {
        width: 65%;
    }
}


@media only screen and (max-width: 1199px) {

    body.single-produtos .section-model-banner .box-image {
        transform: translateX(0);
    }

	body.single-produtos .section-model-banner .box-text .description, body.single-produtos .section-model-banner .box-text h1 {
        margin-right: 0;
    }

}

@media only screen and (max-width: 991px) {

    .post-type-archive-produtos .section-model-banner .row .box-text {
        margin: 0;
    }

	.post-type-archive-produtos .section-model-banner .row .box-card .card span {
        font-size: 2.25rem;
    }   

    .section-list-products {
        margin: 32px 0;
    }

	.section-list-products .item {
        padding: 32px 0 0;
    }

	.section-list-products .item .wave {
        display: none;
    }

	.section-list-products .item .container {
        flex-direction: column;
        align-items: flex-start;
    }

	.section-list-products .item .column-image {
        width: 100%;
        margin: 0 0 32px;
        order: 1;
    }

	.section-list-products .item:nth-child(2n) .column-image {
        order: 1;
    }

	.section-list-products .item .column-text {
        width: 100%;
        margin: 0 0 32px;
        order: 2;
    }

	.section-list-products .item:nth-child(2n) .column-text {
        order: 2;
        margin: 0 0 32px 0;
    }

	.section-list-products .item .waves-section-decoration {
		background-size: 70px;
		height: 18px;
	}

	.single-produtos .section-model-banner .box-text {
        padding: 0;
    }

    .single-produtos .section-model-banner .box-image {
        margin: auto !important;
    }

}

@media only screen and (max-width: 768px) {

    body.single-produtos .section-model-banner .box-image {
        display: none;
    }

}