#login-buttons {
  display: inline-block;
  margin-right: 0.2px;
  line-height: 1;
}
#login-buttons .login-button {
  position: relative;
}
#login-buttons button.login-button {
  width: 100%;
}
#login-buttons .login-buttons-with-only-one-button {
  display: inline-block;
}
#login-buttons .login-buttons-with-only-one-button .login-button {
  display: inline-block;
}
#login-buttons .login-buttons-with-only-one-button .login-text-and-button {
  display: inline-block;
}
#login-buttons .login-display-name {
  display: inline-block;
  padding-right: 2px;
  line-height: 1.5;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#login-buttons .loading {
  line-height: 1;
  background-image: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA);
  width: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
#login-buttons .login-button,
.accounts-dialog .login-button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 4px 8px;
  font-size: 80%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #596595;
  border: 1px solid #464f75;
  border-radius: 4px;
}
#login-buttons .login-button:hover,
.accounts-dialog .login-button:hover {
  background: #7580ac;
}
#login-buttons .login-button:active,
.accounts-dialog .login-button:active {
  background: #7580ac;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
}
#login-buttons .login-button.login-button-disabled,
.accounts-dialog .login-button.login-button-disabled,
#login-buttons .login-button.login-button-disabled:active,
.accounts-dialog .login-button.login-button-disabled:active {
  color: #ddd;
  background: #aaa;
  border: 1px solid #c3c3c3;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.accounts-dialog * {
  padding: 0;
  margin: 0;
  line-height: inherit;
  color: inherit;
  font: inherit;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.accounts-dialog .login-button {
  width: auto;
  margin-bottom: 4px;
}
#login-buttons .login-buttons-padding {
  display: inline-block;
  width: 30px;
}
#login-buttons .login-display-name {
  margin-right: 4px;
}
#login-buttons .configure-button {
  background: #ff2a00;
  border-color: #cc2200;
}
#login-buttons .configure-button:active,
#login-buttons .configure-button:hover {
  background: #ff5533;
  border-color: #ff2a00;
}
#login-buttons .login-image {
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 16px;
  height: 16px;
}
#login-buttons .text-besides-image {
  margin-left: 18px;
}
#login-buttons .no-services {
  color: red;
}
#login-buttons .login-link-and-dropdown-list {
  position: relative;
}
#login-buttons .login-close-text {
  float: left;
  position: relative;
  padding-bottom: 8px;
}
#login-buttons .login-text-and-button .loading,
#login-buttons .login-link-and-dropdown-list .loading {
  display: inline-block;
}
#login-buttons.login-buttons-dropdown-align-left #login-dropdown-list .loading {
  float: right;
}
#login-buttons.login-buttons-dropdown-align-right #login-dropdown-list .loading {
  float: left;
}
#login-buttons .login-close-text-clear {
  clear: both;
}
#login-buttons .or {
  text-align: center;
}
#login-buttons .hline {
  text-decoration: line-through;
  color: lightgrey;
}
#login-buttons .or-text {
  font-weight: bold;
}
#login-buttons #signup-link {
  float: right;
}
#login-buttons #forgot-password-link,
#login-buttons #resend-passwordless-code {
  float: left;
}
#login-buttons #back-to-login-link {
  float: right;
}
#login-buttons a,
.accounts-dialog a {
  cursor: pointer;
  text-decoration: underline;
}
#login-buttons.login-buttons-dropdown-align-right .login-close-text {
  float: right;
}
.accounts-dialog {
  border: 1px solid #ccc;
  z-index: 1000;
  background: white;
  border-radius: 4px;
  padding: 8px 12px;
  margin: -8px -12px 0 -12px;
  width: 250px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #333;
}
.accounts-dialog > * {
  line-height: 1.6;
}
.accounts-dialog > .login-close-text {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.accounts-dialog label,
.accounts-dialog .title {
  font-size: 80%;
  margin-top: 7px;
  margin-bottom: -2px;
}
.accounts-dialog label {
  display: inline;
}
.accounts-dialog input[type=text],
.accounts-dialog input[type=email],
.accounts-dialog input[type=password] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.accounts-dialog input[type=text][type],
.accounts-dialog input[type=email][type],
.accounts-dialog input[type=password][type] {
  height: auto;
}
.accounts-dialog .login-button-form-submit {
  margin-top: 8px;
}
.accounts-dialog .message {
  font-size: 80%;
  margin-top: 8px;
  line-height: 1.3;
}
.accounts-dialog .error-message {
  color: red;
}
.accounts-dialog .info-message {
  color: green;
}
.accounts-dialog .additional-link {
  font-size: 75%;
}
.accounts-dialog .accounts-close {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  color: #000;
  opacity: 0.4;
}
.accounts-dialog .accounts-close:hover {
  opacity: 0.8;
}
.accounts-dialog #login-buttons-cancel-reset-password {
  float: right;
}
.accounts-dialog #login-buttons-cancel-enroll-account {
  float: right;
}
#login-dropdown-list {
  position: absolute;
  top: -1px;
  left: -1px;
}
#login-buttons.login-buttons-dropdown-align-right #login-dropdown-list {
  left: auto;
  right: -1px;
}
#login-buttons-message-dialog .message {
  /* we intentionally want it bigger on this dialog since it's the only thing displayed */
  font-size: 100%;
}
.accounts-centered-dialog {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  z-index: 1001;
  position: fixed;
  left: 50%;
  margin-left: -129px;
  top: 50%;
  margin-top: -40px;
  /* = approximately -height/2, though height can change */
}
#configure-login-service-dialog {
  width: 530px;
  margin-left: -269px;
  margin-top: -300px;
  /* = approximately -height/2, though height can change */
}
#configure-login-service-dialog table {
  width: 100%;
}
#configure-login-service-dialog input[type=text] {
  width: 100%;
  font-family: "Courier New", Courier, monospace;
}
#configure-login-service-dialog ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
#configure-login-service-dialog ol li {
  margin-left: 30px;
}
#configure-login-service-dialog .configuration_labels {
  width: 30%;
}
#configure-login-service-dialog .configuration_inputs {
  width: 70%;
}
#configure-login-service-dialog .new-section {
  margin-top: 10px;
}
#configure-login-service-dialog .url {
  font-family: "Courier New", Courier, monospace;
}
#configure-login-service-dialog-save-configuration {
  float: right;
}
.configure-login-service-dismiss-button {
  float: left;
}
#just-verified-dismiss-button,
#messages-dialog-dismiss-button {
  margin-top: 8px;
}
.hide-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  /* XXX consider replacing with DXImageTransform */
  background-color: #000000;
  /* fallback for IE7-8 */
  background-color: rgba(0, 0, 0, 0.7);
}
#login-buttons input[type=text],
.accounts-dialog input[type=text],
#login-buttons input[type=email],
.accounts-dialog input[type=email],
#login-buttons input[type=password],
.accounts-dialog input[type=password] {
  padding: 4px;
  border: 1px solid #aaa;
  border-radius: 3px;
  line-height: 1;
}body {
  padding: 0;
  overflow-x: hidden;
  font-family: sans-serif;
}
.cursor-pointer{
  cursor: pointer;
}
.row{
  margin: 0px;
}
/*DATETIME*/
.rdt {
  position: relative;
}
.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}

.rdtPicker .rdtTimeToggle {
  text-align: center;
}
.table-responsive{
  height: 65vh;
}
.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}

.rdtPicker thead button {
  width: 100%;
  height: 100%;
}

td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}

.rdtCounters {
  display: inline-block;
}

.rdtCounters > div {
  float: left;
}

.rdtCounter {
  height: 100px;
}

.rdtCounter {
  width: 40px;
}

.rdtCounterSeparator {
  line-height: 100px;
}

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}

.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}

.rdtTime td {
  cursor: default;
}
.portadaBlogTexto{
  position: absolute;
  z-index: 4;
  top:5vh;
  left: 5vh;
  height:40vh;
  width: 40vw;
  padding:20px;
  background-color: rgba(91,130,103,0.8);
  text-align: center;

}
.portadaBlogTexto >h4{
  font-size: 20px;
  font-weight: bold;
  color:white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  text-align: left;

}
.portadaBlogTexto >p{
  font-size: 14px;

  color:white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
  text-align: left;
}
.portadaBlogTexto >button{
  color:rgb(91,130,103);
  background-color: white;
}
.portadaBlogTexto >button:hover{
  color:rgb(91,130,103) !important;
  background-color: white !important;
}
.portadaBlogTexto >button:active{
  color:rgb(91,130,103) !important;
  background-color: white !important;
}
.searchBar{
  width: 80vw !important;
  padding: 20px 0px;
  margin: 0 auto;

}
.searchBar > .form-outline >.form-control{
  width: 60vw;
  border-radius: 0px;
  border-color: #989DA4 !important;
}
.searchBar > .form-outline >.form-control:focus{
  width: 60vw;
  border-radius: 0px;
  border-color: #989DA4 !important;
  box-shadow: initial !important;
}
.searchBar > .btn{
  border-radius: 0px;
  border-color: #989DA4 !important;
  background-color: rgb(91,130,103) !important;
}
.max2{
  font-size:14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  text-align: left;
}
.max5{
  font-size:14px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:5; /* number of lines to show */
  -webkit-box-orient: vertical;
  text-align: left;
}
.iconoRedes{
  font-size: 24px;
  color:white;
}
.itemBlog{
  padding:0px 20px;
  
}
.itemBlog > .divText{
  padding:10px 20px 20px 20px ;
  height: 210px;
}
.itemBlog >div> img{
  height: 210px;
}
.itemBlog >div> .shareP{
  height: 210px;
  position: absolute;
  top: 0;
  background-color: #3d444e4a;
  z-index: 9;
  width: 100%;
}
.shareP{
  text-align: center;
  display: none !important;
}
.shareP >div>button{
  color:rgb(91,130,103);
  background-color: white;
  margin: 0 auto;
  padding:8px 20px;

}
.shareP >div>button:hover{
  color:rgb(130, 91, 107) !important;
  background-color: white !important;
}
.shareP >div>button:active{
  color:rgb(91,130,103) !important;
  background-color: white !important;
}
.itemBlog:hover > .divText p,
.itemBlog:hover > .divText h4,
.itemBlog:hover > .divText 
{
  background-color: #3d444e;
  color:white !important;
}
.itemBlog:hover > div> .shareP{
  display: flex !important;

}

