/*font-family: 'Lexend', sans-serif;*/

/*PUBLILAND GLOBAL FRAMEWORK V2.4*/
HTML,
BODY,
DIV,
SPAN,
APPLET,
OBJECT,
IFRAME,
H1,
H2,
H3,
H4,
H5,
H6,
P,
BLOCKQUOTE,
PRE,
A,
ABBR,
ACRONYM,
ADDRESS,
BIG,
CITE,
CODE,
DEL,
DFN,
EM,
IMG,
INS,
KBD,
Q,
S,
SAMP,
SMALL,
STRIKE,
STRONG,
SUB,
SUP,
TT,
VAR,
B,
U,
I,
CENTER,
DL,
DT,
DD,
OL,
UL,
LI,
FIELDSET,
FORM,
LABEL,
LEGEND,
TABLE,
CAPTION,
TBODY,
TFOOT,
THEAD,
TR,
TH,
TD,
ARTICLE,
ASIDE,
CANVAS,
DETAILS,
EMBED,
FIGURE,
FIGCAPTION,
FOOTER,
HEADER,
HGROUP,
MENU,
NAV,
OUTPUT,
RUBY,
SECTION,
SUMMARY,
TIME,
MARK,
AUDIO,
VIDEO,
MAIN,
BUTTON {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0;
  font-size: 100%;
  font-family: "Figtree";
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
HTML {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
BODY {
  font: 62.5% "Figtree", Arial, Helvetica, sans-serif;
  color: #413a44;
  height: 100%;
  min-height: 100%;
  line-height: 1;
  font-weight: 400;
  overflow-x: hidden;
}
HTML,
BODY {
  height: 100%;
}
H1,
H2,
H3,
H4,
H5,
H6 {
  font-weight: 400;
  font-size: 100%;
  display: block;
  font-family: "Figtree";
}
ARTICLE,
ASIDE,
DETAILS,
FIGCAPTION,
FIGURE,
FOOTER,
HEADER,
HGROUP,
MENU,
NAV,
SECTION,
MAIN {
  display: block;
}
TABLE {
  border-collapse: collapse;
  border-spacing: 0;
}
TH {
  text-align: left;
}
TD,
TH {
  empty-cells: show;
}
INPUT,
SELECT,
TEXTAREA,
BUTTON {
  font: 1em "Figtree", Arial, Helvetica, sans-serif;
  color: #413a44;
  background: #fff;
  border: 1px solid #687b8c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
INPUT:focus,
TEXTAREA:focus,
BUTTON:focus {
  outline: none;
}
INPUT,
SELECT,
BUTTON {
  vertical-align: middle;
}
INPUT[type="radio"],
INPUT[type="checkbox"] {
  border: none;
  height: auto !important;
  width: auto !important;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
INPUT[type="submit"],
INPUT[type="reset"],
INPUT[type="button"],
BUTTON {
  cursor: pointer;
  -webkit-appearance: none;
}
TEXTAREA {
  overflow: auto;
  -webkit-appearance: none;
  resize: none;
}
INPUT::-moz-focus-inner,
BUTTON::-moz-focus-inner {
  border: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: rgba(65, 58, 68, 1);
}
:-moz-placeholder {
  color: rgba(65, 58, 68, 1);
  opacity: 1;
}
::-moz-placeholder {
  color: rgba(65, 58, 68, 1);
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgba(65, 58, 68, 1);
}
UL,
OL,
LI {
  list-style: none;
}
IMG {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
A {
  text-decoration: none;
  cursor: pointer;
  background: transparent;
}
A:active,
A:hover {
  outline: 0;
}
STRONG {
  font-weight: 700;
}
EM {
  font-style: italic;
}
.Clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*FIN FRAMEWORK*/

/*GLOBAL*/
.wrapper {
  width: 100%;  margin: 0 auto;
  position: relative;
}

/*START*/
.start {
  background-color: #413a44;
  min-height: 100vh;
  background-image: url(images/startbg-tl.svg), url(images/startbg-tr1.svg),
    url(images/startbg-tr2.svg), url(images/startbg-bl.svg),
    url(images/startbg-br.svg);
  background-repeat: no-repeat;
  background-position: left top, right top, right top, left bottom, right bottom;
}
/**/
.welcome {
  text-align: center;
  color: #fff;
  padding-top: 260px;
}
.welcome h1 {
  font-weight: 600;
  font-size: 4em;
  margin-bottom: 10px;
}
.welcome p {
  font-weight: 500;
  font-size: 1.8em;
  margin-bottom: 184px;
}
.welcome h5 {
  font-weight: 500;
  font-size: 1.5em;
}
.welcome h5 img {
  margin-top: 9px;
}
/**/
.idioma {
  text-align: center;
  padding-top: 139px;
  color: #fff;
  max-width: 292px;
  margin: 0 auto;
}
.idioma h3 {
  font-weight: 500;
  font-size: 1.8em;
  line-height: 1.2;
  margin-bottom: 29px;
}
.idioma li {
  margin-bottom: 23px;
}
.idioma li button {
  height: 60px;
  background: #413a44;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 1.7em;
}
.idioma li .selected {
  border: none;
  background: #db7755;
}
/**/
.login {
  color: #fff;
  max-width: 292px;
  margin: 0 auto;
  padding-top: 161px;
}
.login h2 {
  font-weight: 500;
  font-size: 2.2em;
  margin-bottom: 28px;
  text-align: center;
}
.login li {
  margin: 15px 0;
}
.login li label {
  display: block;
  margin: 0 0 12px 14px;
  font-weight: 500;
  font-size: 1.7em;
}
.login li input {
  border: 1px solid #ffffff;
  height: 52px;
  background-color: #413a44;
  color: #fff;
  font-size: 1.5em;
  background-repeat: no-repeat;
  background-position: 18px center;
  padding-left: 45px;
}
.login .login-name {
  background-image: url(images/user-white.svg);
}
.login .login-pass {
  background-image: url(images/lock-white.svg);
  border: none;
}
.login li:last-child {
  padding-top: 13px;
}
.login li button {
  height: 60px;
  font-size: 1.7em;
  background: #fff;
  color: #413a44;
}
.login-container-password {
  border: 1px solid rgb(255, 255, 255);
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.login-password-eye {
  margin-right: 7px;
}
/**/
.choose {
  color: #fff;
  max-width: 292px;
  margin: 0 auto;
  padding-top: 161px;
}
.choose h2 {
  font-weight: 500;
  font-size: 2.2em;
  margin-bottom: 27px;
  text-align: center;
}
.choose ul {
  max-width: 180px;
  margin: 0 auto;
}
.choose li {
  margin-bottom: 25px;
}
.choose button {
  height: 135px;
  border-radius: 35px;
  border: 1px solid #ffffff;
  font-weight: 500;
  font-size: 1.7em;
  background: #413a44;
  color: #fff;
  flex-direction: column;
}
.choose .coordinadora svg {
  margin-bottom: 7px;
}
.choose .artesana svg {
  margin-bottom: 13px;
}
.choose .selected {
  background: #db7755;
  border: none;
}

/*INICIO*/
.inicio {
  background-repeat: no-repeat;
}

.bg-home-coordinadora {
  height: calc(100vh - 91px);
  /*   margin-top: 90px; */
}

.wrapper {
  min-height: 100vh;
}
.bg-coordinadora {
  background-color: #fcf4e7;
  background-image: url(images/iniciobg-tl.svg), url(images/iniciobg-bl.svg),
    url(images/iniciobg-br.svg);
  background-position: left top, left 90%, right bottom;
}

.bg-artesana {
  background-image: url(images/iniciobg-tl.svg), url(images/iniciobg-bl2.svg),
    url(images/iniciobg-br2.svg);
  background-position: left top, left 90%, right bottom;
  height: calc(100vh - 91px);
}

.header {
  padding: 22px 27px 19px 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.flujo-pedidos {
  background: #fff;
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
}
.home {
  background: #fcf4e7;
  max-height: 91px;
}

.header .back img {
  margin-right: 10px;
}
.header .user {
  display: flex;
  align-items: center;
}
.header .user figure {
  margin-right: 13px;
}
.header .user figure img {
  border-radius: 100%;
}
.header h2 {
  font-weight: 600;
  font-size: 1.7em;
  line-height: 1.2;
}
.header h2 .green {
  color: #339589;
  font-weight: 600;
}
.header h2 .orange {
  color: #db7755;
  font-weight: 600;
}
.menu-idioma {
  display: flex;
}
.header select {
  padding: 0 18px 0 0;
  border: none;
  color: #413a44;
  background: transparent;
  font-weight: 600;
  font-size: 1.5em;
  background: url(images/caretdown.svg) no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-left: 5px;
}
/**/
.inicio-action {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.inicio-action button {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  min-width: 200px;
  max-width: auto;
  margin: 0 15px;
  height: 46px;
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
}
.inicio-action button span {
  margin: 0 6px;
}
.inicio-action .green-action {
  background: #339589;
}
.inicio-action .orange-action {
  background: #db7755;
  max-width: 500px;
  margin-top: 15px;
}
/**/
.panel-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  height: max-content;
}
.panel-nav button {
  background: #ffffff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  width: 141px;
  height: 143px;
  font-weight: 600;
  font-size: 1.7em;
  flex-direction: column;
  margin-bottom: 19px;
}
.panel-nav button > span {
  position: relative;
  word-break: break-all;
}
.panel-nav button img {
  margin-bottom: 10px;
}
.panel-nav .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ce471c;
  color: #fff;
  font-size: 0.9em;
}
/**/
.notificaciones {
  background: rgba(65, 58, 68, 0.1);
  border-radius: 25px;
  max-width: 304px;
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 23px auto;
  font-weight: 500;
  font-size: 1.7em;
  color: #584e5b;
}
.notificaciones img {
  margin-right: 9px;
}

/*MODALS*/
.w312 {
  width: 100%;
  border-radius: none;
  max-width: 500px;
}
.w311 {
  border-radius: 50px;
  width: 100%;
  border-radius: none;
  max-width: 500px;
  height: 100vh;
}

/*MODAL ARTESANA*/

.artesana {
  width: 100%;
  max-height: 100vh;
  overflow-y: scroll;
}
.artesana .head {
  position: relative;
  margin-bottom: 18px;
}
.artesana .closethis {
  position: absolute;
  top: 18px;
  right: 18px;
  font-weight: 600;
  font-size: 1.3em;
}
.artesana .closethis img {
  margin-left: 7px;
}
.artesana figure img {
  border-radius: 0px;
}
.artesana .actions {
  position: absolute;
  left: 0;
  bottom: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding: 0 24px;
}

.artesana .items {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 1.5em;
  background: #584e5b;
  border-radius: 50px;
  padding: 5px 13px;
}
.artesana .edit {
  font-weight: 500;
  font-size: 1.5em;
  background: #339589;
  border-radius: 10px;
  padding: 15px;
  height: 35px;
  color: white;
}
.artesana .edit img {
  margin-right: 5px;
}

.artesana .content {
  padding: 0 27px 28px 27px;
}
.artesana .content h2 {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 11px;
}
.artesana .content p {
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 22px;
}

.content .description {
  width: 100%;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  max-height: 150px;
  overflow-y: scroll;
}
.artesana .content h4 {
  font-weight: 500;
  font-size: 1.7em;
  margin-bottom: 10px;
}
.artesana .options {
  margin-bottom: 24px;
}
.artesana .options h6 {
  font-size: 16px;
  font-weight: 600;
}
.artesana .options li {
  display: inline-block;
  margin: 0 8px 9px 0;
  background: #fcf4e7;
  border-radius: 50px;
  padding: 5px 13px;
  font-weight: 500;
  font-size: 1.5em;
}
.artesana .tipo-lugar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.artesana .tipo h4 {
  font-weight: 500;
  font-size: 1.7em;
  margin-bottom: 4px;
}
.artesana .tipo p {
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 0;
}
.artesana .lugar {
  font-weight: 500;
  font-size: 1.5em;
  flex-direction: column;
}
.artesana .whatsapp {
  font-weight: 600;
  font-size: 1.3em;
  padding: 5px;
  display: flex;
  align-items: center;
  text-align: center;
}

.artesana .whatsapp img {
  margin-left: 7px;
}

.img-perfil {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}

.name-perfil {
  font-size: 20px;
  color: #413a44;
}
.description-perfil {
  font-size: 16px;
  color: #413a44;
}

/*PERFIL*/
.profile {
  min-height: 100vh;
  background: #fcf4e7;
  padding-bottom: 52px;
  padding-top: 127px;
}
.profile h1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #413a44;
  color: #fff;
  font-weight: 500;
  font-size: 2.2em;
  height: 127px;
  padding-bottom: 29px;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 767px;
}
.profile .form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 28px 27px 0 27px;
}
.profile .field {
  margin-bottom: 15px;
}
.profile .field label {
  display: block;
  font-weight: 500;
  font-size: 1.7em;
  margin-bottom: 8px;
}
.profile .field input {
  background: rgba(65, 58, 68, 0.15);
  border-radius: 10px;
  height: 42px;
  border: none;
  font-weight: 600;
  font-size: 1.7em;
  color: #413a44;
  padding-left: 16px;
}
.profile h4 {
  font-weight: 500;
  font-size: 1.7em;
  margin-bottom: 14px;
}
.profile ul {
  margin-bottom: 20px;
}
.profile li {
  margin: 0 11px 11px 0;
  display: inline-block;
}
.profile li .label {
  display: inline-flex;
  background: rgba(65, 58, 68, 0.2);
  border-radius: 50px;
  font-weight: 500;
  font-size: 1.5em;
  align-items: center;
  padding: 5px 9px 6px 14px;
}
.profile li button {
  border-radius: 100%;
  margin-left: 8px;
}
.profile .add {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 38px;
}
.profile .add-btn img {
  margin-right: 5px;
}
.profile .actions {
  display: flex;
  justify-content: center;
}
.profile .actions img {
  margin-right: 10px;
}

/*NOTIFICACIONES*/
.notificaciones-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 128px;
  background: #e5e5e5;
  z-index: 1;
}
.notificaciones-header h1 {
  font-weight: 600;
  font-size: 2.2em;
  padding-left: 27px;
  max-width: 500px;
  margin: 0 auto;
}
.page-notificaciones {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 128px 27px 0 27px;
}
.page-notificaciones .tab {
  display: flex;
  padding: 0 27px;
  border-bottom: 1px solid rgba(65, 58, 68, 0.12);
  margin-bottom: 35px;
}
.page-notificaciones .tab li {
  width: 50%;
  position: relative;
}
.page-notificaciones .tab li.active:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 3px solid #339589;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.page-notificaciones .tab span {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.3em;
  height: 30px;
}
.page-notificaciones .tab li.active span {
  color: #339589;
}
.page-notificaciones .cards li {
  margin-bottom: 22px;
  background: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  padding: 26px 22px;
}
.page-notificaciones .top {
  margin-bottom: 13px;
}
.page-notificaciones h5 {
  font-weight: 500;
  font-size: 1.5em;
}
.page-notificaciones .data {
  margin-bottom: 19px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page-notificaciones p {
  font-weight: 400;
  font-size: 1.7em;
  line-height: 1.2;
  width: 240px;
}
.page-notificaciones .bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-notificaciones .status {
  font-weight: 600;
  font-size: 1.3em;
  color: #339589;
  margin-right: 32px;
}

/*PEDIDOS*/

.linebottom {
  border-top: 4px solid #339589;
  width: 50%;
  margin-top: -3px;
}

.translateRight {
  animation: moverigth 300ms ease-out;
  animation-fill-mode: forwards;
}

@keyframes moverigth {
  0% {
    transform: translateX(27px);
  }
  100% {
    transform: translateX(100%);
  }
}

.translateLeft {
  animation: moveleft 300ms ease-out;
  animation-fill-mode: forwards;
}
@keyframes moveleft {
  100% {
    transform: translateX(0px);
  }
  0% {
    transform: translateX(100%);
  }
}

.pedidos-header {
  width: 100%;
  height: 120px;
  background: #ffffff;
  z-index: 1;
 margin-top: 20px;
}
.pedidos-header > h1 {
  font-weight: 600;
  font-size: 2.2em;
  padding-left: 27px;
  max-width: 500px;
  margin: 0 auto 26px auto;
}
.pedidos-header .tab {
  display: flex;
  justify-content: space-between;
  padding: 0 27px;
  border-bottom: 1px solid rgba(65, 58, 68, 0.12);
  max-width: 500px;
  margin: 0 auto;
}
.pedidos-header .tab li {
  width: 33.33%;
  position: relative;
}
.pedidos-header .tab li.active:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.pedidos-header .tab span {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.3em;
  height: 30px;
}
.pedidos-header .tab li.active span {
  color: #339589;
  transition: 0.3s;
}
.page-pedidos {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0px 27px 0 27px;
}
.search {
  margin-bottom: 27px;
}
.search input {
  padding-left: 24px;
  font-weight: 400;
  font-size: 1.5em;
  background-image: url(images/magnifyingglass.svg);
  background-repeat: no-repeat;
  background-position: 94% center;
}
.page-pedidos .cards > li {
  margin-bottom: 27px;
  background: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  padding: 19px 17px 24px 25px;
}
.requested {
  border: 2px solid #339589;
}
.in-progress {
  border: 2px solid #ce471c;
}

.rejected {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.page-pedidos .cards a {
  margin-bottom: 27px;
  background: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
}
.page-pedidos .top {
  margin-bottom: 10px;
}
.page-pedidos h5 {
  font-weight: 400;
  font-size: 1.3em;
  color: #908892;
  text-align: start;
  line-height: 16px;
}
.page-pedidos h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 11px;
}
.page-pedidos p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.page-pedidos h6 {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #413a44;
}
.page-pedidos .data {
  margin-bottom: 19px;
}
.page-pedidos .data ul {
  width: 240px;
  text-align: start;
}
.data ul li * {
  margin-bottom: 15px;
}
.data ul h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #413a44;
}
.page-pedidos .data li {
  font-size: 1.7em;
  line-height: 1.2;
  text-align: start;
  position: relative;
  margin-bottom: 14px;
}
.page-pedidos .data li:last-child {
  margin-bottom: 0;
}
.page-pedidos .bot p {
  font-size: 1.3em;
  line-height: 16px;
  font-weight: 400;
  text-align: start;
  margin-bottom: 18px;
  color: #908892;
}
.page-pedidos .bot p span {
  font-weight: 600;
}
.page-pedidos .people {
  display: flex;
}
.page-pedidos .people li {
  margin-right: 7px;
}
.page-pedidos .people img {
  border-radius: 100%;
}
.page-pedidos .status {
  font-weight: 600;
  font-size: 1.3em;
  color: #339589;
}

/*PEDIDO*/
.pedido-header {
  width: 100%;
  background: #ffffff;
  z-index: 1;
 margin-top: 20px;
}
.pedido-header h1 {
  font-weight: 500;
  font-size: 2.2em;
  padding-left: 27px;
  max-width: 500px;
  margin: 0 auto 22px auto;
}
.pedido-header .info {
  display: flex;
  padding: 0 27px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.pedido-header .info > li {
  width: 50%;
  line-height: 1.3;
  margin-bottom: 16px;
}
.pedido-header .info > .pedido-detalle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 10px 0;
}
.pedido-header .info > li small {
  font-weight: 400;
  font-size: 1.4em;
  color: #584E5B;
}
.pedido-header .info > li strong {
  font-weight: 600;
  font-size: 1.7em;
}
.pedido-header .info > li button svg {
  margin-left: 5px;
}
.pedido-header .info > .pedido-detalle > .pedido-tipo {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  width: 50%;
  text-transform: uppercase;
  margin-right: 40px;
}
.pedido-header .info > .pedido-detalle > h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.pedido-header .info > li button path {
  stroke: #339589;
}
.pedido-header .people {
  display: flex;
  margin-top: 7px;
}
.pedido-header .people li {
  margin-right: 7px;
}
.pedido-header .people img {
  border-radius: 100%;
}
.pedido-header .info > .pedido-observaciones {
  width: 100%;
}
.pedido-header .info > .pedido-observaciones > h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #413a44;
  margin: 15px 0 10px 0;
}
.pedido-header .info > .pedido-observaciones > .pedido-descripcion {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #584e5b;
}
.pedido-header > .pedido-estado {
  padding: 0 27px;
  margin: 34px 0;
}
.pedido-header > .pedido-estado > h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0;
}
.pedido-header > .pedido-asignaciones {
  margin: 0 34px;
  padding-bottom: 10px;
}
.pedido-header > .pedido-asignaciones > .pedido-asignado {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.pedido-asignado > div > * {
  margin: 10px 0;
}
.pedido-asignado h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #413a44;
}
.pedido-asignado h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.page-pedido {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px auto;
  background: #ffffff;
  padding: 0px 27px 0 27px;
}
.page-pedido .asignar-btn {
  margin: 17px 0;
}
.page-pedido .re-asignar-btn {
  margin-bottom: 34px;
  box-shadow: 0px 2px 2px #413a44;
}
.page-pedido .producto {
  padding: 24px 23px;
  margin: 25px 0;
  background: rgba(65, 58, 68, 0.1);
  border-radius: 10px;
}
.page-pedido .producto h2 {
  font-size: 1.5em;
  border-bottom: 1px solid rgba(65, 58, 68, 0.2);
  padding-bottom: 14px;
  margin-bottom: 11px;
}
.page-pedido .producto ul {
  display: flex;
  margin-bottom: 17px;
}
.page-pedido .producto li {
  width: 500%;
  font-size: 1.5em;
}
.page-pedido .producto li:last-child {
  text-align: right;
}
.page-pedido .producto .pic {
  position: relative;
  margin-bottom: 24px;
}
.page-pedido .producto figure {
  text-align: center;
}
.page-pedido .producto figure img {
  filter: blur(4px);
}
.page-pedido .detalle-btn {
  position: absolute;
  width: 226px;
  top: 25px;
  left: 50%;
  margin-left: -113px;
}
.page-pedido .detalle-btn img {
  margin-right: 5px;
}
.page-pedido .download-btn {
  min-width: 90px;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 108px;
}
.page-pedido .download-btn img {
  margin-right: 10px;
}
.page-pedido h3 {
  font-size: 1.7em;
  font-weight: 500;
  margin-bottom: 12px;
}
.page-pedido p {
  font-size: 1.5em;
  line-height: 1.3;
}
.divisor {
  margin: 1rem 2rem;
  border: 1px solid #e9e9e9;
}

