@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
	--black: #000;
	--white: #fff;
	--green: #f8655d;
	--gray: #e3e9ed;
	--font-montserrat: 'Montserrat', sans-serif;
}

body {
	font-family: var(--font-montserrat) !important;
}

/*.marcas .products__loop--breadcrumb {
	margin-bottom: 74px;
}*/

.marcas__title {
	font-weight: 700;
	font-size: 40px;
	line-height: 49px;
	letter-spacing: -0.02em;
	color: var(--black);
}
.marcas__title1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 49px;
	letter-spacing: -0.02em;
	color: var(--black);
	text-align: center;
}
.marcas .brans__content {
	padding: 50px;
}

/*.marcas .swiper-slide {
	margin-top: 90px;
}*/

.marcas.brans .swiper-pagination {
	justify-content: flex-start;
}

/*.marcas.brans .swiper-pagination-bullet {
	margin-right: 57px !important;
}*/

.marcas.brans .swiper-pagination {
	border: none;
}

.page-id-184 .swiper-horizontal > .swiper-pagination-bullets,
.page-id-184 .swiper-pagination-bullets.swiper-pagination-horizontal,
.page-id-184 .swiper-pagination-custom,
.page-id-184 .swiper-pagination-fraction {
	left: initial !important;
	padding-left: 0;
}

.marcas.brans .swiper-slide .row {
	--bs-gutter-x: 0;
}

.marcas__item--title {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -0.02em;
	color: var(--black);
}

.marcas__item--description {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: var(--black);
	padding-top: 52px;
}

.marcas__item--url {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-decoration-line: underline !important;
	color: var(--green);
	display: flex;
	justify-content: end;
}

.marcas__item--url:hover,
.marcas__item--url:visited {
	color: var(--green);
}

.marcas.brans {
	margin-top: 0.688rem;
	margin-bottom: 72px;
}

.page-id-184 .marcas.products__loop {
	margin-bottom: 0;
}

@media (max-width: 600px) {
	.marcas .products__loop--breadcrumb {
		margin-bottom: 12px;
	}

	.marcas.brans {
		margin-top: 0;
	}

	.marcas.products__loop {
		margin-top: 2rem;
		margin-bottom: 0;
	}
	.marcas.products__loop1 {
		margin-top: 2rem;
		margin-bottom: 0;
	}
	.marcas .swiper-slide {
		flex-shrink: 0;
		width: 100%;
		height: 100%;
		position: relative;
		transition-property: transform;
		margin-top: 0;
	}

	.marcas__mobile-name {
		position: absolute;
		top: 17px;
		left: 0;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
		color: #ffffff;
		border-bottom: 2px solid #f8655d;
		/*padding-bottom: 6px;*/
		background: rgba(106, 117, 124, 0.5);
		border-radius: 0px 2px 2px 0px;
		padding: 5px 10px;
	}
}
.swiper-slide {
	padding: 0px;
}
.products__loop1 {
	margin-top: 1.188rem;
	margin-bottom: 1.25rem;
}
