#taxa-transferencia {
  display: none;
}

.body-contempladas section {
  background-color: #eeeeee;
}

.intro-filtro {
  padding-top: 80px;
  padding-bottom: 80px;
}

.intro-filtro .thumb {
  display: none !important;
}

.intro-filtro .titulo {
  margin-bottom: 30px;
}

.intro-filtro .titulo h2 {
  text-transform: uppercase;
  font-weight: 700;
}

.intro-filtro .texto {
  font-size: 12px;
  line-height: 20px;
  padding-right: 40px;
}

#box-filtro {
  background: linear-gradient(90deg, #001942 0%, #05238e 100%);
  color: white;
  padding: 30px;
  border-radius: 25px;
}

#box-filtro h5 {
  text-transform: uppercase;
}

#box-filtro span.texto-encontre {
  font-size: 12px;
  padding-right: 30px;
  display: block;
  margin-bottom: 20px;
}

#box-filtro select {
  display: initial !important;
  font-size: 12px;
  max-width: 160px;
  width: 160px;
  color: white;
  background-color: #a62b2b;
  border-color: white;
  border-width: 2;
  border-radius: 30px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

input[type='range'] {
  -webkit-appearance: none;

  appearance: none;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  margin: 5px 0;
  background-color: white !important;
  border: none;
  top: -20px;
  position: inherit;
}

input[type='range']:active::-webkit-slider-thumb,
input[type='range']:focus::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: white;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: white;
}

input[type='range']::-moz-range-thumb {
  background-color: white;
}

input[type='range']::-ms-thumb {
  background-color: white;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: white !important;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white !important;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

input[type='range']::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid gray;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #ffffff !important;
  border: none;
}

span.texto-slider {
  font-size: 12px;
  display: inherit;
}

span.sliderValue {
  font-size: 12px;
  font-weight: 700;
  top: -7px;
  position: inherit;
}

#box-filtro .btn-ver-cartas,
#btn-scroll {
  background-color: black;
  width: 100%;
  border-radius: 20px;
  text-transform: uppercase;
  color: white;
  height: 40px;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 10px;
}

#box-filtro .btn-ver-cartas:focus,
#btn-scroll:focus,
#box-filtro .btn-ver-cartas:active,
#btn-scroll:active {
  outline: none;
  border: none;
}

.selecione-tipo {
  margin-top: 70px;
  margin-bottom: 20px;
}
/*
.selecione-tipo div {
    text-align: center;
}*/

.selecione-tipo div .selecione {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-right: 30px;
}

.selecione-tipo div .button {
  background-color: #ccc;
  color: black;
  border: none;
  padding: 7px 14px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 13px;
  letter-spacing: 1px;
  outline: none;
}

