body {
  font-family: "Montserrat";
  color: #535353; }

button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

body.gutenberg-editor-page .editor-post-title__block,
body.gutenberg-editor-page .editor-default-block-appender,
body.gutenberg-editor-page .editor-block-list__block {
  max-width: none !important; }

.block-editor__container .wp-block {
  max-width: none !important; }

th {
  font-size: 13px;
  text-align: center; }

body {
  background-color: #eaeaea; }

#nav-icon1 {
  width: 35px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 25px;
  display: none; }
  @media screen and (max-width: 960px) {
    #nav-icon1 {
      display: block; } }

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #9e9e9e;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 0px; }

#nav-icon1 span:nth-child(2) {
  top: 10px; }

#nav-icon1 span:nth-child(3) {
  top: 20px; }

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

#ls-login-container {
  width: 100vw;
  height: 100vh;
  top: 0;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #ls-login-container .lst-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 320px; }
    #ls-login-container .lst-login .logo {
      padding: 10px;
      background-color: white; }
      #ls-login-container .lst-login .logo img {
        margin: 0 auto;
        display: block; }
    #ls-login-container .lst-login .bajada {
      padding: 20px 50px;
      background-color: #008381; }
      #ls-login-container .lst-login .bajada h4 {
        font-family: "Montserrat";
        font-weight: 300;
        color: white;
        display: inline-block;
        font-size: 20px; }
      #ls-login-container .lst-login .bajada h2 {
        font-family: "Montserrat";
        font-weight: 400;
        color: white;
        display: inline-block;
        font-size: 28px; }
    #ls-login-container .lst-login form {
      padding: 10px;
      background-color: #9e9e9e;
      padding: 20px 50px; }
      #ls-login-container .lst-login form p {
        margin-bottom: 3px;
        font-family: "Montserrat";
        font-weight: 400;
        color: white;
        display: inline-block; }
      #ls-login-container .lst-login form input {
        margin-bottom: 20px;
        text-indent: 10px;
        background-color: #eaeaea !important;
        height: 35px;
        border: none; }
        #ls-login-container .lst-login form input[type=submit] {
          text-indent: 0;
          background-color: #008381 !important;
          border: none;
          font-family: "Montserrat";
          font-weight: 400;
          color: white;
          height: 35px;
          width: -webkit-min-content;
          width: -moz-min-content;
          width: min-content;
          padding: 6px 19px; }

.form_pedidos {
  background-color: white;
  padding: 0px 5px; }
  .form_pedidos table input {
    width: 100px;
    border: 0;
    border-bottom: 1px solid #535353;
    text-indent: 10px; }
    .form_pedidos table input:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .form_pedidos table input:disabled {
      background-color: white;
      cursor: no-drop; }
  .form_pedidos table th {
    text-align: left; }
  .form_pedidos table tbody td {
    border: none !important; }
  .form_pedidos table .icon-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 35px 1fr;
    grid-template-columns: 35px 1fr;
    width: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #008381; }
    .form_pedidos table .icon-container i {
      text-align: center;
      color: white;
      font-size: 20px;
      line-height: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .form_pedidos table .icon-container #addItems {
      text-indent: 0;
      background-color: #0ea1ae !important;
      border: none;
      font-family: "Montserrat";
      font-weight: 400;
      color: white;
      height: 35px;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content;
      padding: 6px 10px;
      cursor: pointer;
      font-size: 14px;
      width: 100%; }
    .form_pedidos table .icon-container input[type=submit] {
      text-indent: 0;
      background-color: #0ea1ae !important;
      border: none;
      font-family: "Montserrat";
      font-weight: 400;
      color: white;
      height: 35px;
      padding: 6px 19px;
      cursor: pointer;
      font-size: 14px;
      width: 100%; }

