body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
  }

  :root {
    --site-accent: #cd8d57;
    --site-accent-dark: #ae6e3b;
    --bs-navbar-active-color: var(--site-accent);
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: var(--site-accent) !important;
  }

  a.site, a.site:active, a.site:visited {
    color: #212529;
    text-decoration: none;
    opacity: .5;
    transition: color 0.5s ease;
  }

.profile-content .nav-link.active {
    background-color: #cd8d57 !important;
    color: #fff !important;
}

.profile-content .nav-link.active i,
.profile-content .nav-link.active svg,
.profile-content .nav-link.active .font-dourada {
    color: #fff !important;
    fill: #fff !important;
}

a.site:hover {
    color: #cd8d57;
    text-decoration: none;
    opacity: 1;
  }  
  
  .bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
  }
  
  .medium {
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
  }
  
  .montserrat {
    font-family: 'Montserrat', sans-serif;
  }
  
  ::placeholder  { 
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #838e95;
    text-align: left;
  }
  
  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
      color:    #838e95!important;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
     color:    #838e95!important;
     opacity:  1;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
     color:    #838e95!important;
     opacity:  1;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
     color:    #838e95!important;
  }
  ::-ms-input-placeholder { /* Microsoft Edge */
     color:    #838e95!important;
  }
  
  ::placeholder { /* Most modern browsers support this now. */
     color:    #838e95!important;
  }
  
  .font-dourada {
    color: #cd8d57;
  }

  .bg-dourado {
    background-color: #cd8d57;
  }
  
  .font-white {
    color: #fff;
  }
  
  nav {
    background: #3c3c3b;
    border-bottom: 2px solid #c28c59;
  }
  
  .navbar {
    font-weight: bold;
    font-size: 0.9rem;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 100000;
  }

  /* Garantir que o toast apareça acima do header e modals */
  .jq-toast-wrap {
    z-index: 999999 !important;
  }
  
  a.menu, a.menu:visited, a.menu:link, .nav-link.menu {
    color: #fff !important;
  }
  
  a.menu.active, a.menu:hover {
    color: #cd8d57
  }

  .accordion-button:not(.collapsed) {
    color: #212529;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .accordion-button:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none !important;
  }


  
  
  .dropdown-menu {
      background-color: #e7e7e7;
      font-family: 'Montserrat', sans-serif;
      font-size: .9rem;
  }
  
  #banner {
    width: 100%;
    height: 100vh;
    background-image: url('../img/banner.png');
    background-position: center center;
    background-size: cover;
    padding: 12% 0;
  }
  
  h1.banner {
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
  }
  
  #encontreProfissionais {
    background: rgba(255,255,255,.8);
    border-radius: 20px;
    padding: 40px 30px;
  }
  
  .btn-buscarProfissional {
    background: #cd8d57;
    color: #fff;
  }
  
.btn-buscarProfissional:hover {
  background: #ae6e3b;
  color: #fff;
}

.toggle-password-icon {
  color: #cd8d57;
}

.toggle-password-icon.icon-toggle {
  transform: scale(1.08);
  transition: transform 0.2s ease;
}

.toggle-password .toggle-icon {
  width: 18px;
  height: 18px;
  fill: #cd8d57;
  color: #cd8d57;
  display: inline-block;
  vertical-align: middle;
}

.toggle-password .icon-eye-slash {
  display: none;
}

.toggle-password.is-visible .icon-eye {
  display: none;
}

