:root {
  --background: #EBF0F2;
  --Graphite: #1E1E1E;
  --red: #FF0000;
  --frostBlue: #b5c5ce;
  --saltBlue: #7D99A8;
  --iceBlue: #D9E2E7;
  --gray: #A6A6A6;
  --yellow: #FFBA55;
  --orange: #FFA500;
  --blue: #74A4AB;
}
a {
  color: var(--saltBlue);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  color: var(--saltBlue) !important;
  text-decoration: underline !important;
}
.message-form {
  font-family: "Archivo Expanded";
  font-weight: 500;
  font-size: 16px;
  color: var(--saltBlue);
  display: block;
  text-align: center;
  margin-top: 30px;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0,0,0,0.5);
}
.bg-saltBlue {
  background: var(--saltBlue);
}

.bg-red {
  background: var(--red);
}

.bg-iceBlue {
  background: var(--iceBlue);
}

body {
  background: var(--background);
}
.section-the-motorcycle .title-section.text-right.icon-red {
  padding-left: 300px;
}
.tiktok {
  height: 28px;
  margin-bottom: 8px;
}
.tiktok:hover path {
  fill: var(--saltBlue);
}
.modal:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--saltBlue);
  opacity: 0.6;
}

.box-header-login-network {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-header-login-network .list-network {
  gap: 20px;
}

.box-login-register {
  display: flex;
  align-items: center;
  gap: 20px;
}

.box-login-register .btn.btn-primary {
  background: transparent;
  padding: 0;
  border: none;
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: -0.39px;
  color: var(--saltBlue);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.box-login-register .btn.btn-primary:hover {
  color: var(--red);
}

.box-login-register .btn.btn-primary span {
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: #fff;
  font-size: 27px;
  transition: 0.3s;
}

.box-login-register .btn.btn-primary:hover span {
  background: var(--saltBlue);
}

.box-login-register .btn.btn-primary span i {
  height: 27px;
}

.modal-login-register .modal-dialog {
  position: absolute;
  right: 0;
  margin: 0;
  top: 0;
  border-radius: 0;
}

.modal-login-register .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
  padding: 5px 5px 0 20px;
  min-width: 376px;
  background: transparent;
}

.modal-login-register .modal-dialog .modal-content .modal-header {
  padding: 14px 17px;
  background: var(--saltBlue);
  color: #fff;
  border-radius: 0;
}

.modal-login-register .modal-dialog .modal-content .modal-header .modal-title {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 25px;
  line-height: 16px;
  letter-spacing: -1.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11.93px;
  text-transform: uppercase;
}

.modal-login-register .modal-dialog .modal-content .modal-header .modal-title i {
  font-size: 29.24px;
}

.modal-login-register .modal-dialog .modal-content .modal-body {
  /* max-width: 90vw; */
  background: var(--iceBlue);
}

.button-form {
  border-radius: 0;
  border: none;
  background: var(--red);
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 18px;
  line-height: 16px;
  color: var(--background);
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
}

.button-form:hover, .button-form:focus, .button-form:active {
  background: var(--saltBlue);
}

.align-items-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.align-items-form label {
  text-transform: none!important;
}

.link-red {
  font-family: "Archivo Expanded";
  font-size: 15px;
  letter-spacing: -0.9px;
  color: var(--red);
  transition: 0.3s;
  text-decoration: none;
}

.link-red:hover {
  color: var(--saltBlue);
}

.last-box-network {
  padding-top: 41px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}

.last-box-network h1 {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 25px;
  letter-spacing: -1.5px;
  color: var(--saltBlue);
  text-transform: uppercase;
}

.last-box-network ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.last-box-network ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.last-box-network ul li a img {
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

.modal-login-register .modal-dialog .modal-content .modal-footer {
  background: transparent!important;
  padding: 0;
}

.modal-login-register .modal-dialog .modal-content .modal-footer .button-form {
  display: flex;
  align-items: center;
  gap: 10.02px;
  margin: 0;
  margin-top: 5px;
}

.modal-login-register .modal-dialog .modal-content .modal-footer .button-form img {
  width: 28.98px;
  height: 28.98px;
}

.last-box-network ul li a:hover img {
  opacity: 0.8;
}

#main-nav {
  background: transparent!important;
  padding-bottom: 0;
  padding-top: 47px;
  transition: 0.3s;
}

#main-nav .container {
  align-items: flex-end;
  transition: 0.3s;
}

#main-nav.scrolled .container, #main-nav.small-nav .container {
  align-items: center;
}

#main-nav.scrolled  .navbar-collapse{
  margin-bottom: 0;
}

#main-nav .navbar-collapse {
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 5px;
}

#main-nav .navbar-collapse .box-login-register {
  display: none;
  margin-left: 46px;
}

#main-nav.scrolled .navbar-collapse .box-login-register {
  display: flex;
}

#main-nav.scrolled .navbar-toggler span{
  background: var(--frostBlue);
}

#main-nav .navbar-nav {
  background: transparent;
}

#main-nav .navbar-nav .nav-item {
  margin-left: 43px;
  display: flex;
}

#main-nav .navbar-nav .nav-item.dropdown {
  position: relative;
}

#main-nav .navbar-nav .nav-item.dropdown:hover .drop-menu{
  visibility: visible;
  opacity: 1;
}

#main-nav .navbar-nav .nav-item.dropdown:hover .nav-link img{
  filter: sepia(0);
  opacity: 1;
}

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

#main-nav .navbar-nav .nav-item.dropdown a {
  cursor: pointer;
}

#main-nav .navbar-nav .nav-item.dropdown .drop-menu{
  position: absolute;
  top: 100%;
  z-index: 999;
  padding: 0;
  padding-top: 7px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transform: translateX(-50%);
  left: 50%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

#main-nav.scrolled .navbar-nav .nav-item.dropdown .drop-menu{
  padding-top: 24px;
}

#main-nav .navbar-nav .nav-item.dropdown .drop-menu li{
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-nav .navbar-nav .nav-item.dropdown .drop-menu .dropdown-item{
  display: flex;
  text-align: center;
  justify-content: center;
  width: 154px;
  padding: 10px 15px;
  position: relative;
  z-index: 0;
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: -0.33px;
  color: var(--saltBlue);
  transition: 0.3s;
}

#main-nav .navbar-nav .nav-item.dropdown .drop-menu .dropdown-item:hover{
  color: var(--red);
}

#main-nav .navbar-nav .nav-item.dropdown .drop-menu .dropdown-item:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--iceBlue);
  opacity: 0.9;
  z-index: -1;
}

#main-nav .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

#main-nav .navbar-nav .nav-link {
  font-family: "Archivo Expanded";
  font-weight: 200;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--Graphite);
  position: relative;
  padding: 0 5px;
  text-align: center;
  transition: 0.3s;
  position: relative;
  width: fit-content;
  padding: 0 15px;
  margin: auto;
}

#main-nav.scrolled .navbar-nav .nav-link, #main-nav.small-nav .navbar-nav .nav-link {
  font-size: 11px;
}

#main-nav .navbar-nav .nav-link.active {
  font-weight: 900;
  color: var(--red);
}

#main-nav .navbar-nav .nav-link img {
  position: absolute;
  top: -3px;
  filter: sepia(1);
  opacity: 0.1;
  transition: 0.3s;
}

#main-nav .navbar-nav .nav-link:hover img {
  filter: sepia(0);
  opacity: 1;
}

#main-nav .navbar-nav .nav-link img:first-child {
  left: 0;
}

#main-nav .navbar-nav .nav-link img:last-child {
  right: 0;
}

@media (min-width:1400px) {
  .container {
    max-width: 1736px;
  }
}

#main-nav.scrolled, #main-nav.small-nav {
  background: var(--iceBlue)!important;
  padding-top: 12px;
  padding: 8.15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

#main-nav .image-scrooled {
  max-width: 42.17px;
  max-height: 33.79px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  display: none;
}

#main-nav.scrolled .image-scrooled, #main-nav.small-nav .image-scrooled {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

#main-nav .logo-top {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  display: block;
}

#main-nav.scrolled .logo-top, #main-nav.small-nav .logo-top {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#main-nav.scrolled .container, #main-nav.small-nav .container {
  max-width: initial;
  width: 100%;
}

#main-nav .nv-item.logo-betternav{
  display: none;
}

.navbar-toggler span:not(.visually-hidden) {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000; /* cor das linhas */
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Quando o menu estiver aberto */
#main-nav.show-menu .navbar-toggler span:nth-child(2) {
  transform: rotate(45deg) translate(0px, 9px);
}

/* Quando o menu estiver aberto */
#main-nav.scrolled.show-menu .navbar-toggler span:nth-child(2) {
  margin-top: 15px;
}

#main-nav.show-menu .navbar-toggler span:nth-child(3) {
  transform: rotate(-45deg) translate(-3px, -5px);
}

/* Esconde as duas últimas linhas quando o menu estiver aberto */
#main-nav.show-menu .navbar-toggler span:nth-child(4),
#main-nav.show-menu .navbar-toggler span:nth-child(5) {
  opacity: 0;
  transform: scale(0);
}

#header-home {
  min-height: 902px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: 5px;
}

#header-home video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
}

#header-home:before {
  content: '';
  display: block;
  position: absolute;
  right: -30.6px;
  width: 30.6px;
  bottom: -19.05px;
  height: 19.05px;
  background-image: url("../../assets/img/icon-red-right.svg");
}

.icon-logo-header {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 105.56px;
  width: 131.87px;
  margin-top: -52.78px;
  margin-left: -65.935px;
  z-index: 10;
}

.title-page {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 144px;
  line-height: 119px;
  color: var(--red);
  letter-spacing: -12.96px;
  -webkit-mask-image: linear-gradient(to right, #000000cc 0%, #00000014 100%);
  mask-image: linear-gradient(to right, #000000cc 0%, #00000014 100%);
  position: relative;
}

#header-home .title-page {
  margin-left: -25px;
  margin-bottom: -25px;
}

.section-the-motorcycle {
  padding-top: 239px;
}

.title-section {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 100px;
  color: var(--saltBlue);
  text-transform: uppercase;
  letter-spacing: -6.5px;
  line-height: 90px;
}

.title-25 {
  font-size: 25px !important;
  line-height: 30px;
  letter-spacing: -2px;
}

.title-section.text-right {
  text-align: right;
}

.title-section.icon-red {
  position: relative;
}

.title-section.icon-red:before {
  content: '';
  display: block;
  position: absolute;
  left: -15.3px;
  width: 30.6px;
  height: 19.05px;
  /*bottom: -118px;*/
  bottom: -12px;
  background-image: url("../../assets/img/icon-red-right.svg");
}

.title-section span {
  color: var(--frostBlue);
}

.mb-section-motorcicle > img {
  display: block;
}

.title-section.title-image img {
  display: none;
}

.box-carousel-motorcicle {
  position: relative;
  /*margin-top: 115px;*/
  margin-top: 0px;
  margin-bottom: 18px;
}

.btn-carousel {
  background: transparent;
  border: none;
  transition: 0.3s;
  position: absolute;
  padding: 0 20px;
  top: 50%;
  margin-top: -32.66px;
  z-index: 2;
}

.btn-carousel.right {
  right: 0;
}

.btn-carousel:hover, .btn-carousel:focus, .btn-carousel:active {
  background: transparent!important;
  opacity: 0.7;
}

.btn-order {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 3px;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  width: fit-content;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: -1.08px;
}

.btn-order:hover, .btn-order:focus, .btn-order:active {
  background: transparent!important;
}

.btn-order span {
  background: var(--red);
  padding: 20px 25px;
  font-family: "Archivo Expanded";
  font-weight: 800;
  color: var(--background);
  font-size: 18px;
  letter-spacing: -1.08px;
  line-height: 16px;
  text-transform: uppercase;
  transition: 0.3s;
}

.btn-order span:first-child {
  min-width: 212px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.btn-order span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 11.32px;
  flex-shrink: 0;
}

.btn-order.invert span:last-child {
  min-width: 212px;
  padding: 18px 25px;
}

.btn-order.invert span:first-child {
  padding: 12px 11.32px;
  min-width: initial;
}

.btn-order.invert span:first-child img {
  transform: rotate(-180deg);
}

.btn-order:hover span {
  background: var(--saltBlue);
}

.btn-order span img {
  max-height: 27.73px;
  max-width: 32.68px;
}

.box-carousel-motorcicle .item-carousel {
  padding-bottom: 56.2%;
  position: relative;
}

.box-carousel-motorcicle .item-carousel img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-carousel-motorcicle .btn-order {
  position: absolute;
  bottom: 50px;
  right: 29px;
  z-index: 2;
}

.box-carousel-motorcicle .owl-dots {
  display: block!important;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: fit-content;
}

.box-carousel-motorcicle .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  margin-left: 13px;
  background: var(--iceBlue);
}

.box-carousel-motorcicle .owl-dots .owl-dot.active {
  background: var(--saltBlue);
}

.box-carousel-motorcicle .owl-dots .owl-dot:first-child {
  margin-left: 0;
}

.carousel-motorcicle {
  padding-bottom: 26px;
}

.title-logo {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.small-container {
  max-width: 1424px;
  margin: auto;
}

@media (max-width: 1780px) {
  .small-container {
    max-width: 1320px;
  }
}

@media (max-width: 1690px) {
  .small-container {
    max-width: 1253px;
  }
  .title-25 {
    font-size: 22px !important;
  }
}

@media (max-width: 1570px) {
  .small-container {
    max-width: 1164px;
  }
  .title-25 {
    font-size: 20px !important;
  }
}

@media (max-width: 1340px) {
  .small-container {
    max-width: 994px;
  }
  .title-25 {
    font-size: 18px !important;
    line-height: 25px;
  }
}

@media (max-width: 1199px) {
  .small-container {
    max-width: 889px;
  }

  .btn-order span img{
    max-height: 19.73px;
  }

  .btn-order span{
    padding: 14px 20px;
    font-size: 16px;
  }

  .box-button-footer.border{
    margin-top: 0;
  }

  .btn-order.invert span:last-child{
    padding: 13.87px 25px;
  }

  #main-nav .navbar-nav .nav-item{
    margin-left: 9.36px;
  }
}

@media (max-width: 1148px) {
  .small-container {
    max-width: 851px;
  }
}

@media (max-width: 1120px) {
  .small-container {
    max-width: 831px;
  }
}

@media (max-width: 992px) {
  .small-container {
    max-width: 736px;
  }
}

.box-border.padding {
  padding: 40px;
  margin: 0 7px;
}

.box-border {
  border: 1px solid var(--frostBlue);
  width: 100%;
  position: relative;
}

.icon-border {
  background-color: var(--background);
  position: absolute;
  margin: 0;
}

.icon-border img {
  margin: 0;
}

.icon-border.top {
  top: -12px;
  padding-bottom: 7px;
}

.icon-border.bottom {
  bottom: -7px;
  padding-top: 7px;
}

.icon-border.left {
  left: -7px;
  padding-right: 7px;
}

.icon-border.right {
  right: -7px;
  padding-left: 7px;
}

.mb-section-motorcicle {
  margin-top: 87px;
  margin-bottom: 149px;
}

.mb-section-motorcicle img {
  max-width: 131.88px;
  margin-bottom: 18px;
}

.box-list-motorcicle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-first-items {
  padding: 0;
  margin: 0;
  width: 382.22px;
  position: relative;
}

.list-first-items:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -80px;
  width: 1px;
  height: 100%;
  background: var(--frostBlue);
}

.list-first-items li {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid var(--frostBlue);
  margin-bottom: 37.67px;
}

.list-first-items li:last-child {
  margin-bottom: 0;
}

.list-first-items li .title-list {
  display: block;
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 27px;
  line-height: 23px;
  letter-spacing: -1.35px;
  width: 100%;
  color: var(--saltBlue);
}

