/***********/
/* RESET */
/***********/

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol,li {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

.row {
	margin-left: 0px;
	margin-right: 0px;
}
.center-div { /* center imgs inside columns */
	margin:0 auto;	
}

.vertical-center {
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */

	display: flex;
	align-items: center;
}


/**************/
/* DEFAULTS */
/**************/

html, body{
	width: 100%;
	background-color: #f7f7f7;
	margin:0;
	padding:0;
	font-size:11pt;
	font-size:1em;
  /*font-family:"Roboto", "Open Sans",Arial,Helvetica,Sans-Serif;*/
  font-family:"Open Sans",Arial,Helvetica,Sans-Serif;
  overflow-x:hidden;
}

a{
  color:#3BAFDA;
}
a:hover{
  color:#C45500;
}

h1,h2,h3,p{
	margin:0;
	padding:0;
}
h1{
	color:#3F3F3F;
	font-size: 2em;
	font-weight: bold;
  margin-top:1em;
  margin-bottom:1em;
}
h2{
	color:#3F3F3F;
	font-size: 1.5em;
}
h3{
	color:#757575;
	font-size: 1.2em;
}
p{
	font-size: 1.2em;
}
.datepicker{
 z-index:200;
}
.table > tbody > tr > td {
   vertical-align: middle;
}
.alert-danger{
  color:#FFFFFF;
  font-weight:bold;
  background-color:red;
}
.alert a{
  color:white;
}

.breadcrumb{
  background-color:white;
}

.checkboxpicker + .btn-group{
  padding-top:0.2em;
}
/********************/
/* PRINT SETTINGS */
/********************/

@media print {
  body {
    margin: 0;
    padding: 0;
    line-height: 1em;
    word-spacing: 1px;
    letter-spacing: 0.2px;
    font: 9pt Arial, Helvetica,"Lucida Grande", serif !important;
    color: #000;
  }
  h1,h2,h3,p{
    margin:0;
    padding:0;
    font-size:9pt !important;
    color:#000 !important;
  }
  .panel-default, .panel{
    margin:0 !important;
    padding:0 !important;
  }
}
@page {
    /*size: 21cm 29.7cm;*/ /* A4 */
    /*size: 21.59cm 27.94cm;*/ /* Carta */
    size: 8.5in 11in; /* Carta */
    /*margin: 30mm 45mm 30mm 45mm;*/ /* change the margins as you want them to be. */
}

/*************/
/* HELPERS */
/*************/

.hidden{
  display:none;
}

.full_width{
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}
.nopadding{
	padding: 0 !important;
	margin: 0 !important;
}
.vertical_align{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.margin-1{
  margin-top:1em;
  margin-bottom:1em;
}

.margin-2{
  margin-top:2em;
  margin-bottom:2em;
}

.margin-3{
  margin-top:2em;
  margin-bottom:2em;
}

.bordered{
  border: 1px solid silver;
}

.border-top{
  border-top:1px solid #f5f5f5;
  padding-top:1em;
}
.border-bottom{
  border-bottom:1px solid silver;
  padding-bottom:1em;
}

.one-line-text{
  white-space: nowrap;
}

.bgcover{
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.line-separate{
  height:1px;
  width:50%;
  margin:0 auto;
  background-color:#E5E5E5;
  position:relative;
  display:block;
  margin-top:1em;
  margin-bottom:1em;
}

.line-separate-full{
  height:1px;
  width:100%;
  margin:0 auto;
  background-color:#E5E5E5;
  position:relative;
  display:block;
  margin-top:1em;
  margin-bottom:1em;
}
.green{
  color:green;
}
.red{
  color:red;
}

/*************/
/* LOADERS */
/*************/

.loader,
.loader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}
.loader {
  margin: 20px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0,83,255, 0.2);
  border-right: 1.1em solid rgba(0,83,255, 0.2);
  border-bottom: 1.1em solid rgba(0,83,255, 0.2);
  border-left: 1.1em solid #0053ff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/************/
/* LAYOUT */
/************/
.table-layout {
  display:table;
  margin:0;
  padding:0;
}
.table-layout .table-cell {
  display:table-cell;
  margin:0;
  padding:0;
}

#main-content{
	min-height: 600px;
  width:100%;
}
#right-side{
  max-width:96%;
  margin:0 auto;
  padding:0;
}
#logo a{
  color:orange;
}

