@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

body {
  background-color: #f0f5f9;
}

h1 {
  font-weight: 700 !important;
}

.container {
  max-width: 960px;
}

.card {
  border-radius: 10px !important;
}

.card-header {
  border-top-right-radius: 9px !important;
  border-top-left-radius: 9px !important;
}

.btn {
  border-radius: 10px !important;
}

.pricing-header {
  max-width: 700px;
}

.list-group {
  width: 100%;
  max-width: 460px;
  margin-inline: 1.5rem;
  text-align: left !important;
}

.list-group-item {
  border-radius: 10px !important;
}


.validacao .list-group-item {
  border-color: #fd0d0d;
  box-shadow: 0 0 0 2px #fd0d0d;
}

.form-check-input-placeholder {
  border-style: dashed;
}

[contenteditable]:focus {
  outline: 0;
}

.list-group-checkable .list-group-item {
  cursor: pointer;
}

.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

  .list-group-item-check:hover + .list-group-item {
    background-color: var(--bs-secondary-bg);
  }

  .list-group-item-check:checked + .list-group-item {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
  }

  .list-group-item-check[disabled] + .list-group-item,
  .list-group-item-check:disabled + .list-group-item {
    pointer-events: none;
    filter: none;
    opacity: .5;
  }

.list-group-radio .list-group-item {
  cursor: pointer;
  border-radius: .5rem;
}

.list-group-radio .form-check-input {
  z-index: 2;
  margin-top: -.5em;
}

.list-group-radio .list-group-item:hover,
.list-group-radio .list-group-item:focus {
  background-color: var(--bs-secondary-bg);
}

.list-group-radio .form-check-input:checked + .list-group-item {
  background-color: var(--bs-body);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 2px var(--bs-primary);
}

.list-group-radio .form-check-input[disabled] + .list-group-item,
.list-group-radio .form-check-input:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.text-footer {
  font-size: .85em;
  text-align: center;
  opacity: .5;
  margin: 0;
}

footer a {
  text-decoration: none;
  font-size: .85rem;
  opacity: .5;
  color: #192d3e;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-avancar {
  width: 100%;
  max-width: 460px;
  margin-inline: 1.5rem;
}

.pricing-container-gratis {
  display: flex;
  justify-content: center;
}

.pricing-container-somente-leitura {
  display: flex;
  justify-content: center;
}

.pricing-2 {
  position: relative;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  cursor: pointer;
  transition: border-color .3s ease;
}

  .pricing-2.active {
    border-color: #007bff;
  }

    .pricing-2.active .circle-icon {
      border-color: #007bff;
      background-color: transparent;
    }


.pricing-3 {
  position: relative;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  cursor: pointer;
  transition: border-color .3s ease;
}

  .pricing-3.active {
    border-color: #007bff;
  }

    .pricing-3.active .circle-icon {
      border-color: #007bff;
      background-color: transparent;
    }

.circle-icon {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin: 0 auto 10px;
  transition: border-color .3s ease, background-color .3s ease;
}

.duration {
  font-size: 14px;
  color: #007bff;
  font-weight: 700;
  margin: 0;
}

.price {
  font-size: 32px;
  color: #0c0a33;
  font-weight: 700;
  margin: 5px 0;
}

.currency {
  font-size: 14px;
  color: #3b3071;
  margin: 0;
}

.renewal2 {
  font-size: 14px;
  color: #7d7d7d;
  margin-top: 15px;
}

.renewal {
  font-size: 12px;
  color: #7d7d7d;
}

.pricing-container {
  display: flex;
  gap: 20px;
}

.pricing-box.active {
  border-color: #007bff;
}

.pricing-box {
  position: relative;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  width: 287px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  cursor: pointer;
  transition: border-color .3s ease;
}

  .pricing-box.active .circle-icon {
    border-color: #007bff;
    background-color: transparent;
  }