.list-first-items li .box-description {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  width: 100%;
}

.list-first-items li .description {
  display: block;
  font-family: "Archivo Expanded";
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  color: var(--saltBlue);
  margin-bottom: -1px;
  background: var(--background);
  padding-left: 15px;
  letter-spacing: 2.2px;
}

.list-last-info {
  padding: 0;
  margin: 0;
}

.list-last-info li {
  display: block;
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 60px;
  line-height: 60px;
  color: var(--frostBlue);
  padding-bottom: 37.5px;
  position: relative;
  border-bottom: 1px solid var(--frostBlue);
  margin-bottom: 36.5px;
  letter-spacing: -3px;
  position: relative;
}

.list-last-info li:before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: -45.47px;
  display: block;
  width: 30px;
  height: 20px;
  background-image: url("../../assets/img/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.box-small-description {
  padding: 10.94px 33.6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Archivo Expanded";
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0.8px;
  color: var(--frostBlue);
  margin-bottom: 33.03px;
}

.title-section div ul {
  padding: 0;
  margin-left: 40px;
  margin-bottom: 6px;
  align-items: center;
  gap: 10px;
  display: flex;
}

.title-section div.not-mobile {
  align-items: flex-end;
  display: flex;
}

.title-section div.not-mobile ul {
  display: flex;
}

.title-section div.visible-mobile ul {
  display: none;
}

.title-section div ul li {
  display: block;
  width: 41px;
  height: 41px;
}

.black {
  background-color: #000;
}

.saltBlue {
  background-color: var(--saltBlue);
}

.iceBlue {
  background-color: var(--iceBlue);
}

.frostBlue {
  background-color: var(--frostBlue);
}

.white {
  background-color: #fff;
}

.red {
  background-color: var(--red);
}

.gray {
  background-color: var(--gray);
}

.yellow {
  background-color: var(--yellow);
}

.orange {
    background-color: var(--orange);
}

.graphite {
    background-color: var(--Graphite);
}

.blue{
  background-color: var(--blue);
}

.box-new-famel {
  padding-top: 158px;
  position: relative;
}

.box-title-new-famel {
  position: absolute;
}