.order-quality-container {
  display: flex;
  gap: 50px;
  align-items: center;
  padding-top: 15px;
}

.order-quality {
  font-weight: 400;
  font-size: 14px;
  color: #584E5B;
  padding-bottom: 2px;
}

.order-quality-price {
  font-weight: 700;
  font-size: 18px;
  color: #413A44;
}

/*PRODUCTO*/
.producto {
  padding: 24px 26px;
}
.producto .head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.producto .head button svg {
  margin-left: 8px;
}
.producto h2 {
  font-weight: 500;
  font-size: 1.8em;
  margin-bottom: 19px;
}
.producto .content {
  max-height: 400px;
  overflow: auto;
}
.producto ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 6px;
}
.producto ul li {
  margin-bottom: 13px;
  width: 50%;
  position: relative;
}
.producto figure img {
  filter: blur(4px);
  border-radius: 12px;
}
.producto .download-btn2 {
  min-width: 90px;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 38px;
}
.producto .download-btn2 img {
  margin-right: 10px;
}
.producto p {
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 20px;
}
.producto h4 {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 1.7em;
}

/*MODAL DISTRIBUCION*/
.distribucion {
  padding: 24px 26px;
}
.distribucion .head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.distribucion .head button svg {
  margin-left: 8px;
}
.distribucion h3 {
  color: #584e5b;
  font-weight: 500;
  font-size: 1.8em;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 30px;
}
.distribucion ul {
  margin-bottom: 25px;
}
.distribucion li {
  border-bottom: 1px solid rgba(65, 58, 68, 0.1);
  padding: 12px 0 12px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.distribucion li span {
  font-weight: 500;
  font-size: 1.8em;
}
.distribucion li strong {
  color: #584e5b;
  font-weight: 600;
  font-size: 2em;
}
.distribucion li figure {
  text-align: center;
  width: 65px;
}
.distribucion li img {
  border-radius: 100%;
}
.distribucion h4 {
  text-align: right;
  font-weight: 500;
  font-size: 2.2em;
  margin-bottom: 30px;
}

/*ASIGNAR PEDIDO*/
.asignar-header {
  width: 100%;
  z-index: 1;
 margin-top: 20px;
}
.asignar-header h1 {
  font-weight: 500;
  font-size: 2.2em;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.page-asignar {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px auto;
  padding: 0px 27px 0 27px;
}
.asignar-btn {
  margin: 0 auto 29px auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.asignar-btn img {
  margin-right: 10px;
}
.page-asignar h2 {
  text-align: center;
  font-size: 1.5em;
  margin: 17px;
}
.page-asignar .actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.page-asignar .filtro-btn span {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #339589;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
}
.page-asignar .cards li {
  margin-bottom: 24px;
  background: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  padding: 17px 20px 22px 20px;
}
.page-asignar .cards a {
  margin-bottom: 24px;
  background: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  padding: 17px 20px 22px 20px;
  display: flex;
}

.page-asignar .cards .pic {
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page-asignar .cards figure img {
  border-radius: 100%;
}
.page-asignar .seepic-btn {
  margin: -10px auto 0 auto;
  position: relative;
}
.page-asignar .data {
  width: 100%;
  margin-bottom: 30px;
}
.page-asignar .data h4 {
  font-weight: 600;
  margin-left: 15px;
  font-size: 1.7em;
  text-align: initial;
  line-height: 1.1;
  margin-bottom: 5px;
}
.page-asignar .data p {
  font-size: 1.7em;
  line-height: 1.1;
  margin-bottom: 12px;
}
.page-asignar .check {
  align-self: center;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}
.page-asignar .check input {
  position: absolute;
  left: -50px;
  top: -50px;
}
.page-asignar .check span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #584e5b;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  opacity: 0.5;
  cursor: pointer;
}
.page-asignar .check span svg {
  margin-top: 2px;
}
.page-asignar .check input:checked + span {
  border: 2px solid #339589;
  background: #339589;
  opacity: 1;
}
.page-asignar .check input:checked + span path {
  stroke: #fff;
}
.status-bar {
  background: #413a44;
  height: fit-content;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  border-radius: 20px 20px 0 0;
}
.status-bar p {
  color: white;
  font-size: 15px;
  text-align: center;
}
.status-bar .products {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  padding: 0 27px 0 22px;
}
.status-bar .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 27px 0 22px;
}
.status-bar .inner span {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  color: #fff;
}
.status-bar svg {
  width: 21px;
  height: 21px;
  margin-right: 6px;
}
.status-bar path {
  stroke: white;
}
.status-bar-placeholder {
  height: 74px;
}

/* ARTESANAS */
.artesanas-header {
  max-width: 500px;
  margin: 0 auto 30px auto;
  padding: 0px 27px 0 27px;
  background: #ffffff;
  z-index: 1;
  margin-top: 20px;
}
.artesanas-header h1 {
  font-weight: 600;
  font-size: 2.2em;
  padding-left: 27px;
  max-width: 500px;
  margin: 0 auto 26px auto;
}
.page-artesanas {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px auto;
  padding: 0px 27px 0 27px;
}
.page-artesanas h2 {
  text-align: center;
  font-size: 1.5em;
  margin: 17px;
}
.page-artesanas .actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.page-artesanas .filtro-btn span {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #339589;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
}
.page-artesanas .cards li {
  margin-bottom: 24px;
  background: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  padding: 17px 20px 1px 20px;
}
.page-artesanas .cards a {
  margin-bottom: 24px;
  background: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  padding: 17px 20px 0px 20px;
  display: flex;
}

.page-artesanas .cards .pic {
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page-artesanas .cards figure img {
  border-radius: 100%;
}
.page-artesanas .seepic-btn {
  margin: -10px auto 0 auto;
  position: relative;
}
.page-artesanas .data {
  width: 100%;
  margin-bottom: 30px;
}
.page-artesanas .data h4 {
  font-weight: 600;
  margin-left: 15px;
  font-size: 1.7em;
  text-align: initial;
  line-height: 1.1;
  margin-bottom: 5px;
}
.page-artesanas .data p {
  font-size: 1.7em;
  line-height: 1.1;
  margin-bottom: 12px;
}

/* DETALLE ARTESANA */
.presentacion {
  display: flex;
}
.presentacion > * {
  margin-right: 15px;
}
.presentacion > .pic figure > img {
  border-radius: 50%;
}

.presentacion > .informacion > p {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0;
}

.artesana-pedidos-cola {
  max-width: 500px;
  margin: 0 auto 30px auto;
  padding: 0px 27px 0 27px;
}
.artesana-pedidos-cola > h2 {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}
.artesana-pedidos-cola > .resumen-dinero {
  display: flex;
  flex-wrap: wrap;
}
.monto-total {
  flex: 1 0 40%;
}
.monto-pagado {
  flex: 1 0 40%;
}
.monto-faltante {
  margin-top: 20px;
}

.artesana-pedidos-cola span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.artesana-pedidos-cola h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
}

.artesana-detalle-pedido {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0px 27px 0 27px;
}
.artesana-detalle-pedido > .pedidos-artesana > li {
  margin-bottom: 27px;
  background: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  padding: 19px 17px 24px 25px;
}
.pedidos-artesana > li > .resumen-dinero-pedido {
  display: flex;
  flex-wrap: wrap;
}
.resumen-dinero-pedido > .monto-total {
  flex: 1 0 40%;
}
.resumen-dinero-pedido > .monto-pagado {
  flex: 1 0 40%;
}
.resumen-dinero-pedido > .monto-faltante {
  margin-top: 20px;
}
.pedidos-artesana span {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}

.pedidos-artesana .top {
  margin-bottom: 15px;
}
.pedidos-artesana h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #413a44;
}
.pedidos-artesana span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #908892;
}
.pedidos-artesana p {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #413a44;
}

