/**************************/
/***** ESTILOS SERGIO *****/
/**************************/

body{
	margin:0;
}

body, html {
	width: 100%;
}

textarea {
	font-family: BMW_Typo_Regular, Verdana, sans-serif;
	resize: none;
}

textarea:focus {
	outline-width: 0;
}

.hidden {
	display: none;
}

#divContenido {
	height: 100%;
}


/*******************/
/***** FUENTES *****/
/*******************/

@font-face {
	font-family: 'BMW_Typo_Regular';
	src: url("https://marketing.increccendo.com/privado/fuentes/bmw-next/BMWTypeNextLatin-Bold.woff2") format("woff2");
	font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'BMW_Typo_Regular';
    src: url('https://marketing.increccendo.com/privado/fuentes/bmw-next/BMWTypeNext-Medium.woff2') format('woff2'),
         url('https://marketing.increccendo.com/privado/fuentes/bmw-next/BMWTypeNext-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
	font-family: 'BMW_Typo_Regular';
	src: url("https://marketing.increccendo.com/privado/fuentes/bmw-next/BMWTypeNextLatin-Regular.woff2") format("woff2");
	font-weight: 400;
    font-style: normal;
}

@font-face {
	font-family: 'BMW_Typo_Regular';
	src: url("https://marketing.increccendo.com/privado/fuentes/bmw-next/BMWTypeNextLatin-Regular.woff2") format("woff2");
	font-weight: 300;
    font-style: normal;
}


@font-face {
	font-family: 'BMW_Typo_Regular_Old';
	src: url("https://marketing.increccendo.com/privado/fuentes/bmw-next/BMWTypeNextLatin-Light.woff2");
}

@font-face {
	font-family: 'BMW_Typo_Bold_Old';
	src: url("https://marketing.increccendo.com/privado/fuentes/bmw-next/BMWTypeNextLatin-Bold.woff2");
}

@font-face {
	font-family: 'BMW_Typo_Light';
	src: url("https://marketing.increccendo.com/privado/fuentes/bmw-next/BMWTypeNextLatin-Light.woff2") format("woff2");
}


@font-face {
	font-family: 'BMW_Typo_Bold';
	src: url("https://marketing.increccendo.com/privado/fuentes/bmw-next/BMWTypeNextLatin-Bold.woff2") format("woff2");
}


.font-light {
	font-family: BMW_Typo_Light, Verdana, sans-serif !important;
}

.font-regular {
	font-family: BMW_Typo_Regular, Verdana, sans-serif !important;
}

.font-bold {
	font-family: BMW_Typo_Bold, Verdana, sans-serif !important;
}

.texto11px {
	font-family: BMW_Typo_Regular, Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #262626;
}


/*****************/
/***** LOGIN *****/
/*****************/

.ventana-login {
	width:100%; 
	height:100%;
	display:table;
}

.ventana-login .seccion-cabecera-login{
	width:100%; 
	height:115px; 
	display:table-row;
}

.ventana-login .seccion-cabecera-login .contenedor-cabecera-login{
	display:table-cell;	
}

#tabla-logos{
	width:100%; 
	height:100%; 
	vertical-align:middle;
}

#tabla-logos .celda-derecha{
	width:1px; 
	white-space:nowrap;
}

#tabla-logos #imagen-bmw-group{
	margin-left:40px;
	height:70px;
}

#tabla-logos #imagen-bmw{
	margin-right:40px; 
	height:80px;
}

#tabla-logos #imagen-mini{
	margin-right:40px;
	height:70px;
}

.ventana-login .seccion-cuerpo-login{
	width:100%;
	height:100%;
	display:table-row;
}

.ventana-login .seccion-cuerpo-login .contenedor-cuerpo-login{
	display:table-cell;
	vertical-align:middle;
	background-image: url('../images/fondoLogin4.jpg');
	background-position: center bottom;
}

