/*
Theme Name: GrandPrix Child
Theme URI: https://grandprix.qodeinteractive.com
Description: A child theme of GrandPrix Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: grandprix
Template: grandprix
*/



/* Generales ********************************************************************************************/

/* Back to Top button / fondo y borde gris */
#mkdf-back-to-top > span {
    background-color: #606060 !important;
    border-color: #606060 !important;
}

/* Back to Top button / transicion suave al cambiar su posicion */
#mkdf-back-to-top {
    transition: bottom .2s ease !important;
}

/* Banner de cookies / Link politica de cookies */
.cky-consent-container .cky-notice-des a {
    color: #000000 !important;
    font-weight: 700 !important;
    text-decoration-color: #000000 !important;
}

/* Banner de cookies / Botones con borde */
.cky-consent-container .cky-btn.cky-btn-customize,
.cky-consent-container .cky-btn.cky-btn-reject {
    color: #000000 !important;
    border-color: #000000 !important;
}

/* Banner de cookies / Boton aceptar */
.cky-consent-container .cky-btn.cky-btn-accept {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

/* Menú principal / línea hover en negro */
.mkdf-main-menu > ul > li > a > span.item_outer:before {
    background-color: #000000 !important;
}

/* Menú principal / Submenu nivel 2 y 3 / linea indicadora en negro */
.mkdf-drop-down .second .inner ul li a .item_outer:before {
    background-color: #000000 !important;
}

/* Menú principal / Submenu nivel 2 y 3 / flecha lateral en negro */
.mkdf-drop-down .second .inner ul li.sub > a .item_outer:after {
    color: #000000 !important;
}

/* Buscador del header / linea focus en negro */
.mkdf-page-header .mkdf-search-widget .mkdf-search-field:focus {
    border-color: #FFFFFF !important;
}



/* Home Page ********************************************************************************************/

/* Bloque Descripcion / Tipografia y composicion del tagline */
.text-title-and-description .mkdf-st-tagline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1;
    text-transform: uppercase;
    color: #313131;
	letter-spacing: .2em !important;
	margin-bottom: 16px;
}

/* Bloque Descripcion / Lineas laterales del tagline */
.text-title-and-description .mkdf-st-tagline::before,
.text-title-and-description .mkdf-st-tagline::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #313131;
    flex: 0 0 30px;
}

/* Bloque Descripcion / Ancho del bloque de descripcion */
.text-title-and-description .wpb_text_column {
    max-width: 900px;
    margin: 0 auto;
}

/* Bloque Descripcion / Tipografias del bloque de descripcion */
.text-title-and-description .wpb_text_column p {
    margin: 0 0 28px;
    color: #313131;
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
}

/* Bloque Descripcion / Quita margen extra del ultimo parrafo */
.text-title-and-description .wpb_text_column p:last-child {
    margin-bottom: 0;
}

/* Banner Video / Imagen del banner */
.video-banner .mkdf-video-button-image,
.video-banner .mkdf-video-button-image img {
    display: block;
    width: 100%;
}

.video-banner .mkdf-video-button-image img {
    height: auto;
}

/* Banner Video / Capa oscura sobre la imagen */
.video-banner .mkdf-video-button-holder::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .34);
    pointer-events: none;
    z-index: 1;
}

/* Banner Video / Sin capa sobre la imagen */
.video-banner-light .mkdf-video-button-holder::after {
    content: "";
    background: rgba(0, 0, 0, .0);
    pointer-events: none;
    z-index: 1;
}

/* Banner Video / Sin capa sobre la imagen */
.video-banner-med .mkdf-video-button-holder::after {
    content: "";
    background: rgba(0, 0, 0, .15);
    pointer-events: none;
    z-index: 1;
}


/* Banner Video / Capa general del contenido */
.video-banner .mkdf-video-button-outer {
    position: absolute;
    inset: 0;
    padding: 0;
    z-index: 3;
}

/* Banner Video / Centrado del contenido interno */
.video-banner .mkdf-video-button-inner.mkdf-grid {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

/* Banner Video / Bloque de tagline y titulo */
.video-banner .mkdf-vb-tat-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-42px);
}

/* Banner Video / Tipografia del tagline */
.video-banner .mkdf-vb-tagline {
    display: block;
    margin-bottom: 0 !important;
    color: #ffffff !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1;
    letter-spacing: .2em !important;
    text-transform: uppercase;
}

/* Banner Video / Tipografia del titulo */
.video-banner .mkdf-vb-title {
    margin: 0;
    color: #ffffff;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 68px !important;
    font-weight: 700 !important;
    line-height: .95;
    letter-spacing: .01em;
    text-transform: uppercase;
}

/* Banner Video / Capa completa del boton play */
.video-banner .mkdf-video-button-play-image {
    position: absolute;
    inset: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    z-index: 4;
}

/* Banner Video / Contenedor interno del boton play */
.video-banner .mkdf-video-button-play-inner.mkdf-grid {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto;
    margin: 0 !important;
}

/* Banner Video / Desplazamiento vertical del icono play */
.video-banner .mkdf-video-button-play-image-holder {
    position: relative;
    display: inline-block;
    transform: translateY(52px);
    z-index: 2;
}

/* Banner Video / Tamano del icono play */
.video-banner .mkdf-video-button-play-image-holder img {
    display: block;
    width: 112px;
    height: 112px;
}

/* Banner Video / Area clickeable del play */
.video-banner .mkdf-video-button-link {
    position: absolute;
    inset: 0;
}

/* Banner Video / Contenedor de la seccion */
.video-banner {
    position: relative;
    z-index: 2;
}

/* Banner Video / Base del video banner */
.video-banner .mkdf-video-button-holder {
    position: relative;
    display: block;
    width: 100%;
    overflow: visible;
}

/* Banner Video / Ribbon diagonal superior izquierdo */
.video-banner .ribbon-ultimo-lanzamiento::before {
    content: "ULTIMO LANZAMIENTO";
    position: absolute;
    top: 50px;
    left: -48px;
    display: block;
    width: 245px;
    padding: 12px 0 11px;
    background: #ffffff;
    color: #111111;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    transform: rotate(-45deg);
    transform-origin: center;
    z-index: 6;
    pointer-events: none;
}

/* Tabs motos y scooters / tipografia general de los accionadores */
.tabs-cards-motos-and-scooters .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a,
.tabs-cards-motos-and-scooters .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

/* Tabs motos y scooters / contenedor general gris con bordes redondeados */
.tabs-cards-motos-and-scooters .vc_tta-tabs-container {
    margin-bottom: 60px !important;
    text-align: center !important;
}

.tabs-cards-motos-and-scooters .vc_tta-tabs-container .vc_tta-tabs-list {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 4px !important;
    margin: 0 !important;
    background: #d9d9d9 !important;
    border: none !important;
    border-radius: 7px !important;
    list-style: none !important;
}

/* Tabs motos y scooters / cada item sin margenes ni borde propio */
.tabs-cards-motos-and-scooters .vc_tta-tabs-container .vc_tta-tab {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

/* Tabs motos y scooters / boton base */
.tabs-cards-motos-and-scooters .vc_tta-tabs-container .vc_tta-tab > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 118px !important;
    height: 42px !important;
    padding: 0 18px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 7px !important;
    background: transparent !important;
    color: #131313 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transition: background-color .2s ease, color .2s ease !important;
}

/* Tabs motos y scooters / texto del tab */
.tabs-cards-motos-and-scooters .vc_tta-tabs-container .vc_tta-tab > a .vc_tta-title-text {
    color: inherit !important;
}

/* Tabs motos y scooters / estado hover del tab no activo */
.tabs-cards-motos-and-scooters .vc_tta-tabs-container .vc_tta-tab:not(.vc_active) > a:hover {
    background: transparent !important;
    color: #131313 !important;
}

/* Tabs motos y scooters / tab activo en negro */
.tabs-cards-motos-and-scooters .vc_tta-tabs-container .vc_tta-tab.vc_active > a,
.tabs-cards-motos-and-scooters .vc_tta-tabs-container .vc_tta-tab.vc_active > a:hover,
.tabs-cards-motos-and-scooters .vc_tta-tabs-container .vc_tta-tab.vc_active > a:focus {
    background: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}

/* Tabs motos y scooters / desactiva animacion y transiciones del cambio de tab */
.tabs-cards-motos-and-scooters .vc_tta-panels-container,
.tabs-cards-motos-and-scooters .vc_tta-panels,
.tabs-cards-motos-and-scooters .vc_tta-panel,
.tabs-cards-motos-and-scooters .vc_tta-panel-heading,
.tabs-cards-motos-and-scooters .vc_tta-panel-body,
.tabs-cards-motos-and-scooters .vc_tta-panel-body > .vc_row,
.tabs-cards-motos-and-scooters .vc_tta-panel-body .vc_row,
.tabs-cards-motos-and-scooters .vc_tta-panel-body .wpb_column,
.tabs-cards-motos-and-scooters .vc_tta-panel-body .wpb_wrapper {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

/* Cards Motos / Tagline de la card */
.cards-motos .resume-moto-table .mkdf-iwt-tagline {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #808080 !important;
}

/* Cards Motos / Titulo de la card */
.cards-motos .resume-moto-table .mkdf-iwt-title {
    font-size: 26px !important;
    line-height: 1.05 !important;
}

/* Cards Motos / Texto del boton mas informacion */
.cards-motos .resume-moto-table .button-simple-arrow-link .mkdf-btn-text {
    letter-spacing: .03em !important;
}

/* Cards Motos / habilita el contenedor para overlay y foco */
.tabs-cards-motos-and-scooters .resume-moto-table.zontes-card-has-link {
    position: relative;
    cursor: pointer;
}

/* Cards Motos / capa hover sobre toda la tarjeta */
.tabs-cards-motos-and-scooters .resume-moto-table.zontes-card-has-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background-color .2s ease;
    z-index: 5;
}

/* Cards motos / Recupera aire lateral en los extremos de cada fila */
.tabs-cards-motos-and-scooters .vc_tta-panel-body > .cards-motos.vc_column-gap-30 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Cards Motos / activa el oscurecimiento en hover y foco */
.tabs-cards-motos-and-scooters .resume-moto-table.zontes-card-has-link:hover::after,
.tabs-cards-motos-and-scooters .resume-moto-table.zontes-card-has-link:focus-visible::after {
    background: rgba(0, 0, 0, .04);
}

/* Cards Motos / mantiene el contenido por debajo del overlay */
.tabs-cards-motos-and-scooters .resume-moto-table.zontes-card-has-link > .vc_column-inner {
    position: relative;
    z-index: 1;
}

