﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/*Setup*/
@import url("vendor/main_20240325.css");
@import url("vendor/main_20240325.min.css");
@import url("abstracts/_mixins.css");
@import url("abstracts/_mixins.min.css");
@import url("_components/new_buttons.css");
@import url("_components/new_buttons.min.css");
@import url("_components/new_tabs.css");
@import url("_components/new_tabs.min.css");
@import url("_components/new_cards.css");
@import url("_components/new_cards.min.css");
@import url("_components/new_timeline.css");
@import url("_components/new_timeline.min.css");
@import url("_components/new_forms.css");
@import url("_components/new_forms.min.css");
@import url("page-login.css");
@import url("page-login.min.css");
h1, h2, h3, h4, h5, input {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}

p, a, button, label, span, td {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.btn-link--gray, .btn-link--black, .btn-link--red, .btn-radius--red-filtro, .btn-radius--white, .btn-outline--gray, .btn-outline--filtro, .btn-outline--red, .btn-sharp--lightgray, .btn-sharp--gray, .btn-sharp--black, .btn-sharp--white, .btn-sharp--red {
  padding: 0 12px;
  margin: 0;
  border: 0;
}
.btn-link--gray:active, .btn-link--black:active, .btn-link--red:active, .btn-radius--red-filtro:active, .btn-radius--white:active, .btn-outline--gray:active, .btn-outline--filtro:active, .btn-outline--red:active, .btn-sharp--lightgray:active, .btn-sharp--gray:active, .btn-sharp--black:active, .btn-sharp--white:active, .btn-sharp--red:active, .btn-link--gray:focus, .btn-link--black:focus, .btn-link--red:focus, .btn-radius--red-filtro:focus, .btn-radius--white:focus, .btn-outline--gray:focus, .btn-outline--filtro:focus, .btn-outline--red:focus, .btn-sharp--lightgray:focus, .btn-sharp--gray:focus, .btn-sharp--black:focus, .btn-sharp--white:focus, .btn-sharp--red:focus {
  outline: none;
  box-shadow: none;
}

.mh-56.btn-outline--gray, .mh-56.btn-outline--filtro, .mh-56.btn-outline--red, .mh-56.btn-sharp--lightgray, .mh-56.btn-sharp--gray, .mh-56.btn-sharp--black, .mh-56.btn-sharp--white, .mh-56.btn-sharp--red {
  height: 56px;
  min-height: 56px;
  font-size: 16px;
}
.mh-40.btn-outline--gray, .mh-40.btn-outline--filtro, .mh-40.btn-outline--red, .mh-40.btn-sharp--lightgray, .mh-40.btn-sharp--gray, .mh-40.btn-sharp--black, .mh-40.btn-sharp--white, .mh-40.btn-sharp--red {
  height: 40px;
  min-height: 40px;
  font-size: 12px;
}

.btn-link--gray, .btn-link--black, .btn-link--red, .btn-radius--red-filtro, .btn-radius--white, .btn-outline--gray, .btn-outline--filtro, .btn-outline--red, .btn-sharp--lightgray, .btn-sharp--gray, .btn-sharp--black, .btn-sharp--white, .btn-sharp--red {
  line-height: 24px;
  letter-spacing: 0.04em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-sharp--red {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: BLACK;
  color: #fff;
}
.btn-sharp--red:hover {
  background-color: black;
  color: #fff;
}
.btn-sharp--red:focus, .btn-sharp--red:active:focus, .btn-sharp--red.active:focus {
  outline: 0 none;
}
.btn-sharp--red:disabled {
  background-color: #C3C3C3;
  border-color: #C3C3C3;
}
.btn-sharp--white {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  color: BLACK;
}
.btn-sharp--white:hover {
  background-color: rgb(229.5, 229.5, 229.5);
  color: BLACK;
}
.btn-sharp--white:focus, .btn-sharp--white:active:focus, .btn-sharp--white.active:focus {
  outline: 0 none;
}
.btn-sharp--black {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #2E2D37;
  color: #fff;
}
.btn-sharp--black:hover {
  background-color: rgb(22.54, 22.05, 26.95);
  color: #fff;
}
.btn-sharp--black:focus, .btn-sharp--black:active:focus, .btn-sharp--black.active:focus {
  outline: 0 none;
}
.btn-sharp--gray {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #2E2D37;
  color: #fff;
}
.btn-sharp--gray:hover {
  background-color: rgb(22.54, 22.05, 26.95);
  color: #fff;
}
.btn-sharp--gray:focus, .btn-sharp--gray:active:focus, .btn-sharp--gray.active:focus {
  outline: 0 none;
}
.btn-sharp--lightgray {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #C3C3C3;
  color: #fff;
}
.btn-sharp--lightgray:hover {
  background-color: rgb(169.5, 169.5, 169.5);
  color: #fff;
}
.btn-sharp--lightgray:focus, .btn-sharp--lightgray:active:focus, .btn-sharp--lightgray.active:focus {
  outline: 0 none;
}
.btn-outline--red {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: transparent;
  color: BLACK;
  border: 1px solid;
}
.btn-outline--red:hover {
  background-color: black;
  color: #fff;
  border-color: black;
}
.btn-outline--red:focus, .btn-outline--red:active:focus, .btn-outline--red.active:focus {
  outline: 0 none;
}
.btn-outline--filtro {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: transparent;
  color: #ECEDF2;
  border: 1px solid;
}
.btn-outline--filtro:hover {
  background-color: rgb(205.71875, 208.3125, 221.28125);
  color: #fff;
  border-color: rgb(205.71875, 208.3125, 221.28125);
}
.btn-outline--filtro:focus, .btn-outline--filtro:active:focus, .btn-outline--filtro.active:focus {
  outline: 0 none;
}
.btn-outline--gray {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: transparent;
  color: #2E2D37;
  border: 1px solid;
}
.btn-outline--gray:hover {
  background-color: rgb(22.54, 22.05, 26.95);
  color: #fff;
  border-color: rgb(22.54, 22.05, 26.95);
}
.btn-outline--gray:focus, .btn-outline--gray:active:focus, .btn-outline--gray.active:focus {
  outline: 0 none;
}
.btn-radius--white {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  background-color: #fff;
  color: BLACK;
  height: 40px;
}
.btn-radius--white:hover {
  background-color: rgb(229.5, 229.5, 229.5);
  color: BLACK;
}
.btn-radius--white:focus, .btn-radius--white:active:focus, .btn-radius--white.active:focus {
  outline: 0 none;
}
.btn-radius--white:hover {
  background-color: #ECEDF2;
}
.btn-radius--red-filtro {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  background-color: BLACK;
  color: #fff;
  height: 40px;
}
.btn-radius--red-filtro:hover {
  background-color: black;
  color: #fff;
}
.btn-radius--red-filtro:focus, .btn-radius--red-filtro:active:focus, .btn-radius--red-filtro.active:focus {
  outline: 0 none;
}
.btn-radius--red-filtro:hover {
  background-color: BLACK;
}
.btn-link--red {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: transparent;
  color: BLACK;
  letter-spacing: 0;
  height: 10px;
  min-height: 40px;
  font-size: 16px;
}
.btn-link--red:hover {
  background-color: rgba(0, 0, 0, 0);
  color: BLACK;
}
.btn-link--red:focus, .btn-link--red:active:focus, .btn-link--red.active:focus {
  outline: 0 none;
}
.btn-link--red:hover {
  background-color: BLACK;
  color: #fff;
}
.btn-link--black {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: transparent;
  color: #2E2D37;
  letter-spacing: 0;
  height: 10px;
  min-height: 40px;
  font-size: 16px;
}
.btn-link--black:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #2E2D37;
}
.btn-link--black:focus, .btn-link--black:active:focus, .btn-link--black.active:focus {
  outline: 0 none;
}
.btn-link--black:hover {
  background-color: #2E2D37;
  color: #fff;
}
.btn-link--gray {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: transparent;
  color: #AEAEBA;
  letter-spacing: 0;
  height: 10px;
  min-height: 40px;
  font-size: 16px;
}
.btn-link--gray:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #AEAEBA;
}
.btn-link--gray:focus, .btn-link--gray:active:focus, .btn-link--gray.active:focus {
  outline: 0 none;
}
.btn-link--gray:hover {
  background-color: #AEAEBA;
  color: #fff;
}
.btn--disabled {
  opacity: 0.3;
  cursor: default;
}
.btn--fit, .btn-fit {
  width: fit-content;
}

/*Setup*/
h1, h2, h3, h4, h5, input {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}

p, a, button, label, span, td {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.form-select-group select.form-select, input[type=search], select.form-select, input[type=tel],
input[type=text],
input[type=password],
input[type=number],
input[type=email], textarea.form-control {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /* FF 18 */
  /* FF 19+ */
  border: 2px solid #ECEDF2;
}
.form-select-group select.form-select::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, select.form-select::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
  color: #aeaeba;
  font-weight: 500;
}
input[type=search]:-moz-placeholder, select.form-select:-moz-placeholder, input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=email]:-moz-placeholder, textarea.form-control:-moz-placeholder {
  color: #aeaeba;
  font-weight: 500;
}
.form-select-group select.form-select::-moz-placeholder, input[type=search]::-moz-placeholder, select.form-select::-moz-placeholder, input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder, textarea.form-control::-moz-placeholder {
  color: #aeaeba;
  font-weight: 500;
}
input[type=search]:-ms-input-placeholder, select.form-select:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
  color: #aeaeba;
  font-weight: 500;
}
input[type=search]:active, select.form-select:active, input[type=tel]:active,
input[type=text]:active,
input[type=password]:active,
input[type=number]:active,
input[type=email]:active, textarea.form-control:active, input[type=search]:focus, select.form-select:focus, input[type=tel]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus, textarea.form-control:focus {
  border-color: #2E2D37;
  box-shadow: none;
  /* FF 18 */
  /* FF 19+ */
}
input[type=search]:active::-webkit-input-placeholder, select.form-select:active::-webkit-input-placeholder, input[type=tel]:active::-webkit-input-placeholder,
input[type=text]:active::-webkit-input-placeholder,
input[type=password]:active::-webkit-input-placeholder,
input[type=number]:active::-webkit-input-placeholder,
input[type=email]:active::-webkit-input-placeholder, textarea.form-control:active::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder, select.form-select:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder, textarea.form-control:focus::-webkit-input-placeholder {
  color: #2e2d37;
  font-weight: 500;
}
input[type=search]:active:-moz-placeholder, select.form-select:active:-moz-placeholder, input[type=tel]:active:-moz-placeholder,
input[type=text]:active:-moz-placeholder,
input[type=password]:active:-moz-placeholder,
input[type=number]:active:-moz-placeholder,
input[type=email]:active:-moz-placeholder, textarea.form-control:active:-moz-placeholder, input[type=search]:focus:-moz-placeholder, select.form-select:focus:-moz-placeholder, input[type=tel]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder, textarea.form-control:focus:-moz-placeholder {
  color: #2e2d37;
  font-weight: 500;
}
input[type=search]:active::-moz-placeholder, select.form-select:active::-moz-placeholder, input[type=tel]:active::-moz-placeholder,
input[type=text]:active::-moz-placeholder,
input[type=password]:active::-moz-placeholder,
input[type=number]:active::-moz-placeholder,
input[type=email]:active::-moz-placeholder, textarea.form-control:active::-moz-placeholder, input[type=search]:focus::-moz-placeholder, select.form-select:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder, textarea.form-control:focus::-moz-placeholder {
  color: #2e2d37;
  font-weight: 500;
}
input[type=search]:active:-ms-input-placeholder, select.form-select:active:-ms-input-placeholder, input[type=tel]:active:-ms-input-placeholder,
input[type=text]:active:-ms-input-placeholder,
input[type=password]:active:-ms-input-placeholder,
input[type=number]:active:-ms-input-placeholder,
input[type=email]:active:-ms-input-placeholder, textarea.form-control:active:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder, select.form-select:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder, textarea.form-control:focus:-ms-input-placeholder {
  color: #2e2d37;
  font-weight: 500;
}

textarea.form-control {
  font-size: 16px;
}

.form-select-group select.form-select, input[type=search], select.form-select, input[type=tel],
input[type=text],
input[type=password],
input[type=number],
input[type=email] {
  height: 56px;
  font-size: 16px;
}

.form-group--wrap input.error, .form-group--wrap input.input-validation-error {
  border: 2px solid #9B51E0;
  color: #9B51E0;
  background-image: url("../../images/icons/default/alert_1.svg");
  background-position: center right 8px;
  background-repeat: no-repeat;
}
.form-group--wrap input.error + label, .form-group--wrap input.input-validation-error + label {
  color: #9B51E0 !important;
}

.class-helper input.error, .class-helper input.error:valid, .class-helper input.input-validation-error, .class-helper input.input-validation-error:valid {
  border: 2px solid #9B51E0;
  color: #9B51E0;
  background-image: url("../../images/icons/default/alert_1.svg");
  background-position: center right 8px;
  background-repeat: no-repeat;
}
.class-helper input.error + label, .class-helper input.error:valid + label, .class-helper input.input-validation-error + label, .class-helper input.input-validation-error:valid + label {
  color: #9B51E0 !important;
}

.form-group--wrap input:valid + label {
  font-size: 12px;
  top: -5px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
  color: #AEAEBA;
}
.form-group--wrap input:read-only + label {
  font-size: 12px;
  top: -5px;
  left: 10px;
  background-color: #ffffff !important;
  padding: 0px 5px 0px 5px;
  color: #AEAEBA;
}
.form-group--wrap input:focus + label {
  font-size: 12px;
  top: -5px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
  color: #2E2D37;
}
.form-group--wrap input[type=text]:focus,
.form-group--wrap input[type=password]:focus {
  outline: none;
  box-shadow: none;
  border-color: #2E2D37;
}

input[type=tel],
input[type=text],
input[type=password],
input[type=number],
input[type=email] {
  /* @include border-radius($btn-border-radius);
  @include placeholder($fonte-color-placeholder);
  border: 2px solid $border-color-input;
  height: 56px;
  font-size: 16px;*/
}

input:read-only {
  background-color: #ffffff !important;
  color: #AEAEBA !important;
}

select.form-select option:hover {
  background: BLACK;
  color: #fff;
}

input[type=search] {
  background-image: url("../../images/icons/default/search.svg");
  background-repeat: no-repeat;
  background-position: center left 9px;
  padding-left: 40px;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background-image: url("../../images/icons/default/close_red.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
}

.form-select-group {
  position: relative;
}
.form-select-group--wrap label {
  font-weight: 500;
  font-size: 12px;
  top: -10px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
  color: #2E2D37;
  position: absolute;
}

.form-group--wrap {
  width: auto;
  height: auto;
  position: relative;
}
.form-group--wrap label {
  padding: 16px 14px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  pointer-events: none;
}
.form-group--wrap label.lbl-erro {
  color: #9B51E0 !important;
  padding: 0;
  font-size: 10px;
  bottom: -20px;
  top: auto;
  display: block;
  right: 10px;
  left: auto;
}

.toggler {
  padding: 3px;
  position: relative;
}
@keyframes moveCircle1 {
  50% {
    padding: 0 12%;
  }
}
@keyframes moveCircle2 {
  50% {
    padding: 0 12%;
  }
}
.toggler__label {
  user-select: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.toggler__label span {
  margin-left: 1em;
}
.toggler__label input:checked ~ .toggler::before {
  transform: translateX(-100%);
  left: 100%;
  animation: moveCircle2 0.2s ease 1;
}
.toggler::before {
  content: "";
  display: block;
  background: white;
  position: relative;
  left: 0;
  animation: moveCircle1 0.2s ease 1;
}

.toggler {
  background: #c5c6d0;
  border-radius: 32px;
  width: 40px;
  transition: 0.2s cubic-bezier(0.7, 0.15, 0.36, 1);
}
.toggler__label input:checked ~ .toggler {
  background: BLACK;
}
.toggler::before {
  border-radius: 16px;
  width: 16px;
  height: 16px;
  transition: 0.2s cubic-bezier(0.7, 0.15, 0.36, 1);
}

#modalOficina .modal-dialog {
  min-width: 770px;
}
#modalOficina .avaliacao-oficina {
  float: right;
}
#modalOficina .btn-outline--red.custom--falar-oficina {
  background-position: center right 10px;
  background-repeat: no-repeat;
  padding-right: 40px;
  background-image: url("../../images/icons/btn/WhatsApp_red.svg");
}
#modalOficina .btn-outline--red.custom--falar-oficina:hover {
  background-image: url("../../images/icons/btn/WhatsApp.svg");
}
@media screen and (min-width: 320px) and (max-width: 667px) {
  #modalOficina .modal-dialog {
    min-width: 100%;
  }
  #modalOficina .avaliacao-oficina {
    margin-bottom: 12px;
    float: none;
  }
  #modalOficina .nome-oficina {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  #modalOficina .nome-oficina p.size-24 {
    font-size: 16px;
  }
  #modalOficina .info-carousel {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0 !important;
  }
  #modalOficina .owl-carousel.carousel-modal-oficina {
    margin: 0;
    padding: 0;
  }
  #modalOficina .owl-carousel.carousel-modal-oficina .owl-nav.disabled {
    display: none !important;
  }
  #modalOficina .owl-carousel.carousel-modal-oficina .owl-item .item {
    min-height: 100px;
    height: 100px;
  }
  #modalOficina .info-funcionamento {
    margin-bottom: 25px !important;
    margin-top: 25px;
  }
  #modalOficina .info-funcionamento span {
    width: 100%;
    display: block;
  }
  #modalOficina .info-funcionamento span:first-child, #modalOficina .info-funcionamento span:nth-child(2) {
    margin-bottom: 8px;
  }
  #modalOficina .info-funcionamento span:nth-child(2) {
    margin-left: 0 !important;
  }
  #modalOficina .descricao-oficina.size-16 {
    font-size: 12px;
  }
  #modalOficina .footer-modal button {
    width: 100%;
    min-height: 56px;
  }
  #modalOficina .footer-modal button.btn-sharp--red {
    background-image: url(../../images/icons/btn/Calendario.svg);
    background-repeat: no-repeat;
    background-position: center right 25%;
    padding-right: 45px;
  }
  #modalOficina .footer-modal button.btn-outline--red.custom--falar-oficina {
    background-position: center right 25%;
  }
}

#modalServico .img-sku img {
  border-radius: 10px;
  width: 100%;
}
#modalServico .nome-servico {
  max-width: 95%;
}
#modalServico .btn-outline--red.custom--re-agendar {
  background-position: center right 10px;
  background-repeat: no-repeat;
  padding-right: 40px;
  background-image: url("../../images/icons/btn/Calendario_red.svg");
}
#modalServico .btn-outline--red.custom--re-agendar:hover {
  background-image: url("../../images/icons/btn/Calendario.svg");
}
@media screen and (min-width: 320px) and (max-width: 667px) {
  #modalServico .text-header-responsive {
    padding-left: 0;
    padding-right: 0;
  }
  #modalServico .btn-header-responsive {
    padding: 6px 8px;
    height: 40px;
  }
  #modalServico .btn-header-responsive img {
    max-width: 22px;
  }
  #modalServico .modal-content .modal-body {
    padding: 22px 0;
  }
  #modalServico .nome-servico.size-24.font {
    font-size: 16px;
    margin-bottom: 25px;
    max-width: 100%;
  }
  #modalServico .descricao-sku, #modalServico .action-line {
    margin: 0 22px;
  }
}

