@charset "utf-8";
/* CSS Document */

:root {
	--bs-blue: #3E4095;  
	--bs-blue-dark: #00228E;  
	/*--bs-blue: #63B3ED;
	--bs-indigo: #596CFF;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #F56565;
	--bs-orange: #fd7e14;
	--bs-yellow: #FBD38D;
	--bs-green: #81E6D9;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529; */
}

@import "bootstrap/scss/utilities";

body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.75em !important;
	color: var(--bs-gray-700);
	background-color: var(--white) ;
}
a {
	text-decoration: none !important;	
	color: var(--bs-gray-800)
}
a:hover {
	color:var(--bs-gray-900) !important;
	font-weight: 500;	
}
h1 {
	font-size: 1.5rem !important;
}
h2 {
	font-size: 1.375rem !important;
}
h3 {
	font-size: 1.25rem !important;
}
h4 {
	font-size: 1.125rem !important;
}
h5 {
	font-size: 1rem !important;
}
h6 {
	font-size: 0.81rem !important;
}

.small-a {
	font-size: 0.63rem !important;
}

.inclinedYF {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

#description {
	p {
		font-size: 0.6rem;
	}
	& h3 {
		font-size: 1rem !important;
	}
}

/* HEADER E MENU*/
.header_logo {
	/*border-top: 0.5rem solid #3E4095;*/
	background-color: var(--bs-white);
	/*border-bottom: 0.4rem solid #3E4095;*/
}
.header_nav {
    position: -webkit-sticky;
    background-color: var(--bs-white);
	border-bottom: 0.2rem solid #3E4095;
	box-shadow: 0 .125rem .25rem -0.25rem rgba(0, 0, 0, 0.75);
}
.header_nav a {
	color: var(--bs-blue);
	font-weight: 500;
}
/*.header_nav .menu {
	padding-right: 8vw;
}*/
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
	/*border-top: 0.4rem solid #3E4095;*/
}

.btn-jc {
	background-color: var(--bs-blue-dark);
	color: #FFFFFF !important;
}

.btn-jc:hover {
	background-color: var(--bs-blue) !important;
	color: var(--bs-gray-200) !important;
}
a.btn-jc:hover {
	color: var(--bs-gray-200) !important;
}

