#main{
	overflow-x:hidden;
    margin-top:-22px;
}

section + section {
	margin-top: 66px;
}

.wp-block-cb-carousel-v2 .wp-block-cover {
	padding: 0;
}
.wp-block-cb-carousel-v2[data-cb-pagination=true] .swiper-horizontal {
	margin: 0;
}
.wp-block-cb-carousel-v2 .cb-button-next,
.wp-block-cb-carousel-v2 .cb-button-prev {
	color: #FFFFFF;
	background: #1E3948;
	width: 24px;
	height: 24px;
    border-radius:2px;
}
.wp-block-cb-carousel-v2 .cb-button-next {
	right: -48px;
}
.wp-block-cb-carousel-v2 .cb-button-prev {
	left: -48px;
}
.wp-block-cb-carousel-v2 .cb-button-next:after,
.wp-block-cb-carousel-v2 .cb-button-prev:after {
	font-size: 14px;
}
.wp-block-cb-carousel-v2 .cb-pagination.swiper-pagination-horizontal {
	bottom: 11px;
	gap: 4px;
}
.wp-block-cb-carousel-v2 .cb-pagination .cb-pagination-bullet {
	background: #71717185;
	transition: all .3s ease-in-out;
}
.wp-block-cb-carousel-v2 .cb-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .cb-pagination-bullet {
	width: 9px;
	height: 9px;
	margin: 0;
	border-radius: 2px;
}
.wp-block-cb-carousel-v2 .cb-pagination .cb-pagination-bullet.swiper-pagination-bullet-active {
	background: #F89011;
}
.cb-carousel-block .wp-block-cover__inner-container {
	max-width: 1212px;
	width: 100%;
	margin: 0 auto;
}
.cb-carousel-block .wp-block-heading {
	margin-bottom: 0;
	margin-left:20px;
	text-align: left;
	font-weight: 400;
	font-size: 36px !important;
	line-height: 46px;
}
.cb-carousel-block .wp-block-heading em {
	background: #F89011;
	color: #000;
	padding:5px 13px 9px;
	font-weight: 700;
	font-style: normal;
	line-height: 30px;
	display: inline-block;
	border-radius: 8px;
}
.wp-block-cb-carousel-v2.hero-carousel .cb-button-next,
.wp-block-cb-carousel-v2.hero-carousel .cb-button-prev {
	background: #FFFFFF4D;
}
.wp-block-cb-carousel-v2.hero-carousel .cb-button-next {
	right: 5%;
}
.wp-block-cb-carousel-v2.hero-carousel .cb-button-prev {
	left: 5%;
}
.wp-block-cb-carousel-v2.hero-carousel .cb-pagination .cb-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: #FFFFFF80;
}

