.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: #f2632e;
}

.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 .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;
    }

    .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;
    }


    #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;
    }


    .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;
    }



    .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;
    }


}

@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;
    }


    .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;
    }


    .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;
    }


    #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;
    }

    #frmContacto .row {
        margin: 0 -38px;
    }

    #frmContacto div[class*="col-"] {
        padding: 0 38px;
    }


    .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;
    }


    .titulodelProductoDet {
        font-size: 45px;
    }

    .descripcionMoto1 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }

    .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.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;
    }


}

@media(min-width:1300px) {
    .flex-control-nav {
        margin-left: -600px;
    }

}

@media(min-width:1450px) {
    #menu {
        width: 1200px;
    }

    #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;
    }


    .btn-subir {
        font-size: 23.3px;
        line-height: 22px;
    }

    #menu>ul>li {
        padding: 0 10px;
        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;
    }

    .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;
    }


    .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;
    }

    .colorActual img {
        width: auto;
    }


}

@media(min-width:1650px) {
    .container {
        max-width: 1871px;
        width: 100%;
    }

    #menu>ul>li {
        padding: 0 20px;
        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;
    }

    .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;
    }


    .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;
    }

    .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.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;
    }


}

@media(min-width:1850px) {
    #menu>ul>li {
        padding: 0 35px;
        height: 68px;
    }

    #menu>ul>li>a {
        letter-spacing: 0.05px;
        height: 68px;
    }
}

@media(max-width: 1900px) {
    #detalleProducto .carretera figure img {
        max-height: 500px;
    }
}

@media(max-width: 1850px) {

    #tituloCatalogo {
        font-size: 155px;
    }

    #tituloCatalogo>div strong {
        font-size: 200px;
    }

    .titleGeneral {
        padding: 100px 25px 0;
    }


    .footerContact div span {
        font-size: 45px;
        max-width: 1400px;
        background-size: auto 100%;
        background-position: left center;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    #bannerProducto .cntDetallesProd.detallesCat-2 {
        width: 50%;
    }

    #bannerProducto .detallesCat-2 .productName,
    #bannerProducto .productName {
        font-size: 100px
    }

    #BendaContainer .itemProd .img-p {
        max-width: 800px;
    }
}

@media(max-width: 1750px) {
    .contentCatalogo .image figure {
        margin: 0 50px
    }

    #bgContact figcaption>div div {
        font-size: 36px;
        border-radius: 34px;
        height: 100px;
        width: 672px;
        padding-left: 124px;
    }

    #bgContact figcaption>div div:before {
        width: 64px;
        height: 64px;
        background-size: cover !important;
        border-radius: 34px;
    }

    #bgContact figcaption>div::before {
        border-radius: 34px;
        left: -15px;
        bottom: -15px;
    }

    #bgContact img {
        max-width: 100%;

    }

    #bannerProducto .detallesCat-2 .productName,
    #bannerProducto .productName {
        font-size: 80px;
        margin-bottom: 15px;
    }

    #garantia1 .distribuidor .text {
        font-weight: 600;
        font-size: 46px;
    }

}

@media(max-width: 1680px) {
    #home-1 .collage .images img {
        transform: scale(0.9);
    }

    #home-1 .collage figure:nth-of-type(1) {
        right: 20.4%;
    }

    #home-1 .collage figure:nth-of-type(2) {
        left: 4.9%;
    }

    #home-1 .collage figure:nth-of-type(3) {
        right: 5.7%;
    }

    #home-1 .collage figure:nth-of-type(4) {
        left: 23.2%;
    }

    #home-1 .collage figure:nth-of-type(5) {
        left: 6.5%;
    }

    #home-1 .collage figure:nth-of-type(6) {
        right: 4.1%;
    }

    #home-1 .collage figure:nth-of-type(8) {
        left: 17.2%;
    }

    #home-1 .collage figure:nth-of-type(9) {
        right: 5.2%;
    }

    #tituloCatalogo {
        font-size: 100px;
    }

    #tituloCatalogo>div strong {
        font-size: 160px;
    }

    #catalogoInicio .bg {
        background-position: center 140%;
    }




    .itemCat .itemProd .nombreProd::before {
        width: 69px;
        height: 65px;
        background-size: contain;
    }

    .itemCat .itemProd .nombreProd {
        height: 70px;
    }


}

@media(max-width: 1649px) {
    #home-1 .collage figure:nth-of-type(1) {
        right: 15.4%;
        top: 13px;
    }

    #home-1 .collage figure:nth-of-type(2) {
        left: 2.9%;
    }

    #home-1 .collage figure:nth-of-type(3) {
        right: 3.7%;
    }

    #home-1 .collage figure:nth-of-type(4) {
        left: 18.2%;
    }

    #home-1 .collage figure:nth-of-type(5) {
        left: 3.5%;
    }

    #home-1 .collage figure:nth-of-type(6) {
        right: 2.1%;
    }

    #home-1 .collage figure:nth-of-type(7) {
        left: 30%;
    }

    #home-1 .collage figure:nth-of-type(8) {
        left: 12.2%;
    }

    #home-1 .collage figure:nth-of-type(9) {
        right: 2.2%;
    }

    #garantia1 .distribuidor .text {
        font-size: 36px;
    }

    #garantia1 .distribuidor .contacto {
        font-size: 28px;
    }

    #garantia1 .distribuidor .contacto span {
        font-size: 30px;
    }


}

