body {
    overflow-x: hidden;
}
.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.header {
    padding: 15px;
    background-color: #171717;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.main {
    padding-top: 130px;
}

.center_header {
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
}

.navbar_moto {
    background-color: #171717;
}

.container_nav {
    position: relative;
    width: 100%;
}

.logo_menu {
    margin-top: 20px;
    transition: opacity .2s;
}

.logo_menu:hover {
    opacity: .8;
}

.menu_top {
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
}

.menu_bottom {
    width: 100%;
    text-align: right;
}

.nav_link_top {
    padding: 10px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    transition: .2s;
}

.nav_link_top.w--current {
    color: #ff4e00;
}

.nav_link_top:hover {
    color: #ff4e00;
}

.nav_link_bottom {
    padding: 15px 10px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    transition: .2s;
}

.nav_link_bottom.w--current {
    color: #ff4e00;
}

.nav_link_bottom:hover {
    color: #ff4e00;
}

.nav_link_bottom.link_arranca {
    margin-right: 8px;
    padding: 14px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.25);
    color: white;
}

.nav_link_bottom.link_arranca:hover {
    background-color: #ff4e00;
    color: #fff;
}

.nav_link_bottom.link_cotizar {
    background-color: #fff;
    color: #000;
}

.nav_link_bottom.link_cotizar:hover {
    background-color: #ff4e00;
    color: #fff;
}

.rotador_home {
    position: relative;
    width: 100%;
    height: 600px;
}

.slide_rotador {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('../images/fondo_rotador.png?vopti');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #171717;
}