/* NUEVA ARTESANA  */

.nueva-artesana-header {
  max-width: 500px;
  margin: 0 auto 30px auto;
  padding: 0px 27px 0 27px;
  background: #ffffff;
  z-index: 1;
}
.nueva-artesana-header h1 {
  font-weight: 600;
  font-size: 2.2em;
  max-width: 500px;
  margin: 0 auto 26px auto;
}

.nueva-artesana-form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px auto;
 margin-top: 20px;
}

.titulo-checkbox {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #908892;
  margin: 20px;
}
.foto-title {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #908892;
  margin-top: 20px;
}
.container-picture {
  border: 1px solid red;
}

.checkbox-label {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #908892;
  margin: 10px 20px;
}
.checkbox-label > input {
  margin-right: 20px;
}
.nueva-artesana-form .regular-label {
  display: block;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #908892;
  margin: 0 20px;
}
.nueva-artesana-form > .regular-label > .regular-input {
  width: 100%;
  height: 48px;
  margin-top: 5px;
  border: 1px solid #908892;
  border-radius: 10px;
  padding: 10px;
}
.nueva-artesana-form textarea {
  width: 100%;
  height: 130px;
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #908892;
  border-radius: 10px;
}
.label-foto {
  display: block;
  background: #908892;
  border-radius: 20px;
  height: 200px;
  margin: 20px;
}
.label-foto .subir-foto-clickeable {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-size: 24px;
}
#upload-photo {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.wrapper-foto {
  display: block;
  position: relative;
  background-color: #908892;
  border-radius: 15px;
  width: 90%;
  margin: auto;
  max-width: 500px;
}
.cambiar-foto {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
  color: white;
}
.texto-foto {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: white;
}

