body {
	margin: 0;
	font-family: 'Lato';
}
#menu-mobile {
	display: none;
}
#menu-desktop {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
    padding: 0px 30px 0px 30px;
	left: 0;
}
.st0 {
	fill: #fff;
	width: 10px;
	margin-bottom: 2px;
}

/* Estilo do cabeçalho */
header {
	background-color: #015cac;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	color: white;
	position: relative;
}

header .logo {
	display: flex;
	align-items: center;
	width: 137px;
}

header .logo img {

	margin-right: 10px;
}

nav {
	display: flex;
	gap: 20px;
	position: relative;
	width: 100%;
	padding: 13px;
}
.itens-nav {
	width: 78%;
	padding-top: 20px;
}

nav a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	padding: 47px 1.5%;
	position: relative;
}

.dropdown {
	position: fixed;
	top: 113px;
	left: 0px;
	width: 100%;
	background-color: white;
	display: none;
	/*padding: 10px 0;*/
	justify-content: space-around;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	/*margin-left: -19px;*/
	opacity: 0;
  	transform: translateY(-10px);
  	transition: opacity 0.3s ease, transform 0.3s ease;
  	pointer-events: none; /* Impede interação enquanto estiver oculto */
  	display: block;
}		

.dropdown.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown a {
	color: #004AAD !important;
	text-decoration: none;
	font-size: 16px;
	padding: 10px 20px;
}

nav a:hover + .dropdown, .dropdown:hover {
	display: flow;
	padding: 10px 0px 0px 45px;
	/*margin-top: 14px;*/
}

.test-ride-button {
	background-color: white;
	color: #004AAD;
	padding: 8px 16px;
	border-radius: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	height: 33px;
	margin-top: 28px;
	position: fixed;
	right: 45px;
}
.test-ride-button:hover {
	opacity: 1;
}


/* Garantindo que o dropdown ocupe o mesmo tamanho do header */
header {
	position: relative;
}

.dropdown {
	left: 0;
	right: 0;
}

.drop100 {
	width: 100%;
}
.drop33 {
	width: 33%;
}
.drop33 hr {
	width: 87%;			
	float: left;
	margin: 0px;
}		

.display100 {
	width: 96%;
	display: flex;
	list-style: none;
	padding: 0px;
	margin-bottom: 5px;
}

.display33 {
	display: block;
	list-style: none;
	padding: 0px;
	line-height: 18px;
}
.display33 a:hover {
	text-decoration: underline !important;
}
.item-moto {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
	border-radius: 15px;
	list-style: none;
	margin-right: 5%;
	color: #015cac;
	text-align: center;
	padding: 15px;
	font-weight: 700;
	font-size: 18px;
	background-color: #fff;
	transition: 0.5s;
}
.item-moto:hover {
	border: 1px solid #007bff;
	transition: 0.5s;
	cursor: pointer;
	box-shadow: 1px 2px 9px 0px rgb(0  0  255 / 25%);
}
.item-moto img {
	width: 100%;			
}
.dropdown p {
	/*margin: 20px 0px 5px 0px;*/
	font-size: 23px;
}
.item-principal, .item-sem-drop {
	font-weight: 700 !important;
	font-size: 16px;
	line-height: 47px;
	background-color: transparent; /* Cor padrão */
	transition: background-color 0.2s ease-in-out; /* Transição rápida */
}
.item-principal:hover,
.item-principal.active {	
	/*background-color: #003c89; /* Cor de hover ou ativa */
    color: #fff !important;
    opacity: 1;
}

.item-principal svg {
  transition: transform 0.3s ease-in-out;
}
.item-principal.active svg {
  transform: rotate(180deg);
}

.item-sem-drop:hover {
    /*background-color: #003c89; /* Cor de hover ou ativa */
    color: #fff !important;
    opacity: 1;
}
@media (max-width: 1040px) {
	#menu-desktop {
		display: none;
	}
	
}
.info-local {
		background-color: #fff;
		width: 100%;
		padding: 0px 0px 0px 0px;
		text-align: center;
		margin-top: 6px;
		position: absolute;
		z-index: 10;
		
	}
	.info-local svg {
		margin: 10px 5px 13px 15px;
	}
	.info-local a {
		color: #004da8;
		cursor: pointer;
	}
			
			
			@media screen and (max-width:1250px) {
				.info-local {
					padding: 16px 0px 0px 0px;
					margin-top: 0px;
				}
				.swiper-banner-home, .woocommerce-notices-wrapper {
				    margin-top: 0px !important;
				}
			}
			
			@media screen and (max-width:990px) {
				.swiper-banner-home, .woocommerce-notices-wrapper {
				  margin-top: 0px !important;
				}
				.info-local {
					margin-top:0px;

				}
			}
			
			@media screen and (max-width:500px) {
				.info-local {

					padding: 16px 0px 0px 0px;

				}
			}