/* Cards Motos / anillo visual para navegacion con teclado */
.tabs-cards-motos-and-scooters .resume-moto-table.zontes-card-has-link:focus-visible {
    outline: none;
}

/* Cards Motos */
.tabs-cards-motos-and-scooters .resume-moto-table.zontes-card-has-link:focus-visible > .vc_column-inner {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .28);
}

/* Cards motos / A 2 columnas / Oculta la estructura original en tablets intermedio */
.tabs-cards-motos-and-scooters .vc_tta-panel-body.zontes-tablet-grid-active > .cards-motos,
.tabs-cards-motos-and-scooters .vc_tta-panel-body.zontes-tablet-grid-active > .vc_empty_space {
	display: none !important;
}

/* Cards motos / A 2 columnas / Grilla generada por JS */
.tabs-cards-motos-and-scooters .vc_tta-panel-body .zontes-tablet-cards-grid {
	display: none;
}

/* Cards motos / A 2 columnas / Dos columnas en tablets intermedio */
.tabs-cards-motos-and-scooters .vc_tta-panel-body.zontes-tablet-grid-active .zontes-tablet-cards-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 30px;
	row-gap: 80px;
}

/* Cards motos / A 2 columnas / Resetea anchos heredados dentro de la grilla */
.tabs-cards-motos-and-scooters .vc_tta-panel-body.zontes-tablet-grid-active .zontes-tablet-cards-grid .resume-moto-table {
	width: auto !important;
	float: none !important;
	clear: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 0 !important;
}

/* Banner texto partido / Ajuste en tipografias del tagline */
.lines-text-banner .mkdf-st-tagline {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 1.125rem !important;
  letter-spacing: normal !important;
  font-weight: 500;
}

/* Banner texto partido / Ajuste en tipografias a la linea antes del <br> */
.lines-text-banner .mkdf-st-tagline:first-line {
  font-weight: 600;
}

/* Banner texto partido / Alineacion del tagline sin mover el titulo ni la linea */
.lines-text-banner .mkdf-st-tagline {
  display: inline-block;
  margin-left: 12px !important;
  text-align: left !important;
  vertical-align: middle;
}

/* Preview Instagram / Color de fondo en el hover */
.preview-instagram .mkdf-team-social-wrapper {
	background-color: rgba(0,0,0,.70) !important;
}

/* Preview Instagram / Titulo en el hover */
.preview-instagram .mkdf-team-name {
	font-size:20px!important
}

/* Preview Instagram / Boton en el hover */
.preview-instagram .mkdf-team-icon {
  font-size: 14px!important;
  color: #fff !important;
  font-weight: 600;
  text-align: center;
  letter-spacing: .08em;
  padding: 8px 16px;
  border: 1px solid #fff;
}

/* Preview Instagram / Nombre y boton centrado */
.mkdf-team-social-outer {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;  
  justify-content: center;
  align-items: center; 
  text-align: center;
}

/* Preview Instagram / Separa el boton del margen inferior */
.mkdf-team-icon {
  margin-bottom:60% !important;
}



/* Formularios de contacto ******************************************************************************/

/* Labels */
.contactos-formulario label {
	color: #9A9A9A !important;
	font-size: 12px !important;
	font-weight:600;	
}

/* Inputs */
.contactos-formulario .wpcf7-form input[type="text"],
.contactos-formulario .wpcf7-form input[type="email"],
.contactos-formulario .wpcf7-form input[type="tel"],
.contactos-formulario .wpcf7-form textarea {
	color: #FFFFFF !important; 
	border: none !important;
	border-bottom: 1px solid #9A9A9A !important;
	background: transparent !important;
	font-size: 16px;
	font-family: 'Rajdhani', sans-serif;
}

/* Color y comportamiento de placeholder */
.contactos-formulario .wpcf7-form input::placeholder,
.contactos-formulario .wpcf7-form textarea::placeholder {
	color: #9A9A9A !important;
	opacity: 0.8;
}

/* Ubicacion de validadores */
.contactos-formulario .wpcf7 .wpcf7-not-valid-tip{
	margin-top: 6px !important;
	margin-bottom: 0 !important;
	line-height: 1;
}

/* Espacios sobre validadores */
.contactos-formulario .wpcf7 form .wpcf7-form-control.wpcf7-not-valid{
	margin-bottom: 6px !important; 
}

/* Espacios de validadores */
.contactos-formulario .wpcf7 form input.wpcf7-not-valid,
.contactos-formulario .wpcf7 form textarea.wpcf7-not-valid,
.contactos-formulario .wpcf7 form select.wpcf7-not-valid{
	margin-bottom: 5px !important;
}

/* Mensajes */
.contactos-formulario .wpcf7 .wpcf7-response-output {
	margin-left: 0px !important;
	margin-top: 50px !important;
	font-weight: 500 !important;
	color: #FFFFFF !important;
}

/* Boton submit */
.contactos-formulario .mkdf-btn.mkdf-btn-solid {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 2px;
    font-size: 16px;
}

/* Labels Dark */
.contactos-formulario-dark label {
	color: #000000 !important;
	font-size: 12px !important;
	font-weight:600;	
}

/* Inputs Dark */
.contactos-formulario-dark .wpcf7-form input[type="text"],
.contactos-formulario-dark .wpcf7-form input[type="email"],
.contactos-formulario-dark .wpcf7-form input[type="tel"],
.contactos-formulario-dark .wpcf7-form textarea {
	color: #000000 !important; 
	border: none !important;
	border-bottom: 1px solid #999999 !important;
	background: transparent !important;
	font-size: 16px;
	font-family: 'Rajdhani', sans-serif;
}

/* Mensajes Dark */
.contactos-formulario-dark .wpcf7 .wpcf7-response-output {
	margin-left: 0px !important;
	margin-top: 50px !important;
	font-weight: 500 !important;
	color: #000000 !important;
}

/* Boton submit Dark */
.contactos-formulario-dark .mkdf-btn.mkdf-btn-solid {
    color: #FFFFFF;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 2px;
    font-size: 16px;
}



/* Area de contactos ************************************************************************************/

/* Items telefono compuesto / link en una sola linea */
.icon-text-item-contact-telefono-compuesto > a {
    display: flex !important;
    align-items: flex-start !important;
}

/* Items telefono compuesto / titulo y numero en una sola linea */
.icon-text-item-contact-telefono-compuesto .mkdf-iwt-content {
    display: flex !important;
    align-items: baseline !important;
    gap: 4px;
    flex-wrap: nowrap;
}

/* Items telefono compuesto / titulo */
.icon-text-item-contact-telefono-compuesto .mkdf-iwt-title {
	margin: 0 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    white-space: nowrap;
}

/* Items telefono compuesto / texto interno del titulo */
.icon-text-item-contact-telefono-compuesto .mkdf-iwt-title-text {
    color: inherit !important;
}

/* Items telefono compuesto / numero sin salto de linea */
.icon-text-item-contact-telefono-compuesto .mkdf-iwt-text {
    margin: 0 !important;
    white-space: nowrap;
}

/* Contact area general / descripcion principal del bloque */
.contact-area-general .mkdf-section-title-holder .mkdf-st-text {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 29px !important;
}

/* Contact area general / textos de los items */
.contact-area-general .mkdf-iwt .mkdf-iwt-text {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}



/* Footer ***********************************************************************************************/

/* Bottom / Tipografia de los textos de contacto */
.mkdf-page-footer .mkdf-footer-top-holder .mkdf-grid-col-4:last-child .mkdf-icon-widget-holder .mkdf-icon-text {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #a09f9f !important;
}

/* Bottom / Hover blanco en los textos de contacto */
.mkdf-page-footer .mkdf-footer-top-holder .mkdf-grid-col-4:last-child .mkdf-icon-widget-holder:hover .mkdf-icon-text {
  color: #ffffff !important;
}

/* Footer top / corrige alineacion optica del texto del email */
.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:last-child .mkdf-icon-widget-holder[href^="mailto:"] .mkdf-icon-text {
	display: inline-block;
	position: relative;
	top: 3px;
}

/* Footer bottom / elimina el margen del parrafo de copyright */
.mkdf-page-footer .mkdf-footer-bottom-holder #text-9 .textwidget p {
	margin: 0;
}

/* Footer bottom / evita margenes extra en el contenedor de links */
.mkdf-page-footer .mkdf-footer-bottom-holder #text-15 .textwidget > div {
	margin: 0;
}

/* Footer / Desactiva hover y mouse sobre los horarios */
.mkdf-page-footer .mkdf-footer-top-holder .mkdf-grid-col-4:last-child a.mkdf-icon-widget-holder.zontes-footer-no-link {
	pointer-events: none !important;
	cursor: default !important;
}

/* Footer / Mantiene color fijo en texto e icono de los horarios */
.mkdf-page-footer .mkdf-footer-top-holder .mkdf-grid-col-4:last-child a.mkdf-icon-widget-holder.zontes-footer-no-link .mkdf-icon-text,
.mkdf-page-footer .mkdf-footer-top-holder .mkdf-grid-col-4:last-child a.mkdf-icon-widget-holder.zontes-footer-no-link .mkdf-icon-element,
.mkdf-page-footer .mkdf-footer-top-holder .mkdf-grid-col-4:last-child a.mkdf-icon-widget-holder.zontes-footer-no-link:hover .mkdf-icon-text,
.mkdf-page-footer .mkdf-footer-top-holder .mkdf-grid-col-4:last-child a.mkdf-icon-widget-holder.zontes-footer-no-link:hover .mkdf-icon-element {
	color: #a09f9f !important;
}



/* Legales **********************************************************************************************/

/* Tagline */
.legales-text-tagline-and-title .mkdf-st-tagline {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 16px !important;
    letter-spacing: .2em !important;
}


/* 404 **************************************************************************************************/

/* Botón navegar "Ir al inicio"  */
.mkdf-page-not-found .mkdf-btn.mkdf-btn-predefined {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

/* 404 forzada / replica la compensación vertical del 404 original */
.error404 .mkdf-content {
    margin-top: -100px !important;
}



/* Detalle de Moto **************************************************************************************/

/* Hero / Normalizacion de botones */
.hero-moto-detail .resume-moto-hero > .vc_column-inner > .wpb_wrapper > a.mkdf-btn {
    display: inline-flex !important;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 188px;
    height: 50px;
    box-sizing: border-box;
    line-height: 1;
    vertical-align: top;
    text-align: center;
}

/* Hero / Evita que el theme deje margen viejo en el icono */
.hero-moto-detail .resume-moto-hero > .vc_column-inner > .wpb_wrapper > a.mkdf-btn .mkdf-icon-font-awesome {
    margin: 0 !important;
    line-height: 1;
}

/* Hero / Borde del boton outline */
.hero-moto-detail .resume-moto-hero > .vc_column-inner > .wpb_wrapper > a.mkdf-btn.mkdf-btn-outline {
    border: 2px solid  !important;
}

/* Contadores / Tamaño de los titulos de cada caja */
.mkdf-counter-holder.counter-resume-moto .mkdf-counter-title {
    font-size: 19px !important;
    line-height: 1.2;
}

/* Contadores / Numero principal con unidad a la derecha */
.mkdf-counter-holder.counter-resume-moto .mkdf-counter {
    display: inline-flex;
    align-items: flex-end;
}

/* Contadores / Estilo general de la unidad agregada */
.mkdf-counter-holder.counter-resume-moto .mkdf-counter::after {
    font-size: 19px;
    line-height: 1;
    color: #818181;
    font-weight: 600;
	margin-left: 4px !important;
}

/* Contadores / Unidades */
.mkdf-counter-holder.counter-resume-moto.cilindrada .mkdf-counter::after { content: "CC"; }
.mkdf-counter-holder.counter-resume-moto.potencia .mkdf-counter::after { content: "HP"; }
.mkdf-counter-holder.counter-resume-moto.par .mkdf-counter::after { content: "NM"; }
.mkdf-counter-holder.counter-resume-moto.asiento .mkdf-counter::after { content: "MM"; }
.mkdf-counter-holder.counter-resume-moto.deposito .mkdf-counter::after { content: "LTS"; }
.mkdf-counter-holder.counter-resume-moto.peso .mkdf-counter::after { content: "KG"; }


/* Contadores / Texto descriptivo de cada caja */
.mkdf-counter-holder.counter-resume-moto .mkdf-counter-text {
    color: #818181;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 18px;
    font-weight: 500;
}

/* Contadores / Padding horizontal de cada columna */
.vc_row.vc_inner > .wpb_column.vc_col-sm-1\/5 > .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* Contadores / Fila de contadores estire correctamente sus columnas */
.vc_row.vc_inner.vc_row-o-equal-height.vc_row-flex:has(.mkdf-counter-holder.counter-resume-moto) {
    align-items: stretch !important;
}

/* Contadores / La columna interna debe ocupar toda la altura disponible */
.vc_row.vc_inner.vc_row-o-equal-height.vc_row-flex:has(.mkdf-counter-holder.counter-resume-moto) > .wpb_column.vc_col-sm-1\/5 > .vc_column-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Contadores / El wrapper de WPBakery debe estirarse */
.vc_row.vc_inner.vc_row-o-equal-height.vc_row-flex:has(.mkdf-counter-holder.counter-resume-moto) > .wpb_column.vc_col-sm-1\/5 > .vc_column-inner > .wpb_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Contadores / Contador debe ocupar todo el alto de su columna */
.vc_row.vc_inner.vc_row-o-equal-height.vc_row-flex:has(.mkdf-counter-holder.counter-resume-moto) .mkdf-counter-holder.counter-resume-moto {
    height: 100%;
    display: flex;
}

/* Contadores / Contador debe estira completo */
.vc_row.vc_inner.vc_row-o-equal-height.vc_row-flex:has(.mkdf-counter-holder.counter-resume-moto) .mkdf-counter-holder.counter-resume-moto .mkdf-counter-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Slider / Titulo + Tagline contenedor interno en columna para poder reordenar */
.text-title-first-and-tagline .mkdf-st-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Slider / Titulo + Tagline el titulo queda primero */
.text-title-first-and-tagline .mkdf-st-title {
    order: 1;
    margin: 0 0 14px 0;
}

/* Slider / Titulo + Tagline el tagline queda debajo del titulo */
.text-title-first-and-tagline .mkdf-st-tagline {
    order: 2;
    display: inline-block;
    margin: 0;
    padding: 4px 12px;
    background: #313131;
    color: #FFFFFF !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
	margin-top: 10px !important;
}

/* Slider / Tabs / Reservar el alto visual del slider para evitar el colapso al cambiar de tab */
.tabs-slider-images-motos .vc_tta-panel .wpb_images_carousel,
.tabs-slider-images-motos .vc_tta-panel .vc_slide.vc_images_carousel,
.tabs-slider-images-motos .vc_tta-panel .vc_carousel-inner {
    min-height: 650px;
}

/* Slider / Tabs / Mantener centradas las flechas dentro del alto reservado */
.tabs-slider-images-motos .vc_tta-panel .vc_carousel-control {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* Slider / Tabs / desactiva animacion y transiciones del cambio de tab */
.tabs-slider-images-motos .vc_tta-panels-container,
.tabs-slider-images-motos .vc_tta-panels,
.tabs-slider-images-motos .vc_tta-panel,
.tabs-slider-images-motos .vc_tta-panel-heading,
.tabs-slider-images-motos .vc_tta-panel-body,
.tabs-slider-images-motos .vc_tta-panel-body > .vc_row,
.tabs-slider-images-motos .vc_tta-panel-body .vc_row,
.tabs-slider-images-motos.vc_tta-panel-body .wpb_column,
.tabs-slider-images-motos .vc_tta-panel-body .wpb_wrapper {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

/* Slider / Tabs colores / Centrar el bloque completo de tabs */
.tabs-slider-images-motos .vc_tta {
    text-align: center;
}

/* Slider / Tabs colores / Contenedor visual con fondo y texto COLORES a la izquierda */
.tabs-slider-images-motos .vc_tta-tabs-container {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto !important;
    padding: 16px 24px;
    background: #F2F2F2;
    box-sizing: border-box;
    vertical-align: top;
}

/* Slider / Tabs colores / Texto fijo COLORES dentro del contenedor */
.tabs-slider-images-motos .vc_tta-tabs-container::before {
    content: "COLORES:";
    display: block;
    margin-right: 20px;
    color: #313131;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

/* Slider / Tabs colores / Lista interna de tabs en una sola linea */
.tabs-slider-images-motos .vc_tta-tabs-container .vc_tta-tabs-list {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    gap: 0 !important;
}

/* Slider / Tabs colores / Reset visual completo de cada tab */
.tabs-slider-images-motos .vc_tta-tabs-container .vc_tta-tab,
.tabs-slider-images-motos .vc_tta-tabs-container .vc_tta-tab.vc_active {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Slider / Tabs colores / Reset de pseudo-elementos que pueda agregar el theme */
.tabs-slider-images-motos .vc_tta-tabs-container .vc_tta-tab::before,
.tabs-slider-images-motos .vc_tta-tabs-container .vc_tta-tab::after,
.tabs-slider-images-motos .vc_tta-tabs-container .vc_tta-tab a::before,
.tabs-slider-images-motos .vc_tta-tabs-container .vc_tta-tab a::after {
    content: none !important;
    display: none !important;
}

/* Slider / Tabs colores / Link del tab sin fondo ni borde */
.tabs-slider-images-motos .vc_tta-tabs-container .vc_tta-tab a,
.tabs-slider-images-motos .vc_tta-tabs-container .vc_tta-tab.vc_active a,
.tabs-slider-images-motos .vc_tta-tabs-container .vc_tta-tab a:hover,
.tabs-slider-images-motos .vc_tta-tabs-container .vc_tta-tab.vc_active a:hover,
.tabs-slider-images-motos .vc_tta-tabs-container .vc_tta-tab a:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Slider / Tabs colores / Separacion real entre tabs */
.tabs-slider-images-motos .vc_tta-tabs-container .vc_tta-tab + .vc_tta-tab {
    margin-left: 10px !important;
}

/* Slider / Tabs colores / Cuadrado base de cada color */
.tabs-slider-images-motos .vc_tta-tabs-container .zontes-tab-color-swatch {
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #818181;
    box-sizing: border-box;
}

/* Slider / Tabs colores / Cuadrado activo con borde mas grueso y negro */
.tabs-slider-images-motos .vc_tta-tabs-container .vc_tta-tab.vc_active .zontes-tab-color-swatch {
    border: 2px solid #000000;
}

/* Tabs colores / Ocultar visualmente el texto hexadecimal sin eliminarlo del HTML */
.tabs-slider-images-motos .vc_tta-tabs-container .zontes-tab-color-text-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Slider / Indicador activo */
.carousel-image .vc_carousel-indicators li.vc_active,
.carousel-image .vc_carousel-indicators li.active {
    width: 36px !important;
    background: #313131 !important;
}

/* Slider / Contenedor relativo para posicionar controles y paginado */
.carousel-nav .vc_images_carousel {
    position: relative;
}

/* Slider / Centrar imagenes dentro de cada slide */
.carousel-image .wpb_images_carousel .slides > li img,
.carousel-image .wpb_gallery_slides .slides > li img,
.carousel-image .vc_images_carousel .vc_carousel-slideline-inner img {
    display: inline-block !important;
    margin: 0 auto !important;
    float: none !important;
}

/* Slider / Centrar el contenido general de los slides */
.carousel-image .wpb_images_carousel .slides,
.carousel-image .wpb_gallery_slides .slides,
.carousel-image .vc_images_carousel .vc_carousel-slideline-inner {
    text-align: center !important;
}

/* Slider / Boton cuadrado base de navegacion */
.carousel-nav .vc_images_carousel .vc_carousel-control {
    position: absolute;
    top: 50% !important;
    bottom: auto !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    border: 1px solid #313131 !important;
    border-radius: 0 !important;
    background: #FFFFFF !important;
    box-sizing: border-box;
    display: block !important;
    opacity: 1 !important;
    filter: none !important;
    text-shadow: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
    transform: translateY(-50%) !important;
    z-index: 3;
}

/* Slider / Posicion del boton izquierdo */
.carousel-nav .vc_images_carousel .vc_left.vc_carousel-control {
    left: 0 !important;
    right: auto !important;
}

/* Slider / Posicion del boton derecho */
.carousel-nav .vc_images_carousel .vc_right.vc_carousel-control {
    right: 0 !important;
    left: auto !important;
}

/* Slider / Apagar pseudo-elementos del plugin o de overrides previos */
.carousel-nav .vc_images_carousel .vc_carousel-control::before,
.carousel-nav .vc_images_carousel .vc_carousel-control::after,
.carousel-nav .vc_images_carousel .vc_carousel-control .icon-prev::before,
.carousel-nav .vc_images_carousel .vc_carousel-control .icon-prev::after,
.carousel-nav .vc_images_carousel .vc_carousel-control .icon-next::before,
.carousel-nav .vc_images_carousel .vc_carousel-control .icon-next::after {
    content: none !important;
    display: none !important;
}

/* Slider / Caja interna de cada icono */
.carousel-nav .vc_images_carousel .vc_carousel-control .icon-prev,
.carousel-nav .vc_images_carousel .vc_carousel-control .icon-next {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 28px 28px !important;
    line-height: 0 !important;
    pointer-events: none;
}

/* Slider / Flecha derecha usando el SVG */
.carousel-nav .vc_images_carousel .vc_carousel-control .icon-next {
    background-image: url('https://zontes.com.uy/wp-content/uploads/2026/04/arrow-right.svg') !important;
    transform: translate(-50%, -50%) !important;
}

/* Slider / Flecha izquierda usando el mismo SVG espejado */
.carousel-nav .vc_images_carousel .vc_carousel-control .icon-prev {
    background-image: url('https://zontes.com.uy/wp-content/uploads/2026/04/arrow-right.svg') !important;
    transform: translate(-50%, -50%) scaleX(-1) !important;
    transform-origin: center center;
}

/* Slider / Hover del boton cuadrado */
.carousel-nav .vc_images_carousel .vc_carousel-control:hover {
    border-color: #000000 !important;
}

/* Slider / Paginado contenedor centrado real */
.carousel-image .vc_carousel-indicators {
    position: absolute !important;
    left: 50% !important;
    bottom: 0px !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4px;
    width: max-content !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Slider / Paginado base */
.carousel-image .vc_carousel-indicators li {
    width: 18px !important;
    height: 6px !important;
    background: #D9D9D9 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    box-shadow: none !important;
    flex: 0 0 auto;
    transition: width .2s ease, background-color .2s ease;
}

/* Texto Aspiracional / Titulo y descripcion mantener el bloque centrado */
.text-tagline-first-and-title .mkdf-st-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Texto Aspiracional / Tagline con fondo oscuro */
.text-tagline-first-and-title .mkdf-st-tagline {
    display: inline-block;
    padding: 4px 12px;
    background: #313131;
    color: #FFFFFF !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    margin-bottom: 15px;
}

/* Texto Aspiracional /  Quitar las lineas decorativas del tagline */
.text-tagline-first-and-title .mkdf-st-tagline::before,
.text-tagline-first-and-title .mkdf-st-tagline::after {
    content: none !important;
    display: none !important;
}

/* Slider fullscreen / Contenedor relativo para ubicar las flechas sobre la imagen */
.images-carousel-fullscreen .vc_images_carousel {
    position: relative;
}

/* Slider fullscreen / Boton cuadrado base de navegacion */
.images-carousel-fullscreen .vc_images_carousel .vc_carousel-control {
    position: absolute;
    top: 50% !important;
    bottom: auto !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-sizing: border-box;
    display: block !important;
    opacity: 1 !important;
    text-shadow: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
    transform: translateY(-50%) !important;
    z-index: 3;
}

/* Slider fullscreen / Posicion de la flecha izquierda */
.images-carousel-fullscreen .vc_images_carousel .vc_left.vc_carousel-control {
    left: 40px !important;
    right: auto !important;
}

/* Slider fullscreen / Posicion de la flecha derecha */
.images-carousel-fullscreen .vc_images_carousel .vc_right.vc_carousel-control {
    right: 40px !important;
    left: auto !important;
}

/* Slider fullscreen / Apagar pseudo-elementos nativos del plugin */
.images-carousel-fullscreen .vc_images_carousel .vc_carousel-control::before,
.images-carousel-fullscreen .vc_images_carousel .vc_carousel-control::after,
.images-carousel-fullscreen .vc_images_carousel .vc_carousel-control .icon-prev::before,
.images-carousel-fullscreen .vc_images_carousel .vc_carousel-control .icon-prev::after,
.images-carousel-fullscreen .vc_images_carousel .vc_carousel-control .icon-next::before,
.images-carousel-fullscreen .vc_images_carousel .vc_carousel-control .icon-next::after {
    content: none !important;
    display: none !important;
}

/* Slider fullscreen / Caja interna del icono centrada en absoluto */
.images-carousel-fullscreen .vc_images_carousel .vc_carousel-control .icon-prev,
.images-carousel-fullscreen .vc_images_carousel .vc_carousel-control .icon-next {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 28px 28px !important;
    transform-origin: center center !important;
}

/* Slider fullscreen / Flecha derecha blanca usando el SVG */
.images-carousel-fullscreen .vc_images_carousel .vc_carousel-control .icon-next {
    background-image: url('https://zontes.com.uy/wp-content/uploads/2026/04/arrow-right.svg') !important;
    filter: brightness(0) invert(1);
    transform: translate(-50%, -50%) !important;
}

/* Slider fullscreen / Flecha izquierda blanca usando el mismo SVG espejado */
.images-carousel-fullscreen .vc_images_carousel .vc_carousel-control .icon-prev {
    background-image: url('https://zontes.com.uy/wp-content/uploads/2026/04/arrow-right.svg') !important;
    filter: brightness(0) invert(1);
    transform: translate(-50%, -50%) scaleX(-1) !important;
}

/* Slider fullscreen / Hover suave del contenedor */
.images-carousel-fullscreen .vc_images_carousel .vc_carousel-control:hover {
    border-color: #FFFFFF !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

/* Listado informativo moto / Texto descriptivo de cada item */
.text-list-information-moto .mkdf-is-text {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    color: #313131;
}

/* Tablas detalle moto / Titulo de cada bloque */
.resume-moto-detail-tables .mkdf-section-title-holder .mkdf-st-title {
    font-size: 24px !important;
}



/* Postventa ********************************************************************************************/

/* Hero / Texto superpuesto sobre la imagen */
.hero-image-interna .mkdf-image-with-text-holder.image-like-hero {
    position: relative;
    overflow: hidden;
}

/* Hero / La imagen queda como base del hero */
.hero-image-interna .mkdf-image-with-text-holder.image-like-hero .mkdf-iwt-image {
    position: relative;
    z-index: 1;
}

/* Hero / Comportamiento de la imagen del hero */
.hero-image-interna .mkdf-image-with-text-holder.image-like-hero .mkdf-iwt-image img {
    display: block;
    width: 100%;
    height: auto;
}

/* Hero / El bloque de texto se monta arriba de la imagen */
.hero-image-interna .mkdf-image-with-text-holder.image-like-hero .mkdf-iwt-text-holder {
    position: absolute;
    top: 42%;
    left: 220px;
    transform: translateY(-50%);
    z-index: 2;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    max-width: 700px;
    pointer-events: none;
}

/* Hero / Tagline */
.hero-image-interna .mkdf-image-with-text-holder.image-like-hero .mkdf-iwt-tagline {
    display: block;
    margin-bottom: 0 !important;
    color: #818181 !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: .01em !important;
    text-transform: uppercase;
}

/* Hero / Titulo */
.hero-image-interna .mkdf-image-with-text-holder.image-like-hero .mkdf-iwt-title {
    margin: 6px 0 0 0 !important;
    color: #ffffff !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 76px !important;
    font-weight: 700 !important;
    line-height: 0.95 !important;
    letter-spacing: .01em !important;
    text-transform: uppercase;
}

/* Separador con título / estilo del texto central */
.text-title-separator-type h4 {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #313131 !important;
    letter-spacing: .2em !important;
}

/* Separador con título / Titulo de tipo de producto */
.text-title-type .mkdf-st-tagline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1;
    text-transform: uppercase;
    color: #818181;
	letter-spacing: .2em !important;
	margin-bottom: 16px;
}

/* Separador con título / Comportamiento del titulo de tipo de producto */
.text-title-type .mkdf-st-tagline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
}

/* Separador con título / Lineas al lado del titulo del tipo de producto */
.text-title-type .mkdf-st-tagline::before,
.text-title-type .mkdf-st-tagline::after {
    content: "";
    display: block;
    flex: 1 1 auto;
    height: 3px;
    background: #818181;
    min-width: 30px;
}

/* Contenidos de motos / Nombre de archivo */
.icon-text-link-download .mkdf-iwt-title,
.icon-text-link-download .mkdf-iwt-title .mkdf-iwt-title-text {
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

/* Contenidos de motos / Espacio entre icono y texto */
.icon-text-link-download .mkdf-iwt-content {
    padding: 0 0 0 10px !important;
}

/* Contenidos de motos / Icono */
.icon-text-link-download {
    display: flex !important;
    width: 100% !important;
    clear: both;
}

/* Contenidos de motos / Efecto del item */
.icon-text-link-download {
    transition: all .2s ease;
}

/* Contenidos de motos / Efecto del item */
.icon-text-link-download .mkdf-iwt-title,
.icon-text-link-download .mkdf-iwt-title .mkdf-iwt-title-text,
.icon-text-link-download .mkdf-iwt-icon img {
    transition: all .2s ease;
}

/* Contenidos de motos / Color item */
.icon-text-link-download:hover .mkdf-iwt-title,
.icon-text-link-download:hover .mkdf-iwt-title .mkdf-iwt-title-text {
    color: #000000 !important;
    font-weight: 700 !important;
}

/* Contenidos de motos / Efecto del item al hover*/
.icon-text-link-download:hover .mkdf-iwt-icon img {
    filter: brightness(0);
}

/* Contenidos de motos / Item de descarga deshabilitado */
.item-disable .mkdf-iwt-title,
.item-disable .mkdf-iwt-title .mkdf-iwt-title-text {
    color: #cecece !important;
}

/* Contenidos de motos / Icono del item de descarga deshabilitado */
.item-disable .mkdf-iwt-icon img {
    filter: grayscale(1) brightness(1.35);
    opacity: .75;
}

/* Contenidos de motos / Columnas de modelos / separador vertical entre columnas */
.vc_row.vc_inner.vc_row-fluid > .wpb_column.vc_col-sm-3 {
    border-left: 1px solid #d9d9d9;
    box-sizing: border-box;
}

/* Contenidos de motos / Columnas de modelos / la primera columna no lleva línea izquierda */
.vc_row.vc_inner.vc_row-fluid > .wpb_column.vc_col-sm-3:first-child {
    border-left: none;
}

/* Contenidos de motos / Columnas de modelos / separación del contenido respecto de la línea */
.vc_row.vc_inner.vc_row-fluid > .wpb_column.vc_col-sm-3 > .vc_column-inner {
    padding-left: 30px;
}



/* Contactos ********************************************************************************************/

/* Hero / Desactiva overlays del mapa */
.no-hover .mkdf-iwt-image::before,
.no-hover .mkdf-iwt-image::after,
.no-hover .mkdf-iwt-image a::before,
.no-hover .mkdf-iwt-image a::after {
    display: none !important;
}

/* Estructura / Quita el borde izquierdo de la columna lateral en fila */
.vc_row.vc_inner.vc_row-fluid.column-no-border > .wpb_column.vc_column_container.vc_col-sm-3 {
	border-left: 0 !important;
}

/* Tagline */
.text-title-description-contact .mkdf-st-tagline {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 18px !important;
    letter-spacing: 0.2em !important;
	font-weight: 600 !important;
}

/* Titulo de la descripcion */
.text-title-description-contact .mkdf-st-title {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 45px !important;
    letter-spacing: .025em !important;
}

/* Descripcion */
.text-title-description-contact .mkdf-st-text {
    font-family: 'Rajdhani', sans-serif !important;
}

/* Items de contacto / texto */
.icon-text-item-contact .mkdf-iwt-text {
    color: #313131 !important;
    margin-top: 0 !important;
    font-weight: 500 !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 18px !important;
}

/* Items de contacto / efecto hover del texto */
.icon-text-item-contact .mkdf-iwt-text {
    transition: color .2s ease, font-weight .2s ease;
}

/* Items de contacto / hover */
.icon-text-item-contact > a:hover .mkdf-iwt-text {
    color: #000000 !important;
    font-weight: 700 !important;
}

/* Boton de contacto */
.boton-contacto {
	padding-left: 18px !important;    
	padding-right: 18px !important;  
	font-size: 14px !important;
}

/* Boton de contacto no pase a multiples lineas*/
.boton-contacto .mkdf-btn-text {   
	white-space: nowrap !important;
}

/* Items teléfono / link con icono y contenido en la misma línea */
.icon-text-item-contact.telefono > a {
    display: flex !important;
    align-items: flex-start !important;
}

/* Items teléfono / contenedor de título y número en una sola línea */
.icon-text-item-contact.telefono .mkdf-iwt-content {
    display: flex !important;
    align-items: baseline !important;
    gap: 4px;
}

/* Items teléfono / título */
.icon-text-item-contact.telefono .mkdf-iwt-title {
    margin: 0 !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    white-space: nowrap;
}

/* Items teléfono / texto del título */
.icon-text-item-contact.telefono .mkdf-iwt-title-text {
    display: inline !important;
}

/* Items teléfono / número */
.icon-text-item-contact.telefono .mkdf-iwt-text {
    margin: 0 !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    white-space: nowrap;
}

/* Anular overlays o pseudo-elementos del theme */
.image-link-disable .mkdf-single-image-holder .mkdf-si-inner::before,
.image-link-disable .mkdf-single-image-holder .mkdf-si-inner::after,
.image-link-disable .mkdf-single-image-holder a::before,
.image-link-disable .mkdf-single-image-holder a::after {
    opacity: 0 !important;
    transform: none !important;
    transition: none !important;
}



/* Sobre Zontes *****************************************************************************************/



/* Bloque Timeline / Titulo de inicio */
.text-title-timeline-start .mkdf-st-title {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
	letter-spacing: .2em !important;
	display: inline-block;
    background: #313131;
    color: #ffffff !important;
    padding: 7px 18px;
    margin-bottom: 10px !important;
}



/* Bloque Timeline / Tipografia y composicion del tagline */
.text-title-timeline .mkdf-st-title {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #313131;
	letter-spacing: .2em !important;
	margin-top: 10px !important;
}

/* Bloque Timeline / Tipografias del bloque de descripcion */
.text-block-timeline p {
    color: #313131;
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    font-weight: 500 !important;
    line-height: 28px;
    text-align: center !important;
	max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	margin-bottom: 24px!important;
}



/* Resultados de busquedas ******************************************************************************/

/* Oculta completo el bloque de nueva busqueda */
.search.search-results .mkdf-search-page-form {
	display: none !important;
}

/* Quita el fondo gris del bloque superior y lo deja blanco */
.search.search-results .mkdf-title-holder {
	background-color: #ffffff !important;
	height: auto !important;
}

/* Reduce el espacio vertical interno del bloque superior */
.search.search-results .mkdf-title-holder .mkdf-title-wrapper {
	padding: 90px 0 0 !important;
}

/* Ajusta el tamaño y la altura del titulo */
.search.search-results .mkdf-title-holder .mkdf-page-title {
	font-size: 40px !important;
	line-height: 1.1 !important;
	margin: 0 !important;
}

/* Reduce el espacio superior antes del listado */
.search.search-results .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner {
	padding-top: 50px !important;
}

/* Define color de la etiqueta del buscador */
.search.search-results .mkdf-title-holder .mkdf-page-title .zontes-search-title-label {
	color: #000000;
}

/* Define color del termino buscado */
.search.search-results .mkdf-title-holder .mkdf-page-title .zontes-search-title-term {
	color: #7a7a7a;
}

/* Reduce el espacio vertical externo de cada fila */
.search.search-results .mkdf-search-page-holder article {
	padding: 10px 0 !important;
}

/* Prende un fondo gris en toda la fila al hacer hover */
.search.search-results .mkdf-search-page-holder article .mkdf-post-content {
	padding: 14px 18px;
	transition: background-color 0.2s ease;
}

/* Color del fondo al hacer hover */
.search.search-results .mkdf-search-page-holder article .mkdf-post-content:hover {
	background-color: #F1F1F1;
}

/* Hace que el enlace ocupe toda la fila */
.search.search-results .mkdf-search-page-holder article .mkdf-post-title {
	width: 100%;
	margin: 0;
}

/* Hace que el enlace ocupe toda la fila y define color base */
.search.search-results .mkdf-search-page-holder article .mkdf-post-title a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-right: 30px;
	box-sizing: border-box;
	color: #5F5E5E !important;
}

/* Pasa el texto a negro al hacer hover */
.search.search-results .mkdf-search-page-holder article .mkdf-post-title a:hover {
	color: #000000 !important;
}

/* Dibuja una flecha al final de cada fila */
.search.search-results .mkdf-search-page-holder article .mkdf-post-title a::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	flex: 0 0 12px;
	border-top: 3px solid #7a7a7a;
	border-right: 3px solid #7a7a7a;
	transform: rotate(45deg);
	margin-left: 18px;
	box-sizing: border-box;
}

/* Pasa la flecha a negro al hacer hover */
.search.search-results .mkdf-search-page-holder article .mkdf-post-title a:hover::after {
	border-top-color: #000000;
	border-right-color: #000000;
}






/* Breakpoints del theme *************************************************************************************************/
/* max-width: 1440px | 1366px | 1280px | 1200px | 1024px | 768px | 680px | 480px | 320px */
/* ***********************************************************************************************************************/


/* Desktop intermedio ****************************************************************************************************/
@media only screen and (max-width: 1399px) {
	
	/* Grid general / cambia logica de ancho fijo del theme a % */
	.mkdf-grid,
	.mkdf-container-inner,
	.mkdf-row-grid-section {
		width: calc(100% - 100px) !important;
	}
	
	/* Footer top / oculta la columna vacia central */
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:nth-child(2) {
		display: none;
	}

	/* Footer top / redistribuye el ancho columna 1 */
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:first-child {
		width: 50%;
		padding-right: 18px;
		box-sizing: border-box;
	}

	/* Footer top / redistribuye el ancho columna 3 */
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:last-child {
		width: 50%;
		padding-left: 18px;
		box-sizing: border-box;
	}
	
	/* Footer top / limita el ancho visual del texto de la columna 1 */
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:first-child #text-2 .textwidget p {
		max-width: 400px;
	}	

	/* Footer top / acerca el primer item al titulo */
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:last-child > .mkdf-icon-widget-holder:nth-of-type(1) {
		margin-top: -12px !important;
	}

	/* Footer top / separa los bloques siguientes sin pisarlos */
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:last-child > .mkdf-icon-widget-holder:nth-of-type(3),
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:last-child > .mkdf-icon-widget-holder:nth-of-type(5) {
		margin-top: 10px !important;
	}

	/* Footer top / separa un poco mas el email del telefono */
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:last-child > .mkdf-icon-widget-holder:nth-of-type(6) {
		margin-top: 10px !important;
	}

	/* Footer top / arma una fila estable para icono y texto */
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:last-child .mkdf-icon-widget-holder {
		display: flex;
		align-items: flex-start;
		width: 100%;
		margin: 0 !important;
	}

	/* Footer top / fija el ancho del icono */
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:last-child .mkdf-icon-element {
		flex: 0 0 18px;
		width: 18px;
		line-height: 1;
		margin-right: 12px;
		margin-top: 2px;
	}

	/* Footer top / deja que el texto use el ancho restante */
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:last-child .mkdf-icon-text {
		display: block;
		flex: 1 1 auto;
		min-width: 0;
		white-space: normal;
		line-height: 1.35;
	}

	/* Footer top / alinea las lineas sin icono */
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:last-child .mkdf-icon-text.mkdf-no-icon {
		padding-left: 40px;
	}
	
	/* Detalle de moto / Espacio superior de imagen con items / */
	.space-empty-bottom-moto-items {
		height: 50px !important;
	}
	
	/* Detalle de moto / Imagen con items / Ajuste margen superior imagen central */
	.mkdf-item-showcase-holder .mkdf-is-image {
		margin-top: -35px !important;
	}
}



/* Laptop intermedio *****************************************************************************************************/

@media only screen and (max-width: 1200px) {

	/* Espacios entre items del nabvar */
    .mkdf-page-header .mkdf-main-menu > ul > li > a {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
	
	/* Footer bottom / ancho de columna 1 */
	.mkdf-page-footer .mkdf-footer-bottom-holder .mkdf-grid-col-6:first-child {
		width: 35%;
	}

	/* Footer bottom / ancho de columna 2 */
	.mkdf-page-footer .mkdf-footer-bottom-holder .mkdf-grid-col-6:last-child {
		width: 65%;
	}

	/* Footer bottom / mantiene los links legales en una sola linea */
	.mkdf-page-footer .mkdf-footer-bottom-holder #text-15 .textwidget > div {
		display: flex !important;
		justify-content: flex-end !important;
		align-items: center !important;
		flex-wrap: nowrap !important;
		gap: 8px !important;
	}

	/* Footer bottom / evita saltos de linea dentro de cada link */
	.mkdf-page-footer .mkdf-footer-bottom-holder #text-15 .textwidget > div a {
		white-space: nowrap;
		flex: 0 0 auto;
	}

	/* Footer bottom / neutraliza los br que interfieren en el flex */
	.mkdf-page-footer .mkdf-footer-bottom-holder #text-15 .textwidget > div br {
		display: none;
	}
			
	/* Detalle de moto / Hero moto / Texto descripcion */
	.hero-moto-detail .resume-moto-hero .wpb_text_column p,
	.hero-moto-detail .resume-moto-hero .wpb_text_column span {
		line-height: 1.5 !important;
	}
	
	/* Contadores / Cuatro columnas debajo de 1200 */
	.vc_row.vc_inner.vc_row-o-equal-height.vc_row-flex:has(.mkdf-counter-holder.counter-resume-moto) > .wpb_column.vc_col-sm-1\/5 {
		width: 25% !important;
		max-width: 25% !important;
		flex: 0 0 25% !important;
	}

	/* Contadores / Oculta la quinta columna */
	.vc_row.vc_inner.vc_row-o-equal-height.vc_row-flex:has(.mkdf-counter-holder.counter-resume-moto) > .wpb_column.vc_col-sm-1\/5:nth-child(5) {
		display: none !important;
	}
	
	/* Contadores / Numero principal debajo de 1200 */
	.mkdf-counter-holder.counter-resume-moto .mkdf-counter {
		font-size: 60px !important;
		padding-top: 10px !important;
	}
	
	/* Detalle de moto / Tablas / Quita padding solo en esta seccion */
	.resume-moto-detail-tables > .wpb_column.vc_col-sm-4 > .vc_column-inner {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	
	/* Detalle de moto / Tablas / Filas mas altas y parejas */
	.resume-moto-detail-tables > .wpb_column.vc_col-sm-4 .wpb_text_column > .wpb_wrapper > div > div {
		min-height: 48px;
		box-sizing: border-box;
		align-items: center !important;
	}
	
	/* Sobre zontes / Hero / Alto fijo para evitar imagen pequeña */
	.hero-image-interna-sobre-zontes .image-like-hero .mkdf-iwt-image {
		height: 460px;
		overflow: hidden;
	}

	/* Sobre zontes / Hero / Imagen cover con recorte lateral */
	.hero-image-interna-sobre-zontes .image-like-hero .mkdf-iwt-image img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}

	/* Sobre zontes / Espacio superior al titulo */
	.space-empty-top-title-detail {
		height: 80px !important;
	}
	
	/* Postventa / Hero / Alto fijo para evitar imagen pequeña */
	.hero-image-interna-postventa .image-like-hero .mkdf-iwt-image {
		height: 460px;
		overflow: hidden;
	}

	/* Postventa / Hero / Imagen cover con recorte lateral */
	.hero-image-interna-postventa .image-like-hero .mkdf-iwt-image img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 90% center;
	}
	
	/* Contactos / Hero / Alto fijo para evitar imagen pequeña */
	.hero-image-interna-contactos .image-like-hero .mkdf-iwt-image {
		height: 460px;
		overflow: hidden;
	}

	/* Contactos / Hero / Imagen cover con recorte lateral */
	.hero-image-interna-contactos .image-like-hero .mkdf-iwt-image img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 66% center;
	}
	
	/* Concesionarios / Oculta filas originales cuando la grilla JS esta activa */
	.info-cards-concesionarios .wpb_wrapper.zontes-conces-grid-active > .info-cards-concesionarios-row {
		display: none !important;
	}

	/* Concesionarios / Grilla generada por JS */
	.info-cards-concesionarios .wpb_wrapper .zontes-conces-grid {
		display: none;
	}

	/* Concesionarios / Activa dos columnas */
	.info-cards-concesionarios .wpb_wrapper.zontes-conces-grid-active .zontes-conces-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 30px;
		row-gap: 40px;
	}

	/* Concesionarios / Resetea anchos heredados de cada card */
	.info-cards-concesionarios .wpb_wrapper.zontes-conces-grid-active .zontes-conces-grid .info-card-concesionario {
		width: auto !important;
		max-width: none !important;
		flex: none !important;
		float: none !important;
		margin: 0 !important;
	}

	/* Concesionarios / Quita padding lateral interno de cada card */
	.info-cards-concesionarios .wpb_wrapper.zontes-conces-grid-active .zontes-conces-grid .info-card-concesionario > .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	/* Postventa / espacio inferior a descripcion */
	.space-empty-bottom-postventa-description {
		height: 120px !important;
	}
}



/* Laptop y Tablet general del theme *************************************************************************************/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {

	/* Detalle de moto / Hero moto / Ajuste de columnas */
	.hero-moto-detail > .wpb_column.vc_col-sm-8 {
		width: 60%;
	}

	/* Detalle de moto / Hero moto / Ajuste de columna resumen */
	.hero-moto-detail > .resume-moto-hero {
		width: 40%;
	}
	
	/* Detalle de moto / Hero moto / Logo */
	.hero-moto-detail .resume-moto-hero .vc_single_image-wrapper,
	.hero-moto-detail .resume-moto-hero .vc_single_image-wrapper img {
		max-width: 300px;
	}
	
	/* Detalle de moto / Hero moto / Espacio superior */
	.space-empty-top-moto-detail {
		height: 35px !important;
	}
	
	/* Detalle de moto / Hero moto / Resumen / Espacio superior */
	.space-empty-top-moto-resume {
		height: 10px !important;	
	}
	
	/* Detalle de moto / Hero moto / Resumen / Espacio inferior */
	.space-empty-bottom-moto-resume {
		height: 20px !important;
	}	
}	



/* Tablet y mobile general del theme *************************************************************************************/

@media only screen and (max-width: 1024px) {
	
	/* Grid general / reduce margenes laterales en tablet y mobile */
	.mkdf-grid,
	.mkdf-container-inner,
	.mkdf-row-grid-section {
		width: calc(100% - 50px) !important;
	}
	
	/* Menu Mobile / Evita que el contenedor principal del menu quede con una altura fija  */	
    .mkdf-mobile-header .mkdf-mobile-nav {
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}
	
	/* Menu Mobile / Evita que alguna capa intermedia siga recortando los submenus */
	.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid,
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid,
	.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul {
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}
	
	/* Menu Mobile / Neutraliza reglas del sistema de scroll interno */
	.mkdf-mobile-header .mkdf-mobile-nav .ps,
	.mkdf-mobile-header .mkdf-mobile-nav .ps__rail-x,
	.mkdf-mobile-header .mkdf-mobile-nav .ps__rail-y {
		overflow: visible !important;
		max-height: none !important;
	}
	
	/* Menu Mobile / Oculta las barras/rieles del scroll personalizado */
	.mkdf-mobile-header .mkdf-mobile-nav .ps__rail-x,
	.mkdf-mobile-header .mkdf-mobile-nav .ps__rail-y {
		display: none !important;
	}
	
	/* Menu Mobile / Fuerza que no dibuje la pseudo-linea del theme */
	.mkdf-mobile-nav ul li h6 span::after,
	.mkdf-mobile-nav ul li a span::after {
		content: none !important;
		display: none !important;
	}
	
	/* Menu Mobile / Cambia la linea hover del theme a gris oscuro */
	.mkdf-mobile-header .mkdf-mobile-nav ul li a span::before,
	.mkdf-mobile-header .mkdf-mobile-nav ul li h6 span::before,
	.mkdf-mobile-header .mkdf-mobile-nav ul:not(.sub_menu) > li > a span::after,
	.mkdf-mobile-header .mkdf-mobile-nav ul:not(.sub_menu) > li h6 span::after {
		background-color: #1e1e1e !important;
	}
	
	/* Menu mobile / Color negro para items activos */
	.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li.mkdf-active-item > a,
	.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li.mkdf-active-item > h6 {
		color: #000000 !important;
	}
	
	/* Menu mobile / Quita la sangria del item activo dentro del submenu */
	.mkdf-mobile-header .mkdf-mobile-nav ul.sub_menu > li.current-menu-item > h6 span,
	.mkdf-mobile-header .mkdf-mobile-nav ul.sub_menu > li.current-menu-parent > h6 span,
	.mkdf-mobile-header .mkdf-mobile-nav ul.sub_menu > li.current-menu-ancestor > h6 span,
	.mkdf-mobile-header .mkdf-mobile-nav ul.sub_menu > li.current_page_parent > h6 span,
	.mkdf-mobile-header .mkdf-mobile-nav ul.sub_menu > li.current_page_ancestor > h6 span {
		padding-left: 0 !important;
	}
		
	/* Menu mobile / fondo del primer nivel del arbol */
	.mkdf-mobile-header .mkdf-mobile-nav,
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid,
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul {
		background-color: #e5e5e5 !important;
	}

	/* Menu mobile / fondo del segundo nivel del arbol */
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > .sub_menu {
		background-color: #F2F2F2 !important;
	}
	
	/* Menu mobile / fondo del tercer nivel del arbol */
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > .sub_menu > li > .sub_menu {
		background-color: #ffffff !important;
	}

	/* Menu mobile / Aplica el fondo visible a las filas del nivel 1 */
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > h6,
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > a,
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > .mobile_arrow {
		background-color: #e5e5e5 !important;
	}

	/* Menu mobile / Aplica el fondo visible a las filas del nivel 2 */
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > .sub_menu > li > h6,
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > .sub_menu > li > a,
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > .sub_menu > li > .mobile_arrow {
		background-color: #F2F2F2 !important;
	}

	/* Menu mobile / Aplica el fondo visible a las filas del nivel 3 */
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > .sub_menu > li > .sub_menu > li,
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > .sub_menu > li > .sub_menu > li > h6,
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > .sub_menu > li > .sub_menu > li > a,
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > .sub_menu > li > .sub_menu > li > .mobile_arrow {
		background-color: #ffffff !important;
	}

	/* Menu mobile / Evita que el item padre abierto pinte por detras del submenu */
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li.mkdf-opened,
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > .sub_menu > li.mkdf-opened {
		background-color: transparent !important;
	}

	/* Menu mobile / Hace que el grid interno use todo el ancho disponible */
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid,
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul {
		width: 100% !important;
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box !important;
	}

	/* Menu mobile / Quita corrimientos de submenus para que la jerarquia viva en el texto */
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > .sub_menu,
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > .sub_menu > li > .sub_menu {
		width: 100% !important;
		margin-left: 0 !important;
		padding-left: 0 !important;
		box-sizing: border-box !important;
	}

	/* Menu mobile / Da sangria al texto del nivel 1 */
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > h6,
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > a {
		padding-left: 25px !important;
		padding-right: 15px !important;
		box-sizing: border-box !important;
	}

	/* Menu mobile / Da sangria al texto del nivel 2 */
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > .sub_menu > li > h6,
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > .sub_menu > li > a {
		padding-left: 40px !important;
	}

	/* Menu mobile / Da sangria al texto del nivel 3 */
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > .sub_menu > li > .sub_menu > li > h6,
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul > li > .sub_menu > li > .sub_menu > li > a {
		padding-left: 55px !important;
	}
	
	/* Menu mobile / Unifica la altura visual de todas las filas */
	.mkdf-mobile-header .mkdf-mobile-nav li > h6,
	.mkdf-mobile-header .mkdf-mobile-nav li > a,
	.mkdf-mobile-header .mkdf-mobile-nav li > .mobile_arrow {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		box-sizing: border-box !important;
	}
	
	/* Menu Mobile / Agandar flechas submenu */
	.mkdf-mobile-nav .mobile_arrow .mkdf-sub-arrow{
		font-size:24px !important;
		line-height:1 !important;
		width:24px;
		height:24px; 
	}

	/* Menu Mobile / Agrandar el area tactil de la flecha sin mover el texto */
	.mkdf-mobile-nav .mobile_arrow{
		width: 44px;
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	/* Menu Mobile / Ubicacion del icono para desplegar menu mobile */
	.mkdf-mobile-header .mkdf-mobile-menu-opener {
		margin-right: 0px;
	}
	
	/* Header mobile / quita padding lateral extra del contenedor interno */
	.mkdf-mobile-header .mkdf-grid,
	.mkdf-mobile-header .mkdf-position-left-inner,
	.mkdf-mobile-header .mkdf-position-right-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	/* Menu Mobile / Agranda el ícono hamburguesa del menú mobile */
	.mkdf-mobile-header .mkdf-mobile-menu-opener a span,
	.mkdf-mobile-header .mkdf-mobile-menu-opener span {
		font-size: 30px!important;
	}	
	
	/* Menu mobile / separa el primer item del borde superior */
	.mkdf-mobile-header .mkdf-mobile-nav > .mkdf-grid > ul {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	/* Footer top / adelanta el apilado de columnas */
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4 {
		width: 100% !important;
		float: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box;
	}

	/* Footer top / mantiene oculta la columna vacia */
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:nth-child(2) {
		display: none !important;
	}

	/* Footer top / separa la columna de contactos del bloque izquierdo */
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:last-child {
		margin-top: 40px;
	}

	/* Footer top / limita el ancho del texto de la columna 1 cuando esta apilada */
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content.mkdf-grid-col-4:first-child #text-2 .textwidget p {
		max-width: 650px;
	}
	
	/* Footer bottom / apila las dos columnas */
	.mkdf-page-footer .mkdf-footer-bottom-holder .mkdf-grid-col-6 {
		width: 100% !important;
		float: none !important;
	}

	/* Footer bottom / alinea los links legales a la izquierda cuando esta apilado */
	.mkdf-page-footer .mkdf-footer-bottom-holder #text-15 .textwidget > div {
		justify-content: flex-start !important;
		flex-wrap: wrap !important;
	}

	/* Footer bottom / mantiene los links con aire al apilar */
	.mkdf-page-footer .mkdf-footer-bottom-holder #text-15 .textwidget > div a {
		white-space: nowrap;
	}
	
	/* Footer bottom / compacta la separacion entre lineas de los links legales */
	.mkdf-page-footer .mkdf-footer-bottom-holder .mkdf-footer-bottom-column-2 .textwidget > div {
		line-height: 1.2 !important;
	}

	/* Footer bottom / acompana el line-height en cada link */
	.mkdf-page-footer .mkdf-footer-bottom-holder .mkdf-footer-bottom-column-2 .textwidget > div a {
		line-height: 1.2 !important;
	}
	
	/* Footer / quita los gutters del grid cuando las columnas ya estan apiladas */
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-grid-row,
	.mkdf-page-footer .mkdf-footer-bottom-holder .mkdf-grid-row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	/* Footer / quita el padding lateral de las columnas apiladas */
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-column-content,
	.mkdf-page-footer .mkdf-footer-bottom-holder .mkdf-grid-col-6 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	/* Video banner / mantiene visible el bloque de textos */
	.video-banner .mkdf-video-button-holder .mkdf-video-button-inner .mkdf-vb-tat-holder {
		display: flex !important;
	}
	
	/* Video banner / Titulo */
	.video-banner .mkdf-vb-title {
		font-size: 50px !important;
	}

	/* Video banner / Tamano del play */
	.video-banner .mkdf-video-button-play-image-holder img {
		width: 95px;
		height: 95px;
	}
	
	/* Video banner / Alto del banner */
	.video-banner .mkdf-video-button-holder {
		min-height: 420px;
		overflow: hidden;
	}

	/* Video banner / Imagen de fondo */
	.video-banner .mkdf-video-button-image {
		height: 420px;
	}

	/* Video banner / Imagen cover */
	.video-banner .mkdf-video-button-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}
	
	/* Lines text banner / Apila titulo arriba y texto abajo */
	.lines-text-banner.mkdf-section-title-holder.mkdf-st-split .mkdf-st-inner {
		flex-direction: column-reverse;
		align-items: center;
		margin: 0;
	}

	/* Lines text banner / Resetea anchos y paddings del split */
	.lines-text-banner.mkdf-section-title-holder.mkdf-st-split .mkdf-st-inner > * {
		width: 100%;
		padding: 0;
	}

	/* Lines text banner / Centra el titulo */
	.lines-text-banner.mkdf-section-title-holder.mkdf-st-split .mkdf-st-title {
		margin: 0 0 10px 0!important;
		text-align: center;
	}

	/* Lines text banner / Centra el texto secundario */
	.lines-text-banner.mkdf-section-title-holder.mkdf-st-split .mkdf-st-tagline {
		margin: 0 !important;
		text-align: center !important;
	}

	/* Lines text banner / Oculta separador vertical en apilado */
	.lines-text-banner.mkdf-section-title-holder.mkdf-st-split .mkdf-st-title .mkdf-sts-separator {
		display: none;
	}
	
	/* Lines text banner / Reduce espacios superior e inferior */
	.space-empty-banner {
		height: 40px !important;
	}

	/* Lines text banner / Asegura altura interna del espacio */
	.space-empty-banner .vc_empty_space_inner {
		height: 40px !important;
	}
	
	/* Preview instagram / Reduce espacio entre imagenes */
	.preview-instagram .mkdf-team-carousel-holder .owl-item {
		margin-right: 20px !important;
	}
				
	/* Detalle de moto / Hero moto / Logo */
	.hero-moto-detail .resume-moto-hero .vc_single_image-wrapper,
	.hero-moto-detail .resume-moto-hero .vc_single_image-wrapper img {
		max-width: 300px;
	}
	
	/* Detalle de moto / Hero / Normalizacion de botones */
	.hero-moto-detail .resume-moto-hero > .vc_column-inner > .wpb_wrapper > a.mkdf-btn {
    gap: 10px;
    width: 200px;
    height: 50px;
	}
	
	/* Detalle de moto / Hero moto / Espacio superior */
	.space-empty-top-moto-detail {
		height: 30px !important;
	}

	/* Detalle de moto / Slider colores / Quita alto fijo del slider en mobile */
	.tabs-slider-images-motos .vc_tta-panel .wpb_images_carousel,
	.tabs-slider-images-motos .vc_tta-panel .vc_slide.vc_images_carousel,
	.tabs-slider-images-motos .vc_tta-panel .vc_carousel-inner {
		min-height: 0 !important;
		height: auto !important;
	}

	/* Detalle de moto / Slider colores / Ajusta el alto de cada slide al contenido */
	.tabs-slider-images-motos .vc_tta-panel .vc_item,
	.tabs-slider-images-motos .vc_tta-panel .vc_inner {
		height: auto !important;
	}

	/* Detalle de moto / Slider fullscreen / Alto fijo para evitar imagen pequeña */
	.images-carousel-fullscreen .vc_images_carousel,
	.images-carousel-fullscreen .vc_images_carousel .vc_carousel-inner,
	.images-carousel-fullscreen .vc_images_carousel .vc_carousel-slideline,
	.images-carousel-fullscreen .vc_images_carousel .vc_carousel-slideline-inner,
	.images-carousel-fullscreen .vc_images_carousel .vc_item,
	.images-carousel-fullscreen .vc_images_carousel .vc_inner {
		height: 460px !important;
	}

	/* Detalle de moto / Slider fullscreen / Imagen cover para recortar laterales */
	.images-carousel-fullscreen .vc_images_carousel .vc_inner img {
		display: block;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		object-position: center center;
	}
	
	/* Detalle de moto / espacio superior al titulo slider 360 */
	.space-empty-top-title-moto-slider-360 {
		height: 70px !important;
	} 
	
	/* Detalle de moto / espacio inferior al slider 360 */
	.space-empty-bottom-moto-slider-360 {
		height: 120px !important;
	} 
	
	/* Detalle de moto / espacio superior al titulo de la descripcion */
	.space-empty-top-moto-text-description {
		height: 140px !important;
	} 
	
	/* Detalle de moto / espacio inferior a la descripcion */
	.space-empty-bottom-moto-text-description {
		height: 140px !important;
	}
	
	/* Detalle de moto / espacio superior al titulo de los items */
	.space-empty-top-moto-items {
		height: 110px !important;
	}
	
	/* Detalle de moto / espacio interior items */
	.space-empty-bottom-moto-items {
		height: 85px !important;
	}
	
	/* Concesionarios / espacio interior concesionarios */
	.space-empty-bottom-concesionarios-info {
		height: 150px !important;
	}
	
	/* Postventa / espacio inferior a descripcion */
	.space-empty-bottom-postventa-description {
		height: 100px !important;
	}
	
	/* Contacto / Areas info / Apilar 3 columnas en una sola */
	.info-areas-row > .info-areas-item.wpb_column.vc_column_container.vc_col-sm-4 {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
		float: none !important;
		display: block !important;
	}
		
}



