/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}

.clear {
    *zoom:1;
}

.instagram-gallery-item--cols-3 {
	width: 20% !important;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

main {
	overflow: hidden;
}

a {
	color: #444;
	text-decoration: none !important;
}

a:hover {
	color: #0088ff !important;
	opacity: 0.8;

    -webkit-transition: 250ms linear;
    -moz-transition: 250 linear;
    -o-transition: 250 linear
    -ms-transition: 250ms linear;
    transition: 250ms linear;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline:0;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h2 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
}

.h2-invert {
	color: #282828;
	margin: 50px 0px;
	font-weight: 900;
	text-transform: uppercase;
}

h3 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
}

h6 {
	color: #004DA8 !important;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 10px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

.close-button {
	width: 30px;
	height: 34px;
	border: 2px solid transparent;
	border-radius: 5px;
	font-size: 39px;
	line-height: 0;
	z-index: 9999;
	float: right;
	background: none;
	color: #fff;
	padding-right: 27px;
}
.modal-open {
	overflow: auto;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.swiper-button-fixed {
	position:fixed;
	bottom:0px;
	width:60%;	
}

.secao-nossas-motos--moto img {
    min-width: 320px !important;
    margin: -10px 0px -15px -27px;
}

}
@media only screen and (min-width:1280px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1024px) {

}




@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/* General styles */
* {
	color: #000000;
	font-family: 'Lato';
}

h1 {
	color: #ffffff;
}

h4 {
	font-size: 20px;
}

.texto-legal--item-titulo .btn {
	font-weight: normal !important;
	font-size: 15px !important;
}

/* Style for the arrow icon */
.arrow {
  display: inline-block;
  float: right;
  margin: 10px 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 5px;
  border-color: #f8f8f8 transparent transparent transparent;
  transition: transform 0.3s; /* Add transition for smooth rotation */
}

/* Style the arrow icon when the collapse is opened */
.btn[aria-expanded="true"] .arrow {
  transform: rotate(180deg);
}

.btn {
	padding: 7px 27px;
}

.btn:hover {
	opacity: 1;
}

.card-texto {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 30px;
    padding-bottom: 10px;
}

.card-texto--revisao {
    padding-top: 20px;
    padding-left: 37px;
    padding-right: 37px;
    padding-bottom: 5px;
}

.card-texto--revisao.text-right {
	padding-left: 0;
}

.card-texto--revisao--download {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 37px;
    padding-bottom: 5px;
}

.card-texto--revisao--download.text-right {
	padding-right: 0;
}

.card-texto--concessionaria {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.card-texto--concessionaria.text-right {
	padding-left: 0;
}

.table .thead-dark th,
.table .thead-dark th * {
	background: #015cac;
	color: #fff;
}

.card-table {
	background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 13px;
}

@media screen and (max-width: 900px) {
	h2, h3 {
		font-size: 21px;
	}

	h4 {
		font-size: 14px;
	}

	.btn,
	.button {
	    padding: 6px 8px;
	}

	.full-width-mobile {
		margin-bottom: 5px;
		width: 100%;
	}

	.display-none-mobile {
		display: none;
	}

	.card-texto {
	    margin: 0 20px;
	    padding-top: 20px;
	    padding-left: 20px;
	    padding-right: 30px;
	    padding-bottom: 10px;
	}

	.btn img {
	    width: 20px;
	}
	.swiper-button-fixed {
		width:57%;	
	}
	.secao-titulo {
		margin-bottom: 18px;
	}
}

body {
	background-color: #ffffff;
	padding: 0px;
}

.hidden {
	display: none;
}

.font-weight-bolder {
	font-weight: 900 !important;
}

.wrapper {
	margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.post-edit-link {
	display: none;
}

.texto-destaque {
	color: #015cac !important;
	font-weight: 900;
}

.btn {
	border-radius: 25px;
	font-weight: bold;
}

.icon {
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 5px;
    min-width: auto;
    width: auto !important;
}

.btn .icon {
	vertical-align: sub;
    margin-right: 5px;
}

.btn-primary {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #015cac !important;
}

.btn-primary .icon {
	fill: #015cac;
}

.btn-link-primary {
	color: #004DA8 !important;
	text-decoration: underline !important;
}

.btn-link-primary .icon {
	fill: #004DA8;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: transparent !important;
	border-color: #ffffff !important;
	color: #ffffff !important;
}

.btn-primary:hover .icon,
.btn-primary:focus .icon,
.btn-primary:active .icon {
	fill: #ffffff;
}

.btn-primary:focus,
.btn-primary:active {
    box-shadow: 0 0 0 0.2rem #015cac80 !important;
}

.btn-outline-primary {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.btn-outline-primary .icon {
	fill: #ffffff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
	background-color: #015cac !important;
	border-color: #015cac !important;
	color: #ffffff !important;
}

.btn-outline-primary:hover .icon,
.btn-outline-primary:focus .icon,
.btn-outline-primary:active .icon {
	fill: #ffffff;
}

.btn-outline-primary:focus,
.btn-outline-primary:active {
    box-shadow: 0 0 0 0.2rem #015cac80 !important;
}

.btn-secondary,
.button {
	background-color: #015cac;
	border-color: #015cac;
	color: #ffffff !important;
}

.btn-secondary .icon {
	fill: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	background-color: transparent !important;
	border-color: #015cac !important;
	color: #015cac !important;
}

.btn-secondary:hover .icon,
.btn-secondary:focus .icon,
.btn-secondary:active .icon {
	fill: #015cac !important;
}

.btn-secondary:focus,
.btn-secondary:active,
.button:focus,
.button:active {
    box-shadow: 0 0 0 0.2rem #61616180 !important;
}

.btn-terciary {
	background-color: #2A2A2A;
	border-color: #2A2A2A;
	color: #ffffff !important;
}

.btn-terciary .icon {
	fill: #ffffff;
}

.btn-terciary:hover,
.btn-terciary:focus,
.btn-terciary:active {
	background-color: transparent; !important;
	border-color: #2A2A2A !important;
	color: #2A2A2A !important;
}

.btn-terciary:hover .icon,
.btn-terciary:focus .icon,
.btn-terciary:active .icon {
	fill: #2A2A2A !important;
}

.btn-terciary:focus,
.btn-terciary:active {
    box-shadow: 0 0 0 0.2rem #61616180 !important;
}

.btn-outline-secondary {
	border: 1px solid #616161;
	color: #616161;
}

.btn-outline-secondary .icon {
	fill: #616161;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
	background-color: #616161 !important;
	border-color: #616161 !important;
}

.btn-outline-secondary:hover .icon,
.btn-outline-secondary:focus .icon,
.btn-outline-secondary:active .icon {
	fill: #616161 !important;
}

.btn-outline-secondary:focus,
.btn-outline-secondary:active {
    box-shadow: 0 0 0 0.2rem #61616180 !important;
}

.btn-light,
.btn-outline-light {
	text-shadow: none;
}

.btn-light,
.btn-light:hover,
.btn-light:active,
.btn-outline-light:hover,
.btn-outline-light:active {
	color: #015cac !important;
}

.btn-sm {
	padding: 0.25rem 0.5rem;
    font-size: .775rem;
    line-height: 1.5;
}

.secao-container {
	padding-top: 76px;
}

.secao-titulo {
	margin-bottom: 30px;
}

.secao-texto {
	font-size: 20px;
	line-height: inherit;
}

/* Navbar */
.navbar {
	background-color: #015cac !important;
	box-shadow: 0 0 15px 0px rgba(0,0,0,.1);
    /*padding: 15px 50px;*/
	padding: 0px 50px;
	z-index: 100;
	
}

.navbar-wrapper {
    margin-left: 30px;
    width: 829px;
}

.navbar-brand img {
	min-width: 137px;
	/*width: 137px;*/
	width: 238px;
}

.navbar-nav {
	font-weight: bold;
}

.navbar *,
.navbar .header-item {
	color: #ffffff;
}

.dropdown-item {
	color: rgba(0,0,0,.5);
	font-weight: bold;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #015cac;
}

.dropdown-item-title,
.dropdown-item-title:hover {
	background: none;
	display: flex;
    margin-bottom: 5px;
}

.dropdown-item-title span,
.dropdown-item-title a {
	color: rgba(0,0,0,.5);
}


.dropdown-item-title a:focus,
.dropdown-item-title a:hover {
    color: #015cac;
    text-decoration: none;
}

.dropdown-lang {
	width: 96px;
}

.dropdown-menu-lang {
    right: 0;
    left: auto !important;
    width: 1025px;
}

.dropdown-item-lang {
	display: inline-block;
    padding-bottom: 10px;
	width: 200px;
}

.datepicker {
	background: #ffffff;
	border-radius: 16px;
}

.datepicker,
.datepicker .table-condensed {
    width: 100% !important;
    max-width: none !important;
}

.datepicker .day {
	border-radius: 22px;
	padding: 10px;
}

.datepicker .today {
	background: #2A2A2A !important;
    color: #ffffff !important;
}

.datepicker .active {
	background: #015cac !important;
    color: #ffffff !important;
}

.nav-link {
	color: #ffffff !important;
}

.nav-link:hover {
	color: #d9d9d9 !important;
}

.dropdown-subitem:focus,
.dropdown-subitem:hover {
    color: #015cac;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu {
	border: none;
	border-radius: 7px;
	cursor: pointer;
    left: -16px;
	margin-top: -51px;
	padding: 15px 0px;
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0,0,1,0.25);
    box-shadow: 0px 2px 9px 0px rgba(0,0,1,0.25);
}

.fa-dropdown-arrow {
	background: url(img/icons/dropdown-arrow.svg);
	margin-top: 5px;
	float: right;
	margin-top: 8px;
    margin-left: 8px;
	height: 9px;
    width: 12px;
}

.dropdown-menu .fa-dropdown-arrow {
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
	transform: rotate(180deg);
}

.nav-item {
	margin-right: 35px;
}

.header-subitem {
	font-weight: normal;
    margin: 3px 0;
}

.header-item {
	color: #212121;
    margin-bottom: 5px;
	margin-top: 30px;
	font-weight: 900;
}

.flags-container {
	margin-left: 25px;
}

.flag-language-container {
    margin-right: 2px;
    color: #fff;
}

.flag-language {
	width: 20px;
    height: auto;
    vertical-align: unset;
}

@media screen and (max-width: 1215px) {
	.navbar-wrapper {
		margin-left: auto;
	}
}

@media screen and (max-width: 1414px) {
	.navbar-wrapper {
		margin-left: 16px;
	}
}

@media screen and (max-width: 900px) {
	.navbar {
	    padding: 5px 15px;
	}

	.navbar-brand {
		margin: 0 auto;
	}

	.secao-container {
	    padding-top: 10px;
	}

	/*.navbar-collapse {
		height: calc(100vh - 64px);
	}*/

	.navbar-collapse .navbar-nav {
		max-height: 600px;
		overflow-y: scroll;
	}
}

@media all and (min-width: 900px) {
	.navbar .nav-item .dropdown-menu {
		display: none;
	}

	.navbar .nav-item:hover .dropdown-menu {
		display: block;
	}
}

.btn-menu-toggle {
	background: none;
    border: none;
    padding: 0;
}

.btn-menu-toggle:focus {
    outline: none;
}

.btn-menu-toggle img {
	width: 25px;
}

/* Seção inicial */
.secao-inicial {
	height: 100%;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

.secao-inicial-secao-titulo {
	color: #ffffff;
    position: absolute;
    bottom: 15%;
    max-width: 1000px;
    text-shadow: 1px 1px 2px #77726d;
    z-index: 4;
}

.secao-inicial-secao-titulo--titulo {
	font-size: 49px;
	font-weight: 900;
    max-width: 950px;
}

.secao-inicial-secao-titulo--subtitulo {
	color: #ffffff;
	font-size: 20px;
}

.secao-inicial-secao-titulo--texto {
	color: #ffffff;
	font-size: 15px;
	margin-top: 35px;
}

.secao-inicial-secao-titulo--botoes {
	margin-top: 45px;
}

.secao-inicial-secao-titulo--botoes--botao-principal {
	margin-right: 25px;
}

.secao-inicial-secao-logo-produto {
	background: #ffffff;
    bottom: 115%;
    border-radius: 0 10px 10px 0;
    box-shadow: 0px 8px 11px 2px rgba(0,0,0,.1);
    position: absolute;
    right: 62%;
    width: 10000px;
    overflow: hidden;
    text-align: right;
}

.secao-inicial-secao-logo-produto img {
    margin: 25px 30px;
	width: 350px;
}

@media screen and (max-width: 900px) {
	.secao-inicial-secao-titulo {
        bottom: 6%;
	    max-width: 300px;
	}

	.secao-inicial-secao-titulo--titulo {
		font-size: 24px;
		font-weight: 700;
	}

	.secao-inicial-secao-titulo--subtitulo {
	    font-size: 14.5px;
	    font-weight: 300;
	    line-height: inherit;
	}

	.secao-inicial-secao-titulo--texto {
	    font-size: 11.5px;
	    font-weight: 300;
	    line-height: inherit;
		margin-top: 25px;
	}

	.secao-inicial-secao-titulo--botoes {
		margin-top: 35px;
	}

	.secao-inicial-secao-titulo--botoes .btn {
	    width: 100%;
	    margin: 5px auto;
	}

	.secao-inicial-secao-logo-produto { 
		right: 28%;
	}

	.secao-inicial-secao-logo-produto img {
	    margin: 12px 15px;
	    width: 200px;
	}
}

@media screen and (max-height: 797px) and (min-width: 900px) {
	.secao-inicial-secao-titulo--titulo {
		font-size: 30px;
	}

	.secao-inicial-secao-logo-produto img {
	    margin: 12px 15px;
	    width: 200px;
	}

	.secao-inicial-secao-logo-produto {
	    right: 78%;
	}
}

@media screen and (max-height: 680px) and (min-width: 900px) {
	.secao-inicial-secao-titulo--titulo {
		font-size: 30px;
	}
	
	.secao-inicial-secao-logo-produto img {
	    margin: 12px 15px;
	    width: 125px;
	}

	.secao-inicial-secao-logo-produto {
	    right: 86%;
	}
}

.secao-inicial-img-container {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	width: 60%;
	z-index: 1;
}

.secao-inicial-video-container {
	height: 100%;
	width: 45%;
	right: 0;
	position: absolute;
	overflow: hidden;
	z-index: 0;
}

.secao-inicial-video {
	min-height: 100%;
	min-width: 115%;
	position: relative;
	top: -15%;
}

.secao-inicial-container:before {
  content:"";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgb(214 136 40 / 75%);
}

.secao-inicial-container-template-produtos {
	background-repeat: no-repeat;
	background-size: cover;	
}

.secao-inicial-container-template-produtos:before {
	background-color: transparent;
}

.secao-destaque-template-produtos {
	padding: 0 !important;
}

.secao-destaque-template-produtos-container {
	margin-top: 125px;
}

.secao-descricao-texto-call-to-action-template-produtos {
	font-weight: 800;
}

.secao-inicial-container {
  left: 0%;
  top: 0%;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* Seção Ferramentas */
.secao-ferramentas-container {
	padding-bottom: 0;
	padding-top: 100px;
}

.secao-ferramentas-subtitulo {
	padding-bottom: 60px;
}

.secao-ferramentas--ferramenta {
	background: #ffffff;
	height: 185px;
	padding: 20px;
    margin-bottom: 30px;
	border-radius: 5px;

	box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
	-webkit-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
    -moz-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
}

.secao-ferramentas--ferramenta-icone {
	height: 40px;
	margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
	.secao-ferramentas-container {
		padding-top: 40px;
	}

	.secao-ferramentas-subtitulo {
		padding-bottom: 20px;
	}

	.secao-ferramentas--ferramenta {
	    height: 140px;
        margin-bottom: 30px;
	    font-size: 13px;
	    line-height: initial;
	}
}

/* Seção Clientes */
.secao-know-how-container {
	margin-bottom: 125px;
}

.secao-clientes-titulo {
	margin-bottom: 40px;
}

.secao-clientes--status-card {
	background: #ffffff;
	padding: 20px;
	padding-bottom: 60px;
    margin-bottom: 55px;
	border-radius: 5px;

	box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
	-webkit-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
    -moz-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
}

.secao-clientes--status-card--titulo {
	font-size: 70px;
}

.secao-clientes--status-card--subtitulo {
	font-size: 16px;
	position: relative;
	top: -25px;
	z-index: 20;
}

.secao-clientes--clientes {
	background-color: #75716c;
    margin-top: -220px;
	padding-bottom: 50px;
	padding-top: 200px;
}

.secao-clientes--cliente {
	line-height: 85px;
	padding: 0 5%;
}

.secao-clientes--cliente img {
    max-width: 100%;
}

/* Nossas motos */
@media screen and (min-width: 901px) {
	.secao-nossas-motos {
		/*background-image: url(img/home/background-nossas-motos.png);
		background-size: cover;*/
		background-color: #F8F8F8;
        padding: 25px 0px 50px;
	}
}

@media screen and (max-width: 900px) {
	.secao-nossas-motos h2 {
		color: #000000;
	}
}

.secao-nossas-motos--moto {
	margin-bottom: 40px;
}


.secao-nossas-motos--moto img {
  min-width: 214px !important;
  margin: -10px 0px -15px -28px;
}

.secao-nossas-motos--moto--subtitulo {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* Sobre Bajaj */
.secao-sobre-bajaj .swiper-text {
	padding: 105px 120px;
}

@media screen and (max-width: 1414px) {
	.secao-sobre-bajaj .swiper-text {
		padding: 105px 80px;
	}
}

@media screen and (max-width: 900px) {
	.secao-sobre-bajaj .swiper-text {
		padding: 80px 30px;
	}

	.secao-sobre-bajaj--background {
	    display: none;
	}
}

.secao-sobre-bajaj--background {
    background-size: cover;
    background-position: right;
}

.swiper-button-sobre-bajaj {
	padding: 20px 50px;
    background: #015cac;
}

.swiper-button-prev-sobre-bajaj:after {
    content: 'prev';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    color: #ffffff;
}

.swiper-button-next-sobre-bajaj:after {
    content: 'next';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    color: #ffffff;
}

/* Para você */
.secao-para-voce {
	background: #F8F8F8;	
}

.para-voce--card {
	background-size: cover;
	padding: 120px 0;
    text-align: center;
	background-position-x: right; 
}
.para-voce--card-2 {
	background-size: cover;
	/*padding: 120px 0;
    text-align: center;*/
	background-position-x: right; 
	height: 540px;
}

/* A Bajaj */
.secao-a-bajaj {
	background-image: url(img/home/background-a-bajaj.png);
	background-size: cover;
    padding-bottom: 345px;
}

.secao-a-bajaj--item img {
	min-width: 100%;
}

.secao-a-bajaj--item .icon {
	min-width: auto;
}

.secao-a-bajaj--item--titulo {
	margin: 0;
	margin-bottom: 15px;
}
.secao-a-bajaj--item-textos-2 {
	background: #ffffff;
	padding: 25px;
	min-height: 225px;
}
.secao-a-bajaj--item-textos {
	background: #ffffff;
	padding: 25px;
	min-height: 225px;
}

.secao-a-bajaj--item--imagem-container {
	height: 150px;
	overflow: hidden;
}

.secao-imprensa--item--imagem-container {
	height: 221px;
	overflow: hidden;	
}

@media screen and (max-width: 900px) {
	.secao-a-bajaj--item {
/*		margin: 0 50px;*/
		margin-bottom: 30px;
	}	
}

/* Concessionárias */
.card-concessionaria--distancia {
    position: absolute;
    top: 10px;
    left: 25px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;

    box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
    -webkit-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
    -moz-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
}

.secao-procurar-concessionaria--titulo {
	margin-bottom: 10px;
}

.secao-procurar-concessionaria--secao-procurar {
	background: #ffffff;
	padding: 35px 35px 45px 35px;
	margin-bottom: 30px;

	box-shadow: -2px 4px 7px 0px rgb(97 97 97 / 17%);
	-webkit-box-shadow: -2px 4px 7px 0px rgb(97 97 97 / 17%);
    -moz-box-shadow: -2px 4px 7px 0px rgb(97 97 97 / 17%);
}

.secao-procurar-concessionaria--secao-procurar--botao {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 22px;
}

@media screen and (max-width: 900px) {
	.secao-procurar-concessionaria--secao-procurar--botao {
		position: relative;
    	left: auto;
		transform: inherit;
	}
}

.secao-procurar-concessionaria--card-concessionaria {
	margin-bottom: 30px;
}

@media screen and (min-width: 900px) {
	.secao-procurar-concessionaria--card-concessionaria .secao-a-bajaj--item-textos {
		min-height: 355px;
	}

	.secao-procurar-concessionaria--card-concessionaria--botao-container {
	    bottom: 25px;
    	position: absolute;
	}
}


/* Swiper Início */
.woocommerce-notices-wrapper {
	margin-top: 30px !important;
}

.swiper-banner-interno {
	height: 60vh !important;
}

.woocommerce-thankyou-order-received {
	margin-top: 150px !important;
}

.woocommerce-table--order-details {
	width: 100%;
}

.swiper {
  width: 100%;
  height: 625px;
  /*height: 81.6vh;		*/
}

.swiper-banner-home .swiper-text {
    position: absolute;
    text-align: left;
    left: 20%;
    max-width: 100%;
    width: 550px;
}

.swiper-text .subtitle {
	font-weight: bold;
    border-left: 4px solid #004DA8;
    padding-left: 12px;
}

.swiper-text .title {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 44px;
    margin-bottom: 15px;
}

.swiper-banner-home .title {
	margin-top: 15px;
	line-height: 55px;
}



.swiper-text .title-spaced {
	line-height: 60px;
}

.swiper-text-invert .title {
	color: #004DA8;
}

.swiper-text .text {
    font-size: 15px;
	margin-right: 17%;
}

.autoplay-progress * {
	color: #ffffff;
}

.swiper-pagination-bullet {
	background: #ffffff;
}

.swiper-text,
.swiper-text * {
	color: #ffffff;
}

.swiper-text-invert,
.swiper-text-invert * {
	color: #000000;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 900px) {
	.swiper-slide:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000a1700 48%, #0c65d4 70%);
	}
}

.swiper-galeria {
	height: 480px;
}

@media screen and (max-width: 900px) {
	.swiper-galeria {
		height: 170px;
	}
}

.swiper-slide img,
.swiper-slide picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

@media screen and (max-width: 900px) {
	.swiper-slide img,
	.swiper-slide picture {
	  object-position: top center;
	}
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

@media screen and (max-width: 900px) {
	.swiper-banner-home,
	.woocommerce-notices-wrapper {
		margin-top: 0px !important;
	}

	.swiper-banner-home .swiper-text {
	    left: 10% !important;
	    max-width: 100%;
	    width: 80%;
	    bottom: 6%;
	    text-align: center;
	    z-index: 9;
	}

	.swiper-text .title {
	    font-size: 28px;
    	line-height: 28px;
	}

	.swiper-text .subtitle {
		border-left: none;
	}
}
/* Swiper Fim */

@media screen and (max-width: 900px) {
	.secao-clientes-container {
		margin-bottom: 0;
	}

	.secao-clientes--cliente {
		padding: 20px 45px;
	}

	.secao-clientes--status-card {
		margin-bottom: 30px;
	}
}

/* Velocímetro */
.legend {
	 color: #333;
}

.speedbox {
	margin: 0 auto;
	margin-bottom: 0;
	height: 155px;
	width: 200px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	position: relative;
}

.speedbox__groove {
	min-height: 125px;
	width: 200px;
	background: transparent;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border: 10px solid #eee;
	border-bottom: 0;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}

.speedbox__score {
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(0deg);
	height: 200px;
	width: 200px;
	background: transparent;
	border-radius: 50%;
	border: 10px solid #f69322;
	border-color: transparent transparent #f69322 #f69322;
	box-sizing: border-box;
	z-index: 1;
}

.speedbox-score-1 {
	transition: transform 1s ease;
}

.speedbox-score-2 {
	transition: transform 4s ease;
}

.speedbox-score-3 {
	transition: transform 6s ease;
}

.speedbox-score-4 {
	transition: transform 2s ease;
}

.speedbox__base {
	width: 240px;
	max-width: 100%;
	height: 100px;
	background: white;
	position: relative;
	top: 100px;
	z-index: 20;
}

.speedbox__odo {
	text-align: center;
	position: absolute;
	color: #f69322;
	bottom: 38px;
	left: 50%;
	transform: translateX(-50%);
}

.speedbox__odo i {
	font-size: 13px;
	opacity: 0.6;
}

.speedbox__odo > div {
	margin-bottom: 0;
}

.speedbox__odo span {
	font-size: 0.7em;
}

.speedbox__down {
	font-size: 49px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	line-height: 1.2em;
}

/* Seção Know-how */
.secao-know-how {
	padding: 100px 0;
	padding-right: 140px;
}

.secao-know-how-container {
	max-width: 100%;
}

.secao-know-how-container-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	border-radius: 15px 0 0 15px;
	position: absolute;
	left: 50%;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.secao-know-how-subtitulo {
	line-height: inherit;
	margin-bottom: 20px;
}

.secao-know-how-texto {
	margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
	.secao-know-how-container {
		padding-top: 40px;
	}

	.secao-know-how-subtitulo {
		padding-bottom: 20px;
	}

	.secao-know-how {
		padding: 0;
	}

	.secao-know-how-container-image {
		position: relative;
		height: 300px;
		margin-top: 35px;
		border-radius: 0;
		left: 0;
	}

	.btn-secao-know-how {
		margin-bottom: 0;
		padding: 10px;
		width: 100%;
	}
}

/* Seção Soluções */
.secao-solucoes-container {
	padding-bottom: 50px;
}

.secao-solucoes-solucao-principal-container {
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
    padding: 45px 10px;
    padding-bottom: 0;
}

.secao-solucoes--solucao * {
	color: #ffffff;
}

.btn-secao-solucoes-switch-gestao-de-concessionarias {
	margin-right: 25px;
}

.secao-solucoes--solucao-card-container {
	padding-bottom: 30px;
	width: 100%;
}

.secao-solucoes--solucao-card {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
	min-height: 200px;
	padding: 20px;
	position: relative;

	box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
	-webkit-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
    -moz-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);

    -webkit-transition: 150ms linear;
    -moz-transition: 150 linear;
    -o-transition: 150 linear
    -ms-transition: 150ms linear;
    transition: 150ms linear;

}

.secao-solucoes--solucao-card-link:hover {
	background-color: #00000042;
    background-blend-mode: multiply;
}

.secao-solucoes--solucao-card-link:hover .secao-solucoes--solucao-card-conteudo--link-overline {
	width: 15px;
}

.secao-solucoes--solucao-card-conteudo {
    bottom: 20px;
    position: absolute;
}

.secao-solucoes--solucao-card-duplo {
	min-height: 430px;
}

.secao-solucoes--solucao-card-medio {
	min-height: 300px;
}

.secao-solucoes--solucao-icone {
	height: 50px;
}

.secao-solucoes--solucao-card-icone-ao-lado .secao-solucoes--solucao-icone {
	margin: 16px 0;
}

.secao-solucoes--solucao-principal .secao-solucoes--solucao-icone {
	margin-right: 15px;
}

.secao-solucoes--solucao-card-conteudo--titulo {
	font-size: 24px;
	font-weight: 900;
	margin-top: 7px;
}

.secao-solucoes--solucao-card-conteudo--subtitulo {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.secao-solucoes--solucao-card-conteudo--link {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.secao-solucoes--solucao-card-conteudo--link-overline {
	background: #015cac;
	height: 1px;
	margin-bottom: 8px;
	margin-left: 0;
	width: 80px;

    -webkit-transition: 150ms linear;
    -moz-transition: 150 linear;
    -o-transition: 150 linear
    -ms-transition: 150ms linear;
    transition: 150ms linear;
}

@media screen and (max-width: 900px) {
	.secao-solucoes {
		padding-top: 25px;
	}

	.btn-secao-solucoes-switch-gestao-de-concessionarias,
	.btn-secao-solucoes-switch-gestao-de-montadoras {
		margin: 10px 0;
		padding: 15px;
		width: 100%;
	}

	.secao-solucoes--solucao-card {
		min-height: 350px;
	}

	.secao-solucoes-solucao-principal-container .btn-primary {
		float: left;
		margin-left: 60px;
		margin-top: 15px;
	}
}

/* Seção Últimas Novidades */
.secao-novidades-container {
	background-color: #f8f8f8;
	padding: 100px 0;
}

.secao-novidades-titulo {
	margin-bottom: 75px;
}

.secao-novidades--novidade:hover {
	text-decoration: none;
}

.secao-novidades--novidade-card {
	background-size: cover;
	border-radius: 10px;
	min-height: 250px;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;

	box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
	-webkit-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
	-moz-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
}

.secao-novidades--novidade-card-container:hover .secao-novidades--novidade-card {
	box-shadow: 1px 2px 14px 5px rgb(97 97 97 / 35%);
	-webkit-box-shadow: 1px 2px 14px 5px rgb(97 97 97 / 35%);
    -moz-box-shadow: 1px 2px 14px 5px rgb(97 97 97 / 35%);
}

@media screen and (min-width: 900px) {
	.secao-novidades--novidade-card-grande {
		min-height: 600px;
	}
}

.secao-novidades--novidade-card-conteudo {
    bottom: 20px;
}

.secao-novidades--novidade-card-conteudo--titulo {
	font-size: 18px;
	font-weight: 900;
	margin-top: 25px;
}

.secao-novidades--novidade-card-conteudo--subtitulo {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.secao-novidades--novidade-card-1-placeholder {
	background-image: url(img/novidades/1-placeholder.jpg);
}

.secao-novidades--novidade-card-2-placeholder {
	background-image: url(img/novidades/2-placeholder.jpg);
}

.secao-novidades--novidade-card-3-placeholder {
	background-image: url(img/novidades/3-placeholder.jpg);
}

.secao-novidades--novidade-card-conteudo--link {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.secao-novidades--novidade-card-conteudo--link-overline {
	background: #015cac;
	height: 1px;
	margin-bottom: 8px;
	margin-right: 333px;
}

/* Seção Call-to-action */
.secao-call-to-action-container {
	background: #212121;
	padding: 75px 0;
}

.secao-call-to-action-titulo {
	color: #ffffff;
	font-size: 39px;
	margin-bottom: 40px;
}

.secao-call-to-action-subtitulo {
	color: #ffffff;
	margin-bottom: 25px;
}

@media screen and (max-width: 900px) {
	.secao-call-to-action-container {
		padding: 40px 0;
	}

	.secao-call-to-action-titulo {
		font-size: 21px;
	}
}

/* Página Motos - Seção Nossas motos */
.secao-nossas-motos--item {
	padding: 0;
}

/* Página Motos - Seção Para você */
.secao-para-voce--motos {
	padding-bottom: 0;
}

.secao-nossas-motos--item:hover {
	opacity: 1;
}

.secao-nossas-motos--item:hover .secao-a-bajaj--item-textos {
	background-color: #004DA8;	

}

.secao-nossas-motos--item:hover .secao-a-bajaj--item-textos * {
	color: #ffffff !important;
}
.secao-a-bajaj--item--subtitulo {
	height: 100%;
}

.nossas-motos-container {
	display: flex;
}

.secao-nossas-motos--item {
	opacity: 1;
	transition: opacity 0.3s ease;
}

.nossas-motos-container:hover .secao-nossas-motos--item:not(:hover) {
	opacity: 0.4;
}

.moto--secao-features--item-textos {
	min-height: auto;
}

@media screen and (max-width: 900px) {
	.moto--secao-features--item {
		margin: 0;
	}
}

/* Página A Bajaj - Seção Nossa história */
.secao-nossa-historia,
.secao-nossa-historia--titulo {
	background: #F8F8F8;
}

.secao-nossa-historia .container {
	background: #ffffff;
	padding: 50px;
}

/* Página A Bajaj - Seção Imprensa */
.secao-imprensa {
	background: #F8F8F8;
	padding: 50px 0;
}

.secao-imprensa--titulo {
	margin-top: 0;
}

/* Página A Bajaj - Seção Timeline */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
	margin-top: 17px;
	width: 46%;
	background: #ffffff;
	float: left;
	border-radius: 12px 0 12px 12px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 10%);
	box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 10%);
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -17px;
	background-color: #004DA8;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;

  	border: 1px solid #004DA8;
	background-clip:content-box;
	padding: 2px;
}

.timeline > li.timeline-inverted > .timeline-panel {
	border-radius: 0 12px 12px 12px;
	float: right;
}

@media screen and (max-width: 900px) {
	.timeline > li > .timeline-panel {
	    width: 95%;
	    border-radius: 12px;
	    margin: 60px 12px;
	}
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
	font-weight: 900;
	margin-top: 0;
	color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

/* Página A Bajaj - Seção Big Numbers */
.secao-big-numbers {
	background: #FFFFFF;
	padding: 50px 0;
}

/* Página A Bajaj - Seção Bajaj Group */
.secao-bajaj-group {
    background-color: #F8F8F8;
    background-image: url(img/a-bajaj/background-bajaj-group.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.secao-bajaj-group *,
.secao-bajaj-group .title {
	color: #ffffff;
}

.secao-bajaj-group--secao {
	padding: 50px;
}

.secao-bajaj-group .container {
	padding-top: 30px;
    padding-bottom: 100px;
}

/* Página A Bajaj - Seção Carreiras */
.secao-carreiras {
    background-image: url(img/a-bajaj/background-carreiras.png);
    background-position: top;
}

.secao-carreiras--secao {
	padding: 50px;
}

.secao-carreiras .container {
	padding-top: 100px;
    padding-bottom: 30px;
}

/* Página Pós-vendas */
.badge-3-anos {
    float: left;
    margin-right: 25px;
	width: 70px !important;
}

.text-banner--pos-vendas {
	margin-top: 50px;
}

/* Página Pós-vendas - Seção Área do Proprietário */
.secao-area-do-proprietario {
    background-image: url(img/pos-vendas/background-1.png);
}

.secao-area-do-proprietario .container {
	padding-top: 30px;
    padding-bottom: 0;
}

.secao-area-do-proprietario--secao {
    padding-top: 100px;
}

.secao-manual-do-proprietario {
    background-image: url(img/pos-vendas/background-2.png);
    margin-top: 15px;
}

.secao-manual-do-proprietario--secao {
    padding-top: 25px;
    padding-bottom: 100px;
	margin-bottom: 50px;
}

.secao-recall-do-proprietario {
    background-image: url(img/pos-vendas/background-3.png);
    margin-top: 15px;
}

.secao-recall-do-proprietario--secao {
	padding-top: 100px;
	padding-bottom: 150px;
}

@media screen and (max-width: 900px) {
	.secao-area-do-proprietario,
	.secao-manual-do-proprietario,
	.secao-recall-do-proprietario,
	.secao-servicos-financeiros {
		background: #2A2A2A;
	    background-image: none !important;
	}
}

/* Página Dominar Rides */
.img-galeria {
    background-size: cover;
    background-position: center;
    height: 400px !important;
}

.swiper-dominar-rides .swiper-slide {
	background: none;
	border-radius: 14px;
}

.swiper-dominar-rides .swiper-slide img,
.swiper-dominar-rides .swiper-slide picture {
	border-radius: 14px;
  	object-position: center;
}

.swiper-banner-moto-individual .swiper-slide:before,
.swiper-dominar-rides .swiper-slide:before,
.swiper-sobre-bajaj .swiper-slide:before {
		content: '';
		position: default;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: none;
	}

.secao-dominar-rides--bem-vindo {
	background: #F8F8F8;
	padding: 50px 0;
}

.secao-dominar-rides--bem-vindo * {
	color: #000000;
}

@media screen and (max-width: 900px) {
	.secao-dominar-rides--bem-vindo--intro {
		padding: 0;
	}
}

@media screen and (min-width: 901px) {
	.secao-dominar-rides--bem-vindo--intro {
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(img/dominar-rides/background-intro.png);
	}
}

.secao-dominar-rides--secao {
	padding: 35px;
}

.secao-dominar-rides-viagens-por-todo-brasil {
    background-image: url(img/dominar-rides/background-1.png);
}

.secao-dominar-rides-passeios-e-locação {
    background-image: url(img/dominar-rides/background-2.png);
    margin-top: 15px;
}

@media screen and (max-width: 900px) {
	.secao-dominar-rides-viagens-por-todo-brasil,
	.secao-dominar-rides-passeios-e-locação {
		background: #2A2A2A;
	}
}

.secao-dominar-rides-viagens-por-todo-brasil .container,
.secao-dominar-rides-passeios-e-locação .container {
	padding-bottom: 0;
}

.secao-dominar-rides-call-to-action {
	padding: 50px 0;
}

/* Página Política de privacidade */
.secao-politica-de-privacidade--container {
	padding-top: 150px;
}

.secao-politica-de-privacidade--secao {
    padding: 35px 15px;
}

/* Página Oferta */
.swiper-banner-oferta {
    height: 426px;
}

.swiper-banner-oferta .swiper-slide {
	background-color: #f8f8f8;
}

.swiper-text-2 {
	left: 50% !important;
}

@media screen and (max-width: 900px) {
	.swiper-banner-oferta {
	    height: 626px;
	}

	.swiper-text-2 img {
		width: 425px;
		height: auto;
	}

	.swiper-text-1 {
		margin-top: 100px;
	}

	.swiper-text-2 {
		left: 0 !important;
    	top: 0;
	}
}

.secao-oferta--container-formulario {
	width: 900px; 
	max-width: 100%;
	padding-top: 80px;
}
.secao-oferta--container-formulario-2 {
	width: 675px; 
	max-width: 100%;
	margin: 0 auto;
}

.form-radio {
	font-size: 14px;
}

/* Página Test-ride */
.card {
  border: 1px solid #ededed;
  border-radius: 13px;
  cursor: pointer;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px auto;
  overflow: hidden;
  text-align: center;
  transition: border-color 0.3s, transform 0.3s;

  box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
  -webkit-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
  -moz-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
}

.card-left {
	align-items: start;
	text-align: left;
}

.card-small {
	max-width: 148px;
    margin: 2px;
    padding: 0;
}

.card-medium {
	max-width: 240px;
}

@media screen and (max-width: 1200px) {
	.card-small {
		max-width: 100%;
	}

	.card-medium {
		max-width: 100%;
	}
}

.container-cards-custom {
	margin: 10px 0;
	width: 100%;
}

.card label {
  cursor: pointer;
}

.card:hover {
  border-color: #007bff;
}

.card--sem-link,
.card--sem-link:hover
 {
  cursor: default;
  border-color: #ededed;
}

.card img {
  max-width: 100%;
  height: auto;
}

.card--titulo--sub {
	font-size: 0.7em;
    color: #004DA8;
}

.card-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

input[type="radio"]:checked + .card {
  border-color: #007bff;
  transform: scale(1.05);
}

.secao-test-ride-formulario--moto--titulo {
	font-size: 16px;
}

.card-test-ride--concessionaria {
	padding: 0;
	margin-bottom: 10px;
	text-align: left;
}

.card-test-ride--concessionaria label {
	margin-bottom: 0;
	width: 100%;
}

.card-test-ride--concessionaria--titulo {
	margin-top: 0;
}

/* Página Serviços financeiros */
.secao-servicos-financeiros--secao {
	padding-top: 179px;
    padding-bottom: 120px;
}

@media screen and (max-width: 900px) {
	.secao-servicos-financeiros--secao {
		padding-top: 50px;
		padding-bottom: 80px;
	}
}

.secao-servicos-financeiros--consorcio-bajaj {
    background-image: url(img/servicos-financeiros/background-1.png);
}

.secao-servicos-financeiros {
    background-image: url(img/servicos-financeiros/background-2.png);
    margin-top: 15px;
}

.secao-servicos-financeiros--call-to-action {
	/*background-color: #f8f8f8;*/
    background-image: url(img/servicos-financeiros/background-3.png);
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 120px;
	background-position: center bottom;
}
.secao-servicos-topo-up {
	margin-top: -70px;
}

.secao-servicos-financeiros--call-to-action * {
	color: #ffffff;
}

/* Página Moto individual */
.swiper-text-moto-individual {
	top: 60px;
}

.secao-oferta-especial {
	background-image: url(img/motos/background-oferta.png);
    background-size: inherit;
}

.moto-individual--moto-principal-container {
    margin-top: -340px;
    z-index: 1;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 900px) {
	.moto-individual--moto-principal-container {
	    margin-top: -400px;
	    z-index: 1;
	    position: relative;
	    padding: 50px;
	    left: auto;
    	transform: inherit;
    }
}

.moto-individual--moto-principal-container--moto {
	width: 700px;
	max-width: 100%;
}

.color-options {
	margin-top: 40px;
}

.color-options input[type="radio"] {
    display: none;
}

.color-options label {
    display: inline-block;
    margin: 10px 5px;
    position: relative;
    cursor: pointer;
}

.color-options label::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 5px 0;
    vertical-align: middle;
}

.color-selector-label.checked::before {
	padding: 2px;
	border: 1px solid #000000;
	background-clip:content-box;
}

.color-options .color-vermelha::before {
    background-color: #DE332F;
}

.color-options .color-preto::before {
    background-color: #000000;
}

.color-options .color-preto-e-vermelho::before {
    background: linear-gradient(135deg, #000000 0%,#000000 50%,#DE332F 51%,#DE332F 100%);
}

.color-options .color-vermelho-e-cinza::before {
    background: linear-gradient(135deg, #DE332F 0%,#DE332F 50%,#a8aaaa 51%,#a8aaaa 100%);
}

.color-options .color-branco-e-vermelho::before {
    background: linear-gradient(135deg, #ffffff 0%,#ffffff 50%,#DE332F 51%,#DE332F 100%);
	border: solid 1px #000;
}

.color-options .color-azul-e-cinza::before {
    background: linear-gradient(135deg, #a8aaaa 0%,#a8aaaa 50%,#004DA8 51%,#004DA8 100%);
}

.color-options .color-verde::before {
    background-color: #438b3f;
}

.color-options .color-azul::before {
    background-color: #004DA8;
}

.color-options .color-cinza::before {
    background-color: #D9D9D9;
}
.color-options .color-cinza-escuro::before {
    background-color: #a8aaaa;
}

.color-options .color-branca::before {
    background-color: #fff;
	border: solid 1px #000;
}

.secao-moto-destaques {
	background-color: #ffffff;
}

@media screen and (max-width: 900px) {
	.secao-moto-destaques {
		background: #2A2A2A;
	    background-image: none !important;
	}
}

@media screen and (min-width: 901px) {
	.secao-moto-destaques--secao {
	    padding-left: 0;
	}
}

.card--titulo {
	margin-top: 14px;
}

.card-small .card--titulo,
.card-medium .card--titulo {
	font-size: 13px;
}

.secao-moto-destaques--secao {
    padding-top: 130px;
    padding-bottom: 0;
}

.secao-moto-destaques--um {
	background-image: url(img/moto/background-1.png);
	background-size: inherit;
}

.secao-moto-destaques--um .title {
	font-size: 30px;
	line-height: 30px !important;
}

.secao-moto-destaques--dois {
    background-image: none;
    background-color: #2A2A2A;
    margin-top: 10px;
    padding: 50px 0;
}

.secao-moto-destaques--dois .container {
	padding-bottom: 0;
}

.rotate-container {
    overflow: hidden;
}

.icon-360 {
	width: 36px;
}

.hoverable-cursor {
    cursor: grab;
}

.hoverable-cursor:active {
    cursor: grabbing;
}

.moto--secao-pos-vendas {
	background-color: #f8f8f8;
	padding: 50px 0;
}

.card-garantia {
	min-height: 158px;
    margin-bottom: 25px;
}

.moto--secao-ficha-tecnica--container-accordion {
	background: #282828;
	padding-top: 40px;
	padding-bottom: 70px;
}

.moto--secao-ficha-tecnica--container-accordion * {
	color: #ffffff;
}

.moto--secao-ficha-tecnica--item-titulo {
	margin: 0;
}

.moto--secao-ficha-tecnica--item-titulo .btn {
    color: black;
    font-weight: 900;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px 0;
}

.moto--secao-ficha-tecnica--item-titulo .btn:focus {
	box-shadow: none;
}

.card-header {
	background: #ffffff;
}

.card-collapse {
    margin: 15px auto;
    border-radius: 5px;
    border: 1px solid #ffffff;
}

.secao-outros-modelos {
	background: #F8F8F8;
}

.modal-content {
	border: none;
	border-radius: 20px;
	padding: 50px;
}

/* Seção Rodapé */
.secao-rodape-container {
	background: #003675;
}

.secao-rodape--sub-secao {
	padding: 35px 0;
}

.secao-rodape * {
	color: #ffffff;
	font-size: 14px;
}

.secao-rodape--sub-secao-titulo {
	color: #015cac;
	font-size: 10px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.secao-rodape--sub-secao-item {
	margin-bottom: 20px;
}

.secao-rodape--sub-secao-subtitulo {
	font-size: 16px;
	font-weight: 900;
}

.secao-rodape a:hover {
	color: #ffffff;
	text-decoration: none;
}

.secao-rodape hr {
	border-color: #4d4d4d;
}

.secao-rodape--sub-secao-item-link-externo {
	color: #015cac;
	text-decoration: underline;
}

.secao-rodape--sub-secao-item-link-externo-facebook {
	color: #ffffff;
}

.secao-rodape--sub-secao-item-link-externo-twitter {
	color: #3a90fb;
}

.secao-rodape--sub-secao-item-link-externo-linkedin {
	color: #29abd6;
}

.btn-nossas-vagas {
    padding: 6px 20px;
}

.secao-rodape--sub-secao-enderecos {
	background: #ffffff;
}

.secao-rodape--sub-secao-enderecos * {
	color: #015cac;
}

.secao-rodape--sub-secao-enderecos--contatos-item {
	display: inline-block;
	margin-top: 7px;
}

.secao-rodape--sub-secao-enderecos--contatos-item img {
	margin-right: 5px;
}

.secao-rodape--sub-secao-enderecos--contatos-item span {
	line-height: 25px;
}

.secao-rodape--sub-secao-enderecos--contatos-item-meio {
	margin: auto 50px;
}

.secao-rodape--sub-secao-enderecos--contatos-item--item-social {
	margin-left: 15px;
}

.secao-rodape--sub-secao-copyrights {
	background: #000000;
}

.secao-rodape--sub-secao-copyrights-wrapper {
	padding: 25px 0;	
}

.secao-rodape--sub-secao-copyrights * {
	color: #ffffff;
}

.secao-rodape--sub-secao-copyrights-logo {
    margin-top: 10px;
    width: 20px;
}

.secao-rodape--botao-voltar-ao-topo {
	background: orange;
	border-radius: 6px;
	bottom: 62px;
	padding: 9px;
	position: absolute;
	width: 30px;

	box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
	-webkit-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
    -moz-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
}

@media screen and (max-width: 900px) {
	.secao-rodape--sub-secao {
		padding: 40px 0;
	}

	.secao-rodape--botao-voltar-ao-topo {
		bottom:152px;
	}

	.secao-rodape--sub-secao-copyrights-logo {
		margin-top: 20px;
	}

	.secao-rodape--sub-secao--logo {
		display: block;
    	margin-bottom: 30px;
	}

	.secao-rodape--sub-secao-enderecos--contatos-item {
		display: block;
		margin: 20px 0;
	}

	.secao-rodape--sub-secao-enderecos--contatos-item--item-social {
		margin-left: 0;
	}
}

/* Seção Contato */
.politica-checkbox a {
	text-decoration: underline;
}

.wpcf7-response-output {
	position: fixed;
	bottom: 0;
	right: 18px;
	z-index: 9999;	
}

.wpcf7-response-output .close {
	margin-left: 10px;
}


.modal-dialog {
	max-width: 750px;
	margin: 0;
}

.modal-header {
	border-bottom: none;
}

.modal {
	position: absolute !important;
	z-index: 1041 !important;
	max-width: 750px !important;
	margin-top: 25px;
	padding: 0 !important;
	left: 25%;
}

.form-control,
.form-select,
.input-text,
select {
	border-radius: 8px;
	color: #000000;
	min-height: 45px;
}

select option {
	color: #000000 !important;
}

.formulario-contato-campo {
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	width: 100%;
	padding: 10px;
	margin: 3.75px 0;
}

.formulario-contato-campo:focus {
	border-color: #015cac;
}

.formulario-contato-textarea {
	resize: none;
}

.btn-contato {
	margin-top: 3.75px;
	padding: 10px 50px;
}

.btn-whatsapp {
	background: url(img/icons/whatsapp.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 200px;
	height: 100px;
	z-index: 999;
}

@media screen and (max-width: 900px) {
	.btn-whatsapp {
	    bottom: 0;
	    right: 0;
	    width: 160px;
	    height: 78px;
	}
}

/* Effects */
@keyframes fade-in-left {
	0% {
		transform: translate(-25%,0); opacity:0;
	}

	100% {
		transform: translate(0,0);   opacity:1;
	}
}

.transitionSlideIn {
	opacity: 1;
	animation: fade-in-left 1s 1;
}

.animation-element {
	opacity: 0;
	position: relative;
}

.slide-left {
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    opacity: 0;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}
	
.slide-right {
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    opacity: 0;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}
	
.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

/* Página Quem somos */
/** Seção inicial **/
.quem-somos-secao-inicial-img-container {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.quem-somos-secao-inicial-container {
	margin-bottom: 100px;
}

.secao-inicial-secao-titulo--prologo {
	font-size: 35px;
    color: #ffffff;
    font-weight: 900;
}

.secao-inicial-secao-titulo--titulo--quem-somos {
	margin-top: 0;
}

#somos-tecsinapse .secao-know-how-container-image {
	background-size: 100%;
}

.secao-frentes-de-trabalho--frente-card-conteudo--link-overline {
	width: 67px;
}

.secao-clientes--instituicoes {
	background-color: #75716c;
	padding: 50px;
	overflow: hidden;
}

.secao-clientes--instituicoes img {
	max-width: 85%;
}

.secao-visao-de-inovacao-container {
	margin-bottom: 0;
}

.secao-tecnologias-container {
	padding-bottom: 100px;
}

.secao-frentes-de-trabalho-container {
	padding-bottom: 0;
}

.secao-call-to-action-quem-somos-titulo {
	margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
	.quem-somos-secao-inicial-container {
		margin-bottom: 0;
	}
}

/* Template Produtos */
.secao-container-template-produtos {
	padding-top: 75px;
}

.secao-descricao-topicos-template-produtos {
	font-weight: bold;
}

.secao-descricao-topicos-topico-template-produtos {
	margin-bottom: 30px;
}

.secao-descricao-topicos-icone-topico-template-produtos {
	margin-right: 8px;
	vertical-align: middle;
	width: 22px;
}

.secao-container-links-destaque-template-produtos {
	padding-bottom: 75px;
	padding-top: 75px;
}

.secao-mercado-template-produtos-container {
	background-color: #616161;
    margin-bottom: 0;
    margin-top: 75px;
    padding-bottom: 35px;
}

.secao-mercado-template-produtos-container * {
	color: #ffffff;	
}

.secao-mercado-template-produtos {
	background-color: #616161;
    margin-top: 0;
}

.secao-mercado-template-produtos-segundo-titulo {
	margin-top: 125px;
}

.secao-mercado-template-produtos-logos {
	padding-top: 50px;
}

.btn-contato-download-conteudo {
	padding: 10px 37px;
}

@media screen and (max-width: 900px) {
	.secao-container-template-produtos {
		padding-top: 40px;
	}

	.secao-container-links-destaque-template-produtos .secao-solucoes {
		padding-top: 0;
	}

	.secao-destaque-template-produtos-container {
		margin-top: 0;
	}

	.secao-mercado-template-produtos-container {
		padding-top: 35px;
	}

	.secao-mercado-template-produtos-container .secao-clientes-titulo {
		margin-bottom: 0;
	}
}

/* Privacidade */
.secao-privacidade-container {
    padding-top: 150px;
    padding-bottom: 50px;
}

/* Blog */
.secao-blog-titulo {
	margin-top: 50px;
	margin-bottom: 20px;
}

.secao-blog-subtitulo {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.secao-blog-subtitulo--link {
	color: #015cac;
	text-decoration: underline;
	margin-right: 5px;
}

.secao-blog--novidade-card-conteudo--categoria {
	background: #015cac;
	border-radius: 8px;
	color: #ffffff;
	text-transform: uppercase;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 50px;
	padding: 5px 10px 3px 10px;
}

.secao-blog--novidade-card-conteudo--titulo {
	color: #212121;
	font-size: 32px;
	margin-top: 12px;
}

.secao-blog--novidade-card-conteudo--subtitulo {
	font-size: 18px;
}

.secao-blog--novidade-card-conteudo--link-overline {
	background: #015cac;
	height: 1px;
	margin-bottom: 8px;
	width: 88px;
	margin-left: 0;

	-webkit-transition: 150ms linear;
	-moz-transition: 150ms linear;
	-o-transition: 150ms linear;
	transition: 150ms linear;
}

.secao-novidades--novidade-card-container:hover .secao-blog--blog-card {
	box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
	-webkit-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
	-moz-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
}

.secao-novidades--novidade-card-container:hover .secao-blog--novidade-card-conteudo--link-overline {
	width: 15px;
}

.secao-blog--novidade-card-container {
	float: left;
}

.secao-blog--novidade-card-conteudo--titulo--post-menor {
	font-size: 20px;
}

.ajax-load-more-wrap {
	width: 100%;
}

/* Blog Busca */
.proinput,
.proinput * {
	font-size: 18px !important;
}

.probox {
	padding: 15px 0 !important;
}

.wpdreams_asl_results {
	margin-top: -150px !important;
}

.asl_content {
	padding: 15px !important;
}

.asl_content * {
	font-size: 16px !important;
}

.asl_image {
	margin-right: 25px !important;
}

.asl_res_url {
	color: #015cac !important;
}

.secao-blog--pagina-noticia-card-conteudo--categoria-container {
	margin-top: 75px;
	text-align: center;
}

.secao-blog--pagina-noticia-card-conteudo--categoria {
	float: none;
	padding: 6px 10px 5px 11px;
}

.secao-blog--pagina-noticia-titulo {
	color: #212121;
	margin-top: 20px;
	text-align: center;
}

.secao-blog--pagina-noticia-subtitulo {
	color: #616161;
	font-size: 18px;
	text-align: center;
	text-transform: none;
}

.secao-blog--pagina-noticia-imagem-legenda {
	font-size: 12px;
	padding: 20px 0;
}

.secao-blog--pagina-noticia-texto-completo {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 100%;
    width: 850px;
}

.secao-blog--pagina-noticia-texto-completo h2 {
    margin-top: 50px;
    margin-bottom: 35px;
}

.secao-blog--pagina-noticia-texto-completo h2 * {
    font-weight: 900;
}

.secao-blog--pagina-noticia-texto-completo a {
	color: #015cac;

	-webkit-transition: 150ms linear;
	-moz-transition: 150ms linear;
	-o-transition: 150ms linear;
	transition: 150ms linear;
}

.secao-blog--pagina-noticia-texto-completo a:hover {
	color: #e49531;
	text-decoration: none;
}

.secao-blog--pagina-noticia-texto-completo ul {
    padding: 25px;
}

.secao-blog--pagina-noticia-texto-completo li::marker {
	color: #015cac;
	font-size: 32px;
}

.secao-blog--pagina-noticia {
	padding-bottom: 0;
}

.secao-blog--pagina-noticia-container {
	margin-bottom: 50px;
}

.secao-blog--pagina-noticia-final {
	background: #f8f8f8;
	padding-bottom: 75px;
}

.secao-blog--pagina-noticia-final--novidades-relacionadas--titulo {
	margin-top: 0;
	margin-bottom: 50px;
}

.a2a_kit {
	top: 25% !important;
}

body:not(.single-post) .a2a_kit {
	display: none;
}

@media print {
	#call-to-action,
	#rodape,
	.btn-print-privacidade {
		display: none;
	}
}

/* GDPR */
#moove_gdpr_cookie_info_bar {
	background: #202020c2 !important;
}

.change-settings-button,
.change-settings-button * {
	color: #ffffff;
}

.change-settings-button:hover,
.change-settings-button:hover * {
	color: #015cac;
}

/* Página Squad */
.secao-nosso-objetivo {
    padding-right: 0;
}

/* Slider zoom */
.image-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #fff;
}

.image-zoom {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.zoom-lens {
    position: absolute;
    border: 2px solid #000;
    width: 100px;
    height: 100px;
    pointer-events: none;
    display: none;
    z-index: 2;
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
    object-fit: cover;
}

/* Seção Nosso objetivo */
.secao-nosso-objetivo-squad {
	margin-bottom: 0;
}

.secao-container-nossa-entrega {
	padding-top: 75px;
}

@media screen and (max-width: 900px) {
	.secao-container-nossa-entrega,
	.secao-container-habilidades {
		padding-top: 0;
		padding-bottom: 0;
	}

	.secao-cases,
	.secao-equipe-container {
		padding-top: 0;
	}

	.secao-equipe-container {
		padding-bottom: 25px;
	}
}

.secao-descricao-topicos-nossa-entrega {
	margin-top: 20px;
}

.secao-cases-container {
	padding-top: 0;
}

.secao-parcerias-container {
	padding-top: 0;
}

.secao-habilidades--habilidade {
	height: auto;
	min-height: 300px;
}

.secao-habilidades--habilidade-texto {
	font-weight: normal;
	margin-top: 15px;
}

.secao-equipe--pessoa {
	background-size: cover;
	background-position: center;
	height: 300px;
}

/* Woocommerce */
/* Itens Escondidos */
.woocommerce-breadcrumb,
.input-text.qty.text,
.posted_in,
.woocommerce-tabs .tabs,
.woocommerce-message .button,
.woocommerce-cart-form .actions button,
.cart_totals h2,
.woocommerce-Tabs-panel h2,
.sku_wrapper,
.reset_variations,
.product-quantity,
.product-subtotal,
.mep-pp-payment-terms label[for="mep_pp_full_payment"],
.mep-pp-payment-terms #mep_pp_full_payment,
.wc_payment_method input[type=radio]:checked+label::before,
.payment_method_woocommerce_openpix_pix label,
.woocommerce-terms-and-conditions-wrapper,
.product-total,
.cart-subtotal,
.woocommerce-shipping-fields,
.mep-pp-history-table,
.woocommerce-order-details .woocommerce-column__title,
.woocommerce-order-overview__total,
.woocommerce-table__line-item .wc-item-meta,
.woocommerce-table--order-details thead,
.woocommerce-thankyou-order-received,
.woocommerce-cart-form__cart-item .product-name strong p,
.woocommerce-checkout-review-order-table .product-name p,
.woocommerce-shipping-destination {
	display: none !important;
}

.woocommerce-checkout-review-order-table .product-name .wcpa_cart_meta * {
	display: block !important;
	float: left;
}

.select2-selection {
	border: 1px solid #cccccc !important;
	border-radius: 8px !important;
}

.woocommerce-input-wrapper .input-radio,
.woocommerce-input-wrapper .radio {
	width: auto !important;
	float: left;
	margin: 5px;
}

.woocommerce-input-wrapper .radio {
	margin: 0;
}

.woocommerce-order-overview {
	margin-top: 130px;
}

.payment_method_woocommerce_openpix_pix {
	background: #f4f4f4;
	border-radius: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}

.mep-pp-payment-terms {
	background-color: #eeeeee !important;
	border-radius: 10px !important;
}

.woocommerce-checkout-review-order ul,
.wc_payment_method .payment_box p:first-child {
	margin: 0 !important;
}

.product-name,
.wcpa_cart_meta {
	padding-left: 0 !important;
}

.woocommerce-page .secao-a-bajaj--item-textos {
	background: none;
}

.woocommerce-page h2,
.woocommerce-page h3 {
	color: #282828;
}

.woocommerce-Tabs-panel .nossas-motos-container .secao-nossas-motos--item {
	padding: 10px;
}

.button,
.single-product .single_add_to_cart_button {
	text-transform: uppercase;
	border: solid !important;
    border-color: #015cac;
	font-size: 16px !important;
	padding: 7px 44px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
	border-radius: 25px;
	font-weight: bold;
}

.button:hover,
.single-product .single_add_to_cart_button:hover {
	border: solid !important;
	opacity: 1;
	text-decoration: none !important;
}

.button:hover,
.button:focus,
.button:active,
.single-product .single_add_to_cart_button:hover,
.single-product .single_add_to_cart_button:focus,
.single-product .single_add_to_cart_button:active {
	border: solid !important;
	background-color: transparent !important;
	border-color: #015cac !important;
	color: #015cac !important;
}

.summary .price,
.summary .price * {
	color: #004DA8 !important;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 35px;
}

.woocommerce-product-gallery {
	margin-top: 70px;
}

/* Change the color of product titles */
.product-title {
    color: #333;
}

/* Change the color of product prices */
.product-price {
    color: #015cac;
}

/* Style the Add to Cart button */
.add-to-cart-button {
    background-color: #015cac;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.add-to-cart-button:hover {
    background-color: #ff9900;
}

/* Style the product images */
.product-image {
    border: 1px solid #ccc;
}

/* Style the product description */
.product-description {
    font-size: 16px;
}

/* Change the background color of the cart icon in the header */
.cart-icon {
    background-color: #015cac;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
}

/* Style the cart contents */
.cart-contents {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}

/* Style the checkout button in the cart */
.checkout-button {
    background-color: #015cac;
    color: #fff;
    border: none;
    padding: 10px 20px;
}

.checkout-button:hover {
    background-color: #ff9900;
}

/* Style the product category links */
.product-categories a {
    color: #333;
}

.product-categories a:hover {
    text-decoration: underline;
}

/* Adjust the product grid layout */
.woocommerce ul.products {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product {
    flex: 0 0 25%; /* Adjust the width as needed */
    padding: 20px;
    text-align: center;
    border: 1px solid #e0e0e0;
    margin: 10px;
}

/* Style product titles */
.woocommerce ul.products li.product h2 {
    font-size: 18px;
    color: #333;
    margin: 0;
}

/* Style product prices */
.woocommerce ul.products li.product .price {
    color: #015cac;
    font-weight: bold;
}

/* Style the "Add to Cart" buttons */
.woocommerce ul.products li.product .button {
    background-color: #015cac;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #ff9900;
}

.woocommerce {
    max-width: 1140px !important;
    margin: 0 auto !important;
}

.woocommerce-checkout,
.woocommerce-table--custom-fields {
	width: 100%;
}

.woocommerce-page {
	background: #F8F8F8;
}

.woocommerce-cart-form__contents {
	width: 100%;
}

.woocommerce-cart-form table {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    float: left;
	background: #ffffff;
    border-radius: 10px;
	box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
    -webkit-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
    -moz-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
}

.order_details, .woocommerce-table--custom-fields {
    margin-bottom: 20px !important;
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 21px;
    list-style: none;
    box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
    -webkit-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
    -moz-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
}

.order_details tr th,
.order_details tr td,
.woocommerce-table--custom-fields tr th,
.woocommerce-table--custom-fields tr td {
	padding-left: 21px !important;
}

.wc-item-meta {
	padding: 20px 0;
}

#template_header_image img {
	width: 200px !important;
	max-width: 100%;
}

.cart_item {
	border-bottom: none !important;
}

.shop_table .size-woocommerce_thumbnail {
	max-width: 100px !important;
    padding: 5px;
    border: none;
}

.cart_totals {
	width: 100% !important;
	margin-bottom: 50px;
}

.cart_totals table,
.wc-proceed-to-checkout {
	width: 100% !important;
	float: left !important;
}

.woocommerce .return-to-shop a.button, .woocommerce .wc-proceed-to-checkout a.button {
    margin-top: 35px !important;
	width: 100% !important;
}

.wc-proceed-to-checkout .checkout-button {
    width: auto !important;
    float: right !important;
}

.checkout-button::after {
	content: "";
}

.woocommerce-checkout-review-order {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px !important;
	box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
    -webkit-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
    -moz-box-shadow: 1px 2px 9px 0px rgb(210 210 210 / 35%);
}

.woocommerce-checkout-review-order-table {
	margin-top: 0 !important;
	width: 100%;
}

.woocommerce-checkout-review-order ul {
	margin: auto;
}

.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 15px;
}

.woocommerce-cart-form table thead {
	display: none;
}

.woocommerce img, .woocommerce-page img,
.woocommerce div.product .images img {
	border-radius: 10px;
}

.single-product div.product {
	padding: 1px 15px;
}

.woocommerce-cart-form {
	padding: 0 25px;
}

.cart-collaterals {
	padding: 25px;
}

.woocommerce table.shop_table_responsive tr:first-child, .woocommerce-page table.shop_table_responsive tr:first-child {
	border-top: none;
}

.woocommerce-cart-form__cart-item {
    margin: 4px 13px !important;
}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	text-align: left;
}

/* Style the product title */
.woocommerce div.product h1.product_title {
	color: #282828;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 82px;
    margin-bottom: 0;
}

/* Style the product price */
.woocommerce div.product .price {
    color: #015cac;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 35px;
}

/* Style the product description */
.woocommerce div.product .short-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

/* Style the product image */
.woocommerce div.product .images img {
    border: 1px solid #ccc;
    max-width: 100%;
}

/* Style the cart table */
.woocommerce-cart-form {
    width: 100%;
}

/* Style cart item rows */
.cart_item {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}

/* Style the product thumbnail */
.cart_item img {
    max-width: 80px;
    border: 1px solid #e0e0e0;
    margin-right: 10px;
}

/* Style the product title */
.product-name {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

/* Style the product price */
.product-price {
    color: #015cac;
    font-weight: bold;
}

/* Style the quantity input */
.cart_item .quantity input {
    width: 40px;
}

/* Style the "Update Cart" button */
button[name="update_cart"] {
    background-color: #015cac;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

button[name="update_cart"]:hover {
    background-color: #ff9900;
}

/* Style the "Proceed to Checkout" button */
.woocommerce-cart-form .actions .button.checkout-button {
    background-color: #015cac;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.woocommerce-cart-form .actions .button.checkout-button:hover {
    background-color: #ff9900;
}

/* Cart Page */
/* Style the cart table */
.woocommerce-cart-form {
    width: 100%;
}

/* Style cart item rows */
.cart_item {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}

/* Style the product thumbnail */
.cart_item img {
    max-width: 80px;
    border: 1px solid #e0e0e0;
    margin-right: 10px;
}

/* Style the product title */
.product-name {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

/* Style the product price */
.product-price {
    color: #015cac;
    font-weight: bold;
}

/* Style the quantity input */
.cart_item .quantity input {
    width: 40px;
}

/* Style the "Update Cart" button */
button[name="update_cart"] {
    background-color: #015cac;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

button[name="update_cart"]:hover {
    background-color: #ff9900;
}

/* Checkout Page */
/* Style the checkout form */
/*.woocommerce-checkout form {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #e0e0e0;
}*/

/* Style checkout form fields */
.woocommerce-checkout form .form-row input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

/* Style the "Place Order" button */
.woocommerce-checkout #place_order {
    background-color: #015cac;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.woocommerce-checkout #place_order:hover {
    background-color: #ff9900;
}

/* Fix conflict Bootstrap and woocommerce */
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
  display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
}

.woocommerce-Addresses {
    display: block !important;
}

.woocommerce-Address-title > * {
    display: block !important;
}
@media screen and (max-width: 900px) {
	.swiper-banner-home,
	.woocommerce-notices-wrapper {
		margin-top: 86px !important;
	}
}
@media only screen and (max-width:768px) {
	.swiper-button-fixed {
		width:100%;	
	}
	.modal {	
		left: 0%;
	}
	.moto-individual--moto-principal-container {
		margin-bottom: -60px;
	}
	.color-options {
	  margin-top: 10%;
	}
	.d-flex {
    	display: contents !important;
	}

}	
@media only screen and (max-width:480px) {
  .moto-individual--moto-principal-container {
		margin-top: -120px;
	}
	.swiper-text .text {
		margin-right: 0%;
	}
	.color-options {
	  	margin-top: 10%;
		z-index: 100;
		position: relative;
	}
	.swiper {
		
		height: 485px;
		}
	.swiper-banner-home {
		margin-top: 30px !important;
	}
}
@media only screen and (max-width:320px) {

}

.gm-style .place-card-large {
	display: none !important;
}

/** MAPA E LOCALIZAÇÃO *****************************/

	#localizacao {
		width: 100%;
		height: 450px;
	}
	#informacoes {
		width: 279px;
		min-height: 528px;
		background-color: #fff;
		padding: 20px;
		margin-top: -537px;
		z-index: 3;
		position: absolute;
		margin-left: 10px;
		/*box-shadow: 0px 13px 13px -6px rgba(0, 0, 0, 0.36);*/
	}
	.informacoes-txt {
		text-indent: -20px;
		margin-left: 20px;
	}
	#iframe-mapa {
		width: 100%;
		height: auto;		
	}
	.infos-gerais {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.infos-gerais p {
		margin: 0px 0px 4px 0px;	
	}
	.info-1 {
		color: #004da8;
		font-size: 22px;
		font-weight: 900;
		text-transform: uppercase;		
	}
	.info-2 {
		color: #004da8;
		font-size: 16px;
		font-weight: 900;
		text-transform: uppercase;		
		margin-top: 20px !important;
	}

	.info-mobile {
		display: block;	
		margin-top: 10px;
		text-align: left;		
	}
	
	@media screen and (max-width: 380px) {
		.info-mobile {
			display: block;	
			margin-top: 10px;
			text-align: left;
		}
	}

.swiper-slide-custom{
	width: 50% !important;
}