@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");

.row,
.flex {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.input-primary input,
.input-secondary input,
.input-tertiary input {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
  overflow: hidden;
  line-height: 1rem;
}

.row,
.flex {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  justify-content: center;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 576px;
  }
}

@media screen and (max-width: 576px) {
  .container {
    max-width: 576px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container-fluid {
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media screen and (max-width: 576px) {
  .container-fluid {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}

.grow {
  flex-grow: 1;
}

.shrink {
  flex-shrink: 1;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 16px;
}

@media screen and (max-width: 768px) {

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    max-width: 100%;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  max-width: calc(8.33333%);
}

.col-2 {
  max-width: calc(16.66667%);
}

.col-3 {
  max-width: calc(25%);
}

.col-4 {
  max-width: calc(33.33333%);
}

.col-5 {
  max-width: calc(41.66667%);
}

.col-6 {
  max-width: calc(50%);
}

.col-7 {
  max-width: calc(58.33333%);
}

.col-8 {
  max-width: calc(66.66667%);
}

.col-9 {
  max-width: calc(75%);
}

.col-10 {
  max-width: calc(83.33333%);
}

.col-11 {
  max-width: calc(91.66667%);
}

.col-12 {
  max-width: calc(100%);
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    max-width: calc(8.33333%);
  }

  .col-sm-2 {
    max-width: calc(16.66667%);
  }

  .col-sm-3 {
    max-width: calc(25%);
  }

  .col-sm-4 {
    max-width: calc(33.33333%);
  }

  .col-sm-5 {
    max-width: calc(41.66667%);
  }

  .col-sm-6 {
    max-width: calc(50%);
  }

  .col-sm-7 {
    max-width: calc(58.33333%);
  }

  .col-sm-8 {
    max-width: calc(66.66667%);
  }

  .col-sm-9 {
    max-width: calc(75%);
  }

  .col-sm-10 {
    max-width: calc(83.33333%);
  }

  .col-sm-11 {
    max-width: calc(91.66667%);
  }

  .col-sm-12 {
    max-width: calc(100%);
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    max-width: calc(8.33333%);
  }

  .col-md-2 {
    max-width: calc(16.66667%);
  }

  .col-md-3 {
    max-width: calc(25%);
  }

  .col-md-4 {
    max-width: calc(33.33333%);
  }

  .col-md-5 {
    max-width: calc(41.66667%);
  }

  .col-md-6 {
    max-width: calc(50%);
  }

  .col-md-7 {
    max-width: calc(58.33333%);
  }

  .col-md-8 {
    max-width: calc(66.66667%);
  }

  .col-md-9 {
    max-width: calc(75%);
  }

  .col-md-10 {
    max-width: calc(83.33333%);
  }

  .col-md-11 {
    max-width: calc(91.66667%);
  }

  .col-md-12 {
    max-width: calc(100%);
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    max-width: calc(8.33333%);
  }

  .col-lg-2 {
    max-width: calc(16.66667%);
  }

  .col-lg-3 {
    max-width: calc(25%);
  }

  .col-lg-4 {
    max-width: calc(33.33333%);
  }

  .col-lg-5 {
    max-width: calc(41.66667%);
  }

  .col-lg-6 {
    max-width: calc(50%);
  }

  .col-lg-7 {
    max-width: calc(58.33333%);
  }

  .col-lg-8 {
    max-width: calc(66.66667%);
  }

  .col-lg-9 {
    max-width: calc(75%);
  }

  .col-lg-10 {
    max-width: calc(83.33333%);
  }

  .col-lg-11 {
    max-width: calc(91.66667%);
  }

  .col-lg-12 {
    max-width: calc(100%);
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    max-width: calc(8.33333%);
  }

  .col-xl-2 {
    max-width: calc(16.66667%);
  }

  .col-xl-3 {
    max-width: calc(25%);
  }

  .col-xl-4 {
    max-width: calc(33.33333%);
  }

  .col-xl-5 {
    max-width: calc(41.66667%);
  }

  .col-xl-6 {
    max-width: calc(50%);
  }

  .col-xl-7 {
    max-width: calc(58.33333%);
  }

  .col-xl-8 {
    max-width: calc(66.66667%);
  }

  .col-xl-9 {
    max-width: calc(75%);
  }

  .col-xl-10 {
    max-width: calc(83.33333%);
  }

  .col-xl-11 {
    max-width: calc(91.66667%);
  }

  .col-xl-12 {
    max-width: calc(100%);
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.col-inside-col {
  padding-bottom: 0;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .col-inside-col {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}

*,
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
}

body {
  background: #f9f9f9;
}

img {
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #c2c7cc46;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4c565e;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #32383d;
}

.select-primary {
  position: relative;
  margin-bottom: 16px;
}

.select-primary select {
  display: none;
}

.select-primary .select-selected {
  border: 1px solid #8d9398;
  border-radius: 4px;
  padding: 20px 20px;
  color: #4c565e;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
}

.select-primary .select-selected:after {
  position: absolute;
  content: '';
  top: 23px;
  font-size: 20px;
  right: 25px;
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../assets/chevron-down.png) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.select-primary .select-selected.select-arrow-active:after {
  transform: rotateX(180deg);
}

.select-primary .select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-primary .select-items div {
  padding: 14px 20px;
}

.select-primary .select-hide {
  display: none;
}

.select-primary .select-items div:hover,
.select-primary .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.input-primary {
  position: relative;
  margin: 8px;
}

.input-primary label {
  position: absolute;
  left: 56px;
  top: 20px;
  font-size: 14px;
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
  cursor: text;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input-primary .icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  left: 20px;
  top: 18px;
}

.input-primary input {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  padding: 16px 16px 16px 56px;
  border-radius: 100px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  min-width: 250px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.input-primary input:focus,
.input-primary input:valid {
  outline-width: 0;
  border: 1px solid white;
}

.input-primary input:focus+.icon+label,
.input-primary input:valid+.icon+label {
  opacity: 0;
}

.input-secondary {
  position: relative;
  margin: 8px;
}

.input-secondary label {
  position: absolute;
  left: 56px;
  top: 20px;
  font-size: 14px;
  opacity: 1;
  color: #8d939877;
  cursor: text;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input-secondary .icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  left: 20px;
  top: 18px;
}

.input-secondary input {
  border: 1px solid #8d939877;
  background: transparent;
  padding: 20px 20px 20px 56px;
  border-radius: 4px;
  font-size: 14px;
  color: #8d939877;
  min-width: 250px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.input-secondary input:focus,
.input-secondary input:valid {
  outline-width: 0;
  border: 1px solid #8d939877;
}

.input-secondary input:focus+.icon+label,
.input-secondary input:valid+.icon+label {
  opacity: 0;
}

.input-tertiary {
  position: relative;
  margin-bottom: 8px;
}

.input-tertiary label {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 14px;
  opacity: 1;
  color: #00000077;
  cursor: text;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  transition: top 0.3s;
}

.input-tertiary input {
  border: 1px solid #8d939877;
  background: transparent;
  padding: 20px 20px 20px 20px;
  border-radius: 4px;
  font-size: 14px;
  color: #000000;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.input-tertiary input:focus,
.input-tertiary input:valid {
  outline-width: 0;
  border: 1px solid #8d939877;
  padding: 30px 56px 10px 20px;
}

.input-tertiary input:focus+label,
.input-tertiary input:valid+label {
  color: #f6c373;
  left: 20px;
  top: 10px;
}

.input-tertiary input[disabled] {
  cursor: not-allowed;
  border: 1px solid #c2c7cc63;
  padding: 30px 56px 10px 20px;
}

.input-tertiary input[disabled]+label {
  color: #f6c373;
  left: 20px;
  top: 10px;
}

.input-tertiary .button {
  position: absolute;
  right: 18px;
  top: 16px;
  padding: 6px 8px;
  border: 1px solid #f6c373;
  border-radius: 14px;
  cursor: pointer;
}

.input-tertiary .button .text {
  font-size: 10px;
  text-transform: uppercase;
  color: #f6c373;
}

.link-primary {
  color: white;
  text-decoration: underline;
  opacity: 1;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.link-primary:hover {
  opacity: 0.7;
}

.button-primary {
  background: #f7c378;
  color: white;
  border: none;
  border-radius: 100px;
  padding: 9px 20px;
  opacity: 1;
  cursor: pointer;
  font-size: 17px;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  text-transform: uppercase;
}



.button-primary:hover {
  background: #cc8b00;
}

.button-primary[disabled] {
  background: #c2c7cc;
  cursor: not-allowed;
}

.header {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  height: 112px;
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header .inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}

.header .inner-header .mitre-logo {
  max-width: 400px;
}

.header .inner-header .login-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .inner-header .login-section .forgot-password {
  position: relative;
}

.header .inner-header .login-section .forgot-password .link-primary {
  position: absolute;
  left: 30px;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .header .inner-header {
    flex-direction: column;
    justify-content: center;
  }

  .header .inner-header .login-section {
    flex-direction: column;
    position: absolute;
    top: 175px;
  }

  .header .inner-header .login-section .forgot-password {
    text-align: center;
    margin-bottom: 16px;
  }

  .header .inner-header .login-section .forgot-password .link-primary {
    position: relative;
    right: 0px;
  }

  .header .inner-header .search {
    position: absolute;
    top: 150px;
  }
}

.header.logged {
  background: white;
  position: relative;
}

.header.logged .inner-header {
  margin-left: 80px;
}

@media screen and (max-width: 768px) {
  .header.logged {
    margin-bottom: 150px;
    border-bottom: none;
  }

  .header.logged .inner-header {
    margin-left: 0;
  }

  .header.logged .mitre-logo {
    width: 85px;
  }
}

.menu {
  background: #00000069;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.menu .side {
  position: relative;
  background: black;
  max-width: 320px;
  height: inherit;
  position: relative;
  left: -320px;
  padding: 60px 0 52px 48px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.menu .side .user-name {
  font-size: 24px;
  color: white;
  margin-bottom: 20px;
}

.menu .side .build-name {
  font-size: 16px;
  color: white;
}

.menu .side .number {
  font-size: 12px;
  color: white;
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
}

.menu .side .change-unit {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 12px;
  border: 1px solid #f6c373;
  color: #f6c373;
  margin-bottom: 50px;
  display: inline-block;
}

@media screen and (max-width: 576px) {
  .menu .side {
    max-width: unset;
  }
}

.menu .side .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 84px;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu .side ul li {
  padding: 16px 0;
  cursor: pointer;
}

.menu .side ul li .menu-item {
  display: block;
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.menu .side ul li.active .menu-item,
.menu .side ul li:hover .menu-item {
  border-left: 2px solid #f6c373;
  padding: 0 14px;
  color: #f6c373;
}

.menu .side .logout {
  margin-top: 112px;
  display: flex;
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
}

.menu .side .logout .text {
  color: white;
  font-size: 18px;
  margin-right: 8px;
}

.menu-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 112px;
  width: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu-icon.active+.menu {
  opacity: 1;
  visibility: visible;
}

.menu-icon.active+.menu .side {
  left: 0;
}

.banner {
  background-image: url(../assets/bg-home.jpg);
  background-position: center;
  background-origin: border-box;
  background-size: cover;
  width: 100%;
  height: 460px;

}

.client-portal {
  margin-bottom: 112px;
}

.client-portal .title {
  margin-top: 48px;
  color: #f6c373;
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.client-portal .sub-title {
  margin-top: 16px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.card {
  background: white;
  border-radius: 8px;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.card .card-icon {
  margin-bottom: 12px;
  width: 40px;
}

.card .card-title {
  color: #f6c373;
  font-size: 24px;
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.card .card-description {
  font-size: 18px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.footer {
  background: #f9f9f9;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  padding: 40px 0;
}

.footer .left-side {
  display: flex;
  flex-direction: column;
}

.footer p {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.38px;
}

.footer .copyright {
  margin-bottom: 12px;
}

.footer .center-side {
  display: flex;
  justify-content: center;
}

.footer .right-side {
  display: flex;
  justify-content: flex-end;
}

.footer .social {
  margin-right: 16px;
  cursor: pointer;
}

.footer .social:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 992px) {
  .footer .left-side {
    align-items: center;
  }

  .footer .center-side {
    justify-content: center;
  }

  .footer .right-side {
    justify-content: center;
  }
}

.logged-section {
  display: flex;
  align-items: center;
}

.logged-section .left-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 8px;
}

.logged-section .left-side .user-name {
  color: white;
  margin-bottom: 4px;
  font-size: 16px;
}

.logged-section .left-side .logout {
  color: white;
  padding: 4px 8px;
  border: 1px solid white;
  border-radius: 20px;
  font-size: 12px;
}

.logged-section .left-side .build-name {
  color: #8d9398;
  font-size: 16px;
}

.logged-section .left-side .number {
  color: #8d9398;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
}

.logged-section .profile-picture {
  border-radius: 100%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .logged-section .profile-picture {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 992px) {
  .logged-section {
    position: absolute;
    right: 20px;
  }

  .logged-section .left-side {
    display: none;
  }
}

.user-info {
  position: absolute;
  top: 262px;
  max-width: 50vw;
}

@media screen and (max-width: 992px) {
  .user-info {
    max-width: 100vw;
  }
}

.user-info h5 {
  color: #f6c373;
  font-size: 24px;
}

.user-info p {
  font-size: 18px;
  color: white;
}

.building-cards {
  margin-bottom: 112px;
}

.building-cards .building-cards-row {
  margin-top: -40px;
  justify-content: center;
}

.building-cards .building-cards-row .building-card {
  cursor: pointer;
  background: white;
  border-radius: 8px;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.building-cards .building-cards-row .building-card .card-icon {
  margin-bottom: 16px;
  width: 52px;
}

.building-cards .building-cards-row .building-card .card-title {
  color: #f6c373;
  font-size: 18px;
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.building-cards .building-cards-row .building-card .card-description {
  font-size: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.dashboard {
  padding: 72px 0 112px 0;
}

@media screen and (max-width: 992px) {
  .dashboard {
    padding: 0 0 112px 0;
  }
}

.section-title {
  font-size: 20px;
  color: #4c565e;
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 16px;
  color: #4c565e;
  margin-bottom: 12px;
}

.news {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.news .news-wrapper {
  position: relative;
  display: flex;
  padding: 30px;
}

.news .news-wrapper .news-image {
  margin-right: 24px;
}

.news .news-wrapper .news-image img {
  max-width:105px;
}

@media screen and (max-width: 992px) {
  .news .news-wrapper .news-image {
    display: none;
  }
}

.news .news-wrapper .news-info .edition {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block;
}

.news .news-wrapper .news-info .title {
  color: white;
  font-size: 20px;
  margin-bottom: 4px;
  display: block;
}

.news .news-wrapper .news-info .description {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  margin-bottom: 40px;
  display: block;
}

.news .news-wrapper .news-info .button {
  background: white;
  color: black;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
}

.news .news-wrapper .news-info .button .arrow {
  transform: rotateZ(180deg);
  margin-left: 8px;
}

.news::before {
  content: '';
  position: absolute;
  background-image: url(../assets/news.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: color;
  background-color: rgba(0, 0, 0, 0.75);
  filter: blur(20px);
  width: 150%;
  height: 150%;
  left: -50px;
  top: -50px;
}

.news.big .news-wrapper .title {
  font-size: 24px;
}

.news.big .news-wrapper .description {
  font-size: 20px;
}

.news.inverse {
  background: white;
}

.news.inverse .news-wrapper .news-info .edition {
  color: #8d9398;
}

.news.inverse .news-wrapper .news-info .title {
  color: #4c565e;
}

.news.inverse .news-wrapper .news-info .description {
  color: #8d9398;
}

.news.inverse .news-wrapper .news-info .button {
  background: #f6c373;
  color: black;
}

.news.inverse::before {
  display: none;
}

.status {
  position: relative;
  /*height: 260px;*/
  min-height: 260px;
  overflow: hidden;
  border-radius: 8px;
}

.status .status-wrapper {
  position: relative;
  display: flex;
  padding: 30px;
  height: 100%;
  background-color: #000000a3;
  min-height: 250px;
}

.status .status-wrapper .status-info {
  width: 100%;
}

.status .status-wrapper .status-info .status-text {
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 32px;
  display: block;
}

.status .status-wrapper .status-info .month {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.status .status-wrapper .status-info .month .button {
  padding: 4px 16px;
  background: white;
  border-radius: 18px;
  color: #f6c373;
  margin-right: 8px;
}

.status .status-wrapper .status-info .month .arrow {
  cursor: pointer;
}

.status .status-wrapper .status-info .status-items .item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 14px;
}

.status .status-wrapper .status-info .status-items .item .label {
  color: #ffffff;
  font-size: 0.9em;
}

.status .status-wrapper .status-info .status-items .item .status-bar {
  display: flex;
  align-items: center;
  width: 45%;
}

.status .status-wrapper .status-info .status-items .item .status-bar .bar {
  width: 100%;
  height: 14px;
  border-radius: 7px;
  background-color: rgb(0, 0, 0);
  margin-right: 16px;
  overflow: hidden;
  max-width: 140px;
}

.bar-custom {
  width: 100%;
  height: 14px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.705);
  margin-right: 16px;
  overflow: hidden;
  max-width: 140px;
}

.bar-front {
  display: block;
  height: 14px;
  background: #f6c373;
}

.status .status-wrapper .status-info .status-items .item .status-bar .bar::after {
  content: '';
  display: block;
  width: 70%;
  height: 14px;
  background: #f6c373;
}

.status .status-wrapper .status-info .status-items .item .status-bar .percentage {
  color: #ffffff;
  font-size: 14px;
}

.status::before {
  content: '';
  position: absolute;
  background-image: url(../assets/status.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  filter: blur(20px);
}

.code {
  border: 1px solid #8d93987a;
  padding: 16px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  width: 100%;
}

.code .code-text {
  font-size: 12px;
  color: #8d9398;
  padding-right: 16px;
}

.code .copy {
  cursor: pointer;
  background: #f6c373;
  padding: 8px;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
}

.financial {
  background: white;
  border-radius: 8px;
  padding: 32px 24px;
  margin-bottom: 8px;
}

.financial .month {
  font-size: 12px;
  color: #4c565e;
  margin-bottom: 4px;
}

.financial .unit {
  font-size: 16px;
  color: #8d9398;
}

.financial .number {
  font-size: 12px;
  color: #8d9398;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.financial .financial-value {
  display: flex;
  justify-content: space-between;
}

.financial .financial-value .value-text {
  font-size: 16px;
  color: #4c565e;
}

.financial .financial-value .value-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 16px;
}

.financial .financial-value .value-info .value {
  font-size: 16px;
  color: #4c565e;
  display: flex;
  align-items: center;
}

.financial .financial-value .value-info .value .ok-icon {
  margin-right: 8px;
}

.financial .financial-value .value-info .expires {
  font-size: 12px;
  color: #8d9398;
}

.financial.paid .financial-value .value-text {
  color: #c2c7cc;
}

.financial.paid .financial-value .value-info .value {
  color: #c2c7cc;
}

.financial.paid .financial-value .value-info .expires {
  color: #c2c7cc;
}

.financial.paid .code .code-text {
  color: #c2c7cc;
}

.financial.paid .code .copy {
  cursor: not-allowed;
  background: #c2c7cc;
}

.financial.paid .badge-wrapper .badge {
  border: 1px solid #c2c7cc;
  color: #c2c7cc;
  cursor: not-allowed;
}

.grey-section {
  background: #4c565e;
  padding: 25px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 20px;
  cursor: pointer;
}

.grey-section .text {
  color: white;
  font-size: 16px;
}

.grey-section.big {
  padding: 67px 56px;
}

.grey-section.big .text {
  font-size: 24px;
}

.grey-section.light {
  background: #8d9398;
}

.attendance {
  padding: 24px;
  background: white;
  border-radius: 8px;
}

.attendance .attendance-wrapper {
  height: 350px;
  overflow-y: auto;
  padding-right: 16px;
}

.attendance .attendance-wrapper .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.attendance .attendance-wrapper .item .item-info .date {
  font-size: 12px;
  color: #c2c7cc;
}

.attendance .attendance-wrapper .item .item-info .title {
  font-size: 20px;
  color: black;
}

.attendance .attendance-wrapper .item .item-info .title.deactivated {
  color: #8d9398;
}

.attendance .attendance-wrapper .item .item-info .description {
  font-size: 12px;
  color: #c2c7cc;
}

.attendance .attendance-wrapper .item .item-info .compromisso {
  font-size: 12px;
  color: #ff0000;
}


.attendance .info-visit {
  padding-right: 16px;
  align-items: center;
  margin-bottom: 20px;
  text-align: right;
}

.attendance .info-visit .info-visit-title {
  font-size: 12px;
  color: #f6c373;
}

.attendance .info-visit .info-visit-date {
  font-size: 20px;
  color: black;
}

.cancelled {
  text-decoration: line-through;
}

.attendance .info-visit .info-visit-status {
  font-size: 16px;
  color: #f6c373;
}

.attendance .info-manutencao {
  padding-right: 16px;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
}

.attendance .info-manutencao .info-manutencao-title {
  font-size: 12px;
  color: #f6c373;
}

.attendance .info-manutencao .info-manutencao-date {
  font-size: 20px;
  color: black;
}

.attendance .info-manutencao .info-manutencao-status {
  font-size: 12px;
  color: #f6c373;
}

.badge-wrapper {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.badge-wrapper .badge {
  padding: 4px 8px;
  border: 1px solid #f6c373;
  border-radius: 14px;
  font-size: 12px;
  color: #f6c373;
  text-transform: uppercase;
}


.docs {
  padding: 24px;
  background: white;
  border-radius: 8px;
}

.docs .buttons {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.docs .buttons button {
  color: #f6c373;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 4px;
  border: 1px solid #f6c373;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  background: transparent;
  margin-right: 8px;
  border-radius: 100px;
  text-transform: uppercase;
}


.docs .buttons .active {
  border: none;
  background: #f6c373;
  color: white;
}

.docs .docs-wrapper {
  height: 380px;
  overflow-y: auto;
  padding-right: 16px;
}

.docs .docs-wrapper .title {
  font-size: 16px;
  color: #4c565e;
  margin-top: 24px;
  margin-bottom: 22px;
}

.docs .docs-wrapper .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}

.docs .docs-wrapper .item:nth-child(odd) {
  background: rgba(194, 199, 204, 0.12);
}

.docs .docs-wrapper .item .left-wrapper {
  display: flex;
  align-items: center;
}

.docs .docs-wrapper .item .left-wrapper .pdf-icon {
  margin-right: 8px;
}

.docs .docs-wrapper .item .left-wrapper .file-name {
  font-size: 14px;
  color: #8d9398;
}

.docs .docs-wrapper .item .left-wrapper .date {
  font-size: 12px;
  color: rgba(141, 147, 152, 0.72);
}

.docs .docs-wrapper .item .size {
  font-size: 12px;
  color: rgba(141, 147, 152, 0.72);
}

.bedcrumb {
  padding: 40px 0;
}

.bedcrumb .links {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.bedcrumb .links .link {
  color: #8d9398;
  font-size: 12px;
  margin-right: 10px;
  cursor: pointer;
}

.bedcrumb .links .separator {
  transform: rotateZ(-90deg);
  margin-right: 10px;
}

.bedcrumb .active-link {
  color: #4c565e;
  font-size: 20px;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.calendar-header .text-1 {
  font-size: 16px;
  color: #4c565e;
}

.calendar-header .text-2 {
  font-size: 20px;
  color: #f6c373;
}

.calendar-header .button {
  background: #f6c373;
  color: white;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
}

.calendar-header .button .arrow {
  transform: rotateZ(180deg);
  margin-left: 8px;
}

.calendar-subheader .text {
  font-size: 16px;
  color: #4c565e;
  margin-bottom: 12px;
}

.calendar {
  height: 350px;
}

.calendar .header-c {
  background: #4c565e;
  display: flex;
  justify-content: center;
  align-self: center;
  padding: 16px;
}

.calendar .header-c .header-wrapper {
  display: flex;
  align-items: center;
  width: 135px;
  justify-content: space-between;
}

.calendar .header-c .header-wrapper .arrow-left {
  transform: rotateZ(180deg);
  cursor: pointer;
}

.calendar .header-c .header-wrapper .month-text {
  color: white;
  font-size: 14px;
}

.calendar .header-c .header-wrapper .arrow-right {
  cursor: pointer;
}

.calendar .body {
  padding-top: 20px;
  background: white;
}

.calendar .body .body-header {
  display: flex;
}

.calendar .body .cell {
  position: relative;
  width: 100%;
  height: 45px;
  max-width: 14%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
}

.calendar .body .cell.active span {
  color: white;
  background: #f6c373;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.calendar .body .cell.inactive {
  color: #c2c7cc;
}

.calendar .body .days {
  display: flex;
  flex-wrap: wrap;
}

.accordion {
  padding: 32px 30px;
  background: white;
  border-radius: 2px;
  margin-bottom: 16px;
  position: relative;
  cursor: pointer;
}

.accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.accordion .accordion-header .header-title {
  color: #4c565e;
  font-size: 20px;
}

.accordion .accordion-header .header-icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.accordion .accordion-header .header-icon .icon1 {
  position: absolute;
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion .accordion-header .header-icon .icon2 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  transform: rotate(90deg);
}

.accordion .body {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 0;
  overflow: hidden;
  height: 0;
}

.accordion .body .body-text {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  color: #8d9398;
  font-size: 18px;
}

.accordion.active .accordion-header .header-icon .icon1 {
  transform: rotate(0deg);
}

.accordion.active .accordion-header .header-icon .icon2 {
  transform: rotate(0deg);
}

.accordion.active .body {
  margin-top: 40px;
  overflow: visible;
  height: auto;
}

.accordion.active .body .body-text {
  opacity: 1;
}

.paid-value {
  background: white;
  padding: 32px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.paid-value .label {
  font-size: 14px;
  color: #4c565e;
}

.paid-value .text {
  font-size: 32px;
  color: #f6c373;
}

.paid-value .quitter {
  font-size: 14px;
  color: #4c565e;
  margin-top: 8px;
}

.paid-value .quitter span {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
}

.paid-value.alt {
  align-items: flex-start;
}

.bill-actions {
  display: flex;
  justify-content: space-between;
}

.grey-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #4c565e;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 40px;
  width: 50%;
  margin-right: 8px;
  cursor: pointer;
}

.grey-card.light {
  background: #8d9398;
  margin-right: 0px;
}

.grey-card .text {
  margin-top: 4px;
  color: white;
  font-size: 14px;
}

.checkbox-primary input {
  display: none;
}

.checkbox-primary input:checked+.checkbox {
  border: 1px solid transparent;
}

.checkbox-primary input:checked+.checkbox::after {
  opacity: 1;
}

.checkbox-primary .checkbox {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid white;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox-primary .checkbox::after {
  position: absolute;
  top: -1px;
  left: -1px;
  content: '';
  display: flex;
  width: 32px;
  height: 32px;
  background: url(../assets/check-yellow.svg);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.parcel {
  background: black;
  border-radius: 8px;
  padding: 24px 32px;
}

.parcel .year {
  color: white;
  font-size: 20px;
}

.parcel .parcel-wrapper {
  height: 280px;
  overflow: auto;
}

.parcel .parcel-wrapper .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 24px;
}

.parcel .parcel-wrapper .item .left-side {
  display: flex;
  align-items: center;
  padding: 20px;
}

.parcel .parcel-wrapper .item .left-side .value {
  margin-left: 8px;
  font-size: 20px;
  color: white;
}

.parcel .parcel-wrapper .item .date {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.resume {
  background: white;
  border-radius: 8px;
  padding: 48px 16px;
  display: flex;
  justify-content: center;
  margin-bottom: 112px;
}

.resume .resume-wrapper {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resume .resume-wrapper .badge-parcels {
  border: 1px solid #4c565e;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 12px;
  color: #4c565e;
  margin-bottom: 16px;
}

.resume .resume-wrapper .value-text {
  font-size: 16px;
  color: #8d9398;
}

.resume .resume-wrapper .value {
  font-size: 32px;
  color: #4c565e;
  margin-bottom: 54px;
}

.resume .resume-wrapper .list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 32px;
}

.resume .resume-wrapper .list .item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #8d93987a;
}

.resume .resume-wrapper .list .item:last-of-type {
  border-bottom: none;
}

.resume .resume-wrapper .list .item .text {
  font-size: 16px;
  color: #8d9398;
}

.resume .resume-wrapper .list .item .item-value {
  font-size: 16px;
  color: #4c565e;
}

.resume .resume-wrapper .resume-badge-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.doc-video {
  background-color: #000000a8;
  background-image: url(../assets/docs-img.jpg);
  width: 100%;
  height: 400px;
  background-blend-mode: color;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.doc-video .button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  background: #ffffff1e;
  padding: 20px 32px;
}

.doc-video .button .icon {
  margin-right: 8px;
}

.doc-video .button .text {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
}

.upload-archive {
  border: 2px solid #f6c373;
  background: rgba(251, 180, 22, 0.08);
  width: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  margin-bottom: 18px;
}

.upload-archive .icon {
  margin-right: 8px;
}

.upload-archive .text {
  font-size: 12px;
  color: #f6c373;
  text-transform: uppercase;
}

.status-top-container {
  background-image: url(../assets/status-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: color;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 400px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.status-top-container .icon {
  cursor: pointer;
}

.status-gallery {
  position: relative;
  background-image: url(../assets/status-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: color;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 315px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.status-gallery .icon {
  cursor: pointer;
}

.arrow-right {
  position: absolute;
  right: 32px;
  transform: rotateZ(-90deg);
  cursor: pointer;
}

.arrow-left {
  position: absolute;
  left: 32px;
  transform: rotateZ(90deg);
  cursor: pointer;
}

.status-gallery .dots {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 12px;
}

.status-gallery .dots .dot {
  background: rgba(255, 255, 255, 0.48);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.status-gallery .dots .dot.active {
  background: white;
}

.visualization {
  width: 100%;
  height: 615px;
  background-image: url(../assets/360.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.profile-picture-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
}

.profile-picture-wrapper .profile-picture {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}

.profile-picture-wrapper .profile-picture .change-picture {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.32);
  color: white;
  padding-bottom: 24px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
}

.address {
  background: #4c565e;
  width: 100%;
  height: 140px;
  padding: 36px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 10px;
}

.address .residential {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 4px;
}

.address .text {
  font-size: 16px;
  color: white;
}

.address .arrow {
  width: 32px;
}

.save-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}



span.anexo {
  border: 1px solid #b0b000;
  padding: 5px;
  margin: 2px;
  border-radius: 25px;
  color: #8e8e17;
  cursor: pointer;
  font-size: 0.9em;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

span.anexo:hover {
  background: #880;
  color: white;

}
p.remove {
  border: 1px solid #cecece;
  border-radius: 100%;
  width: 38px;
  padding: 5px;
  opacity: 0.3;
};
p.remove:hover {
  opacity:1;
  transition: all 0.5s;
};
.swal2-popup {
  min-width: 650px !important;
}

iframe {
  max-width: 100%;
}
.swal2-icon {
  margin: 1em auto;
}
.swal2-icon .swal2-icon-content {
   font-size: 1.75em;
}
.content-aviso *{
  height: 300px;
}
.content-aviso img {
  float: right;
  max-width: 236px;
  padding: 5px;
}
.content-aviso iframe{
  max-width: 50%;
}

.content-aviso *:hover {
  border:1px solid #b3b3b3;
}

.assis-selected {
  border: 1px solid #8d9398;
  border-radius: 4px;
  padding: 20px 20px;
  color: #343434;
  background-color: rgba(0, 0, 0, 0.1) !important;
  cursor: not-allowed;
  user-select: none;
  font-size: 14px;
  margin-bottom: 16px;
}

.agenda-radio {
  margin: 15px;
}

.agenda-button {
  border: none;
  border-radius: 4px;
  padding: 20px 20px;
  background:#f6c373;
  font-size: 16px;
  margin-bottom: 16px;
  width: 100%;
  color:white;
  display: flex;
  cursor: pointer;
}

.fc-nonbusiness, .fc-event,  .fc-bgevent{
  cursor: not-allowed;
}

.mr-1 {
  margin-right: 0.25em;
}
.mr-2 {
  margin-right: 0.5em;
}
.mr-3 {
  margin-right: 0.75em;
}
.mr-4 {
  margin-right: 1em;
}

.fc-time-grid .fc-slats td {
  height: 2.5em !important;
  border-bottom: 0;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}