@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  font-family: "Inter", serif;
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.cursor-pointer {
  cursor: pointer;
}

.input-custom {
  border: 1px solid #E9E9EA;
  border-radius: 4px;
  width: 100%;
  height: 37px;
  font-size: 14px;
  padding: 5px 8px;
}

.radio-custom {
  scale: 2;
  margin-top: 9px;
  margin-left: 17px;
}

header {
  border-bottom: 1px solid #e9e9ea;
}

.image-logo-size {
  width: 200px;
}
@media (min-width: 768px) {
  .image-logo-size {
    width: auto;
  }
}

.link-custom {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .link-custom {
    font-size: 1.2em;
  }
}

@media (min-width: 992px) {
  .nav-custom {
    height: 120px;
    padding: 0 60px;
  }
}

.navbar-custom {
  gap: 20px;
}
@media (min-width: 1400px) {
  .navbar-custom {
    gap: 60px;
  }
}

.pagination {
  margin-top: 10px;
}
.pagination .page-links {
  border-radius: 10px;
}
.pagination .page-links .prev-pagination {
  background: #f2f2f2;
  padding: 10px;
  text-decoration: none;
  border-top-right-radius: 10x;
  text-align: center;
}
.pagination .page-links .next-pagination {
  background: #f2f2f2;
  padding: 10px;
  text-decoration: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

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

.container-swiper {
  margin-top: 50px;
}

.container-image-swiper {
  position: relative;
}

.image-swiper {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}

.container-title-link {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .container-title-link {
    justify-content: end;
    align-items: start;
  }
}
@media (min-width: 1400px) {
  .container-title-link {
    justify-content: end;
    align-items: start;
  }
}

.title-link {
  margin-top: 0px;
  margin-right: 0px;
  width: auto;
  text-align: center;
  width: 90%;
}
@media (min-width: 576px) {
  .title-link {
    width: 400px;
    margin-top: 100px;
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .title-link {
    margin-right: 100px;
    margin-top: 120px;
    width: 500px;
  }
}
@media (min-width: 1400px) {
  .title-link {
    margin-top: 90px;
    margin-right: 170px;
    width: 600px;
  }
}
.title-link h1 {
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .title-link h1 {
    font-size: 1.8em;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .title-link h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 1400px) {
  .title-link h1 {
    font-size: 3.5em;
    color: #fff;
    text-align: left;
  }
}

.btn-custom {
  border: none;
  border-radius: 10px;
  padding: 8px 30px;
 
}

.a-btn-custom{
  bottom: 5rem;
  position: absolute;
}

@media (min-width: 1400px) {
  .btn-custom {
    padding: 12px 40px;
  }
}

.container-motorcycle-highlight {
  margin-top: 50px;
  width: 100%;
}
@media (min-width: 1400px) {
  .container-motorcycle-highlight {
    width: 86%;
    margin-top: 100px;
  }
}

.btn-all-model-outline {
  border: 2px solid #000;
  background: #fff;
  padding: 10px 30px;
  border-radius: 9px;
}

#card-motorcycle-home {
  width: 355px;
  box-shadow: 10px 1px 10px #f6f6f6;
}

.card-motorcycle {
  border: 1px solid #e9e9ea;
  padding: 19px;
  border-radius: 10px;
}
.card-motorcycle .container-image {
  height: auto;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 576px) {
  .card-motorcycle .container-image {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .card-motorcycle .container-image {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .card-motorcycle .container-image {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .card-motorcycle .container-image {
    height: 250px;
  }
}
.card-motorcycle .container-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.card-motorcycle .container-inf-motorcycle-card-motorcycle {
  font-family: "Inter", serif;
  font-weight: 800;
  font-size: 1.25em;
  margin-bottom: 18px;
}
.card-motorcycle .container-inf-motorcycle-card-motorcycle .title-card-motorcycle {
  line-height: 14px;
}
.card-motorcycle .year-motorcycle-card-motorcycle {
  margin-bottom: 20px;
}
.card-motorcycle .divider-custom {
  border: 1px solid #e9e9ea;
  width: 100%;
}
.card-motorcycle .btn-card-motorcycle {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  border: none;
  background: #000;
}

.container-style-category {
  background: #f7f7f7;
}
.container-style-category .container-category {
  margin-top: 100px;
}
@media (min-width: 992px) {
  .container-style-category .container-category {
    width: 86%;
  }
}

.section-title {
  font-family: "Montserrat", serif;
  font-size: 1.5em;
  font-weight: 600;
  position: relative;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 1.7em;
  }
}
@media (min-width: 1400px) {
  .section-title {
    font-size: 2.5em;
  }
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 3px;
  background: #c9c94d;
  width: 270px;
}

.categorys {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .categorys {
    margin-top: 80px;
  }
}
.categorys .card-category {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .categorys .card-category {
    width: 355px;
    margin-bottom: auto;
  }
}
.categorys .card-category .container-img-category img {
  width: 100%;
  min-height: 326px;
  -o-object-fit: cover;
     object-fit: cover;
}
.categorys .card-category .container-title-category {
  padding: 20px;
  text-align: center;
  background: #000;
  font-size: 1.5em;
  color: #fff;
  font-weight: 600;
}

.motorcycle-evaluation .container .container-motorcycle-evaluation {
  background: #f7f7f7;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .motorcycle-evaluation .container .container-motorcycle-evaluation {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .motorcycle-evaluation .container .container-motorcycle-evaluation {
    margin-top: 100px;
  }
}
@media (min-width: 1400px) {
  .motorcycle-evaluation .container .container-motorcycle-evaluation {
    width: 86%;
    margin-top: 100px;
    padding: 100px;
  }
}
.motorcycle-evaluation .container .container-motorcycle-evaluation .image-fluid-custom {
  width: 100%;
}
.motorcycle-evaluation .container .container-motorcycle-evaluation .title-evaluation {
  font-weight: 600;
  font-size: 2.5em;
  width: 90%;
  line-height: 45px;
  position: relative;
}
.motorcycle-evaluation .container .container-motorcycle-evaluation .title-evaluation::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 3px;
  background: #c9c94d;
  width: 80px;
}
.motorcycle-evaluation .container .container-motorcycle-evaluation .description-evaluation {
  font-size: 1.375em;
  margin-top: 25px;
}
.motorcycle-evaluation .container .container-motorcycle-evaluation .link-btn-evaluation {
  margin-top: 35px;
}
.motorcycle-evaluation .container .container-motorcycle-evaluation .link-btn-evaluation a {
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 17px 24px;
  border-radius: 10px;
}

.brands-motorcycle-container {
  margin-top: 0px;
}
.brands-motorcycle-container .container .brands-motorcycle {
  margin-top: 100px;
}
@media (min-width: 992px) {
  .brands-motorcycle-container .container .brands-motorcycle {
    width: 90%;
  }
}
@media (min-width: 1400px) {
  .brands-motorcycle-container .container .brands-motorcycle {
    width: 86%;
  }
}
.brands-motorcycle-container .container .brands-motorcycle h1 {
  font-size: 2em;
}
@media (min-width: 1400px) {
  .brands-motorcycle-container .container .brands-motorcycle h1 {
    font-size: 1.659em;
  }
}
.brands-motorcycle-container .container .brands-motorcycle .card-brands-motorcycle-container {
  padding: 0 90px;
  margin-top: 40px;
}
.brands-motorcycle-container .container .brands-motorcycle .card-brands-motorcycle-container .card-brands-motorcycle {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.brands-motorcycle-container .container .brands-motorcycle .card-brands-motorcycle-container .card-brands-motorcycle img {
  width: 150px;
}
@media (min-width: 768px) {
  .brands-motorcycle-container .container .brands-motorcycle .card-brands-motorcycle-container .card-brands-motorcycle {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .brands-motorcycle-container .container .brands-motorcycle .card-brands-motorcycle-container .card-brands-motorcycle {
    width: auto;
    display: inline-block;
  }
}
@media (min-width: 1400px) {
  .brands-motorcycle-container .container .brands-motorcycle .card-brands-motorcycle-container .card-brands-motorcycle {
    width: auto;
    display: inline-block;
    margin-bottom: auto;
  }
}

.info-used {
  background: #000;
  padding: 0;
  margin-top: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 1400px) {
  .info-used {
    padding: 200px 40px;
  }
}
.info-used .container .info-used-card {
  width: 86%;
  color: #fff;
}
.info-used .container .info-used-card .image-used {
  border-radius: 5px;
  margin-bottom: 20px;
}
.info-used .container .title-used {
  font-size: 2.5em;
  font-weight: 600;
}
.info-used .container .title-used .text-title-used {
  width: 90%;
}
@media (min-width: 1400px) {
  .info-used .container .title-used .text-title-used {
    width: 60%;
  }
}

.detail-services-container .container .detail-services {
  margin-top: 60px;
  width: 95%;
}
@media (min-width: 1400px) {
  .detail-services-container .container .detail-services {
    width: 86%;
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  .detail-services-container .container .detail-services .custon-btn-detail-services {
    position: absolute;
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .detail-services-container .container .detail-services .custon-btn-detail-services {
    margin-top: 20px;
    position: relative;
    bottom: 0px;
    margin-bottom: 0px;
  }
}
.detail-services-container .container .detail-services .card-detail-services {
  box-shadow: 1px 7px 10px #e7e7e7;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .detail-services-container .container .detail-services .card-detail-services {
    height: 522.65px;
  }
}
@media (min-width: 1200px) {
  .detail-services-container .container .detail-services .card-detail-services {
    width: 518px;
    height: auto;
  }
}
.detail-services-container .container .detail-services .card-detail-services .image-fluid-custom {
  width: 100%;
}
.detail-services-container .container .detail-services .card-detail-services .info-detail-services {
  padding: 30px;
}
.detail-services-container .container .detail-services .card-detail-services .info-detail-services h2 {
  font-size: 2em;
  font-weight: 600;
}
.detail-services-container .container .detail-services .card-detail-services .info-detail-services a {
  background: #000;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 5px;
}

.location-container {
  margin-top: 100px;
  background: #f7f7f7;
}
.location-container div {
  width: 100%;
  padding-top: 40px;
}
@media (min-width: 1400px) {
  .location-container div {
    width: 87%;
    padding-top: 0;
  }
}
.location-container div .location-frame {
  width: 94%;
  height: 500px;
}
@media (min-width: 768px) {
  .location-container div .location-frame {
    margin-left: 20px;
  }
}
@media (min-width: 1400px) {
  .location-container div .location-frame {
    width: 800px;
    height: 670px;
  }
}
.location-container div .detail-location {
  width: 300px;
}

.icon-card {
  width: 24px;
  height: 20px;
}

#swiper-button-next-category::after {
  background: #000000;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 15px;
  border-radius: 10px;
  right: -20px;
  position: absolute;
}
@media (min-width: 992px) {
  #swiper-button-next-category::after {
    right: -40px;
  }
}

#swiper-button-prev-category::after {
  background: #000000;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 15px;
  border-radius: 10px;
  left: -20px;
  position: absolute;
}
@media (min-width: 992px) {
  #swiper-button-prev-category::after {
    left: -40px;
  }
}

.container-swiper {
  position: relative;
}

#container-sw-btn {
  position: absolute;
  z-index: 2;
  transform: translateX(0) translateY(-390px);
  width: 100%;
}
@media (min-width: 992px) {
  #container-sw-btn {
    transform: translateX(0) translateY(-230px);
  }
}