@media(max-width: 1550px) {
    #catalogoInicio .bg {
        background-position: center bottom;
        background-size: contain;
    }

    #ubicacionInicio .titleGeneral {
        font-size: 140px;
    }

    #ubicacionInicio .titleGeneral>div strong {
        font-size: 210px;
    }

    #ubicacionInicio figure {
        height: 160px;
    }

    #ubicacionInicio figure img {
        max-height: 100%;
    }

}

@media(max-width: 1449px) {
    #menu {
        margin: 0 100px;
    }

    .btnCart {
        font-size: 18px;
    }

    .btnCart img {
        width: 27px;
        margin-right: 10px;
    }

    #home-1 .collage .images img {
        transform: scale(0.8);
    }

    #home-1 .collage figure:nth-of-type(1) {
        right: 10.4%;
    }

    #home-1 .collage figure:nth-of-type(2) {
        left: 1.5%;
    }

    #home-1 .collage figure:nth-of-type(3) {
        right: 2.5%;
    }

    #home-1 .collage figure:nth-of-type(5) {
        left: 2.5%;
    }

    #home-1 .collage figure:nth-of-type(6) {
        right: 1.3%;
    }

    #home-1 .collage figure:nth-of-type(7) {
        left: 28%;
    }

    #home-1 .collage figure:nth-of-type(8) {
        left: 8.2%;
    }

    #home-1 .collage figure:nth-of-type(9) {
        right: 1.5%;
    }

    .titleGeneral {
        font-size: 174px;
    }

    .titleGeneral>div strong {
        font-size: 210px;
    }

    #ubicacionInicio figure {
        height: 130px;
    }

    #financiamiento .row {
        margin: 0 -15px
    }

    #financiamiento .row .col {
        width: 50%;
        padding: 0 15px 85px
    }

    #financiamiento .row .col2 {
        position: absolute;
        top: 0;
        width: 100%;
    }

    #financiamiento .textCredito1 {
        font-size: 68px;
        line-height: 1.2;
    }

    #financiamiento .textCredito2 {
        font-size: 85px;
    }

    #financiamiento .textCredito2 div {
        font-size: 87px;
    }

    #financiamiento .background {
        background-size: auto 450px;
    }

    .contentGarantia3 {
        justify-content: center;
        flex-wrap: wrap;
    }

    .itemGarantia3 {
        width: 33.3333%;
        margin: 0 auto 35px;
    }

    .itemGarantia3 img {
        margin: 0 auto;
    }

    .itemGarantia3:last-child {
        margin-right: auto;
    }


    #bgContact figcaption>div div {
        font-size: 24px;
        border-radius: 29px;
        height: 80px;
        padding-left: 74px;
        width: inherit;
    }

    #bgContact figcaption>div div::before {
        width: 44px;
        height: 44px;
        left: 20px;
        border-radius: 29px;
    }

    #bgContact figcaption {
        left: initial;
        right: 0;
        width: 431px;
    }

    #bgContact figcaption>div {
        width: inherit;
    }

    .footerContact div span {
        font-size: 35px;
        max-width: 1060px;
    }

    .logoHomeCatalogo img {
        max-width: 500px;
        width: 100%;
        display: block;
    }

    .verMas img {
        max-width: 100px;
    }

    .contentCatalogo .bg::before {
        bottom: 162px;
    }

    .itemCat .itemProd {
        flex-basis: 33.3333%;
    }

    #bannerProducto .detallesCat-2 .productName,
    #bannerProducto .productName {
        font-size: 68px;
    }

    #BendaContainer .itemProd .img-p {
        max-width: 550px;
        position: relative;
        left: 11%;
    }

    #BendaContainer .itemProd .cinta::before {
        width: 55px;
        height: 55px;
        background-size: contain !important;
        top: 27%;
    }

    .conteDetalles2 .itemDet2 {
        width: 50%;
        flex-basis: 50%;
        max-width: initial;
        margin: 15px 0;
    }

    .conteDetalles2 {
        max-width: 1150px;
        margin: 0 auto;
    }

    .conteDetalles2 .itemDet2 {
        margin-bottom: 50px
    }

    .itemDet2::before {
        right: -30px;
    }

    .conteDetalles2 .itemDet2:nth-child(2):before {
        display: none;
    }

    .conteDetalles2 .itemDet2:nth-child(3):after,
    .conteDetalles2 .itemDet2:nth-child(4):after {
        display: block;
        content: "";
        width: 58px;
        height: 138px;
        background: url('../images/productos/separador.png') center center no-repeat;
        position: absolute;
        left: 45%;
        top: -100px;
        transform: rotate(-90deg);
    }

    #garantia1 .distribuidor .text {
        font-size: 30px;
    }
}

@media(max-width: 1380px) {
    #tituloCatalogo {
        font-size: 80px;
    }

    .titleGarantia2 {
        font-size: 33px;
    }

    #tituloCatalogo>div strong {
        font-size: 130px;
    }

    #detalleProducto .carretera {
        height: 443px;
    }

    #bannerProducto .title {
        font-size: 120px;
    }

    #bannerProducto .text {
        font-size: 25px;
    }

    #bannerProducto .textoTituloPrecio {
        font-size: 38px;
    }

    #bannerProducto .precioProdDet {
        max-width: 464px;
    }

    #bannerProducto .coloresProd {
        font-size: 26px;
    }

}

@media(max-width:1199px) and (min-width: 992px) {
    #ubicacionInicio figure {
        height: 110px;
    }

    #ubicacionInicio .sucursal {
        font-size: 26px;
    }

    #ubicacionInicio .direccion {
        font-size: 17px;
    }

    #creditoInicio .row .col img {
        transform: scale(0.7);
    }
}

@media(max-width:1199px) and (min-width: 768px) {
    #ubicacionInicio .icon {
        top: -73px;
        margin-left: -54px;
    }

    #ubicacionInicio .icon img {
        max-width: 100px;
    }
}

@media(max-width:1199px) and (min-width: 992px) {
    .titleGarantia1 {
        font-size: 28px;
    }
}

@media(max-width: 1199px) {
    #topMenu {
        z-index: 6;
        height: 0 !important;
        box-shadow: initial;
        padding: 0;
        position: initial;
    }

    .buscador {
        display: none;
    }

    .cntBtnCart {
        display: block;
        position: fixed;
        z-index: 99999992;
        width: initial;
        right: 15px;
        top: 4px;
    }

    .cntBtnCart::before {
        display: none;
    }

    .btnCart {
        display: inline-flex;
        background: #fff;
        border-radius: 10px;
        height: 46px;
        padding: 0 15px;
    }

    #home-1 .collage .images img {
        transform: scale(0.7);
    }

    #home-1 .collage figure:nth-of-type(1) {
        right: 5.4%;
    }

    #home-1 .collage figure:nth-of-type(2) {
        left: -8.5%;
    }

    #home-1 .collage figure:nth-of-type(3) {
        right: -9%;
    }

    #home-1 .collage figure:nth-of-type(4) {
        left: 17.2%;
    }

    #home-1 .collage figure:nth-of-type(5) {
        left: -6%;
    }

    #home-1 .collage figure:nth-of-type(6) {
        right: -6%;
    }

    #home-1 .collage figure:nth-of-type(7) {
        left: 28%;
    }

    #home-1 .collage figure:nth-of-type(8) {
        left: 1.2%;
    }

    #home-1 .collage figure:nth-of-type(9) {
        right: -10.5%;
    }

    #header {
        height: 76px;
    }

    #ubicacionInicio .titleGeneral {
        font-size: 120px;
    }

    #ubicacionInicio .titleGeneral>div strong {
        font-size: 175px;
    }

    #creditoInicio .title {
        font-size: 53px;
    }

    #creditoInicio .title2 {
        font-size: 57px;
    }

    #creditoInicio .title2>div {
        font-size: 78px;
    }

    .comenzarAhora img {
        max-width: 400px;
    }

    #bannerProducto .title {
        font-size: 100px;
    }

    #bannerProducto .text {
        font-size: 22px;
    }

    .titleDetProd>div {
        flex-direction: column;
        height: initial;
        padding: 15px 0;
        line-height: 1;
    }

    .itemDetProd1 {
        height: initial;
    }

    .encabezado {
        font-size: 20px;
    }

    .table>tbody>tr>td {
        font-size: 20px;
    }

    .informacionCart .title1 {
        font-size: 20px;
    }

    .informacionCart .title1.nota {
        font-size: 16px;
        font-weight: 500;
    }

    .itemCart2 {
        width: 310px;
    }

    .titleBottomCart1-2 {
        font-weight: 600;
        font-size: 26px;
    }

    .titleBottomCart1-1 a {
        font-size: 28px;
        width: inherit;
    }


    /*====================*/
    .titCarousel {
        padding: 0 0 245px;
    }

    #inicioCarousel {
        background-position: center 70px;
    }

    .titCarousel {
        padding: 0 0 155px;
    }

    .itemUbicacion1 {
        font-size: 30px;
    }

    #credito .row .col {
        width: 50%;
    }

    #credito .container {
        padding-top: 250px;
    }

    #credito .container>.row {
        padding-bottom: 35px
    }

    #credito .row .col2 {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .textCredito1 {
        font-size: 44px;
        line-height: 1.2;
    }

    .textCredito2 {
        font-size: 58px;
    }

    .textCredito2 div {
        font-size: 53px;
    }

    .titleGarantia2 {
        font-size: 30px;
    }

    #financiamiento .textCredito1 {
        font-size: 55px;
    }

    #financiamiento .textCredito2 {
        font-size: 70px;
    }

    #financiamiento .textCredito2 div {
        font-size: 72px;
    }

    #financiamiento .background {
        background-size: auto 370px;
    }

    .bgHead .container {
        font-size: 58px;
    }

    #bgContact figcaption {
        width: 361px;
        top: 130px;
    }

    #bgContact figcaption>div div {
        font-size: 20px;
        border-radius: 18px;
        height: 65px;
        padding-left: 55px;
    }

    #bgContact figcaption>div div::before {
        width: 34px;
        height: 34px;
        left: 15px;
        border-radius: 18px;
    }

    #bgContact figcaption>div::before {
        border-radius: 19px;
        left: -10px;
        bottom: -10px;
    }

    #bannerProducto .detallesCat-2 .productName,
    #bannerProducto .productName {
        font-size: 48px;
    }

    #bannerProducto .productDesc {
        font-size: 19px;
    }

    #bannerProducto .fichaTecnica {
        font-size: 20px;
    }

    #bannerProducto .fichaTecnica::before {
        height: 49px;
    }

    #BendaContainer .itemProd .img-p {
        max-width: 400px;
    }

    #bannerProducto .cntdetalles1 {
        padding-bottom: 0;
    }

    .colorMoto figure img {
        max-width: 100%;
    }

    #garantia1 .distribuidor .izq {
        max-width: 305px;
    }

    #garantia1 .distribuidor {
        padding: 27px 30px;
    }
}

@media(max-width: 1099px) {
    #tituloCatalogo {
        font-size: 60px;
    }

    #tituloCatalogo>div strong {
        font-size: 90px;
    }

    .contentCatalogo .image figure {
        margin: 0 15px;
    }

    .titleCarrito1-a>div {
        font-size: 130px;
    }

    .btn-seguir,
    .btn-continuar {
        clip-path: polygon(100% 0px, 257px 104.35%, -2.5% 108.7%, 0px 0px);
    }








    .footerContact div span {
        font-size: 30px;
        max-width: 900px;
        background-size: auto 54px;
        padding-left: 60px;
    }

    .logoHomeCatalogo img {
        max-width: 330px;
    }

    .verMas {
        font-size: 41px;
        width: 330px;
    }

    .verMas img {
        max-width: 65px;
    }

    .contentCatalogo .image {
        bottom: -70px;
    }

    .contentCatalogo .bg::before {
        bottom: 122px;
    }

    .titleCat {
        height: 150px;
        font-size: 80px;
    }

    #BendaContainer .cinta {
        position: relative;
    }

    #BendaContainer .itemProd .cinta img {
        max-width: initial;
        height: 78px;
    }

    #selectColor {
        justify-content: center;
    }

    #selectColor a {
        width: 119px;
        height: 119px;
    }

    .multipleGal figure {
        width: 33.333%;
    }
}

@media(min-width: 992px) {
    .collage991 {
        display: none;
    }
}

@media(max-width:1099px) and (min-width: 768px) {
    #ubicacionInicio figure {
        height: 106px;
    }
}

@media(max-width:991px) and (min-width: 768px) {
    .itemGarantia2-1 img {
        max-width: 260px;
    }
}

@media(max-width:991px) {

    .cntBtnCart {
        position: fixed;
        z-index: 99999992;
    }

    #home-1 .collage .images {
        display: none;
    }

    #home-1 .collage>img {
        display: none;
    }

    .collage991 {
        display: block;
        padding-top: 35px;
    }

    .collage991 img {
        display: block;
        max-width: 100%;
    }

    #home-1 .text {
        font-size: 23px;
    }

    #ubicacionInicio .titleGeneral {
        font-size: 100px;
    }

    #ubicacionInicio .titleGeneral>div strong {
        font-size: 135px;
    }

    #ubicacionInicio .sucursal {
        font-size: 19px;
    }

    #ubicacionInicio .direccion {
        font-size: 14px;
    }

    #creditoInicio .title {
        font-size: 41px;
    }

    #creditoInicio .title2 {
        font-size: 47px;
    }

    #creditoInicio .title2>div {
        font-size: 58px;
    }

    #creditoInicio .row .col {
        width: 50%;
    }


    .itemGarantia1 {
        width: 100%;
        margin-right: 0;
    }

    .itemGarantia3 {
        width: 50%;
    }

    #bannerProducto .title {
        font-size: 80px;
    }

    #bannerProducto .text {
        font-size: 19px;
        padding-top: 10px;
    }

    #bannerProducto #textBanner {
        padding-bottom: 0%;
    }

    #detalleProducto .tablaProd figure img {
        max-width: 1300px;
    }

    .contentCart {
        display: block;
    }

    .itemCart1 {
        width: initial;
    }

    .itemDetProd1 {
        font-size: 20px;
    }

    .itemDetProd1>div {
        font-size: 25px;
    }

    .itemCart2 {
        width: initial;
    }

    .informacionCart .title1.nota {
        width: 100%;
        max-width: initial;

    }

    .btn-seguir,
    .btn-continuar,
    .beforebtnSeguir {
        width: 280px;
    }

    .contentBottomCarrito {
        display: block;
    }

    .itemBottomCarrito1 {
        width: 100%;
        height: 166px;
        clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 100%, 0 100%, 0% 20%);
        margin-bottom: 20px;
    }

    #imgCarrito img {
        max-width: 100px;
    }

    .itemBottomCarrito2 {
        width: initial;
    }

    .itemDetProd2 {
        font-size: 25px;
    }



    /*======================*/







    #sliderTop .flex-direction-nav .flex-prev {
        display: none;
    }

    #sliderTop .flex-direction-nav .flex-next {
        display: none;
    }

    .titCarousel {
        font-size: 28px;
    }

    #tituloCatalogo {
        font-size: 50px;
    }

    .titleGeneral {
        text-align: center;
        color: #fff;
        font-size: 204px;
        font-family: "Orbitron", sans-serif;
        font-optical-sizing: auto;
        text-shadow: 0 10px 15px rgba(255, 255, 255, 0.5);
        line-height: normal;
        padding: 100px 25px 0;
    }

    .itemUbicacion1 {
        font-size: 24px;
        text-shadow: 0 0 5px #000;
        line-height: 1;
    }

    .itemUbicacion2 {
        margin-top: 35px
    }

    #credito .background {
        background-size: 80px auto;
    }

    .titleGarantia2 {
        font-size: 22px;
    }

    .contentGarantia2 {
        background-size: auto 100%;
        height: 300px;
        padding-top: 0;
        padding-bottom: 70px;
    }

    .itemGarantia2-1 {
        position: relative;
        top: -20px
    }

    .garantia2 {
        margin-bottom: 20px;
    }

    #financiamiento .col2 .imgCredito1 {
        max-width: 550px;
        width: 100%;
    }


    #financiamiento .textCredito1 {
        font-size: 45px;
    }

    #financiamiento .textCredito2 {
        font-size: 55px;
    }

    #financiamiento .textCredito2 div {
        font-size: 58px;
    }

    #financiamiento .background {
        background-size: auto 310px;
    }

    .footerContact div span {
        font-size: 23px;
        max-width: 692px;
        background-size: auto 48px;
        padding-left: 48px;
    }

    #bgContact figcaption>div div {
        font-size: 17px;
        height: 58px;
    }

    #bgContact figcaption {
        width: 301px;
        top: 100px;
    }

    .bgHead .container {
        font-size: 48px;
    }

    .logoHomeCatalogo img {
        max-height: 60px;
    }

    .verMas {
        font-size: 34px;
        width: 270px;
        margin-left: 30px;
        top: -6px
    }

    .verMas img {
        max-width: 45px;
    }

    .contentCatalogo .bg .text {
        padding: 30px 20px 20px;
    }

    .contentCatalogo .bg::before {
        bottom: 109px;
    }

    .itemCat .itemProd {
        flex-basis: 50%;
    }

    .titleCat {
        height: 140px;
        font-size: 60px;
    }

    #selectColor a {
        margin: 0 30px;
    }

    #bannerProducto .cntDetallesProd.detallesCat-1,
    #bannerProducto .cntDetallesProd.detallesCat-2 {
        width: 100%;
    }

    #bannerProducto {
        background: #e65757;
        background: linear-gradient(90deg, rgba(230, 87, 87, 1) 0%, rgba(122, 122, 122, 1) 100%);
    }

    #bannerProducto figure {
        position: relative;
        z-index: 2
    }

    #bannerProducto #detalles1 {
        position: initial;
        padding: 50px 15px;
    }

    #bannerProducto #detalles1:before {
        display: block;
        content: "";
        background: url('../images/banner/s1.webp') center center no-repeat;
        background-size: auto 100%;
        opacity: 0.6;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0
    }

    #bannerProducto .container,
    #bannerProducto .productName,
    #bannerProducto .productDesc,
    #bannerProducto .cntdetalles1,
    #bannerProducto .textoTituloPrecio,
    #bannerProducto .precioProdDet {
        text-shadow: 0 0 5px #000
    }

    #bannerProducto .precioProdDet {
        max-width: 315px;
    }

    #bannerProducto .container {
        z-index: 2;
    }

    #garantia1 .distribuidor {
        background: #FB6E37;
        background: linear-gradient(330deg, rgba(251, 110, 55, 1) 0%, rgba(255, 228, 218, 1) 100%);
    }

    #garantia1 .distribuidor .izq {
        display: block;
    }

    #garantia1 .distribuidor .personaje {
        position: initial;
        margin-top: 15px;
    }

    #garantia1 .distribuidor .der {
        padding-right: 0;
        display: block;
    }

    #garantia1 .distribuidor .qr {
        position: initial;
        margin-top: 25px;
    }
}

@media(max-width: 900px) {
    #bannerProducto {
        background: url('/_src/images/productos/banner/x-bull_plus.webp') center top no-repeat;
        background-size: auto 100%;
    }

    #bannerProducto figure {
        display: none;
    }

    #bannerProducto #textBanner {
        position: initial;
        padding: 50px 0;
    }
}