.moto_slide {
    position: static;
    left: 0%;
    top: 15px;
    right: auto;
    bottom: auto;
    width: 55%;
    height: 575px;
    margin-top: 15px;
    float: left;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.content_slide {
    position: absolute;
    left: auto;
    top: 100px;
    right: 60px;
    bottom: auto;
    margin-top: 0px;
    float: left;
    text-align: center;
}

.txt_uno_slide {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 64px;
    line-height: 70px;
    font-style: italic;
    font-weight: 700;
    text-align: left;
}

.txt_dos_slide {
    margin-top: 0px;
    margin-bottom: 35px;
    padding-left: 30px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 64px;
    line-height: 70px;
    font-style: italic;
    font-weight: 300;
    text-align: left;
}

.cta_slide {
    padding: 15px 40px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: .2s;
}

.cta_slide:hover {
    background-color: #fff;
    color: #000;
}

.txt_cta_slide {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.modelo_marca_slide {
    margin-bottom: 40px;
}

.modelo_slide {
    width: 50%;
    padding-right: 8px;
    float: left;
    text-align: right;
}

.marca_slide {
    width: 50%;
    padding-left: 8px;
    float: left;
    text-align: left;
}

.modelo_txt {
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-align: right;
}

.contenedor_slide {
    position: relative;
    width: 1250px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.prev_slide {
    position: absolute;
    left: 0%;
    top: 32%;
    right: auto;
    bottom: auto;
    background-color: transparent;
    padding: 0;
}

.next_slide {
    position: absolute;
    left: auto;
    top: 32%;
    right: 0%;
    bottom: auto;
    background-color: transparent;
    padding: 0;
}

.motos_slide {
    width: 100%;
    height: 490px;
    background-image: url('../images/bg_slide_motos.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.contenedor_slide_motos {
    position: relative;
    width: 900px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
}

.motos_gal {
    width: 530px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.motos_gal {
    margin-left: 20px;
}


.moto_modelo_home {
    margin: 0 auto;
    height: 320px;
}

.prev_slide, .next_slide {
    z-index: 1;
}

.motos_gal.slick-slide:focus, .slide_rotador.slick-slide:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.modelo_full, .logo_full {
    width: 100%;
}

.modelo_full .modelo_txt {
    text-align: center;
}

.logo_full img {
    margin: 0 auto;
}

.moto_slide {
    position: relative;
}

.content_slide {
    position: relative;
    width: 45%;
    float: right;
}

.txt_uno_slide {
    padding-left: 35px;
}

.txt_dos_slide {
    padding-left: 65px;
}

.rotador_home {
    height: 100%;
}

.titu_moto_gal {
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    color: #000;
    font-size: 40px;
    line-height: 40px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}

.cta_gal_motos {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px 50px;
    border: 2px solid #000;
    font-family: Roboto, sans-serif;
    color: #ff4e00;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: .2s;
}

.cta_gal_motos:hover {
    background-color: #ff4e00;
    color: #fff;
    border-color: #ff4e00;
}

.prev_gal_moto {
    position: absolute;
    left: 0%;
    top: 49%;
    right: auto;
    bottom: auto;
    padding: 5px 10px;
    background-color: transparent;
    z-index: 1;
}

.next_gal_moto {
    position: absolute;
    left: auto;
    top: 49%;
    right: 0%;
    bottom: auto;
    padding: 5px 10px;
    background-color: transparent;
}

.cta_home_col {
    width: 50%;
    padding: 90px 10px;
    float: left;
    color: #fff;
    text-decoration: none;
    transition: .2s;
    min-height: 200px;
    background-color: #000;
}

.cta_home_col:hover {
    box-shadow: inset 0 0 1px 4px #ff4e00;
    color: #ff4e00;
}

.cta_home_col.cta_uno {
    background-image: url('../images/cta_uno.png?vopti');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
}

.cta_home_col.cta_dos {
    background-image: url('../images/cta_dos.png?vopti');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
}

.cta_home_col.cta_tres {
    background-image: url('../images/cta_tres.png?vopti');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
}

.cta_home_col.cta_cuatro {
    background-image: url('../images/cta_cuatro.png?vopti');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
}

.txt_cta_home {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}

.catalogo {
    /*display: none;*/
}

.contenedor_categorias {
    width: 1050px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.buttons_categoria {
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    text-align: center;
}

.col_categoria {
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 20px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.col_categoria:hover {
    color: #ff4e00;
}

.col_categoria.active_cate {
    color: #ff4e00;
}

.titu_cate {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}

.col_motos_categoria {
    width: 31.33%;
    margin-right: 1%;
    margin-bottom: 25px;
    margin-left: 1%;
    float: left;
    text-align: center;
    text-decoration: none;
    transition: opacity .2s;
}

.col_motos_categoria:hover {
    opacity: .8;
}

.nombre_moto_cate {
    margin-top: 15px;
    font-family: Roboto, sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 120%;
}

.nombre_moto_cate_rojo {
    margin-top: 15px;
    font-family: Roboto, sans-serif;
    color: #ff4e00;
    font-size: 20px;
    font-weight: 400;
}

.col_taller {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 30px;
    margin-left: 1%;
    float: left;
    text-decoration: none;
    transition: opacity .2s;
}

.col_taller:hover {
    opacity: .8;
}

.col_ubicaciones {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 30px;
    margin-left: 1%;
    float: left;
    text-decoration: none;
    transition: opacity .2s;
}

.col_ubicaciones:hover {
    opacity: .8;
}

.taller_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    padding-right: 50px;
    padding-left: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/bg_taller_home.png?vopti');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.titu_taller {
    width: 100%;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
}

.descrip_taller_ubi {
    width: 365px;
    max-width: 90%;
    margin-bottom: 40px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 100;
}

.txt_cta_taller_ubi {
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
}

.cta_taller {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 30px;
    float: left;
    border: 2px solid #fff;
    font-family: Roboto, sans-serif;
    color: #ff4e00;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
}

.cta_ubicaciones {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 55px;
    float: left;
    border: 2px solid #fff;
    font-family: Roboto, sans-serif;
    color: #ff4e00;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
}

.ubica_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    padding-right: 50px;
    padding-left: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/bg_ubi_home.png?vopti');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.titu_ubi {
    width: 100%;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    color: #ff4e00;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
}

.container_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 30px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo_copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    float: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo_footer {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #bababa;
    transition: opacity .2s;
}
.logo_footer:hover {
    opacity: 0.8;
}

.mail_footer {
    transition: opacity .2s;
}

.mail_footer:hover {
    opacity: 0.8;
}

.copy_footer {
    width: 280px;
    max-width: 90%;
    font-family: Roboto, sans-serif;
    color: #030303;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
}

.logo_mail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    float: left;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo_cofi {
    margin-left: 30px;
    padding-left: 30px;
    border-right: 0px solid #bababa;
    border-left: 1px solid #bababa;
    transition: opacity .2s;
}

.logo_cofi:hover {
    opacity: 0.8;
}

.flotantes {
    position: fixed;
    right: 1%;
    bottom: 10%;
}

.whats_float {
    margin-right: 0px;
    margin-left: 10px;
    transition: .2s;
}

.whats_float:hover {
    opacity: 0.8;
}

.nosotros {
    height: 545px;
    margin-bottom: 25px;
}

.nosotros.nosotros_term {
    height: auto;
}

.content_nosotros {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/bg_nosotros.png?vopti');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.content_nosotros.content_nosotros_term {
    padding-top: 40px;
    padding-bottom: 40px;
}

.container_nosotros {
    width: 700px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.titu_nosotros {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 50px;
    line-height: 55px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}

.txt_nosotros {
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
}

.txt_nosotros.txt_nosotros_term {
    text-align: justify;
}

.servicios_al_cliente {
    background-image: url('../images/bg_servi_clien.png?vopti');
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: no-repeat;
}

.container_formularios {
    width: 1050px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.col_left_info {
    width: 50%;
    float: left;
}

.col_left_info.sp_top {
    padding-top: 50px;
}

.col_right_info {
    width: 50%;
    padding-left: 0px;
    float: left;
}

.titu_col_left {
    width: 285px;
    max-width: 90%;
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 50px;
    line-height: 55px;
    font-style: italic;
    font-weight: 700;
}

.txt_servi {
    width: 380px;
    max-width: 90%;
    margin-bottom: 40px;
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    font-weight: 400;
}

.img_cate {
    width: 255px;
    height: 195px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.img_cate.moto_uno {
    background-image: url('../images/cate_uno.png?vopti');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.img_cate.moto_dos {
    background-image: url('../images/cate_dos.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.img_cate.moto_tres {
    background-image: url('../images/cate_tres.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.label_forms {
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 16px;
    font-weight: 400;
}

.inputs_forms {
    height: 50px;
    margin-bottom: 20px;
    border: 1px solid #171717;
    color: #171717;
    font-size: 14px;
}

.inputs_forms.textarea_con {
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.inputs_forms.selec_con {
    background-color: #fff;
    color: #666;
    font-size: 14px;
}

.submit_form {
    padding: 15px 45px;
    background-color: #ff4e00;
    font-family: Roboto, sans-serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 1px;
}

.container_ubicaciones {
    width: 950px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
    padding-bottom: 70px;
}

.titu_ubicaciones {
    margin-top: 0px;
    margin-bottom: 70px;
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 50px;
    line-height: 55px;
    font-style: italic;
    font-weight: 900;
    text-align: center;
}

.subtitu_ubicaciones {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
    float: left;
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 30px;
    line-height: 35px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.subtitu_ubicaciones.sub_top {
    margin-top: 70px;
}

.col_ubica {
    position: relative;
    width: 31.33%;
    height: 230px;
    margin-right: 1%;
    margin-bottom: 20px;
    margin-left: 1%;
    padding: 30px 25px 20px;
    float: left;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.titu_lugar {
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
}

.direccion_txt {
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    color: #5b5b5b;
    font-style: italic;
    font-weight: 300;
}

.cta_maps {
    position: absolute;
    left: 8%;
    top: auto;
    right: auto;
    bottom: 9%;
    padding: 15px 45px;
    border: 1px solid #939393;
    border-radius: 5px;
    background-image: url('../images/icon_maps.png');
    background-position: 8% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: opacity .2s;
}

.cta_maps:hover {
    opacity: .8;
}

.txt_cta_maps {
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.link_redes {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-left: 30px;
    color: #171717;
    text-decoration: none;
}

.link_redes.icon_fb {
    background-image: url('../images/fb_icon.png');
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.link_redes.icon_tw {
    background-image: url('../images/tw_icon.png');
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.txt_redes {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.txt_recursos_hu {
    margin-top: 40px;
    margin-bottom: 25px;
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 16px;
    font-weight: 700;
}

.txt_re_hu {
    width: 265px;
    max-width: 90%;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 300;
}

.link_cv {
    color: #ff4e00;
    font-weight: 500;
    text-decoration: none;
}

.container_promociones {
    width: 960px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.titu_promociones {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 50px;
    line-height: 55px;
    font-style: italic;
    font-weight: 900;
    text-align: center;
}

.sub_txt_promociones {
    margin-bottom: 80px;
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
}

.col_promociones {
    width: 46%;
    margin-right: 2%;
    margin-bottom: 50px;
    margin-left: 2%;
    float: left;
    text-decoration: none;
    transition: opacity .2s;
}

a.col_promociones:hover {
    opacity: .8;
}

.img_promociones_col {
    width: 100%;
    height: 300px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eee;
}

.img_promociones_col.promo_uno {
    background-image: url('../images/promo_uno.png');
}

.img_promociones_col.promo_dos {
    background-image: url('../images/promo_dos.png');
}

.img_promociones_col.promo_tres {
    background-image: url('../images/promo_tres.png');
}

.content_txt_promo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.c-promociones {
    display: flex;
    flex-wrap: wrap;
}

.txt_col_promo {
    background-image: url('../images/arrow_promo.png');
    background-position: 95% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 16px;
    font-weight: 500;
    padding-right: 40px
}

.txt_col_promo.txt_col_promo--no-anchor {
    background-image: none;
}

.img_promociones_col_figure img {
    /* aspect-ratio: 23/15; */
    background-color: #eee;
}

.titu_repuestos {
    width: 320px;
    max-width: 90%;
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 50px;
    line-height: 55px;
    font-style: italic;
    font-weight: 900;
}

.repuestos {
    background-image: url('../images/bg_repuestos.png?vopti');
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: no-repeat;
}

.banner_arranca_tu_negocio {
    width: 100%;
    height: 500px;
}

.banner_slide {
    width: 100%;
    height: 100%;
    background-color: #eee;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.container_form_negocio {
    width: 1070px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.col_left_negocio {
    width: 55%;
    padding-right: 10px;
    float: left;
}

.col_left_negocio.sp_top {
    padding-top: 50px;
}

.col_right_negocio {
    width: 45%;
    float: left;
}

.form_tu_negocio {
    margin-bottom: 0px;
    padding: 30px 50px;
    background-color: #000;
}

.label_form_negocio {
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.inputs_form_negocio {
    height: 50px;
    margin-bottom: 20px;
    border: 1px solid #989898;
    border-radius: 2px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-family: Roboto, sans-serif;
}

.inputs_form_negocio.textarea_con {
    height: 80px;
    max-height: 80px;
    min-height: 80px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.inputs_form_negocio.selec_con {
    background-color: #fff;
    color: #666;
    font-size: 14px;
}

.titu_form_tu_negocio {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    color: #ff4800;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}

.txt_form_tu_negocio {
    margin-bottom: 40px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.titu_se_parte {
    margin-top: 0px;
    margin-bottom: 35px;
    font-family: Roboto, sans-serif;
    color: #525252;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}

.submit_form_negocio {
    width: 100%;
    padding: 20px 0px;
    border-radius: 2px;
    background-color: #ff4e00;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
}

.sub_titu_ofrecemos {
    margin-bottom: 25px;
    font-family: Roboto, sans-serif;
    color: #ff4800;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
}

.txt_ofre {
    width: 420px;
    max-width: 90%;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
    color: #525252;
    font-size: 14px;
    font-weight: 500;
}

.txt_ofre p {
    margin-bottom: 15px;
}

.txt_ofre a {
    color: #ff4800;
}

.lista_tu_negocio {
    font-family: Roboto, sans-serif;
    color: #525252;
    font-size: 14px;
    font-weight: 500;
}

.lista_tu_negocio ul,
.lista_tu_negocio ol {
    padding-left: 18px;
}

.lista_tu_negocio li {
    margin-bottom: 10px;
}

.lista_tu_negocio a {
    color: #ff4800;
}

.lista_tu_negocio p {
    margin-bottom: 15px;
}

.txt_item_tu_negocio {
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    color: #525252;
    font-size: 14px;
    font-weight: 500;
}

.sub_titu_requi {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    color: #ff4800;
    font-size: 16px;
    font-weight: 700;
}

.txt_requi {
    width: 220px;
    max-width: 90%;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    color: #525252;
    font-size: 14px;
    font-weight: 500;
}

.txt_requi p {
    margin-bottom: 15px;
}

.txt_requi a {
    color: #ff4800;
}

.sub_titu_buscamos {
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    color: #ff4800;
    font-size: 16px;
    font-weight: 700;
}

.checkbox_label {
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
}

.checkbox_field {
    margin-top: 30px;
    margin-bottom: 30px;
}

.content_recaptcha {
    margin-bottom: 25px;
}

.catalogo_interna {
    margin-bottom: 80px;
}

.breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    background-color: #fbfbfb;
}

.link_bread {
    text-decoration: none;
    transition: .2s;
}

.tel_flotante {
    transition: opacity .2s;
}

.tel_flotante:hover {
    opacity: .9;
}

.link_bread:hover {
    opacity: .8;
}

.txt_bread {
    padding-left: 35px;
    background-image: url('../images/icon_bread.png');
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px;
}

.fondo_moto_interna {
    width: 100%;
    height: 420px;
    background-image: url('../images/bg_interna_catalogo.png?vopti');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.container_interna {
    width: 1050px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.moto_interna {
    position: relative;
    top: 60px;
    width: 60%;
    height: 420px;
    float: left;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}

.moto_interna.moto_interna--active {
    display: block;
}

.opciones_moto {
    position: relative;
    top: 115px;
    width: 40%;
    float: right;
    text-decoration: none;
}

.content_op_moto {
    width: 310px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.txt_modelo_interna {
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.modelo_interna {
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 0;
}

.cta_cotizar_interna {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 2px;
    background-color: #ff4e00;
    text-decoration: none;
    transition: opacity .2s;
}

.cta_cotizar_interna:hover {
    opacity: .9;
}

.txt_cta_cotizar_interna {
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.colores_op {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    max-width: 90%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.item_op {
    width: 30px;
    height: 30px;
    padding: 3px;
    border-radius: 100%;
    background-color: #fff;
    transition: .2s;
}

.item_op:hover {
    opacity: .8;
}

.item_op.item_op--active {
    box-shadow: 1px 1px 10px #ff4e00;
}

.color_op {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.color_op.color_uno {
    background-color: #d50020;
}

.color_op.color_dos {
    background-color: #1a3ce6;
}

.color_op.color_tres {
    background-color: #171717;
}

.container_tabla_interna {
    width: 1000px;
    max-width: 90%;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
}

.container_tabla_interna .fila  {
    background-color: #fafafa;
}

.container_tabla_interna .fila:nth-child(even) {
    background-color: #fdfdfd;
}

.fila_osc {
    padding-top: 15px;
    padding-bottom: 15px;
}

.contenedor_fila {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 780px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.txt_tabla_interna {
    margin-right: 5px;
    font-family: Roboto, sans-serif;
    color: #363636;
    font-size: 16px;
}

.fila_cla {
    padding-top: 15px;
    padding-bottom: 15px;
}

.col_motos_catalogo_inter {
    width: 31.33%;
    margin-right: 1%;
    margin-bottom: 25px;
    margin-left: 1%;
    float: none;
    text-align: center;
    text-decoration: none;
    transition: opacity .2s;
}

.col_motos_catalogo_inter:hover {
    opacity: .8;
}

.contenedor_catalogo_interna {
    width: 1050px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.container_cotizar {
    width: 1150px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.titu_cotizar_ahora {
    width: 340px;
    max-width: 90%;
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 50px;
    line-height: 55px;
    font-style: italic;
    font-weight: 700;
}

.txt_cotizar {
    width: 380px;
    max-width: 90%;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    color: #171717;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    font-weight: 400;
}

.form_cotizar_ahora {
    padding: 40px 50px;
    background-color: #ff4e00;
}

.labels_cotizar {
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.inputs_cotizar {
    height: 50px;
    margin-bottom: 20px;
    color: #171717;
    font-size: 14px;
    font-family: Roboto, sans-serif;
}

.inputs_cotizar.textarea_con {
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.inputs_cotizar.selec_con {
    background-color: #fff;
    color: #666;
    font-size: 14px;
}

.submit_cotizar {
    padding: 15px 45px;
    background-color: #000;
    font-family: Roboto, sans-serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 1px;
}

.txt_modelo_cotizar {
    margin-bottom: 40px;
    font-family: Roboto, sans-serif;
    color: #ff4e00;
    font-size: 30px;
    line-height: 35px;
    font-style: italic;
    font-weight: 900;
    text-align: center;
}

.moto_cotizar {
    width: 100%;
    height: 290px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.col_right_info_cotizar {
    width: 45%;
    padding-left: 30px;
    float: right;
}

.col_left_info_cotizar {
    width: 55%;
    float: left;
}

.col_left_info_cotizar.sp_top {
    padding-top: 50px;
}

.sec1_taller {
    padding-top: 70px;
    padding-bottom: 70px;
}

.header_thank {
    padding-top: 35px;
    padding-bottom: 20px;
    background-color: #171717;
}

.jc_div_logo {
    text-align: center;
}

.jc_banner_thank-you {
    padding-top: 80px;
    padding-bottom: 180px;
    background-image: url('../images/fondo_rotador.png?vopti');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.jc_container_thank-you {
    width: 1000px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.jc_titul_thank {
    margin-bottom: 40px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.jc_text_descript {
    margin-bottom: 50px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.jc_cont_button {
    text-align: center;
}

.jc_cta_one {
    display: inline-block;
    padding: 25px 100px 25px 35px;
    border: 2px solid #ff8200;
    border-radius: 100px;
    background-image: url('../images/icon_arrow_1icon_arrow.png');
    background-position: 95% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    color: #001a72;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
}

.jc_cta_one.jc_cta_thank {
    padding-right: 70px;
    border-color: #ff4e00;
    background-image: url('../images/next_gal_moto.png');
    background-position: 94% 50%;
    background-size: auto;
    color: #fff;
    text-transform: uppercase;
    transition: background-color .2s;
}

.jc_cta_one.jc_cta_thank:hover {
    background-color: #ff4e00;
}

.jc_tabs_menu {
    width: 650px;
    max-width: 90%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    text-align: center;
}

.jc_tab_link {
    width: 24%;
    padding-right: 5px;
    padding-left: 5px;
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

.jc_tab_link:hover .jc_text_nab {
    color: #ff4e00;
}

.jc_tab_link.w--current {
    background-color: transparent;
}

.jc_tab_link.w--current .jc_text_nab {
    color: #ff4e00;
}

.jc_text_nab {
    font-family: Roboto, sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    transition: color .2s;
    text-transform: uppercase;
}

.jc_text_nab:hover {
    color: #ff4e00;
}

.swal-modal {
    background-color: #171717 !important;
}

.swal-title {
    font-family: Roboto, sans-serif!important;
    color: #fff;
}

.swal-text {
    font-family: Roboto, sans-serif!important;
    color: #fff;
    text-align: center;
}

.swal-button {
    font-family: Roboto, sans-serif!important;
    background-color: #ff4e00;
    transition: background-color 0.2s;
    box-shadow: none !important;
}

.swal-button:not([disabled]):hover {
    background-color: #ff4e00d4;
}

.swal-icon img {
    max-height: 50px;
}

.input_cloud:focus {
    outline: 1px solid #00387c;
}

.input_cloud_error {
    outline: 1px solid #00387c;
}

input[type="submit"]:disabled {
    opacity: .8;
}

.message {
    position: fixed;
    bottom: 0;
    z-index: 1;
    background: red;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.c-generic {
    max-width: 600px;
    margin: auto;
    text-align: center;
    padding: 60px 20px 60px 20px;
}

.c-generic-image {
    margin-bottom: 20px;
}

.c-generic__title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Roboto,sans-serif;
    color: #000;
    font-size: 40px;
    line-height: 115%;
    font-weight: bold;
    text-align: center;
}

.c-generic__description {
    font-family: Roboto,sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px
}

.c-generic__link {
    display: inline-block;
    font-family: Roboto,sans-serif;
    color: #ff4e00;
    font-size: 15px;
    line-height: 21px;
    text-decoration: none;
    padding: 14px 30px;
    font-weight: bold;
    border: 2px solid #000;
    transition: .2s;
}

.c-generic__link:hover {
    background-color: #ff4e00;
    color: #fff;
    border-color: #ff4e00;
}

.c-motos {
    display: flex;
    flex-wrap: wrap;
}

.img_cate_picture__image {
    aspect-ratio: 4/3;
    object-fit: contain;
}

.img_cate_picture__image.img_cate_picture__image--home {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .txt_uno_slide {
        padding-left: 0px;
        font-size: 58px;
        line-height: 64px;
    }

    .txt_dos_slide {
        padding-left: 30px;
        font-size: 58px;
        line-height: 64px;
    }

}

@media screen and (max-width: 1020px) {
    .nav_link_bottom {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .main {
        padding-top: 90px;
    }

    .header {
        padding-right: 0px;
        padding-left: 0px;
    }

    .container_nav {
        padding-right: 15px;
        padding-left: 15px;
    }

    .logo_menu {
        margin-top: 0px;
        transition: opacity .2s;
    }

    .logo_menu:hover {
        opacity: .8;
    }

    .nav_menu {
        padding-top: 10px;
        background-color: #171717;
    }

    .nav_menu:hover {
        color: #ff4e00 !important;
    }

    .jc_tab_link:hover {
        /*box-shadow: inset 0 0 1px 1px #ff4e00;*/
        color: #ff4e00;
    }

    .jc_tab_link.w--current {
        color: #ff4e00 !important;
    }

    .menu_top {
        margin-bottom: 0px;
    }

    .nav_link_top {
        text-transform: uppercase;
    }

    .nav_link_bottom {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 13px;
        font-weight: 300;
    }

    .nav_link_bottom.link_arranca {
        margin-right: 0px;
        padding: 10px;
        border-width: 0px;
    }

    .nav_link_bottom.link_cotizar {
        background-color: transparent;
        color: #fff;
    }

    .rotador_home {
        height: 450px;
    }

    .moto_slide {
        height: 440px;
        margin-top: 10px;
    }

    .content_slide {
        top: 55px;
        right: 45px;
    }

    .txt_uno_slide {
        font-size: 50px;
        line-height: 55px;
    }

    .txt_dos_slide {
        margin-bottom: 25px;
        font-size: 50px;
        line-height: 55px;
    }

    .motos_slide {
        height: auto;
    }

    .buttons_categoria {
        margin-bottom: 30px;
    }

    .taller_content {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 50px;
    }

    .ubica_content {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 50px;
    }

    .logo_copy {
        width: 65%;
    }

    .logo_mail {
        width: 35%;
    }

    .menu_button {
        color: #fff;
    }

    .menu_button.w--open {
        background-color: #171717;
    }

    .nosotros {
        height: 400px;
    }

    .txt_servi {
        margin-bottom: 15px;
    }

    .img_cate {
        background-size: contain;
    }

    .img_cate.moto_uno {
        background-size: contain;
    }

    .img_cate.moto_dos {
        background-size: contain;
    }

    .img_cate.moto_tres {
        background-size: contain;
    }

    .col_ubica {
        width: 48%;
    }

    .txt_re_hu {
        margin-bottom: 0px;
    }

    .img_promociones_col {
        height: 200px;
    }

    .titu_repuestos {
        font-size: 40px;
        line-height: 45px;
    }

    .banner_arranca_tu_negocio {
        height: 400px;
    }

    .form_tu_negocio {
        padding-right: 30px;
        padding-left: 30px;
    }

    .fondo_moto_interna {
        height: 380px;
    }

    .txt_cotizar {
        margin-bottom: 15px;
    }

    .txt_modelo_cotizar {
        margin-bottom: 15px;
    }

    .header_thank {
        padding-top: 25px;
    }

    .jc_banner_thank-you {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .txt_uno_slide {
        padding-left: 0px;
    }

    .txt_dos_slide {
        padding-left: 25px;
    }

    .motos_gal {
        margin-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .img_cate_picture__image.img_cate_picture__image--home {
        height: 250px;
    }
    .c-promociones {
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
    }
    .c-generic__title {
        font-size: 32px;
    }

    .container_nav {
        padding-right: 0px;
        padding-left: 0px;
    }

    .rotador_home {
        height: 350px;
    }

    .moto_slide {
        height: 325px;
    }

    .content_slide {
        top: 38px;
        right: 20px;
    }

    .txt_uno_slide {
        font-size: 30px;
        line-height: 35px;
    }

    .txt_dos_slide {
        padding-left: 20px;
        font-size: 30px;
        line-height: 35px;
    }

    .cta_slide {
        padding: 12px 30px;
    }

    .modelo_marca_slide {
        margin-bottom: 20px;
    }

    .modelo_txt {
        font-size: 22px;
        line-height: 26px;
    }

    .txt_cta_home {
        font-size: 15px;
    }

    .buttons_categoria {
        margin-bottom: 20px;
    }

    .col_categoria {
        width: auto;
        margin-bottom: 20px;
    }

    .col_motos_categoria {
        width: 48%;
    }

    .col_taller {
        width: 95%;
        margin-right: 2.5%;
        margin-left: 2.5%;
    }

    .col_ubicaciones {
        width: 95%;
        margin-right: 2.5%;
        margin-left: 2.5%;
    }

    .container_footer {
        display: block;
    }

    .logo_copy {
        display: block;
        width: 100%;
        text-align: center;
    }

    .logo_footer {
        margin-right: 0px;
        margin-bottom: 20px;
        padding-right: 0px;
        border-right-width: 0px;
    }

    .copy_footer {
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }

    .logo_mail {
        display: block;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .logo_cofi {
        margin-left: 0px;
        padding-left: 0px;
        border-left-width: 0px;
    }

    .mail_footer {
        width: 100%;
        margin-bottom: 20px;
    }

    .nosotros {
        height: 350px;
    }

    .titu_nosotros {
        font-size: 40px;
        line-height: 45px;
        text-align: center;
    }

    .titu_col_left {
        font-size: 32px;
        line-height: 38px;
    }

    .titu_ubicaciones {
        margin-bottom: 50px;
    }

    .col_ubica {
        height: 225px;
    }

    .cta_maps {
        padding-right: 35px;
        padding-left: 35px;
        background-position: 6% 50%;
    }

    .sub_txt_promociones {
        margin-bottom: 50px;
    }

    .col_promociones {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 30px;
        margin-left: 0%;
    }

    .img_promociones_col {
        height: 250px;
    }

    .titu_repuestos {
        font-size: 32px;
        line-height: 38px;
    }

    .banner_arranca_tu_negocio {
        height: 250px;
    }

    .form_tu_negocio {
        padding-right: 15px;
        padding-left: 15px;
    }

    .submit_form_negocio {
        font-size: 14px;
    }

    .fondo_moto_interna {
        height: 300px;
    }

    .moto_interna {
        top: 40px;
        height: 300px;
    }

    .opciones_moto {
        top: 30px;
    }

    .col_motos_catalogo_inter {
        width: 48%;
    }

    .titu_cotizar_ahora {
        font-size: 32px;
        line-height: 38px;
    }

    .form_cotizar_ahora {
        padding-right: 25px;
        padding-left: 25px;
    }

    .sec1_taller {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .jc_tab_link {
        width: auto;
    }
}

@media screen and (max-width: 479px) {
    .logo_menu {
        width: 78%;
    }

    .rotador_home {
        height: 500px;
    }

    .moto_slide {
        width: 100%;
        height: 230px;
        background-image: url('../images/moto_slide.png');
        background-position: 50% 50%;
        background-size: 280px;
        background-repeat: no-repeat;
        text-align: center;
    }

    .content_slide {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        padding-top: 20px;
    }

    .txt_uno_slide {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }

    .txt_dos_slide {
        margin-bottom: 15px;
        padding-left: 0px;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }

    .modelo_marca_slide {
        margin-bottom: 25px;
    }

    .modelo_txt {
        font-size: 25px;
        line-height: 30px;
    }

    /*.prev_gal_moto {
        left: -5%;
    }*/

    /*.next_gal_moto {
        right: -5%;
    }*/

    .cta_home_col {
        width: 100%;
        min-height: auto;
    }

    .contenedor_categorias {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .buttons_categoria {
        margin-bottom: 30px;
    }

    .col_categoria {
        width: auto;
    }

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

    .col_taller {
        margin-bottom: 20px;
    }

    .col_ubicaciones {
        margin-bottom: 20px;
    }

    .taller_content {
        display: block;
        height: auto;
        padding: 20px;
    }

    .ubica_content {
        display: block;
        height: auto;
        padding: 20px;
    }

    .mail_footer {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .flotantes {
        bottom: 4%;
        width: 100px;
        text-align: center;
    }

    .tel_flotante {
        width: 100%;
        margin-bottom: 10px;
    }

    .whats_float {
        width: 100%;
        margin-left: 0px;
    }

    .nosotros {
        height: auto;
    }

    .content_nosotros {
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .titu_nosotros {
        font-size: 30px;
        line-height: 35px;
    }

    .txt_nosotros {
        font-size: 16px;
    }

    .col_left_info {
        width: 100%;
        margin-bottom: 20px;
    }

    .col_left_info.sp_top {
        padding-top: 0px;
    }

    .col_right_info {
        width: 100%;
    }

    .txt_servi {
        margin-bottom: 15px;
    }

    .container_ubicaciones {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .titu_ubicaciones {
        margin-bottom: 50px;
        font-size: 40px;
        line-height: 45px;
    }

    .subtitu_ubicaciones {
        margin-bottom: 30px;
    }

    .subtitu_ubicaciones.sub_top {
        margin-top: 40px;
    }

    .col_ubica {
        width: 100%;
        height: auto;
        margin-right: 0%;
        margin-left: 0%;
    }

    .cta_maps {
        position: static;
    }

    .txt_recursos_hu {
        margin-top: 0px;
    }

    .titu_promociones {
        margin-bottom: 50px;
        font-size: 40px;
        line-height: 45px;
    }

    .img_promociones_col {
        height: 175px;
    }

    .banner_arranca_tu_negocio {
        height: 175px;
    }

    .col_left_negocio {
        width: 100%;
        margin-bottom: 20px;
    }

    .col_left_negocio.sp_top {
        padding-top: 0px;
    }

    .col_right_negocio {
        width: 100%;
    }

    .breadcrumb {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
    }

    .fondo_moto_interna {
        height: 500px;
    }

    .moto_interna {
        top: auto;
        width: 100%;
    }

    .opciones_moto {
        top: auto;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .cta_cotizar_interna {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .contenedor_fila {
        display: block;
        text-align: center;
    }

    .txt_tabla_interna {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .fila_cla {
        padding-bottom: 10px;
    }

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

    .contenedor_catalogo_interna {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .txt_cotizar {
        margin-bottom: 15px;
    }

    .form_cotizar_ahora {
        padding-right: 20px;
        padding-left: 20px;
    }

    .txt_modelo_cotizar {
        margin-bottom: 15px;
    }

    .col_right_info_cotizar {
        width: 100%;
        margin-bottom: 30px;
        padding-left: 0px;
    }

    .col_left_info_cotizar {
        width: 100%;
        margin-bottom: 20px;
    }

    .col_left_info_cotizar.sp_top {
        padding-top: 0px;
    }

    .jc_banner_thank-you {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .jc_cta_one {
        padding-right: 70px;
        padding-left: 20px;
    }

    .jc_cta_one.jc_cta_thank {
        padding-right: 35px;
        font-size: 14px;
    }

    .jc_tab_link {
        width: auto;
    }

    .jc_tab_link.w--current {
        border-bottom: 1px solid #ff4e00;
    }

    .modelo_slide {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 10px;
    }

    .content_slide {
        width: 100%;
    }

    .modelo_txt {
        text-align: center;
    }

    .txt_dos_slide {
        padding-left: 0px;
    }

    .marca_slide {
        width: 100%;
        padding-left: 0px;
    }

    .marca_slide img {
        margin: 0 auto;
    }

    .moto_modelo_home {
        height: auto;
    }

    .motos_gal {
        margin-left: 18px;
    }

    .jc_tab_link:hover {
        /*box-shadow: inset 0 0 1px 2px #ff4e00;*/
        color: #ff4e00;
    }
}