.box-title-new-famel:before {
  content: '';
  top: -40.6px;
  display: block;
  position: absolute;
  width: 30.6px;
  height: 19.05px;
  background-image: url("../../assets/img/icon-red-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.box-title-new-famel:after {
  content: '';
  bottom: -39px;
  display: block;
  position: absolute;
  width: 30.6px;
  height: 19.05px;
  background-image: url("../../assets/img/icon-red-border-left-bottom.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.box-title-new-famel .title-section {
  font-size: 120px;
  line-height: 100px;
  padding-left: 40px;
  letter-spacing: -10.2px;
}

.box-new-famel figure {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: -1;
  margin-top: 100px;
}

.box-new-famel .box-btns-new-famel {
  position: absolute;
  bottom: 159px;
  left: 40px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

#footer-page {
  margin-top: 150.55px;
  padding: 015px;
  position: relative;
}

.row-footer {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
}

.first-box-footer {
  max-width: 397.4px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.last-box-footer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  max-width: 842.01px;
  width: 100%;
  gap: 15px;
}

.last-box-footer > div:first-child {
  max-width: 253.01px;
  width: 100%;
}

.last-box-footer > div:nth-child(2) {
  max-width: 153.5px;
  width: 100%;
}

.last-box-footer > div:last-child {
  max-width: 233px;
  width: 100%;
}

.title-footer {
  font-family: "Archivo Expanded";
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.8px;
  color: var(--frostBlue);
  border-bottom: 1px solid var(--frostBlue);
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.description-footer {
  font-family: "Archivo Expanded";
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  color: var(--saltBlue);
  /*margin-bottom: 25px;*/
}

.description-footer p {
  margin: 0;
}

.description-footer a {
  display: block;
  margin-bottom: 15px;
  color: var(--saltBlue);
  transition: 0.3s;
}

.description-footer a:hover {
  opacity: 0.7;
}

.list-network {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.list-network li {
  display: block;
}

.list-network li a {
  display: block;
  font-size: 27.57px;
  color: var(--frostBlue);
  transition: 0.3s;
}

.list-network li a:hover {
  color: var(--saltBlue);
}

.column-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.list-network {
  padding: 0;
  margin: 0;
}

.box-newsletter {
  font-family: "Archivo Expanded";
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.48px;
  line-height: 14px;
  color: var(--saltBlue);
}

.form-newsletter {
  display: flex;
  align-items: center;
  gap: 2px;
}

.form-newsletter .form-control {
  background: transparent;
  border: 1px solid var(--saltBlue);
  border-radius: 0;
  height: 26.06px;
  padding: 0 15px;
  font-family: "Archivo Expanded";
  font-size: 12px;
  font-weight: 200;
  color: var(--saltBlue);
}

.form-newsletter .btn-primary {
  font-family: "Archivo Expanded";
  font-weight: 700;
  border-radius: 0;
  font-size: 10px;
  color: var(--iceBlue);
  text-transform: uppercase;
  padding: 5.53px 17.25px;
  background: var(--saltBlue);
  border: none;
}

.form-newsletter .btn-primary:hover {
  color: var(--saltBlue);
  background: var(--iceBlue);
}

.box-button-footer {
  max-width: 1742px;
  width: 100%;
  margin: auto;
  margin-top: 104.34px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 65px;
}

.box-button-footer.align-left {
  justify-content: flex-start;
}

.box-button-footer.border.align-left:before {
  right: 0;
  left: auto;
}

.btn-to-top {
  background: transparent;
  padding: 0;
  border: none;
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 13px;
  /*letter-spacing: -0.78px;*/
  align-items: center;
  display: flex;
  align-self: center;
  justify-content: center;
  text-transform: uppercase;
  gap: 8px;
  color: var(--saltBlue);
  transition: 0.3s;
}

.btn-to-top:hover, .btn-to-top:focus, .btn-to-top:active {
  background: transparent!important;
  color: var(--saltBlue);
  opacity: 0.7;
}

.btn-to-top span {
  line-height: 11px;
}

.btn-to-top img {
  height: 24px;
  transform: rotate(-90deg);
}

.box-copy-rights {
  padding: 0 38px 22px 38px;
  font-family: "Archivo Expanded";
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 24px;
  line-height: 14px;
  color: var(--saltBlue);
  display: flex;
  align-items: center;
  justify-content: end;
}

#footer-page:before {
  content: '';
  left: 0;
  bottom: 0;
  display: block;
  position: absolute;
  width: 30.6px;
  height: 19.05px;
  background-image: url("../../assets/img/icon-red-border-left-bottom.svg");
}

.header-logo {
  padding-top: 161px;
  padding-bottom: 80px;
}

.link-logo {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 133px;
}

.link-logo img {
  width: 317.10px;
  height: 57.43px;
}

.header-logo .title-section {
  max-width: 795px;
}

.image-title {
  max-width: 569px;
  max-height: 287px;
  margin-top: 11px;
  margin-bottom: 0;
  position: relative;
}

.image-title::before {
  content: '';
  display: block;
  position: absolute;
  right: -30px;
  width: 30.6px;
  height: 19.05px;
  top: -40px;
  background-image: url("../../assets/img/icon-border-red-right-top.svg");
}

.image-title img {
  margin-bottom: 0;
  object-fit: cover;
}

.header-logo .small-container .col-md-7 {
  padding: 0;
  padding-right: 15px;
}

.header-logo .small-container .col-md-5 {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  padding: 0;
  padding-left: 15px;
}

.box-text-description {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: nowrap;
  /* margin-left: calc( -1.5rem * 0.5);
  margin-right: calc( -1.5rem * 0.5); */
}

.box-text-description .desck-item{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.box-text {
  font-family: "Archivo Expanded";
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: -0.36px;
  color: var(--Graphite);
}

.box-text p {
  margin-bottom: 25px;
}

.box-text p:last-child {
  margin-bottom: 0;
}

.box-text-description .box-text {
  max-width: 391px;
  padding-bottom: 262px;
}

.box-text-description figure {
  /* max-width: 992px; */
  /* height: 812px; */
  object-fit: cover;
  margin-bottom: 0;
}

.box-text-description figure img {
  margin-bottom: 0;
}

.big-title {
  font-family: "Archivo Expanded";
  font-size: 336px;
  font-weight: 900;
  line-height: 366px;
  letter-spacing: -23.52px;
  color: var(--saltBlue);
  margin-bottom: 0;
  margin-top: -265px;
  margin-bottom: -101px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.box-align-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.box-two-images {
  max-width: 992px;
  margin-left: calc(-1.5rem * 0.5);
  margin-right: calc(-1.5rem * 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.box-two-images figure {
  position: relative;
}

.box-two-images figure.first-image:after {
  content: '';
  bottom: -9.6px;
  left: -30px;
  display: block;
  position: absolute;
  width: 30.6px;
  height: 19.05px;
  background-image: url("../../assets/img/icon-red-border-left-bottom.svg");
}

.box-two-images figure.second-image-box {
  position: absolute;
  right: 0;
  bottom: -115px;
  z-index: 1;
  margin: 0;
}

.box-two-images figure.second-image-box img {
  display: block;
  margin-bottom: 0;
}

.list-years {
  padding: 0;
  margin: 0;
  width: 100%;
}

.list-years li {
  font-family: "Archivo Expanded";
  display: flex;
  align-items: start;
  padding: 56px 58px 26px 58px;
  border-bottom: 1px solid var(--frostBlue);
  gap: 10px;
}

.list-years li:last-child {
  border-bottom: 0;
}

.list-years li .years-text {
  font-weight: 900;
  font-size: 100px;
  line-height: 90px;
  letter-spacing: -8.5px;
  margin-bottom: 0;
  color: var(--saltBlue);
}

.list-years li div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 200;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 2.2px;
  color: var(--Graphite);
  padding-top: 58px;
}

.list-years li div p {
  margin-bottom: 0;
}

.list-years li div img {
  max-width: 24px;
}

.section-sustainability {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 263px;
  position: relative;
  z-index: 0;
  padding-bottom: 95px;
}

.section-sustainability .title-page {
  font-size: 190px;
  line-height: 157px;
  letter-spacing: -17.1px;
  margin-top: -51px;
  position: relative;
  padding-top: 20px;
}

.section-sustainability .title-page:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 30.6px;
  top: 0;
  height: 19.05px;
  background-image: url("../../assets/img/icon-red-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.box-header-title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-arrow-item {
  padding: 0;
  margin: 0;
}

.list-arrow-item li {
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 27px;
  line-height: 23px;
  letter-spacing: -1.35px;
  color: var(--frostBlue);
  gap: 10px;
  margin-bottom: 23px;
  text-align: left;
}

.list-arrow-item li img {
  max-width: 24.36px;
}

.img-absolut-section {
  position: absolute;
  right: 0;
  bottom: -100px;
  opacity: 0.5;
  z-index: -1;
}

.section-sustainability .box-text {
  max-width: 592px;
  line-height: 30px;
  color: var(--background);
}

.section-sustainability .box-text .btn-order {
  margin-top: 116px;
}

.header-settings {
  margin-top: 58px;
  position: relative;
  margin-bottom: 54px;
}

.header-settings .link-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 102px;
  z-index: 2;
}

.item-carousel-settings {
  min-height: calc(100vh - 58px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-settings {
  padding-bottom: 13px;
}

.carousel-settings .owl-dots {
  display: block !important;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: fit-content;
}

.carousel-settings .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  margin-left: 13px;
  background: var(--iceBlue);
}

.carousel-settings .owl-dots .owl-dot.active {
  background: var(--saltBlue);
}

.carousel-settings .owl-dots .owl-dot:first-child {
  margin-left: 0;
}

.box-align-text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 150px;
}

.small-title {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  color: var(--saltBlue);
}

.section-settings {
  padding-top: 36px;
}

.section-settings .small-title {
  max-width: 330px;
  margin-bottom: 18px;
}

.fun-security .title-section {
  padding-right: 20px;
  position: relative;
  margin-bottom: 36px;
  margin-bottom: 73px;
}

.fun-security .title-section:before {
  content: '';
  display: block;
  position: absolute;
  left: -30.6px;
  width: 30.6px;
  top: -49.05px;
  height: 19.05px;
  background-image: url("../../assets/img/icon-border-left-top.svg");
}

.fun-security .title-section:after {
  content: '';
  display: block;
  position: absolute;
  right: -30.6px;
  width: 30.6px;
  top: -49.05px;
  height: 19.05px;
  background-image: url("../../assets/img/icon-border-right-top.svg");
}

.list-safety-items {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  max-width: 431.5px;
}

.list-safety-items li {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  background: var(--iceBlue);
  padding: 21.91px 32.91px;
  padding-bottom: 23px;
  gap: 20px;
  margin-bottom: 1px;
}

.list-safety-items li:first-child {
  padding: 37.91px 32.91px;
  padding-bottom: 22px;
}

.list-safety-items li img {
  width: 36.66px;
  max-height: 35.64px;
  object-fit: contain;
  object-position: center;
}

.list-safety-items li h1 {
  font-family: "Archivo Expanded";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--saltBlue);
  margin-bottom: 5px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}

.list-safety-items li span {
  font-family: "Archivo Expanded";
  font-weight: 400;
  font-size: 15px;
  color: var(--Graphite);
}

.list-safety-items li span.price {
  font-weight: 900;
  letter-spacing: -1.8px;
  font-size: 30px;
  color: var(--red);
}

.list-safety-items li:last-child h1 {
  margin-bottom: 0;
}

.small-description {
  font-family: "Archivo Expanded";
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.8px;
  color: var(--frostBlue);
  max-width: 284px;
  display: block;
}

.security-box-description {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.security-box-description .box-text {
  max-width: 864px;
  line-height: 55px;
}

.security-box-description .box-text span {
  font-weight: 800;
  color: var(--red);
}

.security-box-description .box-text strong {
  font-weight: 900;
}

.box-button-footer.border {
  position: relative;
  border: none!important;
}
/*
.box-button-footer.border:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: var(--frostBlue);
  width: calc(100% - 300.98px);
  margin-top: -0.5px;
}
*/
.specs-features .title-section {
  max-width: 668px;
}

.list-first-items.settings-page {
  margin: 0;
}

.list-first-items.settings-page:before {
  display: none;
}

.box-align-list {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 53.63px;
  max-width: 668px;
  width: 100%;
}

.box-carousel-details {
  margin-top: -13px;
  position: relative;
  margin-left: -40px;
  margin-bottom: 220px;
}

.box-carousel-details:before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  width: 30.6px;
  bottom: -50.05px;
  height: 19.05px;
  background-image: url("../../assets/img/icon-border-left-bottom.svg");
}

.box-carousel-details:after {
  content: '';
  display: block;
  position: absolute;
  right: -20px;
  width: 30.6px;
  bottom: -50.05px;
  height: 19.05px;
  background-image: url("../../assets/img/icon-border-right-bottom.svg");
}

.box-carousel-details .btn-carousel.right {
  right: -151.56px;
}

.box-carousel-details .btn-carousel.left {
  left: -96.56px;
}

.item-carousel-details {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 154px;
}

.item-carousel-details:before {
  position: absolute;
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background: var(--frostBlue);
  top: 152px;
  right: 0;
  z-index: -1;
}

.item-carousel-details figure {
  max-width: 855.08px;
  margin-top: -156px;
}

.item-carousel-details .carousel-description {
  max-width: 561px;
  width: 100%;
  margin-top: 119px;
}

.item-carousel-details .carousel-description h1 {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 78px;
  line-height: 70px;
  letter-spacing: -6.63px;
  color: var(--saltBlue);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.item-carousel-details .carousel-description .text-description-carousel {
  font-family: "Archivo Expanded";
  font-size: 18px;
  line-height: 35px;
  color: var(--Graphite);
  letter-spacing: -0.36px;
  max-width: 484px;
  margin-bottom: 55.3px;
}

.section-carousel-mota .box-content-carousel-mota h1 {
  font-family: "Archivo Expanded";
  letter-spacing: -5px;
  font-size: 100px;
  line-height: 90px;
  font-weight: 900;
  color: var(--saltBlue);
  text-transform: uppercase;
  margin-bottom: 2px;
}

.section-carousel-mota .box-content-carousel-mota .box-text {
  font-weight: 400;
  max-width: 1277px;
  margin-bottom: 52px;
}

.section-carousel-mota .item-carousel-mota figure {
  position: relative;
  z-index: -1;
  margin-top: -402px;
}

.header-logo.header-community .link-logo {
  margin-bottom: 82px;
}

.title-section.center-title {
  max-width: initial;
  margin: auto;
  text-align: center;
}

.header-community-section {
  min-height: 556px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
  margin-bottom: 34px;
}

.section-community {
  margin-bottom: 141px;
}

.title-community {
  font-size: 122px;
  line-height: 103px;
  letter-spacing: -10.98px;
  line-height: 103px;
  max-width: 70%;
  position: relative;
  margin-top: -77px;
  color: var(--iceBlue);
}

.title-community:before {
  content: '';
  display: block;
  position: absolute;
  left: 0.4px;
  width: 30.6px;
  top: -18.05px;
  height: 19.05px;
  background-image: url("../../assets/img/icon-red-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.title-community span {
  color: var(--red);
  display: block;
}

.title-description {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 40px;
  line-height: 30px;
  letter-spacing: -3.4px;
  color: var(--saltBlue);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.section-community .box-text {
  max-width: 1188px;
  margin-bottom: 34px;
}

.header-logo.header-contact .link-logo {
  margin-bottom: 73px;
}

.description-title {
  font-family: "Archivo Expanded";
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 16px;
}

.header-logo.header-contact .section-title {
  margin-bottom: 26px;
}

.form-style label {
  font-family: "Archivo Expanded";
  font-size: 18px;
  font-weight: 900;
  color: var(--saltBlue);
  text-transform: uppercase;
  letter-spacing: -1.08px;
  margin-bottom: 0;
}

.form-style label span {
  color: var(--red);
}

.form-style label span.small-description-form {
  color: var(--saltBlue);
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  margin-left: 5px;
}

.form-style .form-control::placeholder{
  color: var(--saltBlue);
}

.form-style .form-control, .form-style .form-select {
  border-radius: 0;
  height: 55px;
  color: var(--saltBlue);
  border-color: var(--saltBlue);
  font-family: "Archivo Expanded";
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.9px;
  font-size: 15px;
  padding: 19px 21px;
}

.form-style textarea.form-control {
  min-height: 184px;
}

.form-style textarea.form-control::placeholder {
  color: var(--saltBlue);
}

.box-connect {
  background: #fff;
  padding: 54px 51px;
  max-width: 592px;
  margin: auto;
  margin-bottom: 17px;
  border: 1px solid var(--saltBlue);
}

.box-connect .title-section {
  margin-bottom: 30px;
  font-size: 80px;
  line-height: 65px;
}

.box-connect .box-text {
  max-width: 452px;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  color: var(--Graphite);
  margin-bottom: 30px;
}

.box-connect .featured-description {
  display: block;
  font-family: "Archivo Expanded";
  font-size: 25px;
  color: var(--saltBlue);
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
  text-transform: none;
}

.box-connect .featured-description span {
  color: var(--red);
}

.form-style.form-news .form-control {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  line-height: 100px;
  height: 56px;
}

.form-style.form-news .form-control::placeholder {
  color: var(--saltBlue);
}

.form-style .form-group {
  margin-bottom: 27px;
}

.form-style .form-check label {
  font-size: 12px;
  line-height: 25px;
  color: var(--saltBlue);
  font-weight: 300;
  letter-spacing: -0.6px;
}

.form-style .form-check {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
}

.form-style .form-check input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.form-style .form-check label {
  position: relative;
  padding-left: 35px;
  display: inline-block;
}

.form-style .form-check label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  background: #FFF;
  margin-right: 0.5em;
  border: 1px solid var(--saltBlue);
  transition: all 0.2s ease;
  position: absolute;
  top: 7px;
  left: 0;
  transform: translate(0, -50%);
}

.form-style .form-check label::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 13px;
  transform: translate(-50%, -50%);
  font-size: 1em;
  opacity: 0;
  transition: all 0.2s ease;
  width: 12px;
  height: 12px;
  background: var(--red);
}

.form-style .form-check label:focus::before {
  background: #DDD;
}

.form-style .form-check input:checked + label::after {
  opacity: 1;
}

.description-form {
  font-family: "Archivo Expanded";
  font-weight: 300;
  font-size: 10px;
  line-height: 10px;
  color: var(--saltBlue);
  display: block;
  padding-left: 35px;
  margin-top: 10px;
}

.header-config .title-section {
  width: 100%;
  max-width: initial;
  font-size: 70px;
  line-height: 65px;
  letter-spacing: -5.95px;
  margin-bottom: 107px;
}

.title-icon-section {
  font-weight: 900;
  display: flex;
  align-items: center;
  font-family: "Archivo Expanded";
  font-size: 40px;
  line-height: 55px;
  letter-spacing: -3.4px;
  color: var(--frostBlue);
  text-transform: uppercase;
  gap: 10px;
  margin-bottom: 48px;
}

.title-icon-section span {
  width: 50px;
  height: 50px;
  background: var(--frostBlue);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  flex-shrink: 0;
}

.garage-list {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 1145px;
}

.garage-list li {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 32.16px;
}

.garage-list li .box-add-image {
  width: 679.84px;
  height: 415px;
  border: 1px solid var(--frostBlue);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.garage-list li .box-add-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.garage-list li .box-add-image img.border-corner {
  width: 20.21px;
  height: 12.59px;
  object-fit: contain;
  position: absolute;
  z-index: 1;
}

.garage-list li .box-add-image img.border-corner.top {
  top: -2px;
}

.garage-list li .box-add-image img.border-corner.left {
  left: -2px;
}

.garage-list li .box-add-image img.border-corner.bottom {
  bottom: -2px;
  transform: rotate(-180deg);
}

.garage-list li .box-add-image img.border-corner.right {
  right: -2px;
}

.garage-list li .box-add-image button {
  padding: 0;
  border-radius: 100px;
  font-size: 138.45px;
  color: var(--red);
  width: 138.45px;
  height: 138.45px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -69.22px;
  margin-left: -69.22px;
  background: transparent;
  border: none;
  transition: 0.3s;
}

.garage-list li .box-add-image button:hover, .garage-list li .box-add-image button:focus {
  opacity: 0.8;
  color: var(--red);
}

.garage-list li .box-add-image button svg {
  vertical-align: top;
}

.garage-list li .box-add-image button:focus {
  background: none!important;
  outline: none!important;
}

.garage-list li .box-info-garage {
  max-width: 433px;
}

.garage-list li .box-info-garage h1 {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 54px;
  line-height: 45px;
  letter-spacing: -4.59px;
  color: var(--frostBlue);
  margin-bottom: 29px;
  text-transform: uppercase;
}

.garage-list li .box-info-garage .btn-order span {
  font-size: 25px;
  letter-spacing: 3px;
}

.garage-list li .box-info-garage .btn-order span:last-child {
  font-size: 37.88px;
  padding: 7px 11.32px;
}

.header-confirm-order {
  padding-bottom: 18px;
}

.box-info-confirm-order .icon {
  display: block;
  width: fit-content;
  margin: auto;
  font-size: 76.2px;
  color: var(--red);
  position: relative;
  z-index: 9;
}

.box-info-confirm-order figure {
  max-width: 560px;
  margin: auto;
  display: block;
  margin-top: -25px;
  margin-bottom: 8px;
}

.title-red {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -4.25px;
  color: var(--red);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.box-info-confirm-order .small-title {
  font-size: 30px;
  line-height: 55px;
  letter-spacing: -2.55px;
  text-align: center;
}

.header-config-mota {
  padding-bottom: 0;
}

.header-config-mota .link-logo {
  margin-bottom: 78px;
}

.box-info-mota {
  max-width: 865.76px;
}

.box-info-mota .box-view-mota {
  width: 100%;
  height: 528.49px;
  position: relative;
  border: 1px solid var(--frostBlue);
}

.box-info-mota .box-view-mota .border-corner {
  width: 28.21px;
  height: 20.59px;
  object-fit: contain;
  position: absolute;
  z-index: 1;
  padding: 2px;
  background: var(--background);
}

.box-info-mota .box-view-mota .border-corner.top {
  top: -4px;
}

.box-info-mota .box-view-mota .border-corner.left {
  left: -4px;
}

.box-info-mota .box-view-mota .border-corner.bottom {
  bottom: -4px;
  transform: rotate(-180deg);
}

.box-info-mota .box-view-mota .border-corner.right {
  right: -4px;
}

.box-view-mota figure {
  width: 100%;
  height: calc(100% - 46px);
  margin-bottom: 9px;
  padding: 0 30.5px;
}

.box-view-mota figure img {
  max-height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

.list-control {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.list-control li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-control li .control-button, .list-control li .control-button-zoom {
  width: 28px;
  height: 28px;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 20px;
}

.list-control li .control-button svg, .list-control li .control-button-zoom svg {
  margin-top: -6px;
}

.list-control li .control-button-zoom svg {
  fill: var(--saltBlue);
}

.list-control li .control-button:hover, .list-control li .control-button-zoom:hover {
  background: var(--red);
}

.list-control li .control-button {
  background: var(--frostBlue);
}

.list-control li .control-button:focus {
  background: var(--frostBlue);
}

.list-control li .control-button-zoom {
  background: var(--iceBlue);
}

.list-control li .control-button-zoom:focus {
  background: var(--frostBlue);
}

.box-info-mota .title-section {
  font-size: 42px;
  line-height: 76px;
  letter-spacing: -3.57px;
}

.box-item-mota {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 67px;
  border: 1px solid var(--frostBlue);
  padding: 31px 28px 12.5px 28px;
  font-family: "Archivo Expanded";
}

.box-item-mota.not-visible-mobile {
  display: grid!important;
}

.box-item-mota .item-mota-detail h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: -0.9px;
  color: var(--saltBlue);
  border-bottom: 1px solid var(--saltBlue);
  padding-bottom: 3.17px;
  margin-bottom: 3.17px;
}

.box-item-mota .item-mota-detail span {
  display: block;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 1.5px;
  color: var(--saltBlue);
}

.box-item-mota .item-mota-detail span.small-text {
  text-transform: none;
  font-size: 10px;
  line-height: 11px;
  color: var(--frostBlue);
  margin-top: 4.49px;
  max-width: 114px;
}

.section-config-mota .box-config-mota{
  max-width: 1424px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  /* gap: 85.24px; */
}

.section-config-mota .col-lg-7 {
  width: 63%;
}

.config-item-mota {
  max-width: 493px;
  margin-top: -22px;
}

.config-item-mota .title-section {
  font-size: 50px;
  line-height: 76px;
  letter-spacing: -4.25px;
  color: var(--saltBlue);
}

.list-select-type {
  padding: 0;
  margin-bottom: 29px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.list-select-type li {
  display: flex;
}

.list-select-type li .btn-primary {
  display: flex;
  min-width: 229px;
  height: 229px;
  border: 1px solid var(--saltBlue);
  padding: 19px 21px;
  position: relative;
  border-radius: 0;
  background: transparent;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
}

.list-select-type li .btn-primary .icon {
  position: absolute;
  top: -1px;
  right: -1px;
  background: var(--saltBlue);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23.57px;
  opacity: 0;
}

.list-select-type li .title {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 25px;
  line-height: 21px;
  letter-spacing: -2.13px;
  text-transform: uppercase;
  color: var(--frostBlue);
  min-height: 63px;
}

.list-select-type li .title span {
  color: var(--saltBlue);
}

.list-select-type li .btn-primary img {
  max-width: 167px;
  max-height: 115.97px;
  margin: auto;
}

.list-select-type li .btn-primary.active {
  border-width: 2px;
}

.list-select-type li .btn-primary.active .icon {
  opacity: 1;
}

.list-select-type li .btn-primary:focus {
  background: transparent;
  border-color: var(--saltBlue);
}

.title-topic {
  font-family: "Archivo Expanded";
  font-size: 22px;
  line-height: 20px;
  letter-spacing: -1.87px;
  font-weight: 900;
  color: var(--saltBlue);
  text-transform: uppercase;
  margin-bottom: 0;
}

.sub-title-description {
  font-family: "Archivo Expanded";
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: var(--Graphite);
}

.box-align-color {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.list-select-color {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 8px;
}

.list-select-color li {
  display: flex;
  align-items: center;
}

.list-select-color li .btn-primary {
  width: 32px;
  height: 32px;
  border-radius: 0;
  border: none;
  display: flex;
  font-size: 32.88px;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.list-select-color li .btn-primary svg {
  opacity: 0;
}

.list-select-color li .btn-primary.active svg {
  opacity: 1;
}

.list-select-color li .btn-primary.graphite {
  background: var(--Graphite);
}

.list-select-color li .btn-primary.gray {
  background: var(--gray);
}

.list-select-color li .btn-primary.white {
  background: #fff;
  color: #000;
}

.list-select-color li .btn-primary.red {
  background: var(--red);
}

.list-select-color li .btn-primary.yellow {
  background: var(--yellow);
}

.list-select-color li .btn-primary.orange {
  background: var(--orange);
}

.list-select-color li .btn-primary.blue {
  background: var(--blue);
}

.btn-clear {
  background: transparent;
  border-radius: 0;
  border-color: var(--red);
  padding: 5.32px 8.83px;
  font-family: "Archivo Expanded";
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--red);
  height: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-style: dotted;
}

.btn-clear:hover, .btn-clear:focus, .btn-clear:active {
  color: #fff;
  background: var(--red)!important;
  border-color: var(--red)!important;
}

.btn-clear svg {
  width: 20.74px;
  height: 20.74px;
}

.list-value {
  padding: 0;
}

.list-value li {
  display: flex;
  align-items: center;
  font-family: "Archivo Expanded";
  font-size: 21px;
  line-height: 21px;
  letter-spacing: -1.78px;
  color: var(--saltBlue);
  text-transform: uppercase;
  font-weight: 900;
  border: 1px solid var(--saltBlue);
  padding: 22px 23px;
  background: var(--iceBlue);
  border-bottom: none;
}

.list-value li span {
  color: var(--Graphite);
}

.list-value li:last-child {
  border-bottom: 1px solid var(--saltBlue);
}

.box-buttons {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 16px;
}

.box-buttons .btn-primary {
  border-radius: 0;
  border-color: var(--saltBlue);
  background: transparent;
  padding: 8px 9px;
  padding-left: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 11px;
  line-height: 12px;
  color: var(--saltBlue);
  text-transform: uppercase;
}

.box-buttons .btn-primary:hover, .box-buttons .btn-primary:active, .box-buttons .btn-primary:focus {
  background: var(--frostBlue);
  border-color: var(--frostBlue);
  color: #fff;
}

.box-buttons .btn-primary svg {
  width: 29px;
  height: 29px;
  background: var(--frostBlue);
  padding: 5.28px 3.88px;
  color: #fff;
  flex-shrink: 0;
}

.box-buttons .btn-primary:first-child {
  width: 60.9%;
}

.box-buttons .btn-primary:last-child {
  width: 39.1%;
}

.btn-order.width-full {
  width: 100%;
}

.btn-order.width-full span:first-child {
  width: calc(100% - 58.09px);
  letter-spacing: 2.4px;
}

.title-medium-size {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 40px;
  line-height: 65px;
  text-transform: uppercase;
  color: var(--saltBlue);
  letter-spacing: -3.4px;
  margin-bottom: 30px;
}

.box-white {
  background: #fff;
  border: 1px solid var(--saltBlue);
  position: relative;
}

.box-white.first-box {
  margin-top: 56px;
  margin-bottom: 30px;
}

.box-white .section-box {
  padding: 23px 38px;
  border-bottom: 1px solid var(--saltBlue);
}

.box-white .section-box:last-child {
  border: none;
}

.box-white .section-box.flex-align-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-white .section-box .title {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 30px;
  line-height: 16px;
  letter-spacing: -1.8px;
  color: var(--saltBlue);
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-box .topics-description {
  font-family: 'Archivo Expanded';
  font-weight: 900;
  color: var(--saltBlue);
  font-size: 18px;
  letter-spacing: -1.53px;
  text-transform: uppercase;
}

.section-box .topics-description span {
  color: var(--Graphite);
  margin-left: 5px;
}

.section-box.bg-red .topics-description {
  color: #fff;
}

.section-box.bg-red .topics-description span {
  color: #fff;
}

.frost-blue {
  color: var(--frostBlue)!important;
}

.list-items {
  padding: 0;
  margin: 0;
}

.list-items li {
  display: block;
  font-family: "Archivo Expanded";
  font-size: 15px;
  line-height: 25px;
  color: var(--saltBlue);
  letter-spacing: -0.9px;
}

.list-items li span {
  font-weight: 900;
  text-transform: uppercase;
}

.small-title-description {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  color: var(--saltBlue);
  margin-bottom: 0;
}

.price-total {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -1.8px;
  color: var(--red);
  font-weight: 900;
  margin-bottom: 0;
}

.price-total.small {
  font-size: 20px;
}

.total-description {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  color: var(--saltBlue);
  margin-bottom: 0;
}

.box-total-tax {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: flex-end;
}

.description-tax {
  font-family: "Archivo Expanded";
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.72px;
  color: var(--saltBlue);
}

.description-tax span {
  color: var(--red);
}

.form-style .form-check.center-check label::before {
  top: 50%;
}

.form-style .form-check.center-check label::after {
  top: 50%;
}

.form-style .form-check.center-check label img {
  max-height: 34px;
  max-width: 50px;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid white;
  position: relative;
  margin-top: -10px;
  left: 38px;
}

.triangle::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -21px;
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-bottom: 21px solid var(--saltBlue);
  z-index: -1;
}

.box-white .box-text-description {
  margin: 0;
  font-family: "Archivo Expanded";
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.9px;
  color: var(--saltBlue);
  margin-bottom: 47px;
}

.box-white .box-text-description p {
  margin-bottom: 0;
}

.form-style .small-label {
  text-transform: none;
  font-size: 15px;
  letter-spacing: -0.9px;
  margin-bottom: 24px;
}

.form-style .form-control.phone-input {
  font-weight: 900;
  font-size: 15px;
}

.form-style .form-control.phone-input::placeholder {
  color: var(--saltBlue);
}

.box-white.last-box {
  margin-bottom: 20px;
}

.box-checkbox {
  margin-bottom: 10px;
}

.form-style .form-check.centered-check label:before {
  top: 11px;
}

.form-style .form-check.centered-check label:after {
  top: 11px;
}

.form-style .form-check label.strong-label {
  font-weight: 900;
  font-size: 15px;
  letter-spacing: -0.9px;
  color: var(--saltBlue);
  text-transform: none;
}

.btn-order.big-button span:first-child {
  font-size: 20px;
  letter-spacing: 2.4px;
  padding: 12px 54px;
}

.btn-order.big-button span:last-child {
  padding: 6px 8.32px;
}

.title-icon-section.red-icon {
  color: var(--saltBlue);
}

.title-icon-section.red-icon span {
  background: var(--red);
}

.btn-primary.button-share {
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: none;
  font-family: "Archivo Expanded";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 16px;
  color: var(--saltBlue);
}

.btn-primary.button-share:focus, .btn-primary.button-share:active {
  background: transparent;
}

.btn-primary.button-share:hover {
  color: var(--red);
}

.btn-primary.button-share:hover span {
  background: var(--red);
}

.btn-primary.button-share span {
  background: var(--saltBlue);
  width: 34px;
  height: 34px;
  padding: 0;
  color: #fff;
  font-size: 17.36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.box-info-garage h1 span {
  display: block;
  color: var(--saltBlue);
}

.box-info-garage .info-order {
  max-width: 365px;
  margin-top: 72px;
}

.color-order {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.color-order .box-color {
  width: 38px;
  height: 38px;
}

.color-order .name-color {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 27px;
  letter-spacing: -2.29px;
  color: var(--saltBlue);
  text-transform: uppercase;
}

.yellow-color {
  color: var(--yellow)!important;
}

.red-color {
  color: var(--red)!important;
}

.saltBlue-color {
  color: var(--saltBlue)!important;
}

.saltBlue-color {
  color: var(--saltBlue)!important;
}

.blue-color {
  color: var(--blue)!important;
}

.list-items-order {
  padding: 0;
  margin-bottom: 17px;
}

.list-items-order li {
  border: 1px solid var(--saltBlue);
  border-bottom: 0;
  padding: 19px 20px;
  background: var(--iceBlue);
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -1.53px;
  color: var(--saltBlue);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin-bottom: 0!important;
}

.list-items-order li:last-child {
  border-bottom: 1px solid var(--saltBlue);
}

.list-items-order li span {
  color: var(--Graphite);
}

.garage-list li {
  margin-bottom: 72px;
}

.garage-list li:last-child {
  margin-bottom: 0;
}

.garage-list li .box-info-garage .btn-order.btn-small-not-bg {
  border: 1px solid var(--saltBlue);
}

.garage-list li .box-info-garage .btn-order.btn-small-not-bg:hover {
  background: var(--red);
  border-color: var(--red);
}

.garage-list li .box-info-garage .btn-order.btn-small-not-bg:hover span:first-child {
  color: #fff;
}

.garage-list li .box-info-garage .btn-order.btn-small-not-bg span {
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0;
}

.garage-list li .box-info-garage .btn-order.btn-small-not-bg span:first-child {
  background: transparent;
  color: var(--saltBlue);
  padding: 20px 17px;
}

.garage-list li .box-info-garage .btn-order.btn-small-not-bg span:last-child {
  background: var(--saltBlue);
  width: 56px;
  height: 56px;
  font-size: 35.39px;
  flex-shrink: 0;
}

.garage-list li .box-info-garage .btn-order.btn-small-not-bg:hover span:last-child {
  background-color: var(--red);
}

.box-divider {
  padding-bottom: 94.5px;
  margin-bottom: 94.5px;
  border-bottom: 1px solid var(--saltBlue);
}

.title-icon-section.slatBlue-icon {
  color: var(--saltBlue);
}

.title-icon-section.slatBlue-icon span {
  background: var(--saltBlue);
}

.btn-order.small-btn-padding span {
  padding: 18px 15px;
}

.mobile-visible {
  display: none;
}

.box-list-motorcicle .list-last-info {
  display: block;
}

.box-button-footer .list-network {
  display: none;
}

.hidden-mobile {
  display: flex;
}

.btn-famel {
  border-radius: 0;
  border-color: var(--saltBlue);
  min-width: 212px;
  padding: 19px;
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 19px;
  line-height: 16px;
  letter-spacing: -1.08px;
  background: var(--saltBlue);
  width: fit-content;
  text-transform: uppercase;
}

.btn-famel.default {
  background: transparent;
  color: var(--saltBlue);
}

.btn-famel.frostBlue {
  background: var(--frostBlue);
  border-color: var(--frostBlue);
}

.btn-famel:hover, .btn-famel:focus, .btn-famel:active {
  background: var(--red)!important;
  border-color: var(--red)!important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.btn-famel.default:hover, .btn-famel.default:focus, .btn-famel.default:active {
  color: #fff;
}

.specs-features {
  margin-bottom: 120px;
}

.section-carousel-battery {
  position: relative;
}

.section-carousel-battery .container {
  position: absolute;
  top: 360px;
  left: 0;
  right: 0;
  margin: auto;
}

.section-carousel-battery .container .btn-carousel {
  left: 0;
}

.section-carousel-battery .container .btn-carousel.right {
  left: auto;
  right: 0;
}

.carousel-styles .header-carousel {
  min-height: 720px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

.carousel-styles .header-carousel .container {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  left: 0;
  right: 0;
}

.carousel-styles .header-carousel .btn-carousel {
  position: relative;
}

.title-carousel-mota {
  font-family: "Archivo Expanded";
  letter-spacing: -5px;
  font-size: 100px;
  line-height: 90px;
  font-weight: 900;
  color: var(--saltBlue);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.carousel-styles .content-carousel .box-text {
  font-weight: 400;
  margin-bottom: 52px;
  /*border-bottom: 1px solid var(--frostBlue);*/
}

.carousel-styles .content-carousel .box-text p {
  margin-bottom: 0;
}

.section-border-corner {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0px;
}

.section-border-corner .first-corner {
  transform: rotate(180deg);
  position: absolute;
  left: -31px;
}

.section-border-corner .last-border {
  position: absolute;
  right: -31px;
}

.section-community.section-community-news .header-community-section {
  min-height: calc(100vh - 58.4px);
  margin-bottom: 96px;
}

.section-community.section-community-news .header-community-section .title-community {
  padding-top: 100px;
}

.section-community.section-community-news .title-description {
  font-size: 100px;
  line-height: 90px;
  letter-spacing: -8.5px;
  margin-bottom: 100px;
}

.section-community.section-community-news .box-text p {
  margin-bottom: 30px;
}

.section-community.section-community-news .box-text {
  margin-bottom: 50px;
}

.header-logo.header-config {
  padding-bottom: 0;
}

.box-content-login-register {
  margin-top: 43px;
}

.box-form-login-register {
  height: 100%;
}

.box-form-login-register .header-login-register {
  padding: 14px 17px;
  background: var(--saltBlue);
  color: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 11.93px;
}

.box-form-login-register .header-login-register h1 {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
  width: fit-content;
}

.box-form-login-register .header-login-register img {
  width: 27.07px;
  height: 29.14px;
}

.box-content-login-register .body-login-register {
  background: var(--iceBlue);
  padding: 28.14px 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: calc(100% - 58px);
}

.box-content-login-register .body-login-register .form-style {
  width: 100%;
}

.box-content-login-register .body-login-register .form-style.form-style-full-height {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box-form-login-register.light-box .header-login-register {
  background: var(--iceBlue);
}

.box-form-login-register.light-box .header-login-register h1 {
  color: var(--saltBlue);
}

.box-form-login-register.light-box .body-login-register {
  background: transparent;
  border: 1px solid var(--iceBlue);
}

.description-form.big-text {
  font-size: 15px;
  line-height: 28px;
  color: var(--saltBlue);
  padding: 0;
}

.garage-list.width-full {
  max-width: initial;
  width: 100%;
}

.width-full {
  width: 100%;
  max-width: initial!important;
}

.box-info-garage.biling-details {
  max-width: initial!important;
  width: 100%;
}

.box-white.first-box.box-billing-details .section-box.small-padding {
  padding: 18px 20px;
}

.box-white.first-box.box-billing-details .section-box .list-items li {
  margin-bottom: 0;
}

.box-white.first-box.box-billing-details .section-box .small-title-description {
  font-size: 15px;
  letter-spacing: -0.9px;
  margin-bottom: 0;
  color: var(--saltBlue);
}

.box-white.first-box.box-billing-details .section-box .price-total {
  font-size: 20px;
  margin-bottom: 0;
}

.box-white.first-box.box-billing-details .section-box .total-title {
  color: var(--saltBlue);
  font-size: 20px;
  letter-spacing: -1.2px;
}

.box-white.first-box.box-billing-details .section-box .description-tax {
  margin-right: 15px;
}

.box-header-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.box-billing-info-details {
  max-width: 679.84px;
  width: 100%;
}

.title-name-buyer {
  font-family: 'Archivo Expanded';
  font-weight: 900;
  font-size: 30px;
  line-height: 25px;
  letter-spacing: -1.8px;
  color: var(--saltBlue);
  margin-bottom: 0;
}

.box-billing-info-details .list-items li {
  margin-bottom: 0;
}

.btn-submit-plus{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 58px;
  background: var(--red);
  color: #fff;
  border: none;
  padding: 9px 15px;
  font-family: "Archivo Expanded";
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--background);
  margin-top: 30px;
  border-radius: 0;
}

.btn-submit-plus:hover, .btn-submit-plus:focus, .btn-submit-plus:active {
  background: var(--saltBlue)!important;
  color: #fff;
  border-color: var(--saltBlue)!important;
}

.btn-submit-plus img{
  width: 30px;
  height: 30px;
}

.mobile-item{
  display: none;
}

.desck-item{
  display: flex;
  /* padding: 0!important; */
  justify-content: flex-end;
  align-items: flex-end;
}
.desck-item-left {
  display: flex;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.desck-item .box-text-description{
  gap: 41px;
}

.visible-mobile, .visible-mobile-title-config-mota{
  display: none;
}

.not-visible-mobile-title{
  display: block;
}

.not-visible-mobile{
  display: block;
}

.box-item-mota.visible-mobile-d-grid{
  display: none;
}

.total-title{
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -1.2px;
  color: var(--saltBlue);
  text-transform: uppercase;
  margin-bottom: 0;
}

#side-menu{
  background: var(--iceBlue);
}

#side-menu .close{
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 0;
  background: transparent;
  border: none;
  height: 30px;
  font-size: 35px;
  color: var(--blue);
}

/* RESPONSIVENESSE */

@media (max-width: 1780px) {
  .container {
    max-width: 1650px;
  }

  .big-title{
    font-size: 311.5px;
    letter-spacing: -21.80px;
    line-height: 339px;
  }

  .title-carousel-mota{
    font-size: 92.7px;
    line-height: 83.4px;
  }

  .carousel-styles .header-carousel{
    min-height: 667.5px;
  }

  .section-carousel-battery .container{
    top: 345px;
  }

  .btn-carousel img{
    max-width: 70.9px;
  }
  
  #header-home .title-page {
    font-size: 133.5px;
    line-height: 110.3px;
    letter-spacing: -12.05px;
  }
  
  .title-section {
    font-size: 92.7px;
    line-height: 83.4px;
    letter-spacing: -6px;
  }

  .title-description{
    font-size: 37.08px;
    line-height: 27.81px;
    letter-spacing: -3.15px;
  }
  
  .mb-section-motorcicle img {
    max-width: 122.26px;
  }
  
  .box-title-new-famel .title-section {
    font-size: 111.25px;
    line-height: 92.7px;
    letter-spacing: -9.45px;
  }

  .security-box-description .box-text{
    max-width: 801px;
  }

  .box-connect .title-section{
    font-size: 74.16px;
    line-height: 65.4px;
  }
  
  .box-connect .title-section{
    font-size: 65.27px;
    line-height: 57.56px;
  }

  .description-title{
    font-size: 23.17px;
    line-height: 27.81px;
  }

  .box-connect .box-text{
    font-size: 23.17px;
    line-height: 27.81px;
  }

  .box-connect .featured-description{
    font-size: 23.17px;
    line-height: 27.81px;
  }

  .form-style.form-news .form-control{
    font-size: 18.54px;
  }

  .garage-list li .box-info-garage h1{
    font-size: 50px;
    line-height: 41.71px;
    letter-spacing: -4.25px;
  }

  .garage-list li .box-info-garage .btn-order span{
    font-size: 23.17px;
  }

  .header-config .title-section{
    font-size: 64.89px;
    line-height: 60.26px;
    letter-spacing: -5.51px;
  }

  .box-info-mota .title-section{
    font-size: 38.93px;
    line-height: 70.45px;
    letter-spacing: -2.18px;
  }

  .box-item-mota{
    gap: 62.11px;
    padding: 28.73px 25.95px 11.52px 25.95px;
  }

  .box-item-mota .item-mota-detail h1{
    font-size: 16.68px;
    line-height: 14.83px;
    letter-spacing: -0.83px;
  }

  .list-select-type li .title{
    font-size: 23.17px;
    line-height: 19.47px;
    letter-spacing: -2.13px;
  }

  .config-item-mota .title-section{
    font-size: 46.35px;
    line-height: 70.45px;
    letter-spacing: -3.94px;
  }

  .list-value li{
    font-size: 19.46px;
    line-height: 19.46px;
    letter-spacing: -1.65px;
    padding: 20.39px 21.32px;
  }

  .btn-order.width-full span:first-child{
    letter-spacing: 2.22px;
  }

  .title-medium-size{
    font-size: 37px;
    line-height: 60px;
  }

  .box-white .section-box .title{
    font-size: 27.81px;
  }

  .title-name-buyer{
    font-size: 27.8px;
    line-height: 23.17px;
  }

  .title-red{
    font-size: 46.35px;
    line-height: 50.98px;
    letter-spacing: -3.94px;
  }

  .box-info-confirm-order .small-title{
    font-size: 27.81px;
    line-height: 50.98px;
    letter-spacing: -2.36px;
  }

  .box-two-images figure img{
    max-width: 786px;
  }

  .box-two-images{
    max-width: 888px;
  }

  .box-two-images figure.second-image-box .img-fluid{
    max-width: 281px;
  }

  .box-two-images figure.second-image-box img{
    max-width: 141px;
  }

  .box-new-famel figure img{
    max-width: 1038px;
  }

  .title-section div ul li {
    width: 38px;
    height: 38px;
  }

  .btn-famel{
    padding: 18.54px;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 14px;
    min-width: 196px;
  }

  .btn-order span:first-child{
    min-width: 196px;
    padding: 18.54px 23px;
  }

  .btn-order span:last-child{
    padding: 11px 10.50px;
  }

  .btn-order span{
    padding: 16px 23px;
  }

  .btn-order span img{
    max-height: 25.7px;
    max-width: 30px;
  }

  .box-title-new-famel:before {
    width: 28.36px;
    height: 17.66px;
    top: -37.63px;
  }

  .box-title-new-famel:after {
    width: 28.36px;
    height: 17.66px;
    bottom: -36.15px;
  }

  .box-new-famel .box-btns-new-famel{
    bottom: 147.40px;
  }

  .list-years li .years-text{
    font-size: 92.70px;
    line-height: 83.4px;
    letter-spacing: -7.88px;
  }

  .list-years li div{
    font-size: 20.39px;
    line-height: 22.25px;
    letter-spacing: 2.03px;
  }

  .section-sustainability .title-page{
    font-size: 176.14px;
    line-height: 145.55px;
    letter-spacing: -15.85px;
  }

  .section-sustainability .title-page:before{
    width: 28.36px;
  }

  .list-arrow-item li img{
    max-width: 22.88px;
  }

  .list-arrow-item li{
    font-size: 25.03px;
    line-height: 21.32px;
    letter-spacing: -1.25px;
  }

  .img-absolut-section{
    max-width: 503.89px;
  }

  .title-community:before{
    width: 28.36px;
  }

  .link-logo img{
    max-width: 293.96px;
    height: auto;
  }

  #main-nav .logo-top{
    max-width: 276.27px;
  }

  .section-community.section-community-news .title-description {
    font-size: 92.70px;
    line-height: 83.43px;
    letter-spacing: -7.88px;
    margin-bottom: 92.70px;
  }

  #main-nav .navbar-nav .nav-item {
    margin-left: 39.86px;
  }

  .box-login-register{
    gap: 52.84px;
  }
  
  #main-nav .navbar-collapse .box-login-register{
    margin-left: 42.64px;
  }

  .box-login-register .btn.btn-primary span{
    width: 52.84px;
    height: 52.84px;
    font-size: 25.03px;
  }

  .box-login-register .btn.btn-primary span i{
    height: 25.03px;
  }

  .section-config-mota .box-config-mota{
    gap: 70.02px;
  }

  .list-select-type li .btn-primary{
    max-width: 212.30px;
    height: 212.30px;
    padding: 15.50px 17.03px;
  }

  .box-info-mota .box-view-mota{
    height: 465.18px;
  }

  .header-logo{
    padding-top: 149.26px;
  }
  
  .header-config-mota .link-logo{
    margin-bottom: 72.31px;
  }

  .first-box-footer a{
    max-width: 354.14px;
  }

  .first-box-footer a img{
    max-width: 100%;
  }

  .last-box-footer{
    max-width: 780.71px;
  }

  .modal-login-register .modal-dialog .modal-content .modal-header .modal-title{
    font-size: 23.17px;
    line-height: 14.83px;
    letter-spacing: -1.39px;
  }

  .modal-login-register .modal-dialog .modal-content .modal-header .modal-title i{
    font-size: 27.10px;
  }

  .form-style label{
    font-size: 16.68px;
    letter-spacing: -1px;
  }

  .last-box-network{
    padding-top: 38.01px;
    gap: 13.90px;
  }

  .last-box-network h1{
    font-size: 23.17px;
    letter-spacing: -1.39px;
  }

  .last-box-network ul li a img{
    width: 37.08px;
    height: 37.08px;
  }

  .modal-login-register .modal-dialog .modal-content .modal-footer .button-form img{
    width: 26.86px;
    height: 26.86px;
  }

  .button-form{
    font-size: 16.68px;
  }
  
  .section-the-motorcycle {
    padding-top: 221.57px;
  }
  
  .box-carousel-motorcicle{
    margin-top: 106.61px;
  }

  .btn-carousel{
    margin-top: -37.77px;
  }

  .btn-carousel img{
    max-width: 74.55px;
  }

  .title-section.icon-red:before {
    bottom: -109.39px;
  }
}

@media (max-width: 1690px) {
  .container {
    max-width: 1529px;
  }

  .big-title{
    font-size: 276.5px;
    letter-spacing: -19.18px;
    line-height: 300px;
  }
  
  .title-carousel-mota{
    font-size: 81.5px;
    line-height: 73.4px;
  }
  
  .carousel-styles .header-carousel{
    min-height: 587.5px;
  }

  .btn-carousel img{
    max-width: 62.40px;
  }

  .section-carousel-battery .container {
    top: 306px;
  }

  .security-box-description .box-text{
    max-width: 705px;
  }

  .title-community{
    max-width: 656px;
  }

  .section-community.section-community-news .title-description{
    font-size: 88px;
    line-height: 73.4px;
  }

  .box-connect .title-section{
    font-size: 57.45px;
    line-height: 50.66px;
  }

  .description-title {
    font-size: 20.39px;
    line-height: 24.47px;
  }

  .box-connect .box-text {
    font-size: 20.39px;
    line-height: 24.47px;
  }

  .box-connect .featured-description {
    font-size: 20.39px;
    line-height: 24.47px;
  }
  
  #header-home .title-page {
    font-size: 117.5px;
    line-height: 97px;
    letter-spacing: -10.60px;
  }

  .list-safety-items li h1{
    font-size: 18px;
    gap: 15px;
  }

  .list-safety-items li{
    padding: 20px 25px;
  }

  .list-safety-items li:first-child{
    padding: 27px 25px;
  }
  
  .title-section.icon-red {
    font-size: 81.5px;
    line-height: 73.4px;
  }
  
  .title-section {
    font-size: 88px;
    line-height: 79px;
    letter-spacing: -5px;
  }

  .title-description {
    font-size: 32.63px;
    line-height: 24.47px;
    letter-spacing: -2.77px;
  }
  
  .mb-section-motorcicle img {
    max-width: 107.6px;
  }
  
  .box-title-new-famel .title-section {
    font-size: 97.92px;
    line-height: 81.59px;
    letter-spacing: -8.31px;
  }

  .garage-list li .box-info-garage h1{
    font-size: 44px;
    line-height: 36px;
    letter-spacing: -3.74px;
  }

  .garage-list li .box-info-garage .btn-order span{
    font-size: 20.39px;
  }

  .garage-list li .box-add-image{
    width: 598.4px;
    height: 365.28px;
  }

  .garage-list li .box-add-image button svg{
    width: 100%;
    height: 100%;
  }

  .garage-list li .box-add-image button{
    width: 121.86px;
    height: 121.86px;
  }

  .header-config .title-section{
    font-size: 57px;
    line-height: 53px;
    letter-spacing: -4.84px;
  }

  .section-config-mota .col-lg-7{
    width: 60%;
  }

  .box-item-mota{
    gap: 34px;
  }

  .config-item-mota .title-section{
    font-size: 40.79px;
    line-height: 62.01px;
    letter-spacing: -3.46px;
  }

  .title-topic{
    font-size: 19.36px;
    line-height: 17.60px;
    letter-spacing: -1.64px;
  }

  .list-select-type li .btn-primary{
    max-width: 201.56px;
    height: 201.56px;
    padding: 16.72px 18.42px;
  }

  .list-select-type li .title{
    font-size: 20.39px;
    line-height: 17.11px;
    letter-spacing: -1.87px;
  }

  .title-name-buyer{
    font-size: 25.77px;
    line-height: 21.48px;
  }

  .list-select-color li .btn-primary{
    width: 28.16px;
    height: 28.16px;
    font-size: 28.94px;
  }

  .list-value li{
    font-size: 17.14px;
    line-height: 17.12px;
    letter-spacing: -1.45px;
    padding: 17.92px 18.76px;
  }

  .box-info-mota .title-section {
    font-size: 34.26px;
    line-height: 62.01px;
    letter-spacing: -1.92px;
  }

  .garage-list.width-full.list-billing-details .box-add-image{
    width: 100%;
  }

  .title-red{
    font-size: 40.79px;
    line-height: 44.87px;
    letter-spacing: -3.46px;
  }

  .box-info-confirm-order .small-title{
    font-size: 24.47px;
    line-height: 44.87px;
    letter-spacing: -2.07px;
  }

  .box-two-images figure img{
    max-width: 691px;
  }

  .box-two-images{
    max-width: 820px;
  }

  .box-two-images figure.second-image-box .img-fluid{
    max-width: 228px;
  }

  .box-two-images figure.second-image-box img{
    max-width: 133px;
  }

  .box-new-famel figure img{
    max-width: 914px;
  }

  .title-section div ul li {
    width: 33px;
    height: 33px;
  }

  .btn-famel {
    padding: 16px;
    font-size: 15px;
    letter-spacing: -0.88px;
    line-height: 12px;
    min-width: 172px;
  }

  .btn-order span{
    font-size: 15px;
    letter-spacing: -0.88px;
  }

  .btn-order span:first-child{
    min-width: 172px;
    padding: 11px;
  }

  .btn-order span img {
    max-height: 23px;
    max-width: 26px;
  }

  .btn-order span:last-child {
    padding: 11px 10.50px;
  }

  .box-title-new-famel:before {
    width: 28.36px;
    height: 17.66px;
    top: -37.63px;
  }

  .box-title-new-famel:after {
    width: 28.36px;
    height: 17.66px;
    bottom: -31.81px;
  }

  .list-years li .years-text{
    font-size: 81.59px;
    line-height: 73.4px;
    letter-spacing: -6.93px;
  }

  .list-years li div{
    font-size: 17.94px;
    line-height: 19.58px;
    letter-spacing: 1.78px;
  }

  .section-sustainability .title-page{
    font-size: 155.03px;
    line-height: 122.11px;
    letter-spacing: -13.95px;
  }

  .section-sustainability .title-page:before{
    width: 24.96px;
  }

  .list-arrow-item li img{
    max-width: 20.13px;
  }

  .list-arrow-item li{
    font-size: 22.03px;
    line-height: 18.76px;
    letter-spacing: -1.10px;
  }

  .img-absolut-section{
    max-width: 443.52px;
  }

  .title-community:before{
    width: 24.96px;
  }

  .link-logo img{
    max-width: 258.64px;
    height: auto;
  }

  #main-nav .logo-top{
    max-width: 243.17px;
  }

  .section-community.section-community-news .title-description {
    font-size: 81.64px;
    line-height: 73.43px;
    letter-spacing: -6.93px;
    margin-bottom: 81.64px;
  }

  #main-nav .navbar-nav .nav-item {
    margin-left: 35.08px;
  }

  .box-login-register{
    gap: 46.51px;
  }
  
  #main-nav .navbar-collapse .box-login-register{
    margin-left: 37.53px;
  }

  .box-login-register .btn.btn-primary span{
    width: 46.51px;
    height: 46.51px;
    font-size: 22.03px;
  }

  .box-login-register .btn.btn-primary span i{
    height: 22.03px;
  }

  .section-config-mota .box-config-mota{
    gap: 61.63px;
  }

  .header-logo{
    padding-top: 131.37px;
  }
  
  .header-config-mota .link-logo{
    margin-bottom: 63.64px;
  }

  .first-box-footer a{
    max-width: 311.71px;
  }

  .last-box-footer{
    max-width: 687.18px;
  }

  .modal-login-register .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20.39px;
    line-height: 13.92px;
    letter-spacing: -1.22px;
  }

  .modal-login-register .modal-dialog .modal-content .modal-header .modal-title i {
    font-size: 23.83px;
  }

  .link-red{
    font-size: 13.20px;
    letter-spacing: -0.79px;
  }

  .form-style .form-control, .form-style .form-select{
    padding: 16px 18.48px;
    height: 48.44px;
    line-height: 14.08px;
    letter-spacing: -0.79px;
    font-size: 14px;
  }

  .last-box-network {
    padding-top: 33.45px;
    gap: 12.23px;
  }
  
  .section-the-motorcycle {
    padding-top: 195.02px;
  }
  
  .box-carousel-motorcicle{
    margin-top: 93.83px;
  }

  .btn-carousel{
    margin-top: -32.08px;
  }

  .btn-carousel img{
    max-width: 65.61px;
  }

  .title-section.icon-red:before {
    bottom: -96.28px;
  }
}

@media (max-width: 1570px) {
  .container {
    max-width: 1283px;
  }

  .big-title{
    font-size: 241.5px;
    letter-spacing: -15.68px;
    line-height: 260px;
  }

  .list-years li .years-text{
    font-size: 81.77px;
    line-height: 73.6px;
    letter-spacing: -6.95px;
  }

  .list-years li div{
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.79px;
  }

  .section-sustainability .title-page{
    font-size: 155.36px;
    line-height: 128.40px;
    letter-spacing: -13.98px;
  }

  .section-sustainability .title-page:before{
    width: 21.97px;
  }

  .list-arrow-item li{
    font-size: 22.07px;
    line-height: 18.8px;
  }

  .img-absolut-section{
    max-width: 449.73px;
  }

  .image-title::before{
    right: -15px;
  }

  .title-carousel-mota{
    font-size: 66.64px;
    line-height: 57.5px;
  }

  .security-box-description .box-text {
    max-width: 676px;
  }

  .section-community.section-community-news .title-description{
    font-size: 71.95px;
    line-height: 60.5px;
  }

  .title-community{
    max-width: 70%;
  }
  
  #main-nav .navbar-nav .nav-link {
    font-size: 10px;
  }
  
  #header-home .title-page {
    font-size: 96px;
    line-height: 79.3px;
    letter-spacing: -8.66px;
  }
  
  .title-section.icon-red {
    font-size: 66.6px;
    line-height: 60px;
  }
  
  .title-section {
    font-size: 75px;
    line-height: 68px;
    letter-spacing: -4px;
  }

  .title-description {
    font-size: 26.68px;
    line-height: 20px;
    letter-spacing: -2.26px;
  }
  
  .mb-section-motorcicle img {
    max-width: 87.9px;
    margin-bottom: 17px;
  }
  
  .list-first-items {
    width: 302.22px;
  }
  
  .list-first-items li .title-list {
    font-size: 22px;
    line-height: 18.8px;
  }
  
  .list-first-items li .description {
    font-size: 17.9px;
    line-height: 19.6px;
  }
  
  .list-last-info li {
    font-size: 49px;
    line-height: 49px;
  }
  
  .box-title-new-famel .title-section {
    font-size: 80px;
    line-height: 66.7px;
    letter-spacing: -6.79px;
  }

  .description-title {
    font-size: 18.39px;
    line-height: 20.47px;
  }

  .box-connect .title-section {
    font-size: 46.97px;
    line-height: 41.42px;
  }

  .box-connect .box-text {
    font-size: 16.67px;
    line-height: 20.47px;
  } 

  .header-config .title-section{
    font-size: 46px;
    line-height: 43px;
    letter-spacing: -3.95px;
  }

  .title-icon-section{
    font-size: 32.70px;
    line-height: 44.97px;
  }

  .box-info-mota .title-section{
    font-size: 31.84px;
    line-height: 57.56px;
    letter-spacing: -1.57px;
  }

  .section-config-mota .box-config-mota {
    gap: 50.39px;
  }

  .config-item-mota .title-section{
    font-size: 38.93px;
    line-height: 57.56px;
    letter-spacing: -2.82px;
  }

  .box-item-mota{
    padding: 24px 15px 12.5px 15px;
  }

  .box-item-mota .item-mota-detail h1{
    font-size: 14.68px;
    line-height: 12.15px;
    letter-spacing: -0.67px;
  }

  .box-item-mota .item-mota-detail span{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
  }

  .section-config-mota .col-lg-7{
    width: 64%;
  }

  .config-item-mota{
    max-width: 403.13px;
  }

  .list-select-type li .title{
    font-size: 20.44px;
    line-height: 17.17px;
    min-height: 50px;
  }

  .list-select-color li .btn-primary{
    width: 30px;
    height: 30px;
  }

  .list-select-type li .btn-primary{
    min-width: 196px;
    height: 196px;
  }

  .list-value li{
    font-size: 17.46px;
    line-height: 17.46px;
  }

  .title-medium-size{
    font-size: 30px;
    line-height: 40px;
  }

  .box-white .section-box .title{
    font-size: 22.5px;
  }

  .title-red{
    font-size: 33.35px;
    line-height: 36.69px;
    letter-spacing: -2.82px;
  }

  .box-info-confirm-order .small-title{
    font-size: 20px;
    line-height: 36.69px;
    letter-spacing: -1.69px;
  }

  .box-two-images figure img{
    max-width: 620px;
  }

  .box-two-images{
    max-width: 731.98px;
  }

  .box-two-images figure.second-image-box .img-fluid{
    max-width: 206px;
  }

  .box-two-images figure.second-image-box img{
    max-width: 110px;
  }

  .box-new-famel figure img{
    max-width: 748px;
  }

  .box-title-new-famel:before {
    width: 23.19px;
    height: 14.44px;
    top: -30.77px;
  }

  .box-title-new-famel:after {
    width: 23.19px;
    height: 14.44px;
    bottom: -20.01px;
  }

  .title-section div ul li {
    width: 26.98px;
    height: 26.98px;
  }

  .list-years li .years-text{
    font-size: 66.71px;
    line-height: 60.01px;
    letter-spacing: -5.66px;
  }

  .list-years li div{
    font-size: 15.94px;
    line-height: 17.58px;
    letter-spacing: 1px;
  }

  .section-sustainability .title-page{
    font-size: 126.73px;
    line-height: 99.85px;
    letter-spacing: -11.40px;
  }

  .section-sustainability .title-page:before{
    width: 21.97px;
  }

  .list-arrow-item li img{
    max-width: 16.46px;
  }

  .list-arrow-item li{
    font-size: 18.06px;
    line-height: 14.76px;
    letter-spacing: -0.86px;
  }

  .img-absolut-section{
    max-width: 362.67px;
  }

  .title-community:before{
    width: 20.41px;
  }

  .link-logo img{
    max-width: 211.49px;
    height: auto;
  }

  #main-nav .logo-top{
    max-width: 198.84px;
  }

  .section-community.section-community-news .title-description {
    font-size: 66.75px;
    line-height: 60.04px;
    letter-spacing: -5.66px;
    margin-bottom: 66.75px;
  }

  #main-nav .navbar-nav .nav-item {
    margin-left: 28.68px;
  }

  .box-login-register{
    gap: 38.03px;
  }
  
  #main-nav .navbar-collapse .box-login-register{
    margin-left: 30.68px;
  }

  .box-login-register .btn.btn-primary span{
    width: 38.03px;
    height: 38.03px;
    font-size: 22.03px;
  }

  .box-login-register .btn.btn-primary span i{
    height: 22.03px;
  }

  .header-logo{
    padding-top: 107.42px;
  }
  
  .header-config-mota .link-logo{
    margin-bottom: 52.03px;
  }

  .first-box-footer{
    max-width: 324.4px;
  }

  .first-box-footer a{
    max-width: 311.71px;
  }

  .last-box-footer{
    max-width: 687.18px;
  }
  
  .section-the-motorcycle {
    padding-top: 159.49px;
  }
  
  .box-carousel-motorcicle{
    margin-top: 76.72px;
  }

  .btn-carousel{
    margin-top: -26.82px;
  }

  .btn-carousel img{
    max-width: 53.64px;
  }

  .title-section.icon-red:before {
    bottom: -80.28px;
  }
}