@media(max-width:767px) {
    body {
        padding-bottom: 35px;
    }

    .btnCart i {
        display: none;
    }

    .mailTop {
        margin: 0 auto;
    }

    #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;
    }

    #tituloCatalogo {
        font-size: 46px;
    }


    a.toTop {
        left: auto;
        right: 21px;
    }

    #home-1 .text {
        font-size: 20px;
        font-weight: 500;
    }

    #ubicacionInicio .item {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 140px;
    }

    #ubicacionInicio .icon {
        top: -73px;
        margin-left: -54px;
    }

    #ubicacionInicio .icon img {
        max-width: 100px;
    }

    #ubicacionInicio .titleGeneral {
        font-size: 70px;
    }

    #ubicacionInicio .titleGeneral>div strong {
        font-size: 100px;
    }

    #creditoInicio .logoCredito img {
        max-width: 110px;
    }

    #creditoInicio .title {
        font-size: 31px;
    }

    #creditoInicio .title2 {
        font-size: 37px;
    }

    #creditoInicio .title2>div {
        font-size: 48px;
    }

    .comenzarAhora img {
        max-width: 330px;
    }

    #financiamiento .row {
        padding: 0 15px;
    }

    #financiamiento .row .col img {
        max-width: 100%;
    }

    #financiamiento .row .col .text {
        font-size: 25px;
    }

    #financiamiento .comenzarAhora {
        height: initial;
        padding-bottom: 50px;
    }

    #financiamiento .textCredito2 {
        margin-bottom: 15px;
    }

    #cntProductos .itemProd {
        width: 50%;
    }

    .preciosSujetos {
        padding: 25px 15px;
        max-width: 460px;
        margin: 0 auto;
        font-size: 30px;
    }

    #bannerProducto .title {
        font-size: 60px;
    }

    #bannerProducto .textoTituloPrecio {
        font-size: 30px;
    }

    #bannerProducto .precioProdDet {
        height: 70px;
    }

    #bannerProducto .coloresProd {
        font-size: 21px;
    }

    #bannerProducto .coloresProd span {
        display: block;
    }




    /*================*/

    .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;
    }

    .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;
    }



    .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.00%, 0% 100%, 0px 0px);
    }

    .detalleprev {
        height: 83px;
        width: 169px;
        padding-left: 60px;
        clip-path: polygon(100% 0px, 100% 100%, 48px 101.08%, 67px -1px);
    }

    .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;
    }



    .titContacto1 {
        font-size: 34px;
        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: linear-gradient(180deg, rgb(249, 186, 149) 0%, rgb(237, 101, 50) 100%);
    }

    .itemGarantia2-2 {
        height: auto;
        padding-bottom: 0px;
        font-size: 16px;
        align-items: center
    }

    .titleGarantia2 {
        font-size: 16px;
    }

    .itemGarantia2-1 {
        padding-right: 40px;
        top: initial;
    }

    .garantia2 {
        margin-bottom: 0;
    }

    #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;
    }






    .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;
    }

    .titCarousel {
        font-size: 25px;
    }

    #inicioCarousel {
        background-size: auto 100%;
    }



    .textCredito1 {
        text-shadow: 0px 2px 2px rgb(255, 255, 255);
    }

    .textCredito2 {
        text-shadow: 0px 2px 2px rgb(255, 255, 255);
    }

    #credito .row .col2 img {
        width: 450px;
        max-width: initial;
    }

    #financiamiento .textCredito1 {
        font-size: 35px;
    }

    #financiamiento .textCredito2 {
        font-size: 45px;
        margin-top: 30px
    }

    #financiamiento .textCredito2 div {
        font-size: 48px;
    }

    #financiamiento .background {
        background-size: auto 240px;
    }

    #financiamiento .btnCredito {
        font-size: 45px;
    }

    .footerContact div span {
        max-width: 442px;
    }

    .bgHead {
        height: 160px
    }

    .bgHead .container {
        font-size: 38px;
    }

    .logoHomeCatalogo img {
        max-height: 50px;
    }

    .verMas {
        font-size: 24px;
        width: 184px;
    }

    .verMas img {
        max-width: 35px;
        margin-left: 10px;
    }

    .contentCatalogo .bg .text {
        padding: 20px 20px 10px;
    }

    .contentCatalogo .bg::before {
        bottom: 30px;
    }

    .contentCatalogo .image {
        bottom: -30px;
    }

    #BendaContainer .itemProd .cinta::before {
        top: 15%;
    }

    .cinta .nombreProd {
        left: 30px;
        font-size: 35px;
    }

    .coloresDisponibles .tit {
        font-size: 38px;
    }

    .cntBtnsAddCantDet a {
        font-size: 22px;
        height: 80px
    }

    .cntBtnAddCart .cntBtnsAddCantDet {
        background-size: contain;
        background-repeat: no-repeat;
        width: 440px;
    }

    .titleCarrito1-a {
        font-size: 40px;
    }

    .titleCarrito1-a>div {
        font-size: 90px;
    }

}



@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;
    }


    .itemBottomCarrito1 {
        width: 150px;
    }

    .itemBottomCarrito2 {
        width: calc(100% - 155px);
    }

    .nombreP {
        text-align: center;
    }


}

@media(max-width:680px) {
    #tituloCatalogo {
        font-size: 45px;
    }

    #tituloCatalogo>div strong {
        font-size: 65px;
    }

    #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;
    }

    .titCarousel {
        font-size: 21px;
    }

    .imgCredito1,
    .imgCredito3 {
        max-width: 250px;
        margin: 0 auto;
        width: 100%;
    }

    .btnCredito {
        font-size: 37px;
        padding: 20px 35px;
    }

    #credito .background {
        background-size: 70px auto;
    }

    #financiamiento .col2 .imgCredito1 {
        max-width: 470px;
    }



    #financiamiento .textCredito1 {
        font-size: 30px;
    }

    #financiamiento .textCredito2 {
        font-size: 35px;
    }

    #financiamiento .textCredito2 div {
        font-size: 40px;
    }

    #financiamiento .background {
        background-size: auto 190px;
    }

    #bgContact figcaption {
        top: 85px;
    }

    .itemDet2 .text1 {
        font-weight: 800;
        font-size: 20px;
    }

    .itemDet2 .text2 {
        padding-top: 9px;
        font-size: 15px;
    }

    .itemDet2::before {
        top: -42px
    }

    #garantia1 .distribuidor .text {
        font-size: 23px;
    }

    #garantia1 .distribuidor .qr {
        max-width: 150px;
        margin: 25px auto 0;
    }

    #garantia1 .distribuidor .qr img {
        max-width: 100%;
    }

    #garantia1 .distribuidor .personaje img {
        max-width: 100%;
        height: auto;
    }
}