.container-input-form-modal .form-group-custom-modal {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.container-input-form-modal .input-custom-modal-form {
  border: 1px solid #E9E9EA;
  border-radius: 4px;
  width: 100%;
  height: 37px;
  font-size: 14px;
  padding: 5px 8px;
}
.container-input-form-modal .input-custom-modal-form::-moz-placeholder {
  color: #606060;
}
.container-input-form-modal .input-custom-modal-form::placeholder {
  color: #606060;
}

.container-timeline .line-custom {
  content: "";
  width: 70%;
  position: absolute;
  right: 70px;
  z-index: 0;
  border: 2px solid #000;
}
@media (min-width: 510px) {
  .container-timeline .line-custom {
    width: 74%;
  }
}
@media (min-width: 992px) {
  .container-timeline .line-custom {
    width: 79%;
  }
}

.font-weight-600 {
  font-weight: 600;
}

.timeline-title {
  font-size: 0.9em;
}

.timeline-description {
  font-size: 0.8em;
}

.indicator-1 {
  margin-left: 30px;
}
@media (min-width: 992px) {
  .indicator-1 {
    margin-left: 70px;
  }
}

.indicator-3 {
  margin-right: 30px;
}
@media (min-width: 992px) {
  .indicator-3 {
    margin-right: 70px;
  }
}

.card-indicator {
  width: 40px;
  height: 40px;
}

footer {
  background: #000;
}
footer section {
  padding: 50px;
}
@media (min-width: 1400px) {
  footer section {
    padding: 100px;
  }
}
footer .row .col:nth-last-of-type(4) {
  margin-bottom: 50px;
}
@media (min-width: 1400px) {
  footer .row .col:nth-last-of-type(4) {
    margin-bottom: auto;
  }
}
footer .row .col:nth-last-of-type(4) div {
  display: flex;
  justify-content: space-between;
}
footer ul {
  margin-top: 20px;
  padding: 0;
}
footer ul li {
  margin-bottom: 14px;
  list-style: none;
}
footer ul li a {
  text-decoration: none;
  color: #fff;
}
footer .copyright {
  width: 100%;
  font-size: 0.7em;
}
@media (min-width: 1400px) {
  footer .copyright {
    font-size: 1.25em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.filter-container {
  box-shadow: 0px 3px 3px #e9e9e9;
  padding-top: 35px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter-container .image-icon-arrow {
  transform: rotate(180deg);
  transition: transform 1s ease;
}
.filter-container .image-icon-arrow.animate {
  animation: rotateArrow 0.4s forwards;
}
@keyframes rotateArrow {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.filter-container ul {
  padding: 0;
}
.filter-container ul li {
  list-style: none;
}
.filter-container ul li div button {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 15px;
  background: #fff;
}
.filter-container ul li div .modal-filter {
  position: absolute;
  top: 38px;
  left: 0;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 10px #afafaf;
}
.filter-container ul li div .modal-filter label {
  font-weight: 600;
}
.filter-container ul li div .modal-filter .btn-filter-modal {
  background: none;
  border: 1px solid #000000;
  border-radius: 7px;
  padding: 4px 10px;
  font-size: 1.25em;
}
.filter-container .input-custom {
  border: 1px solid #e9e9ea;
  padding: 10px;
  border-radius: 4px;
}
.filter-container .input-custom:focus {
  outline: none;
}

.container-list-product {
  width: 100%;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .container-list-product {
    width: 80%;
    padding-left: 0px;
  }
}
@media (min-width: 1200px) {
  .container-list-product {
    width: 90%;
  }
}
.container-list-product .back-container span {
  font-size: 1.25em;
  font-weight: 500;
}

.container-year {
  width: 270px;
  padding: 10px;
}
.container-year .container-inputs-year {
  margin-top: 20px;
}
.container-year .container-inputs-year .input-custom {
  width: 100%;
}

.container-color {
  width: 150px;
}
.container-color .color {
  display: inline-block;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(204, 204, 204);
  cursor: pointer;
}
.container-color .select-color {
  border: 2px solid #000;
}

.container-brand {
  gap: 10px;
  display: grid;
  grid-template-columns: 120px 120px 120px;
}

.container-image-brand {
  cursor: pointer;
  border-radius: 10px;
  border: 2px solid rgb(209, 209, 209);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-image-brand img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.select-brand {
  border: 2px solid #000;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #c9c94d;
  border-radius: 100px;
}

.ui-widget-header {
  background: rgb(255, 255, 255);
}

.card-motorcycle-list {
  border: none;
  box-shadow: 0px 0px 10px #e2e2e2;
}
.card-motorcycle-list #container-img {
  height: auto;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 576px) {
  .card-motorcycle-list #container-img {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .card-motorcycle-list #container-img {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .card-motorcycle-list #container-img {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .card-motorcycle-list #container-img {
    height: 250px;
  }
}
.card-motorcycle-list #container-img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

.list-product {
  width: 100%;
}
@media (min-width: 1200px) {
  .list-product {
    width: 95%;
  }
}

.brand-select {
  position: relative;
}
.brand-select::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2901960784);
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 9px;
}

.container-produt {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .container-produt {
    display: block;
  }
}

.container-filter-modal {
  padding: 1px;
}
.container-filter-modal .title {
  font-size: 1.25em;
}

.style-button {
  background: none;
  border: 1px solid #000000;
  border-radius: 7px;
  padding: 4px 10px;
  font-size: 1.25em;
}

.style-button-outline {
  background: none;
  border: 1px solid #000000;
  border-radius: 7px;
  padding: 4px 10px;
  font-size: 1.25em;
}

.style-button-motohouse {
  background: #C9C94D;
  border-radius: 7px;
  padding: 7px 10px;
  font-size: 1em;
}

.container-detail-product {
  width: 90%;
}
@media (min-width: 992px) {
  .container-detail-product {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-detail-product {
    width: 90%;
  }
}
.container-detail-product .btn_01 {
  background: none;
  background: #000;
  color: #fff;
  border: none;
  padding: 18px 10px;
  width: 100%;
  border-radius: 10px;
}
.container-detail-product .btn_02 {
  background: none;
  border: 2px solid #000;
  padding: 18px 10px;
  width: 100%;
  border-radius: 10px;
}
.container-detail-product .btn_03 {
  background: none;
  border: none;
  padding: 18px 10px;
  width: 100%;
  border-radius: 10px;
}

.detail-prduct {
  margin-top: 70px;
}
.detail-prduct .container-img-detail {
  height: 600px;
}
.detail-prduct .container-img-detail img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.container-description {
  border-radius: 5px;
  border: 1px solid #e9e9ea;
  margin-top: 10px;
  padding: 14px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.container-description img {
  margin-right: 10px;
}

.divider {
  border: 2px solid #e9e9ea;
  height: 670px;
}

.container-swippert-image-datail {
  width: 100%;
}
@media (min-width: 992px) {
  .container-swippert-image-datail {
    width: 50%;
  }
}

.container-inf-detail-product {
  width: 100%;
  margin-top: 110px;
}
@media (min-width: 992px) {
  .container-inf-detail-product {
    width: 36%;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .container-inf-detail-product {
    width: 45%;
    margin-top: 0px;
  }
}

.container-inf .car-inf {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  border-radius: 10px;
  padding: 20px;
  background: #f2f2f2;
}
.container-inf .car-inf img {
  width: 30px;
  height: 30px;
}

.bg-secondary-custom {
  background: #f5f5f5;
}

.container-custom-other-products {
  width: 90%;
}
.container-custom-other-products .title-other-products {
  font-weight: 600;
}
.container-custom-other-products .card-motorcycle-detail {
  background: #fff;
  width: 100%;
  height: 552.013px;
}
@media (min-width: 992px) {
  .container-custom-other-products .card-motorcycle-detail {
    width: 380px;
  }
}
.container-custom-other-products .card-motorcycle-detail .imagem-custon-list-details {
  height: 264.812px;
  -o-object-fit: contain;
     object-fit: contain;
}

#icon-details {
  width: 24px;
  height: 24px;
}

.container-contact {
  margin-bottom: 200px;
  padding: 0 20px;
}
@media (min-width: 576px) {
  .container-contact {
    padding: 0;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .container-contact {
    margin-bottom: 100px;
  }
}
.container-contact .title-contact {
  font-size: 2em;
  font-weight: 600;
}
@media (min-width: 992px) {
  .container-contact .title-contact {
    font-size: 3em;
  }
}
@media (min-width: 992px) {
  .container-contact {
    width: 85%;
  }
}
.container-contact .container-commercial-details h1 {
  font-size: 3em;
}
.container-contact .input-custom {
  border-radius: 20px;
  border: 1px solid #DEE2E6;
  padding: 7px 5px;
  padding-left: 10px;
  width: 100%;
}
.container-contact ul {
  padding: 0;
}
.container-contact ul li {
  list-style: none;
  margin-top: 10px;
}
.container-contact ul li .description-legend {
  font-weight: 600;
}
.container-contact .contact-textarea {
  height: 200px;
}

@media (min-width: 992px) {
  .location-frame-contact {
    width: 500px;
    height: 400px;
  }
}

.btn-motohouse {
  background: #C9C94D;
  border: none;
  padding: 10px 20px;
  width: 40%;
  margin-top: 10px;
  border-radius: 100px;
}

.container-about-us {
  margin-top: 100px;
  width: 86%;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .container-about-us {
    padding: 0;
  }
}
.container-about-us .title-about-us {
  font-size: 3.125em;
  font-weight: 600;
}
.container-about-us .container-our_vision {
  margin-top: 100px;
}

.faq-container {
  background: #FAFAFA;
}

.container-faq {
  width: 86%;
  margin-top: 100px;
  margin-bottom: 80px;
}
.container-faq .title-faq {
  font-size: 3.125em;
  font-weight: 600;
}

.container-policy {
  margin-top: 100px;
  width: 86%;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .container-policy {
    padding: 0;
  }
}
.container-policy .title-policy {
  font-size: 3.125em;
  font-weight: 600;
}

.container-list-by-type {
  width: 86%;
  margin-top: 100px;
  margin-bottom: 80px;
}
.container-list-by-type .title-list-by-type {
  font-size: 3.125em;
  font-weight: 600;
}

.container-financing {
  margin-top: 100px;
  margin-bottom: 80px;
  width: 100%;
}
@media (min-width: 992px) {
  .container-financing {
    width: 50%;
  }
}
.container-financing .title-financing {
  font-weight: 600;
  font-size: 3.125em;
}
.container-financing .container-img-financing img {
  width: 314px;
  height: 208px;
  -o-object-fit: contain;
     object-fit: contain;
}
.container-financing .container-img-financing .title-type-motorcycle {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 20px;
}
.container-financing .title-description {
  font-size: 1.25em;
  font-weight: 600;
}

.container-exchange_financing {
  margin-top: 100px;
  margin-bottom: 80px;
  padding: 20px;
}
@media (min-width: 992px) {
  .container-exchange_financing {
    padding: 0;
  }
}
.container-exchange_financing .title-exchange_financing {
  font-weight: 600;
  font-size: 2em;
}
@media (min-width: 992px) {
  .container-exchange_financing .title-exchange_financing {
    font-size: 3.125em;
  }
}
.container-exchange_financing .container-exchange_financing-form {
  width: 100%;
}
@media (min-width: 992px) {
  .container-exchange_financing .container-exchange_financing-form {
    width: 50%;
  }
}
.container-exchange_financing .container-img-exchange_financing img {
  width: 314px;
  height: 208px;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-exchange_financing .container-img-exchange_financing .title-type-motorcycle {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 20px;
}
.container-exchange_financing .title-description {
  font-size: 1.25em;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */