/*
 * ESTILOS GENERALES 
 */

.blck-creditos a{
  color: #ffffff;
}





/***
 * SECCION CHASIS
 ***/

.blckChasis .e-n-tabs-heading button .e-n-tab-title-text{
  text-indent: -9999px;
  position: relative;
  min-height: 55px;
}

.blckChasis .e-n-tabs-heading button .e-n-tab-title-text::after{
  content: '';
  position: absolute;
  width: 95px;
  height: 64px;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.blckChasis .e-n-tabs-heading button#e-n-tab-title-2663547361 .e-n-tab-title-text::after{
  background-image: url('/wp-content/uploads/2025/03/ico-MICROBUS_compress.webp');
}
.blckChasis .e-n-tabs-heading button#e-n-tab-title-2663547362 .e-n-tab-title-text::after{
  background-image: url('/wp-content/uploads/2025/03/ico-Mini-Buseta_compress.webp');
}
.blckChasis .e-n-tabs-heading button#e-n-tab-title-2663547363 .e-n-tab-title-text::after{
  background-image: url('/wp-content/uploads/2025/03/ico-Buseta_compress.webp');
}
.blckChasis .e-n-tabs-heading button#e-n-tab-title-2663547364 .e-n-tab-title-text::after{
  background-image: url('/wp-content/uploads/2025/03/ico-BUSETON_compress.webp');
}














.colorNaranja{
	color: var(--e-global-color-accent);
}
.colorAzul{
	color: var(--e-global-color-primary);
}

.textoNegrita{
    font-weight: bold;
}

.ajustarLineaTexto ul li{

}


/***
 * FORMULARIO DE COTIZACION
 ***/
#blckCotizaTudongFeng .box{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-content: stretch;
  align-content: space-between;
  -webkit-align-items: center;
  justify-content: space-around;
}
#blckCotizaTudongFeng .box .bx{
  -webkit-order: 0;
  order: 0;
  -webkit-align-self: auto;
  align-self: auto;
box-sizing: border-box;
-webkit-flex: 0 1 50%;
flex: 0 1 50%;
padding: 0px 10px;
}
#blckCotizaTudongFeng .box .bx br{display:none;}
#blckCotizaTudongFeng .box .bx label{display:none}
#blckCotizaTudongFeng .box .bx input,
#blckCotizaTudongFeng .box .bx select{
width: 100%;
color: rgb(102, 102, 102) !important;
background-color: #FFF;
}
#blckCotizaTudongFeng .wpcf7-list-item-label{
text-align: justify;
}
#wpcf7-f26-p2-o1 > form > p:nth-child(3) > span > span > span > label{
text-align: justify;
line-height: 20px;
}





/*** CONTROLES ***/

/***
 * PAGINA CARRITO DE COMPRA
 ***/

/****************************************
 ****************************************
 * ESTILO PARA MOVILES
 ****************************************
 ****************************************/
@media (max-width: 767px) {

  #blckPostVentaFlotante{
    position: inherit;
  }

  #blckCotizaTudongFeng .box .bx{
		-webkit-flex: 0 1 100%;
		flex: 0 100%;
	}
	#blckCotizaTudongFeng .box .bx br {
  		display: none;
	}

}

@media (max-width: 1024px) {

}