.ventana-login .seccion-cuerpo-login .contenedor-cuerpo-login .contenedor-login{
	background-color:white;
	width:300px;
	height:300px;
	margin:-115px auto 0 auto;
	-webkit-box-shadow: 0px 0px 15px -1px #8E8E8E;
	-moz-box-shadow: 0px 0px 15px -1px #8E8E8E;
	box-shadow: 0px 0px 15px -1px #8E8E8E;
}

.ventana-login .seccion-cuerpo-login .contenedor-cuerpo-login .contenedor-login .campos-contenedor-login{
	height:200px; 
}

.ventana-login .seccion-cuerpo-login .contenedor-cuerpo-login .contenedor-login .campos-contenedor-login .wrapper-campos-contenedor-login{
	padding:20px;
}

.ventana-login .seccion-cuerpo-login .contenedor-cuerpo-login .contenedor-login .botonera-contenedor-login{
	width:100%; 
	height:100px; 
	text-align:center; 
	vertical-align:middle;
	display:table; 
	border-top:3px #262626 solid;
}

.ventana-login .seccion-cuerpo-login .contenedor-cuerpo-login .contenedor-login .botonera-contenedor-login .wrapper-botonera-contenedor-login{
	display:table-cell;
	vertical-align:middle;
}


/******************************/
/***** SELECCION DE MARCA *****/
/******************************/

#seleccion-marca {
	width:100%; 
	height:100%;
}

#seleccion-marca #boton-logout{
	position:absolute; 
	top:20px; 
	right:20px;
}

#seleccion-marca #texto-seleccion{
	position:absolute; 
	bottom:20px;
	text-align:center;
	width:100%; 
	font-size:20px;
}

#seleccion-marca #tabla-logos{
	width:100%; height:100%;
}

#seleccion-marca #tabla-logos #wrapper-logos{
	display:inline-block
}

#seleccion-marca #tabla-logos #wrapper-logos .contenedor-logo{
	display:table;
	float:left;
	width:250px; 
	height:250px; 
	margin-right:20px;
	margin-top:-40px;
	-webkit-box-shadow: 0px 0px 15px -1px #8E8E8E;
	-moz-box-shadow: 0px 0px 15px -1px #8E8E8E;
	box-shadow: 0px 0px 15px -1px #8E8E8E;	
}

#seleccion-marca #tabla-logos #wrapper-logos .contenedor-logo:last-child{
	margin-right:0px !important;;
}

#seleccion-marca #tabla-logos #wrapper-logos .contenedor-logo .wrapper-logo{
	display:table-cell;
	vertical-align:middle;
	position:relative;
	cursor:pointer;
}


/***************************/
/***** CABECERA + MENU *****/
/***************************/

#TablaCabecera{
	width:100%;
	padding:0px;
	border-spacing:0px;
	border-collapse:separate;
}

#TablaCabecera #banner.titleBlock {
	height: 65px;
	background-color: white !important;
	margin: 0 !important;
	padding: 0 !important;
}

#TablaCabecera #banner .containerPastillas {
	position: absolute;
	top: 20px;
	right: 0;
	margin-right: 100px;
}

#TablaCabecera #trMenu {
	background-color: white;
}

#TablaCabecera #pastilla1 {
	position: relative;
	float: right;
	width: 183px;
	height: 80px;
	z-index: 1999;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

#TablaCabecera #pastilla2 {
	position: relative;
	float: right;
	width: 95px;
	height: 95px;
	z-index: 5000;
	-webkit-box-shadow: 0px 0px 15px -1px #8E8E8E;
	-moz-box-shadow: 0px 0px 15px -1px #8E8E8E;
	box-shadow: 0px 0px 15px -1px #8E8E8E;
	margin-right: 5px;
}

#TablaCabecera #trMigasPan {
	height: 40px;
}

#TablaCabecera #trMigasPan #caminomigas {
	font-family: var(--font-regular);
	letter-spacing: 0em;
	font-size: 10pt;
	margin-left: 20px;
}


/***************************/
/***** PANTALLA INICIO *****/
/***************************/