.selecione-tipo div .button:active,
.selecione-tipo div .button:focus,
.selecione-tipo div .button.ativo,
.cotas .botoes button {
  background: linear-gradient(90deg, #001942 0%, #05238e 100%);
  color: white;
  outline: none;
}

.selecione-tipo div .button i {
  margin: 2px 5px 2px 0;
  font-size: 20px;
  vertical-align: bottom;
}

.cotas {
  padding-bottom: 50px;
}

.cotas .head {
  margin-bottom: 20px;
}

.cotas .head .row {
  margin: 0px;
}

.cotas .juntar {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  margin: 10px;
  text-transform: uppercase;
}

.cotas .circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(90deg, #001942 0%, #05238e 100%);
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.cotas .selecionar-todas {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.cotas .selecionar-todas {
  cursor: pointer;
}

.cotas .selecionar-todas input {
  vertical-align: middle;
}

.cotas .botoes {
  text-align: right;
}

.cotas .botoes button {
  text-transform: capitalize;
  padding: 7px 14px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 13px;
  outline: none;
  border: none;
}

.cotas .botoes button i {
  margin-right: 10px;
}

.contempladas div.row.promocao {
  background-color: #4caf504a !important ;
  color: black;
}

.contempladas div.row.destaque {
  background-color: #fffb6d80 !important;
  color: white;
}

.contempladas div.row {
  background-color: white;
  margin: 0;
  padding: 10px 10px;
  border-radius: 15px;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}

.col-fundo, .col-seguro
{
	display: none !important;
}

.coluna {
  padding: 10px 10px;
  font-size: 12px;
  display: inline-block;
}

.coluna div {
  font-family: 'Poppins', sans-serif;
}

.status {
  border-radius: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reserved-icon {
  background-color: #eb0911;
  color: white;
  font-family: sans-serif;
}

.check-icon {
  background-color: green;
}

.check-icon i {
  color: white;
}

.coluna .rotulo {
  margin-bottom: 10px;
}

.coluna .valor,
.coluna .rotulo,
.coluna.col-comandos {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.coluna .valor {
  font-weight: 600;
}

.col-check {
  width: 60px;
  padding: 10px 0 10px 0;
}

.col-codigo {
  width: 60px;
  padding: 10px 0 10px 0;
}

.col-categoria {
  width: 50px;
  padding: 10px 0 10px 0;
}

.col-status {
  width: 100px;
  padding: 10px 0 10px 0;
}

.col-credito {
  width: 115px;
  padding: 10px 0 10px 0;
}

.col-entrada {
  width: 110px;
  padding: 10px 0 10px 0;
}

.col-transferencia {
  width: 110px;
  padding: 10px 0 10px 0;
}

.col-parcelas {
  width: 160px;
  padding: 10px 0 10px 0;
}

.col-seguro {
  width: 120px;
  padding: 10px 0 10px 0;
}

.col-saldo {
  width: 130px;
  padding: 10px 0 10px 0;
}

.col-obs {
  width: 240px;
  padding: 10px 0 10px 0;
  text-align: center;
}

.col-administradora {
  width: 160px;
  padding: 10px 0 10px 0;
  text-align: center;
}

.col-comandos {
  width: 134px;
  padding: 10px 0 10px 0;
}

.col-check .valor {
  display: inherit;
}

.coluna.col-categoria .valor {
  font-size: 20px;
}

/* Estilos para os botões */
.btn-whatsapp,
.btn-plus {
  display: inline-block;
  border: none;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  height: 35px;
  width: 35px;
  margin-left: 10px;
  outline: none;
  z-index: 21;
}

.img-administradora {
  max-width: 125px;
  max-height: 50px;
}

.btn-whatsapp {
  background-color: #029b3a !important;
}

.btn-plus {
  background-color: #ccc !important;
  color: black;
}

/* Estilos para os ícones */
.fa-whatsapp,
.fa-plus {
  display: inline-block;
  font-size: 20px;
}

/* Estilos para o ícone de Whatsapp */
.fa-whatsapp:before {
  content: '\f232';
}

/* Estilos para o ícone de sinal de mais */
.fa-plus:before {
  content: '\f067';
}

.informacoes {
  padding-bottom: 80px;
}

.informacoes .texto h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.informacoes .texto p {
  font-size: 12px;
  line-height: 3px;
}

.informacoes .box {
  background: linear-gradient(90deg, #001942 0%, #05238e 100%);
  color: white;
  padding: 30px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 20px;
  display: flex;
}

.informacoes .box i {
  font-size: 70px;
  float: left;
  display: block;
  margin: 0 20px 0 0;
}

.somar-cartas {
  position: fixed;
  background: linear-gradient(90deg, #001942 0%, #05238e 100%);
  padding: 21px;
  border-radius: 100%;
  width: 110px;
  height: 110px;
  text-align: center;
  color: white;
  line-height: 20px;
  font-weight: 700;
  bottom: 20px;
  left: 20px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 20;
  display: grid;
}

.somar-cartas-explicacao {
  background-color: #05238e;
  position: fixed;
  font-size: 12px;
  width: 250px;
  color: white;
  left: 70px;
  bottom: 37px;
  padding: 15px;
  border-radius: 40px;
  padding-left: 72px;
  text-align: left;
  font-weight: 100;
  line-height: 16px;
  z-index: 19;
}

.somar-cartas-explicacao span {
  background-color: #001942;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  padding-top: 4px;
  font-weight: 900;
  font-size: 21px;
  position: fixed;
  position: absolute;
  right: 8px;
  top: 0px;
  cursor: pointer;
  line-height: 10px;
}

.somar-cartas-explicacao strong {
  font-weight: bold;
}

.somar-cartas i {
  font-size: 1.5em;
  margin-bottom: 5px;
}

div#editor {
  height: 150px;
}

.disabled {
  background-color: #eee !important;
  color: #999;
}

button#btn-ver-todas.disabled {
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: rgba(255, 255, 255, 0.2) !important;
}

.box {
  cursor: pointer;
}

#btn-ver-todas {
  min-width: 145px;
}

.div-oculta {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.mostrar {
  opacity: 1;
}

[type='checkbox']:not(:checked),
[type='checkbox']:checked {
  position: initial;
  opacity: initial;
  pointer-events: initial;
}

[type='checkbox'] + span:not(.lever):before,
[type='checkbox']:not(.filled-in) + span:not(.lever):after {
  content: none;
  position: initial;
  top: initial;
  left: initial;
  width: initial;
  height: initial;
  z-index: initial;
  border: initial;
  border-radius: 0;
  margin-top: initial;
  -webkit-transition: initial;
  transition: initial;
}

[type='checkbox'] + span:not(.lever) {
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  text-align: center;
  font-weight: 600;
  box-sizing: border-box;
  padding-left: initial;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Montserrat, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol';
}

.modal-open .modal {
  overflow-x: visible !important;
  overflow-y: visible !important;
  background: transparent;
  box-shadow: initial;
}

.modal * {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important;
}
/*
button.modal-close
{
    margin-right: 15px;
    display: flex;
    position: relative;
    font-size: 20px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: bolder;
    border: transparent;
    background-color: transparent;
}
*/
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

@media only screen and (max-width: 480px) {
  .tippy-content {
    white-space: pre-wrap !important;
  }

  .intro-filtro .titulo {
    padding-top: 30px;
  }

  #box-filtro select {
    width: 146px;
  }

  .selecione-tipo div {
    display: grid;
  }

  .selecione-tipo div .button {
    margin-bottom: 15px;
  }

  #box-filtro .btn-ver-cartas,
  #btn-scroll {
    font-size: 10px;
  }

  .intro-filtro .texto {
    padding-bottom: 20px;
  }

  .coluna {
    display: flex;
    width: 100% !important;
    margin: 0px !important;
    padding: 0 0 5px 0;
  }

  .coluna .rotulo {
    margin-bottom: 0px;
    text-align: right;
    display: inline;
    padding-right: 10px;
    width: 100px;
  }

  .col-check {
    width: auto !important;
    padding: 0;
    display: flex;
    float: right !important;
    height: auto;
    right: 30px;
    position: absolute;
  }

  .col-codigo {
    width: auto;
    /*padding: 0px;*/
  }

  .col-administradora {
    width: 100% !important;
    padding: 0 !important;
    text-align: center !important;
    display: inline-block !important;
  }

  .status {
    border-radius: 2px;
    width: 10px;
    height: 10px;
  }

  .status i,
  .status {
    font-size: 5px;
  }

  .col-status .valor {
    color: green;
  }

  .col-status .valor::after {
    content: ' Disponível';
    padding-left: 7px;
  }

  .valor.Reservado {
    color: #eb0911;
  }

  .valor.Reservado::after {
    content: ' Reservada';
    padding-left: 7px;
  }

  .rotulo::after {
    content: ':';
  }

  .col-check .rotulo::after {
    content: '';
  }

  .col-categoria .valor i {
    font-size: 10px;
  }

  .valor.veiculo::after {
    content: ' Veículo';
    font-size: 10px;
    padding-left: 7px;
  }

  .valor.imovel::after {
    content: ' Imóvel';
    font-size: 10px;
    padding-left: 7px;
  }

  .coluna.col-comandos {
    display: inline-block;
    position: absolute;
    width: 50px !important;
    right: 25px;
    height: auto;
    margin-top: 60px !important;
    margin-right: 20px !important;
  }

  .col-comandos button {
    margin-bottom: 10px;
  }

  .intro-filtro {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .selecione-tipo {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .selecione-tipo div .selecione {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .modal-body {
    font-size: 12px;
  }

  .modal-header h5 {
    font-size: 14px;
  }
}

.modal {
  max-height: 90% !important;
}

.modal-dialog {
  background-color: #fafafa !important;
  border-radius: 10px !important;
}

.modal-content,
.modal-body {
  border-radius: 0 !important;
}

.modal-content {
  padding: 15px !important;
}

.modal-body {
  margin: 0px !important;
  padding: 0px !important;
  display: initial;
}

.modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-footer {
  pointer-events: initial !important;
  height: auto !important;
  display: block !important;
  background-color: transparent !important;
}

#taxa-transferencia h5 {
  text-align: left;
  margin-left: 5px;
  font-size: 14px;
}

#taxa-transferencia button {
  border: solid 1px;
  border-radius: 3px;
  padding: 3px 10px;
  background-color: #e9e7e7;
  font-size: 12px;
  font-weight: bold;
  color: #a62b2b;
  border-color: #bbbbbb;
}

h5.modal-title.center {
  margin: 0;
}

button.close {
  pointer-events: auto;
  box-sizing: border-box;
  border-radius: 0;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

button.btn-secondary {
  pointer-events: auto;
  box-sizing: border-box;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0.25rem;
  text-decoration: none;
  color: #fff !important;
  background-color: #5a6268 !important;
  border-color: #545b62 !important;
  cursor: pointer !important;
}

button.btn-secondary:hover {
  color: #fff !important;
  background-color: #5a6268 !important;
  border-color: #545b62 !important;
}

button.btn-success {
  pointer-events: auto;
  box-sizing: border-box;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  margin: 0.25rem;
  cursor: pointer;
}

div.selecione-filtro {
  height: 40px;
}

#administradora-filtrada {
  max-width: 180px;
  width: 180px;
  padding: 7px 10px 10px 10px;
  background: linear-gradient(90deg, #001942 0%, #05238e 100%);
  border-radius: 5px;
  color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

#administradora-filtrada img {
  float: left;
  max-width: 25px;
  max-height: 25px;
  margin-right: 10px;
}

#limpar-filtro-empresa {
  color: white;
  padding: 5px;
  background-color: black;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 20px;
  text-align: center;
  padding-top: 5px;
  padding-left: 5px;
  font-weight: 900;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  line-height: 10px;
  top: -15px;
  left: -13px;
}

#resultado-administradora {
  padding: 7px 10px 10px 10px;
  background: linear-gradient(90deg, #001942 0%, #05238e 100%);
  border-radius: 5px;
  display: inline-flex;
  color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#admin-content {
  overflow: auto;
}

#admin-content div {
  border-radius: 5px;
  height: 40px !important;
  padding-left: 10px;
}

#selecione-administradora {
  display: flex;
  padding: 0;
}

#dropdown_filtro_administradora {
  overflow: hidden;
  height: 0px;
  transition: height 1s ease;
  margin: 20px 0 0 0;
}

#dropdown_filtro_administradora div div {
  width: 180px;
  height: 30px;
  float: left;
  margin: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-right: 0;
}