/****************/
/* NAVIGATION */
/****************/
#left-side {
  /*background-color:#30363E;*/
  padding:0;
  margin:0;
  height:100% !important;
  min-height: 100vh !important;
  width:40px;
  max-width:300px;
  z-index:999;
}
#navigation{
  background-color:#fefefe;
	-moz-box-shadow: 5px 5px 10px #cfcfcf;
	-webkit-box-shadow: 5px 5px 10px #cfcfcf;
	box-shadow: 2px 2px 10px #cfcfcf; /* chrome */
  white-space: nowrap;
  font-size:0.9em;
  padding:0;
  margin:0;
  position:absolute;
  display:block;
  left:0;
  top:0;

}
#quick-menu{
  position:fixed;
  right:30px;
  top:0px;
  padding:0;
  margin:0;
  opacity:0.9;
  white-space: nowrap;
  font-size:0.9em;
  z-index:999;
}
#navigation ul li.main{
  color:#718197;
  /*background-color:#30363E;*/
}
#navigation ul li.main .title, #navigation #minimized-menu .title{
  display:block;
  width:100%;
  margin:0;
  padding:0;
  padding-left:0.7em;
  height:2em;
  overflow:hidden;
}
#navigation #minimized-menu .title{
  padding-left:0em;
}
#navigation #minimized-menu .title .inner-line{
  /*border-bottom:1px dashed silver;*/
  width:100%;
  height:1em;
}
#navigation li.sub, #navigation #minimized-menu li{
  margin-top:0.6em;
  margin-bottom:0.6em;
  font-size:1em;
  overflow:hidden;
  height:2em;
  width:100%;
  overflow:hidden;
  padding-left:0.7em;
}
/*
#navigation #minimized-menu li{
  font-size:1em;
  margin-top:0.8em;
  margin-bottom:0.8em;
  overflow:hidden;
  border:1px solid red;
}
*/
#navigation li.sub a{
  color:#000000;
  text-decoration:none;
  width:100%;
  height:100%;
}
#navigation li.sub a:hover{
  text-decoration:none;
  color:orange;
}
#navigation li.sub a.active{
  color:#3fa33e;
}
#navigation #user-logo{
  display:block;
  height: 55px;
  width: 100%;
  overflow:hidden;
  margin:0;
  padding:0;
  padding-top:0.5em;
  padding-left:0.2em;
  padding-right:0.2em;
}
#navigation #user-logo img{
  max-width:30px;
}
#navigation #user-logo h3{
  font-size:0.7em;
  padding:0;
  margin:0;
  text-transform: uppercase;
  width: 100%;
  overflow:hidden;
  display:none;
  padding:bottom:1px;
  border-bottom:1px dashed silver;
}
#navigation #user-logo img{
  margin:0;
  padding:0;
  width:40px;
}
#navigation #expanded-menu{
  width:250px;
  display:none;
  margin:0;
  padding:0;
}
#navigation #minimized-menu{
  color:#000000;
  width:40px;
  cursor:pointer;
  display:block;
  padding:0;
  margin:0;
  position:relative;
}
#navigation-small-devices{
}

#navigation-small-devices .logo{
  color:black; 
  font-size:1em;
}

#navigation-small-devices .logo img{
  vertical-align: bottom;
  display:inline-block;
}

#navigation-small-devices .nav-item{
  font-size:1em;
}

/**************************/
/* BOOTSTRAP4 OVERRIDES */
/**************************/
.table {
	-moz-box-shadow: 5px 5px 5px #cfcfcf;
	-webkit-box-shadow: 5px 5px 5px #cfcfcf;
	box-shadow: 2px 2px 5px #cfcfcf; /* chrome */
  margin:0 !important;
  padding:0 !important;
}
.table-responsive {
  overflow-x: auto;
}
.table .centered tr, .table .centered th, .table .centered input{
  text-align:center;
}
.table .thead-dark th{
  background-color: #353c44;
}
.table-fit {
  width: 1%;
  white-space: nowrap;
}
.btn{
  padding:0.8em;
  white-space: nowrap; /* single line text in btns */
}
.btn-default{
   background: none !important;
   color: grey !important;
}
.card-body{
  margin:0;
  padding:0;
  padding-top:1em;
}
.form-control .input{
  color:red;
}
.card.card-danger{
  border:2px solid red;
  padding-bottom:1em;
}