.tiene-imagen {
  opacity: 0.5;
  border-radius: 15px;
  width: 100%;
  max-width: 500px;
  max-height: 331px;
}

.sacar-foto {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #413a44;
  color: white;
  height: 50px;
  border-radius: 10px;
  margin: 0 20px;
  font-size: 15px;
  font-weight: 600;
}

/* BILLS */
.bills-cards {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  padding-bottom: 0px;
}

/*FILTROS*/
.modalfiltros {
  padding: 23px 26px 44px 26px;
}
.modalfiltros .head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 26px;
}
.modalfiltros .head button svg {
  margin-left: 8px;
}
.modalfiltros h3 {
  font-weight: 500;
  font-size: 1.7em;
  margin-bottom: 16px;
}
.modalfiltros ul {
  margin-bottom: 36px;
}
.modalfiltros .horizontal {
  display: flex;
  flex-wrap: wrap;
}
.modalfiltros .horizontal li {
  width: 50%;
}
.modalfiltros li {
  margin-bottom: 15px;
}
.modalfiltros label {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.7em;
  cursor: pointer;
}
.modalfiltros label input {
  position: absolute;
  left: -50px;
  top: -50px;
  visibility: hidden;
}
.modalfiltros .checkbox {
  display: block;
  width: 18px;
  height: 18px;
  border: 1.5px solid #413a44;
  margin-right: 9px;
}
.modalfiltros label input:checked + .checkbox {
  border: 1.5px solid #db7755;
  background: url(images/check.svg) no-repeat center center;
}
.modalfiltros .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modalfiltros .actions .btn-submit {
  box-shadow: 0px 2px 2px #339589;
}