.contenedor-principal{
	width:auto;
	font-family: var(--font-regular);
	padding:15px;
	margin-right:0px;
	font-size:10pt;
	-webkit-box-shadow: 0px 0px 15px -1px #8E8E8E;
	-moz-box-shadow: 0px 0px 15px -1px #8E8E8E;
	box-shadow: 0px 0px 15px -1px #8E8E8E;
	margin-bottom:20px;	
}

.contenedor-principal p{
	margin-block-start: 0em;
}


.contenedor-noticias{
	width:auto;
}

.contenedor-noticias .wrapper-noticia{
	width:50%;
	margin-bottom:20px;
	cursor:pointer;
}

.contenedor-noticias .wrapper-noticia:nth-child(even){
	float:left;
}

.contenedor-noticias .wrapper-noticia:nth-child(odd){
	float:right;
}

.contenedor-noticias .wrapper-noticia .contenedor-noticia{
	font-family: var(--font-regular);
	padding:15px;
	color: #262626;
	font-size:10pt;
	-webkit-box-shadow: 0px 0px 15px -1px #8E8E8E;
	-moz-box-shadow: 0px 0px 15px -1px #8E8E8E;
	box-shadow: 0px 0px 15px -1px #8E8E8E;
	margin-right:20px;
	text-align:center;
}

.contenedor-noticias .wrapper-noticia .contenedor-noticia .titulo-noticia{
	font-family: var(--font-bold);
	font-size: 14pt;
	color: #0653b6 !important;
}


/*************************/
/***** POPUP ALERTAS *****/
/*************************/

#tablaAlertasPopup {
	font-family: var(--font-regular);
}

#tablaAlertasPopup .titulo{
	font-family: var(--font-bold);
	display: block;
	font-size:13pt;
	padding-bottom:10px;
	color:#262626;
}

#tablaAlertasPopup .seccion{
	font-family: var(--font-bold);
	color:white;
	font-size:12pt;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	background-color:#b3b3b3;
}

#tablaAlertasPopup i{
	font-size:13pt;
	cursor: pointer;
}


/*******************************/
/***** FILTROS DE BUSQUEDA *****/
/*******************************/

#bloqueFiltro {
	position: absolute;
	z-index: 1999;
	margin-left: 20px;
}

#botonera-izquierda {
	text-align: left;
}

#botonera-derecha {
	text-align: right;
}

#botonera-centrada {
	text-align: center;
}

#botonera-izquierda .jqx-button-bmw:first-child, #botonera-derecha .jqx-button-bmw:first-child,
	#botonera-centrada .jqx-button-bmw:first-child {
	margin-left: 0px !important;
}

#botonera-izquierda .jqx-button-bmw, #botonera-derecha .jqx-button-bmw,
	#botonera-centrada .jqx-button-bmw {
	margin-left: 6px;
}


/***************************/
/***** CONTENEDOR GRID *****/
/***************************/

.contenedor-grid {
	display: inline-block;
	-webkit-box-shadow: 3px 1px 12px -1px rgba(0, 0, 0, 0.22), 3px 1px 12px -1px rgba(0, 0, 0, 0);
	-moz-box-shadow: 3px 1px 12px -1px rgba(0, 0, 0, 0.22), 3px 1px 12px -1px rgba(0, 0, 0, 0);
	box-shadow: 3px 1px 12px -1px rgba(0, 0, 0, 0.22), 3px 1px 12px -1px rgba(0, 0, 0, 0);
	padding: 20px 30px;
}

.icon-container-grid {
	text-align: center;
	color: #0653b6;
}

.icon-container-grid i {
	margin-left: 10px;
	cursor: pointer;
}

.icon-container-grid i:first-child {
	margin-left: 0px;
}


/*******************/
/***** COLORES *****/
/*******************/

i.color-defecto {
	color: var(--color-principal) !important;
}

i.negro {
	color: black !important;
}

i.naranja {
	color: orange !important;
}

i.verde {
	color: green !important;
}

i.rojo {
	color: #CB4335 !important;
}

i.azul {
	color: #0653b6 !important;
}