@media (max-width: 1340px) {
  .container {
    max-width: 1095px;
  }

  #main-nav .logo-top {
    max-width: 150px;
  }

  .icon-logo-header {
    max-width: 92.03px;
    max-height: 73.67px;
    margin-top: -36.83px;
    margin-left: -46px;
  }

  .list-first-items{
    width: 243.22px;
  }

  .list-first-items li .title-list {
    font-size: 15.35px;
    line-height: 13.12px;
  }
  
  .list-first-items li .description {
    font-size: 12.49px;
    line-height: 13.6px;
  }
  
  .list-last-info li {
    font-size: 30px;
    line-height: 34px;
  }
  
  #main-nav .navbar-nav .nav-item {
    margin-left: 15px;
  }

  .big-title{
    font-size: 221px;
    line-height: 261px;
    letter-spacing: -15px;
  }

  .list-years li .years-text{
    font-size: 57px;
    line-height: 51px;
    letter-spacing: -4px;
  }

  .section-sustainability .title-page{
    font-size: 100px;
    line-height: 90px;
    letter-spacing: -8px;
  }

  .section-sustainability .title-page:before{
    width: 15.33px;
  }

  .list-arrow-item li{
    font-size: 18px;
    line-height: 15px;
  }

  .list-arrow-item li img{
    max-width: 17px;
  }

  .img-absolut-section{
    max-width: 300px;
  }

  .title-carousel-mota{
    font-size: 46px;
    line-height: 40px;
  }

  .security-box-description .box-text {
    max-width: 540px;
    line-height: 48px;
  }

  .garage-list li .box-add-image{
    width: 415px;
    height: 255px;
  }

  .garage-list li .box-add-image button{
    width: 85px;
    height: 85px;
    margin-top: -42.5px;
    margin-left: -42.5px;
  }

  .garage-list li .box-info-garage h1{
    font-size: 30.70px;
    line-height: 25.6px;
    letter-spacing: -2.61px;
  }

  .garage-list li .box-info-garage .btn-order span{
    font-size: 18px;
  }

  .garage-list li .box-info-garage .btn-order span:last-child{
    font-size: 29.88px;
  }

  .color-order .name-color{
    font-size: 18.84px;
  }

  .color-order .box-color{
    width: 26px;
    height: 26px;
  }

  .list-items-order li{
    font-size: 16px;
  }

  .garage-list li .box-info-garage .btn-order.btn-small-not-bg span{
    font-size: 14px;
  }

  .config-item-mota{
    max-width: 383px;
  }

  .section-config-mota .col-lg-7 {
    width: 60%;
  }

  .list-value li{
    font-size: 15px;
    line-height: 15px;
  }

  .btn-order span{
    font-size: 16px;
  }

  .box-item-mota{
    gap: 10px;
  }

  .box-info-mota .box-view-mota{
    height: 317.89px;
  }

  .title-section {
    font-size: 50.25px;
    line-height: 45.36px;
    letter-spacing: -3.55px;
  }

  .box-text{
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.36px;
  }

  .box-two-images{
    max-width: 511px;
  }

  .box-two-images figure img{
    max-width: 433px;
  }

  .box-two-images figure.second-image-box .img-fluid{
    max-width: 143px;
  }

  .box-two-images figure.second-image-box img{
    max-width: 77px;
  }
  
  .box-title-new-famel .title-section {
    font-size: 55.83px;
    line-height: 40.55px;
    letter-spacing: -4.73px;
  }

  .title-section div ul{
    margin-left: 20px;
    gap: 6px;
  }

  .title-section div ul li{
    width: 18.82px;
    height: 18.82px;
  }

  .box-new-famel figure img {
    max-width: 661px;
  }

  .box-title-new-famel .title-section{
    padding-left: 25px;
  }

  .box-title-new-famel:before{
    width: 16px;
    height: 11.44px;
    top: -21.47px;
  }

  .box-title-new-famel:after{
    width: 16px;
    height: 11.44px;
    bottom: -19.85px;
  }

  .section-community.section-community-news .title-description {
    font-size: 46.58px;
    line-height: 41.90px;
    letter-spacing: -3.95px;
    margin-bottom: 46.58px;
  }

  #main-nav .navbar-collapse .box-login-register{
    margin-left: 21.41px;
  }

  .box-login-register{
    gap: 26.54px;
  }

  .box-info-mota .title-section {
    font-size: 22.22px;
    line-height: 40.17px;
    letter-spacing: -1.09px;
  }

  .config-item-mota .title-section {
    font-size: 33.25px;
    line-height: 40.17px;
    letter-spacing: -1.96px;
  }

  .config-item-mota{
    margin-top: -6px;
  }

  .section-config-mota .box-config-mota {
    gap: 35px;
  }

  .header-logo{
    padding-top: 74.97px;
  }
  
  .header-config-mota .link-logo{
    margin-bottom: 36.31px;
  }

  .first-box-footer{
    max-width: 226px;
  }

  .first-box-footer a{
    max-width: 311.71px;
  }

  .last-box-footer{
    max-width: 687.18px;
  }
  
  .section-the-motorcycle {
    padding-top: 111.31px;
  }
  
  .box-carousel-motorcicle{
    margin-top: 52.84px;
  }

  .btn-carousel{
    margin-top: -18.71px;
  }

  .btn-carousel img{
    max-width: 37.43px;
  }

  .title-section.icon-red:before {
    bottom: -55.28px;
  }
}

