@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300&family=Roboto+Flex:wght@200;600&display=swap');

h1 {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 64px;
  color: #313334;
}
h2 {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #313334;
}
h3 {
  font-family: 'Roboto Flex';
  font-style: bold;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #313334;
}
h4 {
  font-family: 'Roboto Flex';
  font-style: Bold;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #313334;
}
h5 {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #313334;
}
h6 {
  font-family: 'Roboto Flex' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #313334 !important;
}

body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #313334;
}

input::placeholder {
  color: #a4a4a4 !important;
}
textarea::placeholder {
  color: #a4a4a4 !important;
}

a:link,
a:visited {
  text-decoration: none;
  color: #313334;
}
a:hover {
  text-decoration: none;
  color: #313334;
}
a:active {
  text-decoration: none;
  color: #313334;
}

input[type='checkbox'] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
}

.splash-screen {
  background-color: #f2f4f6;
  background-image: url(../img/logo_loader.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
  height: 100vh;
}

.banner-prelogin {
  display: block;
  width: 100%;
  height: 100vh;
  padding: 0;
  background: url(../../assets/img/prelogin.jpg) no-repeat bottom center scroll;
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.banner-prelogin-mobile {
  display: block;
  width: 100%;
  height: 20vh;
  padding: 0;
  background: url(../../assets/img/prelogin-mobile3.jpg) no-repeat top center
    scroll;
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.logo {
  max-height: 40px;
  object-fit: cover;
}

.logo-prelogin {
  margin-top: 5%;
}
.form-prelogin {
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
}
.form-central {
  padding: 20px;
  background-color: #f2f4f6;
}
.footer-prelogin {
  background: #f2f4f6;
  text-align: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  margin: 0;
  position: absolute;
  bottom: 0;
}

.banner-login-mobile {
  display: block;
  width: 100%;
  height: 10vh;
  padding: 0;
  background: url(../../assets/img/prelogin-mobile3.jpg) no-repeat top center
    scroll;
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/*BOTOES*/
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1f6d8f;
  --bs-btn-border-color: #1f6d8f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #13a0dd;
  --bs-btn-hover-border-color: #13a0dd;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #13a0dd;
  --bs-btn-active-border-color: #13a0dd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1f6d8f;
  --bs-btn-disabled-border-color: #1f6d8f;
  border-radius: 56px;
  font-weight: 700;
}

.btn-outline-primary {
  --bs-btn-color: #1f6d8f;
  --bs-btn-border-color: #1f6d8f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1f6d8f;
  --bs-btn-hover-border-color: #1f6d8f;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1f6d8f;
  --bs-btn-active-border-color: #1f6d8f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1f6d8f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1f6d8f;
  --bs-gradient: none;
  font-weight: 700;
  border-radius: 56px;
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dab827;
  --bs-btn-border-color: #dab827;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f5ca0d;
  --bs-btn-hover-border-color: #f5ca0d;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f5ca0d;
  --bs-btn-active-border-color: #f5ca0d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dab827;
  --bs-btn-disabled-border-color: #dab827;
  border-radius: 56px;
  font-weight: 700;
}

.btn-outline-warning {
  --bs-btn-color: #dab827;
  --bs-btn-border-color: #dab827;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dab827;
  --bs-btn-hover-border-color: #dab827;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dab827;
  --bs-btn-active-border-color: #dab827;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dab827;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dab827;
  --bs-gradient: none;
  font-weight: 700;
  border-radius: 56px;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dab827;
  --bs-btn-border-color: #dab827;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f5ca0d;
  --bs-btn-hover-border-color: #f5ca0d;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f5ca0d;
  --bs-btn-active-border-color: #f5ca0d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dab827;
  --bs-btn-disabled-border-color: #dab827;
  border-radius: 56px;
  font-weight: 700;
}

.btn-outline-secondary {
  --bs-btn-color: #dab827;
  --bs-btn-border-color: #dab827;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dab827;
  --bs-btn-hover-border-color: #dab827;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dab827;
  --bs-btn-active-border-color: #dab827;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dab827;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dab827;
  --bs-gradient: none;
  font-weight: 700;
  border-radius: 56px;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dab827;
  --bs-btn-border-color: #dab827;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f5ca0d;
  --bs-btn-hover-border-color: #f5ca0d;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f5ca0d;
  --bs-btn-active-border-color: #f5ca0d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dab827;
  --bs-btn-disabled-border-color: #dab827;
  border-radius: 56px;
  font-weight: 700;
}

.btn-outline-secondary {
  --bs-btn-color: #dab827;
  --bs-btn-border-color: #dab827;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dab827;
  --bs-btn-hover-border-color: #dab827;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dab827;
  --bs-btn-active-border-color: #dab827;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dab827;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dab827;
  --bs-gradient: none;
  font-weight: 700;
  border-radius: 56px;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #eb4335;
  --bs-btn-border-color: #eb4335;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #be2a1d;
  --bs-btn-hover-border-color: #be2a1d;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #be2a1d;
  --bs-btn-active-border-color: #be2a1d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #eb4335;
  --bs-btn-disabled-border-color: #eb4335;
  border-radius: 56px;
  font-weight: 900;
}

.btn-outline-danger {
  --bs-btn-color: #eb4335;
  --bs-btn-border-color: #eb4335;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #eb4335;
  --bs-btn-hover-border-color: #eb4335;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #eb4335;
  --bs-btn-active-border-color: #eb4335;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #eb4335;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #eb4335;
  --bs-gradient: none;
  font-weight: 700;
  border-radius: 56px;
}

.btn-lg {
  height: 56px;
}

.btn-header {
  border: #fff 1px solid;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.btn-footer-mobile {
  border: 0 !important;
  background-color: transparent !important;
  margin-top: 5px;
  color: #5d5b56;
  line-height: 110%;
}

.active-btn-footer {
  color: #1f6d8f !important;
  font-weight: bold;
}

.btn-flutuante-footer-primary {
  filter: drop-shadow(0px 0px 16px #1f6d8f);
}

.div-flutuante-footer {
  position: fixed;
  bottom: 5%;
  z-index: 100000000000;
}

.header-lanchecard {
  color: #fff !important;
  /*background-color: RGBA(43, 117, 152, var(--bs-bg-opacity, 1)) !important;*/
  background-color: #1f6d8f !important;
  border: #1f6d8f 1px solid;
}

.bg-app {
  background: linear-gradient(
    to bottom,
    #1f6d8f 0%,
    #1f6d8f 25%,
    #f2f4f6 25%,
    #f2f4f6 100%
  );
}
/* ICONES*/
.icon-lc {
  font-size: 32px;
}
.icon-1x {
  font-size: 48px;
}
.icon-2x {
  font-size: 64px;
}
.icon-3x {
  font-size: 96px;
}

.icon-master {
  width: 20%;
  height: auto;
  margin-bottom: 10px;
}

.icon-footer {
  font-size: 20px;
  padding: 5px;
}

.span-success {
  background-color: rgba(52, 168, 83, 0.16) !important;
  color: #34a853 !important;
  padding: 2px 5px 2px 5px;
}
.span-danger {
  background-color: rgba(235, 67, 53, 0.08) !important;
  color: #eb4335 !important;
  padding: 2px 5px 2px 5px;
}
.span-primary {
  background-color: rgba(31, 109, 143, 0.08) !important;
  color: #1f6d8f !important;
  padding: 2px 5px 2px 5px;
}
.span-warning {
  background-color: rgba(255, 246, 237, 1) !important;
  color: #f7691a !important;
  padding: 2px 5px 2px 5px;
}

.form-label {
  font-weight: bold !important;
}

.label-redes {
  background-color: #f2f4f6;
  width: 56px;
  height: 56px;
}

.label-redes img {
  width: 48px;
  height: 48px;
}

.input-senha {
  border-right: none;
}
.input-group-text {
  border: 0 !important;
  border-top: var(--bs-border-width) solid var(--bs-border-color) !important;
  border-bottom: var(--bs-border-width) solid var(--bs-border-color) !important;
  border-left: var(--bs-border-width) solid var(--bs-border-color) !important;
  border-right: 0 !important;
}
.input-group-senha {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-body-bg);
  border-right: var(--bs-border-width) solid var(--bs-border-color) !important;
}

/*switch styles*/
div.btn-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

div.btn-container i {
  display: inline-block;
  position: relative;
  top: -9px;
}

label.switch {
  font-size: 16px;
  color: #424242;
  font-weight: 500;
}

.btn-color-mode-switch {
  display: inline-block;
  margin: 0px;
  position: relative;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner {
  margin: 0px;
  width: 250px;
  height: 40px;
  background: #e0e0e0;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
  display: block;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
  content: attr(data-on);
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  top: 7px;
  right: 20px;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
  content: attr(data-off);
  width: 125px;
  height: 35px;
  background: #fff;
  border-radius: 26px;
  position: absolute;
  left: 2px;
  top: 2px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 6px -2px #111;
  padding: 5px 0px;
}

.btn-color-mode-switch > .alert {
  display: none;
  background: #ff9800;
  border: none;
  color: #fff;
}

.btn-color-mode-switch input[type='checkbox'] {
  cursor: pointer;
  width: 125px;
  height: 35px;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0px;
}

.btn-color-mode-switch
  input[type='checkbox']:checked
  + label.btn-color-mode-switch-inner {
  color: #424242;
}

.btn-color-mode-switch
  input[type='checkbox']:checked
  + label.btn-color-mode-switch-inner:after {
  content: attr(data-on);
  left: 125px;
}

.btn-color-mode-switch
  input[type='checkbox']:checked
  + label.btn-color-mode-switch-inner:before {
  content: attr(data-off);
  right: auto;
  left: 20px;
}

.btn-color-mode-switch
  input[type='checkbox']:checked
  + label.btn-color-mode-switch-inner {
  /*background: #66BB6A; */
  /*color: #fff;*/
}

.btn-color-mode-switch input[type='checkbox']:checked ~ .alert {
  display: block;
}

/* MODAL*/
.btn-close {
  background-color: #f2f4f6;
  border-radius: 50%;
}

@media (max-width: 575.98px) {
  /* MODAL 100%*/
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100vh;
    bottom: 0;
    vertical-align: bottom;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100vh;
    border: 0;
    border-radius: 0;
    bottom: 0;
    vertical-align: bottom;
  }

  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  /* MODAL 40%*/
  .fulscreen-40 {
    width: 100vw;
    max-width: none;
    height: 40vh;
    margin-top: 60vh;
    bottom: 0;
    vertical-align: bottom;
  }

  .fulscreen-40 .modal-content {
    height: 40vh;
    border: 0;
    border-radius: 0;
    bottom: 0;
    vertical-align: bottom;
  }

  /* MODAL 60%*/
  .fulscreen-60 {
    width: 100vw;
    max-width: none;
    height: 60vh;
    margin-top: 40vh;
    bottom: 0;
    vertical-align: bottom;
  }

  .fulscreen-40 .modal-content {
    height: 60vh;
    border: 0;
    border-radius: 0;
    bottom: 0;
    vertical-align: bottom;
  }

  /* MODAL 80%*/
  .fulscreen-80 {
    width: 100vw;
    max-width: none;
    height: 80vh;
    margin-top: 20vh;
    bottom: 0;
    vertical-align: bottom;
  }

  .fulscreen-80 .modal-content {
    height: 80vh;
    border: 0;
    border-radius: 0;
    bottom: 0;
    vertical-align: bottom;
  }

  /* MODAL 95%*/
  .fulscreen-95 {
    width: 100vw;
    max-width: none;
    height: 95vh;
    margin-top: 5vh;
    bottom: 0;
    vertical-align: bottom;
  }

  .fulscreen-80 .modal-content {
    height: 95vh;
    border: 0;
    border-radius: 0;
    bottom: 0;
    vertical-align: bottom;
  }
}

.modal-content {
  border-top: #dab827 8px solid !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-header {
  border-bottom: none !important;
  margin-bottom: 0;
}

.card-alerta {
  background-color: rgba(31, 109, 143, 0.04);
  padding: 16px;
  font-size: 14px;
  border-radius: 10px;
}
.card-alerta-icons {
  font-size: 30px;
  margin: 5px;
}
.card-alerta-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  vertical-align: top;
}
.card-alerta-body {
  line-height: 18px;
  vertical-align: top;
}

.card-picture-dependente {
  margin: 5px;
}
.card-nome-dependente {
  font-weight: 600;
  font-size: 20px;
  color: #313334;
}
.card-desc-dependente {
  line-height: 20px;
  margin: 5px 5px 5px 10px;
}
.card-btn-icon-menu {
  background-color: #f2f4f6;
  border-radius: 4px;
  padding: 5px;
}

/* LISTAS*/
.list-group-item-options {
  border: 0;
  border-bottom: #f7f7f7 1px solid;
}
.list-group-item-icon {
  background-color: rgba(31, 109, 143, 0.16);
  border-radius: 50px;
  padding: 5px;
}
.list-group-item-context {
  line-height: 14px !important;
  margin-top: 5px !important;
  margin-left: 5px !important;
  padding: 5px !important;
}
.list-group-item-context-title {
  font-size: 14px;
  font-weight: bold;
  color: #1a191b;
}

.list-group-item-icon-lg {
  font-size: 40px;
  width: 48px;
  height: 48px;
  background-color: rgba(31, 109, 143, 0.16);
  border-radius: 50px;
  padding: 5px;
}
.list-group-item-context-lg {
  line-height: 20px !important;
  margin-top: 5px !important;
  margin-left: 5px !important;
  padding: 5px !important;
}
.list-group-item-context-title-lg {
  font-size: 16px;
  font-weight: bold;
  color: #1a191b;
}

/* TEXTO*/
.text-primary {
  color: #1f6d8f !important;
}
.texr-success {
  color: #2dac00 !important;
}
.text-small {
  font-size: 12px !important;
}
.text-regular {
  font-size: 14px !important;
}

/* FLATLIST*/
.flatlist {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
}

/* CARD BOOTSTRAP*/
.card-header {
  background-color: #ffffff !important;
}

/* CARD PRODUTOS*/
.card-produtos {
  background-color: #f2f4f6;
  width: 150px;
  height: auto;
  border-radius: 10px;
  margin: 0 8px 8px 8px;
  border: 1px solid #f2f4f6;
}
.card-produtos img {
  width: 150px;
  height: 100px;
  margin-bottom: 5px;
  border-radius: 10px 10px 0 0;
  object-fit: contain;
}

.card-produtos-context {
  padding: 5px;
  white-space: normal;
}

.card-produtos-descricao{
    width: 150px;
    padding: 5px;
    white-space: normal;
}

.card-produtos-footer {
  bottom: 5px;
  white-space: normal;
  border: #000 1px solid;
}

/* CARD MENU COMBO*/

.card-header-combo {
  margin-bottom: 15px;
  background-color: #1f6d8f;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 10px;
}

.card-body-combo {
  margin-bottom: 15px;
}

.card-footer-combo {
  margin-bottom: 15px;
}

/* CARRINHO DE COMPRAS*/

/* FOOTER */
.footer-mobile {
  background-color: #ffffff;
  padding: 10px, 24px, 10px, 24px;
  height: 64px;
  border-top: #f2f4f6 1px solid;
  text-align: center;
}
