body, h1, h2, h3, h4, h5, h6, form, dl, ul, li, ol, dt, dd, p, address, a { margin:0; padding:0; text-decoration:none; text-transform:none; text-shadow:none; }

.logo-menu-filter { /*filter: brightness(0.5) invert(100%) grayscale(100%);*/ } /*Ativar em MENU DARK*/
.logo_footer_filter { filter: brightness(1) invert(0%) grayscale(0%) ; opacity: 0.3; } /*Ativar em footer DARK*/


.max-width { max-width: 1250px }

:root {
	--color_bt_blue: 				#006BA0;
	--color_bt_red: 				#E4093E;

	--color_one:    				#012030;
	--color_two: 					#006BA0;
	--color_three: 					#E4093E;

	--color_one_light:   			#CCD3D5;
	--color_two_light:  			#EBEBED;
	--color_three_light:  			#F0E0DD;

	--color_one_text:				#CCD3D5;
	--color_two_text:				#ffffff;
	--color_three_text:				#ffffff;

	--color_one_text_hover:			#006BA0;
	--color_two_text_hover:			#006BA0;
	--color_three_text_hover:		#888;

	--color_one_light_text:			#012030;
	--color_two_light_text:			#012030;
	--color_three_light_text:		#012030;

	--color_one_light_text_hover:	#012030;
	--color_two_light_text_hover:	#006BA0;
	--color_three_light_text_hover:	#E4093E;

	--bg-light-bt-blue: 			rgba(0,107,160,0.2);
	--bg-light-bt-red: 				rgba(238,56,91,0.2);
	--bg-light-grey: 				rgba(85,85,85,0.2);
	--bg-light-green: 				rgba(121,186,81,0.2);
	--bg-light-yellow: 				rgba(255,183,80,0.2);

}
.bg-color-one { background-color: var(--color_one) }

.color-bt-blue { color: var(--color_bt_blue) }
.color-bt-red { color: var(--color_bt_red) }

.bg-bt-blue { background-color: var(--color_bt_blue) }
.bg-bt-red { background-color: var(--color_bt_red) }
.bg-gray { background-color: #555; color: white }
.bg-green { background-color: #79BA51; color: white }
.bg-yellow { background-color: #FFB750; color: white }

.bg-light-bt-blue { background-color: rgba(0,107,160,0.2); color: black }
.bg-light-bt-red { background-color: rgba(238,56,91,0.2); color: black }
.bg-light-grey { background-color: rgba(85,85,85,0.2); color: black }
.bg-light-green { background-color: rgba(121,186,81,0.2); color: black }
.bg-light-yellow { background-color: rgba(255,183,80,0.2); color: black }

body{
	width: 100%;
	font-size: 1rem;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	overflow-x:hidden;
}

.simplebox {
	outline: none;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

#menu-top-desktop, #menu-mobile {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
	background: var(--color_one);
	color: var(--color_one_text);
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 1000;
}

#menu-top-desktop {
	height: 150px;
}

.menu-top-desktop-first {
	background: #006BA0;
	height: 50px;
}

.menu-top-desktop-first a {
	font-size: 0.8rem;
	color: var(--color_one_text) !important;
	text-decoration: none;
	letter-spacing: 0.05rem;
}

.menu-top-desktop-first a:hover {
	color: white !important;
}

#menu-mobile {
	height: 80px;
}

#menu-mobile .btn:hover {
	 color: inherit;
}

#menu-mobile a, #menu-mobile .btn {
	padding: 0;
	margin: 0;
}

.btn-menu-mobile {
	color: inherit;
	font-size: 1.65rem;
}

.box-menu-mobile {
	color: var(--color_two);
}

.box-menu-mobile-opened {
	color: var(--color_one_text);
}

.btn-menu-mobile-products {
	color: inherit;
	font-size: 1.45rem;
}

.box-menu-mobile-products {
	color: var(--color_three);
}

.box-menu-mobile-products-opened {
	color: var(--color_one_text);
}

.menu-mobile-panel, .menu-mobile-panel-products {
	width: 100vw;
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	bottom: 0;
	list-style: none;
	z-index: 999;
	overflow: auto;
	font-size: 1rem;
	font-weight: bold;
}

.menu-mobile-panel {
	background: var(--color_one_light);
	-webkit-transform: translateX(150%);
	-ms-transform: translateX(150%);
	transform: translateX(150%);
	-webkit-transition: 2ms;
	transition: 2ms;
}