@media (max-width: 1280px){
  .big-title{
    font-size: 208px;
    line-height: 245px;
    letter-spacing: -11px;
  }

  .title-section {
    font-size: 67px;
    line-height: 60px;
    letter-spacing: -4px;
  }
}

@media (max-width: 1199px) {
  #main-nav .navbar-toggler {
    /*display: flex;*/
    align-items: center;
    flex-direction: column;
    border: none;
    gap: 3px;
    padding: 0;
  }

  .list-safety-items{
    width: 100%;
    max-width: initial;
  }  

  .small-description{
    margin-bottom: 60px;
  }

  .security-box-description .box-text{
    max-width: 100%;
  }

  .specs-features .title-section{
    font-size: 33.5px;
    line-height: 34.66px;
    letter-spacing: -2.36px;
  }

  .box-align-list{
    gap: 30px;
  }

  .list-first-items {
    width: 217.22px;
  }

  .specs-features .title-section{
    margin-bottom: 30px;
  }

  .box-align-list{
    justify-content: start;
  }

  .list-safety-items li img{
    width: 25px;
    max-height: 25px;
  }

  .list-safety-items li h1{
    font-size: 17px;
  }
  
  #main-nav .navbar-toggler span {
    display: block;
    background: var(--iceBlue);
    height: 5px;
    width: 40px;
  }
  
  #main-nav .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }

  .config-item-mota{
    max-width: 340px;
  }

  .list-select-type li .btn-primary {
    min-width: 164px;
    height: 164px;
  }

  .list-select-type li .btn-primary{
    padding: 15px 15px;
  }

  .list-select-color li .btn-primary{
    width: 24px;
    height: 24px;
  }

  .box-buttons .btn-primary{
    padding-left: 9px;
  }

  .box-item-mota{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .box-item-mota .item-mota-detail {
    max-width: 177px;
  }

  .title-medium-size{
    font-size: 26px;
    line-height: 35px;
  }

  .box-white .section-box .title{
    font-size: 19.5px;
  }

  .list-items li{
    font-size: 14px;
  }

  .total-title{
    font-size: 18px;
  }

  .form-style label{
    font-size: 16px;
  }

  .btn-order.big-button span:first-child{
    font-size: 17px;
  }

  .btn-primary.button-share{
    font-size: 12px;
  }

  .title-name-buyer {
    font-size: 21.77px;
    line-height: 17.48px;
  }

  .box-white .section-box{
    padding: 23px 30px;
  }

  .btn-submit-plus{
    font-size: 16px;
  }
  
  .big-title{
    font-size: 180px;
    line-height: 196px;
    letter-spacing: -13px;
  }

  .title-section {
    font-size: 54px;
    line-height: 48px;
  }

  .section-community.section-community-news .title-description {
    font-size: 46.58px;
    line-height: 41.90px;
    letter-spacing: -3.95px;
    margin-bottom: 46.58px;
  }

  #main-nav .navbar-collapse .box-login-register{
    margin-left: 15px;
  }

  .box-login-register{
    gap: 15px;
  }

  .box-login-register .btn.btn-primary{
    font-size: 11px;
  }

  .list-select-type li .btn-primary img {
    max-width: 120px;
    max-height: 115.97px;
    margin: 0 auto;
  }
}