i.amarillo {
	color: #fbb03b !important;
}

i.gris {
	color: #999999 !important;
}

i.blanco {
	color: white !important;
}

.color-defecto {
	color: var(--color-principal) !important;
}

.negro {
	color: black !important;
}

.naranja {
	color: orange !important;
}

.verde {
	color: green !important;
}

.rojo {
	color: #CB4335 !important;
}

.azul {
	color: #0653b6 !important;
}

.amarillo {
	color: #fbb03b !important;
}

.gris {
	color: #999999 !important;
}

.blanco {
	color: white !important;
}

.color-principal {
	color: var(--color-principal) !important;
}

.color-secundario {
	color: var(--color-secundario) !important;
}

/*****************************/
/***** SEPARADORES TABLA *****/
/*****************************/

.tr-spacer-5 {
	height: 5px !important;
}

.tr-spacer-10 {
	height: 10px !important;
}

.tr-spacer-20 {
	height: 20px !important;
}

.td-spacer-5 {
	width: 5px !important;
}

.td-spacer-10 {
	width: 10px !important;
}

.td-spacer-20 {
	width: 20px !important;
}


/*****************************/
/***** FILTRO INCOMPLETO *****/
/*****************************/

.filtro-incompleto {
	text-align: center;
}

.filtro-incompleto p {
	font-family: BMW_Typo_Bold, Arial, Verdana, sans-serif !important;
	font-size: 14pt !important;
	text-transform: uppercase;
	color: #262626;
	padding-top: 10px;
}

.filtro-incompleto i {
	font-size: 32pt;
}


/*********************************/
/***** ENCABEZADOS SECCIONES *****/
/*********************************/

.celda-encabezado-seccion {
	font-family: BMW_Typo_Bold, Arial, Verdana, sans-serif !important;
	font-size: 12pt !important;
	text-transform: uppercase;
	color: #262626;
	padding-bottom: 10px;
	text-align:left;
}

.celda-encabezado-seccion span {
	color: #0653b6;
}


.encabezado-icono {
	font-family: BMW_Typo_Regular, Arial, Verdana, sans-serif !important;
	font-size: 12pt !important;
	font-weight: bold;
	color: #262626;
}

.encabezado-icono i{
	color: #0653b6;
}

.encabezado-icono i {
	margin-right: 10px;
}


/****************************/
/***** ALINEACION TEXTO *****/
/****************************/

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}


/***********************/
/***** MARGINIZADO *****/
/***********************/

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

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

.ml-30 {
	margin-left: 30px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}


/*******************/
/***** ALTURAS *****/
/*******************/

.h25 {
	height: 25px;
}


/*************************/
/***** TAMAÃ‘O FUENTE *****/
/*************************/

.fs-8 {
	font-size: 8pt;
}

.fs-9 {
	font-size: 9pt;
}

.fs-10 {
	font-size: 10pt;
}

.fs-11 {
	font-size: 11pt;
}

.fs-12 {
	font-size: 12pt;
}

.fs-14 {
	font-size: 14pt;
}

.fs-15 {
	font-size: 15pt;
}

.fs-16 {
	font-size: 16pt;
}

.fs-17 {
	font-size: 17pt;
}

.fs-18 {
	font-size: 18pt;
}

.fs-19 {
	font-size: 19pt;
}

.fs-20 {
	font-size: 20pt;
}


/***********************************************/
/***** ANCHOS FIJOS PARA CAMPOS ESPECIALES *****/
/***********************************************/

.ancho-fecha {
	max-width: 120px;
}

.ancho-numero {
	max-width: 120px;
}


/****************************/
/***** ENLACES AL VIDEO *****/
/****************************/

.enlace-video {
	font-family: BMW_Typo_Bold, Arial, Verdana, sans-serif !important;
	position: absolute;
	top:150px;
	float: right;
	right: 0px;
	margin-right: 20px;
	text-align: center;
	color: #0653b6;
	font-size: 10pt;
	cursor: pointer;
}

.enlace-video i {
	font-size: 30pt;
	color: #0653b6;
}

