/*=================================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 250px;
  padding: 132px 0 76px;
  color: #000;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  padding-left: 0 !important;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: flex;
  padding: 14px 15px 16px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  align-items: center;
}
.rd-mobilemenu_ul ul a {
  padding: 8px 25px 8px;
}
.rd-mobilemenu_ul li.active a {
  background: rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.rd-mobilemenu_ul a:hover {
  background: rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.rd-mobilemenu_ul li a > span {
  display: inline-flex;
  width: 55px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle::after {
  content: "\f078";
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #fff;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul::after {
  content: "";
  display: block;
  height: 20px;
}
.rd-mobilemenu_ul a img.hover2 {
  display: none;
}
.rd-mobilemenu_ul a div {
  display: flex;
  align-items: center;
}
.rd-mobilemenu_ul a div img {
  width: 19px;
  margin-right: 8px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
  background: #005059;
}

.rd-mobilepanel_title {
  position: absolute;
  padding-top: 0;
  margin-top: 0;
  text-align: center;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}

.rd-mobilepanel_toggle {
  position: absolute;
  border: none;
  background: none;
  top: 22px;
  left: 25px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span::after,
.rd-mobilepanel_toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span::after {
  top: 8px;
}
.rd-mobilepanel_toggle span::after,
.rd-mobilepanel_toggle span::before,
.rd-mobilepanel_toggle span {
  width: 25px;
  height: 3px;
  background-color: #fff;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span::before,
.rd-mobilepanel_toggle span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background 0.3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span::before,
.rd-mobilepanel_toggle.active span::after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rd-mobilepanel_title .btnCart {
  position: absolute;
  top: 16px;
  right: -25px;
  font-size: 16px;
  color: #fff;
  font-family: "SupremeLLTT Light";
  font-weight: 300;
}
.rd-mobilepanel_title .btnCart .fa {
  font-size: 24px;
  margin-right: 5px;
}

@media (max-width: 1199px) {
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
  .rd-mobilepanel_toggle {
    top: 4px;
    left: 15px;
  }

  .rd-mobilemenu_ul a.rd-with-ul span.ico2b {
    display: none;
  }
}

.rd-mobilepanel #logoMovil {
  top: 13px;
  margin: auto;
  left: auto;
  display: block;
  position: relative;
  width: 140px;
}
.rd-mobilepanel #logoMovil img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  #sliderTop {
    height: auto;
  }
  #sliderTop .slides li {
    height: auto;
    background: transparent !important;
  }
  #sliderTop .slides li img.sliderImg {
    display: block;
  }
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 374px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 425px;
  }
  .flex-control-nav {
    margin-left: -470px;
  }
  .botonesWhats a.whats {
    width: 170px;
    margin-bottom: 8px;
  }
  #menu > ul > li {
    padding: 0 10px;
    height: 68px;
  }
  #menu > ul > li > a {
    font-size: 12px;
    letter-spacing: 0px;
    height: 68px;
  }
  .mailTop a {
    font-size: 17px;
  }
  .itemCarouselBanner1 {
    padding-right: 40px;
    padding-left: 91px;
  }
  .itemCarouselBanner1 img {
    width: 250px;
  }
  .swiperMotos {
    max-width: 400px;
  }
  .sliderCntTop {
    padding-top: 223px;
    padding-bottom: 20px;
  }
  .swiperMotos::before {
    bottom: -82px;
    left: calc(50% - 420px);
    width: 840px;
    height: 170px;
    margin-left: 30px;
  }
  .cntCatalogo2 figure {
    height: 165px;
    padding-right: 100px;
  }
  .catalogo2 .cntCatalogo2 figure {
    padding-right: 20px;
  }
  .cntCatalogo2 .mas img {
    width: 120px;
  }
  .textCredito1 {
    font-size: 54.65px;
    line-height: 59.45px;
    margin-top: 30px;
  }
  .textCredito2 {
    font-size: 81.69px;
    margin-top: 26px;
    margin-bottom: 20px;
  }
  .textCredito2 div {
    font-size: 64.85px;
  }
  .btnCredito {
    width: 538px;
    height: 93px;
    font-size: 45.76px;
  }
  #tcontacto2::before {
    height: 340px;
  }
  .cntRedesCont2 {
    font-size: 17px;
    padding-top: 30px;
  }
  .titleCont2b {
    font-size: 30px;
    margin-bottom: 10px;
    padding-bottom: 12px;
  }
  .titlecont2c {
    font-size: 20px;
  }
  .imgcont22a {
    width: 200px;
  }
  .textodirCont2a {
    font-size: 13px;
  }
  .cntContacto2 {
    height: 470px;
    padding-bottom: 0px;
  }
  .itemContacto2a {
    width: 50%;
    padding-top: 150px;
    justify-content: flex-start;
  }
  .itemContacto2b {
    width: 50%;
    padding-top: 76px;
    justify-content: flex-end;
  }
  .titleGarantia2 {
    font-size: 26px;
  }
  .titleGarantia3 {
    font-size: 40px;
  }
  .itemGarantia3 {
    margin-right: 20px;
    margin-bottom: 55px;
  }
  .titleGarantia5-1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 38px;
  }
  .titleGarantia5-2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .titleGarantia5-2 span {
    font-size: 40px;
  }
  .btnCredito3 {
    width: 400px;
    height: 100px;
    margin-top: 40px;
    font-size: 30px;
    line-height: 64px;
  }
  .imgGarantia5a {
    width: 400px;
  }
  .itemGarantia3 img {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
  }
  .titCategorias1 {
    font-size: 150px;
    line-height: 0.93;
    margin-bottom: 20px;
  }
  .titCategorias2,
  .titCategorias3 {
    font-size: 30px;
    line-height: 45px;
  }
  .titCategorias4 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 20px;
  }
  .itemProductos1 {
    width: calc(33.333% - 15px);
    margin-right: 22.5px;
    margin-bottom: 40px;
  }
  .itemProductos1:nth-child(2n + 2) {
    margin-right: 22.5px;
  }
  .itemProductos1:nth-child(3n + 3) {
    margin-right: 0;
  }
  .itemProductos1 .precioProd {
    height: 120px;
    padding-left: 20px;
    padding-right: 80px;
    font-size: 18px;
    line-height: 34px;
    padding-top: 25px;
  }
  .itemProductos1 .precioProd::before {
    width: 50px;
    height: 50px;
    top: 32px;
    right: 20px;
  }
  .precioMoto {
    font-size: 20px;
  }
  .conteDetalles2 {
    flex-wrap: nowrap;
    padding: 17px 25px 17px 15px;
  }
  .itemDet2 {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
  }
  .itemDet2 .text1 {
    font-size: 24px;
  }
  .itemDet2.cforce-1000-overland .text1 {
    font-size: 16px;
  }
  .especificacion {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
    font-size: 15px;
    line-height: 24px;
  }
  .especificacion .tit {
    font-size: 18px;
  }
  .itemDet3a {
    width: 50%;
    padding-left: 43px;
    padding-top: 15px;
  }
  .itemDet3b {
    padding-top: 0;
    width: 50%;
    padding-left: 36px;
  }
  .titleDetProd {
    padding-left: 57px;
    margin-bottom: 32px;
    font-size: 25px;
    line-height: 33px;
  }
  .itemCart1 {
    width: calc(100% - 278px);
    padding-right: 128px;
    padding-left: 20px;
  }
  .itemCart2 {
    padding-top: 0px;
    width: 278px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .titleBottomCart1-2 {
    padding-left: 52px;
    padding-right: 15px;
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  #logo {
    display: block;
  }
  #darkTop {
    margin-top: 0px;
  }
  #menu {
    display: block;
  }
  .contentDarkTop {
    height: 132px;
  }
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 480px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 531px;
  }
  #sliderTop::before {
    top: 0;
  }
  body::before {
    top: 0;
    height: 132px;
  }
  .flex-control-nav {
    margin-left: -569px;
  }
  .container {
    width: 1200px;
  }
  .botonesWhats a.whats {
    width: 200px;
    margin-bottom: 8px;
  }
  .titleBottomCart1-1 a {
    width: 500px;
    height: 95px;
    font-size: 25px;
    line-height: 35px;
  }
  .titleBottomCart1-1 a div {
    padding-left: 40px;
    padding-right: 50px;
  }
  .btn-subir {
    font-size: 20px;
    line-height: 22px;
  }
  .titleFrmResumen,
  .textChekEnvio,
  .cntInstruciones {
    font-size: 22px;
    line-height: 28px;
  }
  .infoenvio {
    font-size: 19.83px;
  }
  .titleFrmResumen .tit2 {
    font-size: 32.65px;
    line-height: 39px;
  }
  .titleFrmResumen .folio {
    line-height: 59px;
    padding-left: 10px;
    padding-right: 12px;
    font-size: 32.65px;
  }
  .titleDatCom1 {
    width: 155px;
    height: 48px;
    margin-right: 9px;
    font-size: 23.23px;
    line-height: 48px;
    padding-left: 6px;
  }
  .titleDatCom2 {
    width: calc(100% - 164px);
    font-size: 23px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 46px;
  }
  #menu > ul > li {
    padding: 0 10px;
    height: 68px;
  }
  #menu > ul > li > a {
    font-size: 13px;
    letter-spacing: 0px;
    height: 68px;
  }
  .buscador {
    position: absolute;
    top: 2.5px;
    left: 15px;
    width: 160px;
    height: 61px;
  }
  .buscador::before {
    width: calc(100% + 200px);
    border: 0;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
  }
  .buscador form input.form-control {
    font-size: 21px;
    height: 61px;
    border-radius: 0;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
    text-align: right;
    padding-right: 65px;
    padding-left: 12px;
  }
  .buscador form input[type="submit"] {
    top: 15px;
  }
  .cntBtnCart {
    top: 2.5px;
    right: 15px;
    width: 160px;
    display: flex;
  }
  .mailTop a {
    font-size: 17px;
  }
  #topMenu {
    padding-top: 0;
  }
  .itemCarouselBanner1 img {
    width: 300px;
  }
  .swiperMotos {
    max-width: 696px;
  }
  .sliderCntTop {
    padding-top: 200px;
    padding-bottom: 85px;
  }
  .swiperMotos::before {
    bottom: -119px;
    left: calc(50% - 597px);
    width: 1194px;
    height: 235px;
    margin-left: 30px;
  }
  #sliderTop {
    margin-top: 0px;
  }
  .logoCatalogo {
    width: 300px;
    height: 90px;
    padding: 15px;
  }
  .titleSubcategoria {
    width: 500px;
    height: 140px;
    font-size: 40px;
  }
  .titleCatalogo1A {
    margin-top: 40px;
    font-size: 60px;
  }
  .titleCatalogo1B {
    margin-top: 6px;
    font-size: 32px;
    margin-bottom: 20px;
  }
  .cntCatalogo2 figure {
    height: 200px;
    padding-right: 100px;
  }
  .catalogo2 .cntCatalogo2 figure {
    padding-right: 20px;
  }
  .cntCatalogo2 .mas img {
    width: 160px;
  }
  #ubicacion {
    padding-top: 131px;
    padding-bottom: 62px;
  }
  .itemUbicacion1 {
    padding-right: 60px;
    font-size: 36.09px;
    line-height: 39px;
  }
  .logoUbicacion1 {
    width: auto;
    margin-bottom: 54px;
  }
  .imgmotoUbi1 {
    margin-top: 0px;
  }
  .titleGarantia1 {
    font-size: 31.59px;
  }
  #tcontacto2::before {
    height: 400px;
  }
  .cntRedesCont2 {
    font-size: 20px;
    padding-top: 30px;
  }
  .titleCont2b {
    font-size: 35px;
    margin-bottom: 10px;
    padding-bottom: 12px;
  }
  .titlecont2c {
    font-size: 25px;
  }
  .imgcont22a {
    width: 300px;
  }
  .textodirCont2a {
    font-size: 16px;
  }
  .cntContacto2 {
    height: 500px;
  }
  .itemContacto2a {
    width: 50%;
    padding-top: 217px;
  }
  .itemContacto2b {
    width: 50%;
    padding-top: 76px;
  }
  .titContacto1 {
    font-size: 55px;
    line-height: 66px;
    height: 136px;
  }
  #frmContacto .form-group label {
    font-size: 26.47px;
    line-height: 32px;
  }
  #frmContacto .row {
    margin: 0 -38px;
  }
  #frmContacto div[class*="col-"] {
    padding: 0 38px;
  }
  .titleGarantia2 {
    font-size: 26px;
  }
  .titleGarantia3 {
    font-size: 40px;
  }
  .itemGarantia3 {
    margin-right: 30px;
    margin-bottom: 55px;
  }
  .titleGarantia5-1 {
    font-size: 40px;
    line-height: 70px;
    margin-top: 30px;
    margin-bottom: 38px;
  }
  .titleGarantia5-2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .titleGarantia5-2 span {
    font-size: 40px;
  }
  .btnCredito3 {
    width: 400px;
    height: 100px;
    margin-top: 40px;
    font-size: 30px;
    line-height: 64px;
  }
  .itemGarantia3 img {
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
  }
  .imgGarantia5a {
    width: auto;
  }
  .titCategorias1 {
    font-size: 200px;
    line-height: 0.93;
    margin-bottom: 20px;
  }
  .titCategorias2,
  .titCategorias3 {
    font-size: 40px;
    line-height: 55px;
  }
  .titCategorias4 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 20px;
  }
  .itemProductos1 {
    width: calc(33.333% - 31.66px);
    margin-right: 47.5px;
    margin-bottom: 45px;
  }
  .itemProductos1:nth-child(2n + 2) {
    margin-right: 47.5px;
  }
  .itemProductos1:nth-child(3n + 3) {
    margin-right: 0px;
  }
  .itemProductos1 .precioProd {
    height: 120px;
    padding-left: 20px;
    padding-right: 80px;
    font-size: 18px;
    line-height: 34px;
    padding-top: 25px;
  }
  .itemProductos1 .precioProd::before {
    width: 50px;
    height: 50px;
    top: 32px;
    right: 20px;
  }
  .precioMoto {
    font-size: 20px;
  }
  .preciosSujetos {
    font-size: 50px;
    line-height: 1.2;
  }
  .itemDet1a {
    width: calc(50% - 152px);
    padding-top: 68px;
  }
  .itemDet1b {
    padding-top: 0;
    width: calc(50% + 152px);
  }
  .titulodelProductoDet {
    font-size: 45px;
  }
  .descripcionMoto1 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
  .textoTituloPrecio {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .precioProdDet {
    height: 60px;
    font-size: 40px;
    line-height: 30px;
  }
  .itemManual1 {
    font-size: 14px;
    line-height: 23px;
  }
  .textNotaDet1 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .itemManual1 .manualBtnDet1 img {
    margin-left: 0;
    margin-top: 5px;
  }
  .itemDet2 {
    font-size: 15px;
    line-height: 24px;
  }
  .itemDet2 .text1 {
    font-size: 30px;
  }
  .itemDet2.cforce-1000-overland .text1 {
    font-size: 18px;
  }
  .especificacion {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
    font-size: 15px;
    line-height: 24px;
  }
  .especificacion .tit {
    font-size: 18px;
  }
  .colorActual img {
    width: 80px;
  }
  .titleDetProd {
    padding-left: 57px;
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 33px;
  }
}

@media (max-width: 1200px) {
  body::before {
    background: rgb(1, 49, 57);
  }
}

@media (max-width: 1300px) {
  #accesoriosRefacciones .imgBtnAccesorios {
    max-width: 250px;
  }
}

@media (min-width: 1300px) {
  .flex-control-nav {
    margin-left: -600px;
  }
  #textCarrito1 {
    padding-bottom: 135px;
    padding-top: 64px;
  }
}

@media (min-width: 1450px) {
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 528px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 582px;
  }
  .container {
    width: 1450px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    content: "";
    position: absolute;
    top: calc(50% - 49.5px);
    width: 99px;
    height: 99px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    left: auto;
    right: 0;
    margin-left: 0px;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    right: auto;
    left: 0px;
    margin-left: 0px;
  }
  .botonesWhats a.whats {
    width: 251px;
    margin-bottom: 10px;
  }
  .titleBottomCart1-1 a {
    width: 568px;
    height: 95px;
    font-size: 29px;
    line-height: 35px;
  }
  .titleBottomCart1-1 a div {
    padding-left: 40px;
    padding-right: 50px;
  }
  .btn-subir {
    font-size: 23.3px;
    line-height: 22px;
  }
  #menu > ul > li {
    padding: 0 10px;
    height: 68px;
  }
  #menu > ul > li > a {
    font-size: 13px;
    letter-spacing: 0px;
    height: 68px;
  }
  .buscador {
    top: 2.5px;
    left: 15px;
    width: 230px;
    height: 61px;
  }
  .cntBtnCart {
    top: 2.5px;
    right: 15px;
    width: 230px;
  }
  .mailTop a {
    font-size: 21.22px;
  }
  .itemCarouselBanner1 img {
    width: 400px;
  }
  .logoCatalogo {
    width: 350px;
    height: 100px;
    padding: 15px;
  }
  .titleSubcategoria {
    width: 750px;
    height: 160px;
    font-size: 50px;
  }
  .titleCatalogo1A {
    margin-top: 45px;
    font-size: 70px;
  }
  .titleCatalogo1B {
    margin-top: 10px;
    font-size: 40px;
    margin-bottom: 30px;
  }
  .cntCatalogo2 figure {
    padding-right: 100px;
    height: 264px;
  }
  .catalogo2 .cntCatalogo2 figure {
    padding-right: 20px;
  }
  .cntCatalogo2 .mas img {
    width: 160px;
  }
  #tcontacto2::before {
    height: 480px;
  }
  .cntRedesCont2 {
    font-size: 24px;
    padding-top: 30px;
  }
  .titleCont2b {
    font-size: 45px;
    margin-bottom: 10px;
    padding-bottom: 12px;
  }
  .titlecont2c {
    font-size: 30px;
  }
  .imgcont22a {
    width: 350px;
  }
  .textodirCont2a {
    font-size: 19px;
  }
  .cntContacto2 {
    height: 652px;
  }
  .titleGarantia5-1 {
    font-size: 50px;
    line-height: 70px;
    margin-top: 30px;
    margin-bottom: 38px;
  }
  .titleGarantia5-2 {
    font-size: 80px;
    margin-bottom: 30px;
  }
  .titleGarantia5-2 span {
    font-size: 60px;
  }
  .btnCredito3 {
    width: 520px;
    height: 120px;
    margin-top: 40px;
    font-size: 40px;
    line-height: 64px;
  }
  .titCategorias1 {
    font-size: 250px;
    line-height: 0.93;
    margin-bottom: 20px;
  }
  .titCategorias2,
  .titCategorias3 {
    font-size: 50px;
    line-height: 55px;
  }
  .titCategorias4 {
    font-size: 40px;
    line-height: 46px;
    margin-top: 20px;
  }
  .itemProductos1 .precioProd {
    height: 120px;
    padding-left: 58px;
    padding-right: 150px;
    font-size: 20px;
    line-height: 34px;
    padding-top: 25px;
  }
  .itemProductos1 .precioProd::before {
    width: 90px;
    height: 90px;
    top: 8px;
    right: 31px;
  }
  .precioMoto {
    font-size: 20px;
  }
  .titulodelProductoDet {
    font-size: 70px;
  }
  .descripcionMoto1 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 10px;
  }
  .textoTituloPrecio {
    font-size: 25px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .precioProdDet {
    height: 80px;
    font-size: 40px;
    line-height: 30px;
  }
  .itemManual1 {
    font-size: 15px;
    line-height: 23px;
  }
  .textNotaDet1 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .coloresDisponibles .tit {
    font-size: 37.85px;
    line-height: 41px;
    padding-bottom: 17px;
    padding-top: 37px;
  }
  .itemDet2 {
    font-size: 18px;
    line-height: 24px;
    max-width: 490px;
  }
  .itemDet2 .text1 {
    font-size: 40px;
  }
  .itemDet2.cforce-1000-overland .text1 {
    font-size: 25px;
  }
  .titleDetalles3 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .especificacion {
    padding-top: 22px;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 67px;
    font-size: 18px;
    line-height: 27px;
  }
  .especificacion .tit {
    font-size: 22px;
  }
  .titleGaleria1A {
    font-size: 61.68px;
    margin-bottom: 36px;
  }
  .colorActual img {
    width: auto;
  }
  .titleCarrito1-a {
    font-size: 80px;
    margin-bottom: 90px;
  }
  .encabezado {
    font-size: 23.27px;
  }
  .title1 {
    font-size: 23.27px;
  }
  .table > tbody > tr > td {
    font-size: 23.27px;
  }
  .btn-seguir,
  .btn-continuar {
    font-size: 23px;
  }
}

@media (max-width: 1680px) {
  #redesSociales .iconosRedes a img {
    width: 50px;
  }
}

@media (max-width: 1680px) {

  #ubicanos .tituloUbicanos h2,
  #accesoriosRefacciones .tituloAccesorios h2,
  #redesSociales .tituloRedes h2 {
    font-size: 90px;
  }

  #accesoriosRefacciones .tituloAccesorios h2::after{
    width: 1200px;
  }

  #ubicanos .tituloUbicanos h2::after {
    width: 900px;
  }
}

@media (min-width: 1650px) {
  .container {
    max-width: 1871px;
    width: 100%;
  }
  #menu > ul > li {
    padding: 0 20px;
    height: 68px;
  }
  #menu > ul > li > a {
    font-size: 14px;
    letter-spacing: 0px;
    height: 68px;
  }
  .buscador {
    top: 2.5px;
    left: 15px;
    width: 307px;
    height: 61px;
  }
  .cntBtnCart {
    top: 2.5px;
    right: 15px;
    width: 307px;
  }
  .itemCarouselBanner1 img {
    width: auto;
  }
  #caroucelMotos li {
    width: 696px !important;
  }
  .logoCatalogo {
    width: 471px;
    height: 117px;
    padding: 10px;
  }
  .titleSubcategoria {
    width: 872px;
    height: 189px;
    font-size: 76.98px;
  }
  .titleCatalogo1A {
    margin-top: 55px;
    font-size: 84.92px;
  }
  .titleCatalogo1B {
    margin-top: 10px;
    font-size: 50.51px;
    margin-bottom: 30px;
  }
  .imgmotoUbi1 {
    margin-top: -14px;
  }
  .cntCatalogo2 figure {
    padding-right: 263px;
  }
  .catalogo2 .cntCatalogo2 figure {
    padding-right: 47px;
  }
  .cntCatalogo2 .mas img {
    width: auto;
  }
  #tcontacto2::before {
    height: 617px;
  }
  .cntRedesCont2 {
    font-size: 27.89px;
    padding-top: 30px;
  }
  .titleCont2b {
    font-size: 53.58px;
    margin-bottom: 10px;
    padding-bottom: 12px;
  }
  .titlecont2c {
    font-size: 36px;
  }
  .imgcont22a {
    width: auto;
  }
  .titleGarantia2 {
    font-size: 39.29px;
  }
  .titleGarantia3 {
    font-size: 56px;
  }
  .itemGarantia3 {
    margin-right: 91px;
    margin-bottom: 55px;
  }
  .titleGarantia5-1 {
    font-size: 73.25px;
    line-height: 79.6px;
    margin-top: 30px;
    margin-bottom: 38px;
  }
  .titleGarantia5-2 {
    font-size: 109.5px;
    margin-bottom: 30px;
  }
  .titleGarantia5-2 span {
    font-size: 86.92px;
  }
  .btnCredito3 {
    width: 720px;
    height: 123px;
    margin-top: 40px;
    font-size: 61px;
    line-height: 64px;
  }
  .titCategorias1 {
    font-size: 309.48px;
    line-height: 0.93;
    margin-bottom: 20px;
  }
  .titCategorias2,
  .titCategorias3 {
    font-size: 57.34px;
    line-height: 55px;
  }
  .titCategorias4 {
    font-size: 43px;
    line-height: 46px;
    margin-top: 20px;
  }
  .itemProductos1 .precioProd {
    height: 120px;
    padding-left: 58px;
    padding-right: 150px;
    font-size: 31.91px;
    line-height: 34px;
    padding-top: 25px;
  }
  .itemProductos1 .precioProd::before {
    width: 103px;
    height: 103px;
    top: 8px;
    right: 31px;
  }
  .precioMoto {
    font-size: 25px;
  }
  .titulodelProductoDet {
    font-size: 121px;
  }
  .descripcionMoto1 {
    font-size: 32px;
    line-height: 34.63px;
    margin-top: 10px;
  }
  .textoTituloPrecio {
    font-size: 34.19px;
    line-height: 36.98px;
    margin-top: 25px;
    margin-bottom: 18px;
  }
  .precioProdDet {
    max-width: 580px;
    height: 98px;
    font-size: 50px;
    line-height: 36.98px;
  }
  .itemManual1 {
    font-size: 21.73px;
    line-height: 23px;
  }
  .itemManual1 .manualBtnDet1 img {
    margin-top: 0;
    margin-left: 12px;
  }
  .textNotaDet1 {
    margin-top: 40px;
    font-size: 23.52px;
    line-height: 36.34px;
  }
  .itemDet2 {
    font-size: 20.36px;
    line-height: 26px;
  }
  .itemDet2 .text1 {
    font-size: 57px;
  }
  .itemDet2.cforce-1000-overland .text1 {
    font-size: 36px;
  }
  .titleDetalles3 {
    font-size: 71.62px;
    margin-bottom: 30px;
  }
  .especificacion {
    padding-top: 22px;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 67px;
    font-size: 21px;
    line-height: 32px;
  }
  .especificacion .tit {
    font-size: 27px;
  }
  .titleCarrito1-a {
    font-size: 94.85px;
    margin-bottom: 110px;
  }
}
@media (min-width: 1850px) {
  #menu > ul > li {
    padding: 0 35px;
    height: 68px;
  }
  #menu > ul > li > a {
    font-size: 15.51px;
    letter-spacing: 0.05px;
    height: 68px;
  }
}

@media (max-width: 1680px) {
  #ubicanos .tituloUbicanos h2,
  #accesoriosRefacciones .tituloAccesorios h2,
  #redesSociales .tituloRedes h2 {
    font-size: 80px;
  }

  #ubicanos .tituloUbicanos h2::after {
    width: 800px;
  }
}


@media (max-width: 1465px) {
  #redesSociales .iconosRedes a img {
    width: 40px;
  }
}

@media (max-width: 1219px) {
  #accesoriosRefacciones .tituloAccesorios h2::after{
    width: 650px;
  }
}

@media (max-width: 1199px) {
  #redesSociales .itemRedSocial {
    width: 33.333%;
  }

  #redesSociales .iconosRedes a img {
    width: 60px;
  }
}

@media (max-width: 1000px) {
  #accesoriosRefacciones .imgBtnAccesorios {
    max-width: 200px;
  }
	#ubicanos .seccionCFLITE{
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	}
	#ubicanos .filaCFLITE{
		width: 100%;
		display: contents;
	}
	#ubicanos .imgCFLITE{
		width: calc(50% - 2.5px);
	}
	#ubicanos .filaCentrada{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	#ubicanos .filaCentrada .imgCFLITE{
		width: calc(50% - 2.5px);
	}
}

@media (max-width: 1060px) {
  #redesSociales .iconosRedes a img {
    width: 50px;
  }
}

@media (max-width: 924px) {
  #accesoriosRefacciones .tituloAccesorios h2::after{
    width: 400px;
  }
}

@media (max-width: 991px) {
  #sliderTop .flex-direction-nav .flex-prev {
    display: none;
  }
  #sliderTop .flex-direction-nav .flex-next {
    display: none;
  }

  .btnNavCarousel img {
    max-width: 45px;
  }
  
  #ubicanos .tituloUbicanos h2,
  #accesoriosRefacciones .tituloAccesorios h2,
  #redesSociales .tituloRedes h2 {
    font-size: 60px;
  }

  #ubicanos .tituloUbicanos h2::after {
    width: 600px;
  }
}

@media (max-width: 860px) {
  #redesSociales .itemRedSocial {
    width: 50%;
  }

  #redesSociales .iconosRedes a img {
    width: 60px;
  }
}

@media (max-width: 750px) {
#redesSociales .iconosRedes a img {
  width: 50px;
}
}

/*991*/
@media (max-width: 767px) {
  body {
    padding-bottom: 35px;
  }
  #redes {
    display: flex;
    width: 100%;
    height: 36px;
    position: fixed;
    bottom: 0;
    padding-left: 0;
    top: auto;
    left: 0;
    background: #ffffff;
    z-index: 5;
  }
  #redes a {
    width: 20%;
    flex-basis: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    font-size: 18px;
    margin-right: 0;
    border-radius: 0px;
  }
  #redes a:hover,
  #redes a:focus {
    text-decoration: none;
    opacity: 1;
    transform: scale(1);
  }
  #redes a img {
    display: none;
  }
  #redes .fb {
    background: #395398 !important;
  }
  #redes .tr {
    background: #42bded !important;
  }
  #redes .in {
    background: #ab7f5c !important;
  }
  #redes .yt {
    background: #ca250a !important;
  }
  #redes a .fa {
    display: block;
  }
  #redes a .fa {
    display: none;
  }
  #redes a svg {
    fill: #fff;
    width: 24px;
  }
  #redes a.fb svg {
    width: 17px;
    position: relative;
    top: -3px;
  }
  #redes a.wh {
    background: green;
  }
  #redes a.tk {
    background: black;
  }
  .contentDarkTop {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  #sliderTop {
    height: auto;
    margin-top: 0px;
  }
  #sliderTop .slides li {
    height: 550px;
    background-position: left center !important;
  }
  .sliderCntTop::before {
    left: -505px;
  }
  a.toTop {
    left: auto;
    right: 21px;
  }
  .flex-control-nav {
    margin-left: 0px;
    left: 15px;
  }
  #footer .container {
    font-size: 20px;
  }
  .itemCarouselBanner2 .bx-wrapper .bx-pager.bx-default-pager a,
  .itemCarouselBanner1 .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }
  .sliderCntTop::before {
    top: 0;
  }
  .sliderCntTop {
    padding-bottom: 30px;
  }
  #bajarSl {
    margin-top: 200px;
  }
  .cantidadProdc {
    height: 44.5px;
    width: 78px;
  }
  .number-input.detalleprev input[type="number"] {
    height: 44.5px;
    width: 35px;
    max-width: 35px;
    font-weight: 700;
    font-size: 16px;
  }
  .titleDet2Parte2 {
    height: 55px;
    padding-left: 15px;
    font-size: 17px;
    line-height: 28px;
  }
  .cntDescripcionDet {
    padding: 14px;
    font-size: 14px;
    line-height: 18px;
  }
  #topMenu .btnCart {
    display: none;
  }
  .btnCart {
    top: 17px;
    right: -25px;
  }
  .itemBottomCarrito1 {
    width: 180px;
  }
  .itemBottomCarrito2 {
    width: calc(100% - 188px);
  }
  .frmResumenP .form-control {
    height: 40px;
    font-size: 15px;
  }
  .textChekEnvio input[type="radio"] + i::after {
    top: -1px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .textChekEnvio input[type="radio"]:checked + i::before {
    top: 1px;
    left: 2px;
    width: 16px;
    height: 14px;
    background-size: contain;
  }
  .textChekEnvio label {
    padding-left: 10px;
    line-height: 20px;
  }
  .titleFrmResumen {
    text-align: left;
  }
  .titleMetodosPago1 {
    justify-content: center;
  }
  .titleMetodosPago1 div:last-child {
    padding: 12px 10px 12px 10px;
    clip-path: polygon(100% 0px, 100% 100%, 0% 100%, 0 0);
    width: 100%;
    text-align: center;
  }
  .itemMetodoPago2 {
    width: 100%;
    margin-right: 0px;
  }
  .contenMetodosPago2 {
    padding-right: 0;
  }
  .textoMetPag3 {
    margin-right: 0px;
  }
  .titleDetPago3 {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .contentDatosBancarios {
    flex-wrap: wrap;
  }
  .itemBancario1 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .contentBan3 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .contentIconsDet {
    max-width: 480px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .itemCartDet {
    flex-basis: 50%;
  }
  .btn-aCarrito {
    width: 390px;
    font-size: 22px;
    height: 93px;
    clip-path: polygon(100% 0px, 420px 100%, 0% 100%, 0px 0px);
  }
  .detalleprev {
    height: 93px;
    width: 169px;
    clip-path: polygon(100% 0px, 100% 100%, 48px 101.08%, 67px -1px);
  }
  .titleCarrito1-a {
    font-size: 30px;
  }
  .titleBottomCart1-2 {
    font-size: 22px;
  }
  .titleBottomCart1-1 a {
    font-size: 23px;
    width: 100%;
  }
  .btn-subir,
  #upDom,
  #upIne {
    height: auto;
    padding: 9px 5px;
  }
  .cntInstruciones {
    font-size: 16px;
    line-height: 20px;
  }
  .baseFont {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contentUbicacion1 {
    flex-wrap: wrap;
  }
  .itemUbicacion1 {
    width: 100%;
    padding-right: 0px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
  }
  .itemUbicacion2 {
    width: 100%;
  }
  .logoUbicacion1 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .imgmotoUbi1 {
    width: 400px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .itemUbicacion2 {
    max-width: 500px;
  }
  .imgCredito1 {
    width: 300px;
  }
  .textCredito1 {
    font-size: 25px;
    line-height: 37px;
  }
  .textCredito2 {
    font-size: 34px;
  }
  .textCredito2 div {
    font-size: 26px;
  }
  #inicioCarousel {
    padding-top: 50px;
    padding-bottom: 150px;
  }
  .swiper-slide div img {
    border: solid 2px #ffffff;
  }
  .contenCarouselImg .swiper-horizontal {
    padding: 0 30px;
  }
  .titleSubcategoria {
    width: 290px;
    height: 80px;
    font-size: 24px;
  }
  .titleCatalogo1A {
    margin-top: 40px;
    font-size: 25px;
  }
  .titleCatalogo1B {
    font-size: 20px;
  }
  .catalogo2 .cntCatalogo2 {
    width: 100%;
  }
  .catalogo2 .cntCatalogo2:nth-child(2n + 2) {
    width: 100%;
  }
  .cntCatalogo2 figure {
    height: 120px;
    background-position: left center !important;
  }
  .itemGarantia1 {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .titContacto1 {
    font-size: 24px;
    line-height: 50px;
    height: 60px;
  }
  #frmContacto .form-group label {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  #frmContacto .form-control {
    height: 45px;
    font-size: 12px;
    padding-left: 15px;
    letter-spacing: 0px;
  }
  .contentGarantia2 {
    height: auto;
    padding: 35px 15px;
    background: #dfe9e9;
  }
  .itemGarantia2-2 {
    height: auto;
    padding-bottom: 0px;
    font-size: 16px;
  }
  .titleGarantia2 {
    font-size: 16px;
  }
  .itemGarantia2-1 {
    padding-right: 40px;
  }
  #garantia3 {
    margin-top: 0;
    padding-top: 50px;
  }
  .titleGarantia3 {
    font-size: 23px;
    line-height: 1.2;
  }
  .contentGarantia3 {
    padding-top: 50px;
    padding-bottom: 25px;
    flex-wrap: wrap;
  }
  .itemGarantia3 {
    width: calc(33.333% - 10px);
    margin-right: 15px;
  }
  .itemGarantia3:nth-child(3),
  .itemGarantia3:last-child {
    margin-right: 0px;
  }
  #textGarantia5 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .titleGarantia5-1 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .titleGarantia5-2 {
    font-size: 30px;
  }
  .titleGarantia5-2 span {
    font-size: 25px;
  }
  .btnCredito3 {
    width: 290px;
    height: 70px;
    font-size: 22px;
  }
  .portadaLogoCat {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .titCategorias1 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .titCategorias2,
  .titCategorias3 {
    font-size: 18px;
    line-height: 25px;
  }
  .titCategorias4 {
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
  }
  .textCntDescrp1 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .descripcionMoto1 {
    font-size: 17px;
    line-height: 24px;
  }
  .textoTituloPrecio {
    font-size: 18px;
    line-height: 30px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .titleDetalles3 {
    font-size: 28px;
  }
  .carouselEspecifi {
    height: 430px;
  }
  .especificacion {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
    font-size: 14px;
    line-height: 24px;
  }
  .especificacion .tit {
    font-size: 20px;
  }
  .textCarritoDet1 {
    padding-bottom: 70px;
    padding-top: 60px;
  }
}
/*Fin 767*/

@media (max-width: 700px) {
  #carrito thead {
    display: none;
  }
  #carrito tr {
    border-top: 1px solid #a0a0a0;
  }
  #carrito td.fotoPc {
    width: 100%;
  }
  #carrito td {
    display: block !important;
    width: 100% !important;
    position: relative;
    padding-left: 90px !important;
    border-top: 0;
    text-align: center;
    font-family: "Arial", sans-serif !important;
  }
  .table > tbody > tr > td {
    padding-top: 17px;
    padding-bottom: 16px;
  }
  #carrito td::before {
    position: absolute;
    top: calc(50% - 10px);
    left: 1em;
    width: auto;
    padding-right: 1em;
    white-space: nowrap;
    text-align: left;
    content: attr(data-title);
    z-index: 1;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
  }
  .precioPT,
  .precioP {
    font-size: 100%;
    color: #757575;
  }
  #carrito td.delItem {
    padding-right: 8px;
  }
  .titleBottomCart1-1 a {
    font-size: 19px;
    line-height: normal;
  }
  .titleBottomCart1-2 {
    font-size: 18px;
    line-height: 24px;
  }
  .itemBottomCarrito1 {
    width: 150px;
  }
  .itemBottomCarrito2 {
    width: calc(100% - 155px);
  }
  .nombreP {
    text-align: center;
  }
  .titleDetProd {
    font-size: 15px;
  }
}