@media (max-width: 1148px) {
  .container {
    max-width: 992px;
  }

  .config-item-mota {
    max-width: 335px;
  }

  .section-config-mota .col-lg-7 {
    width: 58%;
  } 
  
  .box-info-mota .box-view-mota {
    height: 275.49px;
  }

  .btn-order.big-button span:first-child{
    font-size: 16px;
  }

  .price-total{
    font-size: 25px;
  }

  .box-new-famel figure img {
    max-width: 599px;
  }

  .box-title-new-famel .title-section{
    padding-left: 30px;
  }

  .box-new-famel .box-btns-new-famel{
    bottom: 56px;
  }
}

@media (max-width: 1120px) {
  #footer-page {
    margin-top: 150px;
  }

  .box-newsletter{
    text-align: center;
  }
  
  .row-footer {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  
  .last-box-footer {
    max-width: 100%;
  }
  
  .box-copy-rights {
    font-size: 10px;
    line-height: 21px;
    text-align: center;
  }
  
  .box-button-footer {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-box .topics-description{
    font-size: 16px;
  }

  .title-name-buyer{
    font-size: 22.77px;
    line-height: 17.48px;
  }

  .box-header-details{
    margin-bottom: 10px;
  }

  #main-nav .navbar-nav .nav-item{
    margin-left: 5px;
  }
}

