:root {
  --color1: #ff931e !important;
  --color2: #111111 !important;
  --color3: #1c1c1c !important;
  --color4: !important;

  /* White ========================================= */
  --white-005: rgba(255, 255, 255, 0.05);
  --white-01: rgba(255, 255, 255, 0.1);
  --white-02: rgba(255, 255, 255, 0.2);
  --white-03: rgba(255, 255, 255, 0.3);
  --white-04: rgba(255, 255, 255, 0.4);
  --white-05: rgba(255, 255, 255, 0.5);
  --white-06: rgba(255, 255, 255, 0.6);
  --white-07: rgba(255, 255, 255, 0.7);
  --white-08: rgba(255, 255, 255, 0.8);
  --white-09: rgba(255, 255, 255, 0.9);
  --white: #ffffff;

  /* Black ======================================== */
  --black-005: rgba(0, 0, 0, 0.05);
  --black-01: rgba(0, 0, 0, 0.1);
  --black-02: rgba(0, 0, 0, 0.2);
  --black-03: rgba(0, 0, 0, 0.3);
  --black-04: rgba(0, 0, 0, 0.4);
  --black-05: rgba(0, 0, 0, 0.5);
  --black-06: rgba(0, 0, 0, 0.6);
  --black-07: rgba(0, 0, 0, 0.7);
  --black-08: rgba(0, 0, 0, 0.8);
  --black-09: rgba(0, 0, 0, 0.9);
  --black: #1d1d1b !important;
}

/* White ========================================== */
.white-005 {
  color: var(--white-005);
}
.white-01 {
  color: var(--white-01);
}
.white-02 {
  color: var(--white-02);
}
.white-03 {
  color: var(--white-03);
}
.white-04 {
  color: var(--white-04);
}
.white-05 {
  color: var(--white-05);
}
.white-06 {
  color: var(--white-06);
}
.white-07 {
  color: var(--white-07);
}
.white-08 {
  color: var(--white-08);
}
.white-09 {
  color: var(--white-09);
}
.white {
  color: var(--white);
}

/* Black ========================================== */
.black-005 {
  color: var(--black-005);
}
.black-01 {
  color: var(--black-01);
}
.black-02 {
  color: var(--black-02);
}
.black-03 {
  color: var(--black-03);
}
.black-04 {
  color: var(--black-04);
}
.black-05 {
  color: var(--black-05);
}
.black-06 {
  color: var(--black-06);
}
.black-07 {
  color: var(--black-07);
}
.black-08 {
  color: var(--black-08);
}
.black-09 {
  color: var(--black-09);
}
.black {
  color: var(--black);
}

/* Fonts 4pt / 8pt ================================== */
/* Rem = Tamanho da font / 16 */
.font_4 {
  font-size: 0.25rem;
  line-height: calc(0.25rem * 1.5);
}
.font_8 {
  font-size: 0.5rem;
  line-height: calc(0.5rem * 1.5);
}
.font_12 {
  font-size: 0.75rem;
  line-height: calc(0.75rem * 1.5);
}
.font_14 {
  font-size: 0.875rem;
  line-height: calc(0.875rem * 1.5);
}
.font_16 {
  font-size: 1rem;
  line-height: calc(1rem * 1.5);
}
.font_18 {
  font-size: 1.125rem;
  line-height: calc(1.125rem * 1.5);
}
.font_20 {
  font-size: 1.25rem;
  line-height: calc(1.25rem * 1.5);
}
.font_24 {
  font-size: 1.5rem;
  line-height: calc(1.5rem * 1.5);
}
.font_28 {
  font-size: 1.75rem;
  line-height: calc(1.75rem * 1.5);
}
.font_32 {
  font-size: 2rem;
  line-height: calc(2rem * 1.5);
}
.font_36 {
  font-size: 2.2rem;
  line-height: calc(2.2rem * 1.5);
}
.font_40 {
  font-size: 2.5rem;
  line-height: calc(2.5rem * 1.5);
}
.font_44 {
  font-size: 2.75rem;
  line-height: calc(2.75rem * 1.5);
}
.font_48 {
  font-size: 3rem;
  line-height: calc(3rem * 1.5);
}

/* Fonts =========================================== */

/* Default ========================================= */