.toggle-password.is-visible .icon-eye-slash {
  display: inline-block;
}
  
  .formBuscaProfissional {
    -webkit-appearance:none; /* propriedade para limpar estilos do user-agent */
    background: transparent;
    border-radius:0;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    margin: 15px 0;
    color: #838e95;
  }
  
  
  .formBuscaProfissional:focus {
    -webkit-appearance:none; /* propriedade para limpar estilos do user-agent */
    box-shadow: none;
    background: transparent;
    border-radius:0;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3) !important;
    margin: 15px 0;
    color: #838e95;
  }
  
  .sel {
    font-size: 0.6rem;
      display: inline-block;
      margin: 0; 
      width: 100%;
      background-color: transparent;
      position: relative;
      cursor: pointer;
  }
  
  .sel::before {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    color: #838e95;
    right: 20px;
    top: calc(50% - 0.7em);
  }
  
  .sel.active::before {
    transform: rotateX(-180deg);
  }
  
  .sel__placeholder {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
    font-size: 1rem;
    color: #838e95;
    padding: 0.2em 0.5em;
    text-align: left;
    pointer-events: none;
    user-select: none;
    visibility: visible;
  }
  
  .sel.active .sel__placeholder {
    visibility: hidden;
  }
  
  .sel__placeholder::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.2em 0.5em;
    content: attr(data-placeholder);
    visibility: hidden;
  }
  
  .sel.active .sel__placeholder::before {
    visibility: visible;
  }
  
  .sel__box {
    position: absolute;
      top: calc(100% + 20px);
      left: 15%;
      display: none;
      list-style-type: none;
      text-align: left;
      font-size: 1em;
      background-color: #3c3c3b;
      width: calc(70% + 8px);
      box-sizing: border-box;
      color: #fff;
      z-index: 9;
  }
  
  .sel__box::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3c3c3b;
    top: -10px;
    right: calc(80% - 20px);
  }
  
  .sel.active .sel__box {
    display: block;
    animation: fadeInUp 500ms;
  }
  
  .sel__box__options {
    display: list-item;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    color: #838e95;
    padding: 0.5em 1em;
    user-select: none;
  }
  
  .sel__box__options::after {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 0.5em;
    margin-left: 5px;
    display: none;
    color: #838e95
  }
  
  .sel__box__options.selected::after {
    display: inline;
  }
  
  .sel__box__options.selected::before {
    border-bottom: 1px solid #fff;
  }
  
  .sel__box__options:hover {
    background-color: #3c3c3b;
    color: #fff;
  }
  
  /* ----- Select Box Black Panther ----- */
  .sel {
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  }
  
  .sel--black-panther {
    z-index: auto;
    padding-bottom: 6px;
  }
  
  /* ----- Select Box Superman ----- */
  .sel--superman {
  /*   display: none; */
    z-index: 2;
  }
  
  /* ===== Keyframes ===== */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 20px, 0);
    }
  
    to {
      opacity: 1;
      transform: none;
    }
  }
  
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  select option {
      background-color: transparent !important; 
  }
  
  
  #comoFunciona {
    background: #fff;
    padding: 5% 0;
  }
  
  .comofuncionaIcon {
    background: #3c3c3b;
    border-radius: 100%;
    width: 81px;
    height: 81px;
    padding: 10px;
    float: right;
  }
  
  .padding-5 {
    padding: 5px
  }
  
  h4.comoFunciona {
    color: #c28c59
  }
  
  #depoimentos {
    background-image: url('../img/background-depoimentos.jpg');
    background-position: center center;
    background-size: cover;
    padding: 5% 0 2% 0;
  }

  #cadastro {
    padding-top: 150px;
    padding-bottom: 5%;
    min-height: calc(100vh - 53px);
  }
  
  h1.depoimento {
    color: #fff;
    text-align: center;
  }
  
  .balao2{
    margin: 0 auto;
      border-radius: 40px;
      width: 100%;
      height: 100%;
      padding: 20px;
      position: absolute;
      margin-top: 30px;
      border: 2px solid #c28c59;
      left: -5px;
      top: -35px;
  }
  .balao2:after{ /*Triangulo*/
    content: "";
      width: 0;
      height: 0;
      position: absolute;
      /* border-left: 0px solid transparent; */
      border-right: 25px solid transparent;
      border-top: 30px solid #c28c59;
      bottom: -30px;
      right: 20%;
      z-index: 99;
  }
  .balao{
    margin: 0 auto;
      background: #fff;
      font-size: 0.85em;
      line-height: 1.6em;
      border-radius: 40px;
      width: 80%;
      height: 50%;
      color: #000;
      padding: 20px 17% 20px 20px;
      position: relative;
      margin-top: 30px;
      -webkit-box-shadow: 5px 5px 16px -1px rgba(0,0,0,0.25); 
      box-shadow: 5px 5px 16px -1px rgba(0,0,0,0.25);
  }
  .balao:after{ /*Triangulo*/
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      /* border-left: 20px solid transparent; */
      border-right: 25px solid transparent;
      border-top: 30px solid #fff;
      bottom: -30px;
      right: 20%;
  }
  
  .balao span {
    position: absolute;
    top: 14px;
    z-index: 99;
    width: 20%;
    left: 83%;
  }
  
  #sobrenos {
    padding: 11% 0;
    background-image: url('../img/background-faixa.jpg');
    background-position: right center;
    background-size: cover;
    height: auto;
    color: #fff;
  }
  
  #facaseuCadastro {
    text-align: center;
    padding: 5% 0 3% 0;
  }

  .btn-enviarForm {
    background: #cd8d57;
    color: #fff
  }

  .btn-enviarForm:hover {
    background: #ae6e3b;
    color: #fff
  }
  
  
  .btn-querocontratar, .btn-querotrabalhar {
    background: #cd8d57;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    top: 100%;
    color: #fff;
    font-size: 1.4rem;
    border: 0;
  }
  
  .btn-querocontratar:hover, .btn-querotrabalhar:hover {
    background: #ae6e3b;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    top: 100%;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
  }
  
  
  #faq {
    padding: 8% 0;
    height: auto;
    text-align: center;
  }
  
  .card {
      border:0;
  }
  .card-header {
      background-color: #fff;
      border-bottom: 0;
  }
  
  .iconFAQ {
      background: #3c3c3b;
      color: #fff;
      border-radius: 5px;
      margin-right: 15px;
      width: 40px !important;
      height: 40px;
      padding: 12px;
  }
  
  #footer {
    background-color: #3a3a39;
    padding: 15px 0;
    height: auto;
    text-align: center;
  }
  
  .fa-3 {
    font-size: 1.5rem;
  }
  
  ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
    font-size: 0.9rem;
  
  }
  
  .two-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  
  a.footer, a.footer:visited, a.footer:focus, a.footer:hover {
    color: #fff;
    text-decoration: none;
  }

  a.dourado, a.dourado:visited, a.dourado:focus {
    color: #cd8d57;
    text-decoration: none;
  }
  
  a.footer:hover {
    color: #cd8d57;
    text-decoration: none;
  }
  
  a.dourado:hover {
    color: #ae6e3b;
    text-decoration: none;
  }

  #barraFooter {
    border-top: 2px solid #727270;
    background-color: #3a3a39;
    padding: 15px 0;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 0.9rem
  }
  
  #whatsApp {
    position: fixed;
    right: 30px;
    bottom: 10px;
    z-index: 600000;
  }
  
  @media (max-width: 500px) {
  
    #cadastro {
      padding-top: 115px;
      padding-bottom: 5%;
    }

    #btn-pagarCredito {
      margin-bottom: 1rem;
    }

    .container {
      left: 10%;
      width: 80%;
    }
  
    h1.banner {
      margin-top: calc(74px + 2%);
      font-size: 2rem;
    }
  
    .sel {
      margin-bottom: 10%;
    }
  
    h1.comoFunciona {
      font-size: 2rem;
      padding-bottom: 5%;
    }
  
    .h4, h4 {
      font-size: 1.3rem;
    }
  
    h1.depoimento, h1.sobrenos, h1.facaseuCadastro, h1.faq {
      font-size: 2rem;
      padding-right: .5rem!important;
    }
  
    .slick-dots li button:before {
      color: white !important;
    }
  
    .slick-dots li.slick-active button:before {
      opacity: .75;
      color: #c28c59 !important;
    }
  
    .balao {
      width: 90%;
    }
  
    #sobrenos {
      background-position: 65% center;
    }
  
    .btn-querocontratar, .btn-querotrabalhar {
      padding: 18px;
      border: 0;
    }
  
    .mt-5 {
      margin-top: 1.5rem!important;
    }
  
    .mt-footer {
      margin-top: 1.5rem;
    }

    .nav-tabs {
      justify-content: center!important;
    }
  
  }

  .navbar-collapse {
    flex-grow: initial;
  }

  .form-check-input:checked {
    background-color: #c28b59;
    border-color: #c28b59;
  }

  .form-control:focus, .form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.formBuscaProfissional:focus {
  background-color: transparent !important;
}

