@import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One|PT+Sans:400,400italic|Caudex);
/*@font-face {
  font-family: 'Whitney';
  src: url('fonts/whitneybookbas/whitneybookbas.eot');
  src: url('fonts/whitneybookbas/whitneybookbas.eot?#iefix') format('embedded-opentype'), url('fonts/whitneybookbas/whitneybookbas.woff') format('woff'), url('fonts/whitneybookbas/whitneybookbas.ttf') format('truetype'), url('fonts/whitneybookbas/whitneybookbas.svg#footable') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/

@font-face {
  font-family: 'Whitney';
  src: url('fonts/whitneytitulos.eot');
  src: url('fonts/whitneytitulos.eot?#iefix') format('embedded-opentype'), url('fonts/whitneytitulos.woff') format('woff'), url('fonts/whitneytitulos.ttf') format('truetype'), url('fonts/whitneytitulos.svg#footable') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Whitney';
    src: url('fonts/whitneytitulos.svg#footable') format('svg');
    font-weight: normal;
    font-style: normal;
  }
}

/*span {
	font-size:24px !important;
}*/
.label-success{
	font-size:18px !important;
}

.city-mail2{
	font-size:24px !important;
}
 .city-new-tab{
	font-size:24px !important;
}
 .BrD-borrar{
	font-size:24px !important;
}
 .BrD-Actualizar{
	font-size:24px !important;
}
 .BrD-folder-open{
	font-size:24px !important;
}
 .BrD-lock{
	font-size:24px !important;
}
 .BrD-credit-card {
	font-size:24px !important;
}
.city-calendar {
	font-size:24px !important;
}

.city-mail3 {
	font-size:24px !important;
}


input:required {
background:#e3dbd8;
}

select:required {
background:#e3dbd8;
}

html {
  /*background-image: url(background-photo.jpg);  */
  /* Image is centered vertically and horizontally at all times */
  background-position: center center;  
  /* Image doesn't repeat */
  background-repeat: no-repeat;  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed;  
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;  
  /* Pick a solid background color that will be displayed while the background image is loading */
  background-color:#FFF;
}
body{
	/*background-color:#000;*/
	opacity:0.95;
  	color:#000;	
	font-family: /*"Whitney",*/"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 1.5;	
	padding: 0;
    margin: 0;
	font-weight:400;
	}

select:required {
	background: #fff;
  border-radius: 1em;
  border: 1px solid #CDCDCD;
  overflow-y: hidden;;
}

#flotante{
	z-index: 10001;
	padding: 8px;
	top: 72px;
	left: 340px;
	position: absolute;
	width:400px;
	max-height:482px;
	background-color: #fff;
	border-radius:4px;
	min-height:300px;
	
	font-size: 11px;	
	color: #000;
}

a{
text-decoration:none !important;
} 
/******Tabla Catalogo ****/
#TablaCatalogo  {
	padding:10px;
	overflow:scroll;
	overflow:auto;
	overflow-y:scroll;
	height:600px;
	width:100%;
	background:#FFF;
	margin:auto;
}
.SinPadding{
	padding:0px !important;	
}
.circulo{
	padding: 7px 5px 5px 8px;
	height:30px;
	width:30px;
	cursor: pointer;
	border: solid 1px black;
	border-radius:15px;
	font-size:14px !important;
	/*display: inline !important;*/
}
.mg-wrap {
    position: relative;
    ...
}
.img-wrap .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    ...
}
.img-wrap .camera {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 100;
    ...
}
.camera{
	float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .2;
}
.boton3d{
      border:solid 1px #006633;
      color: #668428;
	  display:inline-block;
        font-size: 14px;
        font-family:sans-serif;
      background: -moz-linear-gradient(center top , #ffffff 50%, #cdcdcd 95%) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(95%,#cdcdcd));
      -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
      text-shadow: 1px 1px 1px #E1FEA6;
      -moz-box-shadow: 0px 6px 0 #819F45;
      /*  -webkit-box-shadow: 0px 6px 0 #819F45;*/
    }
/******Tablas Estilo ****/
#TablaEditable  {
	padding:10px;
	overflow:scroll;
	overflow:auto;
	overflow-y:scroll;
	height:600px;
	width:100%;
	background:#FFF;
	margin:auto;
}
#TablaEditable table{
	background-color:#FFF;
	border:1px dotted #CCCCCC;
	table-layout: fixed;
}
#TablaEditable th{
	font-size:12px;
	padding:0px 10px 0px 10px;
}


.TablaEditable tr:nth-child(even) {
    background-color: #F0F0F0;
}

.TablaEditable tr:nth-child(odd) {
    background-color:#FFF;
}

#TablaEditable  tr:hover {
      background-color: rgba(227,82,27,0.2);
}
#TablaEditable tr td{
	font-size:12px;
	border:1px dotted #CCCCCC;
}

#TablaEditable td{
	padding:0px 10px 0px 10px;
}


/******Tablas Estilo ****/
#TablaEditable2  {
	padding:10px;
	overflow:scroll;
	overflow:auto;
	overflow-y:scroll;
	height:550px;
	width:100%;
	background:#FFF;
	margin:auto;
}
#TablaEditable2 table{
	background-color:#FFF;
	border:1px dotted #CCCCCC;
	table-layout: fixed;
}
#TablaEditable2 th{
	font-size:9px;
	padding:0px 10px 0px 10px;
}
#TablaEditable2  tr:hover {
      background-color: rgba(227,82,27,0.2);
}
#TablaEditable2 tr td{
	font-size:8px;
	border:1px dotted #CCCCCC;
}