@media (max-width: 680px) {
  #redesSociales .iconosRedes a img {
    width: 40px;
  }
}

@media (max-width: 680px) {
  #sliderTop .slides > li {
    height: 880px;
  }
  .itemCarouselBanner1 {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0px;
    justify-content: center;
  }
  .itemCarouselBanner1 img {
    margin-left: auto;
    margin-right: auto;
  }
  .itemCarouselBanner2 {
    width: 100%;
  }
  .swiperMotos {
    position: relative;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .itemBottomCarrito1 {
    width: 170px;
  }
  .itemBottomCarrito2 {
    width: calc(100% - 178px);
  }
  .contentBottomCarrito {
    margin-top: 80px;
  }
  .contentBottomCarrito .titleDetallesProd1 {
    font-size: 14px;
  }
  .swiperMotos::before {
    transform: translateX(-6%);
    -webkit-transform: translateX(-6%);
    -moz-transform: translateX(-6%);
    -ms-transform: translateX(-6%);
    -o-transform: translateX(-6%);
    bottom: -80px;
  }
  .itemGarantia1 {
    width: 100%;
    margin-right: 0px;
  }
  .itemProductos1 {
    width: 100%;
    margin-right: 0px;
  }
  .conteDetalles2 {
    justify-content: center;
  }
}
/*680*/