.enlace-video p {
	margin: 0;
	paddding: 0;
}

.enlace-video p:last-child {
	font-size: 6pt;
}


/***********************/
/***** POPUP AYUDA *****/
/***********************/

#popUpAyuda .jqx-window-collapse-button-bmw{
	display:none;
}

/**********************************************/
/***** PANTALLA INVERSIONES PUBLICITARIAS *****/
/**********************************************/

/* TABLA PLANIFICACION */

#tablaPlanificacion th{
	font-weight:normal;
}
#tablaPlanificacion thead tr{
	border-bottom:1px #262626 solid;
}
#tablaPlanificacion thead tr th{
	border-right:1px #262626 solid;
}
#tablaPlanificacion thead tr th:last-child{
	border-right:0px #262626 solid;
}
#tablaPlanificacion tbody tr{
	border-bottom:1px #262626 solid;
}
#tablaPlanificacion tbody tr:last-child{
	border-bottom:0px #262626 solid;
}
#tablaPlanificacion tbody tr td{
	border-right:1px #262626 solid;
}
#tablaPlanificacion tbody tr td:last-child{
	border-right:0px #262626 solid;
}

#tablaPlanificacion input{
	font-size:10pt;
	text-align:center;
}


/*****************************/
/***** TABLA INSERCIONES *****/
/*****************************/

#TablaInserciones input{
	font-family: BMW_Typo_Regular, Verdana, sans-serif;
	border: 0px #262626 solid !important;
	text-align:center;
}
#TablaInserciones .jqx-input-bmw{
	border: 0px #262626 solid !important;
}
#TablaInserciones .jqx-input-bmw>div{
	display:none !important;
}

HR {
	display: none;
}

table.tabla-titular-pagina{
	background-color: transparent;
	width:100%;
}

table.tabla-titular-pagina .titulo{
	font-family: BMW_Typo_Bold, Arial, Verdana, sans-serif !important;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 18pt;
	color: #0653b6;
	text-align: left;	
}


/**************************************/
/***** ESTILO GRID CABECERA DOBLE *****/
/**************************************/

.twoRowHeader .jqx-grid-header {
	height: 45px !important;
}

.twoRowHeader .jqx-grid-column-header>div {
	display:table;
}

.twoRowHeader .jqx-grid-column-header>div>div {
	display: table-cell;
	vertical-align: middle;
}


/***************************************/
/***** ESTILO GRID CABECERA TRIPLE *****/
/***************************************/

.threeRowHeader .jqx-grid-header {
	height: 70px !important;
}

.threeRowHeader .jqx-grid-column-header>div {
	display:table;
}

.threeRowHeader .jqx-grid-column-header>div>div {
	display: table-cell;
	vertical-align: middle;
}


/***********************************/
/***** ESTILOS OPTICO AVANZADO *****/
/***********************************/

td.textoComentarios i{
	color: #0653b6;
}

table.treetable {
	font-family: BMW_Typo_Regular, Verdana, sans-serif !important;
}

table.treetable .titTabla {
	font-family: BMW_Typo_Bold, Verdana, sans-serif !important;
	font-size: 10pt;
	color: #0653b6;
	background-color: #CDDDF0;
	text-align: center;
	vertical-align: middle;
}

table.treetable .titTabla2 {
	font-size: 10pt;
	color: black;
	background-color: #e1e0e0 !important;
	text-align: center;
	vertical-align: middle;
}

table.treetable .titTabla10 {
	font-size: 8pt;
	text-align: center;
	color: #000000;
	border-bottom: 1px solid black;
}

table.treetable .titTabla10Numeros {
	font-size: 7pt;
	text-align: center;
	color: #000000;
	border-bottom: 1px solid black;
}