/***********************/
/* PLUGINS OVERRIDES */
/***********************/
.checkboxpicker + .btn-group > .btn{
  margin:0;
  padding:0.6em;
  font-size:1em;
}
.select2-container{
  width:100% !important;
}
.select2-selection__choice{
  color:black;
  /*background-color:#404a56 !important;*/
  background:none !important;
  margin-bottom:0.3em;
	-moz-box-shadow: 5px 5px 5px #cfcfcf;
	-webkit-box-shadow: 5px 5px 5px #cfcfcf;
	box-shadow: 2px 2px 5px #cfcfcf; /* chrome */
}
.select2-selection__choice__remove{
  color:red !important;
  margin-right:0.4em !important;
}
/*************/
/* CONTENT */
/*************/

.bg-gradient {
  color:whiteSmoke;
  height:3em;
  line-height:3em;
  text-align:center;
  border:0;
  margin:0;
  padding:0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);
  background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,#008fe2),color-stop(100%,#00b29c));
  background: -webkit-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);
  background: -o-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);
  background: -ms-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);
  background: linear-gradient(154deg,#008fe2 0,#00b29c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008fe2', endColorstr='#00b29c', GradientType=1)
}

#logo_magna{
	margin-top:5px;
	width: 116px;
	height: 23px;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background:url('../img/magna.png');
	cursor: pointer;
	-webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
	transition: all .2s ease;
}
#logo_magna:hover{
	background-position: 0 -23px !important;
}
.main_menu{
	font-size: 1.1em;
}
.shadow {
	-moz-box-shadow: 5px 5px 10px #cfcfcf;
	-webkit-box-shadow: 5px 5px 10px #cfcfcf;
	box-shadow: 2px 2px 10px #cfcfcf; /* chrome */
}

#login .row {
  padding:1em;
}

#login .btn{ 
	margin-bottom:1em;
	text-align: center;
}

.logout-btn{
  position:absolute;
  right:0.4em;
  top:0.4em;
  display:block;
  border:1px solid whiteSmoke;
}
.social_icons{
	display: block;
	text-align: center;
}
.custom-table .items {
	padding:0;
	margin:0;
}
.custom-table .th,.custom-table .td {
	margin:0;
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-size:1.2em;
	line-height: 1.2em;
}
.custom-table .items{
	border:1px solid white;
}
.custom-table .items:hover{
	border:1px solid silver;
	}

.custom-table .th{
	font-weight: bold;
	border-bottom: 1px solid silver;
}

.custom-table .striped.even{
	background-color:#fff3f9;
}

.animated{
	animation-duration: 0.5s ;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.clickable-row{
  cursor:pointer;
}

#sortable .row{
  background-color:white;
  min-height:5em;
}

#sortable i.fa-sort{
  position:absolute;
  left:-4px;
  top:-4px;
}

.datepicker{
  cursor:pointer;
}

#steps li {
  margin-top:0.5em;
  margin-bottom:0.5em;
}
#steps li a{
  color:black;
}
#steps li a.completed{
  color:green;
  text-decoration: line-through;
}

.bg-img{
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat:   no-repeat !important;
  background-position: center center !important;              /* optional, center the image */
  height:811px;
  width:100%;
  margin:0 !important;
  padding:0 !important;
  width: 100%;
  background-color:black;
  /*box-shadow: 2px 2px 20px #a8a8a8;*/
}
.bg-img-center-v{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center; /* align horizontal */
}


