.txt_buttons_menu {
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
}

.navmenu_desktop {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: url('../images/fondo_menu.png');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: absolute;
}

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

.col_menu.left {
  padding-top: 20px;
}

.col_menu.col_menu_der {
  display: block;
}

.col_menu.col_menu_none {
  display: none;
}

.back_menu_movil {
  color: #000;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.buttons_menu {
  color: #000;
  background-color: #0000;
  padding: 18px 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.buttons_menu.w--current {
  background-color: #0000;
}

.img_moto_menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.arrow_ban {
  width: 12px;
}

.navbar_vespa {
  background-color: #0000;
}

.tabs_menu {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.navmenu_movil {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
}

.tabs_content_buttons {
  float: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
}

.nombre_moto_menu {
  color: #fff;
  background-color: red;
  padding: 5px;
  font-family: Roboto Condensed, sans-serif;
  position: absolute;
  inset: auto auto 0% 0%;
}

.header {
  z-index: 99;
  width: 100%;
  position: fixed;
}

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

.container {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container.c-menu {
  width: 1100px;
  height: 100%;
}

.container.c-nav {
  width: 100%;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 22px;
}

.container.c-de-motos, .container.c-galeria {
  width: 1100px;
}

.container.c-tabs {
  width: 1070px;
}

.container.container_form {
  width: 100%;
  max-width: 100%;
}

.img_menu {
  width: 100%;
}

.nav_content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.logo_vespa {
  width: 115px;
}

.menu_button {
  color: #fff;
  background-color: #0000;
}

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

.txt_banner_menu {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.tabs_content {
  float: left;
  width: 67%;
  padding-top: 80px;
}

.banners_menu {
  background-image: url('../images/img_tab2_menu2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  width: 94%;
  height: 480px;
  margin-left: 3%;
  margin-right: 3%;
  padding: 20px 10px;
  text-decoration: none;
  display: flex;
}

.banners_menu.dra {
  background-image: url('../images/Vespa_card_dragon_1_400x520.png');
}

.banners_menu.pri {
  background-image: url('../images/Vespa_facelift_Navigation_400x520_bgVerde_4.png');
}

.banners_menu._2 {
  background-image: url('../images/img_tab3_menu_contact.png');
}

.col_motos_menu {
  color: #000;
  text-align: center;
  width: 23%;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.col_motos_menu:hover {
  text-decoration: underline;
}

.links_menu_tabs {
  color: #000;
  border-left: 2px #000;
  padding: 13px 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  display: block;
}

.nombre_moto_des {
  color: #fff;
  background-color: red;
  padding: 5px;
  font-family: Roboto Condensed, sans-serif;
  position: absolute;
  inset: auto auto 0% 0%;
}

.img_moto_des {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 155px;
  margin-bottom: 8px;
  display: flex;
}

.titu_discover {
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 35px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 35px;
}

.cta_banner_video {
  color: #fff;
  background-color: red;
  padding: 15px 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.motos_home {
  background-color: #e9e9e9;
  padding-top: 50px;
  padding-bottom: 50px;
}

.tag_emb {
  height: 100%;
}

.video_banner {
  background-color: #0000;
  height: auto;
}

.left_arrow {
  display: none;
}

.col_motos_des {
  color: #000;
  text-align: center;
  margin-right: 5px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.col_motos_des:hover {
  color: red;
  text-decoration: underline;
}

.motos_destacadas {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.background_video {
  width: 100%;
  height: 93svh;
}

.background_video.none {
  display: none;
}

.background_vid {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.titulo_banner {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.right_arrow {
  display: none;
}

.content_video_banner {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content_video_banner.none {
  display: none;
}

.slide_video {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/banner_home_1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 485px 40px 40px;
}

.info_video {
  z-index: 10;
  position: relative;
}

.dots_video {
  display: none;
}

.sec2_home {
  background-color: #e9e9e9;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cont1_sec2_h {
  margin-bottom: 30px;
}

.cont_left_sec2_h {
  float: left;
  background-image: url('../images/img1_sec2_h.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 48%;
  height: 700px;
  margin-right: 2%;
  display: flex;
  position: relative;
}

.cont_rig_sec2_h {
  float: left;
  background-image: url('../images/img2_sec2_h.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 48%;
  height: 700px;
  margin-left: 2%;
  display: flex;
}

.cont_img_sec2_h {
  width: 100%;
  padding: 2.3rem;
}

.titul_img_sec2_h {
  color: #fff;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.text_img_sec2_h {
  color: #fff;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
}

.cta_img_sec2_h {
  opacity: .9;
  color: red;
  text-align: center;
  background-color: #fff;
  padding: 12px 16px;
  font-family: Roboto Condensed, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.cont2_sec2_h {
  background-image: url('../images/banner_sec2_cont2_h.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 370px;
  margin-bottom: 30px;
}

.cont2_left_sec2_h {
  float: left;
  width: 50%;
  padding: 20px 80px 20px 20px;
}

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

.titul2_sec2_h {
  color: #fff;
  margin-bottom: 15px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.text2_sec2_h {
  color: #fff;
  margin-bottom: 25px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.cta2_sec2_h {
  color: red;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.cont3_sec2_h {
  flex-flow: wrap;
  display: flex;
}

.cont3_left_sec2_h {
  float: left;
  background-image: url('../images/img3_sec2_h.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 49%;
  margin-right: 1%;
  display: flex;
}

.cont3_rig_sec2_h {
  float: left;
  width: 49%;
  margin-left: 1%;
}

.filas_sec2_h._2 {
  margin-top: 30px;
}

.col1_in_row {
  background-color: #fff;
  padding: 20px 40px 60px 25px;
}

.col2_in_row {
  background-image: url('../images/img_fila_home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

.col2_in_row._2 {
  background-image: url('../images/img2_fila_home.avif');
}

.titul_row_in_col {
  color: #000;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.cta_row_in_col {
  color: red;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.titul_img2_sec2_h {
  color: #000;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.text_img2_sec2_h {
  color: #000;
  margin-bottom: 40px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cta_img2_sec2_h {
  color: red;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}

.seccion_news {
  background-color: #e9e9e9;
  padding-top: 50px;
  padding-bottom: 30px;
}

.cont_titul_sec3_h {
  margin-bottom: 50px;
}

.titul_sec3_h {
  color: #000;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.cont_news_h {
  flex-flow: wrap;
  display: flex;
}

.card_new {
  width: 22%;
  margin-bottom: 50px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  text-decoration: none;
}

.cont_img_news {
  background-image: url('../images/img_new1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 186px;
  margin-bottom: 10px;
  display: flex;
}

.txt_tipo_news {
  background-color: red;
  width: 100%;
}

.txts_tipo_news {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  padding-right: 15px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.titul_card_news {
  color: #000;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.cont_ver_mas_news {
  text-align: center;
}

.btn_see_more {
  color: red;
  border: 1px solid red;
  padding: 10px 15px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.footer {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 20px;
}

.container_footer {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.cont1_footer {
  text-align: center;
  margin-bottom: 40px;
}

.cont2_footer {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.col_footer {
  float: left;
  width: 28%;
}

.cont_titul_footer {
  margin-bottom: 15px;
}

.titul_footer {
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cont_btns_footer {
  margin-bottom: 10px;
}

.cta_footer {
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none;
}

.cont3_footer {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.btn_redes_footer {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.text_under_footer {
  color: #fff;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.modelos_similares {
  background-color: #e9e9e9;
  padding-top: 20px;
  padding-bottom: 55px;
}

.right_tab {
  float: left;
  width: 55%;
  padding-left: 30px;
}

.cta_technical {
  color: red;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid red;
  padding: 15px 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.txt_opcion {
  color: #000;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
}

.accesorios_relacionado {
  background-color: #e9e9e9;
  padding-top: 40px;
  padding-bottom: 50px;
}

.img_2 {
  height: 262px;
  margin-bottom: 20px;
}

.txt_version {
  color: #000;
  margin-top: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.left_gal {
  float: left;
  width: 66%;
  height: 550px;
}

.col_modelo {
  color: #000;
  text-align: center;
  width: 23%;
  margin-bottom: 40px;
  margin-left: 1%;
  margin-right: 1%;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
}

.col_modelo:hover {
  text-decoration: underline;
}

.col_modelo.bg_white {
  padding-bottom: 10px;
}

.tabs_head {
  display: flex;
}

.first_sec_prod {
  background-color: #e9e9e9;
  padding-top: 60px;
  padding-bottom: 40px;
}

.colores {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.blogs_vespa {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.seco_sec_prod {
  background-color: #e9e9e9;
  padding-top: 30px;
  padding-bottom: 60px;
}

.col_vel {
  margin-right: 10px;
  text-decoration: none;
  display: inline-block;
}

.tabs_vespa {
  margin-bottom: 40px;
}

.especificaciones {
  background-color: #e9e9e9;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.right_prod {
  float: left;
  width: 40%;
}

.cta_broch {
  color: red;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid red;
  padding: 15px 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.img_modelo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 155px;
  margin-bottom: 8px;
  display: flex;
}

.color {
  background-color: #df2209;
  border: 1px solid #ccc;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-right: 5px;
}

.color._3 {
  background-color: #000;
}

.color._2 {
  background-color: #fff;
}

.titu_discover_all {
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 35px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
}

.center_cta {
  text-align: center;
  margin-bottom: 40px;
}

.img_3 {
  height: 262px;
}

.titulo_acc {
  color: #000;
  letter-spacing: -2px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.moto_es_content {
  width: 850px;
  max-width: 100%;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.moto_es_content._2 {
  display: none;
}

.right_gal {
  float: left;
  width: 34%;
  padding-left: 20px;
}

.nombre_moto_modelo {
  color: #d10000;
  text-align: left;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.img_tab {
  border-radius: 10px;
}

.cta_vol {
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  background-image: linear-gradient(#ff00001f, #ff00001f);
  border: 1px solid #93928f;
  border-radius: 5px;
  width: 138px;
  margin-bottom: 5px;
  padding: 9px 39px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
  box-shadow: 0 4px 4px #cacaca;
}

.cta_vol.active {
  background-color: #f6f9f9;
  border-width: 1px;
  border-color: red;
  font-weight: 700;
}

.cta_vol.inactive {
  color: #93928f;
  border-style: dashed;
}

.tag_content {
  background-image: url('../images/shape_sub_1shape_sub.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 8px;
  display: none;
  position: absolute;
  /* top: -55px;
  left: -22px; */
  top: -40px;
  left: -29px;
}

.punto_location {
  text-decoration: none;
  position: absolute;
  inset: auto auto 150px 270px;
}

.punto_location._2 {
  inset: 50px 5px auto auto;
}

.punto_location._3 {
  inset: auto -108px 100px auto;
}

.back_cat {
  z-index: 1;
  color: #0a0a0a;
  letter-spacing: -.5px;
  text-transform: uppercase;
  background-image: url('../images/back_me_1back_me.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-left: 30px;
  padding-left: 15px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.galeria_motos {
  background-color: #e9e9e9;
  padding-bottom: 50px;
}

.txt_tabs {
  color: #000;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.color_mo {
  border: 1px solid #ccc;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px;
  text-decoration: none;
  position: relative;
}

.color_mo.active {
  border-color: red;
}

.tag_color {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #acccce;
  /* width: 70px; */
  width: auto;
  padding: 5px;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-decoration: none;
}

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

.tab_link {
  float: left;
  color: #000;
  text-align: center;
  background-color: #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
  width: 33.33%;
  padding-top: 20px;
  padding-bottom: 18px;
  font-weight: 500;
}

.tab_link.w--current {
  background-color: #e9e9e9;
  border-bottom-color: red;
  font-weight: 700;
}

.col_accesorios {
  color: #000;
  text-align: center;
  width: 16%;
  margin-bottom: 40px;
  margin-left: .33%;
  margin-right: .33%;
  font-size: 14px;
  font-weight: 900;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
}

.col_accesorios.rel_moto {
  width: 15%;
  margin-left: .83%;
  margin-right: .83%;
}

.nombre_moto {
  color: #0a0a0a;
  letter-spacing: -2px;
  margin-top: 10px;
  margin-bottom: 35px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.nombre_moto.movil {
  display: none;
}

.content_titu_y_view {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  padding-right: 20px;
  display: flex;
}

.moto_img {
  transform: translate(-190px, -10px);
}

.velocidad_motos {
  flex-flow: wrap;
  margin-bottom: 40px;
  display: flex;
}

.left_prod {
  float: left;
  width: 60%;
}

.puntos_es {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.versiones_motos {
  flex-flow: wrap;
  align-items: flex-start;
  padding-right: 50px;
  display: flex;
}

.icon_tabs {
  width: 50px;
  margin-bottom: 20px;
}

.titulo_con_tab {
  color: #000;
  letter-spacing: -.5px;
  margin-bottom: 15px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.col_version {
  float: left;
  text-align: center;
  border-radius: 5px;
  max-width: 120px;
  margin-bottom: 15px;
  margin-right: 30px;
  padding: 15px 10px;
  text-decoration: none;
}

.col_version.col_version_active {
  border: 1px solid red;
}

.nombre_accesorio {
  color: #d10000;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.txt_view_all {
  color: red;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
}

.content_img_acc {
  border-bottom: 1px solid red;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.color_int_mo {
  background-color: #80808033;
  width: 100%;
  height: 100%;
}

.color_int_mo._2 {
  background-color: #000;
}

.content_body_tab {
  padding-top: 50px;
}

.mas {
  background-color: #fff;
  border: 5px solid red;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.content_gal {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.txt_es {
  color: #000;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -20px;
  padding: 7px 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  box-shadow: 0 2px 5px 2px #0003;
}

.colores_motos {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.acc_img {
  border-radius: 10px;
}

.titulos_tab {
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.sec2_modelo {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.titulo_categoria {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}

.titulo_categoria.titulo_categoria_none {
  display: none;
}

.slide_video-2 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/banner_model_img.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 485px 40px 40px;
}

.slide_video-2._2 {
  background-image: url('../images/bg_new_final.png');
  background-position: 0%;
  background-repeat: no-repeat;
}

.slide_video-2._3 {
  background-image: url('../images/imagen_inter_news.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 560px;
}

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

.txt_sec2_model {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.titul_sec2_model {
  color: #fff;
  margin-bottom: 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.news_big {
  flex-flow: wrap;
  margin-bottom: 50px;
  display: flex;
}

.col_izq_news, .col_der_news {
  float: left;
  width: 47%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.cont_new_big {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/img_new_big1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 65px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cont_new_big._1 {
  background-image: linear-gradient(#0003, #0003), url('../images/img_new_big1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
}

.cont_new_big._2 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/img_new_big2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.cont_info_new_big {
  width: 100%;
  padding-right: 50px;
}

.img_arrow_new_big {
  width: 55px;
  height: 48px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text_tipo_new_big {
  color: #000;
  background-color: #fff;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.tiutlo_new_big {
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.fila_new_big {
  height: 400px;
  margin-bottom: 20px;
}

.fila_new_big._2 {
  margin-bottom: 0;
}

.sec1_contact {
  padding-top: 30px;
  padding-bottom: 0;
}

.cont_titul_contact {
  margin-bottom: 0;
}

.titul_contact {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 40px;
}

.cont_formulario {
  text-align: center;
}

.color_seleccionado-2 {
  color: #000;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
}

.bold-text {
  font-weight: 400;
}

.sec1_inter_model {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cont1_sec1_intermodel {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

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

.col_der_intermodel {
  float: left;
  width: 50%;
  padding-top: 30px;
  padding-left: 30px;
}

.text_sec2_intelmodel {
  color: #fff;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  line-height: 24px;
}

.titul_sec2_intelmodel {
  color: #fff;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.btn_sec2_intelmodel {
  color: red;
  border: 1px solid red;
  padding: 10px 15px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.sec1_inter_news {
  background-color: #e9e9e9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cont1_sec1_inter_new {
  width: 900px;
  max-width: 90%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.titul_sec1_inter_news {
  color: #000;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.subtitul_sec1_inter_news {
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 22px;
}

.text_sec1_inter_news {
  color: #000;
  margin-bottom: 15px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.slider_gallery {
  height: 800px;
}

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

.slide_item._2 {
  background-image: url('../images/gallery2_news.png');
}

.left_arrow_gallery {
  width: 40px;
  height: 40px;
  font-size: 28px;
  inset: 30px 80px auto auto;
}

.right_arrow_gallery {
  width: 40px;
  height: 40px;
  font-size: 28px;
  inset: 30px 30px auto auto;
}

.cont_silueta_red {
  width: 20%;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.titul_sec_acces_inter_news {
  color: #000;
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.blog_sec_acces_inter_news {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.cont_btns_inter_news {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.btn_shop_news {
  color: #fff;
  background-color: red;
  margin-right: 5px;
  padding: 12px 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.btn_learn_more_news {
  color: red;
  border: 1px solid red;
  margin-left: 5px;
  padding: 12px 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.nombre_moto_des_sec {
  color: red;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.titul_up_especific {
  color: #000;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.cont_titul_up_especific {
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.cont_tabs_colors_especific {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.cont_choose_especific {
  margin-right: 5px;
  display: inline-block;
}

.titul_choose_especific {
  color: #000;
  font-family: Roboto Condensed, sans-serif;
  display: inline-block;
}

.btn_color_especific {
  width: 24px;
  height: 24px;
  margin-right: 3px;
  padding: 2px;
}

.btn_color_especific.btn_color_especific_active {
  border: 1px solid red;
}

.cont_color_in_especific {
  background-color: gray;
  width: 100%;
  height: 100%;
}

.cont_color_in_especific._2 {
  background-color: #000;
}

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

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

.slider_inter_model {
  background-color: #0000;
  height: 600px;
  padding-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px;
}

.icon, .icon-2 {
  color: gray;
  font-size: 14px;
}

.img_big_gallery {
  background-image: url('../images/img_gallery_inter_model1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.text_num_gallery {
  padding-left: 1px;
  padding-right: 1px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.conteo_image_gallery {
  text-align: center;
  padding-bottom: 20px;
}

.slide-nav {
  font-size: 10px;
}

.titul_principal_new-inter {
  color: #000;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

.slide-nav-2 {
  font-size: 12px;
}

.sec_thank {
  background-color: #000;
  padding-top: 150px;
  padding-bottom: 150px;
}

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

.titul_thank-you {
  color: red;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 44px;
}

.text_thank-you {
  color: red;
  margin-bottom: 60px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.btn_thank-you {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.logo_thank-you {
  margin-bottom: 40px;
}

.cont_nav_points {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.points_nav_slide_moto {
  background-color: red;
  border-radius: 40px;
  width: 20%;
  height: 100%;
}

.cont_nav_points2 {
  background-color: #c5c5c5;
  border-radius: 40px;
  width: 148px;
  height: 6px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .buttons_movil {
    margin-bottom: 30px;
  }

  .navmenu_desktop {
    background-position: 25%;
    display: none;
  }

  .content_world_mov {
    background-color: #e9e9e9;
    margin-bottom: 0;
    padding: 30px 5% 50px;
  }

  .modelos_movil {
    display: none;
  }

  .col_menu {
    width: 100%;
    margin-bottom: 30px;
  }

  .col_menu.col_menu_none {
    margin-bottom: 20px;
    display: block;
  }

  .back_menu_movil {
    color: #fff;
    background-image: url('../images/arrow_back_menu_item.PNG');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    text-decoration: none;
    display: block;
  }

  .buttons_menu {
    color: #fff;
    background-image: url('../images/arrow_menuu.PNG');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 25px;
    text-decoration: none;
    padding-right: 25px;
  }

  .content_acc_mov {
    background-color: #e9e9e9;
    margin-bottom: 30px;
    padding: 30px 5% 50px;
  }

  .img_moto_menu {
    height: auto;
  }

  .world_movil {
    display: none;
  }

  .navmenu_movil {
    background-color: #0000;
    display: block;
  }

  .tabs_content_buttons {
    padding-top: 0;
    width: 45%;
  }

  .accesorios_movil {
    display: none;
  }

  .nav_movil {
    background-color: #000;
    height: 100vh;
    padding-top: 30px;
    overflow: auto;
  }

  .container.c-menu.c-menu-new {
    max-width: 100%;
  }

  .nav_content {
    padding-top: 40px;
    overflow: auto;
  }

  .tabs_content {
    padding-top: 0;
    width: 55%;
  }

  .banners_menu {
    border-radius: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .banners_menu.dra {
    background-image: url('../images/img_principal1_1.png');
    background-position: 50% 100%;
    background-size: cover;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .banners_menu.pri {
    background-image: url('../images/img_principal2.avif');
    justify-content: flex-end;
  }

  .opciones_menu {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .col_motos_menu {
    /* width: 48%; */
    width: 60%;
  }

  .links_menu_tabs {
    /* color: #fff; */
  }

  .links_menu_tabs.links_menu_tabs_acces {
    color: #000;
  }

  .content_modelos_mov {
    background-color: #e9e9e9;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .background_video {
    height: 74svh;
  }

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

  .slide_video {
    padding-top: 480px;
  }

  .right_tab {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  .txt_opcion {
    text-align: center;
  }

  .accesorios_relacionado {
    padding-top: 50px;
  }

  .img_2, .left_gal {
    height: auto;
  }

  .col_modelo {
    width: 31.33%;
  }

  .seco_sec_prod {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .tabs_vespa {
    margin-bottom: 50px;
  }

  .right_prod {
    width: 100%;
  }

  .img_3 {
    height: auto;
  }

  .punto_location._2 {
    right: 251px;
  }

  .punto_location._3 {
    right: 108px;
  }

  .galeria_motos {
    padding-bottom: 50px;
  }

  .left_tab {
    width: 100%;
  }

  .col_accesorios {
    width: 48%;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
  }

  .nombre_moto {
    display: none;
  }

  .nombre_moto.movil {
    text-align: center;
    display: block;
  }

  .moto_img {
    transform: translate(-100px, -10px);
  }

  .velocidad_motos {
    justify-content: center;
  }

  .left_prod {
    width: 100%;
  }

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

  .txt_es {
    display: none;
  }

  .colores_motos {
    justify-content: center;
    align-items: center;
  }

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

  .slide_video-2 {
    padding-top: 480px;
  }

  .slide_video-2._3 {
    padding-top: 400px;
  }

  .fila_new_big {
    height: 300px;
  }

  .color_seleccionado-2 {
    text-align: center;
  }

  .titul_sec1_inter_news {
    font-size: 28px;
    line-height: 36px;
  }

  .slider_gallery {
    height: 600px;
  }

  .slider_inter_model {
    height: 500px;
  }

  .titul_principal_new-inter {
    font-size: 40px;
    line-height: 46px;
  }

  .cont_back_arrow_movil {
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .modelos_movil {
    display: none;
  }

  .navmenu_desktop{
    background-position: 30%;
  }

  .tabs_content_buttons {
    width: 45%;
  }

  .tabs_content_buttons{
    padding-bottom: 150px;
  }

  .tabs_content {
    width: 55%;
    padding-left: 30px;
  }

  .buttons_menu {
    color: #fff;
    background-image: url('../images/arrow_menuu.PNG');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-bottom: 20px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 14px;
    padding: 15px 10px;
    padding-right: 20px;
  }

  .navmenu_movil {
    display: block;
  }

  .nav_movil {
    background-color: #000;
  }

  .content_cta_video {
    padding-right: 0;
  }

  .background_video {
    height: 72svh;
  }

  .titulo_banner {
    font-size: 40px;
    line-height: 42px;
  }

  .slide_video {
    padding-top: 300px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .cont_left_sec2_h {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0%;
  }

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

  .cont2_left_sec2_h {
    width: 80%;
  }

  .seccion_news {
    padding-top: 30px;
  }

  .card_new {
    width: 30%;
  }

  .modelos_similares {
    padding-top: 50px;
  }

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

  .col_modelo {
    width: 48%;
  }

  .titu_discover_all {
    font-size: 30px;
  }

  .titulo_acc {
    margin-bottom: 20px;
  }

  .punto_location {
    bottom: 80px;
    left: 93px;
  }

  .punto_location._2 {
    right: 185px;
  }

  .punto_location._3 {
    bottom: 56px;
    right: 76px;
  }

  .tab_link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col_accesorios.rel_moto {
    width: 32.33%;
    margin-left: .5%;
    margin-right: .5%;
  }

  .content_titu_y_view {
    text-align: center;
    margin-bottom: 40px;
  }

  .txt_view_all {
    margin-bottom: 30px;
  }

  .content_img_acc {
    margin-bottom: 20px;
  }

  .titulo_categoria {
    font-size: 40px;
    line-height: 42px;
  }

  .slide_video-2 {
    padding-top: 300px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .col_izq_news {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .col_der_news {
    width: 100%;
    height: 600px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .col_izq_intermodel {
    width: 100%;
  }

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

  .titul_sec1_inter_news {
    font-size: 24px;
    line-height: 28px;
  }

  .slider_gallery {
    height: 400px;
  }

  .slider_inter_model {
    height: 400px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .titul_principal_new-inter {
    font-size: 30px;
    line-height: 36px;
  }
}

@media screen and (max-width: 479px) {
  .navmenu_movil {
    display: block;
  }

  .content_cta_video {
    text-align: center;
  }

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

  .background_video {
    height: 78svh;
  }

  .titulo_banner {
    text-align: center;
    font-size: 36px;
    line-height: 38px;
  }

  .slide_video {
    padding-top: 350px;
  }

  .col_motos_menu {
    width: 100%;
  }

  .tabs_content_buttons {
    /* padding-bottom: 250px; */
    padding-bottom: 365px;
  }

  .banners_menu{
    height: 200px;
  }

  .cont_left_sec2_h {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .cont_rig_sec2_h {
    width: 100%;
    height: 500px;
    margin-left: 0%;
  }

  .cont_img_sec2_h {
    padding: 20px 10px;
  }

  .cont2_left_sec2_h {
    width: 100%;
  }

  .cont3_left_sec2_h {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    margin-right: 0%;
  }

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

  .cont_titul_sec3_h {
    margin-bottom: 30px;
  }

  .card_new {
    width: 49%;
    margin-bottom: 30px;
    margin-left: .5%;
    margin-right: .5%;
  }

  .col_footer {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .modelos_similares {
    padding-bottom: 30px;
  }

  .accesorios_relacionado {
    padding-top: 30px;
  }

  .img_2 {
    float: left;
    width: 50%;
    margin-bottom: 0;
    padding-right: 8px;
  }

  .left_gal {
    width: 100%;
    margin-bottom: 15px;
  }

  .tabs_head {
    flex-flow: wrap;
  }

  .seco_sec_prod {
    padding-bottom: 30px;
  }

  .especificaciones {
    padding-top: 30px;
  }

  .img_modelo {
    height: auto;
  }

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

  .img_3 {
    float: left;
    width: 50%;
    padding-left: 8px;
  }

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

  .moto_es_content {
    margin-bottom: 50px;
  }

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

  .galeria_motos {
    padding-bottom: 30px;
  }

  .icon_plus {
    border-radius: 100%;
  }

  .tab_link {
    width: 100%;
    padding-bottom: 9px;
  }

  .col_accesorios {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .col_accesorios.rel_moto {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .content_titu_y_view {
    padding-right: 0;
  }

  .icon_tabs {
    margin-bottom: 10px;
  }

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

  .col_version {
    max-width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .content_img_acc {
    margin-bottom: 30px;
  }

  .mas {
    width: 40px;
    height: 40px;
  }

  .content_gal {
    flex-flow: wrap;
  }

  .titulo_categoria {
    text-align: center;
    font-size: 36px;
    line-height: 38px;
  }

  .slide_video-2 {
    padding-top: 350px;
  }

  .news_big {
    margin-bottom: 30px;
  }

  .cont_btns_inter_news {
    display: block;
  }

  .btn_shop_news {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
  }

  .btn_learn_more_news {
    text-align: center;
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .titul_thank-you {
    font-size: 34px;
    line-height: 38px;
  }

  .text_thank-you {
    font-size: 20px;
    line-height: 26px;
  }
}