#dropdown_filtro_administradora div div a {
  width: 180px;
  height: 30px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
}

#dropdown_filtro_administradora div div a img {
  float: left;
  max-width: 25px;
  max-height: 25px;
  margin-right: 10px;
}

#dropdown_filtro_administradora div div.ativo,
#dropdown_filtro_administradora div div:hover {
  background: linear-gradient(90deg, #001942 0%, #05238e 100%);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  outline: none;
}

#dropdown_filtro_administradora div div.ativo a,
#dropdown_filtro_administradora div div:hover a {
  color: white;
  text-decoration: none;
}

.selecione-tipo div .selecione {
  margin-right: 52px;
}

@media only screen and (max-width: 480px) {
  #administradora-filtrada {
    width: 100%;
    min-width: 97%;
    margin-top: 10px;
  }

  #limpar-filtro-empresa {
    top: -49px;
    left: -3px;
    float: right;
  }
}

div#modal {
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  font-size: 15px;
  box-sizing: inherit;
  font-family: 'Branding500', sans-serif;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  width: 55%;
  max-width: 500px;
  margin: auto;
  overflow-y: auto;
  will-change: top, opacity;
  max-height: 90% !important;
  border-radius: 8px;
  z-index: 1003;
  opacity: 1;
  height: auto;
  top: 0 !important;
  transform: scaleX(1) scaleY(1);
  min-height: fit-content;
}