/*DATETIME FIN*/
*DISEÑO MENU*/
.modal-footer{
  justify-content: center !important;
}
.table thead>tr>th {
  vertical-align: bottom;
  border: 0px solid white !important; 
  border-bottom:2px solid #1E6EB0 !important;
  color:#989DA4 !important;
}
.table td, .table th{
  color:#989DA4 !important;

}
.pointer{
  cursor: pointer;
}
.primaryColor{
  color:#1E6EB0 !important;

}
.table td, .table th{
  border-top: 0px !important; 
}
.tableFix{
  box-shadow: 0px 0px 4px 0.1px #000000;
  border-radius: 10px;
  padding:10px;
  background-color: white;
  margin-bottom: 20px;
}
.modal-header{
  margin: 0 20px;
  border-bottom:1px solid #1E6EB0 !important;

  }
.close{
  opacity: 1 !important;
}
.close > span{
  color:#1E6EB0 !important;
  opacity: 1 !important;
}
label{
  color:#1E6EB0;

}
.modal-title{
  color:#1E6EB0 !important;
  font-weight: bold;
}
input,textarea,select{
  border:1px solid #1E6EB0 !important;
}

.secondaryColor{
  color:#EA64B9;
}
.preset-btn{
  padding: .375rem .75rem !important;
}
.hoverInput{
  margin-left: -10px;
}

.black{
  color:black !important;
}

.bg-light{
  max-height: 62px;
  background-color: white !important;
  box-shadow: 0px 0px 4px 0.1px #000000;

}
.filterBar{
  margin-top: 0px !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  background-color: rgb(91,130,103) !important;

}
.filterBarMenu{
  margin-top: 0px !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 20px !important;
  background-color: #EFEFEF !important;

}
.btn-transparent{
  background-color: transparent !important;
  color:white !important;
}
.cointainer-multiple{
  overflow-y: auto;
  overflow-x: hidden;
  padding:4px;
  margin:4px;
  border: 1px solid;
  border-radius: 5px;
  max-height: 103px;
}
.menuBar{
  top:0;
  background: #000000; /* Old browsers */
  background: linear-gradient(top, #ffffff -20%,   #000000 100%); /* FF3.6-15 */
  background: -moz-linear-gradient(top, #ffffff -20%,   #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff -20%,   #000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff -20%,   #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.bg-negro{
  background-color: #212529;
  height: calc(100vh - 56px);
  align-items: baseline !important;
}
.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
}
.login-form  .login{
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.forgot {
  text-align: left; margin-bottom:30px;
}
.huge {
  font-size: 50px;
  line-height: normal;
}
/*DISEÑO MENU FIN*/
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px;
  margin: 156px auto 30px;
  max-width: 400px;
  padding: 50px 55px 70px 55px;
}
/* INICIO INTERFACE TOUCH*/
.touchtext{
  height: 44px !important;
}
.touchbutton{
  width: 100%;
  height: 55px;
  margin-top: 20px;
}
.btn-yellowbutton{
  color:white !important;
  background:234194;
  background: linear-gradient(180deg, rgba(253,183,64,1) 33%, rgb(91,130,103) 89%);
  box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);

}
.btn-yellowbuttonborder{
  color: rgb(251,165,74) !important;
  background: white;
  border: 2px solid rgb(251,165,74) !important;
  box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.img-container{
  text-align: center;
}
.img-logo{
  width: 160px;
  height: 160px;
  text-align: center;
  border:2px solid white;
  background-color: black;
}
.img-logo-small
{
  width: 60px;
  height: 60px;
  text-align: center;
  border:2px solid white;
  background-color: black;
}
.img-categoria
{
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: black;
  color:"rgba(0,136,134,1) 89%)"
}
.img-categoria-selected
{
  width: 60px;
  height: 60px;
  text-align: center;
  border:2px solid blue;
  background-color: black;
  color:"rgba(0,136,134,1) 89%)"

}
.mesa-disponible{
  color:white !important;
  background: rgb(0,184,186);
background: linear-gradient(180deg, rgba(0,184,186,1) 33%, rgba(0,136,134,1) 89%);
}
.mesa-ocupada{
  color:white !important;
  background: rgb(255,10,85);
  background: linear-gradient(180deg, rgba(255,10,85,1) 33%, rgba(210,6,67,1) 89%);
}
.blueColor{
  color: rgb(0,136,134) !important;
}
.yellowColor{
  color: rgb(91,130,103) !important;
}
.form-control-select {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-color: transparent !important;
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  height: 35px;
  margin-bottom: 5px;
  line-height: 50px;
}
.tableComanda {
  width: 100%;
  box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  
}

.tableComanda thead{
  width: 100%;
}
.tableComanda thead>tr>th{
  font-size: 8px !important;
  color:white !important;
  text-transform: uppercase;
  background-color: black !important;
  padding-top: 0px !important;
  border-bottom:0px !important;
}
.tableComanda tbody>tr>td{
  font-size: 8px !important;
  color:black !important;
  text-transform: uppercase;
  padding-top: 0px !important;
  border-bottom:0px !important;
}
.scrollmenu {
  overflow: auto;
  white-space: nowrap;
}
.scrollmenu div {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 4px;
  text-decoration: none;
}
/* FIN INTERFACE TOUCH*/
.removeBorderRight{
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.removeBorderLeft{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.removePadding{
  padding:0px !important;
}
.btn-primary {
  color:white !important;
  background:#234194!important;
  box-shadow:0 4px 4px 0 rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.19) !important;
  border-color:#234194 !important;
}
.secondaryColor{
  color:#234194;
}
.btn-yellowbutton{
  color:white !important;
  background: #007bff !important;
  box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);

}
.btn-yellowbuttonborder{
  color: rgb(251,165,74) !important;
  background: white;
  border: 2px solid rgb(251,165,74) !important;
  box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}.btn-excel{

  color:black !important;
  background-color: white !important;
  -webkit-box-shadow: 0px 0px 19px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 19px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 19px -6px rgba(0,0,0,0.75);
  }
  #content-wrapper{
    padding-top: 0px !important;
  }

.customPadding{
  padding:15px 30px 0px 25vw
}

.imgProps{
  z-index:5;
  position:relative;
}
.imgProps2{
  z-index:5;
  float:right;
}
p{
  color:gray;
}

@media (max-width: 769px) {
  .portadaBlogTexto{
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height:30vh;
    align-self: center;
    width: 80vw;
    padding:12px;
    background-color: rgba(91,130,103,0.8);
    text-align: center;
  
  }
 
  .portadaBlogTexto >h4{
    font-size:16px;
    font-weight: bold;
    color:white;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    text-align: left;
  
  }
  .portadaBlogTexto >p{
    color:white;
    font-size:12px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    text-align: left;
  }
  .portadaBlogTexto >button{
    color:rgb(91,130,103);
    background-color: white;
    padding:8px 20px;
  }
  .principal-view{
    position: initial;
    z-index:3;
    right:0;
    bottom:40px;
  }
  .imgProps2{
    z-index:5;
    width: 50%;
    max-width: 170px;
    float:initial;
    display: block;
    margin: auto;
  }
  .imgProps{
    z-index:5;
    width: 100%;
    position:relative;
  }
  .customPadding{
    padding:0px 10px 0px 10px;
  }
  .button-section{
      display: block;
      margin: auto;
      margin-top: 10px;
  }
}