.btn-wa {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important; 
    padding: 1rem;
    border: 1px solid #6bfc51;
    border-radius: 2rem;
	background: -webkit-gradient(linear, left top, left bottom, from(#38c61e), to(#53e02b));
    background: -moz-linear-gradient(top, #38c61e, #53e02b);
    background: linear-gradient(to bottom, #38c61e, #53e02b);
    -webkit-box-shadow: #efefefeb 4px 2px 14px 0px;
    -moz-box-shadow: #efefefeb 4px 2px 14px 0px;
    box-shadow: #efefefeb 4px 2px 14px 0px;
    text-shadow: #a2a3a2c4 1px 1px 1px;
	font-size: 1em;
	font-weight: 500;
    color: #ffffff;
}
.btn-wa:hover,
.btn-wa:focus {
    border: 1px solid #6bfc51;
    background: #53e02b;
    background: -webkit-gradient(linear, left top, left bottom, from(#53e02b), to(#38c61e));
    background: -moz-linear-gradient(top, #53e02b, #38c61e);
    background: linear-gradient(to bottom, #53e02b, #38c61e);
}
a.btn-wa:hover,
a.btn-wa:focus {
	font-size: 1em;
	font-weight: 500;
	color: #ffffff !important;
}

.btn-wa:disabled {
    /*color: var(--bs-btn-disabled-color);*/
    pointer-events: none;
    background-color: #6c757d;
	background: -webkit-gradient(linear, left top, left bottom, from(#99a5af), to(#6c757d));
    opacity: 0.65;
}

.ps-logo img {
	width:10vw; 
	height:10vw; 
}
.ps-feat img {
	width: 10vw;
	height:10vw; 
}

@media screen and (max-width: 768px) {
	.ps-feat img {
		max-height:8vw; 
	}
}

.shadow-inset {
	box-shadow: inset 0 .125rem .25rem rgba(0, 0, 0, 0.075), inset 0 -0.125rem .25rem rgba(0, 0, 0, 0.075);	
}

/* SLIDER */
.mainslide {
	max-height: 400px;
}

div.carousel-content {
	max-height: 500px;
}

/*FOOTER*/
footer {
	height: auto;
	width: 100%;
	top: 10px;
	box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 0px 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=0);		
	z-index: 1000 !important;
	background-color: var(--bs-blue);
}

footer,
footer .nav .nav-item a,
footer a {
	color: var(--bs-white);
}

/* INPUT TYPE NUMBER turbinado */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Cookies */
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:14px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
		
/* SCROLL TO TOP */

.scroll-top-arrow {
    font-size: 30px;
    line-height: 45px;
    color: #fff !important;
    display: none;
    height: 45px;
    width: 45px;
    padding: 0;
    position: fixed;
    bottom: 80px;
    right: 15px;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    border-radius: 100%;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #00228E 0%, #272525 51%, #00228E 100%);
}
.scroll-top-arrow:hover{
    background-position: right center;
}

/*BOTÕES SWICH */
.switch {
	visibility: hidden;
	position: absolute;
	margin-left: -9999px;
}

.switch + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	user-select: none;
}

.switch--shadow + label {
	padding: 2px;
	width: 40px;
	height: 20px;
	background-color: #dddddd;
	border-radius: 20px;
}
.switch--shadow + label:before,
.switch--shadow + label:after {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	content: "";
}
.switch--shadow + label:before {
	right: 1px;
	background-color: #f1f1f1;
	border-radius: 20px;
	transition: background 0.4s;
}
.switch--shadow + label:after {
	width: 18px;
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	transition: all 0.4s;
}
.switch--shadow:checked + label:before {
	background-color: var(--bs-cyan);
}
.switch--shadow:checked + label:after {
	transform: translateX(20px);
}

#optionals .hoverable:hover { 
	background-color: var(--bs-gray-200);  
}

#Vehicle .carousel-control-prev,
#Vehicle .carousel-control-next,
#Carousel .carousel-control-prev,
#Carousel .carousel-control-next,
#Second .carousel-control-prev,
#Second .carousel-control-next {
	background-color: #ffffff;
	width: 6vh;
	height: 6vh;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
	font-weight: bold;
}

@media (min-width: 576px) {
	#Vehicle .carousel-item,
	#Carousel .carousel-item,
	#Second .carousel-item {
		margin-right: 0;
		display: block;
		width: 100%;
	} 
	#Vehicle .carousel-item img {
		border: 1px solid #fff;
	} 
	#Vehicle .carousel-inner,
	#Carousel .carousel-inner,
	#Second .carousel-inner {
		display: flex;
	}
	#Featured .carousel-control-prev {
		left: -3vw;
	}
	#Featured .carousel-control-next {
		right: -3vw;
	}
}

.navbar-toggler {
	color: var(--bs-blue-dark);
}
.exo-menu{
	width: 100%;
	list-style: none;
	position:relative;
}
.exo-menu > li > a {
	background-color: var(--bs-white);
	text-decoration: none;
	border-bottom: .2rem solid transparent;
	transition: border 0.6s ease;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover {
	color: var(--bs-blue) !important;
	border-color: var(--bs-blue);
}
li.drop-down {
	position:relative;
}
.drop-down ul > li:hover {
	border-bottom: 0.2rem solid var(--bs-blue);
}
li.drop-down>ul{
	min-width: 200px;
}
.drop-down-ul{
	display:none;
}
li.drop-down>ul>li>a {
	display: block;
	padding: 10px 22px;
	text-decoration: none;
	transition: border 0.6s ease;
}

/*hover*/
.drop-down-ul:hover,
li.drop-down>a:hover +.drop-down-ul{
	display: block;
	transition: border 0.6s ease;
	color: var(--bs-blue) !important;
}
/*responsive*/
@media (min-width:767px){
	#navbar .separator {
		padding: 0 8%;
	}
	.exo-menu > li > a{
		display: block;
		padding: 10px 22px;
		transition: border 1s ease;
	}	
	li.drop-down>ul{
		position:absolute;
		list-style-type: none;
		margin: 0;
		padding: 0;
		background-color: var(--bs-white);
		z-index: 100;
	}
}
