/*=========================================================*/
/* SETTINGS */
/*=========================================================*/
/*=========================================================*/
/* TOOLS - FUNCTIONS */
/*=========================================================*/
/*=========================================================*/
/* END TOOLS - FUNCTIONS */
/*=========================================================*/
/*=========================================================*/
/* TOOLS - MIXINS */
/*=========================================================*/
/* VARIABLES */
/*=========================================================*/
/* SETTINGS */
/*=========================================================*/
/* MIXINS @medias */
/* MIXINS @medias general */
/* RANGE */
/* MIXINS BUTTONS */
/* MIXIN FLEXBOX */
/* MIXIN FONT */
/* MIXIN OVERLAY */
/*=========================================================*/
/* END TOOLS - MIXINS */
/*=========================================================*/
/*=========================================================*/
/* TAGS */
/*=========================================================*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
}

body {
  min-height: 100vh;
  font-size: 100%;
  font-family: "Poppins", sans-serif;
  color: #717171;
  background-color: #ffffff;
  line-height: 1.4em;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, picture, video, iframe, figure {
  max-width: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

a {
  display: block;
  width: auto;
  color: inherit;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

p a {
  display: inline;
}

li {
  list-style-type: none;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p, a, strong, blockquote, i, b, u, em {
  font-size: 1em;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  color: inherit;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

::-moz-selection {
  background-color: #34BC89;
  color: #ffffff;
}

::selection {
  background-color: #34BC89;
  color: #ffffff;
}

form, input, textarea, select, button, label {
  font-family: inherit;
  font-size: inherit;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  background-color: transparent;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px;
}

table, tr, td {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  width: 100%;
  display: block;
  fill: currentColor;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/*=========================================================*/
/* END TAGS */
/*=========================================================*/
/* ======================================*/
/* OBJECT - BOX SHADOW */
/* ======================================*/
.o-boxshadow {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
}