/*ASIGNADOS*/
.asignados {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.asignados li {
  text-align: center;
}
.asignados li button {
  margin: 0 auto;
}
.asignados li figure img {
  border-radius: 100%;
}
.asignados li .delete-btn {
  margin-top: -10px;
  position: relative;
  margin-bottom: 5px;
}
.asignados li .delete-btn svg {
  width: 22px;
  height: 22px;
}
.asignados li .plus-btn {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.asignados li .plus-btn svg {
  width: 28px;
  height: 28px;
}

/*CONFIRMAR*/
.confirmar {
  padding: 47px 26px;
}
.confirmar h2 {
  font-weight: 500;
  font-size: 1.8em;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 43px;
}
.confirmar h2 strong {
  font-weight: 700;
}
.confirmar .actions {
  display: flex;
  justify-content: space-between;
}

/* OFFLINE */
.offline-bar {
  background: #ce471c;
  padding: 8px;
}

/* ONLINE */
.online-bar {
  background: green;
  padding: 8px;
}

/* THUMBNAIL */
.thumbnail {
  border-radius: 100%;
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
  /* display: flex; */
}

/*PAGE CUENTAS*/
.page-cuentas {
  padding: 0 27px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.cuentas-header {
  width: 100%;
  background: #ffffff;
  z-index: 1;
}

/**/
.cuentas-head {
  margin-bottom: 33px;
  display: flex;
  column-gap: 14px;
}
.cuentas-head .first-btn {
  max-width: 110px;
}
.cuentas-head > .active {
  background: #339589;
  color: white;
}
/**/
.cuentas-select {
  margin-bottom: 30px;
}
.cuentas-select ul {
  display: flex;
  column-gap: 17px;
}
.cuentas-select li:first-child {
  min-width: 102px;
  width: 102px;
}
.cuentas-select li:last-child {
  width: 70%;
}
.cuentas-select label {
  display: block;
  font-weight: 500;
  font-size: 1.4em;
  color: #908892;
  padding-bottom: 11px;
}
.cuentas-select select {
  border: 1px solid #908892;
  height: 48px;
  padding: 13px;
  font-size: 1.5em;
  background: url(images/caretdown2.svg) no-repeat calc(100% - 10px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/**/
.cuentas-block {
  margin-bottom: 25px;
}
.cuentas-block h4 {
  font-weight: 500;
  font-size: 1.4em;
  color: #908892;
  margin-bottom: 8px;
}
.cuentas-block h1 {
  font-weight: 600;
  font-size: 2.8em;
  color: #413a44;
}
.cuentas-block-alt h1 {
  color: #6842d4;
}
.cuentas-block ul {
  margin-top: 26px;
  display: flex;
  width: 100%;
  column-gap: 15px;
}
.cuentas-block li {
  width: 150px;
  height: 100px;
  margin-bottom: 15px;
  background: #ffffff;
  box-shadow: 1px 1px 70px 1px rgba(65, 58, 68, 0.12);
  border-radius: 18px;
  padding: 22px 18px;
}
.cuentas-block li p {
  font-weight: 500;
  font-size: 1.4em;
  color: #908892;
  margin-bottom: 6px;
}
.cuentas-block li h3 {
  font-weight: 600;
  font-size: 2em;
}
.cuentas-block .last-block {
  padding: 35px 0;
}
/**/
.cuentas-destacadas {
  padding: 5px 0 10px 0;
}
.cuentas-destacadas h3 {
  font-weight: 500;
  font-size: 1.4em;
  color: #908892;
  margin-bottom: 26px;
}
.cuentas-destacadas li {
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}
.cuentas-destacadas img {
  border-radius: 100%;
}
.cuentas-destacadas section {
  padding-left: 15px;
}
.cuentas-destacadas section strong {
  font-weight: 500;
  font-size: 1.6em;
  color: #413a44;
  margin-bottom: 5px;
  display: inline-block;
}
.cuentas-destacadas section span {
  font-weight: 600;
  font-size: 1.8em;
  color: #339589;
}
.cuentas-block li .red {
  color: #ce471c;
}
.cuentas-block li .green {
  color: #339589;
}
.cuentas-block li .yellow {
  color: #f2b330;
}

/**/
.cuentas-foot {
  padding-top: 27px;
}
.download-btn img {
  margin-right: 9px;
}
/**/
.cuentas-periodo {
  margin-bottom: 26px;
}
.cuentas-periodo h4 {
  font-weight: 500;
  font-size: 1.4em;
  color: #908892;
  margin-bottom: 6px;
}
.cuentas-periodo p {
  font-size: 1.5em;
  color: #413a44;
}
/**/
.cuentas-block .meses {
  background: #ffffff;
  box-shadow: 1px 1px 70px 1px rgba(65, 58, 68, 0.12);
  border-radius: 20px;
  padding: 19px;
  margin-top: 25px;
}
.cuentas-block .meses p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.cuentas-block .meses p:last-child {
  margin-bottom: 0;
}
.cuentas-block .meses p span {
  font-size: 1.5em;
  color: #413a44;
}
.cuentas-block .meses p strong {
  font-weight: 500;
  font-size: 1.8em;
  color: #339589;
}

/* Not user picture */

.not-picture {
  width: 50px;
  height: 50px;
  background-color: rgb(237, 237, 237);
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}

.header-not-picture {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 15px;
  background-color: rgb(214, 214, 214);
}
.body-not-picture {
  width: 35px;
  height: 35px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  position: absolute;
  bottom: -9px;
  left: 7px;
  background-color: rgb(214, 214, 214);
}

/* LOGOUT */

.logout-btn {
  height: max-content;
  padding: 5px;
  border-radius: 10px;
  border: none;
  color: #db7755;
  background: rgba(219, 119, 85, 0.15);
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.logout-btn span {
  margin-left: 3px;
  margin-right: 3px;
}
.not-picture {
  width: 50px;
  height: 50px;
  background-color: rgb(237, 237, 237);
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}

.header-not-picture {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 15px;
  background-color: rgb(214, 214, 214);
}
.body-not-picture {
  width: 35px;
  height: 35px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  position: absolute;
  bottom: -9px;
  left: 7px;
  background-color: rgb(214, 214, 214);
}

/* ARTISAN CARD */
.artisan-card {
  margin: 15px auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  border-radius: 25px;
  width: 90vw;
  max-width: 400px;
}

.artisan-card h3 {
  font-size: 16px;
  padding: 5px;
}

.artisan-card div span:nth-child(2) {
  font-size: 12px;
  color: grey;
  padding: 5px;
}
.artisan-card span:nth-child(2) {
  margin-top: 10px;
  font-size: 13px;
}
.artisan-card span:nth-child(3) {
  font-size: 16px;
  margin-top: 5px;
}

.card-name {
  display: flex;
}
.card-name div img {
  width: 55px;
  height: 55px;
  border-radius: 10px;
}

.input-products {
  width: 90vw;
  max-width: 400px;
  display: flex;
  margin: auto;
}

.title-products {
  font-size: 22px;
  display: flex;
  width: 90vw;
  margin: auto;
  max-width: 400px;
  align-items: center;
  padding: 10px;
 margin-top: 20px;
}

.title-products h2 {
  margin-left: 10px;
}

/* EDIT ARTISAN */

.icon-check {
  margin-right: 10px;
}

.submit-edit {
  padding: 5px;
  background: #339589;
  color: white;
  margin: 5px;
}

.texarea-edit {
  padding: 15px;
  border: 1px solid #908892;
  border-radius: 10px;
}

.section-skills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.span-skill {
  background: #fcf4e7;
  border: 1px solid #fbc788;
  border-radius: 50px;
  padding: 6px;
  margin: 10px 10px 0 0;
  width: max-content;
  font-size: 12px;
}

.speciality-title {
  font-size: 14px;
  color: #908892;
  margin-top: 15px;
  margin-bottom: 10px;
}

.buttons-edit {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
  font-size: 15px;
}

/* Descripción de productos */

.modal-description {
  display: flex;
  flex-direction: column;
  margin: 20px;
  border-radius: 24px;
  padding: 10px;
  overflow-y: scroll;
  max-height: 90vh;
}

.modal-description .container-images {
  display: flex;
  position: relative;
  overflow-x: auto;
}
.modal-description button {
  color: white;
  width: max-content;
  padding: 5px;
  display: flex;
  font-size: 15px;
  color: #db7755;
}

.conatiner-btn {
  display: flex;
  justify-content: end;
  width: 100%;
  height: 20px;
}

.modal-description h2 {
  font-size: 18px;
  padding: 10px;
}

.modal-description p {
  font-size: 16px;
  padding: 10px;
  line-height: 1.5;
}

.img-product {
  width: 80vw;
  max-width: 400px;
  display: flex;
  margin: auto;
  border-radius: 15px;
}

.container-arrows {
  display: flex;
  position: absolute;
  width: 100%;
  justify-content: space-between;
  top: 0px;
  bottom: 0px;
}

.arrow {
  width: 35px;
}

.conatiner-btn span {
  margin-left: 5px;
  color: #db7755;
}

.description-product h3 {
  color: #413a44;
  font-size: 20px;
  margin: 10px;
}
.description-product span,
li {
  color: #413a44;
  padding-left: 10px;
}

.hr {
  border: 1px solid rgb(241, 241, 241);
  width: 50%;
}

.description {
  margin-top: 10px;
}

/* CUENTAS */
.container-cuentas {
  margin: 10px;
  padding: 20px;
  max-width: 500px;
  margin: auto;
}
.container-cuentas h1 {
  color: #413a44;
  font-size: 22px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.container-cuentas h2 {
  display: flex;
  justify-content: center;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 8px;
}
.container-cuentas div h3 {
  font-size: 14px;
  margin-top: 25px;
  color: #584E5B;
  margin-bottom: 6px;
}

.container-cuentas .delivered {
  font-size: 28px;
  color: #339589;
}
.container-cuentas .pending {
  font-size: 28px;
  color: #ce471c;
}

.container-cuentas .container-months {
  width: 100%;
  max-width: 460px;
  display: flex;
  margin: auto;
  height: max-content;
  margin-top: 15px;
  border-radius: 20px;
  box-shadow: 1px 1px 70px 1px rgba(65, 58, 68, 0.12);
}

.container-delivered {
  width: 100%;
  font-size: 18px;
  color: #339589;
}

.month-delivered {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 15px;
}

.orders-type {
  width: 25px;
  height: 25px;
  padding: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  left: 20px;
  top: 20px;
  background: #db7755;
  color: white;
  z-index: 1;
}

.no-imagen {
  width: 100%;
  height: 350px;
  border-radius: 10px;
}

.no-products {
  font-size: 18px;
  margin: 20px auto;
  max-width: 500px;
  padding-left: 20px;
}

.div-eye {
  display: flex;
  align-items: center;
  border: 1px solid #908892;
  border-radius: 10px;
}
.div-eye input {
  width: 100%;
  border: none;
}

.container-eye {
  margin-right: 7px;
}

.div-eye .input-password {
  padding: 15px;
  border-radius: 10px;
  width: 100%;
}

/* EDITAR */
.edit-profile {
  width: 100%;
  max-width: 500px;
  margin: auto;

  padding: 20px;
  font-weight: 600;
  font-size: 2.2em;
  max-width: 500px;
}

.container-specialty {
  width: 100%;
  max-width: 500px;
  padding: 15px;
}

.container-photo {
  width: 100%;
  max-width: 500px;
  padding: 15px;
}

/* Mis productos */

.product-head {
  display: flex;
  align-items: center;
  color: #413a44;
  font-size: 24px;
  width: 85%;
  margin: auto;
  max-width: 500px;
 margin-top: 20px;
}

.product-head h2 {
  margin-left: 7px;
}

.search-my-product {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 500px;
  margin: auto;
  border-radius: 10px;
  border: 1px solid rgb(216, 216, 216);
}

.search-my-product span {
  margin-right: 10px;
}

.conatiner_pictures_myproduct {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: max-content auto;
  width: 90%;
  max-width: 400px;
  margin: auto;
  justify-items: center;
  align-items: center;
  margin-top: 15px;
}

.conatiner_pictures_myproduct div {
  height: 100%;
}

.pictures_my_product {
  position: relative;
}

.pictures_my_product img {
  width: 200px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.19);
}
.pictures_my_product:nth-child(1) {
  margin-right: 10px;
  margin-bottom: 10px;
}
.pictures_my_product:nth-child(2) {
  margin-left: 10px;
  margin-bottom: 10px;
}
.pictures_my_product:nth-child(3) {
  margin-top: 10px;
  margin-right: 10px;
}
.pictures_my_product:nth-child(4) {
  margin-left: 10px;
  margin-top: 10px;
}

.delete_picture {
  background-color: #ce471c;
  border-radius: 10px;
  width: max-content;
  padding: 5px;
  color: white;
  font-size: 14px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container_all_products {
  margin-top: 30px;
}
.container_product {
  width: 90%;
  max-width: 500px;
  margin: 10px auto;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  border-radius: 25px;
  margin: 30px auto;
  padding: 15px;
  position: relative;
}

.container_product .img_product {
  width: 100px;
  height: 100px;
  margin: 5px;
  padding: 5px;
  border-radius: 15px;
}
.container_product .div_description {
  display: flex;
}
.container_product .div_description p {
  padding: 5px;
  margin: 5px;
  color: #413a44;
  font-size: 16px;
  width: calc(100% - 160px);
  overflow-wrap: break-word;
}

.container_product .button_actions {
  display: flex;
}
.container_product .button_actions span {
  margin-left: 5px;
}

.my_product .title_product {
  width: 90%;
  margin: auto;
  font-size: 22px;
  margin-bottom: 25px;
  max-width: 400px;
 margin-top: 20px;
}

.section_form_modal {
  background-color: rgba(0, 0, 0, 0.511);
  position: fixed;
  top: 0px;
  height: 100vh;
  width: 100vw;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  left: 0px;
  right: 0px;
}

.measure_items {
  width: 90%;
  margin: 15px auto;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  max-width: 400px;
}

.measure_item_error {
  border: 1px solid rgb(255, 156, 156);
  background-color: rgb(255, 233, 233);
}

.measure_items .diametro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  margin: 25px;
}

.form_modal_measure {
  display: flex;
  flex-direction: column;
  padding: 30px;
  margin: 10px;
  border-radius: 15px;
  background-color: white;
  width: 90%;
}

.form_modal_measure label {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 14px;
  color: grey;
  font-size: 16px;
}

.form_modal_measure input {
  padding: 15px;
  margin-top: 10px;
  border-radius: 5px;
}
.form_modal_measure select {
  padding: 15px;
  margin-top: 10px;
  border-radius: 5px;
}

/* *********** */

.information_general {
  display: flex;
  flex-direction: column;
  color: #908892;
  width: 90%;
  margin: auto;
  max-width: 400px;
  margin-top: 25px;
}
.information_general label {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

.information_general label select {
  margin-top: 5px;
}
.information_general .regular_input {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #908892;
  font-size: 16px;
}
.actions_products {
  display: flex;
  width: 90%;
  max-width: 400px;
  margin: 15px auto;
}
.actions_products button {
  margin: 5px;
  font-size: 14px;
}

/* ////////////// Screenshot */

.conatiner_screenshot {
  background-color: rgb(255, 255, 255);
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}

.modal-card {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
}

.actions-modal-screenshot {
  display: flex;
  justify-content: space-between;
  margin: 10px;
  padding-bottom: 20px;
  padding: 10px;
  width: 100%;
  margin: auto;
}

.actions-modal-screenshot button {
  margin-top: 20px;
  font-size: 1.5em;
  padding: 15px;
  width: 100%;
  margin: 5px;
}
.actions-modal-screenshot button:nth-child(1) {
  color: white;
  background-color: rgb(51, 149, 137);
}
.actions-modal-screenshot button:nth-child(2) {
  background-color: #ce471c;
  color: white;
}

@media screen and (max-width: 350px) {
  .actions-modal-screenshot {
    display: flex;
    flex-direction: column;
  }
}

.delete_product {
  width: 100%;
  margin: auto;
  max-width: 500px;
  height: 199px;
  border-radius: 25px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  background-color: rgba(255, 197, 197, 0.472);
  border: 1.5px solid rgba(255, 148, 148, 0.889);
  display: flex;
  justify-content: center;
  align-items: center;
}

.picture_screenshot {
  display: flex;
  justify-content: center;
  margin: 0 auto;

  width: 100%;
  object-fit: cover;
  max-height: 200px;
}

.no-picture_screenshot {
  display: flex;
  justify-content: center;
  margin: 0 auto;

  width: 50%;
  object-fit: cover;
  height: auto;
}

.name_product_screenshot {
  color: #413a44;
  font-size: 30px;
  font-weight: 600;
  margin: 15px;
}

.full_description_screenshot {
  margin-left: 15px;
  color: #413a44;
  font-weight: 400;
  font-size: 20px;
  margin-right: 15px;
}
.container_pictures_screenshot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px;
}
.container_pictures_screenshot img {
  width:100%;
  height: 125px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.154);
}

.container_price_screenshot {
  margin: 20px;
}

.container_price_screenshot h3 {
  font-size: 20px;
  color: #908892;
  font-weight: 100;
}
.container_price_screenshot p {
  color: #413a44;
  font-size: 32px;
  margin-top: 10px;
  font-weight: 500;
}

.container_measures_screenshot {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 110px));
  margin: 20px;
  gap: 10px;
}

.measures_screenshot {
  font-size: 20px;
}

.measures_screenshot .text {
  color: #908892;
  margin-top: 10px;
}

.measures_screenshot .measure {
  color: #413a44;
  margin-top: 5px;
}

.container_artisan_screenshot {
  bottom: 0px;
  width: 100%;
  display: flex;
}

.thumbail_screenshot {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-right: 15px;
  margin-left: 20px;
  margin-top: 15px;
}
.artesania_text_screenshot {
  font-size: 22px;
  color: #908892;
  margin-top: 35px;
  margin-left: 20px;
}

.info_artisan_screenshot h2 {
  font-size: 24px;
  color: #413a44;
  font-weight: 700;
  margin-top: 30px;
}

.info_artisan_screenshot p:nth-child(2) {
  font-size: 20px;
  color: #413a44;
  font-weight: 400;
  margin-top: 10px;
}
.info_artisan_screenshot p:nth-child(3) {
  color: #908892;
  font-weight: 400;
  font-size: 17px;
  margin-top: 10px;
}
.info_artisan_screenshot p:nth-child(4) {
  color: #413a44;
  font-weight: 400;
  font-size: 22px;
  margin-top: 10px;
}

/*DELIVER MODAL*/

.deliver-modal-container {
  margin: 0 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.deliver-modal-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}

.deliver-modal-quality-product-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  text-align: left;
  margin: 20px 0 10px 0;
  padding-left: 10px;
}

.deliver-modal-artisan-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin: 10px 0;
}

.deliver-modal-artisan-container {
  display: flex;
  justify-content: initial;
  align-items: center;
  gap: 10px;
  background-color: #F3F4F6;
  border-radius: 40px;
  padding: 10px;
  height: 46px;
}

.deliver-modal-input-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1rem 0;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  overflow: hidden;
}