.panel-derecho {
  background-image: url(img/bg-cables.jpg);
  background-size: cover;
  background-attachment: fixed; }
  .panel-derecho .avatar {
    width: 150px; }
  .panel-derecho .secciones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px; }
    .panel-derecho .secciones p {
      font-family: "Montserrat";
      font-weight: 500;
      color: #535353;
      font-size: 19px; }
    .panel-derecho .secciones a {
      font-family: "Montserrat";
      font-weight: 700;
      color: #535353;
      font-size: 19px;
      text-decoration: none; }
      .panel-derecho .secciones a:hover {
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
        color: #008381; }
    .panel-derecho .secciones .user {
      font-size: 15px; }
      .panel-derecho .secciones .user i {
        background-color: #008381;
        color: white;
        padding: 7px;
        margin-right: 5px; }

.lista-pedidos {
  position: relative; }
  .lista-pedidos p {
    font-size: 15px;
    margin-bottom: 8px; }
  .lista-pedidos .botones-pedido {
    position: absolute;
    right: 10px;
    top: 10px; }
    .lista-pedidos .botones-pedido .tilde,
    .lista-pedidos .botones-pedido .terminado {
      background-color: #60b21d;
      border: none;
      color: white;
      width: 30px;
      height: 30px;
      cursor: pointer; }
    .lista-pedidos .botones-pedido .imprimir {
      background-color: #008381;
      border: none;
      color: white;
      width: 30px;
      height: 30px;
      cursor: pointer; }
    .lista-pedidos .botones-pedido .cerrar {
      background-color: #ff0000;
      border: none;
      color: white;
      width: 30px;
      height: 30px;
      cursor: pointer; }
  .lista-pedidos .motivo {
    border: 2px red solid; }

.pendiente {
  color: #ff9000;
  font-family: "Montserrat";
  font-weight: 700; }

.realizado {
  color: #008894;
  font-family: "Montserrat";
  font-weight: 700; }

.cancelado {
  color: #ff0000;
  font-family: "Montserrat";
  font-weight: 700; }

#main-container {
  overflow: hidden; }

.swal2-modal {
  border-radius: 0 !important; }
  .swal2-modal .swal2-actions {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
    .swal2-modal .swal2-actions button {
      margin-left: 5px;
      width: 30px;
      height: 30px;
      border-radius: 0;
      position: relative; }
      .swal2-modal .swal2-actions button i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .swal2-modal .swal2-loading {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .swal2-modal .swal2-styled {
    border-radius: 0; }

.form-pedido {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (0.8fr)[4] (0.5fr)[3] 2fr;
  grid-template-columns: repeat(4, 0.8fr) repeat(3, 0.5fr) 2fr;
  grid-auto-rows: 70px;
  -ms-grid-rows: 120px;
  grid-template-rows: 120px; }
  @media screen and (max-width: 960px) {
    .form-pedido {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      grid-auto-rows: unset;
      -ms-grid-rows: unset;
      grid-template-rows: unset;
      -webkit-column-gap: 30px;
      column-gap: 30px; } }
  .form-pedido p {
    font-weight: 600;
    font-size: 13px; }
  .form-pedido input {
    border: 0;
    border-bottom: 1px solid black;
    font-size: 14px; }
    .form-pedido input:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    @media screen and (max-width: 960px) {
      .form-pedido input {
        width: 100% !important;
        padding: 0px 20px; } }
  .form-pedido .icon-container {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4; }
    @media screen and (max-width: 960px) {
      .form-pedido .icon-container {
        padding-top: 20px;
        -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
        order: 50;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: NaN;
        grid-column-end: unset; } }
    .form-pedido .icon-container span {
      margin: 10px 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 35px 1fr;
      grid-template-columns: 35px 1fr;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -ms-flex-line-pack: center;
      align-content: center;
      background-color: #008381; }
      @media screen and (max-width: 960px) {
        .form-pedido .icon-container span {
          width: 75%; } }
    .form-pedido .icon-container i {
      text-align: center;
      color: white;
      font-size: 20px;
      line-height: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .form-pedido .icon-container #addItems {
      text-indent: 0;
      background-color: #0ea1ae !important;
      border: none;
      font-family: "Montserrat";
      font-weight: 400;
      color: white;
      min-height: 35px;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content;
      padding: 6px 10px;
      cursor: pointer;
      font-size: 14px;
      width: 100%; }
    .form-pedido .icon-container input:disabled {
      background-color: white;
      cursor: no-drop; }
    .form-pedido .icon-container input[type=submit] {
      text-indent: 0;
      background-color: #0ea1ae !important;
      border: none;
      font-family: "Montserrat";
      font-weight: 400;
      color: white;
      min-height: 35px;
      padding: 6px 19px;
      cursor: pointer;
      font-size: 14px;
      width: 100%;
      text-align: left; }