/* ======================================*/
/* END OBJECT - BOX SHADOW */
/* ======================================*/
/*=========================================================*/
/* OBJECTS - COLS */
/*=========================================================*/
/*=========================================================*/
/* SETTINGS */
/*=========================================================*/
/*=========================================================*/
/* TOOLS - MIXINS */
/*=========================================================*/
/* VARIABLES */
/*=========================================================*/
/* SETTINGS */
/*=========================================================*/
/* MIXINS @medias */
/* MIXINS @medias general */
/* RANGE */
/* MIXINS BUTTONS */
/* MIXIN FLEXBOX */
/* MIXIN FONT */
/* MIXIN OVERLAY */
/*=========================================================*/
/* END TOOLS - MIXINS */
/*=========================================================*/
.o-col-12-12 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .o-col-12-12\@xs {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 501px) and (max-width: 1100px) {
  .o-col-12-12\@sm {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1101px) {
  .o-col-12-12\@md {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.o-col-8-12 {
  width: 66.66%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .o-col-8-12\@xs {
    width: 66.66%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 501px) and (max-width: 1100px) {
  .o-col-8-12\@sm {
    width: 66.66%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1101px) {
  .o-col-8-12\@md {
    width: 66.66%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.o-col-6-12 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .o-col-6-12\@xs {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 501px) and (max-width: 1100px) {
  .o-col-6-12\@sm {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1101px) {
  .o-col-6-12\@md {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.o-col-4-12 {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .o-col-4-12\@xs {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 501px) and (max-width: 1100px) {
  .o-col-4-12\@sm {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1101px) {
  .o-col-4-12\@md {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*=========================================================*/
/* END OBJECTS - COLS */
/*=========================================================*/
/* ======================================*/
/* OBJECT - COLOR */
/* ======================================*/
/*=========================================================*/
/* SETTINGS */
/*=========================================================*/
.o-color-primary {
  color: #34BC89;
}
.o-color-primary-variants {
  color: #91C9B9;
}
.o-color-secondary {
  color: #293F94;
}
.o-color-secondary-variant {
  color: #EAF1F6;
}
.o-color-black {
  color: #202020;
}
.o-color-gray-blacked {
  color: #606060;
}
.o-color-gray-medium {
  color: #717171;
}
.o-color-gray-light {
  color: #A4B6C0;
}
.o-color-gray-lighten {
  color: #F6F8FB;
}
.o-color-white-a {
  color: #ffffff;
}
.o-color-white-b {
  color: #f1f1f1;
}
.o-color-succes {
  color: #339900;
}
.o-color-warning {
  color: #FFCC00;
}
.o-color-error {
  color: #CC3300;
}
.o-color-disabled {
  color: #d9d9d9;
}
.o-color-invalid {
    box-shadow: 0 0 0 0.25rem rgb(255 0 0 / 30%);
}

.o-bg-primary {
  background: #34BC89;
}
.o-bg-primary-variants {
  background: #91C9B9;
}
.o-bg-secondary {
  background: #293F94;
}
.o-bg-secondary-variant {
  background: #EAF1F6;
}
.o-bg-black {
  background: #202020;
}
.o-bg-gray-blacked {
  background: #606060;
}
.o-bg-gray-medium {
  background: #717171;
}
.o-bg-gray-light {
  background: #A4B6C0;
}
.o-bg-gray-lighten {
  background: #F6F8FB;
}
.o-bg-white-a {
  background: #ffffff;
}
.o-bg-white-b {
  background: #f1f1f1;
}

/* ======================================*/
/* END OBJECT - COLOR */
/* ======================================*/
/*=========================================================*/
/* OBJECTS - CONTAINER */
/*=========================================================*/
/*=========================================================*/
/* SETTINGS */
/*=========================================================*/
.o-container {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

/*=========================================================*/
/* END OBJECTS - CONTAINER */
/*=========================================================*/
/* ======================================*/
/* OBJECT - FLEXBOX */
/* ======================================*/
.o-flex {
  display: flex;
}

.o-inline-flex {
  display: inline-flex;
}

.o-f-row {
  flex-direction: row;
}
.o-f-row-reverse {
  flex-direction: row-reverse;
}
.o-f-column {
  flex-direction: column;
}
.o-f-column-reverse {
  flex-direction: column-reverse;
}

.o-justify-content-start {
  justify-content: flex-start;
}
.o-justify-content-end {
  justify-content: flex-end;
}
.o-justify-content-center {
  justify-content: center;
}
.o-justify-content-between {
  justify-content: space-between;
}
.o-justify-content-around {
  justify-content: space-around;
}
.o-justify-content-evenly {
  justify-content: space-evenly;
}

.o-align-items-start {
  align-items: flex-start;
}
.o-align-items-end {
  align-items: flex-end;
}
.o-align-items-center {
  align-items: center;
}
.o-align-items-baseline {
  align-items: baseline;
}
.o-align-items-stretch {
  align-items: stretch;
}

.o-align-self-start {
  align-self: flex-start;
}
.o-align-self-end {
  align-self: flex-end;
}
.o-align-self-center {
  align-self: center;
}
.o-align-self-baseline {
  align-self: baseline;
}
.o-align-self-stretch {
  align-self: stretch;
}

.o-gap-05 {
  gap: 5%;
}
.o-gap-10 {
  gap: 10%;
}
.o-gap-15 {
  gap: 15%;
}
.o-gap-20 {
  gap: 20%;
}

/* ======================================*/
/* END OBJECT - FLEXBOX */
/* ======================================*/
/*=========================================================*/
/* OBJECTS - FONT */
/*=========================================================*/
/*=========================================================*/
/* SETTINGS */
/*=========================================================*/
/*=========================================================*/
/* TOOLS - MIXINS */
/*=========================================================*/
/* VARIABLES */
/*=========================================================*/
/* SETTINGS */
/*=========================================================*/
/* MIXINS @medias */
/* MIXINS @medias general */
/* RANGE */
/* MIXINS BUTTONS */
/* MIXIN FLEXBOX */
/* MIXIN FONT */
/* MIXIN OVERLAY */
/*=========================================================*/
/* END TOOLS - MIXINS */
/*=========================================================*/
.o-font-h1 {
  font-family: "Poppins", sans-serif;
  color: inherit;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 19px;
}
@media (min-width: 1101px) {
  .o-font-h1 {
    font-size: 56px;
    line-height: 84px;
  }
}
@media (min-width: 501px) and (max-width: 1100px) {
  .o-font-h1 {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 13px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .o-font-h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 13px;
    font-weight: 300;
  }
}
.o-font-h2 {
  font-family: "Poppins", sans-serif;
  color: inherit;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 16px;
}
@media (min-width: 1101px) {
  .o-font-h2 {
    font-size: 48px;
    line-height: 72px;
  }
}
@media (min-width: 501px) and (max-width: 1100px) {
  .o-font-h2 {
    font-size: 34px;
    line-height: 56px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .o-font-h2 {
    font-size: 34px;
    line-height: 56px;
  }
}
.o-font-h3 {
  font-family: "Poppins", sans-serif;
  color: inherit;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5px;
}
@media (min-width: 1101px) {
  .o-font-h3 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 501px) and (max-width: 1100px) {
  .o-font-h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .o-font-h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.o-font-sub-2 {
  font-family: "Poppins", sans-serif;
  color: inherit;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
}
@media (min-width: 1101px) {
  .o-font-sub-2 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 501px) and (max-width: 1100px) {
  .o-font-sub-2 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .o-font-sub-2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.o-font-body-1 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 1101px) {
  .o-font-body-1 {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 501px) and (max-width: 1100px) {
  .o-font-body-1 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .o-font-body-1 {
    font-size: 14px;
    line-height: 20px;
  }
}
.o-font-body-2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 1101px) {
  .o-font-body-2 {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (min-width: 501px) and (max-width: 1100px) {
  .o-font-body-2 {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .o-font-body-2 {
    font-size: 14px;
    line-height: 28px;
  }
}
.o-font-p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 1101px) {
  .o-font-p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 501px) and (max-width: 1100px) {
  .o-font-p {
    font-size: 13px;
    line-height: 25px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .o-font-p {
    font-size: 13px;
    line-height: 25px;
  }
}
.o-font-caption-1 {
  font-family: "Poppins", sans-serif;
  color: inherit;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 1101px) {
  .o-font-caption-1 {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 501px) and (max-width: 1100px) {
  .o-font-caption-1 {
    font-size: 12px;
    line-height: 19px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .o-font-caption-1 {
    font-size: 12px;
    line-height: 19px;
  }
}
.o-font-caption-2 {
  font-family: "Poppins", sans-serif;
  color: inherit;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 1101px) {
  .o-font-caption-2 {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 501px) and (max-width: 1100px) {
  .o-font-caption-2 {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .o-font-caption-2 {
    font-size: 12px;
    line-height: 18px;
  }
}

/*=========================================================*/
/* END OBJECTS - FONT */
/*=========================================================*/
/*=========================================================*/
/* OBJECTS - OPACITY */
/*=========================================================*/
.o-opacity-0 {
  opacity: 0;
}

/*=========================================================*/
/* END OBJECTS - OPACITY */
/*=========================================================*/
/* ======================================*/
/* OBJECT - SPACING */
/* ======================================*/
.o-spacing-m-0 {
  margin: 0px;
}
.o-spacing-m-1 {
  margin: 8px;
}
.o-spacing-m-2 {
  margin: 16px;
}
.o-spacing-m-3 {
  margin: 24px;
}
.o-spacing-m-4 {
  margin: 32px;
}
.o-spacing-m-5 {
  margin: 48px;
}
.o-spacing-m-auto {
  margin: auto;
}
.o-spacing-p-0 {
  padding: 0px;
}
.o-spacing-p-1 {
  padding: 8px;
}
.o-spacing-p-2 {
  padding: 16px;
}
.o-spacing-p-3 {
  padding: 24px;
}
.o-spacing-p-4 {
  padding: 32px;
}
.o-spacing-p-5 {
  padding: 48px;
}
.o-spacing-p-auto {
  padding: auto;
}
.o-spacing-mt-0 {
  margin-top: 0px;
}
.o-spacing-mt-1 {
  margin-top: 8px;
}
.o-spacing-mt-2 {
  margin-top: 16px;
}
.o-spacing-mt-3 {
  margin-top: 24px;
}
.o-spacing-mt-4 {
  margin-top: 32px;
}
.o-spacing-mt-5 {
  margin-top: 48px;
}
.o-spacing-mt-auto {
  margin-top: auto;
}
.o-spacing-pt-0 {
  padding-top: 0px;
}
.o-spacing-pt-1 {
  padding-top: 8px;
}
.o-spacing-pt-2 {
  padding-top: 16px;
}
.o-spacing-pt-3 {
  padding-top: 24px;
}
.o-spacing-pt-4 {
  padding-top: 32px;
}
.o-spacing-pt-5 {
  padding-top: 48px;
}
.o-spacing-pt-auto {
  padding-top: auto;
}
.o-spacing-mb-0 {
  margin-bottom: 0px;
}
.o-spacing-mb-1 {
  margin-bottom: 8px;
}
.o-spacing-mb-2 {
  margin-bottom: 16px;
}
.o-spacing-mb-3 {
  margin-bottom: 24px;
}
.o-spacing-mb-4 {
  margin-bottom: 32px;
}
.o-spacing-mb-5 {
  margin-bottom: 48px;
}
.o-spacing-mb-auto {
  margin-bottom: auto;
}
.o-spacing-pb-0 {
  padding-bottom: 0px;
}
.o-spacing-pb-1 {
  padding-bottom: 8px;
}
.o-spacing-pb-2 {
  padding-bottom: 16px;
}
.o-spacing-pb-3 {
  padding-bottom: 24px;
}
.o-spacing-pb-4 {
  padding-bottom: 32px;
}
.o-spacing-pb-5 {
  padding-bottom: 48px;
}
.o-spacing-pb-auto {
  padding-bottom: auto;
}
.o-spacing-ml-0 {
  margin-left: 0px;
}
.o-spacing-ml-1 {
  margin-left: 8px;
}
.o-spacing-ml-2 {
  margin-left: 16px;
}
.o-spacing-ml-3 {
  margin-left: 24px;
}
.o-spacing-ml-4 {
  margin-left: 32px;
}
.o-spacing-ml-5 {
  margin-left: 48px;
}
.o-spacing-ml-auto {
  margin-left: auto;
}
.o-spacing-pl-0 {
  padding-left: 0px;
}
.o-spacing-pl-1 {
  padding-left: 8px;
}
.o-spacing-pl-2 {
  padding-left: 16px;
}
.o-spacing-pl-3 {
  padding-left: 24px;
}
.o-spacing-pl-4 {
  padding-left: 32px;
}
.o-spacing-pl-5 {
  padding-left: 48px;
}
.o-spacing-pl-auto {
  padding-left: auto;
}
.o-spacing-mr-0 {
  margin-right: 0px;
}
.o-spacing-mr-1 {
  margin-right: 8px;
}
.o-spacing-mr-2 {
  margin-right: 16px;
}
.o-spacing-mr-3 {
  margin-right: 24px;
}
.o-spacing-mr-4 {
  margin-right: 32px;
}
.o-spacing-mr-5 {
  margin-right: 48px;
}
.o-spacing-mr-auto {
  margin-right: auto;
}
.o-spacing-pr-0 {
  padding-right: 0px;
}
.o-spacing-pr-1 {
  padding-right: 8px;
}
.o-spacing-pr-2 {
  padding-right: 16px;
}
.o-spacing-pr-3 {
  padding-right: 24px;
}
.o-spacing-pr-4 {
  padding-right: 32px;
}
.o-spacing-pr-5 {
  padding-right: 48px;
}
.o-spacing-pr-auto {
  padding-right: auto;
}
.o-spacing-mx-0 {
  margin-left: opx;
  margin-right: 0px;
}
.o-spacing-mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}
.o-spacing-mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}
.o-spacing-mx-3 {
  margin-left: 24px;
  margin-right: 24px;
}
.o-spacing-mx-4 {
  margin-left: 32px;
  margin-right: 32px;
}
.o-spacing-mx-5 {
  margin-left: 48px;
  margin-right: 48px;
}
.o-spacing-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.o-spacing-px-0 {
  padding-left: opx;
  padding-right: 0px;
}
.o-spacing-px-1 {
  padding-left: 8px;
  padding-right: 8px;
}
.o-spacing-px-2 {
  padding-left: 16px;
  padding-right: 16px;
}
.o-spacing-px-3 {
  padding-left: 24px;
  padding-right: 24px;
}
.o-spacing-px-4 {
  padding-left: 32px;
  padding-right: 32px;
}
.o-spacing-px-5 {
  padding-left: 48px;
  padding-right: 48px;
}
.o-spacing-px-auto {
  padding-left: auto;
  padding-right: auto;
}
.o-spacing-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.o-spacing-my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.o-spacing-my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.o-spacing-my-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.o-spacing-my-4 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.o-spacing-my-5 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.o-spacing-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.o-spacing-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.o-spacing-py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.o-spacing-py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.o-spacing-py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.o-spacing-py-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.o-spacing-py-5 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.o-spacing-py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

/* ======================================*/
/* END OBJECT - SPACING */
/* ======================================*/
/* ======================================*/
/* OBJECT - TEXT ALIGN */
/* ======================================*/
.o-text-align-left {
  text-align: left;
}
.o-text-align-right {
  text-align: right;
}
.o-text-align-center {
  text-align: center;
}
.o-text-align-justify {
  text-align: justify;
}

/* ======================================*/
/* END OBJECT - TXT ALIGN */
/* ======================================*/
/*=========================================================*/
/* OBJECTS - WIDTH */
/*=========================================================*/
.o-w-10 {
  width: 10%;
}
.o-w-20 {
  width: 20%;
}
.o-w-25 {
  width: 25%;
}
.o-w-30 {
  width: 30%;
}
.o-w-40 {
  width: 40%;
}
.o-w-50 {
  width: 50%;
}
.o-w-60 {
  width: 60%;
}
.o-w-70 {
  width: 70%;
}
.o-w-75 {
  width: 75%;
}
.o-w-80 {
  width: 80%;
}
.o-w-90 {
  width: 90%;
}
.o-w-100 {
  width: 100%;
}
.o-w-auto {
  width: auto;
}

/*=========================================================*/
/* END OBJECTS - WIDTH */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - BANNER INFO */
/*=========================================================*/
.c-banner-info__warning {
  color: rgba(0, 0, 0, 0.5);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
}

/*=========================================================*/
/* END COMPONENTS - BANNER INFO */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - BANNER VALIDATE */
/*=========================================================*/
.c-banner-validate {
  height: auto;
  padding: 8px;
  border-radius: 8px;
}
.c-banner-validate__icon {
  margin-right: 8px;
}
.c-banner-validate__text {
  color: #606060;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.c-banner-validate--info {
  border: 1px solid #293F94;
  background: #DBDCE0;
}
.c-banner-validate--info i {
  color: #293F94;
}
.c-banner-validate--succes {
  border: 1px solid #339900;
  background: rgba(51, 153, 0, 0.05);
}
.c-banner-validate--succes i {
  color: #339900;
}
.c-banner-validate--warning {
  border: 1px solid #FFCC00;
  background: rgba(255, 204, 0, 0.05);
}
.c-banner-validate--warning i {
  color: #FFCC00;
}
.c-banner-validate--error {
  border: 1px solid #CC3300;
  background: rgba(204, 51, 0, 0.05);
}
.c-banner-validate--error i {
  color: #CC3300;
}
.c-banner-validate--error-div div {
  width: fit-content;
  height: auto;
  border-radius: 8px;
  margin-top: 4px;
  padding: 4px;
  font-size: 11px;
  letter-spacing: 0.5px;
}

/*=========================================================*/
/* END COMPONENTS - BANNER VALIDATE */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - BUTTON */
/*=========================================================*/
.c-button__primary {
  text-decoration: none;
  font-size: 16px;
  background: #34BC89;
  color: #ffffff;
  letter-spacing: 0.5px;
  padding: 8px 16px;
  border: 1px solid #34BC89;
  border-radius: 4px;
  text-align: center;
}
.c-button__primary:hover {
  color: #ffffff;
  background: #44A681;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  transition: ease-out 0.3ms;
}
.c-button__primary--sm {
  width: auto;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  background: #34BC89;
  color: #ffffff;
  padding: 4px 16px;
  border: 1px solid #34BC89;
  border-radius: 4px;
  text-align: center;
}
.c-button__primary--sm:hover {
  color: #ffffff;
  background: #44A681;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  transition: ease-out 0.3ms;
}
@media (min-width: 501px) and (max-width: 1100px) {
  .c-button__primary {
    font-size: 13px;
    letter-spacing: 4px;
    padding: 8px 16px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-button__primary {
    font-size: 13px;
    letter-spacing: 4px;
    padding: 16px;
  }
}
.c-button__secondary {
  text-decoration: none;
  font-size: 16px;
  color: #34BC89;
  letter-spacing: 1px;
  padding: 8px 16px;
  border: 1px solid #34BC89;
  border-radius: 4px;
  text-align: center;
}
.c-button__secondary:hover {
  background: #34BC89;
  color: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  transition: ease-out 0.3ms;
}
.c-button__secondary--sm {
  width: auto;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  color: #34BC89;
  padding: 4px 16px;
  border: 1px solid #34BC89;
  border-radius: 4px;
  text-align: center;
}
.c-button__secondary--sm:hover {
  background: #34BC89;
  color: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  transition: ease-out 0.3ms;
}
@media (min-width: 501px) and (max-width: 1100px) {
  .c-button__secondary {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-button__secondary {
    font-size: 13px;
    letter-spacing: 4px;
    padding: 16px;
  }
}
.c-button__link--sm {
  text-decoration: none;
  color: #34BC89;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
}
.c-button__link--sm:hover {
  color: #34BC89;
  background: #F6F8FB;
  transition: ease-out 0.3ms;
}
.c-button__link--sm--error {
  color: #CC3300;
}
.c-button__link--md {
  color: #34BC89;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 1px;
  padding: 8px;
  border-radius: 4px;
}
.c-button__link--md:hover {
  color: #34BC89;
  background: #F6F8FB;
  transition: ease-out 0.3ms;
}
.c-button__link--md--error {
  color: #CC3300;
}
.c-button__link--md--error:hover {
  color: #CC3300;
}
.c-button__link--lg {
  color: #34BC89;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 1px;
  padding: 8px;
  border-radius: 4px;
}
.c-button__link--lg:hover {
  color: #34BC89;
  background: #F6F8FB;
  transition: ease-out 0.3ms;
}
.c-button__link--lg--error {
  color: #CC3300;
}
@media (min-width: 501px) and (max-width: 1100px) {
  .c-button__link {
    font-size: 13px;
    letter-spacing: 4px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-button__link {
    font-size: 13px;
    letter-spacing: 4px;
  }
}

/*=========================================================*/
/* END COMPONENTS - BUTTON */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - ORDER CARD FOOTER */
/*=========================================================*/
.c-order-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding: 8px;
}
.c-order-card-footer__total {
  color: #606060;
  padding-bottom: 10px;
}
.c-order-card-footer__total-pricing {
  color: #606060;
  padding-bottom: 10px;
}

/*=========================================================*/
/* END COMPONENTS - ORDER CARD FOOTER */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - ORDER CARD HEADER */
/*=========================================================*/
.c-order-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  background: #EAF1F6;
  border-radius: 6px 6px 0px 0px;
}
.c-order-card-header__text-order {
  color: #293F94;
  padding-bottom: 0px;
}
.c-order-card-header__link-text-clear {
  text-decoration: none;
}
.c-order-card-header__text-clear {
  color: #717171;
  padding-bottom: 0px;
}

/*=========================================================*/
/* END COMPONENTS - ORDER CARD HEADER */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - PRODUCT ORDER */
/*=========================================================*/
.c-order-card-product {
  border-bottom: 1px solid #F6F8FB;
  padding: 8px;
}
.c-order-card-product__wrapper-product {
  padding-bottom: 8px;
}
.c-order-card-product__product-name {
  padding-bottom: 0px;
  color: #606060;
}
.c-order-card-product__product-id {
  padding-bottom: 0px;
  color: #717171;
}
.c-order-card-product__wrapper-amount-pricing-close {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-order-card-product__wrapper-amount {
  display: flex;
  align-items: center;
}
.c-order-card-product__link-minus-sign {
  text-decoration: none;
}
.c-order-card-product__minus-sign {
  color: #717171;
}
.c-order-card-product__amount {
  width: 26px;
  height: 26px;
  padding: 4px;
  border: 1px solid #A4B6C0;
  border-radius: 2px;
  margin: 0px 2px;
  text-align: center;
}
.c-order-card-product__link-plus-sign {
  text-decoration: none;
}
.c-order-card-product__plus-sign {
  color: #34BC89;
}
.c-order-card-product__pricing {
  padding-bottom: 0px;
  color: #606060;
}
.c-order-card-product__link-close {
  text-decoration: none;
}
.c-order-card-product__close {
  color: #CC3300;
}

/*=========================================================*/
/* END COMPONENTS - PRODUCT ORDER */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - SECTION ORDER CARD */
/*=========================================================*/
.c-section-order-card {
  margin-top: 71px;
  height: 60vh;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  top: 0;
}
.c-section-order-card__row-medium {
  height: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow-y: scroll;
}
.c-section-order-card__row-medium::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 10px;
  background-color: #F6F8FB;
  border-radius: 20px;
}
.c-section-order-card__row-medium::-webkit-scrollbar-thumb {
  background: #A4B6C0;
  border-radius: 20px;
}
.c-section-order-card__row-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*=========================================================*/
/* END COMPONENTS - ORDER CARD */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - GRID CELL DOBLE TEXT */
/*=========================================================*/
.c-cell-doble-text {
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-cell-doble-text__product-name {
  padding: 0px;
  color: #606060;
}
.c-cell-doble-text__product-description {
  color: #717171;
}

/*=========================================================*/
/* END COMPONENTS - GRID CELL DOBLE TEXT */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - GRID CELL TEXT  STOCK */
/*=========================================================*/
.c-cell-text-and-stock {
  width: auto;
}
.c-cell-text-and-stock__wrapper-stock {
  width: max-content;
  background-color: #F6F8FB;
  padding: 4px 8px;
  border-radius: 50px;
  display: flex;
  align-items: center;
}
.c-cell-text-and-stock__stock-circle--success {
  padding-right: 8px;
  color: #34BC89;
}
.c-cell-text-and-stock__stock-circle--warning {
  padding-right: 8px;
  color: #FFCC00;
}
.c-cell-text-and-stock__stock-circle--error {
  padding-right: 8px;
  color: #CC3300;
}
.c-cell-text-and-stock__stock-text--secondary {
  padding-right: 8px;
  color: #293F94;
}
.c-cell-text-and-stock__stock-text--success {
  padding: 0px;
  color: #34BC89;
}
.c-cell-text-and-stock__stock-text--warning {
  padding: 0px;
  color: #FFCC00;
}
.c-cell-text-and-stock__stock-text--error {
  padding: 0px;
  color: #CC3300;
}
.c-cell-text-and-stock__text {
  padding: 0px;
}

/*=========================================================*/
/* END COMPONENTS - GRID CELL TEXT AND STOCK */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - GRID */
/*=========================================================*/
.c-grid {
  width: 100%;
  border-collapse: collapse;
}
.c-grid__table-header {
  color: #293F94;
  background-color: #EAF1F6;
}
.c-grid__header {
  text-align: start;
  padding: 8px;
}
.c-grid__header--br-left {
  border-radius: 8px 0px 0px 0px;
}
.c-grid__header--br-rigth {
  border-radius: 0px 8px 0px 0px;
}
.c-grid__input-checkbox-header {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: #EAF1F6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #293F94;
}
.c-grid__input-checkbox-header:checked {
  background-image: url("../../../../assets/img/check.svg");
  background-color: #293F94;
  border-color: #293F94;
}
.c-grid__table-body {
  padding: 8px 0px;
  border-bottom: 1px solid #F6F8FB;
}
.c-grid__cell {
  color: #606060;
  text-align: start;
  padding-left: 8px;
}
.c-grid__cell a {
  display: inline-block;
}
.c-grid__input-checkbox-body {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #34BC89;
}
.c-grid__input-checkbox-body:checked {
  background-image: url("../../../../assets/img/check.svg");
  background-color: #34BC89;
  border-color: #34BC89;
}

/*=========================================================*/
/* END COMPONENTS - GRID */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - PAGINATION */
/*=========================================================*/
.c-pagination {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  background-color: #EAF1F6;
  border-radius: 0px 0px 6px 6px;
}
.c-pagination__col-left {
  width: 100%;
  height: auto;
}
.c-pagination__col-rigth {
  width: 100%;
  height: auto;
}
.c-pagination__col {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: end;
  align-items: center;
  color: #293F94;
}
.c-pagination__rows-actual {
  padding-right: 8px;
}
.c-pagination__text {
  padding-right: 8px;
  padding-bottom: 0px;
}
.c-pagination__rows-total {
  padding-right: 8px;
}
.c-pagination__wrapper-icons {
  padding-left: 24px;
}
.c-pagination__wrapper-icons a {
  display: inline-block;
}

/*=========================================================*/
/* END COMPONENTS - PAGINATION */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - SECTION GRID */
/*=========================================================*/
.c-section-grid {
  background: #ffffff;
  padding: 16px 0px;
  border-radius: 6px;
}
.c-section-grid__wrapper-input-button {
  margin-bottom: 16px;
}
.c-section-grid__row {
  margin-bottom: 16px;
}
.c-section-grid__wrapper-filters {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.c-section-grid__wrapper-table {
  width: 100%;
  height: auto;
}

/*=========================================================*/
/* END COMPONENTS - SECTION GRID */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - HEADER */
/*=========================================================*/
.header {
  width: 100%;
  background-color: #EAF1F6;
  padding: 0.8rem 1rem 0.8rem 6rem;
  box-shadow: 0px 1px 9px -2px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 480px) {
  .header {
    padding: 0.8rem 1rem 0.8rem 1rem;
  }
}
.header__wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.header__button-menu {
  display: none;
}
@media screen and (max-width: 480px) {
  .header__button-menu {
    display: flex;
    align-items: center;
  }
}
.header__button-menu-svg {
  width: 2rem;
  height: 2rem;
}
.header__a {
  color: #202020;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  font-style: normal;
  line-height: 36px;
  letter-spacing: normal;
}
.header__a:hover {
  color: rgba(32, 32, 32, 0.5019607843);
}
.header__a .span {
  color: #202020;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  letter-spacing: normal;
}
@media screen and (max-width: 480px) {
  .header__a .span {
    display: none;
  }
}
.header__role {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header__role-wrapper {
  margin: 0 1rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .header__role-wrapper--descktop {
    display: none;
  }
}
.header__apan-user {
  padding-bottom: 0.2rem;
  color: #293F94;
  font-family: "Poppins", sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: normal;
}
.header__apan-type {
  color: #293F94;
  font-family: "Poppins", sans-serif;
  font-size: 0.625em;
  font-weight: 400;
  font-style: italic;
  line-height: 14px;
  letter-spacing: normal;
}
.header__button-user {
  cursor: pointer;
}
.header__svg {
  width: 3rem;
  border-radius: 50%;
  transition: border 0.15s ease-in;
}
.header__svg:hover {
  border: 3px solid rgba(60, 64, 67, 0.15);
}
.header__select {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0px 1px 9px -2px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 3rem;
  right: 0;
  display: none;
}
@media screen and (max-width: 480px) {
  .header__select {
    position: fixed;
    top: 3.3rem;
    right: 5%;
  }
}
.header__select.activo {
  display: flex;
}
.header__select-li {
  padding: 1rem;
}
.header__select-li--mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .header__select-li {
    display: block;
    padding: 0.5rem;
  }
}
.header__select-a {
  color: #717171;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.header__select-a:hover {
  color: #34BC89;
}
.header__select-svg {
  color: #34BC89;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem 0;
}

/*=========================================================*/
/* END COMPONENTS - HEADER */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - INPUT BUTTON */
/*=========================================================*/
.c-input-button {
  display: flex;
  flex-direction: column;
  width: auto;
}
.c-input-button__label {
  color: #606060;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 8px;
}
.c-input-button__wrapper-field input[type=radio]:checked + label {
  color: #ffffff;
  background-color: #34BC89;
}
.c-input-button__field-radio {
  display: none;
}
.c-input-button__link {
  text-decoration: none;
  color: #717171;
  background-color: #ffffff;
  padding: 10px 8px;
  border: 1px solid #E1E4E8;
  border-radius: 8px;
  text-align: center;
}
.c-input-button__link:hover {
  color: #34BC89;
  transition: ease-out 0.3ms;
}
.c-input-button__link:focus {
  background: #34BC89;
  color: #ffffff;
}

/*=========================================================*/
/* END COMPONENTS - INPUT BUTTON */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - INPUT CHECK HORIZONTAL */
/*=========================================================*/
.c-input-check-horizontal {
    width: 100%;
    height: auto;
    display: flex;
}
.c-input-check-horizontal__field {
    accent-color: #34BC89;
    appearance: auto;
    width: 20px;
    height: 20px;
}

/*=========================================================*/
/* END COMPONENTS - INPUT CHECK HORIZONTAL */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - INPUT CHECK VERTICAL */
/*=========================================================*/
.c-input-check-vertical {
  display: flex;
  flex-direction: column;
  width: auto;
}
.c-input-check-vertical__label {
  color: #606060;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 8px;
}
.c-input-check-vertical__wrapper-field {
  background-color: #ffffff;
  padding: 10px 8px;
  border: 1px solid #E1E4E8;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.c-input-check-vertical__checkbox {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #A4B6C0;
}
.c-input-check-vertical__checkbox:checked {
  background-image: url("../../../../assets/img/check.svg");
  background-color: #34BC89;
  border-color: #34BC89;
}
.c-input-check-vertical__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #606060;
  border: none;
}

/*=========================================================*/
/* END COMPONENTS - INPUT CHECK VERTICAL */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - INPUT DATE VERTICAL */
/*=========================================================*/
.c-input-date-vertical {
  display: flex;
  flex-direction: column;
  /*::-webkit-calendar-picker-indicator {
      cursor: pointer;
  }*/
}
.c-input-date-vertical--md__label {
  width: 100%;
  color: #606060;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 8px;
}
.c-input-date-vertical--md__field {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #606060;
  padding: 10px 8px;
  border: 1px solid #E1E4E8;
  border-radius: 8px;
  background: #ffffff;
}
.c-input-date-vertical--md__field:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.c-input-date-vertical--md__field::placeholder {
  color: rgba(96, 96, 96, 0.4392156863);
}
.c-input-date-vertical--md__field:focus {
  border-color: #34BC89;
  box-shadow: 0 0 0 0.25rem rgba(0, 179, 167, 0.1450980392);
}
.c-input-date-vertical--sm__label {
  color: #606060;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 8px;
}
.c-input-date-vertical--sm__field {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #606060;
  padding: 4px 8px;
  border: 1px solid #E1E4E8;
  border-radius: 8px;
}
.c-input-date-vertical--sm__field:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.c-input-date-vertical--sm__field::placeholder {
  color: rgba(96, 96, 96, 0.4392156863);
}
.c-input-date-vertical--sm__field:focus {
  border-color: #34BC89;
  box-shadow: 0 0 0 0.25rem rgba(0, 179, 167, 0.1450980392);
}

/*=========================================================*/
/* END COMPONENTS - INPUT DATE VERTICAL */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - INPUT NUMBER */
/*=========================================================*/
.c-input-number {
  display: flex;
  flex-direction: column;
  width: auto;
}
.c-input-number--md__label {
  color: #606060;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 8px;
}
.c-input-number--md__wrapper-field {
  background-color: #ffffff;
  padding: 10px 8px;
  border: 1px solid #E1E4E8;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.c-input-number--md__wrapper-field--sm {
  padding: 4px;
}
.c-input-number--md__signo {
  font-size: 20px;
  color: #717171;
  padding-right: 8px;
}
.c-input-number--md__number {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #606060;
  border: none;
}
.c-input-number--md__number--wout-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-input-number--md__number--wout-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-input-number--md__number:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.c-input-number--md__number::placeholder {
  color: rgba(96, 96, 96, 0.4392156863);
}
.c-input-number--md__size {
  width: 50px;
}
.c-input-number--sm__label {
  color: #606060;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 8px;
}
.c-input-number--sm__wrapper-field {
  background-color: #ffffff;
  padding: 4px 8px;
  border: 1px solid #E1E4E8;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.c-input-number--sm__wrapper-field--sm {
  padding: 4px;
}
.c-input-number--sm__signo {
  font-size: 20px;
  color: #717171;
  padding-right: 8px;
}
.c-input-number--sm__number {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #606060;
  border: none;
}
.c-input-number--sm__number--wout-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-input-number--sm__number--wout-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-input-number--sm__number:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.c-input-number--sm__number::placeholder {
  color: rgba(96, 96, 96, 0.4392156863);
}
.c-input-number--sm__size {
  width: 50px;
}

/*=========================================================*/
/* END COMPONENTS - INPUT NUMBER */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - INPUT PRICE  */
/*=========================================================*/
.c-input-price-vertical {
  height: auto;
  display: flex;
  flex-direction: column;
}
.c-input-price-vertical--md__label {
  color: #606060;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 8px;
}
.c-input-price-vertical--md__wrapper-price {
  background-color: #ffffff;
  padding: 10px 8px;
  border: 1px solid #E1E4E8;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.c-input-price-vertical--md__icon {
  font-size: 20px;
  color: #717171;
}
.c-input-price-vertical--md__text {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #606060;
  border: none;
  outline: none;
  padding-left: 4px;
}
.c-input-price-vertical--md__text:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.c-input-price-vertical--md__text::placeholder {
  color: #606060;
}
.c-input-price-vertical--sm__label {
  color: #606060;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 8px;
}
.c-input-price-vertical--sm__wrapper-price {
  background-color: #ffffff;
  padding: 4px 8px;
  border: 1px solid #E1E4E8;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.c-input-price-vertical--sm__icon {
  font-size: 20px;
  color: #717171;
}
.c-input-price-vertical--sm__text {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #606060;
  border: none;
  outline: none;
  padding-left: 4px;
}
.c-input-price-vertical--sm__text:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.c-input-price-vertical--sm__text::placeholder {
  color: #606060;
}

/*=========================================================*/
/* END COMPONENTS - INPUT PRICE  */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - QUANTITY */
/*=========================================================*/
.c-input-quantity__wrapper-quantity {
  display: flex;
  align-items: center;
}
.c-input-quantity__link-minus-sign {
  text-decoration: none;
}
.c-input-quantity__minus-sign {
  color: #717171;
  padding: 4px;
}
.c-input-quantity__minus-sign:hover {
  background: #F6F8FB;
  border-radius: 50px;
}
.c-input-quantity__quantity {
  width: 26px;
  height: 26px;
  padding: 4px;
  border: 1px solid #A4B6C0;
  border-radius: 2px;
  margin: 0px 2px;
  text-align: center;
}
.c-input-quantity__link-plus-sign {
  text-decoration: none;
}
.c-input-quantity__plus-sign {
  color: #34BC89;
  padding: 4px;
}
.c-input-quantity__plus-sign:hover {
  background: #F6F8FB;
  border-radius: 50px;
}

/*=========================================================*/
/* END COMPONENTS - QUANTITY */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - INPUT SEARCH GRID */
/*=========================================================*/
.c-input-search-grid {
  width: 500px;
  height: 40px;
  background: #EAF1F6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
}
.c-input-search-grid__icon {
  font-size: 24px;
  color: #293F94;
}
.c-input-search-grid__text {
  width: 100%;
  flex: 1;
  border: none;
  outline: none;
  color: #293F94;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
  background-color: #EAF1F6;
}
.c-input-search-grid ::placeholder {
  color: rgba(41, 63, 148, 0.7098039216);
}

/*=========================================================*/
/* END COMPONENTS - INPUT SEARCH GRID*/
/*=========================================================*/
.blazored-typeahead {
  width: 100% !important;
  height: 40px;
  background: #ffffff;
  border: 1px solid #E1E4E8 !important;
  border-radius: 6px !important;
}
.blazored-typeahead__controls {
  height: 100% !important;
}
.blazored-typeahead__results {
  border-radius: 0px 0px 6px 6px;
}
.blazored-typeahead__active-item, .blazored-typeahead__result:hover, .blazored-typeahead__result:focus {
  background-color: #34BC89 !important;
  border-top: 1px solid #34BC89 !important;
  border-bottom: 1px solid #34BC89 !important;
  color: #ffffff !important;
  cursor: pointer !important;
}
.blazored-typeahead__clear {
  display: none !important;
}
.blazored-typeahead:focus-within {
  border-color: #34BC89 !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 179, 167, 0.1450980392) !important;
}

.blazored-typeahead-sm div {
  height: 31px !important;
}
.blazored-typeahead-sm div div input {
  padding: 0px !important;
}

/*=========================================================*/
/* COMPONENTS - INPUT SEARCH  */
/*=========================================================*/
.c-input-search-vertical {
  width: 300px;
  height: auto;
  display: flex;
  flex-direction: column;
  /*::placeholder {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: $gray-blacked;
  }*/
}
.c-input-search-vertical__label {
  color: #606060;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 8px;
}
.c-input-search-vertical__wrapper-search {
  background-color: #ffffff;
  padding: 10px 8px;
  border: 1px solid #E1E4E8;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.c-input-search-vertical__icon {
  font-size: 20px;
  color: #717171;
}
.c-input-search-vertical__text {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #606060;
  border: none;
  outline: none;
  padding-left: 4px;
}
.c-input-search-vertical__text:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.c-input-search-vertical__text::placeholder {
  color: #606060;
}

/*=========================================================*/
/* END COMPONENTS - INPUT SEARCH  */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - INPUT SELECT HORIZONTAL */
/*=========================================================*/
.c-input-select-horizontal {
  width: 100%;
  height: auto;
}
.c-input-select-horizontal__label {
  color: #293F94;
}
.c-input-select-horizontal__field {
  color: #717171;
  padding: 4px 4px;
  width: 50px;
  height: 30px;
  border: 1px solid #A4B6C0;
  border-radius: 8px;
  outline: none;
}

/*=========================================================*/
/* END COMPONENTS - INPUT SELECT HORIZONTAL */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - INPUT SELECT VERTICAL */
/*=========================================================*/
.c-input-select-vertical {
  display: flex;
  flex-direction: column;
}
.c-input-select-vertical--md {
  width: 100%;
}
.c-input-select-vertical--md__label {
  color: #606060;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 8px;
}
.c-input-select-vertical--md__field {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #606060;
  padding: 10px 8px;
  border: 1px solid #E1E4E8;
  border-radius: 8px;
  background: #ffffff;
}
.c-input-select-vertical--md__field:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.c-input-select-vertical--md__field::placeholder {
  color: rgba(96, 96, 96, 0.4392156863);
}
.c-input-select-vertical--md__field:focus {
  border-color: #34BC89;
  box-shadow: 0 0 0 0.25rem rgba(0, 179, 167, 0.1450980392);
}
.c-input-select-vertical--sm__label {
  color: #606060;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 8px;
}
.c-input-select-vertical--sm__field {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #606060;
  padding: 5px 8px;
  border: 1px solid #E1E4E8;
  border-radius: 8px;
}
.c-input-select-vertical--sm__field:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.c-input-select-vertical--sm__field::placeholder {
  color: rgba(96, 96, 96, 0.4392156863);
}
.c-input-select-vertical--sm__field:focus {
  border-color: #34BC89;
  box-shadow: 0 0 0 0.25rem rgba(0, 179, 167, 0.1450980392);
}
/*=========================================================*/
/* END COMPONENTS - INPUT SELECT VERTICAL */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - INPUT TEXT AREA */
/*=========================================================*/
.c-input-text-area {
  display: flex;
  flex-direction: column;
}
.c-input-text-area__label {
  color: #606060;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 8px;
}
.c-input-text-area__wrapper-field {
  background-color: #ffffff;
  padding: 10px 8px;
  border: 1px solid #E1E4E8;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.c-input-text-area__icon-dolar {
  font-size: 16px;
  color: #717171;
}
.c-input-text-area__field {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #606060;
  border: none;
}
.c-input-text-area__field:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.c-input-text-area__field::placeholder {
  color: #606060;
}

/*=========================================================*/
/* END COMPONENTS - INPUT TEXT VERTICAL */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - INPUT TEXT VERTICAL */
/*=========================================================*/
.c-input-text {
  display: flex;
  flex-direction: column;
}
.c-input-text--md__label {
  color: #606060;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 8px;
}
.c-input-text--md__icon-dolar {
  font-size: 16px;
  color: #717171;
}
.c-input-text--md__field {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #606060;
  border: none;
  background-color: #ffffff;
  padding: 10px 8px;
  border: 1px solid #E1E4E8;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.c-input-text--md__field:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.c-input-text--md__field::placeholder {
  color: rgba(96, 96, 96, 0.4392156863);
}
.c-input-text--md__field:focus {
  border-color: #34BC89;
  box-shadow: 0 0 0 0.25rem rgba(0, 179, 167, 0.1450980392);
}
.c-input-text--sm__label {
  color: #606060;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 8px;
}
.c-input-text--sm__icon-dolar {
  font-size: 14px;
  color: #717171;
}
.c-input-text--sm__field {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #606060;
  border: none;
  background-color: #ffffff;
  padding: 4px 8px;
  border: 1px solid #E1E4E8;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.c-input-text--sm__field:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.c-input-text--sm__field::placeholder {
  color: rgba(96, 96, 96, 0.4392156863);
}
.c-input-text--sm__field:focus {
  border-color: #34BC89;
  box-shadow: 0 0 0 0.25rem rgba(0, 179, 167, 0.1450980392);
}

/*=========================================================*/
/* END COMPONENTS - INPUT TEXT VERTICAL */
/*=========================================================*/
.main {
  padding: 0rem 1rem 0rem 6rem;
}
@media screen and (max-width: 480px) {
  .main {
    padding: 0rem 1rem;
  }
}

/*=========================================================*/
/* COMPONENTS - SECTION MODAL CONFIRMATION */
/*=========================================================*/
.c-modal-confirmation {
  padding: 16px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  background: #ffffff;
}
.c-modal-confirmation__overlay {
  background: rgba(33, 37, 41, 0.4784313725);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1050;
  padding: 32px;
}
.c-modal-confirmation__icon {
  color: #34BC89;
  margin-bottom: 16px;
}
.c-modal-confirmation__title {
  color: #606060;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.c-modal-confirmation__text {
  color: #717171;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  letter-spacing: 0px;
}

/*=========================================================*/
/* END COMPONENTS - SECTION MODAL CONFIRMATION */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - CONTAINER MODAL */
/*=========================================================*/
.c-container-modal {
  margin: 32px 0px;
}
.c-container-modal__title {
  color: #293F94;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
}
.c-container-modal__wrapper-content {
  padding: 16px;
  border-radius: 8px;
  background-color: #EAF1F6;
}

/*=========================================================*/
/* END COMPONENTS - CONTAINER MODAL */
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - MODAL */
/*=========================================================*/
.c-modal {
  margin-top: 32px;
  padding: 32px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  background: #ffffff;
}
.c-modal__overlay {
  background: rgba(33, 37, 41, 0.4784313725);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1050;
  padding: 32px;
  overflow-y: scroll;
}
.c-modal__overlay::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 10px;
  background-color: #F6F8FB;
  border-radius: 20px;
}
.c-modal__overlay::-webkit-scrollbar-thumb {
  background: #A4B6C0;
  border-radius: 20px;
}
.c-modal__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(164, 182, 192, 0);
}

/*=========================================================*/
/* END COMPONENTS - MODAL */
/*=========================================================*/
.nav {
  width: 5.5rem;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: 0px 1px 16px -6px rgba(0, 0, 0, 0.25);
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  transition: all 0.3s ease;
}
.nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 480px) {
  .nav {
    display: none;
    top: inherit;
  }
  .nav.active {
    width: 90%;
    display: block;
  }
  .nav.active .nav__h3, .nav.active .nav__span {
    opacity: 1;
  }
}
.nav:hover {
  width: 15rem;
}
.nav:hover .nav__h3, .nav:hover .nav__span {
  opacity: 1;
}
.nav__h3 {
  width: 100%;
  padding: 1.2rem 1.5rem;
  opacity: 0;
  transition: 0.3s;
  color: #A5A1AA;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.9rem;
  text-transform: uppercase;
}
.nav__ul {
  width: 100%;
}
.nav__li {
  padding: 0.5rem 1.5rem;
}
.nav__li:hover {
  padding-left: 1.25rem;
  transition: padding-left 0.1s ease-in;
  background: rgba(52, 188, 137, 0.3);
}
.nav__a {
  color: #58555e;
  padding: 0.5rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.nav__a .active {
  color: #34BC89;
}
.nav__i {
  font-size: 1.3rem;
  font-weight: 500;
  margin-right: 0.5rem;
}
.nav__i--dropdown {
  margin-left: auto;
}
.nav__i--dropdown-rotate {
  transform: rotate(180deg);
}
.nav__span {
  height: 1.3125rem;
  opacity: 0;
  transition: 0.3s;
  color: inherit;
  font-family: "Poppins", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3125rem;
  letter-spacing: normal;
}
.nav__dropdown {
  padding-left: 2.5rem;
}

/* Rotate icon arrow */
/*.nav__dropdown:hover .nav__dropdown-icon {
    transform: rotate(180deg);
}
*/
/*=========================================================*/
/* COMPONENTS - PAGES GENERAL*/
/*=========================================================*/
.c-page-general__wrapper-header {
  padding: 24px 0px;
}

/*=========================================================*/
/* END COMPONENTS - PAGES GENERAL*/
/*=========================================================*/
/*=========================================================*/
/* COMPONENTS - PAGE TITLE */
/*=========================================================*/
.c-page-title__wrapper-row {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
.c-page-title__icon {
  font-size: 24px;
  color: #34BC89;
  margin-right: 8px;
}
.c-page-title__title {
  color: #606060;
  font-size: 32px;
  font-weight: 400;
}
.c-page-title__title--md {
  font-size: 24px;
}
.c-page-title__caption {
  color: #717171;
}

/*=========================================================*/
/* END COMPONENTS - PAGE TITLE */
/*=========================================================*/

/*# sourceMappingURL=main.css.map */