@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;
    }

    .titleCat {
        height: 100px;
        font-size: 40px;
        padding-left: 40px;
    }

    .itemCat .itemProd {
        flex-basis: 100%;
    }

    .itemCat .itemProd {
        flex-basis: 100%;
        justify-content: center;
    }
}

@media (max-width: 639px) {
    .titCarousel {
        padding: 0 0 65px;
    }
}

@media(max-width:600px) {
    #ubicacionInicio .titleGeneral {
        font-size: 50px;
    }

    #ubicacionInicio .titleGeneral>div strong {
        font-size: 80px;
    }

    #creditoInicio .title {
        font-size: 25px;
    }

    #creditoInicio .title2 {
        font-size: 27px;
    }

    #creditoInicio .title2>div {
        font-size: 38px;
    }

    .titleCarrito1-a {
        font-size: 30px;
    }

    .titleCarrito1-a>div {
        font-size: 70px;
    }

    .itemDetProd1>div {
        font-size: initial;
    }

    .titleBottomCart1-1 a {
        font-size: 20px;
    }

    .titleBottomCart1-2 {
        font-size: 18px;
    }

    /*=================*/



    #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%;
    }


    .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
    }


    .textCarritoDet1 {
        padding-top: 50px;
    }


    .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;
    }

    #selectColor {
        flex-wrap: wrap;
    }

    #selectColor a {
        width: 99px;
        height: 99px;
        margin: 0 20px;
    }

    .multipleGal figure {
        width: 50%;
    }

    #bannerProducto .detallesCat-2 .productName,
    #bannerProducto .productName {
        font-size: 40px;
    }

    #garantia1 .distribuidor {
        display: block;
    }

    #garantia1 .distribuidor .izq {
        max-width: initial;
    }

    #garantia1 .distribuidor .personaje img {
        margin: 0 auto;
        display: block;
    }

    #garantia1 .distribuidor .contacto {
        display: block;
        text-align: center;
        padding-top: 50px;
    }
}

@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;
    }

    .colorActual img {
        width: 35px;
    }

    .colorActual {
        margin-right: 18px;
    }

    #credito .background {
        background-size: 61px auto;
    }

    .col2 .imgCredito1 {
        max-width: 250px;
    }

    #credito .row {
        margin: 0 -15px
    }

    #credito .row .col {
        padding: 0 15px
    }

    .btnCredito {
        font-size: 27px;
        padding: 10px 30px;
    }

    #bannerProducto .title {
        font-size: 50px;
        padding-bottom: 5px;
    }

    #detalleProducto .carretera figure img {
        min-width: 380px;
    }
}

@media(max-width:540px) {
    #tituloCatalogo {
        font-size: 36px;
    }

    #tituloCatalogo>div strong {
        font-size: 50px;
    }

    .contentCatalogo .image figure {
        margin: 0;
    }

    /*=============================*/

    .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;
    }

    .titCarousel {
        font-size: 18px;
    }



    #financiamiento .textCredito1 {
        font-size: 28px;
        padding-right: 15px;
        padding-left: 15px
    }

    #financiamiento .textCredito2 {
        font-size: 32px;
    }

    #financiamiento .textCredito2 div {
        font-size: 35px;
    }

    #financiamiento .background {
        background-size: auto 170px;
    }

    #financiamiento .btnCredito {
        font-size: 25px;
    }

    .bgHead {
        height: 130px;
    }

    .bgHead .container {
        font-size: 28px;
    }

    #bgContact figcaption>div div {
        font-size: 15px;
        height: 50px;
        padding-left: 45px;
    }

    #bgContact figcaption>div div::before {
        width: 24px;
        height: 24px;
    }

    #bgContact figcaption {
        width: 261px;
        top: 65px
    }

    .contentCatalogo .cnt {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .logoHomeCatalogo::before {
        display: none;
    }

    .logoHomeCatalogo {
        padding-right: 0;
        border-bottom: solid 3px #FFF;
        margin-bottom: 15px;
        padding-bottom: 8px;
    }

    .contentCatalogo .bg::before {
        bottom: 140px;
    }

    .contentCatalogo .image figure {
        margin: 0 14px;
    }

    .conteDetalles2 .itemDet2 {
        width: 100%;
        flex-basis: 100%;
    }

    .conteDetalles2 .itemDet2:nth-child(2):before {
        display: none
    }

    .conteDetalles2 .itemDet2:nth-child(2):after {
        display: block;
        content: "";
        width: 58px;
        height: 138px;
        background: url('../images/productos/separador.png') center center no-repeat;
        position: absolute;
        left: 45%;
        top: -100px;
        transform: rotate(-90deg);
    }
}

@media (max-width: 520px) {}