.deliver-modal-input-container input {
  appearance: textfield;
  font-size: 24px;
  line-height: "24px";
  text-align: "left";
  height: 48px,
}

.deliver-modal-input-separator {
  width: 1px;
  height: 48px;
  background-color: #E5E7EB;
}

.button-close-deliver-modal {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  color: #DB7755;
  font-size: 15px;
  font-weight: 600;
  background: none;
  border: none;
  margin: 20px 0 0 -10px;
  cursor: pointer;
  transition: all 0.3s ease;
}


.button-close-deliver-modal:hover {
  opacity: 0.8; 
}

.button-close-deliver-modal span {
  width: 25px;
  height: 25px;
  border: 1px solid #DB7755;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 10px;
  margin-left: 5px;
}

.deliver-modal-progress-container {
  padding: 10px;
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

.deliver-modal-progress-container span {
  color: #CE471C;
  font-size: 14px;
}

.deliver-modal-input-button {
  background: none;
  border: none;
  font-size: 24px;
  font-weight: bold;
}

.deliver-modal-quality-error-message {
  color: red;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}

/*QUALITY BUTTON*/
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.quality-button {
  width: 100%;
  height: 60px;
  border: none;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}

.quality-button:not(:last-child) {
  border-right: 1px solid #E5E7EB; 
}

.quality-button:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.quality-button:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.quality-button.selected {
  background-color: #e17055; 
  color: white;
  font-weight: 600;
  animation: pulse 1s;
}

.button-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.button-content:hover{
  background-color: #e17055;
  color: white;
}

.quality-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quality-price {
  margin-top: 5px;
  font-weight: bold;
  color: #333;
}

.quality-buttons-container {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid #D9DBE0;
  overflow: hidden;
}

.quality-prices{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #584E5B;
}

.quality-prices p{
  font-weight: 500;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* IMAGE */
.delivery-modal-image {
  border-radius: 100%;
  min-width: 26px;
  min-height: 26px;
  width: 26px;
  height: 26px;
  object-fit: cover;
}