#home .bg-gradient{
  text-align:right;
}
#home .row.colored{
}
#home h1{
  /*font-family: 'Archivo Black', sans-serif;*/
  font-size:2em;
  padding-left:0.8em;
}
#home h2{
  color:white;
  margin-bottom:1em;
  font-size:1.8em;
  padding-left:0.1em;
}
#home p{
  font-size:1.3em;
  line-height:2em;
  padding-left:1.5em;
}
#home .white-text{
  color:#ffffff;
}
#home ul li{
  margin-bottom:1em;
  margin-top:1em;
  font-size:1.2em;
  line-height:1.5em;
}
#home ul.para-que-sirve li{
  font-size:1.4em;
  line-height:2em;
}
#home ul.beneficios li{
  font-size:1.4em;
  line-height:2.2em;
}
#home ul.valores li{
  font-size:1.4em;
  line-height:2.2em;
}
#home ul.como-funciona li{
  line-height:1.5em;
  margin-bottom:1em;
}

#home .android-phone-screenshot{
  max-height:600px;
  margin-bottom:2em;
}
#home span.destacar{
  font-weight:bold;
}
#home .nav{
  text-align:center;
  border-bottom:1px solid #475d68;
  height:55px;
  line-height:55px;
}
#home .nav a{
  color:#ffffff;
  margin-left:1em;
  margin-right:1em;
}
#home .nav a:hover{
  text-decoration:none;
}
#home .panel-home{
  background:rgba(0,0,0,0);
  border:1px solid white;
}
#home .panel-home a{
  color:white;

}
.contour-form input, .contour-form textarea, .contour-form .input-group-addon{
  outline:white;
  background:rgba(0,0,0,0) !important;
  border:1px solid white;
  color:white;
}
.contour-form .form-control::-webkit-input-placeholder { color: white; }
.contour-form .form-control:-moz-placeholder { color: white; }
.contour-form .form-control::-moz-placeholder { color: white; }
.contour-form .form-control:-ms-input-placeholder { color: white; }

.contour-form .btn, .contour-form .btn:active, .contour-form .btn:visited {
  background:rgba(0,0,0,0) !important;
  color:white;
  border:1px solid white;
}
.contour-form .btn:hover {
  background:rgba(255,255,255,1) !important;
  color:black;
  background-color:white;
  border:1px solid white;
}

/* Custom Classes for devices size */
@media(max-width:767px){
    #home h1{font-size:1.2em !important;}
    #home h2{font-size:1.2em !important;}
    #home h3{font-size:1.2em !important;}
    #home p,#home li{
      font-size:1.2em !important;
      line-height:1.4em !important;
    }
    #home li{
      margin:0;
      padding:0;
    }
}

/* Dont show Scrollbar for screenshots */
/*
::-webkit-scrollbar { 
    display: none; 
}
*/

.vista-reporte h2{
  font-size:1em;
  font-weight:bold;
}
.vista-reporte h3{
  font-size:1em;
  font-style:italic;
  color:black;
}

#home-nav{
  width:100%;
  z-index:20;
  position:fixed;
}

#home #repports-main{
  padding-top:60px;
}

#home .nav-small-devices {
  color:whiteSmoke;
  height:auto;
  line-height:3em;
  text-align:left;
  border:0;
  padding-left:2em;
  padding-top:0.6em;
  padding-bottom:0.6em;
  margin:0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);
  background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,#008fe2),color-stop(100%,#00b29c));
  background: -webkit-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);
  background: -o-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);
  background: -ms-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);
  background: linear-gradient(154deg,#008fe2 0,#00b29c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008fe2', endColorstr='#00b29c', GradientType=1);
  display:none;
  position:absolute;
  width:100%;
  z-index:20;
}
#home .nav-small-devices a{
  display:block;
  color:white;
}
#home .nav-small-bar{
  color:whiteSmoke;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);
  background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,#008fe2),color-stop(100%,#00b29c));
  background: -webkit-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);
  background: -o-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);
  background: -ms-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);
  background: linear-gradient(154deg,#008fe2 0,#00b29c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008fe2', endColorstr='#00b29c', GradientType=1)
}
#grupos-de-usuarios h3.accordeon{
  font-size:1.1em;
  width:100%;
  text-align:left;
}
/* dropdown on table fix */
table.table ul.dropdown-menu{
    position:relative;
    float:none;
}

.chart-container{
  /*border:1px solid silver;*/
  padding:1em;
	-moz-box-shadow: 5px 5px 10px #cfcfcf;
	-webkit-box-shadow: 5px 5px 10px #cfcfcf;
	box-shadow: 2px 2px 10px #cfcfcf; /* chrome */
}