.modal-avaliacao .modal-content {
  min-width: 580px;
  border-radius: 10px;
}
.modal-avaliacao .modal-header {
  padding-bottom: 0 !important;
}
.modal-avaliacao .modal-header, .modal-avaliacao .modal-body {
  padding: 1.5rem;
}
.modal-avaliacao .icone-avaliacao {
  vertical-align: text-bottom;
}
@media (min-width: 768px) {
  .modal-avaliacao {
    min-width: 100%;
  }
}

.modal-content button.close {
  padding: 0.2rem 0.2rem;
}
.modal-content button.close span {
  font-size: 32px;
  line-height: 24px;
  color: #2E2D37;
}
.modal-content.modal-login {
  border-radius: 8px;
  padding: 8px 8px 18px;
  min-height: 330px;
}
.modal-content.modal-login .btn-close {
  position: absolute;
  right: 8px;
  top: 8px;
  opacity: 0.2;
  z-index: 1000;
}
.modal-content .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

#modalServico .modal-content .modal-body {
  padding: 1.5rem;
}

#modalAgendar .form-select-group {
  margin-bottom: 25px;
}
#modalAgendar input[type=text], #modalAgendar input[type=password], #modalAgendar input[type=search], #modalAgendar input[type=email] {
  height: 56px;
}
@media screen and (min-width: 320px) and (max-width: 667px) {
  #modalAgendar .datepicker {
    padding: 10px 40px 30px;
  }
}

#modalGeo .modal-content {
  border-radius: 10px;
  border: none;
}
#modalGeo .modal-body.bg-geo {
  background-image: url(../../images/marketplace/bg-ativar-localizacao.svg);
  background-repeat: no-repeat;
  background-position: center top 50px;
  padding: 260px 25px 25px;
}

#modalRealizacaoServico .modal-body .bg-realizacao {
  background-image: url(../../images/marketplace/bg-realizacao.svg);
  background-repeat: no-repeat;
  background-position: center top 72px;
  padding: 170px 25px 25px;
}
#modalRealizacaoServico .modal-body .bg-realizacao-sim, #modalRealizacaoServico .modal-body .bg-generico {
  background-image: url(../../images/marketplace/bg-realizacao-sim.svg);
  background-repeat: no-repeat;
  background-position: center top 72px;
  padding: 170px 20px 20px;
}
#modalRealizacaoServico .modal-body .bg-realizacao-nao {
  background-image: url(../../images/marketplace/bg-realizacao-nao.svg);
  background-repeat: no-repeat;
  background-position: center top 72px;
  padding: 170px 25px 25px;
}
#modalRealizacaoServico .modal-body .bg-agradecemos {
  background-image: url(../../images/marketplace/bg-agradecemos.svg);
  background-repeat: no-repeat;
  background-position: center top 72px;
  padding: 170px 25px 25px;
}
#modalRealizacaoServico .modal-body .bg-cancelar {
  background-image: url(../../images/marketplace/bg-cancelar.svg);
  background-repeat: no-repeat;
  background-position: center top 72px;
  padding: 170px 25px 25px;
}

#modalSucesso .modal-content {
  border-radius: 10px;
  border: none;
}
#modalSucesso .modal-body.bg-sucesso {
  background-image: url(../../images/marketplace/sucesso-modal.svg);
  background-repeat: no-repeat;
  background-position: center top 40px;
  padding: 160px 25px 25px;
}

.modal .modal-body {
  padding: 25px;
}
.modal .modal-content {
  border-radius: 10px;
  border: none;
}
.modal .modal-content .btn-close {
  position: absolute;
  right: 25px;
  top: 25px;
  opacity: 1;
  z-index: 1000;
}

.perfil-modal .modal-dialog {
  max-width: 378px;
}
.perfil-modal .modal-body {
  padding: 35px;
}
.perfil-modal .modal-body .editar-perfil .editar-foto:before {
  margin: 10px auto 30px;
}
.perfil-modal .modal-body .editar-perfil .editar-foto .img-perfil img {
  margin: 10px auto 30px;
}
.perfil-modal .img-perfil img {
  border-radius: 50%;
  width: 108px;
  height: 108px;
  margin: 20px auto 50px;
}
.perfil-modal .editar-foto {
  display: flex;
  position: relative;
  justify-content: center;
}
.perfil-modal .editar-foto:before {
  content: "";
  background-image: url(../../images/icons/default/Camera.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
  width: 108px;
  height: 108px;
  background-color: rgba(51, 51, 51, 0.34);
  border-radius: 50%;
  position: absolute;
  margin: 20px auto 50px;
}

@media screen and (min-width: 320px) and (max-width: 667px) {
  #modalFiltros .modal-dialog, #modalAgendar .modal-dialog, #modalSucesso .modal-dialog, #modalGeo .modal-dialog, #modalRealizacaoServico .modal-dialog {
    position: absolute;
    bottom: 0;
  }
  #modalFiltros .modal-dialog.modal-dialog-centered, #modalAgendar .modal-dialog.modal-dialog-centered, #modalSucesso .modal-dialog.modal-dialog-centered, #modalGeo .modal-dialog.modal-dialog-centered, #modalRealizacaoServico .modal-dialog.modal-dialog-centered {
    display: flex;
    align-items: flex-end;
    min-height: auto;
  }
  #modalFiltros .modal-dialog .modal-content, #modalAgendar .modal-dialog .modal-content, #modalSucesso .modal-dialog .modal-content, #modalGeo .modal-dialog .modal-content, #modalRealizacaoServico .modal-dialog .modal-content {
    border-radius: 10px 10px 0 0;
    height: 100%;
  }
  #modalFiltros .modal-dialog .modal-content .modal-header .btn-close-responsive, #modalAgendar .modal-dialog .modal-content .modal-header .btn-close-responsive, #modalSucesso .modal-dialog .modal-content .modal-header .btn-close-responsive, #modalGeo .modal-dialog .modal-content .modal-header .btn-close-responsive, #modalRealizacaoServico .modal-dialog .modal-content .modal-header .btn-close-responsive {
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 0;
  }
  #modalFiltros .modal-dialog .modal-content .modal-body, #modalAgendar .modal-dialog .modal-content .modal-body, #modalSucesso .modal-dialog .modal-content .modal-body, #modalGeo .modal-dialog .modal-content .modal-body, #modalRealizacaoServico .modal-dialog .modal-content .modal-body {
    max-height: 90vh;
    overflow-y: scroll;
  }
}

/*Setup*/
h1, h2, h3, h4, h5, input {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}