.tags-search > .wp-block-group__inner-container {
	padding: 3rem;
	background: #ECECEC;
	border-radius: 8px;
}
.tags-search .product-tags {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	column-gap: 15px;
	text-align: center;
	margin-bottom: 15px;
}
.tags-search .product-tags a {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5rem;
	padding: 13px;
	border-radius: 4px;
	border: 1px solid #717171;
	transition: all .2s ease-in-out;
}
.tags-search .product-tags a:hover {
	background-color: #717171;
	color: #fff;
}
.tags-search .product-tags a.is-active {
	background: #1E3948;
	border-color: #1E3948;
	color: #fff;
}
.tags-search .wp-block-search__inside-wrapper {
	border: 0;
	padding: 0;
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
}
.tags-search .wp-block-search__inside-wrapper .wp-block-search__input {
	padding: 18px 16px;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.tags-search .wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
	color: #A2A2A2;
}
.tags-search .wp-block-search__inside-wrapper .wp-block-search__button {
	margin: 0;
	border: 0;
	background: transparent;
	color: #B8B8B8;
	padding: 15px 16px;
}
.tags-search .wp-block-search__inside-wrapper .wp-block-search__button svg {
	transform: rotate(270deg);
}
.search-counter > .wp-block-group__inner-container {
	display: flex;
    align-items: center;
    gap: 16px;
}
.search-counter .wp-block-search,
.search-counter .search-all-products-form {
	width: 100%;
}
.search-counter .search-all-products-form {
	max-width: 306px;
}
.search-all-products-form .search-submit {
	border: 0;
	background: var(--yellow-800);
	border-radius: 5px;
	padding: 16px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.2rem;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.search-all-products-form .search-submit.is-loading {
	opacity: .85;
	pointer-events: none;
}
.search-all-products-form .search-submit.is-loading::after {
	content: "";
	width: 16px;
	height: 16px;
	border: 2px solid rgba(16, 16, 16, .25);
	border-top-color: #101010;
	border-radius: 50%;
	animation: nrzHomeSearchSpin .7s linear infinite;
}
.search-all-products-form .search-submit.is-loading span {
	opacity: .65;
}
@keyframes nrzHomeSearchSpin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.section-title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 2.9rem;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
	color: #1E1E1E;
	padding-left: 27px;
	margin-bottom: 34px;
}
.section-title::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="23" viewBox="0 0 16 23" fill="none"><path d="M0 2C0 0.895431 0.895431 0 2 0H13.4469C15.0059 0 15.9655 1.70473 15.1567 3.03758L10.1452 11.2959L3.67994 21.3037C2.59804 22.9784 0 22.2122 0 20.2184V2Z" fill="%23F89011"/></svg>');
	line-height: 0;
	position: absolute;
	top: 1px;
	left: 0;
}

.brands-carousel .wp-block-cb-carousel-v2 .cb-pagination.swiper-pagination-horizontal {
	margin-top: 24px;
	position: inherit;
	bottom: unset;
}
.brands-carousel .wp-block-cb-carousel-v2 .cb-button-next,
.brands-carousel .wp-block-cb-carousel-v2 .cb-button-prev {
	top: calc(50% - 20px);
}
.brands-carousel .wp-block-image {
	height: 74px;
	line-height: 0;
	text-align: center;
	align-content: center;
	background: #ECECEC;
	border-radius: 9px;
	border: 1px solid transparent;
	transition: all .3s ease-in-out;
}
.brands-carousel .wp-block-image a {
	height: inherit;
	align-content: center;
}
.brands-carousel .wp-block-image:hover {
	background: #fff;
	border-color: #A2A2A2;
}
.brands-carousel img {
	max-width: 132px;
	width: max-content;
	max-height: 70px;
	height: auto;
	filter: brightness(20%);
	transition: all .3s ease-in-out;
}
.brands-carousel .wp-block-image:hover img {
	filter: brightness(1);
}

.banner-rent-buy .wp-block-cover {
	padding: 46px;
	border-radius: 10px;
	overflow: hidden;
}
.banner-rent-buy .wp-block-heading {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 2.5rem;
}
.banner-rent-buy p {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.2rem;
	margin: 15px 0 24px;
}
.banner-rent-buy .wp-block-button__link {
	background: #F89011;
	height: initial;
	padding: 10px 18px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #101010;
	line-height: 1.9rem;
	border-radius: 5px !important;
}

figure.wp-block-gallery.has-nested-images.solutions-gallery {
	display: flex;
	flex-wrap: nowrap;
	column-gap: 30px;
}

.conver-brand-ad {
	padding: 70px 46px;
}

.conver-brand-ad .wp-block-cover__image-background{
	object-fit:unset!important;
    height:300px;
}

.conver-brand-ad{
	overflow:visible!important;
}

.conver-brand-ad .wp-block-heading {
	font-size: 6.4rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 4.4rem;
    color: #1E3948;
}
.conver-brand-ad p {
	margin: 10px 0 24px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: #1E3948;
}
.conver-brand-ad .wp-block-button__link {
	padding: 10px 16px;
	background: #FFFFFF;
	color: #101010;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.7rem;
	border-radius: 5px;
}