#TablaEditable2 td{
	padding:0px 10px 0px 10px;
}


/******Tablas Estilo ****/

.EspaciadoMLateral{
	padding-left:10px;
}
.ULMLtrl{	
	background-color:rgba(0,0,0,1);
}
/********modulos**********/
#M-Clientes{
	background-color:#e3501b ;
}

#M-Resultados{
	background-color:#e3501b;
}

#M-Archivo{
	background-color:#e3501b;
}


#M-Personal{
	background-color:#e3501b;
}


#M-Proveedores{
	background-color:#e3501b;
}

/********modulos**********/
.EfectoTablaEdit td:focus{
	background:#0080ff;
	color:#FFF;
	transform: translateY(-5px) rotateX(360deg);
	transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-o-transition:0.5s;
}


#mdialTamanio{
      width: 90% !important;
}
	
#MenuPrincipal{
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
    padding-left : 5px;
    padding-right : 5px;

-webkit-box-shadow: 0px 5px 30px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 30px -5px rgba(0,0,0,0.75);
box-shadow: 0px 5px 30px -5px rgba(0,0,0,0.75);

background: rgba(44,44,44,1);
background: -moz-linear-gradient(left, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 3%, rgba(0,0,0,1) 42%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(44,44,44,1)), color-stop(3%, rgba(44,44,44,1)), color-stop(42%, rgba(0,0,0,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(left, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 3%, rgba(0,0,0,1) 42%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(left, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 3%, rgba(0,0,0,1) 42%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(left, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 3%, rgba(0,0,0,1) 42%, rgba(19,19,19,1) 100%);
background: linear-gradient(to right, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 3%, rgba(0,0,0,1) 42%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#131313', GradientType=1 );
}

#Tablero{
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
    padding-left : 5px;
    padding-right : 5px;	

-webkit-box-shadow:0px 10px 26px -4px rgba(0,0,0,0.65);
-moz-box-shadow:0px 10px 26px -4px rgba(0,0,0,0.65);
box-shadow: 0px 10px 26px -4px rgba(0,0,0,0.65);
}



#mxtPosicion
{
  width: 101%;
  text-align:center;
  font-size: 40px;
  background: #6b6b6b;
  border: none;
  color: white;
}


#password
{
  width: 101%;
  text-align:center;
  font-size: 40px;
  background: #6b6b6b;
  border: none;
  color: white;
}

.buttonG{
  background: #CCCCCC;
    color: black;
    font-size: 20px;
    margin-top: 17px;
    margin-right: -4px;
    margin-left: 14px;
    margin-bottom: 17px;
    padding: 10px;
    border: 0;
    width: 100px;
    height: 61px;
    text-align: center;
}
.button
{
	background: #CCCCCC;
    color: black;
    font-size: 20px;
    margin-top: 18px;
    margin-right: -4px;
    margin-left: 15px;
    padding: 10px;
    border: 0;
    width: 61px;
    height: 61px;
    text-align: center;
}

.cero
{
	margin: 18px;
}
.rojo
{
	background: red;
	color: white;
}
.verde
{
	background: green;
	color: white;
}

.status0
{
  background: orange !important;
}
.status1
{
  background: #3C3 !important;
}

#header2{
	/*height:162px;*/
	background-color:#FFF;
	opacity:0.90;
	color:#FFF;}
	
#header{
	/*height:100px;*/
	background-color:#000;
	opacity:0.85;
	color:#FFF;}
#header .container{
	position:relative;
	font-size:25px;
	vertical-align:middle;
	}
#header h1.title{
	color:#fff;
	font-family:"Caudex";
	font-size:33px;
	font-weight:normal;
	left:345px;
	position:absolute;
	text-shadow:2px 2px 2px transparent;
	top:25px}
#header .legend{
	color:#fff;
	font-family:"Caudex";
	text-align:right;
	font-size:14px;
	padding-top:14px;
	text-shadow:2px 2px 2px transparent
	}
	
	
	
#mainMenu{
	height:10px;
	
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	box-shadow:0 0 20px transparent;
	z-index:2;
	position:relative}	
#mainMenu.small{
	height:10px}
#mainMenu ul{
	list-style:none;
	margin:0;
	padding-left:0}
#mainMenu ul li{
	border-right:1px solid transparent;
	float:left;
	margin-right:10px;
	padding-right:10px;
	position:relative}
#mainMenu ul li a{
	color:#000;
	display:block;
	font-family:"Pathway Gothic One";
	font-size:18px;
	font-weight:normal;
	line-height:48px;
	text-shadow:1px 1px 1px transparent;
	text-transform:uppercase}
#mainMenu ul li a span{
	margin-right:5px;
	margin-top:5px}
#mainMenu ul li:hover .submenu{
	display:block}
#mainMenu ul li .submenu{
	border-radius:0 0 10px 10px;
	box-shadow:2px 2px 5px #999;
	left:-50px;position:absolute;
	display:none}
#mainMenu ul li .submenu li{
	background:#666;
	border-right:1px solid transparent!important;
	margin-right:0;
	padding:0 0 0 10px;
	width:200px}
#mainMenu ul li .submenu li:last-child{
	border-radius:0 0 10px 10px}
#mainMenu ul li .submenu li:hover{
	background:#000}
#mainMenu ul li .submenu li a{
	color:#000!important;
	display:block;
	font-size:17px;
	line-height:35px;
	text-transform:none}
#mainContent{
	background:#FFF;
	opacity:0.65;
	position:relative;
	z-index:1;
	box-shadow:0 0 10px transparent;
	padding-top:20px;
	padding-bottom:20px;
	font-family:'PT Sans'}