@media (max-width: 992px) {

  #main-nav .logo-top{
    max-width: 110px;
  }

  #header-home:before {
    right: -20px;
    width: 20px;
    bottom: -13.05px;
    height: 14.05px;
    background-image: url(../../assets/img//icon-red-right.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-settings .box-align-text{
    flex-direction: column;
    align-items: start;
    margin-bottom: 80px;
  }

  .section-settings .box-align-text .title-section{
    margin-bottom: 0;
  }

  .carousel-styles .small-container{
    padding: 0 30px;
  }

  .small-description{
    margin-bottom: 40px;
  }

  .btn-carousel img{
    max-width: 60px;
  }

  .section-community.section-community-news .header-community-section{
    margin-bottom: 30px;
  }

  .section-community.section-community-news .title-description{
    margin-bottom: 35px;
  }
  
  .title-community{
    max-width: 70%;
    letter-spacing: -5.98px;
  }

  #header-home .title-page {
    margin-left: -20px;
    margin-bottom: -20px;
  }

  .header-logo {
    padding-top: 60px!important;
  }
  
  .header-logo .title-section{
    margin-bottom: 60px;
    max-width: 465px;
  }

  .header-logo .link-logo{
    margin-bottom: 60px;
  }

  .header-logo.header-community-news {
    padding-top: 60px!important;
    padding-bottom: 60px;
  }

  .link-logo img{
    width: 250px;
    height: auto;
  }

  .mobile-item{
    display: flex;
  }

  .desck-item{
    display: none;
  }

  .mobile-item .box-text{
    padding-bottom: 0;
  }

  .mobile-item .image-title{
    max-height: 100%;
    height: 100%;
    margin-top: 0;
  }
  
  .mobile-item .image-title img{
    max-height: 100%;
    height: 100%;
    object-fit: cover;
  }

  .figure.mobile-item{
    margin-right: -30px;
    margin-left: -30px;
  }

  .big-title{
    font-size: 130px;
    line-height: 100px;
    margin-top: -76px;
    margin-bottom: -179px;
  }

  .box-two-images{
    max-width: inherit;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  
  .box-two-images figure.second-image-box{
    bottom: -124px;
    max-width: 208px;
  }
  .box-two-images figure.second-image-box img:last-child{
    max-width: 80px;
  }

  .description-legado-mobile .box-text{
    padding-right: 240px;
    margin-bottom: 60px;
  }

  .section-sustainability{
    margin-top: 80px;
  }

  .box-header-title-section{
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-bottom: 100px;
  }

  .list-arrow-item{
    padding-left: 60px;
  }

  .section-sustainability .box-text{
    padding-left: 60px;
  }

  .carousel-styles .small-container{
    padding: 0;
  }

  .carousel-styles .header-carousel{
    min-height: 303.5px;
    margin-bottom: 25px;
  }

  .section-carousel-battery .container{
    top: 225px;
  }

  .carousel-styles .content-carousel .box-text{
    line-height: 28px;
    margin-bottom: 30px;
  }

  .section-border-corner .first-corner{
    left: -15px;
  }

  .section-border-corner .last-border{
    right: -15px;
  }

  .fun-security .title-section:before{
    left: -30px;
  }

  .fun-security .title-section:after{
    right: -30px;
  }

  .section-community .small-container{
    padding: 0 30px;
  }

  .btn-order.invert span:last-child{
    padding: 16.37px 25px;
  }
  
  .container {
    padding: 0 30px;
  }
  
  .section-the-motorcycle {
    padding-top: 88.4px;
  }
  
  .title-section.icon-red span {
    display: block;
  }
  
  .box-carousel-motorcicle {
    margin-top: 0;
  }
  
  .title-section.icon-red:before {
    left: -10.3px;
    width: 20px;
    height: 14.05px;
    bottom: -11px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .box-carousel-motorcicle {
    margin-left: -30px;
    margin-right: -30px;
  }
  
  .btn-carousel img {
    max-width: 40px;
  }
  
  .box-carousel-motorcicle .owl-dots {
    bottom: -43px;
  }
  
  .box-carousel-motorcicle .owl-dots .owl-dot {
    background: var(--iceBlue);
  }
  
  .box-carousel-motorcicle .btn-order {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 25px;
  }
  
  .btn-order span {
    font-size: 15px;
    line-height: 15px;
    padding: 14px 21px;
  }

  .btn-order span:last-child {
    padding: 9px 7.32px;
  }
  
  .btn-order span img {
    max-height: 23.73px;
    max-width: 30.68px;
  }
  
  .title-section.title-image br {
    display: none;
  }
  
  .title-section.title-image img {
    display: inline;
    margin-bottom: -16px;
    margin-left: 15px;
  }
  
  .mb-section-motorcicle > img {
    display: none;
  }
  
  .mb-section-motorcicle {
    margin-bottom: 100px;
  }
  
  .list-first-items:before {
    right: -30px;
  }
  
  .mb-section-motorcicle {
    margin-top: 100px;
  }
  
  .mobile-visible {
    display: block;
    max-width: 630.80px;
    margin: auto;
  }
  
  .box-list-motorcicle {
    max-width: 630.80px;
    margin: auto!important;
    margin-bottom: 60px!important;
  }
  
  .box-list-motorcicle .list-last-info {
    display: none;
  }
  
  .list-first-items {
    max-width: auto;
    width: 100%;
  }
  
  .list-first-items:before {
    display: none;
  }
  
  .list-last-info {
    padding-left: 46px;
  }
  
  .box-border.padding {
    margin-bottom: 0px!important;
  }
  
  .box-small-description {
    max-width: 630.80px;
    margin: auto;
    margin-bottom: 30px;
  }
  
  #header-home .title-page {
    font-size: 84px;
    line-height: 67.3px;
    letter-spacing: -4.47px;
  }
  
  .title-section.icon-red {
    font-size: 54.6px;
    line-height: 47px;
  }
  
  .title-section {
    font-size: 55.6px;
    line-height: 50px;
  }
  
  .mb-section-motorcicle {
    max-width: 569px;
  }
  
  .hidden-mobile {
    display: none;
  }
  
  .list-last-info li:last-child {
    margin-bottom: 9px;
  }
  
  .box-title-new-famel .title-section {
    font-size: 55px;
    line-height: 45.7px;
    letter-spacing: -6.79px;
  }
  
  .title-section div ul li {
    display: block;
    width: 25px;
    height: 25px;
  }
  
  .title-section div ul {
    margin-left: 25px;
    gap: 5px;
  }
  
  #main-nav .navbar-toggler {
    display: flex;
  }
  
  .logo-footer {
    max-width: 180px;
    margin: auto;
    margin-bottom: 20px;
  }

  .title-section.center-title{
    margin-bottom: 80px!important;
  }

  .title-community{
    margin-top: -72px;
  }

  .header-contact.header-logo .title-section {
    margin-bottom: 15px;
  }

  .form-style label{
    font-size: 15px;
  }

  .small-container{
    padding: 0 15px;
  }

  .list-items-order li{
    font-size: 14px;
    line-height: 16px;
  }

  .garage-list li .box-info-garage .btn-order.btn-small-not-bg span:first-child{
    padding: 12px 17px;
  }

  .garage-list li .box-info-garage .btn-order span {
    font-size: 15px;
  }

  .config-item-mota {
    max-width: 260px;
  }

  .section-config-mota .col-lg-7 {
    width: 61%;
  }

  .config-item-mota .title-section {
    font-size: 29.93px;
    line-height: 48.56px;
  }

  .box-info-mota .title-section {
    font-size: 28.84px;
    line-height: 54.56px;
  }

  .box-info-mota .box-view-mota {
    height: 268.49px;
  }

  .list-select-type li .btn-primary img {
    max-width: 88px;
    max-height: 115.97px;
    margin: 0 auto;
  }

  .title-topic{
    font-size: 17px;
    line-height: 16px;
  }

  .sub-title-description{
    font-size: 13px;
    line-height: 25px;
  }

  .list-select-type li .btn-primary {
    min-width: 124px;
    height: 124px;
  }

  .list-select-type li .title {
    font-size: 14.44px;
    line-height: 13.17px;
    min-height: 40px;
  }

  .list-select-type li .btn-primary {
    padding: 12px 12px;
  }

  .box-align-color{
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 15px;
  }

  .list-value li {
    font-size: 12px;
    line-height: 12px;
  }

  .list-value li{
    padding: 15px;
  }

  .btn-clear{
    font-size: 12px;
  }

  .btn-clear svg{
    width: 18px;
    height: 18px;
  }

  .box-align-color{
    margin-bottom: 30px;
  }

  .box-buttons{
    flex-direction: column;
  }

  .box-buttons .btn-primary:first-child{
    width: 100%;
  }

  .box-buttons .btn-primary:last-child{
    width: 100%;
  }

  .btn-order.big-button span:first-child {
    font-size: 14px;
    padding: 12px 25px;
  }

  .title-section{
    letter-spacing: -3px;
  }

  .title-red{
    font-size: 28.35px;
    line-height: 31.69px;
    letter-spacing: -3.5px;
  }

  .box-info-confirm-order .icon{
    font-size: 52.2px;
  }

  .box-two-images figure img{
    max-width: initial;
    width: 100%;
  }

  .box-two-images figure.second-image-box .img-fluid{
    max-width: 208px;
  }

  .box-new-famel figure img {
    max-width: 463px;
  }

  .box-new-famel figure{
    margin-top: 86px;
  }

  .box-title-new-famel:after{
    bottom: -11.65px;
  }

  .section-sustainability .title-page{
    font-size: 65.47px;
    line-height: 51.58px;
    letter-spacing: -5.86px;
    margin-top: -36px;
  }
  
  .list-arrow-item li {
    font-size: 16px;
    line-height: 12.6px;
    letter-spacing: 0.14px;
    color: var(--saltBlue);
  }

  .section-sustainability .box-text{
    padding-left: 0;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.64px;
  }

  #side-menu .close span{
    margin-top: -11px;
    display: block;
  }

  #side-menu .nv-item.logo-betternav{
    position: absolute;
    top: 20px;
  }

  #side-menu .nv-item.logo-betternav a{
    display: block;
  }

  #side-menu .nv-item.logo-betternav a img{
    max-width: 55px;
  }

  #side-menu .contents{
    margin-top: 60px;
    height: calc(100% - 60px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  #side-menu .nav-link {
    font-family: "Archivo Expanded";
    font-weight: 200;
    text-transform: uppercase;
    font-size: 13px;
    color: var(--Graphite);
    position: relative;
    padding: 10px 13px;
    text-align: center;
    transition: 0.3s;
    position: relative;
    width: fit-content;
    margin: auto;
    justify-content: center;
    display: flex;
    margin: 0;
    width: 100%;
    text-align: center;
  }

  #side-menu .nav-link.active {
    font-weight: 900;
    color: var(--red);
  }

  #side-menu .nav-link.active img {
    filter: sepia(0);
    opacity: 1;
  }

  #side-menu .nav-link img {
    position: absolute;
    top: 5px;
    filter: sepia(1);
    opacity: 0.1;
    transition: 0.3s;
  }

  #side-menu .nav-link:hover img {
    filter: sepia(0);
    opacity: 1;
  }

  #side-menu .nav-link img:first-child {
    left: 0;
  }

  #side-menu .nav-link img:last-child {
    right: 0;
  }

  #side-menu .box-login-register{
    width: 100%;
    justify-content: space-between;
  }

  #main-nav {
    position: relative;
    z-index: 1000;
  }

  #main-nav .container{
    position: relative;
  }

  #main-nav.scrolled #navcol-1 {
    top: 52px;
  }

  #navcol-1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    transition: transform 0.4s;
    height: 100vh;
    padding: 35px 32px;
  }
  
  #navcol-1:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: var(--saltBlue);
    opacity: 0.85;
    z-index: -1;
  }

  #main-nav.show-menu #navcol-1 {
    transform: translateY(0);
  }

  .navbar-toggler {
    z-index: 1100;
  }

  #main-nav .navbar-nav .nav-item{
    margin: 0;
    margin-bottom: 5px;
  }

  #main-nav .navbar-nav .nav-link{
    font-weight: 200;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.1px;
    background: var(--iceBlue);
    width: 100%;
    padding: 23px;
  }

  #main-nav .navbar-nav .nav-link img{
    display: none;
  }

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

  #main-nav.scrolled .nav-link.link-mobile{
    display: block;
    font-weight: 900;
    color: var(--red);
    position: relative;
    font-family: "Archivo Expanded";
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    transition: 0.3s;
    position: relative;
    width: fit-content;
    padding: 0 15px;
    margin: auto;
  }

  #main-nav.scrolled .nav-link.link-mobile img{
    position: absolute;
    top: -3px;
    filter: sepia(1);
    opacity: 0.1;
    transition: 0.3s;
  }

  #main-nav.scrolled .nav-link.link-mobile img:first-child {
    left: 0;
  }

  #main-nav .navbar-collapse .box-login-register{
    /* display: flex; */
    z-index: 99;
    margin-top: 30px;
    margin-left: 0;
  }

  #main-nav .navbar-collapse .box-login-register .btn-primary{
    font-weight: 900;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: -0.1px;
    background: var(--red);
    color: var(--background);
    width: 100%;
    padding: 23px;
    border-radius: 0;
  }

  #main-nav .navbar-collapse .box-login-register .btn-primary:last-child{
    display: none;
  }

  #main-nav.scrolled .navbar-nav .nav-link{
    font-size: 20px;
  }

  #main-nav .navbar-nav .nav-item.dropdown{
    position: normal;
    display: flex;
    flex-direction: column;
  }

  #main-nav .navbar-nav .nav-item.dropdown .drop-menu{
    height: 0;
    position: relative;
    width: 100%;
    transition: height 0.3s ease;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    padding-top: 0;
  }

  #main-nav.scrolled .navbar-nav .nav-item.dropdown .drop-menu{ 
    padding-top: 0;
  }

  #main-nav .navbar-nav .nav-item.dropdown .drop-menu .dropdown-item{
    width: 100%;
    padding: 15px;
    font-size: 15px;
  }

  #main-nav .navbar-nav .nav-item.dropdown:hover .drop-menu{
    height: 89px;
  }

  #main-nav .navbar-nav .nav-item.dropdown .drop-menu li:first-child{
    margin-top: 2px;
  }
}
.desktop-hidden {
    display: none;
}
@media (max-width: 767px) {
  .list-last-info li {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .desktop-hidden{
    display: inline-block;
  }
  #main-nav {
    padding-top: 15px;
  }
  
  .link-logo img{
    max-width: 200px;
    height: auto;
  }

  .header-logo .title-section{
    margin-bottom: 30px;
  }

  .box-header-legado .col-6{
    width: 100%;
  }

  .box-header-legado .col-6:last-child{
    display: none;
  }

  .box-header-legado .col-6 .box-text-description .box-text{
    max-width: initial;
    margin-bottom: 20px;
  }

  .box-header-legado .col-6 .box-text-description{
    margin-right: 0;
    margin-left: 0;
  }

  .list-years li{
    padding: 30px;
  }

  .list-years li .years-text{
    font-size: 46.6px;
    line-height: 40px;
  }

  .list-years li div{
    padding-top: 40px;
    font-size: 15px;
    line-height: 17px;
  }

  .img-absolut-section{
    max-width: 140px;
    bottom: -30px;
  }

  .box-button-footer.border{
    align-items: center;
    justify-content: center;
  }
  
  #footer-page {
    margin-top: 50px;
  }
  
  .last-box-footer {
    flex-direction: column;
    text-align: center;
  }
  
  .last-box-footer > div:first-child, .last-box-footer > div:nth-child(2), .last-box-footer > div:last-child {
    max-width: 397px;
    margin: auto;
  }
  
  .column-footer .list-network {
    display: none;
  }
  
  .box-button-footer {
    justify-content: space-between;
  }
  
  .box-button-footer .list-network {
    display: flex;
    gap: 20px;
  }
  
  .title-section div.visible-mobile ul {
    display: flex;
    margin-left: 4px;
  }
  
  .title-section div.not-mobile ul {
    display: none;
  }

  .box-title-new-famel{
    position: static;
  }

  .box-new-famel{
    padding-top: 45px;
  }

  .box-new-famel .box-btns-new-famel{
    position: relative;
    bottom: 0;
    margin-top: 30px;
    width: fit-content;
  }

  .box-title-new-famel:before{
    top: 10px;
  }

  .box-title-new-famel:after{
    top: 384px;
    bottom: auto;
  }

  .section-border-corner .first-corner{
    left: 0;
  }

  .carousel-styles .content-carousel .box-text{
    border-bottom: none;
  }

  .section-border-corner .last-border {
    right: 0;
  }  

  .box-button-footer.border:before {
    left: 0!important;
    width: calc(50% - 152px);
  }

  .box-button-footer.border:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    background: var(--frostBlue);
    width: calc(50% - 152px);
    margin-top: -0.5px;
  }

  .border-mobile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center!important;
  }

  .box-button-footer.border-mobile:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background: var(--frostBlue);
    width: calc(50% - 152px);
    margin-top: -0.5px;
  }

  .box-button-footer.border-mobile:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    background: var(--frostBlue);
    width: calc(50% - 152px);
    margin-top: -0.5px;
  }

  .box-border-mobile{
    border: 1px solid var(--frostBlue);
    width: 100%;
    position: relative;
    padding: 25px;
    flex-direction: column;
  }

  .header-contact .row{
    gap: 60px;
  }
  
  .header-contact .row.gap-0{
    gap: 0!important;
  }

  .box-connect{
    max-width: initial;
  }

  .box-connect .box-text{
    margin-left: auto;
    margin-right: auto;
  }

  .header-config .title-section {
    font-size: 39px;
    line-height: 36px;
    letter-spacing: -2.95px;
  }

  .title-icon-section {
    font-size: 25px;
    line-height: 29.97px;
    letter-spacing: -1.4px;
  }  

  .garage-list li .box-info-garage .btn-order.btn-small-not-bg span{
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  .visible-mobile{
      display: flex;
  }

  .header-logo .title-section.visible-mobile{
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .form-style label{
    font-size: 15px;
  }

  .title-medium-size{
    font-size: 24px;
  }

  .margin-mobile-form{
    margin-bottom: 30px;
  }

  .box-white.first-box{
    margin-top: 15px;
  }

  .box-white.first-box.box-billing-details .section-box .description-tax{
    margin-right: 0;
  }

  .box-header-details .title-section{
    font-size: 35.6px;
    line-height: 30px;
    letter-spacing: -3.5px;
  }

  .title-name-buyer{
    margin-bottom: 10px;
  }

  .box-header-details{
    margin-bottom: 20px;
  }

  .title-red {
    font-size: 24.35px;
    line-height: 27.69px;
    letter-spacing: -1.5px;
  }

  .box-info-confirm-order .small-title {
    font-size: 17px;
    line-height: 31.69px;
    letter-spacing: -0.67px;
  }

  .btn-submit-plus img {
    width: 20px;
    height: 20px;
  }

  .btn-submit-plus {
    font-size: 15px;
    gap: 20px;
    justify-content: space-between;
  }

  .title-section{
    font-size: 49.6px;
    line-height: 47px;
  }

  .box-two-images figure img{
    width: 100%;
  }

  .box-title-new-famel .title-section{
    font-size: 48px;
    line-height: 40px;
    letter-spacing: -4px;
  }

  .box-title-new-famel .title-section ul{
    padding-left: 10px;
    margin-left: 4px;
    margin-bottom: 0;
    padding-top: 6px;
  }

  .box-new-famel .box-btns-new-famel{
    left: 34px;
  }

  .box-new-famel figure{
    margin-top: 0;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    justify-content: flex-start;
  }

  .box-new-famel figure img{
    width: 100%;
    object-fit: cover;
    max-width: initial;
    margin-left: 0px;
  }

  .list-arrow-item {
    padding-left: 30px;
  }

  .section-sustainability .box-text {
    padding-left: 30px;
  }

  .box-login-register{
    gap: 10px;
  }

  .box-login-register .btn.btn-primary span{
    width: 47px;
    height: 47px;
    font-size: 20px;
  }

  .box-login-register .btn.btn-primary span i{
    height: 20px;
  }

  .header-contact.header-logo .title-section{
    width: 100%;
    max-width: initial;
    text-align: center;
  }

  .mobile-hidden {
    display: none;
  }

  .item-carousel-settings {
    min-height: calc(50vh);
  }
}

@media (max-width: 736px) {
  .carousel-styles .small-container{
    padding: 0 30px;
  }

  .garage-list li{
    flex-direction: column;
  }

  .garage-list li .box-add-image{
    width: 100%;
  }

  .garage-list li .box-info-garage .btn-order span{
    font-size: 16px;
  }
  
  .garage-list li .box-info-garage .btn-order span:last-child{
    font-size: 22px;
    padding: 5px 7.32px;
    width: 45px;
    height: 45px;
  }

  .btn-order.small-btn-padding span{
    padding: 16px 15px;
  }

  /* .garage-list li > div{
    width: 100%;
  } */

  /* .garage-list li .box-info-garage{
    width: 100%;
    max-width: initial;
  } */

  .box-info-garage .info-order{
    max-width: initial;
    margin-top: 0;
  }

  .list-items-order li{
    flex-direction: row;
    justify-content: space-between;
  }

  .box-info-garage .btn-order span:first-child{
    min-width: initial;
  }

  .box-divider{
    padding-bottom: 60px;
    margin-bottom: 60px;
  }

  .garage-list li .box-info-garage .btn-order.btn-small-not-bg span:last-child{
    font-size: 22px;
    width: 50px;
    height: 50px;
  }

  .section-config-mota .col-lg-7 {
    width: 100%;
  }

  .box-info-mota .box-view-mota {
    height: fit-content;
  }

  .visible-mobile-title-config-mota{
    display: flex;
  }

  .not-visible-mobile-title{
    display: none;
  }

  .box-item-mota.visible-mobile-d-grid{
    display: grid;
    margin-bottom: 25px;
  }

  .btn-order.width-full span:first-child{
    justify-content: center;
  }

  .btn-order.width-full span:first-child{
    width: calc(100% - 45.09px);
  }

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

  .box-info-mota .box-view-mota{
    border: none;
    margin-bottom: 60px;
  }

  .box-info-mota .box-view-mota .border-corner{
    display: none;
  }

  .config-item-mota {
    max-width: initial;
    width: 100%;
  }

  .list-select-type{
    display: flex;
  }

  .list-select-type li .btn-primary{
    height: 174px;
  }

  .box-align-color{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .section-config-mota .box-config-mota{
    flex-direction: column;
  }

  .box-info-mota .box-view-mota {
    height: fit-content;
  }

  .box-item-mota.not-visible-mobile {
    display: none !important;
  }

  .list-select-type li .btn-primary img{
    max-width: 165px;
    width: 100%;
    height: auto;
    max-height: 165px;
  }
}

@media (max-width: 660px) {
  .section-the-motorcycle .title-section.text-right.icon-red {
    padding-left: 0px;
  }

  #header-home {
    min-height: calc(100vh - 67px);
  }

  .big-title{
    font-size: 74px;
    line-height: 60px;
    margin-top: -59px;
    margin-bottom: -156px;
  }

  .box-two-images figure.second-image-box{
    bottom: -39px;
    max-width: 125px;
  }

  .box-two-images figure.second-image-box img:last-child{
    max-width: 33px;
  }

  .description-legado-mobile .box-text{
    padding-right: 150px;
  }

  .section-sustainability .title-page{
    font-size: 68px;
    line-height: 58px;
  }

  .list-arrow-item{
    padding-left: 30px;
  }

  .section-sustainability .box-text{
    padding-left: 30px;
  }

  .box-two-images figure.first-image:after{
    left: -15px;
  }

  .first-box-footer img{
    max-width: 250px;
    display: block;
    height: auto;
    margin: auto;
  }

  .section-border-corner{
    margin-bottom: 0;
  }

  .title-community{
    max-width: 70%;
  }

  .section-community.section-community-news .title-description{
    font-size: 43.21px;
    line-height: 49.5px;
    letter-spacing: -4px;
  }
  
  #header-home .title-page {
    font-size: 62px;
    line-height: 45.3px;
    letter-spacing: -1.53px;
  }
  
  .title-section.icon-red {
    font-size: 34px;
    line-height: 40px;
  }
  
  .title-section {
    font-size: 41.6px;
    line-height: 36px;
    letter-spacing: -5.5px;
  }
  
  .mb-section-motorcicle {
    max-width: 419px;
    margin-bottom: 40px;
  }
  
  .mb-section-motorcicle img {
    max-width: 59.9px;
  }
  
  .title-section div.mobile-visible {
    display: flex;
    align-items: flex-end;
  }

  .title-section div.hidden-mobile {
    display: none;
  }

  .box-copy-rights {
    letter-spacing: 7px;
  }

  .section-community .small-container{
    padding: 0 15px;
  }

  .title-community {
    margin-top: -66px;
  }

  .box-connect{
    padding: 30px;
  }

  .title-section {
    font-size: 34.6px;
    line-height: 29px;
    letter-spacing: -1.5px;
  }

  .box-info-confirm-order .icon{
    margin-top: -40px;
    margin-bottom: 40px;
  }

  .header-logo .title-section{
    max-width: 300px;
  }
  
  .header-confirm-order.header-logo .title-section{
    max-width: 355px;
  }
}