.modal-dialog {
  margin: 0;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  display: initial;
  font-size: 15px;
  box-sizing: inherit;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
}

.modal-header {
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  font-size: 15px;
  box-sizing: inherit;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-content {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

@media only screen and (max-width: 992px) {
  .modal {
    width: calc(100% - 20px);
    margin: 10px;
    top: 0 !important;
    min-width: 90%;
  }
  #taxa-transferencia button {
    width: 50px;
  }

  .modal-body {
    white-space: initial;
  }
}

.modal * {
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
}

.modal-content {
  padding: 15px !important;
}

.modal-body {
  margin: 0px !important;
  padding: 0px !important;
  display: initial;
}

.modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

h5.modal-title.center {
  margin: 0;
}

button.close {
  pointer-events: auto;
  box-sizing: border-box;
  border-radius: 0;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

button.btn-secondary {
  pointer-events: auto;
  box-sizing: border-box;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0.25rem;
  text-decoration: none;
  color: #fff !important;
  background-color: #5a6268 !important;
  border-color: #545b62 !important;
  cursor: pointer !important;
}

button.btn-secondary:hover {
  color: #fff !important;
  background-color: #5a6268 !important;
  border-color: #545b62 !important;
}

.modal {
  max-height: 90% !important;
}

button.btn-success {
  pointer-events: auto;
  box-sizing: border-box;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  margin: 0.25rem;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .modal-body {
    white-space: initial;
  }
}


.hidden {
	display: none;
}

#desmarcar {
    position: fixed;
    bottom: 145px;
    left: 20px;
    background-color: #05238e;
    width: 159px;
    border-radius: 10px;
    height: 40px;
    cursor: pointer;
    color: white;
    font-weight: 800;
    padding: 8px 12px;
    display: none;
}

#desmarcar label input {
    margin-right: 5px;
}