.discount-bubble {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d3d3d3;
  color: #0c0a33;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

  .discount-bubble.active {
    border-color: #007bff !important;
    background-color: #007bff;
    color: white;
  }

.active {
  border-color: #007bff !important;
}

input, select {
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  border-radius: 10px !important;
}

.card-alterar-plano {
  border: 2px solid transparent !important;
}

  .card-alterar-plano.active {
    border-color: #007bff !important;
  }

* {
  font-family: Poppins, Sans-serif;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f0f5f9 !important;
  min-width: 1376px;
  overflow: hidden;
  overflow-y: scroll;
}

.div-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

  .div-loader .loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1s linear infinite;
  }

.card {
  border-radius: 20px !important;
  width: 300px;
  margin-right: 10px;
}

.card-header {
  background-color: transparent !important;
  border-color: #000;
}

  .card-header .discount-bubble {
    background-color: #007bff;
    border: 1px solid #007bff;
    color: white;
  }

.card-header-text {
  color: #0c0a33;
  font-size: 22px;
  font-weight: 700 !important;
}

.card-header-text-sub {
  color: #0c0a33;
  font-size: 15px;
  font-weight: 500 !important;
}


.pricing-header {
  color: #007bff;
}

.pricing-text {
  font-size: 2.1rem;
  font-weight: 600;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

svg {
  fill: #7E7E7E;
  transition: fill 0s;
}

.btn {
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 12px !important;
}

.btn-escolher-plano {
  background-color: #007bff !important;
  color: #ffffff !important;
}

  .btn-escolher-plano:hover {
    background-color: #0c0a33 !important;
  }


.btn-falar-vendedor {
  background-color: #00bd8b !important;
  color: #ffffff !important;
}

  .btn-falar-vendedor:hover {
    background-color: #0c0a33 !important;
  }

#slick {
  display: none;
}

  #slick.slick-initialized {
    display: block;
  }

  #slick .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }

  #slick .slick-slide {
    padding-right: 15px;
    padding-left: 15px;
  }

    #slick .slick-slide:focus {
      outline: none;
      cursor: grab;
    }

  #slick .slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    border: none;
    -webkit-appearance: none;
    padding: 0;
    z-index: 100;
    transform: translateY(-50%);
    overflow: hidden;
    text-indent: 1000px;
    background-position: center;
    background-size: 30px;
    padding: 20px;
    border-radius: 30px;
    background-color: transparent;
  }

    #slick .slick-arrow:focus {
      outline: none;
    }

    #slick .slick-arrow:hover {
      cursor: pointer;
      background-color: #e5e5e5;
      padding-left: 20px;
    }

  #slick .slick-prev {
    left: -55px;
    background-image: url('/Imagens/Novo/paginacao/arrow-left-1.svg');
    background-repeat: no-repeat;
  }

  #slick .slick-next {
    right: -60px;
    background-image: url('/Imagens/Novo/paginacao/arrow-right-1.svg');
    background-repeat: no-repeat;
  }


.item-hide {
  display: none !important;
}

.opacity {
  opacity: .2;
}

.agendar-apresentacao {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #007bff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.mascara-senha {
  -webkit-text-security: disc; /* Para navegadores baseados em WebKit (Chrome, Safari) */
  text-security: disc; /* Para navegadores que suportam a propriedade text-security */
}

.swal2-modal {
  border-radius: 20px !important;
}

.swal2-confirm {
  background-color: #007bff !important;
  color: #ffffff !important;
  border-radius: 15px !important;
}

  .swal2-confirm:hover {
    background-color: #0c0a33 !important;
  }

.swal2-cancel {
  border-radius: 15px !important;
}

  .swal2-cancel:hover {
    background-color: #b52a2a !important;
  }

.bi {
  fill: white !important;
}

.button-valor:disabled {
  background-color: #007bff42 !important;
}


code {
  color: #6da3ce !important;
  font-weight: 600 !important;
}
