html {
  font-size: 16px;
}

.bg-body {
  background-color: #fff;
}

body {
    color: #333;
    background-color: #F4F7FA;
  }
  
  .area-bota-sexo {
    display: flex;
    flex-wrap: wrap;
  }
  .botao-sexo {
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    display: flex;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
  }
  
  .area-botao-flex {
     display: flex;
      overflow-x: auto;
      white-space: nowrap;
      padding: 0;
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      margin-top: 10px;
  }
  
  .area-botao-sexo {
    width: auto;
  }
  
  .botao-p-pix {
    max-width: 100px;
  }
  
  .botao-p-boleto {
    max-width: 120px;
  }
  
  .botao-p-boleto svg {
    margin-top: 2px;
    margin-right: 5px;
  }
  
  .espaco-corr > .botao-sexo {
    margin-top: 1px
  }
  
  .botao-p-cartao svg {
    margin-top: 2px;
    margin-right: 5px;
  }
  
  .botao-p-cartao {
    max-width: 180px;
  }
  
  .botao-pj {
    max-width: 38 0px;
    display: inline-block;
  }
  
  .badge-preco {
    padding: 0px 5px;
    color:#dabd9a;
    border-radius: 10px;
    font-size: 14px;
  }
  
  .botao-p-pix svg {
    margin-top: 4px;
    margin-right: 10px;
  }
  
  .area-check {
    display: inline;
  }
  
  .area-check i {
    font-size: 18px;
    top: 1px;
    position: relative;
  }
  
  .botao-sexo.active {
    background-color: #fff;
    border-color: #dabd9a;
    color:#dabd9a;
    box-shadow: 0 0 0 1px #dabd9a;
  }
  
  .link-a {
    color:#1d3257 !important
  }
  
  .logo-color {
    width: 280px;
  }

  
  
  
  
  @media (max-width: 991px) {
  .logo-area {
    margin: 0 auto;
  }
  
  .max-text-resp-1 {
  margin: 0 auto;
  }
  
  .img-dig {
    max-width: 200px;
    float: left;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  
  .img-dig-space {
    margin-bottom: 30px;
  }
  
  }
  
  
  
  @media (max-width: 530px) {
    .max-text-resp-1 h1 {
      margin: 0 auto;
      font-size: 2.4rem !important;
      }
  
      .dtransp {
        max-width: 300px !important;
      }
      
  }
  
  @media (max-width: 440px) {
    .max-text-resp-1 h1 {
      margin: 0 auto;
      font-size: 2.0rem !important;
      }
  
      .py-8 {
          padding-top: 3rem !important;
      }
  
      .bg-body h1 {
        font-size: 1.6rem !important;
      }
  }
  
  @media (max-width: 390px) {
    .max-text-resp-1 h1 {
      margin: 0 auto;
      font-size: 1.6rem !important;
      }
  
      .bg-body h1 {
        font-size: 1.4rem !important;
      }
  
      
  }
  
  
  .pr-3 {
    margin-right: 1rem;
  }
  
  .emp-icon {
    color:#ccc
  }
  
  .titulo-produto {
  font-size: 16px;
  }
  
  .valor-produto {
    font-size: 18px;
  }
  
  
  .btn-cor-primary {
    background-color: #1d3257;
    color:#fff;
    box-shadow: 0 25px 25px rgba(25, 166, 150, 0.15);
    text-shadow: 1px 1px 1px #148a7c;
    font-size: 1.2rem;
  }
  
  .btn-cor-primary:hover {
    background-color: #54C3AA;
    color:#fff
  }
  
  .btn-text {
    color: #1d3257 !important;
    padding: 10px;
    text-decoration: none !important;
    cursor: pointer;
  }
  
  .btn-text:hover {
    color: #1d3257;
    border: none;
  }
  
  .img-selo-1 {
    max-width: 200px;
    text-align: center;
  }
  
  .img-selo-small {
    max-width: 130px;
    text-align: center;
  }
  
  .img-selo-2 {
    max-width: 200px;
    text-align: center;
  }
  
  .img-selo-3 {
    max-width: 170px;
    text-align: center;
  }
  
  .img-selo-4 {
    max-width: 330px;
    text-align: center;
  }
  
  .py-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  
  .py-8 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  .bg-1 {
    background-size: cover;
    background-color: #1d3257;
    width: 100%;
}
  
  .bg-2 {
    background-color: #54C3AA;
  width: 100%;
  }

  .bg-light {
    background-color: #fff !important;
  }
  
  .bg-3 {
    /* background:url(../assets/bg2.jpg); */
    background-size: cover;
    background-color: #1d3257;
    width: 100%;
    height: auto;
    }
  
    .color-light {
      color: #fff !important;
    }
  
  .titulo-bg {
    color:#fff;
    text-align: left;
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }
  
  .sub-bg {
    color:#fff;
    text-align: left;
    font-size: 23px;
    font-weight: 100;
    line-height: 1.5rem;
    margin-top: 5px;
  }
  
  .subtitulo-bg {
    color:#1d3257;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 200;
    margin: 0;
    padding: 0;
  }
  
  .titulo-2 {
    color:#1d3257;
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }
  
  .sub-3 {
    color:#1d3257;
    text-align: center;
    font-size: 1.4rem !important;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }
  
  .titulo-4 {
    color:#1d3257;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }
  
  .titulo-4 strong {
    color:#dabd9a;
    font-weight: bold;
  }
  
  .color-green {
    color:#dabd9a;
  }
  
  .titulo-3 {
    font-size: 1.2rem;
    text-align: left;
    font-weight: bold;
    color:#1d3257
  } 
  
  .bg-white p {
    color: #555;
  }
  .space {
    height: 40px;
  }
  
  .area-explicacao small {
    font-size: 12px
  }
  
  .area-explicacao p {
    font-size: 18px;
    margin-top: 10px;
}

.small-texto {
  font-size: 12px !important;
}

  .pd-10 {
    padding: 40px 10px;
  }
  
  .sub-simples {
    color: #dabd9a;
    font-size: 1.4rem;
    font-weight: bold;
    text-shadow: 1px 1px #003f37;
  }
  
  .area-steps p {
    font-size: 18px;
    color: #fff;
  }
  
  .px-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .color-white {
    color: #fff !important;
  }
  
  .area-steps {
    background-color: #fff;
    width: 100%;
    max-width: 100% !important;
  }
  
  .area-steps i {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  
  .area-explicacao p {
    font-size: 18px;
    margin-top: 10px;
  }
  
  .mb-0 {
    margin-bottom: 0 ;
  }
  
  .accordion-button {
    font-size: 1.2rem !important;
    font-weight: 500;
    color:#1d3257;
  }
  
  .accordion-button:not(.collapsed) {
    background-color: #F8E4C8 !important
  }
  
  .accordion-body {
    font-size: 1.1rem !important
  }
  
  .ulb li {
    list-style-type: inherit !important;
      margin-left: 15px;
      font-size: 18px;
  }
  
  .botao-rg {
    height: 100px;
    background-color: #1d3257;
    width: 100%;
    color:#fff;
    font-size: 1.5rem;
    border: 0;
    border-radius: 10px;
  }
  
  .botao-rg:hover {
    background-color: #215e93;
    color: #fff;
    transition: 0.3s;
  }
  
  .texto-artigo p {
    font-size: 18px;
  }
  
  .texto-artigo .subtitulo {
    text-transform: uppercase
  }
  
  .botao-contato {
    height: 80px;
    background-color: #1d3257;
    width: 100%;
    color:#fff;
    font-size: 1.3rem;
    padding-top: 0px;
    border: 0;
    border-radius: 10px;
  }
  
  .botao-contato:hover {
    background-color: #077ca3;
    color: #fff;
    transition: 0.3s;
  }
  
  .pos-chevron-right2 {
    position: relative;
    float: right;
    margin-top: 6px;
    right: 10px
  }
  
  .icon-rg1 {
    width: 70px;
    margin-right: 30px;
  }
  
  .icon-rg3 {
    width: 55px;
    margin-right: 15px;
  }
  
  .area-alert {
    background-color: #f5f7fa;
    border-left: 5px solid red;
    padding: 15px;
    border-radius: 10px;
  }
  
  .alert-box {
    background-color: #f5f7fa;
    border-left: 3px solid #007164;
    padding: 12px;
    border-radius: 10px;
    font-size: 12px;
  }

  .color-primary {
    color: #1d3257;
}
  
  .color-red {
    color:red
  }
  
  .float-right {
    float: right;
  }
  
  
  .pos-chevron-right {
    position: relative;
    float: right;
    margin-top: 21px;
    right: 10px
  }
  
  .max-width-800 {
    max-width: 800px;
  }
  
  .max-width-1200 {
    max-width: 1320px;
  }
  
  .depoimento-box {
    height: auto;
    background-color: #008C7C;
    border-bottom: 5px solid #0a5745;
    border-radius: 20px;
    color: #fff;
    padding: 20px;
    min-height: 300px;
    margin: 12px
  }
  
  .color-verde, i {
    color:#dabd9a
  }
  
  .depoimento-box img {
    margin-bottom: 10px;
  }
  
  .depoimento-box p {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 30px;
      text-shadow: 2px 2px 2px #007164;
      text-align: center;
  }
  
  .depoimento-nome {
    display: block;
    color: #F8E4C8;
    margin-top: 20px;
    text-align: center;
  }
  
  .thumb-depoimento {
    width: 75px;
      height: 75px;
      object-fit: cover;
      min-width: 75px;
      max-width: 75px;
      height: 75px;
      border-radius: 200px;
      overflow: hidden;
      box-shadow: 0 40px 30px #008677;
      border: 2px solid #F8E4C8
  }
  
  .titulo {
    color:#1d3257;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  
  .titulo-sub {
    text-align: left !important;
    font-size: 1.2rem;
    font-weight: 300;
  }
  
  .subtitulo {
    margin-top: 30px;
    color:#a66f39;
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 5px solid #f3f3f3;
    text-align: left !important;
  }
  
  .form-label {
    font-weight: 500;
    margin-bottom: 5px;
  }
  
  .text-body-secondary {
    font-size: 12px;
    margin-top: 5px;
    color:#999 !important
  }
  
  .select-height {
    min-height: 48px;
    border-color: #ccc !important;
  }
  
  .select-height__control {
    min-height: 48px !important;
    border-color: #ccc !important;
  }

  
  .box-alerta {
    border: 1px solid #f5e2e2;
    background-color: #FFF6F6;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
  }
  
  .btn-block {
    max-width: 100% !important;
    width: 100% !important;
  }
  
  .btn-verde {
    background-color: #54C3AA;
    color:#fff;
    font-weight: bold;
    min-width: 200px;
    border-radius: 10px;
    border: none;
    display: inline-block;
    text-align: center;
    padding: 10px 25px;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.2rem;
  }
  
  .btn-verde:hover {
    background-color: #5fd2b7;
    color:#fff;
    transition: 0.4s;
  }
  
  .btn-saiba-mais {
    border: none;
    border-radius: 10px;
    width: 100%;
    padding: 10px 25px;
    background-color: #54C3AA;
    color:#fff;
    font-weight: bold;
  }
  
  .btn-saiba-mais:hover {
    background-color: #5dcab0;
    transition: 0.3s;
  }
  
  .btn-1 {
    background-color: #54C3AA;
    color:#fff;
    font-weight: bold;
    min-width: 200px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    padding: 10px 25px;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.2rem;
    width: 100%;
    border: 0;
  }
  
  .btn-1:hover {
    background-color: #5fd2b7;
    color:#fff;
    transition: 0.4s;
  }
  
  
  
  .btn-2 {
    background-color: #fff;
    color:#54C3AA;
    font-weight: bold;
    min-width: 200px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    padding: 10px 25px;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.2rem;
    width: 100%;
    border: 2px solid #54C3AA;
  }
  
  .btn-2:hover {
    background-color: #fff;
    color:#54C3AA;
    transition: 0.4s;
  }
  
  
  .btn-3 {
    background-color: transparent;
    color:#54C3AA;
    min-width: 200px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    padding: 10px 25px;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.1rem;
    width: 100%;
    border:none
  }

  .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

.form-check-label {
  font-weight: normal !important;
}
  
 input[type=radio] {
      margin-top: 4px; /* Ajuste conforme necessário */
      margin-left: -24px; /* Ajuste conforme necessário */
      position: absolute;
      width: 16px; /* Largura do círculo */
      height: 16px; /* Altura do círculo */
  }


  .form-check-label span {
      cursor: pointer;
  }
  
  .form-control[readonly] {
    background-color: #fff !important;
}
  
  .btn-verde svg {
    width: 1.2em;
    margin-top: -3px;
      margin-left: 0.5rem;
      vertical-align: middle;
  }
  
  .area-botoes-footer {
      align-items: center !important;
      display: flex; justify-content: flex-end;
  }
  
  footer {
    background-color: #1d3257;
    color: #fff;
  }
  
  .copyright {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  
  .copy-1 {
    font-size: 12px;
    margin: 0;
    text-align: center;
  }
  
  .titulo-footer {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }
  
  footer li {
    margin: 0;
    list-style: none;
  }
  
  footer li a {
    color: #fff !important;
  text-decoration: none
  }
  
  footer ul {
    padding-left: 0 !important
  }
  
  .email a {
    color:#fff;
  }
  
  .pixcode {
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }
  
  .text-qr {
    background-color: #ededed;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    width: 100%;
    word-break: break-all;
    margin-bottom: 1rem;
    border: none !important
  }
  
  .descricao-qr {
    font-size: 14px;
    text-align: center;
  }
  
  .pagamento-andamento {
    color: #ed8936;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
  }
  
  .countdown-t {
    text-align: center;
  }
  
  .logo-pix {
    width: 70px;
    display: block;
    margin: 0 auto;
  }
  
  .concorda-termos {
    font-size: 12px;
    color:#888;
    text-align: center;
  }
  
  .concorda-termos a {
    text-decoration: none;
    color: #1d3257;
  }
  
  .text-total-f {
    font-weight: 700;
    font-size: 18px;
  }
  
  .text-sub-f {
    font-weight: 500;
    font-size: 18px;
  }
  
  .max-100 {
    max-width: 100px;
  }
  
  .text-sub {
    color: #666;
    font-size: 14px;
  }
  
  .flex-1 {
    flex: 1;
  }
  
  .flex {
    display: flex;
  }
  
  .text-align-right {
    text-align: right;
  }
  
  /* MODAL */
  
  
  .no-border {
    border: 0 !important;
  }
  
  .close-be-modal {
    border-radius: 100px !important;
    padding: 0px !important;
    background-color: #ededed !important;
    border: none;
    color:#777;
    font-size: 24px;
    width: 40px;
    height: 40px;
    float: right;
  }
  
  .pos-right {
    display: block;
    float: right;
  }
  
  .texto-pagamento-1 {
    color: #007164;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
  }
  
  .fs-2 {
    font-size: 2rem !important;
  }
  
  .texto-pagamento-2 {
    font-size: 18px;
  }
  
  .rotate-animation {
    animation: div-rotate 0.7s infinite steps(8);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
  }
  
  @keyframes div-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
  }
  @-webkit-keyframes div-rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
  }
  
  .texto-redirect {
    font-size: 1.5rem;
    text-align: center;
  }
  .texto-redirect i {
    font-size: 3rem;
    color: #1d3257;
  }
  
  .sala {
    width: 100%;
    border-radius: 10px;
  }
  .bg-secondary {
    background-color: #dabd9a !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #1d3257 !important;
  font-weight: 500;
}
  
  .dtransp {
    position: absolute;
    max-height: 420px;
    margin-top: 10%;
  }

  .card-link {
    color:#1d3257 !important;
    font-weight: bold;
  }
  
  .m-0-auto {
    margin: 0 auto;
  }

  .info-text {
    font-size: 11px;
    color: #ccc;
    text-align: center;
  }
  
  .card-title {
    font-size: 1.5rem;
    text-align: center;
    color: #1d3257;
  }
  
  .card-text {
    text-align: center;
    color: #333;
  }
  
  .mt--15 {
    margin-top: 15px !important
  }
  
  .banner-blog {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  
  
  li {
    list-style-type: none;
  }
  
  .sub {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
  }
  
  
  .bt-shake {
    position: relative;
    animation-name: shakeAnim;
    animation-duration: 1s;
  }
  
  @keyframes shakeAnim {
    0% {
      left: 0
    }
    10% {
      left: -3px
    }
    20% {
      left: 3px
    }
    30% {
      left: -8px
    }
    40% {
      left: 8px
    }
    50% {
      left: -5px
    }
    60% {
      left: 3px
    }
    70% {
      left: 0
    }
  }
  
  .video-container {
    position: relative;
    padding-bottom: 56.25%; /* Proporção 16:9 (para vídeos do YouTube) */
    height: 0;
    overflow: hidden;
  }
  
  .youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


  
  
  
  
  
  
  
  .to-invi {
    display: none;
  }
  
  .bsp {
    margin-left: 4px;
    margin-right: 4px;
  }
  
  .bsp-2 {
    margin-left: 3px;
    margin-right: 3px;
  }
  
  .bsp-3 {
    margin-left: 2px;
    margin-right: 2px;
  }
  
  .b-1 {
    width: 130px
  }
  
  .b-3 {
    width: 220px;
  }
  
  span {
    position: relative;
    display: inline-block;
  }
  
  .be {
    display: inline-block;
  }
  
  .be-b {
    display: inline-block;
    margin-right: 5px;
  }
  
  .alerta-area {
    max-width: 800px;
    margin: 0 auto;
  }

  .foto-header {
    width: 450px;
}

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

@media (max-width: 991px) {
  .text-center-mobile h1, h2 {
      text-align: center !important;
  }

  .navbar-brand {
    margin: 0 auto !important;
  }
}

@media (max-width: 991px) {
  .foto-header {
      display: none;
  }
}
  
  .botao-certidao {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    width: 100%;
    height: 70px;
    padding: 20px;
    background-color: #fff;
    align-items: center;
    display: flex;
    justify-content: space-between; /* Alinha os elementos no espaço disponível */
    align-items: center;
    margin-bottom: 10px;
  }
  
  .botao-certidao h2 {
    text-align: left;
    font-size: 18px;
    margin: 0;
    color:#333
  }
  
  
  .botao-certidao:hover {
  /* border-color: #dabd9a; */
  box-shadow: inset 0px 0px 0px 1px #dabd9a;
  border-color: #dabd9a;
  transition: 0.2s;
  text-decoration: none !important;
  }

 
  
  .botao-certidao .fa-chevron-right {
    transform: translateX(0px);
    transition: 0.2s;
  }
  
  .botao-certidao:hover .fa-chevron-right {
    transform: translateX(5px);
    transition: 0.2s;
  }
  
  
  .texto-botao {
    display: flex;
    align-items: center;
  }
  
  .texto-botao i {
    color: #dabd9a;
  }
  
  
  .mr-10 {
    margin-right: 10px;
  }
  
  .f-22 {
    font-size: 25px ;
    width: 30px;
  
  }
  
  .f-25 {
    font-size: 30px;
    color: #dabd9a;
  }
  
  
  
  header {
    background-color: #fff;
  }
  
  .img-dig {
    width: 100%;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-right {
    text-align: right;
  }


  .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
}


button {
  background-color: transparent;
  border: none;
}

.card-img-top {
  object-fit: cover;
}


.text-cobramos {
  font-size: 20px
}

.flip-card {
  width: 100%;
  margin-bottom: 20px;
  height: 250px;
  perspective: 1000px
}

.flip-card-inner {
  position: relative;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform .8s;
  transform-style: preserve-3d
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg)
}

.flip-card-front h3 {
  font-size: 22px;
  margin-top: 30px;
  color: #1d3257
}

.flip-card-front i {
  color: #1d3257;
  margin-top: 20px;
  font-size: 60px
}

.flip-card-back,.flip-card-front {
  position: absolute;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  height: 100%;
  backface-visibility: hidden
}

.flip-card-front {
  background-color: #dabd9a;
  color: #000
}

.text-ajust {
  text-align: justify;
}

.flip-card-back {
  background-color: #1d3257;
  color: #fff;
  transform: rotateY(180deg)
}

.flip-card-back p {
  font-size: 16px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.img-size1 {
  max-width: 220px;
}