.color1 {
  color: var(--color1);
}
.color2 {
  color: var(--color2);
}
.color3 {
  color: var(--color3);
}
.color4 {
  color: var(--color4);
}
.bgcolor1 {
  background: var(--color1);
}
.bgcolor2 {
  background: var(--color2);
}
.bgcolor3 {
  background: var(--color3);
}
.bgcolor4 {
  background: var(--color4);
}
.header-search-icon a > i:hover {
  color: var(--white-06) !important;
}
.banner-header ul li a {
  color: var(--white);
}
.banner-header ul li a:hover {
  color: var(--white-05);
}
.bg-light {
  background: #f6f5f7 !important;
}
.contato-a a:hover {
  color: var(--color1);
}

.btn-ac {
  background: var(--color2);
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Noto Sans", sans-serif !important;
  /* font-size: 16px;
  font-weight: 700;
  min-height: 4rem;
  padding: 0 1.6rem;
  text-align: center; */
  /* font-size: 13px; */
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 700;
  /* padding: 15px 30px 18px 30px; */
  padding: 8px 18px;
  text-align: center;
  transition: all 0.5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.btn-ac:hover {
  background: var(--color2);
  transform: scale(1.02);
  color: var(--white);
  box-shadow: #dcdcdc 0 2px 20px;
  transition-duration: 0.2s;
}
.btn-ac-1 {
  background: var(--color1);
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  display: inline-block;
  color: var(--white);
  cursor: pointer;
  font-family: "Noto Sans", sans-serif !important;
  /* font-size: 13px; */
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 700;
  /* padding: 15px 30px 18px 30px; */
  padding: 8px 16px;
  text-align: center;
}
.btn-ac-1:hover {
  background: var(--color2);
  color: var(--white);
  transition-duration: 0.2s;
  transform: scale(1.02);
}
.btn-ac-1,
a:focus {
  color: var(--white) !important;
}
a.btn-pdf {
  position: relative;
  background: #e7e7e7;
  /* border: 1px solid #cacaca; */
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 4px;
  line-height: 24px;
  font-family: "Noto Sans", sans-serif !important;
  cursor: pointer;
  text-transform: uppercase;
  padding: 12px 10px;
  top: 0.5px;
  color: var(--color2);
}
a.btn-pdf:hover {
  position: relative;
  background: var(--color2);
  /* border: 1px solid var(--color2); */
  color: var(--white);
  cursor: pointer;
}
a.btn-pdf>i {
  font-size: 12px;
  padding-right: 1px;
}
.btn-ac-2 {
  background: #381958;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif !important;
  /* font-size: 15px; */
  font-size: 12px;
  font-weight: 700;
  /* padding: 15px 30px; */
  padding: 8px 18px;
  text-align: center;
}
.btn-ac-2:hover {
  background: #2a1343;
  color: var(--white);
  /* box-shadow: #d4cadf 0 1px 30px;
  transition-duration: 0.1s; */
}
.btn-ac-3 {
  background: var(--white);
  border-radius: 3px;
  border-style: none;
  box-sizing: border-box;
  display: inline-block;
  color: var(--color1);
  cursor: pointer;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 15px 30px 18px 30px;
  text-align: center;
}
.btn-ac-3:hover {
  background: #381958;
  color: var(--white);
  /* box-shadow: #d4cadf 0 1px 30px;
  transition-duration: 0.1s; */
}
.btn-profissional {
  background: var(--color1);
  border-radius: 3px;
  border-style: none;
  box-sizing: border-box;
  display: inline-block;
  color: var(--white);
  cursor: pointer;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  padding: 10px 16px 12px 16px;
  text-align: center;
}
.btn-profissional:hover {
  background: #381958;
  color: var(--white);
  transition-duration: 0.2s;
}
.btn-link {
  color: var(--color1);
  font-family: "Noto Sans", sans-serif !important;
  text-transform: initial;
  font-weight: 600;
  border-bottom: 1px solid var(--color1) !important;
}

.btn-facebook {
  background: transparent;
  border: 1px solid #dcdbdf;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  font-family: "Google Sans", arial, sans-serif;
  color: #3c4043;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  text-align: center;
}
.btn-facebook:hover {
  background-color: rgba(0, 0, 0, 0.02);
  transition-duration: 0.2s;
}
.btn-facebook {
  background-image: url("../imgs/btn/facebook.svg");
  background-position: left 12px center;
  background-repeat: no-repeat;
  background-size: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.btn-google {
  background: transparent;
  border: 1px solid #dcdbdf;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  font-family: "Google Sans", arial, sans-serif;
  color: #3c4043;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  text-align: center;
}
.btn-google:hover {
  background-color: rgba(0, 0, 0, 0.02);
  transition-duration: 0.2s;
}
.btn-google {
  background-image: url("../imgs/btn/google.svg");
  background-position: left 12px center;
  background-repeat: no-repeat;
  background-size: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.post-details a:hover {
  color: var(--color1);
}
.bg-img-qa {
  background-color: var(--color1);
}
a:focus {
  color: var(--color1);
}
.link-a:hover {
  /* color: var(--color4) !important; */
  color: var(--color1);
  opacity: 0.5;
}
.home {
  height: 60dvh;
}
/* Home */

.select-home select {
  border: 1px solid #e9e7ec;
  /* background-color: #f6f5f7; */
  padding: 20px 25px;
  width: 100%;
  margin: 0 0 15px 0;
  max-width: 100%;
  resize: none;
  outline: none;
  color: #828282;
  line-height: initial;
  word-break: initial;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
.select-home select {
  background-image: url(../imgs/icons/down-arrow.svg);
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.lupa-1 {
  width: 62px;
  height: 72px;
  margin-top: 3px;
  background: url(../imgs/icons/lupa.svg) no-repeat center;
  display: inline-block;
}
@media (max-width: 580px) {
  .lupa-1 {
    width: 250px;
    height: 65px;
    margin: 5px auto 0 auto;
    background: url(../imgs/icons/btn-home.svg) no-repeat center;
    display: inline-block;
  }
}
.lupa-2 {
  width: 50px;
  height: 55px;
  margin-bottom: 3px;
  background: url(../imgs/icons/lupa.svg) no-repeat center;
  display: inline-block;
  top: 20px;
}
.box-simbolo {
  width: 45px;
  height: 55px;
  margin-bottom: 3px;
  background: url(../imgs/icons/box-simbolo.svg) no-repeat center;
  display: inline-block;
  top: 20px;
}
.icon-1 {
  width: 50px;
  height: 65px;
  background: url(../imgs/icons/icon-1.svg) no-repeat center;
  display: inline-block;
}
.icon-2 {
  width: 50px;
  height: 65px;
  background: url(../imgs/icons/icon-2.svg) no-repeat center;
  display: inline-block;
}
.icon-3 {
  width: 50px;
  height: 65px;
  background: url(../imgs/icons/icon-3.svg) no-repeat center;
  display: inline-block;
}
.icon-4 {
  width: 50px;
  height: 65px;
  background: url(../imgs/icons/icon-4-4.svg) no-repeat center;
  display: inline-block;
}
.icon-5 {
  width: 50px;
  height: 65px;
  background: url(../imgs/icons/icon-5-5.svg) no-repeat center;
  display: inline-block;
}
.icon-6 {
  width: 50px;
  height: 65px;
  background: url(../imgs/icons/icon-6-6.svg) no-repeat center;
  display: inline-block;
}
.star {
  width: 20px;
  height: 15px;
  /* margin-right: 8px; */
  background: url(../imgs/icons/star.svg) no-repeat center center;
  display: inline-flex;
}
.star-detail {
  width: 30px;
  height: 25px;
  /* margin-right: 8px; */
  background: url(../imgs/icons/star.svg) no-repeat center center;
  display: inline-flex;
}
.star-half {
  width: 10px;
  height: 15px;
  /* margin-right: 8px; */
  background: url(../imgs/icons/star-half.svg) no-repeat center center;
  display: inline-flex;
}
.card-perfil {
  position: relative;
}
.card-perfil img {
  width: 100%;
  display: block;
  border-radius: 2px;
}
.card-text {
  position: relative;
  padding: 15px 20px;
  margin: 24px;
  box-sizing: border-box;
  background: var(--white);
  border-radius: 2px;
  bottom: 95px;
}
.text-through {
  text-decoration: line-through solid 2px;
  max-width: fit-content;
  color: var(--black-02);
}
.border-color-white-03 {
  border-color: var(--white-02) !important;
}
.border-color-bg-light {
  border-color: #f6f5f7 !important;
}
.border-color-bg-light-2 {
  border-color: #e4e1ea !important;
}
.list-style-07 li a:hover {
  color: var(--color1) !important;
  font-weight: 500;
}
.list-style-07 .active {
  color: var(--color1) !important;
  font-weight: 500;
}
.verificado {
  width: 25px;
  height: 18px;
  margin-left: 2px;
  background: url(../imgs/icons/verificado.svg) no-repeat center;
  display: inline-block;
  position: relative;
  top: 2px;
}

/* Perfil profissional */

.img-profissional img {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  /* max-height: 250px; */
  background-size: cover;
  background-position: center;
}

/* Perfil profissional 2 */

.card-profissional-2 a:focus {
  color: var(--white);
}
.img-profissional-2 {
  display: block;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.mr-10 {
  margin-right: 10px;
}
.stars {
  background: var(--white);
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  bottom: 15px;
}
.stars-2 {
  display: inline-block;
  font-size: 20px;
  /* padding: 5px 10px; */
}
.btn-icon i {
  font-size: 14px;
  width: 20px;
  height: 20px;
  text-align: center;
}
.btn-icon {
  display: inline-block;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 2px;
  margin-left: 4px;
  margin-bottom: 6px;
}
.bgwhatsapp {
  background: #26d367;
}
.bgdot {
  background: var(--color1);
}
.bgyoutube {
  background: #cd201f;
}
.bgfacebook {
  background: #1877f2;
}
.bginstagram {
  background: #e4405f;
}
.bglinkedin {
  background: #0a66c2;
}
.bgtiktok {
  background: #000000;
}

.desatived {
  background: var(--black-02);
  cursor: not-allowed;
}

.span-login {
  border: 1px solid var(--color1);
  padding: 5px 10px;
  border-radius: 4px;
}
.span-login:hover {
  color: var(--color2) !important;
}

.nav-item .dropdown .simple-dropdown:hover {
  color: var(--color1) !important;
}

.nowrap {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
}

.buscar-profissional {
  border: 0px;
  background: transparent;
  margin: 0px;
  padding: 0px;
}
.navbar.navbar-light .header-cart-icon > a:hover {
  color: var(--white-06) !important;
}
.termos {
  font-size: 11px !important;
  line-height: 1.6;
  margin-top: 10px;
}
.footer-p p {
  line-height: 1.8;
}
.link-contato {
  text-decoration: underline solid;
}
@media (max-width: 800px) {
  .contato-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .slider-navigation-style-03.swiper-button-next {
    right: inherit;
    /* left: 180px; */
    left: 51%;
  }
  .slider-navigation-style-03.swiper-button-prev {
    /* left: 125px; */
    left: 39%;
  }
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  background: var(--color1) !important;
}

.pricing-body {
  text-align: start !important;
}
.display-block {
  display: block;
}
.simbolo {
  max-width: 38px;
  max-height: 38px;
}

/* input_placa */
.input-placa input {
  padding-right: 130px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02rem;
  line-height: 1;
  color: var(--color2);
}
.input-placa .btn {
  position: absolute;
  line-height: 18px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 24px;
  background: var(--color1);
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.input-placa .btn:hover {
  background-color: var(--color2);
  transition-duration: 0.1s;
}

@media (max-width: 600px) {
  .large-input {
    padding: 12px 25px !important;
  }
  .input-placa .btn {
    padding: 18px;
  }
}
/* .input_placa {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  box-shadow: 0px 4px 22px rgb(0 0 0 / 10%);
  border-radius: 50px;
  padding: 0 5px 0 30px;
  height: 75px;
}
.input_placa > p {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #012d3f;
}
.input_placa > input {
  width: 220px;
  height: 60px;
  border: none;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  display: flex;
  align-items: center;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #737373;
  text-align: center;
}
.input_placa > input {
  width: 220px;
  height: 60px;
  border: none;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  display: flex;
  align-items: center;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #737373;
  text-align: center;
}
.input_placa > input {
  width: 220px;
  height: 60px;
  border: none;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  display: flex;
  align-items: center;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #737373;
  text-align: center;
}
.input_placa > button {
  background-color: #012d3f;
  border-radius: 34px;
  display: flex;
  height: 61px;
  width: fit-content;
  padding: 8px 24px;
  align-items: center;
  border: none;
  text-wrap: nowrap;
  font-size: 18px;
  color: #ffffff;
} */

/* Consultas */
.consultas-2 .list-style-03 li {
  font-size: 12px !important;
  line-height: 1.4 !important;
}
section.half-section {
  padding: 60px 0;
}
a.link-contato:focus {
  /* color: var(--white) !important; */
  color: #828282 !important;
  text-decoration: underline;
}
@media (min-width: 900px) {
  .btn-custom-orange {
    font-weight: 700 !important;
    padding: 8px 18px !important;
  }
}
@media (max-width: 600px) {
  .padding-consultas {
    padding-top: 15px !important;
  }
}

@media (max-width: 600px) {
  form {
    align-items: center;
  }
}