/* Tablets grandes del theme *********************************************************************************************/

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	
	/* Detalle de moto / Hero moto / Columna imagen a ancho completo */
	.hero-moto-detail > .wpb_column.vc_col-sm-8 {
		width: 70%;
		margin-left: 0;
		margin-right: 0;
	}

	/* Detalle de moto / Hero moto / Columna resumen con aire lateral */
	.hero-moto-detail > .resume-moto-hero {
		width: calc(100% - 100px);
		max-width: calc(100% - 100px);
		flex: 0 0 calc(100% - 100px);
		margin-left: auto;
		margin-right: auto;
	}
		
	/* Detalle de moto / Hero moto / Columna imagen sin gap lateral */
	.hero-moto-detail.vc_column-gap-15 > .wpb_column.vc_col-sm-8 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* Detalle de moto / Hero moto / Columna interna imagen sin padding */
	.hero-moto-detail > .wpb_column.vc_col-sm-8 > .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* Detalle de moto / Hero moto / Imagen al ancho total de la columna */
	.hero-moto-detail > .wpb_column.vc_col-sm-8 .image-hero-moto-detail img {
		display: block;
		width: 100% !important;
		height: auto !important;
		max-width: none !important;
	}
	
	/* Detalle de moto / Hero moto / Espacio superior */
	.space-empty-top-moto-detail {
		height: 30px !important;
	}
	
	/* Detalle de moto / Tablas / Dos columnas y una centrada abajo */
	.resume-moto-detail-tables {
		display: flex;
		flex-wrap: wrap;
	}

	/* Detalle de moto / Tablas / Una columna por fila */
	.resume-moto-detail-tables {
		display: flex;
		flex-wrap: wrap;
		row-gap: 36px;
	}

	/* Detalle de moto / Tablas / Cada columna ocupa todo el ancho */
	.resume-moto-detail-tables > .wpb_column.vc_col-sm-4 {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}

	/* Detalle de moto / Tablas / Espacio entre filas */
	.resume-moto-detail-tables {
		row-gap: 36px;
	}
}