.justify-content-right{
  ms-flex-pack: flex-end!important;
    justify-content: flex-end!important;
}

.portada{
  margin: 25px 0;
  }
.celular{
  width: 100%;
  max-width: 350px;
  display: block;
  margin: auto;
  margin-bottom: 25px;
}
.download-title{
  padding: 25px 27px;
}

.customPadding2{
  padding: 30px 30px 30px 0;
}
.button-section{
  background: rgb(8,71,52);
    color: white;
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.info-container{
  background: rgb(214,230,227);
}
@media(min-width: 768px){
  
  .download-img{
    padding-right: 15px;
  }
  .button-section{
    margin-right: 36px;
    padding: 15px 30px;
  }
  .imgProps2{
    top: -56px;
    right: 0;
    position: absolute;
  }
  .info-container{
    background: rgb(214,230,227);
    min-height: 500px;
  }
  .portada{
    margin: 180px 0;
    }
  .customPadding2{
    padding: 30px 30px 30px 60%;
  }
  .portada{
    margin: 180px 0;
    }
    .justify-content-right{
      ms-flex-pack: flex-end!important;
        justify-content: flex-end!important;
    }
    .celular{
      position: absolute; 
      left: 0; 
      right: 0; 
      margin-left: auto; 
      margin-right: auto; 
      z-index: 99;
      top: 214px;
      max-width: 506px;
    }
    .download-title{
      padding: 25px 27px;
    }
    .download-img{
      padding-right: 15px;
    }
}
@media(min-width: 768px) and (max-width: 1023px){
  .portadaBlogTexto{
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height:30vh;
    align-self: center;
    width: 50vw;
    padding:12px;
    background-color: rgba(91,130,103,0.8);
    text-align: center;
  
  }
  .portadaBlogTexto >h4{
    font-size:16px;
    font-weight: bold;
    color:white;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    text-align: left;
  
  }
  .portadaBlogTexto >p{
    color:white;
    font-size:12px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    text-align: left;
  }
  .customPadding2{
    padding: 30px 30px 30px 45%;
  }
  .customPadding2 h3{
    font-size: 22px;
  }
}p.p1 {
  margin: 0.0px 0.0px 0.0px 0.0px;
  text-align: center;
  font: 12.0px Times
}

p.p2 {
  margin: 0.0px 0.0px 0.0px 0.0px;
  text-align: center;
  font: 12.0px Times;
  min-height: 14.0px
}

p.p3 {
  margin: 0.0px 0.0px 0.0px 0.0px;
  text-align: justify;
  font: 12.0px Times;
  min-height: 14.0px
}

p.p4 {
  margin: 0.0px 0.0px 0.0px 0.0px;
  text-align: justify;
  font: 12.0px Times
}

p.p6 {
  margin: 0.0px 0.0px 0.0px 0.0px;
  text-align: justify;
  font: 12.0px Times;
  color: #000000;
  min-height: 14.0px
}

p.p7 {
  margin: 0.0px 0.0px 0.0px 35.2px;
  text-align: justify;
  font: 12.0px Times
}

p.p8 {
  margin: 0.0px 0.0px 0.0px 0.0px;
  text-align: right;
  font: 12.0px Times;
  min-height: 14.0px
}

p.p9 {
  margin: 0.0px 0.0px 0.0px 0.0px;
  text-align: right;
  font: 12.0px Times
}

li.li5 {
  margin: 0.0px 0.0px 0.0px 0.0px;
  text-align: justify;
  font: 12.0px Times;
  color: #000000
}

ul.ul1 {
  list-style-type: disc
}
.footerLanding{
  margin-top:30px;
  width:100%;
  text-align: center;
  height: 200px;
  background-color: #1b232f;
  display:flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.contenedor-app-footer{
  display:flex;
  flex-flow: row nowrap;
justify-content: center;
align-items: center;
}

.contenedor-app-footer img{
  width: 170px;
  margin-bottom:20px;
  cursor: pointer;
}

.cont-redes-sociales{
  width: 100%;
  height:60px;
  display: flex;
  flex-flow: row nowrap;
  justify-content:center;
  align-items: flex-start;
}

.cont-redes-sociales a{
  margin-left: 5px;
  margin-right: 5px;
width: 33px;
height: 33px;
background:white;
display: flex;
justify-content:center;
align-items: center;
border-radius:6px;
overflow: hidden;
}

.cont-redes-sociales a:hover{
  cursor: pointer;
}

.cont-redes-sociales a i{
  color: black;
  font-size:19px;
}