@media (max-width: 550px) {
  .tiktok {
    height: 20px;
    margin-bottom: 5px;
  }
  .header-logo {
    padding-top: 40px !important;
  }
  .title-section.center-title {
    margin-bottom: 40px !important;
  }
  .box-info-mota .box-view-mota {
    margin-bottom: 0px;
  }
  #header-home:before {
    right: -14px;
    width: 14px;
    bottom: -8.05px;
    height: 9.05px;
  }

  .list-years li .years-text {
    font-size: 38.6px;
    line-height: 32px;
  }

  .list-years li {
    padding: 30px 15px;
  }

  .section-sustainability {
    margin-top: 30px;
    background-position-x: -640px;
  }

  .section-sustainability .title-page {
    font-size: 48px;
    line-height: 40px;
  }

  .section-sustainability .box-text, .list-arrow-item {
    padding-left: 0;
  }

  .box-button-footer.border:before, .box-button-footer.border:after{
    width: calc(50% - 100px);
  }

  .box-button-footer.border-mobile:before, .box-button-footer.border-mobile:after{
    width: calc(50% - 100px);
  }

  .container {
    padding: 0 15px;
  }
  
  #header-home .title-page {
    font-size: 44px;
    line-height: 35.3px;
    margin-left: -8px;
    margin-bottom: -8px;
    letter-spacing: -0.43px;
  }

  .figure.mobile-item {
    margin-right: -15px;
    margin-left: -15px;
  }

  .box-two-images figure.second-image-box{
    bottom: -3px;
  }

  .description-legado-mobile .box-text{
    padding-right: 0;
  }
  
  .box-carousel-motorcicle {
    margin-left: -15px;
    margin-right: -15px;
  }

  .box-text-description{
    margin-right: 0;
    margin-left: 0;
  }

  .btn-famel{
    font-size: 12px;
    line-height: 12px;
    padding: 10px 21px;
    min-width: 163.69px;
  }

  .box-new-famel .box-btns-new-famel{
    gap: 5px;
  }

  .box-new-famel .box-btns-new-famel{
    left: 0;
  }

  .box-title-new-famel:before{
    top: -20px;
    left: -10px;
    background-repeat: no-repeat;
  }

  .section-the-motorcycle {
    padding-top: 40px;
  }
  
  .btn-carousel {
    padding: 0 15px;
    margin-top: -12.5px;
  }
  
  .btn-carousel img {
    max-width: 25px;
  }
  
  .btn-order span:first-child {
    min-width: 130px;
  }
  
  .btn-order span {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 21px;
  }
  
  .btn-order span img {
    max-height: 13.73px;
  }
  
  .box-carousel-motorcicle .btn-order {
    bottom: 15px;
  }
  
  .box-carousel-motorcicle .owl-dots {
    bottom: -33px;
  }

  .box-carousel-motorcicle .owl-dots .owl-dot {
    margin-left: 6px;
  }

  .box-new-famel {
    padding-top: 80px;
  }
  
  .box-title-new-famel {
    position: relative;
  }
  
  .box-title-new-famel .title-section {
    padding-left: 0;
    font-size: 41px;
    line-height: 32.7px;
  }
  
  .title-section div ul li {
    width: 18px;
    height: 18px;
  }

  .box-title-new-famel:before {
    background-size: cover;
    width: 14.6px;
    height: 10.05px;
  }

  .box-new-famel .box-btns-new-famel{
    margin-top: 15px;
  }

  .box-title-new-famel:after {
    background-size: cover;
    width: 14.6px;
    height: 10.05px;
    left: -10px;
  }

  .box-border.padding{
    padding: 25px;
  }

  .mb-section-motorcicle{
    margin-top: 60px;
  }

  .carousel-styles .small-container {
    padding: 0 15px;
  }

  .fun-security .title-section:before{
    left: -15px;
  }

  .fun-security .title-section:after{
    right: -15px;
  }

  .section-community.section-community-news .title-description{
    font-size: 28.21px;
    line-height: 31.5px;
    letter-spacing: -2.95px;
  }

  .title-description{
    font-size: 28.21px;
    line-height: 31.5px;
    letter-spacing: -3px;
  }

  .btn-order.invert span:last-child {
    padding: 12.87px 25px;
  }

  .box-text{
    font-size: 15px;
    line-height: 32px;
  }

  .garage-list li div:first-child{
    width: 100%;
  }

  .garage-list li .box-info-garage .btn-order.btn-small-not-bg span{
    font-size: 14px;
  }

  .title-icon-section {
    font-size: 25px;
    line-height: 25.97px;
  }

  .title-icon-section span{
    font-size: 27px;
    width: 45px;
    height: 45px;
  }

  .garage-list.width-full.list-billing-details .width-full > .row{
    --bs-gutter-x: 0;
  }

  .box-header-details .title-section {
      font-size: 25.6px;
      line-height: 21px;
      letter-spacing: -2.5px;
  }

  .box-title-new-famel:after {
    top: 249px;
    bottom: auto;
  }

  .box-new-famel figure{
    margin-top: 30px;
    transform: translateX(-50%);
  }

  .box-new-famel figure img{
    margin-left: 0px;
  }

  .box-header-login-network .list-network{
    gap: 10px;
  }

  .list-network li a{
    font-size: 20px;
  }
}

@media (max-width: 400px){
  .box-login-register {
    gap: 6px;
  }

  .box-login-register .btn.btn-primary{
    font-size: 11px;
  }

  .box-login-register .btn.btn-primary span{
    width: 35px;
    height: 35px;
    font-size: 15px;
  }

  .box-login-register .btn.btn-primary span i {
    height: 15px;
  }
}

.lang-selector {
  font-family: "Archivo Expanded";
  font-weight: 700;
  font-size: 13px;
  color: var(--Graphite);
  text-transform: uppercase;
  letter-spacing: -0.79px;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  background: transparent;
  padding: 0;
}

.lang-selector:hover, .lang-selector:focus, .lang-selector:active {
  background: transparent!important;
  opacity: 0.7;
}

@media (max-width: 992px) {
 
    .hide-mobile {
        display: none;
    }   
}
li.home-color-selector {
    position: relative;
    cursor: pointer;
}

li.home-color-selector svg{
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -22.5px;
    margin-top: -22.5px;
}

li.home-color-selector svg{ 
    color: #ffffff;
    display: none;
}

li.home-color-selector.active svg{ 
    display: block;
}

li.home-color-selector.white svg{ 
    color: #000000;
}