.menu-mobile-panel-products {
	background: black;
	-webkit-transform: translateX(-150%);
	-ms-transform: translateX(-150%);
	transform: translateX(-150%);
	-webkit-transition: 2ms;
	transition: 2ms;
	width: 100vw;
}

.menu-mobile-panel-opened, .menu-mobile-panel-products-opened {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: 200ms;
	transition: 200ms;
	display: block;
}

.logo-menu { height: 50px; }
.search-box { width: 200px; }
.btn-search { margin: 0; padding: 0; color: var(--color_one); }
.btn-search:hover { color: var(--color_two); }
.input-group-text { background: var(--color_one); }
.input-group-text a { color: black !important; }

.btn-whatsapp { color: var(--color_one_text); }
.btn-whatsapp:hover { color: var(--color_one_text_hover); }
.btn-whatsapp-text { line-height: 1; padding-top: 0.5rem }

.menu-top-desktop-link {
	color: var(--color_one_text);
	border: 0.05rem solid var(--color_one_text);
	padding: 0.45rem 1rem;
	border-radius: 0.3rem;
}

.menu-top-desktop-link:hover {
	text-decoration: none;
	background: var(--color_three);
	color: var(--color_three_text);
	border: 0.05rem solid var(--color_one);
}

#menu-top-desktop .btn-link {
	color: var(--color_one_text) !important;
	text-decoration: none;
}

#header {
	padding: 30px 0;
	background: var(--color_one_light);
	color: var(--color_one_light_text);
	border-bottom: 20px solid var(--color_one);
}

.header-shadow {
	-moz-box-shadow: inset 0 -10px 50px -10px var(--color_one);
	-webkit-box-shadow: inset 0 -10px 50px -10px var(--color_one);
	box-shadow: inset 0 -10px 50px -10px var(--color_one);
}

.header-product-title {
	width: 255px;
}

.header-product-name, .header-product-detail-name {
	text-align: center;
}

.header-product-name a, .header-product-detail-name a {
	text-align: center;
	font-weight: bold;
	color: var(--color_one_light_text);
	font-size: 0.7rem;
	letter-spacing: 0.1rem;
}

.header-product-name p, .header-product-detail-name p {
	text-align: center;
	font-weight: bold;
	color: var(--color_one_light_text);
	font-size: 2rem;
	letter-spacing: 0.1rem;
}

#headerProduct {
	position: fixed;
	z-index: 5;
	width: 100%;
	height: 100px;
	padding: 10px 0 10px 0;
	background: #ECCE40;
	color: var(--color_one_light_text);
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	transition: transform 0.6s ease-in-out;
}

#headerProduct.hidden {
  transform: translateY(-110%);
}

.product-detail-bau { max-height: 52px }
.product-detail-sider { max-height: 60px }
.product-detail-carroceria { max-height: 45px }
.product-detail-cabine { max-height: 42px }
.product-detail-caixa { max-height: 60px }

.product-detail-bau-off { max-height: 26px }
.product-detail-sider-off { max-height: 30px }
.product-detail-carroceria-off { max-height: 23px }
.product-detail-cabine-off { max-height: 23px }
.product-detail-caixa-off { max-height: 30px }

.header-product-spacer {
	width: 100%;
	height: 100px;
}

.highlight-text {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	top: 0;
	background-color: #012030;
	width: 100%;
	height: 3.5vw;
	color: white;
	padding: 0 1rem;
	text-align: center;
	font-weight: bold;
	font-size: 0.7rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}

.product-bau { max-height: 72px }
.product-sider { max-height: 80px }
.product-carroceria { max-height: 65px }
.product-cabine { max-height: 62px }
.product-caixa { max-height: 80px }

@media only screen and (max-width: 768px) {
	.highlight-text {
		height: 90px;
	}

	.header-product-detail-name p {
		font-size: 1.25rem;
		padding-left: 20px;
	}

	#headerProduct {
		height: 80px;
		overflow-x: auto;
	}

	.product-detail-bau { max-height: 42px }
	.product-detail-sider { max-height: 60px }
	.product-detail-carroceria { max-height: 45px }
	.product-detail-cabine { max-height: 42px }
	.product-detail-caixa { max-height: 60px }

	.product-detail-bau-off { max-height: 26px }
	.product-detail-sider-off { max-height: 30px }
	.product-detail-carroceria-off { max-height: 23px }
	.product-detail-cabine-off { max-height: 21px }
	.product-detail-caixa-off { max-height: 30px }

	.header-product-spacer {
		height: 80px;
	}

	.header-product-detail-active {
		width: 90vw;
	}

}
#outdoor-box .swiper-slide {
	min-height: calc(100vh - 100px);
}