#loading {
    background: rgba(0,0,0,.7);
    position: fixed;
    z-index: 500000;
    text-align: center;
    color: #fff;
    padding-top: calc(50vh);
}


/* Página de perfil */

.main {
  background: #FFF;
  position: relative;
  z-index: 3;
}
.main-raised {
  margin-top: -40px;
  border-radius: 6px;
  width: 90%;
}

.profile img, .img-thumb-empresa {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -o-transform: translate3d(0,-50%,0);
  -ms-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
  image-rendering: -webkit-optimize-contrast;
  background-color: #fdfdfd;
}

.avatar img, img.avatar, .img-thumb-empresa {
  border-bottom-right-radius: 25%;
}

.img-raised {
  box-shadow: 0 5px 15px -8px rgb(0 0 0 / 24%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

.profile {
  text-align: center;
}

.bg-gray {
  background:#eeeeee !important;
}

.nav-tabs .nav-link {
  border: none;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link, .nav-pills .nav-link, .nav-link:not(.active) {
  font-family: 'Montserrat', sans-serif;
  color: #000 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #cd8d57;
  background-color: #fff;
  border-bottom: 2px solid #cd8d57;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #cd8d57;
}

.border-right {
  border-right: 1px solid #eeeeee ;
}

.border-bottom {
  border-bottom: 1px solid #eeeeee ;
 
}

.btn-enviarProposta {
  background: #3c3c3b;
  padding: .8rem .75rem;
  transition: background-color 0.5s ease;
}

.btn-enviarProposta:hover {
  background: #cd8d57;
  padding: .8rem .75rem;
}

.page-item.disabled .page-link {
  border-color: transparent;
}

.page-link {
  color: #212529;
  border: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-item.active .page-link, .page-link:hover {
  color: #cd8d57;
  background-color: transparent;
  border-color: transparent;
}

.page-link:focus {
  z-index: 3;
  color: #cd8d57;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 90%;
  left: 5%;
}

a.panelActive {
  background-color: #f8f9fa!important;
  border-radius: 10px;
  color: #cd8d57 !important;
}

a:hover.panel, a:visited.panel {
  color: #cd8d57 !important;
}

.image-previewer {
  height: 300px;
  width: 300px;
  display: flex;
  border-bottom-right-radius: 25%;
  border: 1px solid lightgrey;
  background-image: url(../img/user-null.png);
  background-size: contain;
}

.light-modal-content {
  background: #fff!important;
}

.light-modal-footer {
  background: #fff!important;
}


.paginate_button {
  color: #212529 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  background: #fff!important;
  border: none !important;
}

.paginate_button.current {
  color: #cd8d57 !important;
}

.paginate_button:hover {
  color: #cd8d57 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #fff !important;
  box-shadow: none;
}

.modal {
  z-index: 300000;
}

.fancybox-container {
  z-index: 9999999999999999;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: default;
}

.jconfirm {
  z-index: 400000;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.form-floating>label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

table.dataTable>tbody>tr.child ul.dtr-details {
  width: 100%;
}

.dtr-data {
  float: right;
}

.btnVisualizarCredito, .btnVisualizarCreditoBloqueado {
  background-color: rgba(255,255,255,.8);
  border-radius: 100%;
  padding: 5px;
  max-width: 40px;
}

#ocultaSaldoDisponivel, #ocultaSaldoBloqueado {
  background: rgba(255,255,255, .8)
}


.card-deck .card {
  min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.offcanvas {
  z-index: 999999999;
}

.offcanvas-body {
  padding-top: 30%;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #cd8d57 !important;
	position: fixed;
	z-index: 700000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}

.icon-shape {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon.icon-xs {
  height: 1.25rem;
}

.accordion-item {
  background-color: #fff;
  border: none;
  padding-bottom: 1%;
}

.accordion-header {
  margin-bottom: 0;
  text-align: start;
}

.accordion-body {
  padding: 1rem 1.25rem;
  text-align: start;
  padding-bottom: 3%;
}

.faq {
  cursor: pointer;
}

.iconFooter {
  font-size: 1.3rem;
}

a.contratante {
  color: #000;
  text-decoration: none;
}

a.contratante:hover {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

a.camelo {
  color: #fff;
  text-decoration: none;
}

a.camelo:hover {
  color: #c53563;
  text-decoration: none;

}