@media (max-width: 661px) {
  #ubicanos .tituloUbicanos h2::after {
    width: 300px;
  }
}

@media (max-width: 640px) {
  .sliderCntTop::before {
    left: -617px;
  }
  #footer .tfooter,
  #footer #powered {
    float: none;
    text-align: center;
  }
  #footer .tfooter {
    margin-bottom: 0px;
  }
  #footer .tfooter span {
    display: block;
    text-align: center;
    line-height: 18px;
  }
  .itemBottomCarrito1 {
    width: 170px;
  }
  .itemBottomCarrito2 {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
    height: auto;
    padding: 10px;
  }
  .contentBottomCarrito {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left: 0px;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  #frmContacto .tit strong {
    display: block;
  }
  #frmContacto .tit span {
    display: block;
    line-height: 24px;
    padding-bottom: 0;
    width: 100%;
  }
  .nombreP,
  .nombreP span {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .itemCart1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dondeenvio {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
  }
  .infoenvio {
    padding-left: 0px;
    width: auto;
    padding-top: 15px;
    width: 100%;
  }
  #documentosRequeridos div[class*="col-"] {
    width: 100%;
    margin-bottom: 10px;
  }

  .btn-aCarrito {
    width: 340px;
    font-size: 18px;
    height: 93px;
  }
  .btn-aCarrito img {
    max-width: 35px;
    margin-right: 15px;
  }
  .titleCarrito1-a {
    font-size: 35px;
    line-height: normal;
  }
  .textCarritoDet1 {
    padding-top: 50px;
  }
  .titleDetProd {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .itemDetProd1 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
    height: auto;
  }
  .itemDetProd2 {
    height: auto;
    text-align: center;
    width: 100%;
    font-size: 16px;
  }
  .catalogo1 .cntCatalogo2 figure {
    background-position-x: -80px !important;
  }

  #accesoriosRefacciones .tituloAccesorios h2 {
    font-size: 40px;
  }

  #accesoriosRefacciones .tituloAccesorios h2::after {
    width: 300px;
  }

  #ubicanos .imgCFLITE{
		width: 100%;
	}
	#ubicanos .filaCentrada .imgCFLITE{
		width: 100%;
	}
}
@media (max-width: 580px) {
  .itemParte1-2 {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .itemParte1-1 {
    margin-bottom: 20px;
    margin-right: 50px;
    margin-left: 50px;
  }
  .rowmetodos div[class*="col-"] {
    width: 100%;
  }
  .bgMetodo {
    max-width: 320px;
  }
  .dudasDet {
    font-size: 22px;
  }
  .itemManual1 .manualBtnDet1 img {
    margin-left: 0;
    margin-right: 15px;
    margin-top: 5px;
  }
  .coloresDisponibles .tit {
    font-size: 22px;
    padding-bottom: 15px;
    padding-top: 8px;
  }
  .colorActual img {
    width: 35px;
  }
  .colorActual {
    margin-right: 18px;
  }
}


@media (max-width: 540px) {
  .frmResumenP div[class*="col-"] {
    width: 100%;
  }
  .itemGarantia3 {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .itemGarantia3:nth-child(3) {
    margin-right: 16px;
  }
  .itemGarantia3:nth-child(2n + 2) {
    margin-right: 0;
  }
  .titleGarantia3b {
    font-size: 20px;
  }
	#redesSociales .itemRedSocial{
		width: 100%;
	}
	#redesSociales .tarjetaRed{
		max-width: 400px;
		margin: 0 auto;
	}

  #redesSociales .iconosRedes a img {
    width: 60px;
  }
}
@media (max-width: 520px) {
}
@media (max-width: 500px) {
  #frmContacto div[class*="col-"] {
    width: 100%;
  }
  .swiper-button-next {
    right: 0px;
    left: auto;
    margin-left: 0px;
  }
  .swiper-button-prev {
    left: 0px;
    right: auto;
    margin-left: 0px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: calc(50% - 30px);
  }
  .swiper-button-prev {
    margin-left: 0;
    left: 0;
  }
  .swiper-button-next {
    margin-right: 0;
    right: 0;
  }
  .textCredito1 {
    font-size: 20px;
    line-height: 30px;
  }
  .textCredito2 {
    font-size: 30px;
  }
  .textCredito2 div {
    font-size: 22px;
  }
  .btnCredito {
    width: 290px;
    height: 55px;
    margin-top: 40px;
    font-size: 24px;
  }
  .itemUbicacion1 {
    text-align: left;
  }
  .catalogo1 .cntCatalogo2 figure {
    height: 100px;
    background-position-x: -80px !important;
  }
  .catalogo1 .cntCatalogo2 .mas img {
    width: 80px;
  }
}
@media (max-width: 480px) {
  #footer .tfooter {
    flex-wrap: wrap;
  }
  #footer .tfooter em {
    display: block;
    height: 5px;
    opacity: 0;
    width: 100%;
  }
  .mailTop a {
    font-size: 16px;
  }
  .swiperMotos::before {
    content: "";
    position: absolute;
    bottom: -75px;
    left: calc(50% - 300px);
    width: 600px;
    height: 119px;
  }
  .swiperMotos .bx-wrapper {
    width: 95% !important;
  }
  #cntPrecio {
    font-size: 52px;
  }
  .btn-aCarrito img {
    max-width: 30px;
    margin-right: 10px;
  }
  .btn-aCarrito {
    padding-left: 26px;
    padding-right: 70px;
    width: 285px;
    font-size: 15px;
    height: 73px;
  }
  .detalleprev {
    height: 73px;
    width: 130px;
    clip-path: polygon(100% 0px, 100% 100%, 20px 100%, 60px -1px);
    margin-left: -99px;
  }
  .number-input button::before,
  .number-input button::after {
    width: 19px;
    height: 6px;
  }
  .imgCascoDet {
    width: 55%;
  }
  .itemProductos1 .img-portada {
    width: 100%;
  }
  .logoCatalogo img.imgkov {
    max-width: 290px;
  }
  .itemSuc2-2 {
    flex-direction: column-reverse;
    margin: 65px auto 35px;
  }
  .titleCarrito1-a {
    font-size: 27px;
    margin-bottom: 20px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.35);
  }
  .itemDetProd1 {
    font-size: 15px;
  }
  .itemDetProd2 {
    font-size: 15px;
  }
  .titleBottomCart1-1 a {
    font-size: 14px;
  }
  .titleBottomCart1-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
  }
  .encabezado {
    font-size: 21px;
  }
  .title1 {
    font-size: 20px;
  }
  .itemGarantia2-1 {
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .itemGarantia2 {
    width: 100%;
  }
}
/*480*/
@media (max-width: 420px) {
  #footer .container {
    font-size: 16px;
  }
  .catalogo1 .cntCatalogo2 figure {
    height: 85px;
    background-position-x: -60px !important;
  }
  .catalogo1 .cntCatalogo2 .mas img {
    width: 80px;
    opacity: 0.8;
  }
  .cntRedesCont2 {
    font-size: 15px;
  }
  .textodirCont2a {
    font-size: 14px;
  }
  .itemProductos1 .precioProd {
    font-size: 15px;
    line-height: 20px;
  }
  .titulodelProductoDet {
    font-size: 24px;
    line-height: 0.95;
  }
  .itemDetProd1 {
    font-size: 14px;
    line-height: 20px;
  }
  .itemDetProd2 {
    line-height: 20px;
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  #ubicanos .tituloUbicanos h2 {
    font-size: 40px;
  }

  #ubicanos .tituloUbicanos h2::after {
    width: 212px;
  }
}

@media (max-width: 380px) {
  .table > tbody > tr > td {
    font-size: 18px;
  }
  .buscador {
    width: 100%;
  }
  .catalogo2 .cntCatalogo2 figure {
    height: 100px;
  }
  .textodirCont2a {
    flex-wrap: wrap;
    text-align: center;
  }
  .textodirCont2a div {
    width: 100%;
  }
  .textodirCont2a div img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .itemManual1 {
    font-size: 12.5px;
  }

  #redesSociales .iconosRedes a img {
    width: 50px;
  }
}

@media (max-width: 360px) {
  #redesSociales .tituloRedes h2 {
    font-size: 50px;
  }

  #accesoriosRefacciones .tituloAccesorios h2 {
    font-size: 30px;
  }
}

@media (max-width: 350px) {
  .itemManual1 {
    font-size: 11px;
  }
  .btn-aCarrito {
    padding-left: 13px;
    padding-right: 70px;
    width: 263px;
    font-size: 14px;
    height: 73px;
  }
}