#mainContent .currentUser{
	padding:10px;
	background:#efefef;
	border-radius:10px;
	margin-bottom:20px}
	
#footer{
	color:#fff;
	padding-top:10px;
	font-family:"PT Sans";
	background-color:#3c3d41;
	opacity:0.75;
	}
#footer ul{
	list-style:none}
#footer ul li{
	float:right;
	margin-left:10px;
	border-right:1px solid transparent}
#footer ul li:first-child{
	border:0}
#footer ul li a{
	color:#fff;padding-right:10px}
	
.popLogin{
	background:none repeat scroll 0 0 #000;
	border-radius:10px 10px 10px 10px;
	margin:0 25%;padding:
	10px 0 5px 13px;
	position:absolute;
	z-index:4}
.popLogin .head .loginLogo{
	float:left;
	width:180px}
.popLogin .head h4{
	color:#fff}
.popLogin .head p{
	color:#fff;
	font-size:13px}
.tituloPag{
	display:none}
.link{
	color:#08c;
	text-decoration:underline}
.download-doc{
	bottom:10px;
	position:absolute}
.marTop10{
	margin-top:10px}
.marTop20{
	margin-top:20px}
.marBottom5{
	margin-bottom:5px}
.marBottom10{
	margin-bottom:10px}
.marBottom15{
	margin-bottom:15px}
.marBottom50{
	margin-bottom:50px}
	
@media only screen and (max-width: 767px) {
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url(images/background-photo-mobile-devices.jpg);
  }
	}
	
	