table.treetable .totalTabla10 {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

table.treetable .campoFilaImpar {
	font-size: 7pt;
	text-align: center;
}

table.treetable .total {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: #D9D9D9;
}

table.treetable .clsCurrentTableRow {
	font-weight: bold;
	background: #75B3E4;
	font-size: 8pt;
}

table.treetable .filaNivel1 {
	background-color: #F2F2F2 !important;
}

table.treetable .campoFilaNivel1 {
	font-size: 7pt;
	text-align: center;
}

table.treetable .filaNivel2 {
	background-color: #F7F7F7 !important;
}

table.treetable .campoFilaNivel2 {
	font-size: 7pt;
	text-align: center;
}

table.treetable .filaNivel3 {
	background-color: white !important;
}

table.treetable .filaNivel3 i {
	font-size: 11pt;
	float: left;
	margin-top: 2px;
	cursor: pointer;
}

table.treetable .newRow i {
	font-size: 11pt;
	float: left;
	margin-top: 2px;
	cursor: pointer;
}

table.treetable .campoFilaTotalizador {
	font-size: 7pt;
	background-color: #e1e0e0;
	text-align: center;
}

table.tblResumen .titTabla {
	font-size: 8pt;
	font-weight: bold;
	color: #75B3E4;
	background-color: #D9D9D9;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

table.tblResumen .texto10pt {
	font-size: 7pt;
	text-align: right;
}

table.tblResumen .texto10ptTotal {
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
}

table.tblResumen .textoComentarios {
	font-size: 7pt;
	text-align: left;
}

table.treetable .filaResumenNivel1 {
	background-color: #F2F2F2 !important;
	border-bottom: 1px #E0E0E0 solid;
}

table.treetable .campoResumenNivel1 {
	font-size: 8pt;
	text-align: center;
}

table.treetable .filaResumenNivel2 {
	background-color: #F7F7F7 !important;
	border-bottom: 1px #E6E6E6 solid;
}

table.treetable .campoResumenNivel2 {
	font-size: 8pt;
	text-align: center;
}

table.treetable .filaResumenNivel3 {
	background-color: #FCFCFC !important;
	border-bottom: 1px #ECECEC solid;
}

table.treetable .campoResumenNivel3 {
	font-size: 8pt;
	text-align: center;
}

table.treetable .filaResumenNivel4 {
	background-color: white !important;
	border-bottom: 1px #F3F3F3 solid;
}

table.treetable .campoResumenNivel4 {
	font-size: 8pt;
	text-align: center;
}

table.treetable .filaMedioHover {
	background-color: #e7eef8 !important;
}

table.treetable .filaResumenHover {
	background-color: #e7eef8 !important; 
}

table .titulo-seccion-optico{
	color: #0653b6 !important;
}

#contenedorTablaCampanas {
	background-color: #1B3960;
}

#contenedorTablaResumen {
	background-color: #1B3960;
}

.resumenFilaCabecera {
	background-color: white;
}

.resumenCeldaCabecera {
	color: #262626;
	padding: 3px 5px 3px 5px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}


/*****************************************/
/***** PERSONALIZACION CREATIVIDADES *****/
/*****************************************/

.titulo-seccion-creatividades {
	font-family: BMW_Typo_Bold, Verdana, sans-serif;
	font-size: 14pt;
	color: #0653b6;
}

#toolbarHTML {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
	position: fixed;
	right: 30px;
	margin: 0px;
	background-color: #D1D1D1;
	padding: 5px;
	z-index: 999;
}

#toolbarHTML:hover {
	cursor: move;
}

#tituloToolbar {
	color: #7a7a7a;
	background-color: #E6E6E6;
}

.inverted {
	-webkit-filter: brightness(1.5); 
	filter: brightness(1.5);
}


/***********************************/
/***** SOLICITUD DE MATERIALES *****/
/***********************************/

#tabla-solicitud-materiales{
	font-family: BMW_Typo_Regular, Verdana, sans-serif !important;
}

#tabla-solicitud-materiales .titulo{
	font-size:11pt;
}

#tabla-solicitud-materiales table th{
	font-family: BMW_Typo_Bold, Verdana, sans-serif !important;
	font-weight:normal;
}