.forum-cta {
	padding: 23px 47px;
	border-radius: 8px;
	overflow: hidden;
}
.forum-cta-text .wp-block-heading {
	font-size: 5.2rem;
    font-weight: 900;
    line-height: 3.6rem;
    color: #1E3948;
    margin-bottom: 17px;
}
.forum-cta .forum-cta-text p {
	margin: 0;
	line-height: 2.2rem;
}
.forum-cta-content {
	background: #FFFFFFD6;
	border-radius: 5px;
	padding: 23px;
}
.forum-cta-content > .wp-block-group__inner-container {
	display: flex;
    gap: 42px;
    align-items: flex-end;
}
.forum-cta-content .wp-block-heading {
	font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 4px;
}
.forum-cta-content p {
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.forum-cta-content .wp-block-button__link {
	padding: 3px 16px;
	border-radius: 5px;
	background: #F89011;
	color: inherit;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.7rem;
}

@media screen and (max-width: 991px){

     .swiper-button-next, .swiper-button-prev{
		top: var(--swiper-navigation-top-offset, 42%)!important;
	}

    .wp-block-cb-carousel-v2.hero-carousel .cb-button-next, 
	.wp-block-cb-carousel-v2.hero-carousel .cb-button-prev{
		display:none;
	}
    
	.brands-carousel img{
		max-width:100%;
        width:100%;
        height: 100%;
        object-fit: contain;
	}

	.brands-carousel .wp-block-image{
		height:48px;
        padding:5px 15px;
	}

	.brands-carousel .wp-block-image a{
		height:100%;
	}

	.marcas .cb-pagination{
		display:none!important;
	}

	.banner-rent-buy .wp-block-heading{
		font-size:24px;
	}

	.banner-rent-buy p{
		font-size:18px;
        font-weight:400;
        margin: 10px 0 24px;
	}

	.banner-rent-buy .wp-block-cover{
	    padding: 42px 24px;
	}

	.wp-block-group.mais-vendidos,
    .wp-block-group.para-voce{
		overflow-x:hidden;
	}

    .marcas .brands-carousel .wp-block-cb-carousel-v2 .cb-button-next, 
	.marcas .brands-carousel .wp-block-cb-carousel-v2 .cb-button-prev{
		display:none;
	}

	figure.wp-block-gallery.has-nested-images.solutions-gallery{
		flex-wrap:wrap;
        column-gap: 7px;
        justify-content:center;
	}

	#masthead{
		border-radius: 0 0 8px 8px;
	}

	.banner-principal{
	    margin-top: -10px;
        position: relative;
        z-index: -1;
	}

	.banner-principal .cb-pagination{
		display:none!important;
	}

	.cb-carousel-block .wp-block-heading{
		font-size:24px!important;
        font-weight: 700;
	}

	.related.products .swiper-button-prev, 
	.related.products .swiper-rtl .swiper-button-next,
	.nrzvs-vitrine .swiper-button-prev, 
	.nrzvs-vitrine .swiper-rtl .swiper-button-next {
		left: var(--swiper-navigation-sides-offset, -2%);
	}

	.single .related.products .swiper-button-next, 
	.single .related.products .swiper-rtl .swiper-button-prev,
	.nrzvs-vitrine .swiper-button-next, 
	.nrzvs-vitrine .swiper-rtl .swiper-button-prev {
		right: var(--swiper-navigation-sides-offset, -2%);
	}

	.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){
		max-width:127px;
        height:68px;
	}

    .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{
		border-radius:4px;
	}

	figure.wp-block-gallery.has-nested-images.solutions-gallery figure:nth-child(n + 4) {
	    max-width:195px!important;
	}

	.conver-brand-ad .wp-block-heading{
		font-size:32px;
        font-weight:900;
	}

	.conver-brand-ad{
	   padding: 24px 24px;
	}

	.conver-brand-ad img{
		border-radius:10px;
	}

	.forum{
		display:none;
	}

	.conver-brand-ad .wp-block-cover__image-background{
		object-fit:cover!important;
	}


}