#desmarcar label {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 13px;
    color: white;
}


	/* CSS INTERNA */
	.contempladas-em-destaque {
		padding: 80px 0;
	}

	.contempladas-em-destaque h3 {
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		line-height: 39px;
		text-align: left;
		color: #001942;
		margin-bottom: 30px;
	}

	.banner-slider {
		background: #eee;
		height: auto;
		line-height: 0;
	}

	.contempladas div.row {
		display: flex;
	}

	.coluna .valor,
	.coluna .rotulo,
	.coluna.col-comandos {
		white-space: nowrap;
	}

	#box-filtro {
		background: linear-gradient(90deg, #001942 0%, #05238e 100%);
	}

	#box-filtro select {
		color: #001942;
		background-color: #fff;
		font-weight: bold;
	}

	#btn-scroll {
		background-color: #0DC143;
		width: 100%;
		border-radius: 20px;
		text-transform: uppercase;
		color: white;
		height: 40px;
		font-size: 14px;
		letter-spacing: 2px;
		margin-top: 10px;
		border-color: #0DC143;
	}

	#box-filtro .btn-ver-cartas {
		background-color: #ccc;
		width: 100%;
		border-radius: 20px;
		text-transform: uppercase;
		color: #001942;
		height: 40px;
		font-size: 14px;
		letter-spacing: 2px;
		margin-top: 10px;
		border-color: #001942;
	}

	.selecione-tipo div .button:active,
	.selecione-tipo div .button:focus,
	.selecione-tipo div .button.ativo,
	.cotas .botoes button {
		background: linear-gradient(90deg, #001942 0%, #05238e 100%);
		color: white;
		outline: none;
	}

	.intro-filtro {
		padding-bottom: 40px;
	}

	.col-seguro {
		/*display: none;*/
	}

	.col-check {
		width: 60px !important;
	}



	@media (max-width: 1000px) {
		.coluna {
			width: auto !important;
			font-size: 12px;
		}

		.btn-whatsapp,
		.btn-plus {
			display: block;
			margin-left: 50px;
		}
	}

	/* AJUSTE ROSINHA FIM */

	@media (max-width: 1000px) {
		.contempladas div.row {
			display: block;
			position: relative;
		}

		.intro-filtro .titulo h2 {
			font-size: 3em;
		}

		#box-filtro {
			padding: 20px;
		}

		.coluna.col-comandos {
			right: 35px;
			top: 0;
		}
	}