#outdoor-box .carousel-img-box { width: 625px; height: 550px; text-align: right; padding: 200px 20px; }
#outdoor-box .carousel-text-box { width: 625px; height: 550px; text-align: left; padding: 20px; }
#outdoor-box .carousel-title { font-size: 5rem; color: white; letter-spacing: -0.05em;line-height: 95%; font-weight: lighter; }
#outdoor-box .carousel-detail { font-size: 2rem; color: #FFF; padding-bottom: 0.1rem; list-style: none; font-weight: lighter; }
#outdoor-box .carousel-obs { font-size: 0.75rem; color: white; padding: 0; margin: 1vw 0; background: rgba(255,255,255,0); }

.footer {
	position: relative;
	border-top: 20px solid var(--color_two);
	background: var(--color_one);
	color: var(--color_three_text);
	font-weight: 400;
	font-size: 0.8rem;
}

.footer p {
	padding: 0.2rem 0;
}

.footer a {
	color: var(--color_three_text);
	text-decoration: none;
	padding: 0.2rem 0;
}

.footer a:hover {
	color: var(--color_three_text_hover);
}

.footer-middle {
	background: var(--color_one_light);
	color: var(--color_one_light_text);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.8);
}

.footer-time {
	background: var(--color_three);
	color: var(--color_three_text);
}

.footer-middle a {
	color: var(--color_three_light_text);
	text-decoration: none;
}

.footer-middle a:hover {
	color: var(--color_three_light_text_hover);
}

.footer-end {
	color: rgba(255,255,255,0.5);
}

.footer-md-div {
	border-right: 1px solid rgba(255,255,255,0.1);
	color: black;
}

.footer-text-header {
	color: var(--color_two);
}

.footer button { 
	font-size: 0.8rem;
	border: none;
	color: var(--color_three_light_text);
	text-decoration: none;
	outline: none;
}

.footer button:hover, .footer button:active, .footer button:link, .footer button:visited { 
	text-decoration: none;
	color: var(--color_three_light_text_hover);
}