[class^="Extra-"], [class*=" Extra-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Extras' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Extra-refrigerados_02:before {
  content: "\e9dd";
}
.Extra-pan_anaquel_02:before {
  content: "\e9de";
}
.Extra-pan_fino_02:before {
  content: "\e9df";
}
.Extra-pan_tradicional_02:before {
  content: "\e9e0";
}
.Extra-panaderia_022:before {
  content: "\e9e1";
}
.Extra-planeación_01 .path1:before {
  content: "\e9e2";
  color: rgb(54, 62, 65);
}
.Extra-planeación_01 .path2:before {
  content: "\e9e3";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-planeación_01 .path3:before {
  content: "\e9e4";
  margin-left: -1.0048828125em;
  color: rgb(239, 233, 253);
}
.Extra-planeación_01 .path4:before {
  content: "\e9e5";
  margin-left: -1.0048828125em;
  color: rgb(239, 233, 253);
}
.Extra-planeación_01 .path5:before {
  content: "\e9e6";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-planeación_01 .path6:before {
  content: "\e9e7";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-granel_02:before {
  content: "\e9e8";
}
.Extra-iconos_022:before {
  content: "\e9e9";
}
.Extra-iconos_02:before {
  content: "\e9ea";
}
.Extra-farmacia_02:before {
  content: "\e9eb";
}
.Extra-galletas_02:before {
  content: "\e9ec";
}
.Extra-envasado_latas_02:before {
  content: "\e9ed";
}
.Extra-desechables_02:before {
  content: "\e9ee";
}
.Extra-despensa_02:before {
  content: "\e9ef";
}
.Extra-empaque_sobres_02:before {
  content: "\e9f0";
}
.Extra-enlatados_02:before {
  content: "\e9f1";
}
.Extra-comercializadora_01 .path1:before {
  content: "\e9f2";
  color: rgb(42, 5, 19);
}
.Extra-comercializadora_01 .path2:before {
  content: "\e9f3";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-comercializadora_01 .path3:before {
  content: "\e9f4";
  margin-left: -1.0048828125em;
  color: rgb(192, 51, 103);
}
.Extra-comercializadora_01 .path4:before {
  content: "\e9f5";
  margin-left: -1.0048828125em;
  color: rgb(192, 51, 103);
}
.Extra-comercializadora_01 .path5:before {
  content: "\e9f6";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-comercializadora_01 .path6:before {
  content: "\e9f7";
  margin-left: -1.0048828125em;
  color: rgb(192, 51, 103);
}
.Extra-bebida_jugos_02:before {
  content: "\e9f8";
}
.Extra-botanas_02:before {
  content: "\e9f9";
}
.Extra-carnes_frias_02:before {
  content: "\e9fa";
}
.Extra-cereales_02:before {
  content: "\e9fb";
}
.Extra-bar_02:before {
  content: "\e9fc";
}
.Extra-VinoBlanco_02:before {
  content: "\e9b9";
}
.Extra-VinoEspumoso_02:before {
  content: "\e9ba";
}
.Extra-VinoPostre_02:before {
  content: "\e9bb";
}
.Extra-VinoTinto_02:before {
  content: "\e9bc";
}
.Extra-PanDulce_02:before {
  content: "\e9bd";
}
.Extra-papeleria_02:before {
  content: "\e9be";
}
.Extra-pasteles_02:before {
  content: "\e9bf";
}
.Extra-reposteria_02:before {
  content: "\e9c0";
}
.Extra-servicios_02:before {
  content: "\e9c1";
}
.Extra-jugos_02:before {
  content: "\e9c2";
}
.Extra-lacteos_02:before {
  content: "\e9c3";
}
.Extra-pan_02:before {
  content: "\e9c4";
}
.Extra-panaderia_02 .path1:before {
  content: "\e9c5";
  color: rgb(0, 0, 0);
}
.Extra-panaderia_02 .path2:before {
  content: "\e9c6";
  margin-left: -1.4384765625em;
  color: rgb(0, 0, 0);
}
.Extra-panaderia_02 .path3:before {
  content: "\e9c7";
  margin-left: -1.4384765625em;
  color: rgb(0, 0, 0);
}
.Extra-panaderia_02 .path4:before {
  content: "\e9c8";
  margin-left: -1.4384765625em;
  color: rgb(0, 0, 0);
}
.Extra-panaderia_02 .path5:before {
  content: "\e9c9";
  margin-left: -1.4384765625em;
  color: rgb(0, 0, 0);
}
.Extra-panaderia_02 .path6:before {
  content: "\e9ca";
  margin-left: -1.4384765625em;
  color: rgb(0, 0, 0);
}
.Extra-panaderia_02 .path7:before {
  content: "\e9cb";
  margin-left: -1.4384765625em;
  color: rgb(0, 0, 0);
}
.Extra-panaderia_02 .path8:before {
  content: "\e9cc";
  margin-left: -1.4384765625em;
  color: rgb(0, 0, 0);
}
.Extra-panaderia_02 .path9:before {
  content: "\e9cd";
  margin-left: -1.4384765625em;
  color: rgb(0, 0, 0);
}
.Extra-panaderia_02 .path10:before {
  content: "\e9ce";
  margin-left: -1.4384765625em;
  color: rgb(0, 0, 0);
}
.Extra-panaderia_02 .path11:before {
  content: "\e9cf";
  margin-left: -1.4384765625em;
  color: rgb(0, 0, 0);
}
.Extra-panaderia_02 .path12:before {
  content: "\e9d0";
  margin-left: -1.4384765625em;
  color: rgb(0, 0, 0);
}
.Extra-panaderia_02 .path13:before {
  content: "\e9d1";
  margin-left: -1.4384765625em;
  color: rgb(0, 0, 0);
}
.Extra-panaderia_02 .path14:before {
  content: "\e9d2";
  margin-left: -1.4384765625em;
  color: rgb(35, 31, 32);
}
.Extra-panaderia_02 .path15:before {
  content: "\e9d3";
  margin-left: -1.4384765625em;
  color: rgb(35, 31, 32);
}
.Extra-panaderia_02 .path16:before {
  content: "\e9d4";
  margin-left: -1.4384765625em;
  color: rgb(0, 0, 0);
}
.Extra-panaderia_02 .path17:before {
  content: "\e9d5";
  margin-left: -1.4384765625em;
  color: rgb(0, 0, 0);
}
.Extra-panaderia_02 .path18:before {
  content: "\e9d6";
  margin-left: -1.4384765625em;
  color: rgb(0, 0, 0);
}
.Extra-PanBlanco_02:before {
  content: "\e9d7";
}
.Extra-electronicos_02:before {
  content: "\e9d8";
}
.Extra-aguas_02:before {
  content: "\e9d9";
}
.Extra-dulces_02:before {
  content: "\e9da";
}
.Extra-abarrotes_02:before {
  content: "\e9db";
}
.Extra-accesorios_02:before {
  content: "\e9dc";
}
.Extra-Cafe_02:before {
  content: "\e98b";
}
.Extra-Restaurant_02:before {
  content: "\e98c";
}
.Extra-Bar_02:before {
  content: "\e98d";
}
.Extra-Bebidas_11:before {
  content: "\e98e";
}
.Extra-Vitrina_12:before {
  content: "\e98f";
}
.Extra-Comida_21:before {
  content: "\e990";
}
.Extra-Bebidas_22:before {
  content: "\e991";
}
.Extra-Tapas_32:before {
  content: "\e992";
}
.Extra-Entradas_211:before {
  content: "\e993";
}
.Extra-Postre_213:before {
  content: "\e994";
}
.Extra-Especial_214:before {
  content: "\e995";
}
.Extra-Calientes_221:before {
  content: "\e996";
}
.Extra-Enbotelladas_222:before {
  content: "\e997";
}
.Extra-Alcoholicas_223:before {
  content: "\e998";
}
.Extra-Refrescos_312:before {
  content: "\e999";
}
.Extra-Cerveza_3111:before {
  content: "\e99a";
}
.Extra-Cocteles_3112:before {
  content: "\e99b";
}
.Extra-Destilados_3113:before {
  content: "\e99c";
}
.Extra-Bebidas_31:before {
  content: "\e99d";
}
.Extra-Vinos_3114:before {
  content: "\e99e";
}
.Extra-Fuerte_212:before {
  content: "\e99f";
}
.Extra-iconos_vs2-53 .path1:before {
  content: "\e9a0";
  color: rgb(84, 69, 56);
}
.Extra-iconos_vs2-53 .path2:before {
  content: "\e9a1";
  margin-left: -1.0048828125em;
  color: rgb(240, 161, 43);
}
.Extra-iconos_vs2-53 .path3:before {
  content: "\e9a2";
  margin-left: -1.0048828125em;
  color: rgb(240, 161, 43);
}
.Extra-iconos_vs2-53 .path4:before {
  content: "\e9a3";
  margin-left: -1.0048828125em;
  color: rgb(0, 0, 0);
}
.Extra-iconos_vs2-54 .path1:before {
  content: "\e9a4";
  color: rgb(84, 49, 42);
}
.Extra-iconos_vs2-54 .path2:before {
  content: "\e9a5";
  margin-left: -1.0048828125em;
  color: rgb(236, 116, 38);
}
.Extra-iconos_vs2-54 .path3:before {
  content: "\e9a6";
  margin-left: -1.0048828125em;
  color: rgb(236, 116, 38);
}
.Extra-iconos_vs2-54 .path4:before {
  content: "\e9a7";
  margin-left: -1.0048828125em;
  color: rgb(236, 116, 38);
}
.Extra-iconos_vs2-54 .path5:before {
  content: "\e9a8";
  margin-left: -1.0048828125em;
  color: rgb(236, 116, 38);
}
.Extra-iconos_vs2-54 .path6:before {
  content: "\e9a9";
  margin-left: -1.0048828125em;
  color: rgb(236, 116, 38);
}
.Extra-iconos_vs2-55 .path1:before {
  content: "\e9aa";
  color: rgb(54, 62, 65);
}
.Extra-iconos_vs2-55 .path2:before {
  content: "\e9ab";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-iconos_vs2-55 .path3:before {
  content: "\e9ac";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Excel_1 .path1:before {
  content: "\e9ad";
  color: rgb(48, 63, 54);
}
.Extra-Excel_1 .path2:before {
  content: "\e9ae";
  margin-left: -1.0048828125em;
  color: rgb(55, 181, 100);
}
.Extra-Excel_1 .path3:before {
  content: "\e9af";
  margin-left: -1.0048828125em;
  color: rgb(55, 181, 100);
}
.Extra-Excel_1 .path4:before {
  content: "\e9b0";
  margin-left: -1.0048828125em;
  color: rgb(55, 181, 100);
}
.Extra-Excel_1 .path5:before {
  content: "\e9b1";
  margin-left: -1.0048828125em;
  color: rgb(55, 181, 100);
}
.Extra-Excel_1 .path6:before {
  content: "\e9b2";
  margin-left: -1.0048828125em;
  color: rgb(55, 181, 100);
}
.Extra-Excel_1 .path7:before {
  content: "\e9b3";
  margin-left: -1.0048828125em;
  color: rgb(55, 181, 100);
}
.Extra-Excel_1 .path8:before {
  content: "\e9b4";
  margin-left: -1.0048828125em;
  color: rgb(55, 181, 100);
}
.Extra-Excel_2:before {
  content: "\e9b5";
}
.Extra-reservacion_2:before {
  content: "\e9b6";
}
.Extra-iconos_vs2-50:before {
  content: "\e9b7";
}
.Extra-checkin_2:before {
  content: "\e9b8";
}
.Extra-reservacion_1 .path1:before {
  content: "\e97c";
  color: rgb(84, 69, 56);
}
.Extra-reservacion_1 .path2:before {
  content: "\e97d";
  margin-left: -1.0048828125em;
  color: rgb(240, 161, 43);
}
.Extra-reservacion_1 .path3:before {
  content: "\e97e";
  margin-left: -1.0048828125em;
  color: rgb(240, 161, 43);
}
.Extra-checkin_1 .path1:before {
  content: "\e97f";
  color: rgb(19, 5, 39);
}
.Extra-checkin_1 .path2:before {
  content: "\e980";
  margin-left: -1.0048828125em;
  color: rgb(186, 85, 191);
}
.Extra-checkin_1 .path3:before {
  content: "\e981";
  margin-left: -1.0048828125em;
  color: rgb(186, 85, 191);
}
.Extra-checkin_1 .path4:before {
  content: "\e982";
  margin-left: -1.0048828125em;
  color: rgb(186, 85, 191);
}
.Extra-checkin_1 .path5:before {
  content: "\e983";
  margin-left: -1.0048828125em;
  color: rgb(186, 85, 191);
}
.Extra-checkout_1 .path1:before {
  content: "\e984";
  color: rgb(42, 5, 19);
}
.Extra-checkout_1 .path2:before {
  content: "\e985";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-checkout_1 .path3:before {
  content: "\e986";
  margin-left: -1.0048828125em;
  color: rgb(192, 51, 103);
}
.Extra-checkout_1 .path4:before {
  content: "\e987";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-checkout_1 .path5:before {
  content: "\e988";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-checkout_1 .path6:before {
  content: "\e989";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-checkout_1 .path7:before {
  content: "\e98a";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-Configuracion_2:before {
  content: "\e92d";
}
.Extra-Configuracion_1 .path1:before {
  content: "\e92e";
  color: rgb(54, 62, 65);
}
.Extra-Configuracion_1 .path2:before {
  content: "\e92f";
  margin-left: -1.0048828125em;
  color: rgb(94, 199, 243);
}
.Extra-Configuracion_1 .path3:before {
  content: "\e930";
  margin-left: -1.0048828125em;
  color: rgb(94, 199, 243);
}
.Extra-Configuracion_1 .path4:before {
  content: "\e931";
  margin-left: -1.0048828125em;
  color: rgb(94, 199, 243);
}
.Extra-Configuracion_1 .path5:before {
  content: "\e932";
  margin-left: -1.0048828125em;
  color: rgb(94, 199, 243);
}
.Extra-Configuracion_1 .path6:before {
  content: "\e933";
  margin-left: -1.0048828125em;
  color: rgb(94, 199, 243);
}
.Extra-Configuracion_1 .path7:before {
  content: "\e934";
  margin-left: -1.0048828125em;
  color: rgb(204, 252, 239);
}
.Extra-Configuracion_1 .path8:before {
  content: "\e935";
  margin-left: -1.0048828125em;
  color: rgb(204, 252, 239);
}
.Extra-Transporte_1 .path1:before {
  content: "\e936";
  color: rgb(54, 62, 65);
}
.Extra-Transporte_1 .path2:before {
  content: "\e937";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Transporte_1 .path3:before {
  content: "\e938";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Transporte_1 .path4:before {
  content: "\e939";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Transporte_1 .path5:before {
  content: "\e93a";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Transporte_1 .path6:before {
  content: "\e93b";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Transporte_1 .path7:before {
  content: "\e93c";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Transporte_1 .path8:before {
  content: "\e93d";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Transporte_1 .path9:before {
  content: "\e93e";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Transporte_1 .path10:before {
  content: "\e93f";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Transporte_1 .path11:before {
  content: "\e940";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Transporte_1 .path12:before {
  content: "\e941";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Transporte_1 .path13:before {
  content: "\e942";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Transporte_1 .path14:before {
  content: "\e943";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Transporte_1 .path15:before {
  content: "\e944";
  margin-left: -1.0048828125em;
  color: rgb(239, 233, 253);
}
.Extra-Transporte_1 .path16:before {
  content: "\e945";
  margin-left: -1.0048828125em;
  color: rgb(239, 233, 253);
}
.Extra-Transporte_1 .path17:before {
  content: "\e946";
  margin-left: -1.0048828125em;
  color: rgb(239, 233, 253);
}
.Extra-Transporte_1 .path18:before {
  content: "\e947";
  margin-left: -1.0048828125em;
  color: rgb(239, 233, 253);
}
.Extra-Transporte_2:before {
  content: "\e948";
}
.Extra-MesaAyuda_2:before {
  content: "\e949";
}
.Extra-MesaAyuda_1 .path1:before {
  content: "\e94a";
  color: rgb(84, 69, 56);
}
.Extra-MesaAyuda_1 .path2:before {
  content: "\e94b";
  margin-left: -1.0048828125em;
  color: rgb(240, 161, 43);
}
.Extra-MesaAyuda_1 .path3:before {
  content: "\e94c";
  margin-left: -1.0048828125em;
  color: rgb(255, 246, 179);
}
.Extra-MesaAyuda_1 .path4:before {
  content: "\e94d";
  margin-left: -1.0048828125em;
  color: rgb(240, 161, 43);
}
.Extra-Contabilidad_1 .path1:before {
  content: "\e94e";
  color: rgb(19, 5, 39);
}
.Extra-Contabilidad_1 .path2:before {
  content: "\e94f";
  margin-left: -1.0048828125em;
  color: rgb(221, 152, 253);
}
.Extra-Contabilidad_1 .path3:before {
  content: "\e950";
  margin-left: -1.0048828125em;
  color: rgb(239, 233, 253);
}
.Extra-Contabilidad_1 .path4:before {
  content: "\e951";
  margin-left: -1.0048828125em;
  color: rgb(221, 152, 253);
}
.Extra-Contabilidad_1 .path5:before {
  content: "\e952";
  margin-left: -1.0048828125em;
  color: rgb(221, 152, 253);
}
.Extra-Contabilidad_1 .path6:before {
  content: "\e953";
  margin-left: -1.0048828125em;
  color: rgb(221, 152, 253);
}
.Extra-Contabilidad_1 .path7:before {
  content: "\e954";
  margin-left: -1.0048828125em;
  color: rgb(221, 152, 253);
}
.Extra-SegSoc_1 .path1:before {
  content: "\e955";
  color: rgb(29, 6, 37);
}
.Extra-SegSoc_1 .path2:before {
  content: "\e956";
  margin-left: -1.0048828125em;
  color: rgb(186, 85, 191);
}
.Extra-SegSoc_1 .path3:before {
  content: "\e957";
  margin-left: -1.0048828125em;
  color: rgb(186, 85, 191);
}
.Extra-checkout_2 .path1:before {
  content: "\e958";
  color: rgb(42, 5, 19);
}
.Extra-checkout_2 .path2:before {
  content: "\e959";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-checkout_2 .path3:before {
  content: "\e95a";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-checkout_2 .path4:before {
  content: "\e95b";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-checkout_2 .path5:before {
  content: "\e95c";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-checkout_2 .path6:before {
  content: "\e95d";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-checkout_2 .path7:before {
  content: "\e95e";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-checkout_2 .path8:before {
  content: "\e95f";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-checkout_2 .path9:before {
  content: "\e960";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-checkout_2 .path10:before {
  content: "\e961";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-checkout_2 .path11:before {
  content: "\e962";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-checkout_2 .path12:before {
  content: "\e963";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-checkout_2 .path13:before {
  content: "\e964";
  margin-left: -1.0048828125em;
  color: rgb(192, 51, 103);
}
.Extra-checkout_2 .path14:before {
  content: "\e965";
  margin-left: -1.0048828125em;
  color: rgb(192, 51, 103);
}
.Extra-checkout_2 .path15:before {
  content: "\e966";
  margin-left: -1.0048828125em;
  color: rgb(192, 51, 103);
}
.Extra-Metas_1 .path1:before {
  content: "\e967";
  color: rgb(84, 69, 56);
}
.Extra-Metas_1 .path2:before {
  content: "\e968";
  margin-left: -1.0048828125em;
  color: rgb(240, 161, 43);
}
.Extra-Metas_1 .path3:before {
  content: "\e969";
  margin-left: -1.0048828125em;
  color: rgb(255, 246, 179);
}
.Extra-Metas_1 .path4:before {
  content: "\e96a";
  margin-left: -1.0048828125em;
  color: rgb(255, 246, 179);
}
.Extra-Metas_1 .path5:before {
  content: "\e96b";
  margin-left: -1.0048828125em;
  color: rgb(255, 246, 179);
}
.Extra-Metas_1 .path6:before {
  content: "\e96c";
  margin-left: -1.0048828125em;
  color: rgb(255, 246, 179);
}
.Extra-Metas_1 .path7:before {
  content: "\e96d";
  margin-left: -1.0048828125em;
  color: rgb(240, 161, 43);
}
.Extra-Recursos_1 .path1:before {
  content: "\e96e";
  color: rgb(84, 49, 42);
}
.Extra-Recursos_1 .path2:before {
  content: "\e96f";
  margin-left: -1.0048828125em;
  color: rgb(236, 116, 38);
}
.Extra-Recursos_1 .path3:before {
  content: "\e970";
  margin-left: -1.0048828125em;
  color: rgb(236, 116, 38);
}
.Extra-Contabilidad_2:before {
  content: "\e971";
}
.Extra-SegSoc_2:before {
  content: "\e972";
}
.Extra-Impuestos_2:before {
  content: "\e973";
}
.Extra-Metas_2:before {
  content: "\e974";
}
.Extra-Recursos_2:before {
  content: "\e975";
}
.Extra-Administracion_1 .path1:before {
  content: "\e976";
  color: rgb(54, 62, 65);
}
.Extra-Administracion_1 .path2:before {
  content: "\e977";
  margin-left: -1.0048828125em;
  color: rgb(94, 199, 243);
}
.Extra-Administracion_1 .path3:before {
  content: "\e978";
  margin-left: -1.0048828125em;
  color: rgb(204, 252, 239);
}
.Extra-Administracion_1 .path4:before {
  content: "\e979";
  margin-left: -1.0048828125em;
  color: rgb(94, 199, 243);
}
.Extra-Administracion_1 .path5:before {
  content: "\e97a";
  margin-left: -1.0048828125em;
  color: rgb(94, 199, 243);
}
.Extra-Administracion_2:before {
  content: "\e97b";
}
.Extra-Almacen_2:before {
  content: "\e901";
}
.Extra-Pedidos_2:before {
  content: "\e902";
}
.Extra-Productos_2:before {
  content: "\e900";
}
.Extra-Ventas_2:before {
  content: "\e903";
}
.Extra-Almacen_1 .path1:before {
  content: "\e904";
  color: rgb(54, 62, 65);
}
.Extra-Almacen_1 .path2:before {
  content: "\e905";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Almacen_1 .path3:before {
  content: "\e906";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Almacen_1 .path4:before {
  content: "\e907";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Almacen_1 .path5:before {
  content: "\e908";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Almacen_1 .path6:before {
  content: "\e909";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Almacen_1 .path7:before {
  content: "\e90a";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Almacen_1 .path8:before {
  content: "\e90b";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Almacen_1 .path9:before {
  content: "\e90c";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Almacen_1 .path10:before {
  content: "\e90d";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Almacen_1 .path11:before {
  content: "\e90e";
  margin-left: -1.0048828125em;
  color: rgb(163, 211, 234);
}
.Extra-Almacen_1 .path12:before {
  content: "\e90f";
  margin-left: -1.0048828125em;
  color: rgb(239, 233, 253);
}
.Extra-Pedidos_1 .path1:before {
  content: "\e910";
  color: rgb(19, 5, 39);
}
.Extra-Pedidos_1 .path2:before {
  content: "\e911";
  margin-left: -1.0048828125em;
  color: rgb(221, 152, 253);
}
.Extra-Pedidos_1 .path3:before {
  content: "\e912";
  margin-left: -1.0048828125em;
  color: rgb(221, 152, 253);
}
.Extra-Pedidos_1 .path4:before {
  content: "\e913";
  margin-left: -1.0048828125em;
  color: rgb(239, 233, 253);
}
.Extra-Pedidos_1 .path5:before {
  content: "\e914";
  margin-left: -1.0048828125em;
  color: rgb(19, 5, 39);
}
.Extra-Pedidos_1 .path6:before {
  content: "\e915";
  margin-left: -1.0048828125em;
  color: rgb(19, 5, 39);
}
.Extra-Pedidos_1 .path7:before {
  content: "\e916";
  margin-left: -1.0048828125em;
  color: rgb(19, 5, 39);
}
.Extra-Pedidos_1 .path8:before {
  content: "\e917";
  margin-left: -1.0048828125em;
  color: rgb(19, 5, 39);
}
.Extra-Pedidos_1 .path9:before {
  content: "\e918";
  margin-left: -1.0048828125em;
  color: rgb(19, 5, 39);
}
.Extra-Productos_1 .path1:before {
  content: "\e919";
  color: rgb(29, 6, 37);
}
.Extra-Productos_1 .path2:before {
  content: "\e91a";
  margin-left: -1.0048828125em;
  color: rgb(186, 85, 191);
}
.Extra-Productos_1 .path3:before {
  content: "\e91b";
  margin-left: -1.0048828125em;
  color: rgb(221, 152, 253);
}
.Extra-Productos_1 .path4:before {
  content: "\e91c";
  margin-left: -1.0048828125em;
  color: rgb(186, 85, 191);
}
.Extra-Productos_1 .path5:before {
  content: "\e91d";
  margin-left: -1.0048828125em;
  color: rgb(221, 152, 253);
}
.Extra-Productos_1 .path6:before {
  content: "\e91e";
  margin-left: -1.0048828125em;
  color: rgb(186, 85, 191);
}
.Extra-Productos_1 .path7:before {
  content: "\e91f";
  margin-left: -1.0048828125em;
  color: rgb(186, 85, 191);
}
.Extra-Productos_1 .path8:before {
  content: "\e920";
  margin-left: -1.0048828125em;
  color: rgb(186, 85, 191);
}
.Extra-Productos_1 .path9:before {
  content: "\e921";
  margin-left: -1.0048828125em;
  color: rgb(186, 85, 191);
}
.Extra-Productos_1 .path10:before {
  content: "\e922";
  margin-left: -1.0048828125em;
  color: rgb(186, 85, 191);
}
.Extra-Productos_1 .path11:before {
  content: "\e923";
  margin-left: -1.0048828125em;
  color: rgb(186, 85, 191);
}
.Extra-Productos_1 .path12:before {
  content: "\e924";
  margin-left: -1.0048828125em;
  color: rgb(221, 152, 253);
}
.Extra-Productos_1 .path13:before {
  content: "\e925";
  margin-left: -1.0048828125em;
  color: rgb(221, 152, 253);
}
.Extra-Ventas_1 .path1:before {
  content: "\e926";
  color: rgb(42, 5, 19);
}
.Extra-Ventas_1 .path2:before {
  content: "\e927";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-Ventas_1 .path3:before {
  content: "\e928";
  margin-left: -1.0048828125em;
  color: rgb(192, 51, 103);
}
.Extra-Ventas_1 .path4:before {
  content: "\e929";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-Ventas_1 .path5:before {
  content: "\e92a";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-Ventas_1 .path6:before {
  content: "\e92b";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}
.Extra-Ventas_1 .path7:before {
  content: "\e92c";
  margin-left: -1.0048828125em;
  color: rgb(233, 66, 138);
}





@font-face {
  font-family: 'city';
  src:  url('fonts/city.eot?q54uio');
  src:  url('fonts/city.eot?q54uio#iefix') format('embedded-opentype'),
    url('fonts/city.ttf?q54uio') format('truetype'),
    url('fonts/city.woff?q54uio') format('woff'),
    url('fonts/city.svg?q54uio#city') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="city-"], [class*=" city-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'city' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.city-newspaper:before {
  content: "\e929";
}
.city-image:before {
  content: "\e92a";
}
.city-images:before {
  content: "\e92b";
}
.city-book:before {
  content: "\e92c";
}
.city-profile:before {
  content: "\e92d";
}
.city-file-picture:before {
  content: "\e92e";
}
.city-file-video:before {
  content: "\e92f";
}
.city-paste:before {
  content: "\e930";
}
.city-stats-dots:before {
  content: "\e99b";
}
.city-stats-bars:before {
  content: "\e99c";
}
.city-file-pdf:before {
  content: "\eadf";
}
.city-file-word:before {
  content: "\eae1";
}
.city-file-excel:before {
  content: "\eae2";
}
.city-clipboard:before {
  content: "\e9b8";
}
.city-list2:before {
  content: "\e9bb";
}
.city-cloud-upload:before {
  content: "\e9c3";
}
.city-cross:before {
  content: "\ea0f";
}
.city-checkmark:before {
  content: "\ea10";
}
.city-coin-dollar:before {
  content: "\e93b";
}
.city-calendar:before {
  content: "\e953";
}
.city-new-tab:before {
  content: "\ea7e";
}
.city-mail2:before {
  content: "\ea84";
}
.city-mail3:before {
  content: "\ea85";
}
.city-Personal .path1:before {
  content: "\e900";
  color: rgb(198, 74, 48);
}
.city-Personal .path2:before {
  content: "\e901";
  margin-left: -0.70703125em;
  color: rgb(29, 28, 26);
}
.city-Personal .path3:before {
  content: "\e902";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Personal .path4:before {
  content: "\e903";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Personal .path5:before {
  content: "\e904";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Personal .path6:before {
  content: "\e905";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Personal .path7:before {
  content: "\e906";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Personal .path8:before {
  content: "\e907";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Clientes .path1:before {
  content: "\e908";
  color: rgb(198, 74, 48);
}
.city-Clientes .path2:before {
  content: "\e909";
  margin-left: -0.70703125em;
  color: rgb(29, 28, 26);
}
.city-Clientes .path3:before {
  content: "\e90a";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Clientes .path4:before {
  content: "\e90b";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Clientes .path5:before {
  content: "\e90c";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Anuncios .path1:before {
  content: "\e90d";
  color: rgb(198, 74, 48);
}
.city-Anuncios .path2:before {
  content: "\e90e";
  margin-left: -0.70703125em;
  color: rgb(29, 28, 26);
}
.city-Anuncios .path3:before {
  content: "\e90f";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Anuncios .path4:before {
  content: "\e910";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Anuncios .path5:before {
  content: "\e911";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Anuncios .path6:before {
  content: "\e912";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Anuncios .path7:before {
  content: "\e913";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Anuncios .path8:before {
  content: "\e914";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Administracion .path1:before {
  content: "\e915";
  color: rgb(198, 74, 48);
}
.city-Administracion .path2:before {
  content: "\e916";
  margin-left: -0.70703125em;
  color: rgb(29, 28, 26);
}
.city-Administracion .path3:before {
  content: "\e917";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Administracion .path4:before {
  content: "\e918";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Administracion .path5:before {
  content: "\e919";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Administracion .path6:before {
  content: "\e91a";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Administracion .path7:before {
  content: "\e91b";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Administracion .path8:before {
  content: "\e91c";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Administracion .path9:before {
  content: "\e91d";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Administracion .path10:before {
  content: "\e91e";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Administracion .path11:before {
  content: "\e91f";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Administracion .path12:before {
  content: "\e920";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Administracion .path13:before {
  content: "\e921";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-Administracion .path14:before {
  content: "\e922";
  margin-left: -0.70703125em;
  color: rgb(198, 74, 48);
}
.city-add-outline:before {
  content: "\e923";
}
.city-add-solid:before {
  content: "\e924";
}
.city-checkmark-outline:before {
  content: "\e925";
}
.city-close-outline:before {
  content: "\e926";
}
.city-close-solid:before {
  content: "\e927";
}
.city-heart:before {
  content: "\e928";
}