p, a, button, label, span, td {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.color-lbl-cupom.font {
  color: #2E2D37;
  opacity: 0.5;
}
.color-blue-modal.font {
  color: #2F80ED;
}
.color-blue-modal.font .link {
  color: #2F80ED;
  font-weight: 700;
}
.color-default.font {
  color: #2E2D37;
}
.color-purple.font {
  color: #9B51E0;
}
.color-white.font {
  color: #fff;
}
.color-light-gray.font {
  color: #696977; /*#696977*/
}
.color-dark-gray.font {
  color: #2E2D37;
}
.color-gray-2.font {
  color: #747474;
}
.color-place-gray.font {
  color: #AEAEBA; /*#AEAEBA*/
}
.color-warning.font {
  color: #FF9900;
}
.color-red.font {
  color: BLACK;
}
.color-red.btn.font:hover {
  color: black;
}
.color-green.font {
  color: #27AE60;
}
.color-blue.font {
  color: #173A67;
}
.color-light-blue.font {
  color: #2F80ED;
}

.size-10.font {
  font-size: 10px;
}
.size-12.font {
  font-size: 12px;
}
.size-13.font {
  font-size: 13px;
}
.size-14.font {
  font-size: 14px;
}
.size-16.font {
  font-size: 16px;
}
.size-18.font {
  font-size: 18px;
}
.size-20.font {
  font-size: 20px;
}
.size-22.font {
  font-size: 22px;
}
.size-24.font {
  font-size: 24px;
}
.size-28.font {
  font-size: 28px;
}
.size-30.font {
  font-size: 30px;
}
.size-32.font {
  font-size: 32px;
}
.size-38.font {
  font-size: 38px;
}
.size-45.font {
  font-size: 45px;
}

.w-100.font {
  font-weight: 100;
}
.w-400.font {
  font-weight: 400;
}
.w-500.font {
  font-weight: 500;
}
.w-600.font {
  font-weight: 600;
}
.w-700.font {
  font-weight: 700;
}
.w-normal.font {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.font.text-underline-none {
  text-decoration: none;
}
.font.text-strikethrough span {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.font.text-strikethrough span:after {
  content: "";
  display: block;
  width: 100%;
  height: 55%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 3px solid #27AE60;
}

/*Setup*/
h1, h2, h3, h4, h5, input {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}

p, a, button, label, span, td {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.nav-tabs.marketplace-tabs {
  border: none;
  justify-content: space-between;
}
.nav-tabs.marketplace-tabs-cupons {
  border: none;
  justify-content: center;
}
.nav-tabs.marketplace-tabs .nav-item .nav-link, .nav-tabs.marketplace-tabs-cupons .nav-item .nav-link {
  color: #696977;
  border-width: 3px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  min-height: 52px;
  font-weight: bold;
  padding-left: 35px;
  padding-right: 35px;
}
.nav-tabs.marketplace-tabs .nav-item .nav-link .bg-tabs, .nav-tabs.marketplace-tabs-cupons .nav-item .nav-link .bg-tabs {
  background-color: #696977;
  margin-left: 5px;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 14px;
  padding: 4px 0px;
  line-height: 14px;
}
.nav-tabs.marketplace-tabs .nav-item .nav-link.active, .nav-tabs.marketplace-tabs-cupons .nav-item .nav-link.active {
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  color: BLACK;
  background-color: transparent;
}
.nav-tabs.marketplace-tabs .nav-item .nav-link.active:after, .nav-tabs.marketplace-tabs-cupons .nav-item .nav-link.active:after {
  content: "";
  border-bottom: 3px solid BLACK;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.nav-tabs.marketplace-tabs .nav-item .nav-link.active .bg-tabs, .nav-tabs.marketplace-tabs-cupons .nav-item .nav-link.active .bg-tabs {
  background-color: BLACK;
}
.nav-tabs.marketplace-tabs-menu {
  border: none;
  justify-content: center;
}
.nav-tabs.marketplace-tabs-menu.Car10 .item:first-child {
  margin-right: 37px;
}
.nav-tabs.marketplace-tabs-menu.Car10 .item:first-child .buttom {
  background-image: url("../../images/car10/icons/default/ic-menu-servicos.svg") !important;
}
.nav-tabs.marketplace-tabs-menu.Car10 .item:last-child {
  margin-left: 37px;
}
.nav-tabs.marketplace-tabs-menu.Car10 .item:last-child .buttom {
  background-image: url("../../images/car10/icons/default/ic-menu-cupons.svg") !important;
}
.nav-tabs.marketplace-tabs-menu.WMServicos .item:first-child {
  margin-right: 37px;
}
.nav-tabs.marketplace-tabs-menu.WMServicos .item:first-child .buttom {
  background-image: url("../../images/icons/default/ic-menu-servicos.svg") !important;
}
.nav-tabs.marketplace-tabs-menu.WMServicos .item:last-child {
  margin-left: 37px;
}
.nav-tabs.marketplace-tabs-menu.WMServicos .item:last-child .buttom {
  background-image: url("../../images/icons/default/ic-menu-cupons.svg") !important;
}
.nav-tabs.marketplace-tabs-menu .item {
  width: calc(50% - 37px);
  margin-bottom: 35px;
  margin-top: 20px;
  height: 130px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px rgba(60, 81, 96, 0.14);
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nav-tabs.marketplace-tabs-menu .item .buttom {
  width: 100%;
  display: flex;
  background-repeat: no-repeat;
  background-position: 24px 8px;
  background-size: 8%;
  padding-top: 50px;
  padding-left: 24px;
  font-size: 24px;
  font-weight: 600;
  color: #2E2D37;
  flex-direction: column;
  align-items: flex-start;
}
.nav-tabs.marketplace-tabs-menu .item .buttom span {
  font-size: 14px;
  font-weight: 400;
  color: #2E2D37;
}
.nav-tabs.marketplace-tabs-menu .item:first-child {
  margin-right: 37px;
}
.nav-tabs.marketplace-tabs-menu .item:first-child .buttom {
  background-image: url("../../images/icons/default/ic-menu-servicos.svg");
}
.nav-tabs.marketplace-tabs-menu .item:last-child {
  margin-left: 37px;
}
.nav-tabs.marketplace-tabs-menu .item:last-child .buttom {
  background-image: url("../../images/icons/default/ic-menu-cupons.svg");
}
.nav-tabs.marketplace-tabs-menu .nav-link.active {
  border: 2px solid BLACK;
}
.nav-tabs.marketplace-grupo-servicos {
  border: none;
  justify-content: center;
}
.nav-tabs.marketplace-grupo-servicos.Car10 .item:first-child .buttom {
  background-image: url("../../images/CAR10/icons/default/ic_menu_reparacao.svg");
}
.nav-tabs.marketplace-grupo-servicos.Car10 .item:nth-child(2) .buttom {
  background-image: url("../../images/CAR10/icons/default/ic_menu_balanceamento.svg");
}
.nav-tabs.marketplace-grupo-servicos.Car10 .item:last-child .buttom {
  background-image: url("../../images/CAR10/icons/default/ic_menu_higienizacao.svg");
}
.nav-tabs.marketplace-grupo-servicos.WMServicos .item:first-child .buttom {
  background-image: url("../../images/icons/default/ic_menu_reparacao.svg");
}
.nav-tabs.marketplace-grupo-servicos.WMServicos .item:nth-child(2) .buttom {
  background-image: url("../../images/icons/default/ic_menu_balanceamento.svg");
}
.nav-tabs.marketplace-grupo-servicos.WMServicos .item:last-child {
  margin-left: 37px;
}
.nav-tabs.marketplace-grupo-servicos.WMServicos .item:last-child .buttom {
  background-image: url("../../images/icons/default/ic_menu_higienizacao.svg");
}
.nav-tabs.marketplace-grupo-servicos .item {
  width: calc(25% - 16px);
  margin: 50px 8px;
  height: 168px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px rgba(60, 81, 96, 0.14);
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*&:first-child {

      .buttom {
          .buttom {
              background-image: url('../../images/icons/default/ic_menu_reparacao.svg');
          }
      }
  }

  &:nth-child(2) {
      .buttom {
          background-image: url('../../images/icons/default/ic_menu_balanceamento.svg');
      }
  }

  &:last-child {

      .buttom {
          background-image: url('../../images/icons/default/ic_menu_higienizacao.svg');
      }
  }*/
}
.nav-tabs.marketplace-grupo-servicos .item .buttom {
  width: 100%;
  display: flex;
  background-repeat: no-repeat;
  background-position: 17px 0px;
  padding: 60px 12px 12px 12px;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #2E2D37;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  text-align: start;
}
.nav-tabs.marketplace-grupo-servicos .item .buttom span {
  font-size: 13px;
  font-weight: 400;
  color: #2E2D37;
  margin-top: 8px;
}
.nav-tabs.marketplace-grupo-servicos .nav-link.active {
  border: 2px solid BLACK;
}
@media screen and (min-width: 320px) and (max-width: 667px) {
  .nav-tabs.marketplace-tabs-menu {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .nav-tabs.marketplace-tabs-menu .item {
    width: calc(50% - 37px);
    margin-bottom: 50px;
    margin-top: 50px;
    height: 168px;
    box-shadow: 1px 2px 4px 1px rgba(60, 81, 96, 0.14) !important;
  }
  .nav-tabs.marketplace-tabs-menu .item .buttom {
    width: calc(50% - 8px);
    min-width: 205px;
    max-height: 95px;
    padding: 5px 5px 5px 55px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    background-position: 0;
  }
  .nav-tabs.marketplace-tabs-menu .item .buttom span {
    font-size: 10px;
    margin-bottom: 0;
  }
  .nav-tabs.marketplace-tabs-menu .item:first-child {
    margin-right: 37px;
  }
  .nav-tabs.marketplace-tabs-menu .item:first-child .buttom {
    background-image: url("../../images/icons/default/ic-menu-servicos-mobile.svg");
    background-color: #2E2D37;
    margin-right: 4px;
    color: #fff;
  }
  .nav-tabs.marketplace-tabs-menu .item:first-child .buttom span {
    color: #fff;
  }
  .nav-tabs.marketplace-tabs-menu .item:last-child {
    margin-left: 37px;
  }
  .nav-tabs.marketplace-tabs-menu .item:last-child .buttom {
    background-image: url("../../images/icons/default/ic-menu-cupons-mobile.svg");
    background-color: #FFF;
    margin-left: 4px;
  }
}

@media screen and (min-width: 320px) and (max-width: 667px) {
  .itens-container {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .itens-container .marketplace-tabs-menu.items {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    justify-content: flex-start;
  }
  .itens-container .marketplace-tabs-menu.items .item {
    flex: none;
    width: calc(75% - 4px);
    margin: 4px;
    height: 95px;
    scroll-snap-align: start;
    border-radius: 4px;
  }
  .itens-container .marketplace-tabs-menu.items .item.active {
    border: 2px solid BLACK;
    background-color: BLACK;
  }
  .itens-container .marketplace-tabs-menu.items .item .buttom {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover;
    border-radius: 3px;
  }
  .grupo-servicos-container {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .grupo-servicos-container .marketplace-grupo-servicos {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .grupo-servicos-container .marketplace-grupo-servicos.Car10 .item:after {
    background-image: url("../../images/CAR10/icons/default/ic_forward_servicos.svg");
  }
  .grupo-servicos-container .marketplace-grupo-servicos .item {
    width: 100% !important;
    margin: 12px 0 !important;
    position: relative;
  }
  .grupo-servicos-container .marketplace-grupo-servicos .item:after {
    content: "";
    background-image: url("../../images/icons/default/ic_forward_servicos.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 16px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .grupo-servicos-container .marketplace-grupo-servicos .item.active {
    border: 2px solid BLACK;
  }
  .grupo-servicos-container .marketplace-grupo-servicos .item .buttom {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover;
    border-radius: 3px;
  }
}
.painel--list .card-oficina.card-destaque .card-oficina--body, .painel--grid .card-oficina.card-destaque .card-oficina--body {
  position: relative;
}
.painel--list .card-oficina.card-destaque .card-oficina--body:after, .painel--grid .card-oficina.card-destaque .card-oficina--body:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 18px 30px;
  position: absolute;
  top: -1px;
  right: 19px;
  width: 18px;
  height: 30px;
}

.painel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}

.painel--grid .card {
  max-width: calc(20% - 10px);
  display: flex;
  align-content: stretch;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.painel--grid .card.card-oficina {
  max-width: calc(25% - 10px);
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--grid {
    margin-bottom: 0px;
  }
  .painel--grid .card {
    max-width: calc(50% - 6px);
    margin: 3px;
  }
  .painel--grid .card-oficina .card-oficina--body .avaliacao-oficina i {
    font-size: 12px;
  }
}

.painel--list {
  flex-direction: column;
  margin-bottom: 80px;
  padding: 0 15px;
}
.painel--list .card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--list .card {
    margin-bottom: 15px;
    padding: 20px !important;
  }
}

.painel--grid .card-marketplace {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #ECEDF2;
  padding: 10px 12px;
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--grid .card-marketplace {
    padding: calc(10px 12px - 10px);
  }
}
.painel--grid .card-marketplace p.nome-sku {
  font-weight: 700;
  color: #2E2D37;
  margin-bottom: 0;
}
.painel--grid .card-marketplace p.vl-sku {
  font-weight: 400;
  color: #2E2D37;
  font-size: 16px;
  margin: 15px 0 0 0;
}
.painel--grid .card-marketplace p.dt-sku {
  font-weight: 400;
  font-size: 12px;
  color: #AEAEBA;
  margin: 15px 0 0 0;
}
.painel--grid .card-cupom {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #ECEDF2;
  padding: 20px;
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--grid .card-cupom {
    padding: calc(20px - 10px);
  }
}
.painel--grid .card-cupom .card--two-colums {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.painel--grid .card-cupom .img-oferecido {
  max-height: 25px;
  max-width: 90%;
}
.painel--grid .card-oficina {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #ECEDF2;
  padding: 0px;
  font-size: 14px;
  height: 300px;
  display: inline-block;
  justify-content: space-between;
  cursor: pointer;
}
.painel--grid .card-oficina .card-oficina--head .bg-img-oficina {
  height: 100%;
  width: 100%;
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.painel--grid .card-oficina .card-oficina--body {
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.painel--grid .card-oficina .card-oficina--body .avaliacao-oficina {
  text-align: left;
  font-size: 13px;
}
.painel--grid .card-oficina .card-oficina--body .avaliacao-oficina i {
  font-size: 13px;
}
.painel--grid .card-oficina .card-oficina--body .informacoes-oficina--endereco {
  min-height: 40px;
}
.painel--grid .card-oficina .card-oficina--footer {
  padding: 0 15px 15px 15px;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--grid .card-oficina {
    padding: calc(0px - 10px);
  }
}
.painel--grid .card-oficina:hover {
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.25);
}
.painel--grid .card-oficina--body {
  border-top: 1px solid #ECEDF2;
  min-height: 136px;
}
.painel--grid .card-oficina--body .informacoes-oficina--nome h4 {
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
}
.painel--grid .card-oficina--head {
  height: 121px;
  margin-bottom: 0px;
}
.painel--grid .card-oficina--footer {
  padding: 8px 15px 8px 15px !important;
  display: flex !important;
  flex-direction: row;
  align-content: center;
  align-items: center;
  border-top: 1px solid #ECEDF2;
}
.painel--grid .card-oficina--footer button, .painel--grid .card-oficina--footer a {
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--grid .card-oficina--head {
    height: 70px;
  }
  .painel--grid .card-oficina--body {
    padding: 8px;
  }
  .painel--grid .card-oficina--body .informacoes-oficina--nome .size-16.font {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0 !important;
  }
  .painel--grid .card-oficina--body .informacoes-oficina--endereco {
    min-height: 80px !important;
  }
  .painel--grid .card-oficina--body .informacoes-oficina--endereco .size-12.font {
    font-size: 10px;
  }
  .painel--grid .card-oficina--footer {
    padding: 0 8px 8px 8px;
  }
  .painel--grid .card-oficina--footer button, .painel--grid .card-oficina--footer a {
    width: 100%;
    font-size: 8px;
    line-height: 12px;
  }
}
.painel--grid .card-generico {
  padding: 80px 20px;
  border-radius: 8px;
}
.painel--list .card-marketplace {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #ECEDF2;
  padding: 20px;
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--list .card-marketplace {
    padding: calc(20px - 10px);
  }
}
.painel--list .card-oficina {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #ECEDF2;
  padding: 0px;
  font-size: 14px;
}
.painel--list .card-oficina .card-oficina--head .bg-img-oficina {
  height: 100%;
  width: 100%;
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.painel--list .card-oficina .card-oficina--body {
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.painel--list .card-oficina .card-oficina--body .avaliacao-oficina {
  text-align: left;
  font-size: 13px;
}
.painel--list .card-oficina .card-oficina--body .avaliacao-oficina i {
  font-size: 13px;
}
.painel--list .card-oficina .card-oficina--body .informacoes-oficina--endereco {
  min-height: 40px;
}
.painel--list .card-oficina .card-oficina--footer {
  padding: 0 15px 15px 15px;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--list .card-oficina {
    padding: calc(0px - 10px);
  }
}
.painel--list .card-oficina--head {
  height: 145px;
}
.painel--list .card-oficina--footer button, .painel--list .card-oficina--footer a {
  width: 100%;
}
.painel--list .card-oficina--footer button.btn-sharp--red, .painel--list .card-oficina--footer a.btn-sharp--red {
  background-image: url(../../images/icons/btn/Calendario.svg);
  background-repeat: no-repeat;
  background-position: center right 30px;
  padding-right: 45px;
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--list .card-oficina {
    padding: 0 !important;
  }
  .painel--list .card-oficina--head {
    height: 97px;
  }
  .painel--list .card-oficina--body {
    padding: 15px;
    display: inline-block;
    width: 100%;
  }
  .painel--list .card-oficina--footer {
    padding: 0 15px 15px 15px;
    display: inline-block;
    width: 100%;
  }
  .painel--list .card-oficina--footer button, .painel--list .card-oficina--footer a {
    width: 100%;
    height: 56px;
  }
}

@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel .lbl-cupom-desconto {
    font-size: 8px;
  }
  .painel .lbl-cupom-valor {
    font-size: 12px;
  }
  .painel .btn-sharp--red, .painel .btn-sharp--lightgray {
    font-size: 12px;
    height: 40px;
    min-height: 40px;
    line-height: 13px;
  }
  .painel .btn-sharp--red img, .painel .btn-sharp--lightgray img {
    height: 18px;
  }
  .painel--grid .card span.logo-mkt {
    height: 22px;
  }
  .painel--grid .card span.logo-mkt img {
    max-width: 70px;
    max-height: 22px;
    margin: 0 !important;
  }
  .painel--grid .card .spn-pg, .painel--grid .card .spn-real, .painel--grid .card .spn-cancel {
    min-width: 60px !important;
    height: 22px;
    font-size: 10px !important;
    padding: 3px;
    margin-top: 0 !important;
  }
  .painel--grid .card .lbl-validade {
    font-size: 9px !important;
  }
  .painel--grid .card.card-generico {
    padding: 30px 20px;
  }
  .painel--grid .card.card-oficina {
    max-width: calc(100% - 10px);
    display: flex !important;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
    height: auto;
    max-height: 200px;
  }
  .painel--grid .card.card-oficina .card-oficina--head {
    width: 37%;
    float: left;
    height: 100%;
    border-right: 1px solid #ECEDF2;
    margin-bottom: 0px;
  }
  .painel--grid .card.card-oficina .card-oficina--head .bg-img-oficina {
    background-position: center;
    background-size: auto 100%;
  }
  .painel--grid .card.card-oficina .card-oficina--body {
    padding: 12px 10px;
    min-height: auto;
  }
  .painel--grid .card.card-oficina .card-oficina--body .informacoes-oficina--endereco {
    min-height: auto !important;
    margin-top: 8px;
  }
  .painel--grid .card.card-oficina .card-oficina--body .informacoes-oficina--endereco.mb-3 {
    margin-bottom: 0px !important;
  }
  .painel--grid .card.card-oficina .card-oficina--body .informacoes-oficina--endereco p {
    text-align: left;
    font-weight: 500;
    color: #2E2D37;
  }
  .painel--grid .card.card-oficina .card-oficina--body, .painel--grid .card.card-oficina .card-oficina--footer {
    width: 63%;
    float: left;
  }
  .painel--list .card span.logo-mkt img {
    max-width: 100%;
    max-height: 22px;
  }
  .painel--list .card .spn-pg, .painel--list .card .spn-real, .painel--list .card .spn-cancel {
    min-width: 50px !important;
    font-size: 10px !important;
  }
}
/*Custom*/
.nomeCupom span {
  width: 100%;
  height: 80px;
  font-weight: 700;
  color: #2E2D37;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
}

.lbl-cupom-desconto {
  text-decoration: line-through;
  font-size: 12px;
}

.lbl-cupom-valor {
  font-size: 18px;
}

.nomeSku span {
  width: 100%;
  height: 80px;
  font-weight: 700;
  color: #2E2D37;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
}

.logo-mkt {
  height: 40px;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.logo-mkt img {
  max-width: 100px;
  max-height: 35px;
}

.card-mapa-oficina {
  width: 100%;
  max-width: 580px;
  font-size: 14px;
  margin: 5px;
}
.card-mapa-oficina .card-mapa-oficina--head .bg-img-oficina {
  height: 100%;
  width: 100%;
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.card-mapa-oficina .card-mapa-oficina--body {
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.card-mapa-oficina .card-mapa-oficina--body .avaliacao-oficina {
  text-align: left;
  font-size: 13px;
}
.card-mapa-oficina .card-mapa-oficina--body .avaliacao-oficina i {
  font-size: 13px;
}
.card-mapa-oficina .card-mapa-oficina--body .informacoes-oficina--endereco {
  min-height: 40px;
}
.card-mapa-oficina .card-mapa-oficina--footer {
  padding: 0 15px 15px 15px;
  display: inline-block;
  width: 100%;
}
.card-mapa-oficina--head {
  height: 165px;
}
.card-mapa-oficina--footer button, .card-mapa-oficina--footer a {
  width: auto;
  float: left;
}

/*Relpers*/
.ctr-flex--column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.section-header, .steps-name, .steps-header {
  color: #696977;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
}

.steps-header {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .steps-timeline {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 500px) {
  .steps-timeline {
    padding-top: 20px;
    margin-top: 0px;
    margin-left: 16.65%;
    margin-right: 16.65%;
  }
}
.steps-timeline:after {
  content: "";
  display: table;
  clear: both;
}

.steps-one,
.steps-two,
.steps-three {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .steps-one .steps-name,
  .steps-two .steps-name,
  .steps-three .steps-name {
    font-size: 12px;
    line-height: 28px;
    padding-left: 40px;
    display: inline-block;
    float: left;
    height: 40px;
    padding-top: 8px;
  }
  .steps-one .steps-name:before,
  .steps-two .steps-name:before,
  .steps-three .steps-name:before {
    width: 28px;
    height: 28px;
  }
  .steps-one .steps-name:after,
  .steps-two .steps-name:after,
  .steps-three .steps-name:after {
    width: 28px;
    font-size: 12px;
    font-size: 12px;
    text-align: center;
    line-height: 45px;
  }
  .steps-one .steps-name + .btn,
  .steps-two .steps-name + .btn,
  .steps-three .steps-name + .btn {
    height: 40px;
    min-height: 40px;
    font-size: 12px;
    max-width: 60%;
    float: left;
  }
  .steps-one.stt-ativo .steps-name, .steps-one.stt-completo .steps-name,
  .steps-two.stt-ativo .steps-name,
  .steps-two.stt-completo .steps-name,
  .steps-three.stt-ativo .steps-name,
  .steps-three.stt-completo .steps-name {
    margin-bottom: 5px !important;
  }
  .steps-one.stt-ativo .steps-name + .btn,
  .steps-one.stt-ativo .steps-name + .btn,
  .steps-one.stt-ativo .steps-name + .btn, .steps-one.stt-completo .steps-name + .btn,
  .steps-one.stt-completo .steps-name + .btn,
  .steps-one.stt-completo .steps-name + .btn,
  .steps-two.stt-ativo .steps-name + .btn,
  .steps-two.stt-ativo .steps-name + .btn,
  .steps-two.stt-ativo .steps-name + .btn,
  .steps-two.stt-completo .steps-name + .btn,
  .steps-two.stt-completo .steps-name + .btn,
  .steps-two.stt-completo .steps-name + .btn,
  .steps-three.stt-ativo .steps-name + .btn,
  .steps-three.stt-ativo .steps-name + .btn,
  .steps-three.stt-ativo .steps-name + .btn,
  .steps-three.stt-completo .steps-name + .btn,
  .steps-three.stt-completo .steps-name + .btn,
  .steps-three.stt-completo .steps-name + .btn {
    width: 100%;
    max-width: 90%;
    margin-left: 35px;
  }
}
@media screen and (min-width: 500px) {
  .steps-one,
  .steps-two,
  .steps-three {
    float: left;
    width: 33%;
  }
}
.steps-one.stt-ativo .section-header, .steps-one.stt-ativo .steps-name, .steps-one.stt-ativo .steps-header, .steps-one.stt-completo .section-header, .steps-one.stt-completo .steps-name, .steps-one.stt-completo .steps-header,
.steps-two.stt-ativo .section-header,
.steps-two.stt-ativo .steps-name,
.steps-two.stt-ativo .steps-header,
.steps-two.stt-completo .section-header,
.steps-two.stt-completo .steps-name,
.steps-two.stt-completo .steps-header,
.steps-three.stt-ativo .section-header,
.steps-three.stt-ativo .steps-name,
.steps-three.stt-ativo .steps-header,
.steps-three.stt-completo .section-header,
.steps-three.stt-completo .steps-name,
.steps-three.stt-completo .steps-header {
  color: #2E2D37;
}
.steps-one.stt-ativo .section-header:before, .steps-one.stt-ativo .steps-name:before, .steps-one.stt-ativo .steps-header:before, .steps-one.stt-completo .section-header:before, .steps-one.stt-completo .steps-name:before, .steps-one.stt-completo .steps-header:before,
.steps-two.stt-ativo .section-header:before,
.steps-two.stt-ativo .steps-name:before,
.steps-two.stt-ativo .steps-header:before,
.steps-two.stt-completo .section-header:before,
.steps-two.stt-completo .steps-name:before,
.steps-two.stt-completo .steps-header:before,
.steps-three.stt-ativo .section-header:before,
.steps-three.stt-ativo .steps-name:before,
.steps-three.stt-ativo .steps-header:before,
.steps-three.stt-completo .section-header:before,
.steps-three.stt-completo .steps-name:before,
.steps-three.stt-completo .steps-header:before {
  background-color: #2E2D37;
}

.step-nrelaizado-one.stt-completo:after,
.steps-one.stt-completo:after,
.steps-two.stt-completo:after, .step-nrelaizado-one.stt-ativo:before,
.steps-one.stt-ativo:before,
.steps-two.stt-ativo:before, .step-nrelaizado-one:after,
.steps-one:after,
.steps-two:after {
  content: "";
  height: 3px;
  display: block;
  position: absolute;
  top: 22px;
  border-radius: 4px;
}

.step-nrelaizado-one:after,
.steps-one:after,
.steps-two:after {
  width: 100px;
  border: 3px solid #AEAEBA;
  background-color: #AEAEBA;
  right: -40%;
}
@media screen and (max-width: 500px) {
  .step-nrelaizado-one,
  .steps-one,
  .steps-two {
    padding-bottom: 10px;
    height: 90px;
  }
  .step-nrelaizado-one:after, .step-nrelaizado-one:before,
  .steps-one:after,
  .steps-one:before,
  .steps-two:after,
  .steps-two:before {
    width: 3px !important;
    right: auto !important;
    left: 11px;
    top: 40px !important;
    height: 60px !important;
  }
  .step-nrelaizado-one.stt-ativo:before,
  .steps-one.stt-ativo:before,
  .steps-two.stt-ativo:before {
    z-index: 1 !important;
    height: 60px !important;
  }
}
.step-nrelaizado-one.stt-ativo:before,
.steps-one.stt-ativo:before,
.steps-two.stt-ativo:before {
  width: 70px;
  border: 3px solid #2E2D37;
  background-color: #2E2D37;
  right: -28%;
  z-index: 1;
}
.step-nrelaizado-one.stt-completo:after,
.steps-one.stt-completo:after,
.steps-two.stt-completo:after {
  width: 100px;
  border: 3px solid #2E2D37;
  background-color: #2E2D37;
  right: -40%;
}

@media screen and (min-width: 500px) {
  .steps-one, .step-nrelaizado-one {
    margin-left: -16.65%;
    margin-right: 16.65%;
  }
}
.steps-one .steps-name:after, .step-nrelaizado-one .steps-name:after {
  content: "1";
}

.steps-two .steps-name:after {
  content: "2";
}

@media screen and (min-width: 500px) {
  .steps-three {
    margin-left: 16.65%;
    margin-right: -16.65%;
  }
}
.steps-three .steps-name:after {
  content: "3";
}

.steps-name {
  position: relative;
  padding-left: 70px;
  line-height: 50px;
  padding-right: 15px;
  text-align: initial;
}
.steps-name:before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #AEAEBA;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  text-align: center;
}
.steps-name:after {
  width: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .steps-name {
    text-align: initial;
  }
}

.step-nrelaizado-one, .step-nrelaizado-two {
  position: relative;
}
@media screen and (max-width: 500px) {
  .step-nrelaizado-one, .step-nrelaizado-two {
    display: inline-block !important;
    width: 100%;
  }
  .step-nrelaizado-one .steps-name, .step-nrelaizado-two .steps-name {
    font-size: 12px;
    line-height: 28px;
    padding-left: 40px;
    display: inline-block;
    float: left;
    height: 40px;
    padding-top: 8px;
  }
  .step-nrelaizado-one .steps-name:before, .step-nrelaizado-two .steps-name:before {
    width: 28px;
    height: 28px;
  }
  .step-nrelaizado-one .steps-name:after, .step-nrelaizado-two .steps-name:after {
    width: 28px;
    font-size: 12px;
    font-size: 12px;
    text-align: center;
    line-height: 45px;
  }
  .step-nrelaizado-one .steps-name + .btn, .step-nrelaizado-two .steps-name + .btn {
    height: 40px;
    min-height: 40px;
    font-size: 12px;
    max-width: 60%;
    float: left;
  }
}
@media screen and (min-width: 500px) {
  .step-nrelaizado-one, .step-nrelaizado-two {
    float: left;
    width: 50%;
  }
  .step-nrelaizado-one a, .step-nrelaizado-two a {
    max-width: 70%;
  }
}
.step-nrelaizado-one.stt-ativo .section-header, .step-nrelaizado-one.stt-ativo .steps-header, .step-nrelaizado-one.stt-ativo .steps-name, .step-nrelaizado-one.stt-completo .section-header, .step-nrelaizado-one.stt-completo .steps-header, .step-nrelaizado-one.stt-completo .steps-name, .step-nrelaizado-two.stt-ativo .section-header, .step-nrelaizado-two.stt-ativo .steps-header, .step-nrelaizado-two.stt-ativo .steps-name, .step-nrelaizado-two.stt-completo .section-header, .step-nrelaizado-two.stt-completo .steps-header, .step-nrelaizado-two.stt-completo .steps-name {
  color: #2E2D37;
}
.step-nrelaizado-one.stt-ativo .section-header:before, .step-nrelaizado-one.stt-ativo .steps-header:before, .step-nrelaizado-one.stt-ativo .steps-name:before, .step-nrelaizado-one.stt-completo .section-header:before, .step-nrelaizado-one.stt-completo .steps-header:before, .step-nrelaizado-one.stt-completo .steps-name:before, .step-nrelaizado-two.stt-ativo .section-header:before, .step-nrelaizado-two.stt-ativo .steps-header:before, .step-nrelaizado-two.stt-ativo .steps-name:before, .step-nrelaizado-two.stt-completo .section-header:before, .step-nrelaizado-two.stt-completo .steps-header:before, .step-nrelaizado-two.stt-completo .steps-name:before {
  background-color: #2E2D37;
}

.step-nrelaizado-one {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}
.step-nrelaizado-one.stt-completo:after {
  width: 100px;
  border: 3px solid #2E2D37;
  background-color: #2E2D37;
  right: -40%;
}

.step-nrelaizado-two {
  float: right;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
}
@media screen and (min-width: 500px) {
  .step-nrelaizado-two {
    margin-left: 16.65%;
    margin-right: -16.65%;
  }
}
.step-nrelaizado-two .steps-name:after {
  content: "2";
}

.inner-content {
  margin: 25px 0;
}

.inner-content input[type=radio] {
  display: none;
}

.inner-content i {
  color: #dddddd;
  font-size: 36px;
  cursor: pointer;
}

.inner-content input[type=radio]:checked ~ label i:before {
  background-image: url("../../images/icons/default/star-on.svg");
}

.inner-content label i:before {
  content: "";
  font-size: 60px;
  background-image: url("../../images/icons/default/star-off.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 49px;
  height: 49px;
  display: block;
}

.inner-content input[type=radio]:hover ~ label i:before {
  background-image: url("../../images/icons/default/star-on.svg");
}

.inner-content {
  direction: rtl;
  width: 100%;
  text-align: center;
}

.inner-content h3 {
  margin: 0 0 15px 0;
  font-size: 24px;
}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px;
}

.rating i.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.rating i.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #777;
}

/*Setup*/
@keyframes slideRightThenBack {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(1px);
    opacity: 0.1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.btn-sharp--red, .btn-sharp--white, .btn-sharp--black, .btn-sharp--gray, .btn-sharp--lightgray, .btn-outline--red, .btn-outline--filtro, .btn-outline--gray, .btn-radius--white, .btn-radius--red-filtro, .btn-link--red, .btn-link--black, .btn-link--gray {
  padding: 0 12px;
  margin: 0;
  border: 0;
}
.btn-sharp--red:active, .btn-sharp--white:active, .btn-sharp--black:active, .btn-sharp--gray:active, .btn-sharp--lightgray:active, .btn-outline--red:active, .btn-outline--filtro:active, .btn-outline--gray:active, .btn-radius--white:active, .btn-radius--red-filtro:active, .btn-link--red:active, .btn-link--black:active, .btn-link--gray:active, .btn-sharp--red:focus, .btn-sharp--white:focus, .btn-sharp--black:focus, .btn-sharp--gray:focus, .btn-sharp--lightgray:focus, .btn-outline--red:focus, .btn-outline--filtro:focus, .btn-outline--gray:focus, .btn-radius--white:focus, .btn-radius--red-filtro:focus, .btn-link--red:focus, .btn-link--black:focus, .btn-link--gray:focus {
  outline: none;
  box-shadow: none;
}

.mh-56.btn-sharp--red, .mh-56.btn-sharp--white, .mh-56.btn-sharp--black, .mh-56.btn-sharp--gray, .mh-56.btn-sharp--lightgray, .mh-56.btn-outline--red, .mh-56.btn-outline--filtro, .mh-56.btn-outline--gray {
  height: 46px;
  min-height: 46px;
  font-size: 16px;
}
.mh-40.btn-sharp--red, .mh-40.btn-sharp--white, .mh-40.btn-sharp--black, .mh-40.btn-sharp--gray, .mh-40.btn-sharp--lightgray, .mh-40.btn-outline--red, .mh-40.btn-outline--filtro, .mh-40.btn-outline--gray {
  height: 40px;
  min-height: 40px;
  font-size: 12px;
}

.btn-sharp--red, .btn-sharp--white, .btn-sharp--black, .btn-sharp--gray, .btn-sharp--lightgray, .btn-outline--red, .btn-outline--filtro, .btn-outline--gray, .btn-radius--white, .btn-radius--red-filtro, .btn-link--red, .btn-link--black, .btn-link--gray {
  line-height: 24px;
  letter-spacing: 0.04em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn img {
  max-height: 18px;
}
.btn-sharp--red {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #2E2D37;
  color: #fff;
}
.btn-sharp--red:hover {
  background-color: rgb(22.54, 22.05, 26.95);
  color: #fff;
}
.btn-sharp--red:focus, .btn-sharp--red:active:focus, .btn-sharp--red.active:focus {
  outline: 0 none;
}
.btn-sharp--red:disabled {
  background-color: #C3C3C3;
  border-color: #C3C3C3;
}
.btn-sharp--white {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  color: #2E2D37;
}
.btn-sharp--white:hover {
  background-color: rgb(229.5, 229.5, 229.5);
  color: #2E2D37;
}
.btn-sharp--white:focus, .btn-sharp--white:active:focus, .btn-sharp--white.active:focus {
  outline: 0 none;
}
.btn-sharp--black {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #2E2D37;
  color: #fff;
}
.btn-sharp--black:hover {
  background-color: rgb(22.54, 22.05, 26.95);
  color: #fff;
}
.btn-sharp--black:focus, .btn-sharp--black:active:focus, .btn-sharp--black.active:focus {
  outline: 0 none;
}
.btn-sharp--gray {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #2E2D37;
  color: #fff;
}
.btn-sharp--gray:hover {
  background-color: rgb(22.54, 22.05, 26.95);
  color: #fff;
}
.btn-sharp--gray:focus, .btn-sharp--gray:active:focus, .btn-sharp--gray.active:focus {
  outline: 0 none;
}
.btn-sharp--lightgray {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #C3C3C3;
  color: #fff;
}
.btn-sharp--lightgray:hover {
  background-color: rgb(169.5, 169.5, 169.5);
  color: #fff;
}
.btn-sharp--lightgray:focus, .btn-sharp--lightgray:active:focus, .btn-sharp--lightgray.active:focus {
  outline: 0 none;
}
.btn-outline--red {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: transparent;
  color: #2E2D37;
  border: 1px solid;
}
.btn-outline--red:hover {
  background-color: rgb(22.54, 22.05, 26.95);
  color: #fff;
  border-color: rgb(22.54, 22.05, 26.95);
}
.btn-outline--red:focus, .btn-outline--red:active:focus, .btn-outline--red.active:focus {
  outline: 0 none;
}
.btn-outline--filtro {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: transparent;
  color: #ECEDF2;
  border: 1px solid;
}
.btn-outline--filtro:hover {
  background-color: rgb(205.71875, 208.3125, 221.28125);
  color: #fff;
  border-color: rgb(205.71875, 208.3125, 221.28125);
}
.btn-outline--filtro:focus, .btn-outline--filtro:active:focus, .btn-outline--filtro.active:focus {
  outline: 0 none;
}
.btn-outline--gray {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: transparent;
  color: #2E2D37;
  border: 1px solid;
}
.btn-outline--gray:hover {
  background-color: rgb(22.54, 22.05, 26.95);
  color: #fff;
  border-color: rgb(22.54, 22.05, 26.95);
}
.btn-outline--gray:focus, .btn-outline--gray:active:focus, .btn-outline--gray.active:focus {
  outline: 0 none;
}
.btn-radius--white {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  background-color: #fff;
  color: #2E2D37;
  height: 40px;
}
.btn-radius--white:hover {
  background-color: rgb(229.5, 229.5, 229.5);
  color: #2E2D37;
}
.btn-radius--white:focus, .btn-radius--white:active:focus, .btn-radius--white.active:focus {
  outline: 0 none;
}
.btn-radius--white:hover {
  background-color: #ECEDF2;
}
.btn-radius--red-filtro {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  background-color: #2E2D37;
  color: #fff;
  height: 40px;
}
.btn-radius--red-filtro:hover {
  background-color: rgb(22.54, 22.05, 26.95);
  color: #fff;
}
.btn-radius--red-filtro:focus, .btn-radius--red-filtro:active:focus, .btn-radius--red-filtro.active:focus {
  outline: 0 none;
}
.btn-radius--red-filtro:hover {
  background-color: #2E2D37;
}
.btn-link--red {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: transparent;
  color: #2E2D37;
  letter-spacing: 0;
  height: 10px;
  min-height: 40px;
  font-size: 16px;
}
.btn-link--red:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #2E2D37;
}
.btn-link--red:focus, .btn-link--red:active:focus, .btn-link--red.active:focus {
  outline: 0 none;
}
.btn-link--red:hover {
  background-color: #2E2D37;
  color: #fff;
}
.btn-link--black {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: transparent;
  color: #2E2D37;
  letter-spacing: 0;
  height: 10px;
  min-height: 40px;
  font-size: 16px;
}
.btn-link--black:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #2E2D37;
}
.btn-link--black:focus, .btn-link--black:active:focus, .btn-link--black.active:focus {
  outline: 0 none;
}
.btn-link--black:hover {
  background-color: #2E2D37;
  color: #fff;
}
.btn-link--gray {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: transparent;
  color: #AEAEBA;
  letter-spacing: 0;
  height: 10px;
  min-height: 40px;
  font-size: 16px;
}
.btn-link--gray:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #AEAEBA;
}
.btn-link--gray:focus, .btn-link--gray:active:focus, .btn-link--gray.active:focus {
  outline: 0 none;
}
.btn-link--gray:hover {
  background-color: #AEAEBA;
  color: #fff;
}
.btn--disabled {
  opacity: 0.3;
  cursor: default;
}
.btn--fit, .btn-fit {
  width: fit-content;
}

.nav-tabs.Car10-tabs {
  border: none;
  justify-content: space-between;
}
.nav-tabs.Car10-tabs-cupons {
  border: none;
  justify-content: center;
}
.nav-tabs.Car10-tabs .nav-item .nav-link, .nav-tabs.Car10-tabs-cupons .nav-item .nav-link {
  color: #696977;
  border-width: 3px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  min-height: 52px;
  font-weight: bold;
  padding-left: 35px;
  padding-right: 35px;
}
.nav-tabs.Car10-tabs .nav-item .nav-link .bg-tabs, .nav-tabs.Car10-tabs-cupons .nav-item .nav-link .bg-tabs {
  background-color: #696977;
  margin-left: 5px;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 14px;
  padding: 4px 0px;
  line-height: 14px;
}
.nav-tabs.Car10-tabs .nav-item .nav-link.active, .nav-tabs.Car10-tabs-cupons .nav-item .nav-link.active {
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  color: #2E2D37;
  background-color: transparent;
}
.nav-tabs.Car10-tabs .nav-item .nav-link.active:after, .nav-tabs.Car10-tabs-cupons .nav-item .nav-link.active:after {
  content: "";
  border-bottom: 3px solid #2E2D37;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.nav-tabs.Car10-tabs .nav-item .nav-link.active .bg-tabs, .nav-tabs.Car10-tabs-cupons .nav-item .nav-link.active .bg-tabs {
  background-color: #2E2D37;
}
.nav-tabs.Car10-tabs-menu {
  border: none;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 50px;
}
.nav-tabs.Car10-tabs-menu .buttons-nav {
  border: none;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 50px;
}
.nav-tabs.Car10-tabs-menu .item {
  width: auto;
  height: auto;
  background: transparent;
  box-shadow: none;
  border: 0px solid transparent;
  border-radius: 0px;
  padding: 0;
  margin: 10px 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.nav-tabs.Car10-tabs-menu .item .buttom {
  width: fit-content;
  display: flex;
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 8%;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #2E2D37;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 3px solid transparent;
}
.nav-tabs.Car10-tabs-menu .item .buttom span {
  font-size: 14px;
  font-weight: 400;
  color: #2E2D37;
}
.nav-tabs.Car10-tabs-menu .nav-link.active .buttom {
  border-bottom: 3px solid #ec0928;
}
.nav-tabs.marketplace-grupo-servicos {
  border: none;
  justify-content: center;
}
.nav-tabs.marketplace-grupo-servicos.Car10 .item:first-child .buttom {
  background-image: url("../../images/CAR10/icons/default/ic_menu_reparacao.svg");
}
.nav-tabs.marketplace-grupo-servicos.Car10 .item:nth-child(2) .buttom {
  background-image: url("../../images/CAR10/icons/default/ic_menu_balanceamento.svg");
}
.nav-tabs.marketplace-grupo-servicos.Car10 .item:last-child .buttom {
  background-image: url("../../images/CAR10/icons/default/ic_menu_higienizacao.svg");
}
.nav-tabs.marketplace-grupo-servicos.WMServicos .item:first-child .buttom {
  background-image: url("../../images/icons/default/ic_menu_reparacao.svg");
}
.nav-tabs.marketplace-grupo-servicos.WMServicos .item:nth-child(2) .buttom {
  background-image: url("../../images/icons/default/ic_menu_balanceamento.svg");
}
.nav-tabs.marketplace-grupo-servicos.WMServicos .item:last-child {
  margin-left: 37px;
}
.nav-tabs.marketplace-grupo-servicos.WMServicos .item:last-child .buttom {
  background-image: url("../../images/icons/default/ic_menu_higienizacao.svg");
}
.nav-tabs.marketplace-grupo-servicos .item {
  width: calc(25% - 16px);
  margin: 50px 8px;
  height: 168px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px rgba(60, 81, 96, 0.14);
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*&:first-child {

      .buttom {
          .buttom {
              background-image: url('../../images/icons/default/ic_menu_reparacao.svg');
          }
      }
  }

  &:nth-child(2) {
      .buttom {
          background-image: url('../../images/icons/default/ic_menu_balanceamento.svg');
      }
  }

  &:last-child {

      .buttom {
          background-image: url('../../images/icons/default/ic_menu_higienizacao.svg');
      }
  }*/
}
.nav-tabs.marketplace-grupo-servicos .item .buttom {
  width: 100%;
  display: flex;
  background-repeat: no-repeat;
  background-position: 17px 0px;
  padding: 60px 12px 12px 12px;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #2E2D37;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  text-align: start;
}
.nav-tabs.marketplace-grupo-servicos .item .buttom span {
  font-size: 13px;
  font-weight: 400;
  color: #2E2D37;
  margin-top: 8px;
}
.nav-tabs.marketplace-grupo-servicos .nav-link.active {
  border: 2px solid #2E2D37;
}
@media screen and (min-width: 320px) and (max-width: 667px) {
  .nav-tabs.Car10-tabs-menu {
    border: none;
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 50px;
  }
  .nav-tabs.Car10-tabs-menu .buttons-nav {
    border: none;
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 50px;
  }
}

.painel--grid .card-oficina.card-destaque .card-oficina--body, .painel--list .card-oficina.card-destaque .card-oficina--body {
  position: relative;
}
.painel--grid .card-oficina.card-destaque .card-oficina--body:after, .painel--list .card-oficina.card-destaque .card-oficina--body:after {
  content: "";
  background-image: url("../../images/car10/icons/default/car_destaque_tag.svg") !important;
  background-repeat: no-repeat;
  background-size: 18px 30px;
  position: absolute;
  top: -1px;
  right: 19px;
  width: 18px;
  height: 30px;
}

.painel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  align-items: flex-start;
}

.painel--grid .card {
  max-width: 100%;
  display: flex;
  align-content: stretch;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  min-height: 320px;
}
.painel--grid .card.card-oficina {
  max-width: calc(25% - 8px);
}
.painel--grid .card.card-cupom {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  min-height: auto;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
}
.painel--grid .card.card-marketplace {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  min-height: auto;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px;
}
.painel--grid .card.card-marketplace .ctr-flex--column {
  min-width: 110px;
  justify-content: center;
}
.painel--grid .card.card-marketplace .content-descr-status {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  justify-content: center;
  border: 1px dashed #edecf2;
  border-radius: 6px;
  padding: 10px;
}
.painel--grid .card.card-marketplace .content-descr-status:hover {
  border: 1px dashed #edecf2;
  background-color: #fafafa;
  text-decoration: underline;
  cursor: pointer;
}
.painel--grid .card.card-marketplace .content-price-value {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 160px;
  justify-content: center;
  border: 1px dashed #edecf2;
  border-radius: 6px;
  padding: 10px;
  align-items: center;
}
.painel--grid .card.card-marketplace .content-cta-date {
  display: flex;
  min-width: 210px;
  max-width: 210px;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.painel--grid .card.card-marketplace .content-cta-date .dt-sku {
  display: none;
}
.painel--grid .card.card-marketplace .content-cta-date .dt-sku.lbl-data--agendado, .painel--grid .card.card-marketplace .content-cta-date .dt-sku.lbl-data--realizado {
  display: block;
  margin: 10px 3px 0 0 !important;
}
.painel--grid .card.card-marketplace .content-cta-date .btn {
  min-width: 100%;
}
.painel--grid .card.card-marketplace .content-price-value {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.painel--grid .card.card-marketplace .content-price-value .stt-text {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}
.painel--grid .card:hover {
  transform: translateY(-1px);
  border: 1px solid #2E2D37;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--grid {
    margin-bottom: 0px;
  }
  .painel--grid .card {
    max-width: calc(50% - 10px);
  }
  .painel--grid .card-oficina .card-oficina--body .avaliacao-oficina i {
    font-size: 12px;
  }
}

.painel--list {
  flex-direction: column;
  margin-bottom: 80px;
  padding: 0 15px;
}
.painel--list .card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--list .card {
    margin-bottom: 15px;
    padding: 20px !important;
  }
}

.painel--grid .card-marketplace {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #fff;
  padding: 15px 18px;
  box-shadow: rgba(46, 45, 55, 0.12) 0px 1px 1px 0px, rgba(46, 45, 55, 0.12) 0px -1px 0px -0.6px;
  border-radius: 8px;
  animation: slideRightThenBack 0.3s ease-out 1;
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--grid .card-marketplace {
    padding: calc(15px 18px - 10px);
  }
}
.painel--grid .card-marketplace p.nome-sku {
  font-weight: 700;
  color: #2E2D37;
  margin-bottom: 0;
}
.painel--grid .card-marketplace p.vl-sku {
  font-weight: 400;
  color: #2E2D37;
  font-size: 16px;
  margin: 15px 0 0 0;
}
.painel--grid .card-marketplace p.dt-sku {
  font-weight: 400;
  font-size: 12px;
  color: #AEAEBA;
  margin: 15px 0 0 0;
}
.painel--grid .card-cupom {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #ECEDF2;
  padding: 10px;
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--grid .card-cupom {
    padding: calc(10px - 10px);
  }
}
.painel--grid .card-cupom .card--two-colums {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.painel--grid .card-cupom .img-oferecido {
  max-height: 25px;
  max-width: 90%;
}
.painel--grid .card-oficina {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #ECEDF2;
  padding: 0px;
  flex: 1 1 calc(33.333% - 16px);
  font-size: 14px;
  min-height: 300px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.painel--grid .card-oficina .card-oficina--head .bg-img-oficina {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.painel--grid .card-oficina .card-oficina--body {
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.painel--grid .card-oficina .card-oficina--body .avaliacao-oficina {
  text-align: left;
  font-size: 8px;
  min-height: 20px;
}
.painel--grid .card-oficina .card-oficina--body .avaliacao-oficina i {
  font-size: 13px;
}
.painel--grid .card-oficina .card-oficina--body .informacoes-oficina--endereco {
  min-height: 40px;
}
.painel--grid .card-oficina .card-oficina--footer {
  padding: 0 15px 15px 15px;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--grid .card-oficina {
    padding: calc(0px - 10px);
  }
}
.painel--grid .card-oficina .div-flex-responsiva {
  height: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.painel--grid .card-oficina:hover {
  box-shadow: rgba(46, 45, 55, 0.12) 0px 4px 2px;
}
.painel--grid .card-oficina--body {
  border-top: 1px solid #ECEDF2;
  min-height: 136px;
  max-height: 100%;
  overflow-y: visible;
}
.painel--grid .card-oficina--body .informacoes-oficina--nome h4 {
  width: 100%;
  display: flex;
  overflow: visible;
  align-items: flex-start;
}
.painel--grid .card-oficina--head {
  height: 121px;
  margin-bottom: 0px;
}
.painel--grid .card-oficina--footer {
  padding: 8px 15px 8px 15px !important;
  display: flex !important;
  flex-direction: row;
  align-content: center;
  align-items: center;
  border-top: 1px solid #ECEDF2;
}
.painel--grid .card-oficina--footer button, .painel--grid .card-oficina--footer a {
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--grid .card-oficina--head {
    height: 70px;
  }
  .painel--grid .card-oficina--body {
    padding: 8px;
  }
  .painel--grid .card-oficina--body .informacoes-oficina--nome .size-16.font {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0 !important;
  }
  .painel--grid .card-oficina--body .informacoes-oficina--endereco {
    min-height: 80px !important;
  }
  .painel--grid .card-oficina--body .informacoes-oficina--endereco .size-12.font {
    font-size: 10px;
  }
  .painel--grid .card-oficina--footer {
    padding: 0 8px 8px 8px;
  }
  .painel--grid .card-oficina--footer button, .painel--grid .card-oficina--footer a {
    width: 100%;
    font-size: 8px;
    line-height: 12px;
  }
}
.painel--grid .card-generico {
  padding: 80px 20px;
  border-radius: 8px;
}
.painel--grid .card-servico {
  max-width: calc(33% - 8px);
  padding: 10px 20px;
  border-radius: 8px;
  min-height: auto;
  align-items: center;
}
.painel--grid .card-servico .header-card-servico {
  display: inline-block;
  margin: 0 auto 10px;
  padding: 0;
  background-color: #2e2d37;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
}
.painel--list .card-marketplace {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #ECEDF2;
  padding: 20px;
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--list .card-marketplace {
    padding: calc(20px - 10px);
  }
}
.painel--list .card-oficina {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #ECEDF2;
  padding: 0px;
  font-size: 14px;
}
.painel--list .card-oficina .card-oficina--head .bg-img-oficina {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.painel--list .card-oficina .card-oficina--body {
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.painel--list .card-oficina .card-oficina--body .avaliacao-oficina {
  text-align: left;
  font-size: 8px;
  min-height: 20px;
}
.painel--list .card-oficina .card-oficina--body .avaliacao-oficina i {
  font-size: 13px;
}
.painel--list .card-oficina .card-oficina--body .informacoes-oficina--endereco {
  min-height: 40px;
}
.painel--list .card-oficina .card-oficina--footer {
  padding: 0 15px 15px 15px;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--list .card-oficina {
    padding: calc(0px - 10px);
  }
}
.painel--list .card-oficina--head {
  height: 145px;
}
.painel--list .card-oficina--footer button, .painel--list .card-oficina--footer a {
  width: 100%;
}
.painel--list .card-oficina--footer button.btn-sharp--red, .painel--list .card-oficina--footer a.btn-sharp--red {
  background-image: url(../../images/icons/btn/Calendario.svg);
  background-repeat: no-repeat;
  background-position: center right 30px;
  padding-right: 45px;
}
@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel--list .card-oficina {
    padding: 0 !important;
  }
  .painel--list .card-oficina--head {
    height: 97px;
  }
  .painel--list .card-oficina--body {
    padding: 15px;
    display: inline-block;
    width: 100%;
  }
  .painel--list .card-oficina--footer {
    padding: 0 15px 15px 15px;
    display: inline-block;
    width: 100%;
  }
  .painel--list .card-oficina--footer button, .painel--list .card-oficina--footer a {
    width: 100%;
    height: 56px;
  }
}

@media screen and (min-width: 320px) and (max-width: 932px) {
  .painel .lbl-cupom-desconto {
    font-size: 8px;
  }
  .painel .lbl-cupom-valor {
    font-size: 12px;
  }
  .painel .btn-sharp--red, .painel .btn-sharp--lightgray {
    font-size: 12px;
    height: 40px;
    min-height: 40px;
    line-height: 13px;
  }
  .painel .btn-sharp--red img, .painel .btn-sharp--lightgray img {
    height: 18px;
  }
  .painel--grid .card span.logo-mkt {
    height: 22px;
  }
  .painel--grid .card span.logo-mkt img {
    max-width: 70px;
    max-height: 22px;
    margin: 0 !important;
  }
  .painel--grid .card .spn-pg, .painel--grid .card .spn-real, .painel--grid .card .spn-cancel {
    min-width: 60px !important;
    height: 22px;
    font-size: 10px !important;
    padding: 3px;
    margin-top: 0 !important;
  }
  .painel--grid .card .lbl-validade {
    font-size: 9px !important;
  }
  .painel--grid .card .nomeCupom span {
    font-size: 18px !important;
  }
  .painel--grid .card.card-generico {
    padding: 15px 7px;
    overflow: hidden;
  }
  .painel--grid .card.card-oficina {
    max-width: 100%;
    display: flex !important;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
    height: auto;
    max-height: 200px;
    min-height: 200px;
  }
  .painel--grid .card.card-oficina .div-flex-responsiva {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 200px;
    width: 63%;
  }
  .painel--grid .card.card-oficina .card-oficina--head {
    width: 37%;
    float: left;
    height: 200px;
    border-right: 1px solid #ECEDF2;
    margin-bottom: 0px;
  }
  .painel--grid .card.card-oficina .card-oficina--head .bg-img-oficina {
    background-position: center;
    background-size: auto 100%;
  }
  .painel--grid .card.card-oficina .card-oficina--body {
    padding: 12px 10px;
    min-height: auto;
  }
  .painel--grid .card.card-oficina .card-oficina--body .informacoes-oficina--endereco {
    min-height: auto !important;
    margin-top: 8px;
  }
  .painel--grid .card.card-oficina .card-oficina--body .informacoes-oficina--endereco.mb-3 {
    margin-bottom: 0px !important;
  }
  .painel--grid .card.card-oficina .card-oficina--body .informacoes-oficina--endereco p {
    text-align: left;
    font-weight: 500;
    color: #2E2D37;
  }
  .painel--grid .card.card-oficina .card-oficina--body, .painel--grid .card.card-oficina .card-oficina--footer {
    width: 100%;
  }
  .painel--grid .card.card-cupom {
    flex-direction: column !important;
    padding: 15px 18px;
  }
  .painel--grid .card.card-cupom .cupom-service {
    align-items: center;
    border: none;
  }
  .painel--grid .card.card-cupom .cupom-value {
    border: none;
    padding: 15px 0;
  }
  .painel--grid .card.card-cupom .cupom-cta {
    max-width: 100%;
    gap: 10px;
  }
  .painel--grid .card.card-cupom .cupom-cta .btn-sharp--red {
    height: 50px;
    min-height: 50px;
  }
  .painel--grid .card.card-marketplace {
    flex-direction: column !important;
    gap: 10px;
  }
  .painel--grid .card.card-marketplace .content-descr-status {
    align-items: center;
    border: none;
  }
  .painel--grid .card.card-marketplace .content-descr-status p.nomeSku span {
    font-size: 18px;
  }
  .painel--grid .card.card-marketplace .content-price-value {
    border-color: #2E2D37;
  }
  .painel--grid .card.card-marketplace .content-cta-date {
    max-width: 100%;
    gap: 10px;
  }
  .painel--grid .card.card-marketplace .content-cta-date .btn-sharp--red {
    height: 50px;
    min-height: 50px;
  }
  .painel--grid .card.card-marketplace .content-cta-date .lbl-data--realizado, .painel--grid .card.card-marketplace .content-cta-date .lbl-data--agendado {
    background-size: 22px;
    background-position: center left;
    padding-left: 26px;
    min-height: 40px;
    line-height: 40px;
  }
  .painel--list .card span.logo-mkt img {
    max-width: 100%;
    max-height: 22px;
  }
  .painel--list .card .spn-pg, .painel--list .card .spn-real, .painel--list .card .spn-cancel {
    min-width: 50px !important;
    font-size: 10px !important;
  }
}
/*Custom*/
.nomeCupom span {
  width: 100%;
  height: 80px;
  font-weight: 400;
  color: #2E2D37;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
}

.lbl-cupom-desconto {
  text-decoration: line-through;
  font-size: 12px;
}

.lbl-cupom-valor {
  font-size: 18px;
}

.nomeSku span {
  width: 100%;
  height: auto;
  font-weight: 500;
  color: #2E2D37;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
}

.logo-mkt {
  height: 40px;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.logo-mkt img {
  max-width: 100px;
  max-height: 35px;
}

.card-mapa-oficina {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  margin: 5px;
}
.card-mapa-oficina .card-mapa-oficina--head .bg-img-oficina {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.card-mapa-oficina .card-mapa-oficina--body {
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.card-mapa-oficina .card-mapa-oficina--body .avaliacao-oficina {
  text-align: left;
  font-size: 8px;
  min-height: 20px;
}
.card-mapa-oficina .card-mapa-oficina--body .avaliacao-oficina i {
  font-size: 13px;
}
.card-mapa-oficina .card-mapa-oficina--body .informacoes-oficina--endereco {
  min-height: 40px;
}
.card-mapa-oficina .card-mapa-oficina--footer {
  padding: 0 15px 15px 15px;
  display: inline-block;
  width: 100%;
}
.card-mapa-oficina--head {
  height: 165px;
}
.card-mapa-oficina--footer button, .card-mapa-oficina--footer a {
  width: auto;
  float: left;
}

/*Relpers*/
.ctr-flex--column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.section-header, .steps-header, .steps-name {
  color: #696977;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
}

.steps-header {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .steps-timeline {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    background-color: #F3F5F8;
    padding: 5px;
  }
}
@media screen and (min-width: 500px) {
  .steps-timeline {
    padding-top: 20px;
    margin-top: 0px;
    margin-left: 16.65%;
    margin-right: 16.65%;
  }
}
.steps-timeline:after {
  content: "";
  display: table;
  clear: both;
}

.steps-one,
.steps-two,
.steps-three {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .steps-one .steps-name,
  .steps-two .steps-name,
  .steps-three .steps-name {
    font-size: 12px;
    line-height: 28px;
    padding-left: 40px;
    display: inline-block;
    float: left;
    height: 40px;
    padding-top: 8px;
    margin-bottom: 10px;
  }
  .steps-one .steps-name:before,
  .steps-two .steps-name:before,
  .steps-three .steps-name:before {
    width: 28px;
    height: 28px;
  }
  .steps-one .steps-name:after,
  .steps-two .steps-name:after,
  .steps-three .steps-name:after {
    width: 28px;
    font-size: 12px;
    font-size: 12px;
    text-align: center;
    line-height: 45px;
  }
  .steps-one .steps-name + .btn,
  .steps-two .steps-name + .btn,
  .steps-three .steps-name + .btn {
    height: 40px;
    min-height: 40px;
    font-size: 12px;
    max-width: 60%;
    float: left;
  }
  .steps-one.stt-ativo .steps-name + .btn,
  .steps-one.stt-ativo .steps-name + .btn,
  .steps-one.stt-ativo .steps-name + .btn, .steps-one.stt-completo .steps-name + .btn,
  .steps-one.stt-completo .steps-name + .btn,
  .steps-one.stt-completo .steps-name + .btn,
  .steps-two.stt-ativo .steps-name + .btn,
  .steps-two.stt-ativo .steps-name + .btn,
  .steps-two.stt-ativo .steps-name + .btn,
  .steps-two.stt-completo .steps-name + .btn,
  .steps-two.stt-completo .steps-name + .btn,
  .steps-two.stt-completo .steps-name + .btn,
  .steps-three.stt-ativo .steps-name + .btn,
  .steps-three.stt-ativo .steps-name + .btn,
  .steps-three.stt-ativo .steps-name + .btn,
  .steps-three.stt-completo .steps-name + .btn,
  .steps-three.stt-completo .steps-name + .btn,
  .steps-three.stt-completo .steps-name + .btn {
    width: 100%;
    max-width: 90%;
    margin-left: 35px;
  }
}
@media screen and (min-width: 500px) {
  .steps-one,
  .steps-two,
  .steps-three {
    float: left;
    width: 33%;
  }
}
.steps-one.stt-ativo .section-header, .steps-one.stt-ativo .steps-header, .steps-one.stt-ativo .steps-name, .steps-one.stt-completo .section-header, .steps-one.stt-completo .steps-header, .steps-one.stt-completo .steps-name,
.steps-two.stt-ativo .section-header,
.steps-two.stt-ativo .steps-header,
.steps-two.stt-ativo .steps-name,
.steps-two.stt-completo .section-header,
.steps-two.stt-completo .steps-header,
.steps-two.stt-completo .steps-name,
.steps-three.stt-ativo .section-header,
.steps-three.stt-ativo .steps-header,
.steps-three.stt-ativo .steps-name,
.steps-three.stt-completo .section-header,
.steps-three.stt-completo .steps-header,
.steps-three.stt-completo .steps-name {
  color: #2E2D37;
}
.steps-one.stt-ativo .section-header:before, .steps-one.stt-ativo .steps-header:before, .steps-one.stt-ativo .steps-name:before, .steps-one.stt-completo .section-header:before, .steps-one.stt-completo .steps-header:before, .steps-one.stt-completo .steps-name:before,
.steps-two.stt-ativo .section-header:before,
.steps-two.stt-ativo .steps-header:before,
.steps-two.stt-ativo .steps-name:before,
.steps-two.stt-completo .section-header:before,
.steps-two.stt-completo .steps-header:before,
.steps-two.stt-completo .steps-name:before,
.steps-three.stt-ativo .section-header:before,
.steps-three.stt-ativo .steps-header:before,
.steps-three.stt-ativo .steps-name:before,
.steps-three.stt-completo .section-header:before,
.steps-three.stt-completo .steps-header:before,
.steps-three.stt-completo .steps-name:before {
  background-color: #2E2D37;
}

.step-nrelaizado-one:after,
.steps-one:after,
.steps-two:after, .step-nrelaizado-one.stt-ativo:before,
.steps-one.stt-ativo:before,
.steps-two.stt-ativo:before, .step-nrelaizado-one.stt-completo:after,
.steps-one.stt-completo:after,
.steps-two.stt-completo:after {
  content: "";
  height: 3px;
  display: block;
  position: absolute;
  top: 22px;
  border-radius: 4px;
}

.step-nrelaizado-one:after,
.steps-one:after,
.steps-two:after {
  width: 100px;
  border: 3px solid #AEAEBA;
  background-color: #AEAEBA;
  right: -40%;
}
@media screen and (max-width: 500px) {
  .step-nrelaizado-one,
  .steps-one,
  .steps-two {
    padding-bottom: 10px;
    height: 90px;
  }
  .step-nrelaizado-one:after, .step-nrelaizado-one:before,
  .steps-one:after,
  .steps-one:before,
  .steps-two:after,
  .steps-two:before {
    width: 3px !important;
    right: auto !important;
    left: 11px;
    top: 40px !important;
    height: 60px !important;
  }
  .step-nrelaizado-one.stt-ativo:before,
  .steps-one.stt-ativo:before,
  .steps-two.stt-ativo:before {
    z-index: 1 !important;
    height: 60px !important;
  }
}
.step-nrelaizado-one.stt-ativo:before,
.steps-one.stt-ativo:before,
.steps-two.stt-ativo:before {
  width: 70px;
  border: 3px solid #2E2D37;
  background-color: #2E2D37;
  right: -28%;
  z-index: 1;
}
.step-nrelaizado-one.stt-completo:after,
.steps-one.stt-completo:after,
.steps-two.stt-completo:after {
  width: 100px;
  border: 3px solid #2E2D37;
  background-color: #2E2D37;
  right: -40%;
}

@media screen and (min-width: 500px) {
  .steps-one, .step-nrelaizado-one {
    margin-left: -16.65%;
    margin-right: 16.65%;
  }
}
.steps-one .steps-name:after, .step-nrelaizado-one .steps-name:after {
  content: "1";
}

.steps-two .steps-name:after {
  content: "2";
}

@media screen and (min-width: 500px) {
  .steps-three {
    margin-left: 16.65%;
    margin-right: -16.65%;
  }
}
.steps-three .steps-name:after {
  content: "3";
}

.steps-name {
  position: relative;
  padding-left: 70px;
  line-height: 50px;
  padding-right: 15px;
  text-align: initial;
}
.steps-name:before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #AEAEBA;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  text-align: center;
}
.steps-name:after {
  width: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .steps-name {
    text-align: initial;
  }
}

.step-nrelaizado-one, .step-nrelaizado-two {
  position: relative;
}
@media screen and (max-width: 500px) {
  .step-nrelaizado-one, .step-nrelaizado-two {
    display: inline-block !important;
    width: 100%;
  }
  .step-nrelaizado-one .steps-name, .step-nrelaizado-two .steps-name {
    font-size: 12px;
    line-height: 28px;
    padding-left: 40px;
    display: inline-block;
    float: left;
    height: 40px;
    padding-top: 8px;
  }
  .step-nrelaizado-one .steps-name:before, .step-nrelaizado-two .steps-name:before {
    width: 28px;
    height: 28px;
  }
  .step-nrelaizado-one .steps-name:after, .step-nrelaizado-two .steps-name:after {
    width: 28px;
    font-size: 12px;
    font-size: 12px;
    text-align: center;
    line-height: 45px;
  }
  .step-nrelaizado-one .steps-name + .btn, .step-nrelaizado-two .steps-name + .btn {
    height: 40px;
    min-height: 40px;
    font-size: 12px;
    max-width: 60%;
    float: left;
  }
}
@media screen and (min-width: 500px) {
  .step-nrelaizado-one, .step-nrelaizado-two {
    float: left;
    width: 50%;
  }
  .step-nrelaizado-one a, .step-nrelaizado-two a {
    max-width: 70%;
  }
}
.step-nrelaizado-one.stt-ativo .section-header, .step-nrelaizado-one.stt-ativo .steps-header, .step-nrelaizado-one.stt-ativo .steps-name, .step-nrelaizado-one.stt-completo .section-header, .step-nrelaizado-one.stt-completo .steps-header, .step-nrelaizado-one.stt-completo .steps-name, .step-nrelaizado-two.stt-ativo .section-header, .step-nrelaizado-two.stt-ativo .steps-header, .step-nrelaizado-two.stt-ativo .steps-name, .step-nrelaizado-two.stt-completo .section-header, .step-nrelaizado-two.stt-completo .steps-header, .step-nrelaizado-two.stt-completo .steps-name {
  color: #2E2D37;
}
.step-nrelaizado-one.stt-ativo .section-header:before, .step-nrelaizado-one.stt-ativo .steps-header:before, .step-nrelaizado-one.stt-ativo .steps-name:before, .step-nrelaizado-one.stt-completo .section-header:before, .step-nrelaizado-one.stt-completo .steps-header:before, .step-nrelaizado-one.stt-completo .steps-name:before, .step-nrelaizado-two.stt-ativo .section-header:before, .step-nrelaizado-two.stt-ativo .steps-header:before, .step-nrelaizado-two.stt-ativo .steps-name:before, .step-nrelaizado-two.stt-completo .section-header:before, .step-nrelaizado-two.stt-completo .steps-header:before, .step-nrelaizado-two.stt-completo .steps-name:before {
  background-color: #2E2D37;
}

.step-nrelaizado-one {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}
.step-nrelaizado-one.stt-completo:after {
  width: 100px;
  border: 3px solid #2E2D37;
  background-color: #2E2D37;
  right: -40%;
}

.step-nrelaizado-two {
  float: right;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
}
@media screen and (min-width: 500px) {
  .step-nrelaizado-two {
    margin-left: 16.65%;
    margin-right: -16.65%;
  }
}
.step-nrelaizado-two .steps-name:after {
  content: "2";
}

input[type=tel],
input[type=text],
input[type=password],
input[type=number],
input[type=email], textarea.form-control, select.form-select, input[type=search], .form-select-group select.form-select {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /* FF 18 */
  /* FF 19+ */
  border: 2px solid #ECEDF2;
}
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder, select.form-select::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, .form-select-group select.form-select::-webkit-input-placeholder {
  color: #aeaeba;
  font-weight: 500;
}
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=email]:-moz-placeholder, textarea.form-control:-moz-placeholder, select.form-select:-moz-placeholder, input[type=search]:-moz-placeholder {
  color: #aeaeba;
  font-weight: 500;
}
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder, textarea.form-control::-moz-placeholder, select.form-select::-moz-placeholder, input[type=search]::-moz-placeholder, .form-select-group select.form-select::-moz-placeholder {
  color: #aeaeba;
  font-weight: 500;
}
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder, select.form-select:-ms-input-placeholder, input[type=search]:-ms-input-placeholder {
  color: #aeaeba;
  font-weight: 500;
}
input[type=tel]:active,
input[type=text]:active,
input[type=password]:active,
input[type=number]:active,
input[type=email]:active, textarea.form-control:active, select.form-select:active, input[type=search]:active, input[type=tel]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus, textarea.form-control:focus, select.form-select:focus, input[type=search]:focus {
  border-color: #2E2D37;
  box-shadow: none;
  /* FF 18 */
  /* FF 19+ */
}
input[type=tel]:active::-webkit-input-placeholder,
input[type=text]:active::-webkit-input-placeholder,
input[type=password]:active::-webkit-input-placeholder,
input[type=number]:active::-webkit-input-placeholder,
input[type=email]:active::-webkit-input-placeholder, textarea.form-control:active::-webkit-input-placeholder, select.form-select:active::-webkit-input-placeholder, input[type=search]:active::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder, textarea.form-control:focus::-webkit-input-placeholder, select.form-select:focus::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder {
  color: #2e2d37;
  font-weight: 500;
}
input[type=tel]:active:-moz-placeholder,
input[type=text]:active:-moz-placeholder,
input[type=password]:active:-moz-placeholder,
input[type=number]:active:-moz-placeholder,
input[type=email]:active:-moz-placeholder, textarea.form-control:active:-moz-placeholder, select.form-select:active:-moz-placeholder, input[type=search]:active:-moz-placeholder, input[type=tel]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder, textarea.form-control:focus:-moz-placeholder, select.form-select:focus:-moz-placeholder, input[type=search]:focus:-moz-placeholder {
  color: #2e2d37;
  font-weight: 500;
}
input[type=tel]:active::-moz-placeholder,
input[type=text]:active::-moz-placeholder,
input[type=password]:active::-moz-placeholder,
input[type=number]:active::-moz-placeholder,
input[type=email]:active::-moz-placeholder, textarea.form-control:active::-moz-placeholder, select.form-select:active::-moz-placeholder, input[type=search]:active::-moz-placeholder, input[type=tel]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder, textarea.form-control:focus::-moz-placeholder, select.form-select:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder {
  color: #2e2d37;
  font-weight: 500;
}
input[type=tel]:active:-ms-input-placeholder,
input[type=text]:active:-ms-input-placeholder,
input[type=password]:active:-ms-input-placeholder,
input[type=number]:active:-ms-input-placeholder,
input[type=email]:active:-ms-input-placeholder, textarea.form-control:active:-ms-input-placeholder, select.form-select:active:-ms-input-placeholder, input[type=search]:active:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder, textarea.form-control:focus:-ms-input-placeholder, select.form-select:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder {
  color: #2e2d37;
  font-weight: 500;
}

textarea.form-control {
  font-size: 16px;
}

input[type=tel],
input[type=text],
input[type=password],
input[type=number],
input[type=email], select.form-select, input[type=search], .form-select-group select.form-select {
  height: 56px;
  font-size: 16px;
}

.form-group--wrap input.error, .form-group--wrap input.input-validation-error {
  border: 2px solid #9B51E0;
  color: #9B51E0;
  background-image: url("../../images/icons/default/alert_1.svg");
  background-position: center right 8px;
  background-repeat: no-repeat;
}
.form-group--wrap input.error + label, .form-group--wrap input.input-validation-error + label {
  color: #9B51E0 !important;
}

.class-helper input.error, .class-helper input.error:valid, .class-helper input.input-validation-error, .class-helper input.input-validation-error:valid {
  border: 2px solid #9B51E0;
  color: #9B51E0;
  background-image: url("../../images/icons/default/alert_1.svg");
  background-position: center right 8px;
  background-repeat: no-repeat;
}
.class-helper input.error + label, .class-helper input.error:valid + label, .class-helper input.input-validation-error + label, .class-helper input.input-validation-error:valid + label {
  color: #9B51E0 !important;
}

.form-group--wrap input:valid + label {
  font-size: 12px;
  top: -5px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
  color: #AEAEBA;
}
.form-group--wrap input:read-only + label {
  font-size: 12px;
  top: -5px;
  left: 10px;
  background-color: #ffffff !important;
  padding: 0px 5px 0px 5px;
  color: #AEAEBA;
}
.form-group--wrap input:focus + label {
  font-size: 12px;
  top: -5px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
  color: #2E2D37;
}
.form-group--wrap input[type=text]:focus,
.form-group--wrap input[type=password]:focus {
  outline: none;
  box-shadow: none;
  border-color: #2E2D37;
}

input[type=tel],
input[type=text],
input[type=password],
input[type=number],
input[type=email] {
  /* @include border-radius($btn-border-radius);
  @include placeholder($fonte-color-placeholder);
  border: 2px solid $border-color-input;
  height: 56px;
  font-size: 16px;*/
}

input:read-only {
  background-color: #ffffff !important;
  color: #AEAEBA !important;
}

select.form-select option:hover {
  background: #2E2D37;
  color: #fff;
}

input[type=search] {
  background-image: url("../../images/icons/default/search.svg");
  background-repeat: no-repeat;
  background-position: center left 9px;
  padding-left: 40px;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background-image: url("../../images/icons/default/close_red.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
}

.form-select-group {
  position: relative;
}
.form-select-group--wrap label {
  font-weight: 500;
  font-size: 12px;
  top: -10px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
  color: #2E2D37;
  position: absolute;
}

.form-group--wrap {
  width: auto;
  height: auto;
  position: relative;
}
.form-group--wrap label {
  padding: 16px 14px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  pointer-events: none;
}
.form-group--wrap label.lbl-erro {
  color: #9B51E0 !important;
  padding: 0;
  font-size: 10px;
  bottom: -20px;
  top: auto;
  display: block;
  right: 10px;
  left: auto;
}

.toggler {
  padding: 3px;
  position: relative;
}
@keyframes moveCircle1 {
  50% {
    padding: 0 12%;
  }
}
@keyframes moveCircle2 {
  50% {
    padding: 0 12%;
  }
}
.toggler__label {
  user-select: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.toggler__label span {
  margin-left: 1em;
}
.toggler__label input:checked ~ .toggler::before {
  transform: translateX(-100%);
  left: 100%;
  animation: moveCircle2 0.2s ease 1;
}
.toggler::before {
  content: "";
  display: block;
  background: white;
  position: relative;
  left: 0;
  animation: moveCircle1 0.2s ease 1;
}

.toggler {
  background: #c5c6d0;
  border-radius: 32px;
  width: 40px;
  transition: 0.2s cubic-bezier(0.7, 0.15, 0.36, 1);
}
.toggler__label input:checked ~ .toggler {
  background: #2E2D37;
}
.toggler::before {
  border-radius: 16px;
  width: 16px;
  height: 16px;
  transition: 0.2s cubic-bezier(0.7, 0.15, 0.36, 1);
}

.form-control.error ~ .view-password {
  right: 45px;
}

#Senha:focus ~ .view-password {
  opacity: 1;
}

.view-password {
  display: inline-block;
  background-image: url(../../images/icons/default/Eye1.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  width: 28px;
  height: 28px;
  padding: 2px;
  top: 14px;
  right: 15px;
  opacity: 0.2;
}
.view-password.view {
  background-image: url(../../images/icons/default/Eye2.svg);
}
.view-password:hover {
  opacity: 1;
}

.card-default {
  max-width: 580px;
  padding: 40px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 8px;
  border: none;
}

.modal .modal-body {
  padding: 25px;
}
.modal .modal-content {
  border-radius: 10px;
  border: none;
}
.modal .modal-content .btn-close {
  position: absolute;
  right: 25px;
  top: 25px;
  opacity: 1;
  z-index: 1000;
}

.bd-header {
  margin-bottom: 10px;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

@media screen and (min-width: 320px) and (max-width: 667px) {
  .area-logar {
    margin-top: 26px;
  }
  .bd-header {
    height: 45px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin: 0px auto 0px;
  }
  .bd-header img {
    margin: 0 auto;
  }
  .container-card {
    min-height: auto;
    margin: 0;
  }
  .card-default {
    border-radius: 10px;
    padding: 49px 20px;
    max-width: 100%;
  }
  .modal-content.modal-login {
    min-height: auto;
  }
}
.modal.servico-inclusos .modal-body {
  /* background of the scrollbar except button or resizer */
  /* scrollbar itself */
  /* set button(top and bottom of the scrollbar) */
}
.modal.servico-inclusos .modal-body ::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}
.modal.servico-inclusos .modal-body ::-webkit-scrollbar-track {
  background-color: #fff;
}
.modal.servico-inclusos .modal-body ::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}
.modal.servico-inclusos .modal-body ::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 5px solid #fff;
}
.modal.servico-inclusos .modal-body ::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 4px solid #f4f4f4;
}
.modal.servico-inclusos .modal-body ::-webkit-scrollbar-button {
  display: none;
}

.modal-backdrop.show {
  opacity: 0.68 !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #2E2D37 !important;
}

hr {
  background-color: #EEEEEE;
  opacity: 1;
}

.ui-autocomplete-clear, .ui-icon-gear {
  display: none;
}

.line-height-adjust {
  line-height: 40px;
}

.bd-header {
  background-color: #fff;
  height: 88px;
  padding-top: 14px;
  border-bottom: 1px solid #DFE1E5;
}

/* footer */
.wm-footer {
  background-color: #fff;
  padding-top: 37px;
  padding-bottom: 0px;
  border-top: 1px solid #DFE1E5;
  bottom: 0;
  width: 100%;
}
.wm-footer .footer-car10-line {
  margin-bottom: 35px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.wm-footer .footer-car10-line .container .row p {
  margin-bottom: 0;
  color: #2E2D37;
  font-size: 12px;
  margin-left: 21px;
  margin-top: 8px;
}
.wm-footer .footer-car10-line .container .row div a {
  color: #2E2D37;
  text-align: left;
  padding-left: 0;
  font-size: 15px;
  font-weight: 700;
}
.wm-footer .footer-car10-line .container .row div a img {
  vertical-align: baseline;
  margin-left: 6px;
}
.wm-footer .footer-car10-line .container .row div:first-child {
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.wm-footer .footer-car10-line .container .row div:last-child {
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-end;
}
.wm-footer .footer-wm-line {
  background-color: #2E2D37;
  padding-top: 8px;
  padding-bottom: 8px;
}
.wm-footer .footer-wm-line .container .row div {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  display: flex;
}
.wm-footer .footer-wm-line .container .row p {
  margin-right: 8px;
  margin-bottom: 3px;
  font-size: 12px;
  color: #fff;
}
.wm-footer p.copy {
  margin-bottom: 0;
  color: #AEAEBA;
  font-size: 12px;
  margin-top: 21px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 25px;
}

.grid-control-ui {
  padding-left: 0;
  padding-right: 0;
}

.cupons-tab--pdd {
  margin-top: 1rem;
}

.pag-servico, .cupons-tab {
  margin-top: 10px;
}

.busca-filtros {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.name-profile {
  padding-top: 10px;
}
.name-profile:after {
  background-image: url("../../images/marketplace/icons/ic-hamburguer.svg");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  position: absolute;
  margin-left: 8px;
  top: 9px;
}

.spn-cancel, .spn-real, .spn-pg {
  color: #fff;
  border-radius: 34px;
  max-width: 80px;
  min-width: 40px;
  font-size: 11px;
  display: block;
  float: right;
  padding: 2px 8px;
  text-align: center;
}
.spn-cancel:hover, .spn-real:hover, .spn-pg:hover {
  cursor: default;
  color: #fff;
}

.spn-pg {
  background-color: #27AE60;
}

.spn-real {
  background-color: #2F80ED;
}

.spn-cancel {
  background-color: #AEAEBA;
}

.lbl-data {
  padding-left: 21px;
  font-weight: 700 !important;
}
.lbl-data--realizado {
  color: #696977 !important;
  background-image: url("../../images/icons/default/calendar-gray.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left top -1px;
}
.lbl-data--agendado {
  color: #2F80ED !important;
  background-image: url("../../images/icons/default/calendar-blue.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left top -1px;
}

.dynamic-font {
  width: 100%;
  height: 100%;
}

.dynamic-content-font {
  width: 100%;
  height: 80px;
  background-color: yellow;
}

.ic-modal {
  vertical-align: sub;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .custom-radiobox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.modal .modal-md {
  min-width: 570px;
}

.mkt-logo-modal img {
  max-height: 23px;
}

.btn-outline--filtro {
  margin-left: 13px;
  min-width: 70px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2E2D37;
}
.custom-checkbox .custom-control-label:after {
  position: absolute;
  top: 0.24rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% 60%;
}
.custom-checkbox .custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
  border-radius: 3px;
}

.custom-radiobox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2E2D37;
}
.custom-radiobox .custom-control-label:after {
  position: absolute;
  top: 0.24rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% 60%;
}
.custom-radiobox .custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
  border-radius: 50px;
}

.filtroTipo .btn {
  font-size: 12px;
  color: #696977;
  height: 32px;
  border-radius: 16px;
  background-color: #ECEDF2;
}
.filtroTipo .btn.ativo {
  color: #fff;
  background: #2E2D37;
}
.filtroTipo .btn:active, .filtroTipo .btn:focus {
  outline: none;
  box-shadow: none;
}

/**** Modal descrição SKU ****/
.descricao-sku p:last-child, .descricao-sku p:nth-child(4), .descricao-sku p:nth-child(3), .descricao-sku p:nth-child(2), .descricao-sku p:first-child {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 22px;
  width: 100%;
}

.descricao-sku p:first-child {
  background-image: url(../../images/marketplace/icons/Star7.svg);
}
.descricao-sku p:nth-child(2) {
  background-image: url(../../images/marketplace/icons/Star3.svg);
}
.descricao-sku p:nth-child(3) {
  background-image: url(../../images/marketplace/icons/Star4.svg);
}
.descricao-sku p:nth-child(4) {
  background-image: url(../../images/marketplace/icons/Star5.svg);
}
.descricao-sku p:last-child {
  background-image: url(../../images/marketplace/icons/Star6.svg);
}

.info-modal {
  position: absolute;
  right: -25px;
  top: -10px;
}

.pos-relativo {
  position: relative;
}

.btn-white-filtro {
  margin-top: 6px;
  border-radius: 32px;
  background-color: #fff;
  color: #2E2D37;
  height: 40px;
  line-height: 24px;
  letter-spacing: 0.04em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-white-filtro:hover, .btn-white-filtro.active-filter {
  background-color: #FFC8D2;
  color: #2E2D37;
}
.btn-white-filtro.active-filter span.badge {
  margin-left: 5px;
  top: 0;
}
.btn-white-filtro:active, .btn-white-filtro:focus {
  outline: none;
  box-shadow: none;
}

.logoservico {
  margin: 0 auto;
  display: block;
}
.logoservico img.page-agendar {
  max-height: 35px;
  max-width: 150px;
}

.logo img.page-agendar {
  max-height: 35px;
  max-width: 150px;
  float: right;
}

.dados-servico {
  margin-top: 50px;
}
.dados-servico .lbl-data--servico, .dados-servico .lbl-hora--servico, .dados-servico .lbl-carro--servico {
  margin: 0px 8px 30px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}
.dados-servico .lbl-data--servico img, .dados-servico .lbl-hora--servico img, .dados-servico .lbl-carro--servico img {
  vertical-align: sub;
}

.bg-sem-cupom {
  background: #FFFFFF;
  border-radius: 7px;
  padding: 39px;
}
.bg-sem-cupom .new-busca {
  font-size: 12px;
  height: 56px;
  min-height: 40px;
  line-height: 13px;
  min-width: 55px;
}
.bg-sem-cupom .new-busca img {
  height: 28px !important;
}
.bg-sem-cupom #CodigoCupom {
  font-size: 14px;
}
.bg-sem-cupom .form-group--flex {
  max-width: 360px;
  margin: 0 auto;
}
.bg-sem-cupom div.text-center {
  padding-top: 0;
  margin: 0;
}

.bg-inicial {
  background-color: #f3f5f8;
  width: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  margin: 0 auto;
}

.pag-aplicar-cupom {
  background-color: #F3F5F8;
  height: 100%;
}
.pag-aplicar-cupom .card-nav-tabs {
  justify-content: flex-start;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.pag-aplicar-cupom.fixed-top {
  z-index: 10;
}
.pag-aplicar-cupom .valor-cta-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.pag-aplicar-cupom .valor-cta-group a {
  width: 100%;
  min-height: 46px;
  height: 46px;
}
.pag-aplicar-cupom .area-money {
  display: inline-flex;
  color: #27ae60;
  border: 1px dashed;
  padding: 5px 8px;
  border-radius: 6px;
  background-color: #f5fff9;
  gap: 8px;
  margin-bottom: 0;
  align-items: center;
  white-space: nowrap;
  min-width: 40%;
  text-align: center;
  justify-content: center;
  min-height: 46px;
}
.pag-aplicar-cupom .nav-bar--secondary {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pag-aplicar-cupom .area-nome-servico {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pag-aplicar-cupom .btn-radius--white {
  /*float: inline-end;*/
}
.pag-aplicar-cupom .content-row-top.fixed-top {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #fff;
  padding-top: 15px;
  border-bottom: 1px solid #EEEEEE;
}
.pag-aplicar-cupom .area-nome-cupom {
  display: flex;
  /* gap: 8px; */
  align-items: center;
  color: #696977;
}
.pag-aplicar-cupom .area-nome-cupom .nome-cupom {
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 600;
  color: #2E2D37;
}

.pag-agendar {
  background-color: #fff;
  padding-top: 15px;
}
.pag-agendar.fixed-top {
  z-index: 10;
}
.pag-agendar .nav-bar--secondary {
  margin-bottom: 20px;
}
.pag-agendar .area-nome-servico {
  min-height: 97px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pag-agendar .content-row-top.fixed-top {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #fff;
  padding-top: 15px;
  border-bottom: 1px solid #EEEEEE;
}

.area-cards-ofininas {
  background-color: #f3f5f8;
  min-height: 70vh;
  margin-bottom: 66px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.area-cards-ofininas.top-card {
  margin-top: 140px;
}

.bd-footer {
  background-color: #fcfcfc;
}
.bd-footer .container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pag-servico, .cupons-tab, .pag-aplicar-cupom {
  margin-bottom: 76px;
}

.scrollbar::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
  background-color: #fff;
}

.scrollbar::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 5px solid #fff;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 4px solid #f4f4f4;
}

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {
  display: none;
}

.owl-carousel.carousel-modal-oficina {
  margin: 30px 0 33px;
  padding: 0 30px;
  position: relative;
}
.owl-carousel.carousel-modal-oficina .owl-item .item {
  border-radius: 10px;
  overflow: hidden;
  min-height: 147px;
  height: 147px;
  background-color: #ededef;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.owl-carousel.carousel-modal-oficina .owl-item .item img {
  width: 130%;
}
.owl-carousel.carousel-modal-oficina.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
  height: 150px;
}
.owl-carousel.carousel-modal-oficina.owl-theme .owl-nav button.owl-prev, .owl-carousel.carousel-modal-oficina.owl-theme .owl-nav button.owl-next {
  height: 100%;
  margin: 0;
}
.owl-carousel.carousel-modal-oficina.owl-theme .owl-nav button.owl-prev:hover, .owl-carousel.carousel-modal-oficina.owl-theme .owl-nav button.owl-next:hover {
  background: none;
}
.owl-carousel.carousel-modal-oficina.owl-theme .owl-nav button.owl-prev {
  float: left;
  padding-left: 0 !important;
  text-align: left;
}
.owl-carousel.carousel-modal-oficina.owl-theme .owl-nav button.owl-next {
  float: right;
  padding-right: 0 !important;
  text-align: right;
}
.owl-carousel.carousel-modal-oficina .owl-nav.disabled {
  display: block !important;
}

.mt-20 {
  margin-top: 20px;
}

.mt-37 {
  margin-top: 37px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-110 {
  margin-top: 110px;
}

.title-first {
  font-size: 26px;
}

.lbl-cupom {
  position: relative;
  display: inline-block;
}
.lbl-cupom:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center right 7px;
  background-size: 16px;
  width: 38px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.lbl-cupom.on:after {
  background-image: url(../../images/icons/default/ic_lbl_cupom.svg);
}
.lbl-cupom.off {
  color: #2E2D37;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 30px;
  border: 1px dashed #696977;
  border-radius: 6px;
  padding: 2px 33px 2px 7px;
  margin-bottom: 0;
}
.lbl-cupom.off:after {
  background-image: url(../../images/icons/default/ic_lbl_cupom_off.svg);
}

.accordion-modal-servico .accordion-item {
  border: none;
}
.accordion-modal-servico .accordion-item button.accordion-button {
  border: none;
  padding-left: 0;
}
.accordion-modal-servico .accordion-item button.accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}
.accordion-modal-servico .accordion-item button.accordion-button:not(.collapsed):after {
  background-image: url("../../images/icons/default/ic_collapse_open.svg");
}
.accordion-modal-servico .accordion-item button.accordion-button:after {
  background-image: url("../../images/icons/default/ic_collapse_open.svg");
}
.accordion-modal-servico .accordion-item .accordion-body {
  padding-left: 5px;
}

.linha-calculo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.desconto-off {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.desconto-off input[type=text] {
  height: 36px;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  font-weight: 400;
}
.desconto-off span {
  font-size: 14px;
}
.desconto-off button {
  background-color: #2E2D37;
  padding: 2px 8px;
  border-radius: 0 4px 4px 0;
  margin-left: -3px;
}
.desconto-off button img {
  height: 16px;
  margin-bottom: 3px;
  min-width: 26px;
}

.desconto-on {
  background-image: url(../../images/icons/btn/ic_btn_cupom_red.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  border: 1px dashed #696977;
  border-radius: 6px;
  min-width: fit-content;
  height: 36px;
  padding: 3px 10px 3px 38px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  line-height: 3px;
  gap: 10px;
  transition: min-width 0.6s ease;
}
.desconto-on span {
  font-size: 16px;
  font-weight: 500;
  color: #2E2D37;
}
.desconto-on a {
  display: none;
}
.desconto-on:hover {
  cursor: pointer;
  transition: min-width 0.6s ease;
}
.desconto-on:hover a {
  display: block;
  border-radius: 50%;
  transition: border-color 0.3s ease;
  border: 2px solid transparent;
}
.desconto-on:hover a:hover {
  border: 2px solid #2E2D37;
  opacity: 0.9;
}

.card-servico-cupom-area .desconto-off {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-height: fit-content;
}
.card-servico-cupom-area .desconto-off input[type=text] {
  border-radius: 6px;
  font-size: 14px;
  border-style: dashed !important;
  padding-left: 6px;
  font-weight: 400;
}
.card-servico-cupom-area .desconto-off button {
  padding: 3px 0px !important;
  border-radius: 20px !important;
  margin-left: 5px !important;
  height: 30px !important;
  width: 30px;
  text-align: center;
  margin: 5px auto;
}
.card-servico-cupom-area .desconto-off button:hover {
  opacity: 0.9;
}
.card-servico-cupom-area .desconto-off a.cancel-add-cupom {
  display: flex;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background-color: #ff0000;
  margin: 5px 0 5px 5px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
}
.card-servico-cupom-area .desconto-off a.cancel-add-cupom:hover {
  background-color: #cc0000;
}

@media screen and (min-width: 320px) and (max-width: 932px) {
  footer.wm-footer {
    padding-top: 10px;
  }
  footer.wm-footer .footer-car10-line {
    margin-bottom: 10px;
  }
  footer.wm-footer .footer-car10-line p {
    font-size: 10px;
  }
  .menu-superior.container.g-0 {
    min-width: 100%;
  }
  .bg-sem-cupom {
    height: 125px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 19px 20px;
  }
  .bg-sem-cupom div.text-center {
    padding-top: 0;
    margin: 0;
  }
  .bg-sem-cupom div.text-center P {
    font-size: 12px;
  }
  .new-busca {
    height: 56px !important;
    min-height: 40px;
    line-height: 13px;
    min-width: 55px;
  }
  .new-busca img {
    height: 28px !important;
  }
  .lbl-destaque--oficina {
    width: 16px !important;
    height: 28px !important;
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important;
    background-image: url("../../images/car10/icons/default/car_destaque_tag.svg");
  }
  .pag-aplicar-cupom .area-nome-servico {
    min-height: 50px;
  }
  .content-tab .content-tab--responsive {
    padding-left: 0;
    padding-right: 0;
  }
  .title-first {
    font-size: 16px;
    margin-top: 25px;
  }
  .modal .modal-dialog {
    margin: 0;
    width: 100%;
  }
  .modal .modal-dialog .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
  }
  .modal.modal-avaliacao .modal-content {
    min-width: 100%;
  }
  .modal.modal-avaliacao .modal-content .btn-close {
    right: 15px;
    top: 15px;
  }
  .modal .modal-md {
    min-width: auto;
  }
  .modal .modal-md .nome-servico {
    text-align: center;
  }
  .modal .modal-md .valor-line {
    text-align: center;
  }
  .modal .modal-md .valor-line span {
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 4px;
  }
  .modal .modal-md .action-line .bt-100 {
    width: 100%;
  }
  .modal .modal-md .action-line .bt-50:first-child {
    width: 48%;
    float: left;
  }
  .modal .modal-md .action-line .bt-50:first-child.me-2 {
    margin-right: 0rem !important;
  }
  .modal .modal-md .action-line .bt-50:last-child {
    width: 48%;
    float: right;
  }
  .modal .info-modal {
    position: absolute;
    right: 0px;
    top: -20px;
  }
  #modalServico .modal-dialog {
    margin: 0;
    width: 100%;
  }
  #modalServico .modal-dialog, #modalServico .modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  #modalServico .modal-header, #modalServico .modal-footer {
    left: 0;
    position: absolute;
    right: 0;
  }
  #modalServico .modal-body {
    bottom: 0;
    top: 0;
  }
  #modalServico .modal-header {
    top: 0;
  }
  #modalServico .modal-footer {
    bottom: 0;
  }
  .bd-header {
    background-color: #fff;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bd-header .container {
    border-bottom: none;
    padding-bottom: 0px;
    max-width: 100%;
  }
  .pag-servico, .cupons-tab--pdd {
    margin-top: 0;
    max-width: 100%;
  }
  .busca-filtros {
    background-color: #2E2D37;
    margin-top: 0;
  }
  .busca-filtros .btn--fit {
    margin: 0 auto;
  }
  .grid-control-ui {
    display: block !important;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-tabs.Car10-tabs, .nav-tabs.Car10-tabs-cupons {
    position: fixed;
    background-color: #ecedf2;
    display: flex;
    bottom: 0;
    gap: 1px;
    max-width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    z-index: 10;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    border-top: 1px solid #ecedf2;
  }
  .nav-tabs.Car10-tabs li.nav-item, .nav-tabs.Car10-tabs-cupons li.nav-item {
    max-width: calc(25% - 1px);
    height: 71px;
    background-color: #ffffff;
    width: 100%;
  }
  .nav-tabs.Car10-tabs li.nav-item .nav-link, .nav-tabs.Car10-tabs-cupons li.nav-item .nav-link {
    display: block;
    font-size: 12px;
    min-height: auto;
    color: #AEAEBA;
    padding: 31px 4px 4px;
    border: none;
    background-color: transparent;
    font-weight: 400;
    width: 100%;
  }
  .nav-tabs.Car10-tabs li.nav-item .nav-link .bg-tabs, .nav-tabs.Car10-tabs-cupons li.nav-item .nav-link .bg-tabs {
    position: absolute;
    top: 2px;
    right: 7px;
    font-size: 10px;
    font-weight: 400;
    width: 18px;
    height: 18px;
    line-height: 10px;
  }
  .nav-tabs.Car10-tabs li.nav-item .nav-link.active, .nav-tabs.Car10-tabs-cupons li.nav-item .nav-link.active {
    color: #2E2D37;
  }
  .nav-tabs.Car10-tabs li.nav-item .nav-link.active:after, .nav-tabs.Car10-tabs-cupons li.nav-item .nav-link.active:after {
    top: -4px;
    bottom: auto;
  }
  .nav-tabs.Car10-tabs-cupons li.nav-item {
    max-width: 34%;
    display: flex;
  }
  .nav-tabs.Car10-tabs-cupons .nav-link#cupons-disponiveis-tab {
    background-image: url("../../images/icons/default/ic_menu_cp_disponiveis_off.svg");
    background-repeat: no-repeat;
    background-position: top 4px center;
  }
  .nav-tabs.Car10-tabs-cupons .nav-link#cupons-disponiveis-tab.active {
    background-image: url("../../images/icons/default/ic_menu_cp_disponiveis.svg");
  }
  .nav-tabs.Car10-tabs-cupons .nav-link#cupons-agendados-tab {
    background-image: url("../../images/icons/default/servicos_realizados_off.svg");
    background-repeat: no-repeat;
    background-position: top 4px center;
  }
  .nav-tabs.Car10-tabs-cupons .nav-link#cupons-agendados-tab.active {
    background-image: url("../../images/icons/default/servicos_realizados.svg");
  }
  .nav-tabs.Car10-tabs-cupons .nav-link#cupons-realizados-tab {
    background-image: url("../../images/icons/default/servicos_cancelados_off.svg");
    background-repeat: no-repeat;
    background-position: top 4px center;
  }
  .nav-tabs.Car10-tabs-cupons .nav-link#cupons-realizados-tab.active {
    background-image: url("../../images/icons/default/servicos_cancelados.svg");
  }
  .nav-tabs.Car10-tabs .nav-link#disponiveis-tab {
    background-image: url("../../images/icons/default/servicos_disp_off.svg");
    background-repeat: no-repeat;
    background-position: top 4px center;
  }
  .nav-tabs.Car10-tabs .nav-link#disponiveis-tab.active {
    background-image: url("../../images/icons/default/servicos_disp.svg");
  }
  .nav-tabs.Car10-tabs .nav-link#agendados-tab {
    background-image: url("../../images/icons/default/servicos_agendados_off.svg");
    background-repeat: no-repeat;
    background-position: top 4px center;
  }
  .nav-tabs.Car10-tabs .nav-link#agendados-tab.active {
    background-image: url("../../images/icons/default/servicos_agendados.svg");
  }
  .nav-tabs.Car10-tabs .nav-link#realizados-tab {
    background-image: url("../../images/icons/default/servicos_realizados_off.svg");
    background-repeat: no-repeat;
    background-position: top 4px center;
  }
  .nav-tabs.Car10-tabs .nav-link#realizados-tab.active {
    background-image: url("../../images/icons/default/servicos_realizados.svg");
  }
  .nav-tabs.Car10-tabs .nav-link#cancelados-tab {
    background-image: url("../../images/icons/default/servicos_cancelados_off.svg");
    background-repeat: no-repeat;
    background-position: top 4px center;
  }
  .nav-tabs.Car10-tabs .nav-link#cancelados-tab.active {
    background-image: url("../../images/icons/default/servicos_cancelados.svg");
  }
  .nav-tabs.Car10-tabs-menu {
    border: none;
  }
  .nav-bar--secondary .col-6 p.size-24 {
    font-size: 16px !important;
  }
  .nav-bar--secondary .col-6 span.size-16 {
    font-size: 12px !important;
  }
  .nav-bar--secondary .col-3 .logo img.page-agendar {
    max-width: 70px;
  }
  .dados-servico {
    margin-top: 30px;
  }
  .dados-servico p.size-16 {
    font-size: 12px;
  }
  .dados-servico .lbl-data--servico, .dados-servico .lbl-hora--servico, .dados-servico .lbl-carro--servico {
    font-size: 12px;
    margin: 0px 4px 30px;
  }
  .dados-servico .lbl-data--servico img, .dados-servico .lbl-hora--servico img, .dados-servico .lbl-carro--servico img {
    width: 16px;
  }
  .card-mapa-oficina {
    margin: auto;
  }
  .card-mapa-oficina .card-mapa-oficina--head {
    min-height: 80px;
  }
  .card-mapa-oficina .card-mapa-oficina--body span.size-16, .card-mapa-oficina .card-mapa-oficina--body p.size-20 {
    font-size: 12px;
  }
  .card-mapa-oficina .card-mapa-oficina--body .informacoes-oficina--nome h4.w-500, .card-mapa-oficina .card-mapa-oficina--body .informacoes-oficina--nome h4.size-20 {
    font-weight: 700;
    font-size: 12px;
  }
  .card-mapa-oficina .card-mapa-oficina--footer button, .card-mapa-oficina .card-mapa-oficina--footer a {
    font-size: 12px;
  }
  .logo--md {
    max-height: 28px;
  }
  .g-0 {
    --bs-gutter-y: 12px;
    --bs-gutter-x: 12px;
  }
  .logo-mkt img {
    max-width: 50px;
    margin: 0 !important;
  }
  footer.bd-footer {
    display: none;
  }
  .pag-agendar .line-height-adjust.mb-3, .pag-aplicar-cupom .line-height-adjust.mb-3 {
    margin-bottom: 0 !important;
  }
  .pag-agendar .line-height-adjust .busca-filtros, .pag-aplicar-cupom .line-height-adjust .busca-filtros {
    margin-bottom: 0;
  }
  .pag-agendar .content-row-top.fixed-top, .pag-aplicar-cupom .content-row-top.fixed-top {
    padding: 0px;
    padding-top: 10px;
  }
  .pag-agendar input[type=search]#txtEndereco, .pag-aplicar-cupom input[type=search]#txtEndereco {
    margin: 0;
  }
  .pag-agendar #ContadorResultado, .pag-aplicar-cupom #ContadorResultado {
    margin: 0 auto;
  }
  .pag-agendar #ContadorResultado.size-16, .pag-aplicar-cupom #ContadorResultado.size-16 {
    font-size: 12px;
  }
  .area-cards-ofininas {
    margin-bottom: 0;
    min-height: 80vh;
  }
  .area-cards-ofininas .bg-inicial {
    background-size: 110%;
    height: 430px;
    position: inherit;
  }
  .navbar-responsive-car10 {
    background-color: #f3f3f3;
    text-align: center;
    margin-top: 10px;
  }
  .navbar-responsive-car10 .navbar-nav li .dropdown-item.d-md-none {
    padding: 8px 15px;
    text-align: center;
    font-weight: 500;
    color: #2e2d37;
    border: 1px solid #ECEDF2;
  }
}
@media screen and (min-width: 720px) and (max-width: 1280px) {
  .spn-pg, .spn-real, .spn-cancel {
    min-width: 70px;
    font-size: 10px;
    max-height: 32px;
    line-height: 17px;
  }
}
@media screen and (min-width: 668px) and (max-width: 1366px) {
  .bg-inicial {
    background-size: 370px;
    background-position: center top 20px;
  }
}
.info-no-service {
  display: flex;
  width: 100%;
  padding: 40px !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 39px 0px;
}

.lbl-destaque--oficina {
  width: 25px !important;
  height: 44px !important;
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto !important;
  background-image: url(../../images/car10/icons/default/car_destaque_tag.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-tabs.Car10-tabs-menu .item .buttom {
  background-size: 42px;
}

.img-placeholder {
  width: 60%;
  margin-top: 5vh;
}

.painel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  gap: 10px;
}

@media screen and (min-width: 320px) and (max-width: 932px) {
  .btn-outline--filtro {
    margin-left: 7px;
    min-width: auto;
  }
  .painel p {
    font-size: 16px;
    text-align: center;
  }
  .painel p.oficina-marcas-concessionaria {
    font-size: 12px;
    text-align: start;
    font-weight: 500;
    margin-bottom: 4px;
  }
  .img-placeholder {
    width: 100%;
  }
  .info-no-service {
    padding: 2% !important;
  }
  .nav-tabs.Car10-tabs-menu .item .buttom span {
    color: initial !important;
  }
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  background-color: #AEAEBA !important;
}

.btn-close-responsive {
  border: none;
  background-color: transparent;
}

.card.card-cupom.busca #CodigoCupom {
  max-width: 360px;
  height: 40px;
  border: 1px solid #ECEDF2;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
}
.card.card-cupom.busca .new-busca {
  min-height: 40px;
  max-height: 40px;
}
.card.card-cupom.busca .new-busca img {
  width: 18px;
}

.lista-servicos-inclusos {
  width: 100%;
  height: fit-content;
  gap: 0px;
}
.lista-servicos-inclusos .lista-servicos {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  text-align: start;
  width: 100%;
  max-height: 50px;
  overflow: hidden;
  transition: height 0.3s ease-in-out, max-height 0.3s ease-in-out;
}
.lista-servicos-inclusos .lista-servicos.hide-info {
  transition: all 0.3s ease-in-out;
}
.lista-servicos-inclusos .lista-servicos.hide-info:after {
  content: "";
  height: 10px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7215686275);
  position: absolute;
  bottom: 0;
  box-shadow: 0px -8px 5px -2px rgba(255, 255, 255, 0.7215686275);
}
.lista-servicos-inclusos .lista-servicos li {
  background-image: url(../../images/car10/icons/default/ckeck-list-ok.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px;
  list-style: none;
  color: #2E2D37;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  float: left;
  display: flex;
  flex-direction: row;
  padding: 2px 5px 2px 21px;
  width: 100%;
}
.lista-servicos-inclusos .toggleButton {
  border: none;
  background-color: transparent;
  padding: 10px 0;
  text-decoration: underline;
  color: #2f80ed;
  width: fit-content;
}
.lista-servicos-inclusos .toggleButton:hover {
  color: rgb(18.5575221239, 102.0663716814, 214.4424778761);
}

.nomeCupom span {
  height: 40px;
}

.nomeServico span {
  padding: 3px 0px;
  width: auto;
  display: inline-block;
  line-height: 30px;
  border-radius: 6px;
  height: auto;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.modal.servico-inclusos .modal-body ul.lista-servicos {
  max-height: calc(100vh - 300px);
  margin-bottom: 15px;
  overflow-y: auto;
}
.modal.servico-inclusos h5 {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.modal.servico-inclusos ul.lista-servicos {
  margin: 0;
  padding: 0;
}
.modal.servico-inclusos ul.lista-servicos li {
  padding-left: 2rem;
  background-image: url("../../images/icons/default/ic_check_modal.svg");
  background-repeat: no-repeat;
}
.modal.servico-inclusos ul.lista-servicos li p {
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #696977;
}
.modal.servico-inclusos ul.lista-servicos li p span {
  font-weight: 700;
  color: #2E2D37;
}

.nav-tabs.Car10-grupo-servicos .item.disabled, .nav-tabs.Car10-grupo-servicos .item:disabled {
  background: #ecedf2;
  border-color: #ecedf2;
  box-shadow: none;
}
.nav-tabs.Car10-grupo-servicos .item.disabled .buttom, .nav-tabs.Car10-grupo-servicos .item:disabled .buttom {
  opacity: 0.2;
}

.irs-min, .irs-max, .irs-from, .irs-to {
  display: none;
}

.irs-bar {
  background-color: #2E2D37 !important;
}

.irs-handle {
  border-color: #2E2D37 !important;
  border-width: 2px !important;
}

.irs-single {
  background-color: #2E2D37 !important;
}

.irs-single:before {
  border-top-color: #2E2D37 !important;
}

.irs-handle:hover {
  background-color: #ffdbe1 !important;
}

.badge-modal {
  float: none !important;
  display: inline-block !important;
  margin-right: 10px !important;
}

.info-no-service {
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2E2D37;
}

#modalOficina .info-funcionamento span {
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: left 2px center;
}
#modalOficina .info-funcionamento span:first-child {
  background-image: url(../../images/CAR10/icons/default/hora_modal.svg);
}
#modalOficina .info-funcionamento span:nth-child(2) {
  background-image: url("../../images/CAR10/icons/default/telefone_modal.svg");
}
#modalOficina .info-funcionamento span:last-child {
  background-image: url("../../images/CAR10/icons/default/money_modal.svg");
}

.datepicker .day.active {
  background-color: #2E2D37 !important;
  background-image: unset !important;
}

.pag-aplicar-cupom .container.g-0 {
  --bs-gutter-y: 0px;
  --bs-gutter-x: 0px;
}

.modal .oficina-tag-concessionaria {
  height: auto;
  border-radius: 6px;
  position: relative;
  max-width: 175px;
  display: flex;
  font-size: 14px;
  background-size: 17px;
  background-size: 17px;
  padding-left: 37px;
  font-weight: 300;
}
.modal .nome-oficina {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  padding-right: 60px;
  align-items: flex-start;
}
.modal .nome-oficina div {
  display: flex;
  gap: 15px;
}

.oficina-tag-concessionaria {
  position: absolute;
  display: flex;
  padding: 5px 10px 5px 37px;
  background-color: #2e2d37;
  background-image: url(../../images/icons/default/ic_tag_concessionaria.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  color: #FFF;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  border-radius: 0 0 12px 0;
  flex-direction: row;
  align-items: center;
  z-index: 1;
  top: 0;
}

.oficina-marcas-concessionaria {
  font-size: 12px;
  text-align: start;
  font-weight: 500;
  margin-bottom: 4px;
}

.btn-link--marcas {
  font-size: 12px;
  padding: 2px 0 8px;
  color: #212529;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.btn-link--marcas span {
  font-weight: 600;
}

.informacoes-oficina {
  max-width: 100%;
}
.informacoes-oficina .informacoes-oficina--nome {
  max-width: 100%;
}
.informacoes-oficina .informacoes-oficina--nome h4.titulo-oficina {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

input:read-only {
  background-color: #fff !important;
  border-color: #2E2D37 !important;
  color: #AEAEBA !important;
}
input:read-only:checked[type=checkbox] {
  background-color: #2E2D37 !important;
}

/*25/11/2024*/
html {
  overflow-y: scroll;
}

.card-nav-tabs {
  border: none;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  box-shadow: rgba(46, 45, 55, 0.12) 0px 1px 2px;
  padding: 15px;
  border-radius: 6px;
  background-color: #fff;
  align-items: flex-start;
}
.card-nav-tabs label {
  white-space: nowrap;
}
.card-nav-tabs .span-number-count {
  min-width: 16px;
  height: 16px;
  font-family: "Poppins";
  font-weight: 600;
  background-color: #2e2d37;
  font-size: 10px;
  padding: 0;
  line-height: 16px;
  border-radius: 10px;
  margin-left: 8px;
  color: #fff;
  text-align: center;
  padding: 0 3px;
}
.card-nav-tabs .page-aplicar-cupom--info {
  display: flex;
  justify-content: flex-start;
  gap: 25px;
}
.card-nav-tabs .page-aplicar-cupom--info div {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
.card-nav-tabs .page-aplicar-cupom--info .area-nome-cupom, .card-nav-tabs .page-aplicar-cupom--info .area-nome-cupom {
  height: 40px;
}

.form-group--flex {
  display: flex;
  flex-direction: row;
  max-width: 500px;
}
.form-group--flex button {
  border-radius: 0 6px 6px 0;
  margin-left: -2px;
  min-width: fit-content;
  font-weight: 450;
  height: 42px !important;
}
.form-group--flex #CodigoCupom, .form-group--flex #CodigoCupomHeader {
  min-width: 100%;
  height: 42px;
  border: 1px solid #ECEDF2;
  font-size: 12px;
  font-weight: 400;
  border-radius: 6px 0 0 6px;
}

.cupom-cta {
  display: flex;
  min-width: 240px;
  max-width: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cupom-cta .lbl-data--agendado {
  margin-top: 15px;
}
.cupom-cta .btn {
  min-width: 100%;
}
.cupom-cta .btn.bt-ativo-status {
  background-color: #27AE60 !important;
}
.cupom-cta .btn.bt-acompanhar-status {
  background-color: #2F80ED !important;
}
.cupom-cta span {
  width: fit-content;
  border-radius: 34px;
  min-width: 40px;
  font-size: 11px;
  display: block;
  float: right;
  padding: 2px 8px;
  text-align: center;
}
.cupom-cta .status-disponivel {
  background-color: #27AE60;
  white-space: nowrap;
  color: #fff;
}
.cupom-cta .status-acompanhar {
  background-color: #2F80ED;
  white-space: nowrap;
  color: #fff;
}
.cupom-cta .status-indisponivel {
  background-color: #AEAEBA;
  white-space: nowrap;
  color: #fff;
}

.cupom-offered {
  display: flex;
  flex-direction: column;
  min-width: 110px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.cupom-offered .status-indisponivel {
  display: none;
}
.cupom-offered span {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.cupom-value {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 180px;
  border: 1px dashed #edecf2;
  border-radius: 6px;
}

.cupom-service {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  border: 1px dashed #edecf2;
  border-radius: 6px;
  gap: 10px;
  padding: 12px 10px 10px;
  text-align: center;
}
.cupom-service .lista-servicos-inclusos {
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  text-align: start;
}
.cupom-service .c-name-cod-line {
  display: flex;
  gap: 15px;
}
.cupom-service .c-name-cod-line .nomeCupom {
  display: flex;
  gap: 5px;
  align-items: flex-end;
  justify-content: center;
}
.cupom-service .c-name-cod-line .nomeCupom strong {
  color: #696977;
}
.cupom-service .c-name-cod-line .nomeCupom:last-child {
  padding: 3px 9px;
  border: 1px dashed #696977;
  border-radius: 6px;
  font-size: 13px;
  color: #000;
}
.cupom-service .nomeSku span, .cupom-service .nomeCupom span {
  width: 100%;
  height: auto;
  font-weight: 700;
  color: #2E2D37;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
}

.listagem-cards {
  padding-right: 0;
  padding-left: 0;
}

.filters-nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.filters-nav .cupons {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  align-items: flex-end;
}
.filters-nav .cupons .form-group--flex {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  width: 100%;
}
.filters-nav .cupons .form-group--flex #CodigoCupomHeader {
  min-width: auto;
}
.filters-nav .filter-list {
  display: none;
}
.filters-nav .filter-list.active {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: fit-content;
}
.filters-nav .filter-list.active .btn-group {
  border: 1px solid rgb(237, 236, 242);
  border-radius: 8px;
}
.filters-nav .filter-list.active .btn-group .btn:last-child {
  border-radius: 0 6px 6px 0 !important;
}
.filters-nav .filter-list.active .btn-group .btn:first-child {
  border-radius: 6px 0 0 6px !important;
}
.filters-nav .filter-list.active .btn-group .btn {
  font-family: "Poppins", sans-serif;
  color: #2E2D37;
  height: 40px;
  line-height: 27px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  border: none;
  outline: none !important;
  padding: 0.375rem 1.15rem !important;
  align-items: center;
  white-space: nowrap;
  outline: none;
  box-shadow: none;
  transition: background-color linear 0.2s;
}
.filters-nav .filter-list.active .btn-group .btn:focus {
  outline: none;
  box-shadow: none;
}
.filters-nav .filter-list.active .btn-group .btn:active {
  outline: none;
  box-shadow: none;
}
.filters-nav .filter-list.active .btn-group .btn.btn-primary {
  background-color: #fff;
}
.filters-nav .filter-list.active .btn-group .btn.btn-primary.active {
  background-color: #ec0928;
  border: 1px solid #ec0928;
  color: #fff;
}
.filters-nav .filter-list.active .btn-group .btn.btn-primary.active .span-number-count {
  background-color: #fff;
  color: #2e2d37;
}
.filters-nav .filter-list.active .btn-group .btn.btn-primary.active:hover {
  background-color: rgb(186.8734693878, 7.1265306122, 31.6734693878);
}
.filters-nav .filter-list.active .btn-group .btn.btn-primary:hover {
  background-color: #F3F5F8;
}
.filters-nav .filter-list.active .btn {
  justify-content: center;
}

@media screen and (min-width: 320px) and (max-width: 932px) {
  .lista-servicos-inclusos .toggleButton {
    margin: 0 auto;
  }
  .pag-aplicar-cupom, .pag-servicos-new {
    padding-left: 5px;
    padding-right: 5px;
  }
  .select-services-title {
    font-size: 14px !important;
    text-align: center;
  }
  .modal#modalOficina .modal-body {
    padding-top: 0;
  }
  .modal#modalOficina .responsive-control .text-start {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }
  .modal#modalOficina .responsive-control .nome-oficina {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 10px;
    border-bottom: 1px solid #e9ecef;
    align-items: flex-start;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
  }
  .modal#modalOficina .responsive-control .nome-oficina p {
    margin: 0 auto;
  }
  .modal#modalOficina .responsive-control .nome-oficina .tags {
    width: 100%;
    display: flex;
    gap: 15px;
    justify-content: center;
  }
  .modal#modalOficina .responsive-control .nome-oficina .tags .oficina-tag-concessionaria {
    border-radius: 0 0 6px 6px;
  }
  .modal#modalOficina .responsive-control .marcas-atendidas {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    font-size: 13px;
  }
  .card-nav-tabs {
    padding: 20px 10px;
  }
  .card-nav-tabs .page-aplicar-cupom--info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 15px;
  }
  .card-nav-tabs .page-aplicar-cupom--info div p.area-nome-cupom {
    height: 30px;
  }
  .card-nav-tabs .filters-nav {
    flex-direction: column;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
  .card-nav-tabs .filters-nav .cupons {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    align-items: flex-end;
  }
  .card-nav-tabs .filters-nav .cupons .form-group--flex {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    width: 100%;
  }
  .card-nav-tabs .filters-nav .cupons .form-group--flex #btnValidarArrow {
    border-radius: 0 6px 6px 0 !important;
  }
  .card-nav-tabs .filters-nav .cupons .form-group--flex #CodigoCupomHeader {
    min-width: auto;
  }
  .card-nav-tabs .filters-nav .filter-list {
    display: none;
  }
  .card-nav-tabs .filters-nav .filter-list .btn-group {
    display: none;
  }
  .card-nav-tabs .filters-nav .filter-list.active {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: none;
    gap: 10px;
    background-color: #f4f5f5;
  }
  .card-nav-tabs .filters-nav .filter-list.active .btn-group {
    display: none;
    border: 1px solid rgb(237, 236, 242);
    border-radius: 8px;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 5px;
    padding: 5px;
  }
  .card-nav-tabs .filters-nav .filter-list.active .btn-group .btn:last-child {
    border-radius: 0 6px 6px 0 !important;
  }
  .card-nav-tabs .filters-nav .filter-list.active .btn-group .btn:first-child {
    border-radius: 6px 0 0 6px !important;
  }
  .card-nav-tabs .filters-nav .filter-list.active .btn-group .btn {
    font-family: "Poppins", sans-serif;
    color: #2E2D37;
    height: 40px;
    line-height: 27px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    border: none;
    outline: none !important;
    padding: 0.375rem 1.15rem !important;
    align-items: center;
    white-space: nowrap;
    outline: none;
    box-shadow: none;
  }
  .card-nav-tabs .filters-nav .filter-list.active .btn-group .btn:focus {
    outline: none;
    box-shadow: none;
  }
  .card-nav-tabs .filters-nav .filter-list.active .btn-group .btn:active {
    outline: none;
    box-shadow: none;
  }
  .card-nav-tabs .filters-nav .filter-list.active .btn-group .btn.btn-primary {
    background-color: #fff;
  }
  .card-nav-tabs .filters-nav .filter-list.active .btn-group .btn.btn-primary.active {
    background-color: #ec0928;
    color: #fff;
    border-radius: 6px !important;
  }
  .card-nav-tabs .filters-nav .filter-list.active .btn-group .btn.btn-primary.active .span-number-count {
    background-color: #fff;
    color: #2e2d37;
  }
  .card-nav-tabs .filters-nav .filter-list.active .btn-group .btn.btn-primary.active:hover {
    background-color: rgb(186.8734693878, 7.1265306122, 31.6734693878);
  }
  .card-nav-tabs .filters-nav .filter-list.active .btn-group .btn.btn-primary:hover {
    background-color: #F3F5F8;
  }
  .card-nav-tabs .filters-nav .filter-list.active .btn {
    justify-content: center;
    border-radius: 6px !important;
  }
  .pag-agendar .area-nome-servico {
    min-height: auto;
  }
  .area-nome-servico span.size-16 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition: all ease 0.4s;
    border-radius: 6px;
    padding: 5px 5px 15px;
    background-color: #fff;
    position: relative;
  }
  .area-nome-servico span.size-16:after {
    content: "";
    display: flex;
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 2px;
    left: calc(50% - 5px);
    color: #17161b;
    flex-direction: row;
    font-weight: 500;
    justify-content: center;
    border-right: 2px solid #17161b;
    border-bottom: 2px solid #17161b;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    transform: rotate(45deg);
  }
  .area-nome-servico span.size-16.expand {
    transition: all ease 0.1s;
    width: 100%;
    white-space: normal;
    overflow: visible;
    height: auto;
    background: #f5f5f5;
    z-index: 10;
  }
  .area-nome-servico span.size-16.expand:after {
    transform: rotate(225deg);
  }
  .listagem-cards {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  html {
    overflow-y: auto;
  }
  .g-0 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
  }
  .content-row-top .container.g-0, .pag-agendar .container.g-0 {
    --bs-gutter-x: 0;
  }
  .painel--grid .card-servico {
    max-width: 100%;
  }
  .painel--grid .card-servico .row-nomeServico {
    overflow-x: auto;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .painel--grid .card-servico .row-nomeServico .nomeServico span {
    padding: 3px 20px;
    background-color: #f4f5f5;
    white-space: nowrap;
  }
  .painel--grid .card-horizontal-servico {
    flex-direction: column;
  }
  .painel--grid .card-horizontal-servico div.card-servico-info-area div {
    width: 100%;
    text-align: center;
  }
  .painel--grid .card-horizontal-servico div.card-servico-info-area div .btn {
    margin: 20px auto 0;
  }
  .painel--grid .card-horizontal-servico div.card-servico-cupom-area .header-card-servico {
    width: 100%;
  }
  .painel--grid .card-horizontal-servico div.card-servico-cupom-area .linha-agendar-total {
    flex-direction: column-reverse;
  }
  .painel--grid .card-horizontal-servico div.card-servico-cupom-area .linha-agendar-total button {
    max-width: 100%;
  }
  .painel--grid .card-horizontal-servico div.card-servico-cupom-area .linha-agendar-total div {
    width: 100%;
    justify-content: space-between;
    padding: 7px 0;
    border: none;
  }
  main .pag-aplicar-cupom .card-nav-tabs {
    display: flex;
    flex-direction: column;
  }
}
.card-horizontal-servico {
  display: flex;
  gap: 18px;
  flex-direction: row;
  max-width: 100%;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #f8f9fa;
  padding: 0;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  box-shadow: rgba(46, 45, 55, 0.12) 0px 1px 2px;
}
.card-horizontal-servico:hover {
  border: 1px solid #2E2D37;
}
.card-horizontal-servico P {
  margin-bottom: 0px;
}
.card-horizontal-servico div.card-servico-info-area {
  flex: 2;
  display: flex;
  padding: 15px;
  background-color: #fff;
  background-clip: border-box;
  flex-direction: column;
  justify-content: space-between;
}
.card-horizontal-servico div.card-servico-info-area .header-card-servico {
  display: inline-block;
  margin: 0 auto 10px;
  padding: 0;
  background-color: #2e2d37;
  color: #fff;
  padding: 2px 10px;
  border-radius: 6px;
}
.card-horizontal-servico div.card-servico-info-area .header-card-servico img {
  max-height: 26px;
  margin-right: 5px;
}
.card-horizontal-servico div.card-servico-info-area .accordion-card-servico {
  display: none;
}
.card-horizontal-servico div.card-servico-info-area .btn {
  border: none;
  display: flex;
  justify-content: flex-start;
  text-decoration: underline;
  padding: 0 12px;
  width: fit-content;
}
.card-horizontal-servico div.card-servico-cupom-area {
  flex: 2;
  display: flex;
  padding: 15px;
  background-color: transparent;
  background-clip: border-box;
  flex-direction: column;
  justify-content: space-between;
}
.card-horizontal-servico div.card-servico-cupom-area .desconto-off button {
  background-color: #2E2D37;
  padding: 2px 8px;
  border-radius: 0 6px 6px 0;
  margin-left: 0;
  height: 40px;
}
.card-horizontal-servico div.card-servico-cupom-area .form-select-group select.form-select, .card-horizontal-servico div.card-servico-cupom-area input[type=search], .card-horizontal-servico div.card-servico-cupom-area select.form-select, .card-horizontal-servico div.card-servico-cupom-area input[type=tel], .card-horizontal-servico div.card-servico-cupom-area input[type=text], .card-horizontal-servico div.card-servico-cupom-area input[type=password], .card-horizontal-servico div.card-servico-cupom-area input[type=number], .card-horizontal-servico div.card-servico-cupom-area input[type=email] {
  height: 40px;
  border: 1px solid;
}
.card-horizontal-servico div.card-servico-cupom-area .header-card-servico {
  color: #17161b;
  padding: 3px 6px;
  border-radius: 6px;
  margin-bottom: 8px;
  width: fit-content;
}
.card-horizontal-servico div.card-servico-cupom-area .header-card-servico span {
  font-size: 12px;
  color: #6c757d;
  display: block;
}
.card-horizontal-servico div.card-servico-cupom-area .header-card-servico img {
  max-height: 28px;
  margin-right: 4px;
}
.card-horizontal-servico div.card-servico-cupom-area .linha-calculo {
  padding: 3px;
  border-bottom: 0.5px dashed #eaeaea;
}
.card-horizontal-servico div.card-servico-cupom-area .linha-agendar-total {
  gap: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
  justify-content: flex-end;
}
.card-horizontal-servico div.card-servico-cupom-area .linha-agendar-total .btn {
  border-radius: 6px;
  max-width: 50%;
}
.card-horizontal-servico div.card-servico-cupom-area .linha-agendar-total div {
  width: fit-content;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  border: 1px dashed;
  padding: 7px;
  border-radius: 6px;
}
.card-horizontal-servico div.card-servico-cupom-area .linha-agendar-total div p {
  margin-bottom: 0;
}

.alert-error-service span {
  color: #9B51E0;
  font-size: 12px;
}

#SemResultados {
  line-height: normal;
  text-align: center;
  padding: 6px 10px;
  border: 2px solid #ECEDF2;
  border-radius: 6px;
  margin-top: 7px;
  background-color: #f8f0f1;
  font-size: 14px !important;
}

.valores-sessao {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 36px;
}

.icone-cupom {
  width: 16px;
  height: 16px;
  background-image: url(../../images/icons/btn/ic_btn_cupom_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