.card-img-top {
	border-radius: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.products-container .card {
	background: var(--color_three);
	margin-bottom: 15px;
	border: none;
	border-radius: 10px 13px 13px 13px;
	box-shadow: 0px 0px 10px 0px #FFF;
}

.card-ref {
	color: var(--color_three_text);
	padding: 8px;
	padding-left: 15px;
	font-size: 1.1rem;
	letter-spacing: 0.3rem;
}

.card-width {
	position: absolute;
	top: 10px;
	right: 10px;
	background: var(--color_one);
	color: var(--color_one_text);
	border-radius: 8px;
	padding: 0.4rem 0.8rem;
	font-size: 1.5rem;
	letter-spacing: 0.15rem;
}

.card-price {
	padding: 6px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(1, 32, 48, 0.7);
	text-align: center;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color: white;
	font-size: 0.7rem;
	letter-spacing: 0.1rem;
}
.products-container .card:hover {
	box-shadow: 0px 0px 10px 0px #888;
}

.products-container .product-box {
	margin-bottom: 35px;
	 float: left;
}

.products-container .card .card-body { padding: 5px 15px;
}
.products-container .card-title { font-size: 0.9rem; font-weight: bold; border-bottom: 1px solid var(--color_one_light); padding-bottom: 10px; margin-bottom: 8px; }
.products-container .card-info { font-size: 0.9rem; padding: 0; font-weight: normal; border-bottom: 1px solid var(--color_one_light); padding-bottom: 5px; margin-bottom: 5px; }

.section-text h2 {
	padding: 2rem 0;
}

.section-text h3 {
	padding: 1rem 0;
}

.section-text p {
	padding: 1rem 0;
}

.section-text ul, .section-text ol {
	padding:1rem 0 1rem 1.5rem;
}

.section-text li {
	padding:0.3rem 0;
}

.section-product h2 { font-size: 1.5rem; line-height: 120%; font-weight: bold; letter-spacing: -0.03rem; padding: 0; }
.product_gallery__photolist { width: 100%; padding: 10px 0; overflow-x: auto; white-space: nowrap; }
.product_gallery__photolist a { margin-right: 10px; }
.product_stock { padding: 2rem; background: var(--color_one_light); color: var(--color_one_light_text); width: 50%; font-size: 1.2rem; font-weight: lighter; }
.product_price { padding: 2rem; background: var(--color_one); color: var(--color_one_text); width: 50%; font-size: 1.2rem; font-weight: bolder; text-align: right; }
.product_short_detail p { font-size: 0.9rem }
.photo-small { border: 2px solid #F0F0F0; width: 70px; height: auto }
.photo-active {cursor: zoom-in; }

.section h1, .products-container h1, .section-highlight h1 { font-size: 3rem; line-height: 100%; font-weight: lighter }
.section h3, .products-container h3 { font-size: 1.6rem; line-height: 80%; font-weight: lighter; border-bottom: 1px #777 solid; padding-bottom: 1.3vw }
.section h4, .products-container h4 { font-size: 1.5rem; line-height: 120%; font-weight: lighter; }
.section p { line-height: 170%; }
.section a { text-decoration: none; color: black; }
.section h2 span {
	font-size: 0.8rem;
	right: 2rem;
	top: 1.75rem;
	padding: 0.2rem;
	line-height: 150%;
	border-radius: 0.3rem;
	position: absolute;
	background: var(--color_two);
	color: var(--color_two_text);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}

.section-background-solid { background: var(--color_two); background-image: url('../image/slide-all.png'); }
.section-header h1 { font-size: 3.5rem; line-height: 100%; font-weight: lighter; letter-spacing: 0rem; color: var(--color_two_text); padding: 4rem 2rem 0 2rem; }
.section-header h2 { font-size: 2rem; line-height: 100%; font-weight: lighter; letter-spacing: 0rem; margin: 2rem 2rem 3rem 2rem; color: var(--color_two_text); }
.section-header p { line-height: 170%; font-size: 1.2rem; font-weight: normal; padding: 1.5rem; background: white; color: var(--color_one); margin: 0 2rem 0 2rem; }
.section-header .img-fluid { padding: 2rem; }
.section-header a { text-decoration: none; color: var(--color_three); }
.section-open, .section-open-2 { background: var(--color_one); color: var(--color_one_text) }
.section-open p { line-height: 170%; font-size: 1.1rem; font-weight: normal; padding: 2rem; letter-spacing: 0rem; text-align: justify; columns: 2; column-gap: 5rem; column-rule: 5px solid var(--color_two); }
.section-open p i { font-weight: bold; font-style: normal; color: var(--color_two); }
.section-open-2 p { line-height: 150%; font-size: 1.3rem; font-weight: normal; padding: 0 2rem; letter-spacing: 0rem; }
.section-extra { background: white; color: var(--color_one) }
.section-extra p { line-height: 170%; font-size: 1.1rem; font-weight: normal; padding: 2rem; letter-spacing: 0rem; }
.section-extra p i { font-weight: bold; font-style: normal; color: var(--color_two); }

.section-content { margin: 2rem 1rem 2rem 1rem; }
.section-content h2 { font-size: 4rem; font-weight: lighter; letter-spacing: -0.2rem; padding: 3rem 2rem 0 2rem; }
.section-content p { line-height: 170%; font-size: 1.5rem; font-weight: lighter; padding: 2rem; letter-spacing: -0.03rem }
.section-content p i { font-weight: bold; font-style: normal; }
.section-content .img-fluid { padding: 4rem; }
.section-content >a { color: var(--color_three); }
.section-content >a:hover { color: var(--color_two_text); }
.section-highlight h2 { font-size: 1.2rem; font-weight: bold; letter-spacing: 0rem; padding: 1rem 2rem 0 2rem; color: white; }
.section-highlight p { line-height: 160%; font-size: 1rem; font-weight: normal; padding: 0 2rem; letter-spacing: 0rem; color: white; }
.section-highlight h3 { margin: 6rem 0; }
.section-highlight h3 a { line-height: 100%; font-size: 1.5rem; font-weight: bold; padding: 2rem; letter-spacing: 0.03rem; background-color: var(--color_three); color: var(--color_three_text); text-decoration: none; box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.8); }
.section-highlight h3 a:hover { background-color: var(--color_three_light); color: var(--color_three_light_text); }
.section-search h1 { font-size: 1.5rem; line-height: 150%; font-weight: lighter; letter-spacing: -0.03rem; padding: 2rem 1rem; }
.section-error { background: var(--color_one); color: var(--color_one_text) }
.section-error h1 { font-size: 5rem; font-weight: bolder; padding: 0 1.5rem 2rem 1.5rem }
.section-error h2 { font-size: 1.5rem; font-weight: lighter; padding: 0.5rem 1.5rem 0.5rem 1.5rem }
.section-error p { font-size: 1.5rem; font-weight: normal; padding: 2rem 1.5rem 0 1.5rem }
.section-error pre { padding: 0.3rem 1.5rem 0.3rem 1.5rem }
.section-error pre span { border: 1px solid black; padding: 0.3rem; margin-left: 0.3rem }

.info-highlight h2 {
	color:white;
	letter-spacing:0.4rem;
	padding:8px;
	padding-left:12px
}

.info-highlight p {
	font-size:0.7rem
}

.product-info p {
	font-size: 0.9rem;
	font-weight: bold;
}

.section-product-contact a {
	font-size: 1.6rem !important;
	color: white;
}

.section-product-contact .fa-phone-alt {
	font-size: 3rem !important;
	color: white;
}

.section-product-contact .fa-whatsapp {
	font-size: 4rem !important;
	color: white;
}

.mouse-poiter {
	cursor: pointer;
}

#whatsappChange li {
	list-style: none;
	margin: 15px 0;
}

#whatsappChange a {
	color: black;
	background-color: var(--bg-light-grey);
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 5px;
	border-radius: 5px;
}