/************************************************************/
/***** CAMPOS PLANOS PARA MTO DE INVERSION PUBLICITARIA *****/
/************************************************************/

.campo-plano {
	height: 15px;
	width: 100px;
	font-size: 11px;
	font-family: BMW_Typo_Regular, Verdana, sans-serif;
	text-align: right;
	border: none;
	line-height: 1.231;
	background: transparent;
	color: #808080;
}


/********************/
/**** Width en % ****/
/********************/
.wPorCien-1	{
	width: 8.3333%;
}
.wPorCien-2	{
	width: 16.6667%;
}
.wPorCien-3	{
	width: 25%;     
}
.wPorCien-4	{
	width: 33.3333%;
}
.wPorCien-5	{
	width: 41.6667%;
}
.wPorCien-6	{
	width: 50%;     
}
.wPorCien-7	{
	width: 58.3333%;
}
.wPorCien-8	{
	width: 66.6667%;
}
.wPorCien-9	{
	width: 75%;     
}
.wPorCien-10	{
	width: 83.3333%;
}
.wPorCien-11	{
	width: 91.6667%;
}
.wPorCien-12	{
	width: 100%;    
}


/******************/
/**** Ellipsis ****/
/******************/

.ellipsis-1 {
	text-overflow: ellipsis;
}
.ellipsis-2 {
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.ellipsis-3 {
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.ellipsis-4 {
	-webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.ellipsis-5 {
	-webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.ellipsis-6 {
	-webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.ellipsis-7 {
	-webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.ellipsis-8 {
	-webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.ellipsis-9 {
	-webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.ellipsis-10 {
	-webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.ellipsis-11 {
	-webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.ellipsis-12 {
	-webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.ellipsis-13 {
	-webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.ellipsis-14 {
	-webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.ellipsis-15 {
	-webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}


/***************************/
/***** MASCARA LOADING *****/
/***************************/

.mascaraLoading {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color:#f0f0f0;
    z-index: 20010;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.mascaraLoading img {
	width: 100%;
    height: 100%;
    object-fit: scale-down;
}


/*********************/
/***** MODAL JQX *****/
/*********************/

.jqx-window {
    border-radius: 0.5rem !important;
    box-shadow: 0 0 25px 5px #999999 !important;
}

.jqx-window-header {
    border-top-left-radius: calc(0.5rem - 1px) !important;
    border-top-right-radius: calc(0.5rem - 1px) !important;
}

.jqx-window-modal{
	opacity: 0.7 !important;
}


/*******************/
/***** UNKNOWN *****/
/*******************/

.up {
	background-position: -11px -58px;
}

.down {
	background-position: -146px -58px;
}

.tableOrder {
	border: 10px;
	border-color: white;
}

.headerTableOrder {
	color: black;
	border-color: #a4bed4;
	background-color: #e0e9f5;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.floatLeft {
	float: left;
}

.footerContacto {
	z-index: 1000;
	position: fixed;
	bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 10px 10px 40px;
	font-family: Arial, Verdana, sans-serif !important;
	font-size: 12px;
	color: #444444;
	background-color: white;
	box-shadow: 0px 0px 15px -1px #8e8e8e;
}

.bodyIndex {
	display: flex;
    flex-direction: column;
    overflow-y: auto; 
    margin-bottom: 34px !important;
}

.backgroudIndex {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.verticalCenter {
	vertical-align: middle;
}

.textUpperCase {
	text-transform: uppercase;
}

.cursorPointer {
	cursor: pointer;
}

.width100 {
	width: 100%;		
}

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

.panelesOptico {
	width: 1635px;
}

/*******************/
/**** Variables ****/
/*******************/

:root {
	--font-light: BMW_Typo_Light, Verdana, sans-serif;
	--font-regular: BMW_Typo_Regular, Verdana, sans-serif;
	--font-bold: BMW_Typo_Bold, Verdana, sans-serif;
	--color-principal: #0653b6;
	--color-secundario: #262626;
	--color-principal-rgb: 6, 83, 182;
	--color-secundario-rgb: 38, 38, 38;
}