@media(max-width:500px) {
    #frmContacto div[class*="col-"] {
        width: 100%
    }

    #cntProductos .itemProd {
        width: 100%;
    }

    .preciosSujetos {
        font-size: 25px;
    }


    /*===========*/

    .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;
    }

    .itemUbicacion1 {
        text-align: left;
    }

    .catalogo1 .cntCatalogo2 figure {
        height: 100px;
        background-position-x: -80px !important;
    }

    .catalogo1 .cntCatalogo2 .mas img {
        width: 80px;
    }
}

@media(min-width: 481px) {
    .btnCart>span span:before {
        display: inline-block;
        content: "(";
    }

    .btnCart>span span:after {
        display: inline-block;
        content: ")";
    }
}

@media(max-width:480px) {
    .contentCatalogo .item {
        width: 100%;
        margin-bottom: 25px;
    }

    #ubicacionInicio .item {
        margin: 0 auto 100px;
    }

    #ubicacionInicio .titleGeneral {
        font-size: 40px;
    }

    #ubicacionInicio .titleGeneral>div strong {
        font-size: 59px;
    }

    #ubicacionInicio figure {
        height: 105px;
    }

    #ubicacionInicio .icon img {
        max-width: 70px;
    }

    #ubicacionInicio .icon {
        top: -43px;
        margin-left: -35px;
    }

    #creditoInicio .row .col {
        width: 100%;
        max-width: 260px;
        height: initial;
        margin: 15px auto 55px;
    }

    .titleGarantia1 {
        font-size: 25px;
    }

    .btnCart>span {
        position: absolute;
        background: #000;
        color: #FFF;
        border-radius: 50%;
        font-size: 13px;
        font-weight: 500;
        width: 20px;
        height: 20px;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -2px;
        right: -10px;
    }

    .btnCart img {
        margin-right: 0;
    }

    #financiamiento .row .col {
        width: 100%;
    }

    #detalleProducto .carretera {
        height: 353px;
    }

    #detalleProducto .carretera figure img {
        min-width: 330px;
    }





    /*===============*/

    #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;
    }


    .itemDetProd1 {
        font-size: 15px;
    }

    .itemDetProd2 {
        font-size: 15px;
    }


    .itemGarantia2-1 {
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .itemGarantia2 {
        width: 100%;
    }

    #credito .row .col2 img {
        width: 350px;
    }

    #credito .container {
        padding-top: 160px;
    }

    #financiamiento .textCredito1 {
        font-size: 24px;

    }

    #financiamiento .textCredito2 {
        font-size: 27px;
        padding-right: 15px;
        padding-left: 15px
    }

    #financiamiento .textCredito2 div {
        font-size: 29px;
    }

    #bgContact figcaption {
        top: -85px;
    }

    .cinta .nombreProd {
        left: 20px;
        font-size: 30px;
    }

    .coloresDisponibles .tit {
        font-size: 31px;
    }

    #selectColor a {
        width: 79px;
        height: 79px;
        margin: 0 15px;
        border: solid 3px #FFF;
    }

    .cntBtnsAddCantDet a {
        font-size: 16px;
        height: 60px;
        padding: 0 0 0 50px;
        margin-right: 95px;
    }

    .cntBtnAddCart .cntBtnsAddCantDet {
        width: 320px;
    }

    .cntBtnAddCart .number-input button::before,
    .cntBtnAddCart .number-input button::after {
        width: 16px;
        height: 4px;
    }

    .detalleprev {
        height: 63px;
        width: 120px;
    }

    .number-input.detalleprev input[type="number"] {
        width: 18px;
    }

    #bannerProducto .detallesCat-2 .productName,
    #bannerProducto .productName {
        font-size: 35px;
    }
}


@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;
    }

    #credito .background {
        background-size: 41px auto;
    }
}

@media(max-width:380px) {
    #tituloCatalogo {
        font-size: 34px;
    }

    #tituloCatalogo>div strong {
        font-size: 40px;
    }

    .contentCatalogo .row {
        padding: 0 15px;
    }

    .contentCatalogo .image figure {
        margin: 0;
    }

    #ubicacionInicio figure {
        height: 85px;
    }

    #ubicacionInicio .icon {
        top: -33px;
        margin-left: -25px;
    }

    #ubicacionInicio .icon img {
        max-width: 50px;
    }

    #ubicacionInicio .titleGeneral {
        padding-left: 0;
        padding-right: 0;
    }

    #ubicacionInicio .titleGeneral>div strong {
        font-size: 55px;
    }

    .mailTop a {
        font-size: 15px;
    }

    .titleGarantia1 {
        font-size: 22px;
    }

    #detalleProducto .carretera {
        height: 320px;
    }

    #detalleProducto .carretera figure img {
        min-width: 300px;
    }


    /*===========*/
    .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;
    }

    .bgHead .container {
        font-size: 23px;
    }

    .cinta .nombreProd {
        font-size: 23px;
    }

    #bannerProducto .detallesCat-2 .productName,
    #bannerProducto .productName {
        font-size: 32px;
    }

    #bannerProducto .productDesc {
        text-shadow: 0 0 2px #000;
    }
}

@media(max-width:350px) {
    .itemManual1 {
        font-size: 11px;
    }

    .btn-aCarrito {
        padding-left: 13px;
        padding-right: 70px;
        width: 263px;
        font-size: 14px;
        height: 73px;
    }
}