.bt-categoria {
	width: 100%;
	padding: 15px 0;
}

.bt-categoria a {
	display: block;
	width: 100%;
	color: white;
	border-radius: 5px; border: 1px solid white;
	background-color: var(--color_bt_red);
	padding: 20px 10px;
}

.bt-categoria a:hover {
	text-decoration: none;
	background-color: var(--color_bt_blue);
}

.menu-mobile-panel-products .novo-header, .menu-mobile-panel-products .seminovo-header, .menu-mobile-panel-products .oficina-header {
	list-style: none;
	box-shadow: inset 0 3px 100px 0 rgba(0, 0, 0, 0.8);
	height: 75px;
	padding: 0 20px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	font-size: 1.3rem;
}

.menu-mobile-panel-products .novo-header {
	background-color: var(--color_bt_red);
	color: white;
}

.menu-mobile-panel-products .seminovo-header {
	background-color: var(--color_bt_blue);
	color: white;
}

.menu-mobile-panel-products .oficina-header {
	background-color: #FFA902;
	color: white;
}

.menu-mobile-panel-products .novo-item, .menu-mobile-panel-products .seminovo-item, .menu-mobile-panel-products .oficina-item, .menu-mobile-panel-products .search-item {
	list-style: none;
	box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, 0.3);
	height: 75px;
	padding: 0 20px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.menu-mobile-panel-products .search-item {
	height: 95px !important;
	color: var(--color_one_light_text);
	background-color: var(--color_one_light);
}

.menu-mobile-panel-products .novo-item {
	color: var(--color_one_light_text);
	background-color: var(--color_one_light);
}

.menu-mobile-panel-products .seminovo-item {
	color: var(--color_one_light_text);
	background-color: var(--color_one_light);
}

.menu-mobile-panel-products .oficina-item {
	color: var(--color_one_light_text);
	background-color: var(--color_one_light);
}

.menu-mobile-panel-products .novo-item a {
	color: var(--color_three_light_text);
	height: 100%;
}

.menu-mobile-panel-products .seminovo-item a {
	color: var(--color_three_light_text);
	height: 100%;
}

.menu-mobile-panel-products .oficina-item a {
	color: var(--color_three_light_text);
	height: 100%;
}

.menu-mobile-panel .item {
	list-style: none;
	box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, 0.3);
	height: 75px;
	padding: 0 20px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	color: var(--color_one_light_text);
	background-color: var(--color_one_light);
}

.menu-mobile-panel .item a {
	color: var(--color_three_light_text);
	height: 100%;
}

.footer-finance-item {
	position: relative;
	padding: 0 25px;
}