.producto{
  border:1px solid #efefef;
  padding:1em;
  min-width:16em;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.producto:hover{
  border:1px solid #b9b9b9;
}
.producto .producto-img{
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:70px;
  height:70px;
  margin:0 auto;
  display:block;
  position:relative;
  margin-bottom:5px;
}
h1.nombre-tienda{
  font-size:1.2em !important;
  margin-top:0em;
  margin-bottom:0em;
  color:black;
}

.producto h2{
  font-size:0.9em;
  margin-top:0.2em;
  margin-bottom:0.2em;
  color:black;
  height:2.5em;
  overflow:hidden;
  font-weight:bold;
}
.producto p{
  font-size:0.9em;
  margin-bottom:0.2em;
  margin-top:0;
}
.producto p.descuento{
  color:#b12704;
  font-size:1em;
  margin:0;
}
.producto p.precio{
  color:#4a9500;
  font-size:1em;
  margin:0;
}
.producto p.vendido-por{
  color:#757575;
  font-size:0.8em;
}
.producto .input-group{
  max-width:250px;
  margin:0 auto;
  margin-top:0.5em;
}
.producto input[type="number"], 
textarea {
  -moz-box-sizing: border-box;
  margin:0;
}

.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

.item-mesa{
  border:1px solid #efefef;
  padding:1em;
  padding:0;
  min-width:11em;
  margin:0;
  overflow:hidden;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.item-mesa:hover{
  border:1px solid #b9b9b9;
}
.item-mesa .item-mesa-img{
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:50px;
  height:50px;
  margin:0 auto;
  display:block;
  position:relative;
  margin-bottom:5px;
}
.item-mesa p.precio{
  font-size:0.9em;
}

.item-mesa h2{
  font-size:1em;
  margin-top:0.5em;
  margin-bottom:0.2em;
  color:black;
  height:2.5em;
  overflow:hidden;
  font-weight:bold;
}
.nav-link{
  color:black;
}

.cart-btn{
  font-size:1.1em !important;
  background-color:#ffffff;
  color:#000000;
}
.cart-btn span.counter{
  background-color:none;
}
.cart-btn i.fa{
  font-size:1.1em;
}
#equipos a{
  font-weight:bold; 
  font-size:1em; 
  color:#005fc5;
}
#equipos a:hover{
  color: #d44800;
}
#planes .plan{
  height:40em;
  overflow:hidden;
  margin-top:0.5em;
  margin-bottom:0.5em;
  padding:0;
  padding-left:0.2em;
  padding-right:0.2em;
}
#planes .hidden-plan{
  display:none;
}
#planes .descripcion{
  height:40em;
  font-size:1em;
}
#planes .descripcion p{
  font-size:1em !important;
  text-align:center;
  padding-left:0.5em;
  padding-right:0.5em;
  margin:0;
  overflow-y:auto;
  overflow-x:hidden;
}
strong{
  font-weight:bold !important;
  color:black;
}
#planes h3.valor-clp{
  font-size:1.1em !important;
  color:#525157 !important;
  margin-bottom:1em;
}
#planes table.atributos{
  white-space: nowrap;
}

.btn-link{
  padding:4px;
  margin-top:0.2em;
  margin-bottom:0.2em;
}

#indicadores-economicos{
  position:fixed;
  width:250px;
  right:0px;
  bottom:0;
  z-index:10;
  text-align:center;
  font-size:0.8em;
  opacity:0.9;
}
#indicadores-economicos .btn{
  background-color:#000000;
  margin:0;
}

#indicadores-economicos table{
  border:1px dashed silver;
}
#faq p{
  font-size:1em !important;
  margin-bottom:1em;
}
#faq li {
  list-style:disc;
  list-style-position: inside;
}
#faq .accordion .card-header{
  cursor:pointer;
}
#faq .accordion .card-header:hover{
  background-color:#ececec;
}
#faq .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
#faq .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
#faq .accordion .card-body{
  padding:1em;
}

#faq .accordion .card-title{
  font-size:1em !important;
}
.grecaptcha-badge { 
    display:none;
}