/* Tablets chicas y Mobile del theme *************************************************************************************/

@media only screen and (max-width: 768px) {
	
	/* Home / aumenta el espacio superior antes del bloque de texto */
	.empty-space-to-slider,
	.empty-space-to-slider .vc_empty_space_inner {
		height: 70px !important;
	}
	
	/* Home / reduce el espacio entre motos */
	.empty-space-to-row,
	.empty-space-to-row .vc_empty_space_inner {
		height: 30px !important;
	}
	
	/* Home / reduce padding lateral de las columnas principales */
	.home .text-title-and-description > .wpb_column > .vc_column-inner,
	.home .tabs-cards-motos-and-scooters > .wpb_column > .vc_column-inner,
	.home .preview-instagram > .wpb_column > .vc_column-inner,
	.home .video-banner > .wpb_column > .vc_column-inner,
	.home .contact-area-general > .wpb_column > .vc_column-inner {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	/* Home / compensa el gap lateral extra de las cards */
	.home .tabs-cards-motos-and-scooters .cards-motos.vc_column-gap-30 {
		margin-left: -10px !important;
		margin-right: -10px !important;
	}

	/* Home / baja el padding lateral de cada card */
	.home .tabs-cards-motos-and-scooters .cards-motos.vc_column-gap-30 > .wpb_column {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	/* Detalle de moto / Hero moto / Columna imagen a ancho completo */
	.hero-moto-detail > .wpb_column.vc_col-sm-8 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	/* Detalle de moto / Hero moto / Columna resumen con aire lateral */
	.hero-moto-detail > .resume-moto-hero {
		width: calc(100% - 100px);
		max-width: calc(100% - 100px);
		flex: 0 0 calc(100% - 100px);
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Tabs motos scooters / Mantiene tabs visibles en responsive */
	.tabs-cards-motos-and-scooters .vc_tta-tabs-container {
		display: block !important;
		text-align: center !important;
	}

	/* Tabs motos scooters / Oculta headings tipo acordeon */
	.tabs-cards-motos-and-scooters .vc_tta-panel-heading {
		display: none !important;
	}

	/* Tabs motos scooters / Muestra solo el panel activo */
	.tabs-cards-motos-and-scooters .vc_tta-panel {
		display: none !important;
	}

	/* Tabs motos scooters / Mantiene visible el panel activo */
	.tabs-cards-motos-and-scooters .vc_tta-panel.vc_active {
		display: block !important;
	}

	/* Tabs motos scooters / Evita ancho completo de los tabs */
	.tabs-cards-motos-and-scooters .vc_tta-tabs-container .vc_tta-tabs-list {
		display: inline-flex !important;
	}
	
	/* Cards motos / Centra la imagen en mobile */
	.tabs-cards-motos-and-scooters .resume-moto-table .mkdf-iwt-image img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Cards motos / Espacio entre motos en una columna */
	.tabs-cards-motos-and-scooters .cards-motos > .resume-moto-table {
		margin-bottom: 50px;
	}
	
	/* Contadores / Dos columnas en mobile */
	.vc_row.vc_inner.vc_row-o-equal-height.vc_row-flex:has(.mkdf-counter-holder.counter-resume-moto) > .wpb_column.vc_col-sm-1\/5:nth-child(-n+4) {
		width: 50% !important;
		max-width: 50% !important;
		flex: 0 0 50% !important;
		display: block !important;
		margin-bottom: 30px;
	}
	
	/* Slider colores / Mantiene tabs visibles en mobile */
	.tabs-slider-images-motos .vc_tta-tabs-container {
		display: inline-flex !important;
		width: auto !important;
		max-width: none !important;
		text-align: center !important;
	}

	/* Slider colores / Oculta headings tipo acordeon */
	.tabs-slider-images-motos .vc_tta-panel-heading {
		display: none !important;
	}

	/* Slider colores / Muestra solo el panel activo */
	.tabs-slider-images-motos .vc_tta-panel {
		display: none !important;
	}

	/* Slider colores / Mantiene visible el panel activo */
	.tabs-slider-images-motos .vc_tta-panel.vc_active {
		display: block !important;
	}

	/* Slider colores / Mantiene el switch centrado abajo */
	.tabs-slider-images-motos .vc_tta-tabs-container .vc_tta-tabs-list {
		display: inline-flex !important;
	}
	
	/* Detalle de moto / Tablas / Una columna por fila */
	.resume-moto-detail-tables {
		display: flex;
		flex-wrap: wrap;
		row-gap: 60px;
	}
	
	/* Concesionarios / Una columna por fila en mobile */
	.info-cards-concesionarios .wpb_wrapper.zontes-conces-grid-active .zontes-conces-grid {
		grid-template-columns: minmax(0, 1fr);
	}
	
	/* Concesionarios / Espacio entre filas */
	.space-empty-bottom-concesionario-contact-info {
		height: 65px !important;
	}
	
	
		
	
	
	/* Postventa / Listado motos / Cada fila interna pasa de 4 a 2 columnas */
	.list-moto-info .vc_row.vc_inner.vc_row-fluid {
		display: flex !important;
		flex-wrap: wrap !important;
	}

	/* Postventa / Listado motos / Cada item ocupa media fila */
	.list-moto-info .vc_row.vc_inner.vc_row-fluid > .wpb_column.vc_col-sm-3 {
		width: 50% !important;
		max-width: 50% !important;
		flex: 0 0 50% !important;
		float: none !important;
	}
	
	/* Postventa / Listado motos / Primera columna sin linea lateral */
	.list-moto-info .vc_row.vc_inner.vc_row-fluid > .wpb_column.vc_col-sm-3:nth-child(2n+1) {
		border-left: none !important;
		padding-right: 18px !important;
	}

	/* Postventa / Listado motos / Segunda columna con linea divisoria */
	.list-moto-info .vc_row.vc_inner.vc_row-fluid > .wpb_column.vc_col-sm-3:nth-child(2n) {
		border-left: 1px solid #d9d9d9 !important;
		padding-left: 18px !important;
	}
	
	/* Postventa / Listado motos / Oculta separadores horizontales del layout original */
	.list-moto-info > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_separator {

	}
	
	/* Postventa / Listado motos / Quita espacios vacios entre bloques */
	.list-moto-info .space-empty-top-postventa-row,
	.list-moto-info .space-empty-bottom-postventa-row {
		display: none !important;
	}

	/* Postventa / Listado motos / Quita alto interno de los espacios vacios */
	.list-moto-info .space-empty-top-postventa-row .vc_empty_space_inner,
	.list-moto-info .space-empty-bottom-postventa-row .vc_empty_space_inner {
		display: none !important;
		height: 0 !important;
	}
	
	/* Postventa / Listado motos / Espacio y linea entre primera y segunda fila */
	.list-moto-info .vc_row.vc_inner.vc_row-fluid > .wpb_column.vc_col-sm-3:nth-child(-n+2) {
		padding-bottom: 24px !important;
		border-bottom: 1px solid #d9d9d9 !important;
	}

	/* Postventa / Listado motos / Espacio superior para la segunda fila */
	.list-moto-info .vc_row.vc_inner.vc_row-fluid > .wpb_column.vc_col-sm-3:nth-child(n+3) {
		padding-top: 0px !important;
		padding-bottom: 24px !important;
	}
	
	/* Postventa / Listado motos / Quita borde de la ultima fila real */
	.list-moto-info .vc_row.vc_inner.vc_row-fluid.list-moto-info-last-row > .wpb_column.vc_col-sm-3:nth-child(-n+2) {
		border-bottom: none !important;
	}
}



/* Tablets chicas del theme **********************************************************************************************/

@media only screen and (min-width: 681px) and (max-width: 768px) {
	
	/* Cards motos / Evita espacio extra al final de cada fila */
	.tabs-cards-motos-and-scooters .cards-motos > .resume-moto-table:last-child {
		margin-bottom: 0;
	}
	
}



/* Mobile del theme ******************************************************************************************************/
@media only screen and (max-width: 680px) {
	
	/* Detalle de moto / Hero moto / Logo */
	.hero-moto-detail .resume-moto-hero .vc_single_image-wrapper,
	.hero-moto-detail .resume-moto-hero .vc_single_image-wrapper img {
		max-width: 300px;
		margin-top: 10px !important;
	}

	/* Detalle de moto / Tablas con informacion / mas aire lateral */
	.resume-moto-detail-tables {
		padding-left: 10px !important;
		padding-right: 10px !important;
		box-sizing: border-box;
	}
	
	/* Slider colores / Oculta flechas en mobile chico */
	.tabs-slider-images-motos .vc_images_carousel .vc_carousel-control {
		display: none !important;
	}
	
	/* Detalle de moto / espacio superior al titulo slider 360 */
	.space-empty-bottom-moto-counters {
		height: 20px !important;
	} 
	
	
}


/* Mobile Med ***************************************************************************************************************/

@media only screen and (max-width: 620px) {
	
	/* Banner Video / Desplazamiento vertical del tagline y titulo */
	.video-banner .mkdf-vb-tat-holder {
    	transform: translateY(-62px);
	}
	
	/* Banner Video / Desplazamiento vertical del icono play */
	.video-banner .mkdf-video-button-play-image-holder {
    	transform: translateY(62px);
	}
}



/* Mobile small del theme ************************************************************************************************/
@media only screen and (max-width: 576px) {
}