.footer-finance-item img {
	max-width: 100px;
}

.footer-finance-item div {
	font-size: 0.8rem !important;
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.5);
	padding: 2px 5px;
}

.card-finance-item {
	position: relative;
}

.card-finance-item img {
	height: 15px;
	margin: 6px 5px 0 5px;
}

.card-finance-item div span {
	font-size: 0.65rem !important;
	color: white;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.5);
	padding: 1px 3px !important;
}

.service-finance {
	padding: 30px 0;
	margin: 50px 30px 0 30px;
	background: #F0F0F0;
}

.service-finance-item {
	padding: 0 20px;
	position: relative;
}

.service-finance-item img {
	height: 30px;
	margin: 6px 5px 0 5px;
}

.service-finance-item div span {
	font-size: 0.85rem !important;
	color: white;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.5);
	padding: 1px 3px !important;
}

.section-info h2 {
	font-size: 1rem;
	font-weight: bold;
	padding: 30px 10px 10px 10px;
	border-bottom: 2px solid #000000;
}

.section-info p {
	font-size: 1rem;
	border-bottom: 1px solid #999999;
	padding: 10px;
}

@media only screen and (max-width: 768px) {
	.btn-search { margin: 0; padding: 0; color: white }
	.input-group-text { background: var(--color_bt_blue); }


	.menu-mobile-panel1 {
		-webkit-transition: 200ms;
		transition: 200ms;
	}

	.menu-mobile-panel-products1 {
		-webkit-transition: 200ms;
		transition: 200ms;
	}

	.card {
		background: none;
		border: none;
		padding: 0;
	}

	.card .card-body {
		background: none;
		border: none;
		padding: 0;
	}

	.card h2 {
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: -0.15rem;
		line-height: 0.95;
	}

	.products-container .product-box {
		margin-bottom: 50px;
	}

	.logo-menu { height: 50px; }

	#outdoor-box .carousel-img-box { width: 100%; height: unset; text-align: center; padding: 20px; padding-top: 60px; }
	#outdoor-box .carousel-text-box { width: 100%; height: unset; text-align: center; padding: 20px; }
	#outdoor-box .carousel-title { font-size: 3rem; color: white; letter-spacing: -0.05em;line-height: 95%; font-weight: lighter; }
	#outdoor-box .carousel-detail { font-size: 1.1rem; color: #FFF; padding-bottom: 0.1rem; list-style: none; font-weight: lighter; }
	#outdoor-box .carousel-obs { font-size: 0.75rem; color: white; padding: 0; margin: 1vw 0; background: rgba(255,255,255,0); }

	.footer-md-div {
		border: none;
	}

	.footer p {
		font-size: 1rem;
		padding: 0.35rem 0;
	}

	.footer a {
		padding: 0.35rem 0;
	}

	.footer-text-header {
		padding-top: 2rem !important;
	}

	.footer-middle button {
		font-size: 1.1rem;
		margin-top: 3.5rem;
	}

	.footer-time p {
		font-size: 1.1rem;
	}

	.menu-top-desktop-link {
		display: none;
	}


	.section h1, .products-container h1, .section-highlight h1 { font-size: 2rem; line-height: 120%; font-weight: lighter; }
	.section h3, .products-container h3 { font-size: 2rem; line-height: 130%; padding: 1.5rem 0; margin: 0rem; background: var(--color_one); border: none; }
	.section p { font-size: 1.1rem; line-height: 180%; padding: 0.6rem; }
	.section h3 span {
		position: relative;
		display: block;
		top: auto;
		right: auto;
		font-size: 1rem;
		text-align: center;
		margin: 0;
		background: none;
		box-shadow: none;
		font-weight: bold;
		padding: 0.3rem 1rem;
	}

	.paralax { 
		background-attachment: scroll !important;
		background-position: fixed !important;
	}

	.section h2 span {
		right: 2rem;
		top: 3.85rem;
	}

	.section-header h1 { font-size: 2.5rem; line-height: 120%; font-weight: lighter; letter-spacing: 0rem; color: var(--color_two_text); text-align: center; padding: 0rem 0.75rem 3rem 0.75rem; }
	.section-header h2 { font-size: 1.65rem; line-height: 130%; font-weight: normal; letter-spacing: -0.05rem; margin: 0 0 2rem 0; padding: 2rem 1rem; background: var(--color_two_light); color: var(--color_two_light_text); text-align: center; }
	.section-header p { line-height: 170%; font-size: 1.4rem; font-weight: lighter; padding: 1.5rem; background: var(--color_one); color: var(--color_one_text); margin: 0 2rem 2rem 2rem; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-align: center; }
	.section-header .img-fluid { padding: 3rem 1rem; }

	.section-content { margin: 0rem; }
	.section-content h2 { font-size: 1.7rem; font-weight: bold; letter-spacing: -0.1rem; padding: 2rem 1rem 0 1rem; text-align: left; }
	.section-content p { line-height: 180%; font-size: 1.2rem; font-weight: normal; padding: 0 0rem 3rem 0rem; text-align: left; }
	.section-content .img-fluid { padding: 0rem; }

	.section-open p { line-height: 200%; font-size: 1.2rem; font-weight: lighter; padding: 0.5rem; letter-spacing: 0rem; text-align: center; columns: auto; }
	.section-open p i { font-weight: bold; font-style: normal; color: var(--color_two); font-size: 1.5rem; display: block; padding-bottom: 1rem; }

	.section-highlight p { font-size: 1.1rem; text-align: center; padding: 0 0.5rem; }
	.section-highlight h2 { text-align: center; padding: 3rem 1rem 0 1rem; }

	.section-highlight h3 { margin: 4rem 0 2rem 0 ; }
	.section-highlight h3 a { display: block; line-height: 150%; font-size: 1.5rem; font-weight: bold; padding: 1rem; letter-spacing: 0.03rem; background: var(--color_three); color: var(--color_three_text); text-decoration: none; box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.8); }
	.section-highlight h3 a:hover { background: var(--color_three_light); color: var(--color_three_light_text); }
	
	.info-highlight h2 {
		color:white;
		letter-spacing:0.1rem;
		padding:4px;
		padding-left:7px
	}
	
	#whatsappChange a {
		padding: 15px;
	}

	#carouselSegBox {
		background-color: #F0F0F0 !important;
	}

	.footer-finance-item {
		position: relative;
		padding: 20px 2px 2px 2px;
	}

	.footer-finance-item img {
		max-width: 60px;
	}

	.footer-finance-item div {
		position: absolute;
		top: 0px;
		right: 0;
		color: white;
		border-radius: 3px;
		background: rgba(0, 0, 0, 0.5);
		padding: 2px 5px;
	}
	
	.card-finance-item {
		position: relative;
	}

	.card-finance-item img {
		height: 12px;
		margin: 6px 3px 3px 3px;
	}

	.card-finance-item div span {
		font-size: 0.6rem !important;
		color: white;
		border-radius: 3px;
		background: rgba(0, 0, 0, 0.5);
		padding: 0 3px;
	}

	.service-finance {
		padding: 30px 0;
		background: #FFF;
	}

	.service-finance-item {
		padding: 0 5px;
		position: relative;
	}

	.service-finance-item img {
		height: 20px;
		margin: 6px 5px 0 5px;
	}

	.service-finance-item div span {
		font-size: 0.7rem !important;
		color: white;
		border-radius: 3px;
		background: rgba(0, 0, 0, 0.5);
		padding: 1px 3px !important;
	}

}

@media only screen and (max-width: 1200px) {
	.section-product-contact a {
		font-size: 1.3rem !important;
	}

	.section-product-contact .fa-phone-alt {
		font-size: 3rem !important;
		color: white;
	}

	.section-product-contact .fa-whatsapp {
		font-size: 4rem !important;
		color: white;
	}

	.header-product-title {
		width: 100%;
		padding-bottom: 10px;
	}

	.header-product-title img {
		width: 80%;
	}

	.header-product-name {
		text-align: right;
		padding-right: 40px;
		padding-top: 40px;
	}

	.product-bau { max-height: 72px }
	.product-sider { max-height: 80px }
	.product-carroceria { max-height: 65px }
	.product-cabine { max-height: 62px }
	.product-caixa { max-height: 80px }

	.header-product-name a {
		text-align: center;
		font-weight: bold;
		color: var(--color_one_light_text);
		font-size: 1rem;
		letter-spacing: 0.1rem;
	}

	.product-info p {
		font-size: 1.05rem;
	}

	.product_gallery__photolist { background-color: var(--color_one_light) }
}