form label {
    font-family: 'Lexend', sans-serif;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    font-family: 'Lexend', sans-serif;
    font-size: 17px;
    line-height: 28px;
    color: #000;
}

html {
    font-family: 'Lexend', sans-serif;
}

.sin-hora.selecionarHora {
    font-family: 'Lexend', sans-serif;
}

.modulo-sobre .icon-box i {
    font-size: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}


.tela-pagamento .formAssinatura .form-control {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #000 !important;
    padding: 0px 25px;
    color: #000;
    height: 58px;
}

.tela-pagamento .formAssinatura label {
    font-weight: 600;
    color: #252c41;
    font-size: 15px;
}

.tela-pagamento .btn-default {
    font-family: 'Lexend', sans-serif;
    width: 100%;
    background: -webkit-linear-gradient(45deg, #000 15%, #000 65%);
    border: 1px solid #000;
    color: #fff;
    font-size: 21px;
    padding: 15px;
    border-radius: 7px;
    font-weight: 500;
    cursor: pointer;
    height: auto;
    margin-top: 2%;
}


.tela-pagamento .btn-default:hover {
  background: -webkit-linear-gradient(45deg, #ffc107 15%, #ffc107 65%);
  border: 1px solid #ffc107;
  color: #000;
}

.tela-pagamento .pricing-body {
    min-height: 290px;
}

.tela-pagamento .step {
    display: none;
}

.tela-pagamento .step.active {
    display: block;
}

.tela-pagamento .bandeira-pagamento {
  width: 70%;
  margin-bottom: 5px;
}

.tela-pagamento .bandeira-selo {
    width: 32%;
    margin-top: 5%;
}

.tela-pagamento .voltar {
    position: absolute;
    font-size: 14px;
    background: #2b2b2c;
    padding: 6px 10px;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
    top: 10px
}

.tela-pagamento h3, .tela-pagamento p {
  color: #000;
  margin-bottom: 0px;
}

.tela-pagamento {
  padding: 50px 0px;
}

.tela-pagamento .card-header {
  background: #622345;
  padding: 20px;
  height: 101px;
}

.tela-pagamento .card-header h2 {
  color: #fff !important;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 400;
}

.tela-pagamento .card-body {
  padding: 26px 30px;
}

.tela-pagamento .list-unstyled i {
  color: green;
}

.tela-pagamento .list-unstyled li {
  margin-bottom: 6px;
}

.tela-pagamento .valorPlano {
  font-size: 38px;
  color: #782a4f !important;
  font-weight: 400;
}

.formas_pagamento {
  margin-bottom: 40px;
}

.checkout-payment .lblPagamento {
    font-weight: 600;
    margin-bottom: 7px;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    cursor: pointer;

    display: flex;
    flex-direction: column;
}

.checkout-payment .lblPagamento .fal {
    display: block;
    color: #000;
    font-size: 50px;
    margin-bottom: 10px;
}

.checkout-payment .lblPagamento img {
  height: 46px;
  width: 100%;
  margin-bottom: 15px;
}


.checkout-payment .lblPagamento span {
    font-weight: 700;
    color: #000;
}

.checkout-payment .formas_pagamento .ativo label {
  color: #ffffff;
  background: #000;
  border-color: #ffffff;
}

.checkout-payment .formas_pagamento .ativo label .fal,
.checkout-payment .formas_pagamento .ativo label span {
    color: #fff;
}



.checkout-payment .input-group-text {
    width: 45px;
    height: 58px;
    margin-right: -2px;
    border-radius: 5px 0px 0px 5px;
    font-size: 14px;
}

.checkout-payment .formulario .row {
    margin-bottom: 15px;
}

.checkout-payment .voltar {
    float: left;
    margin: 0px 15px 0px 0px;
    font-size: 14px;
    background: #2b2b2c;
    padding: 6px 10px;
    border-radius: 7px;
    cursor: pointer;
    color: #fff;
}

.categoriasStyle label {
    display: block;
}

.categoriasStyle label.ativo .category-item {
    background: #ff1d4d;
    border: 1px solid #ff1d4d;
    color: #fff;
    position: relative;
}

.categoriasStyle label.ativo .category-item::before {
    content: '\2713';
    position: absolute;
    right: -4px;
    top: -10px;
    font-size: 35px;
    background: green;
    width: 40px;
    height: 40px;
    line-height: 43px;
    border-radius: 100px;
}

.categoriasStyle label input[type="checkbox"],
.categoriasStyle label input[type="radio"] {
    display: none;
}


.valorPix {
    font-size: 36px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Lexend', sans-serif;
}

.copy-text {
    position: relative;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.copy-text input.text {
    padding: 10px;
    font-size: 18px;
    color: #555;
    border: none;
    outline: none;
    width: 95%;
    background: transparent;
}
.copy-text button {
    padding: 10px;
    background: #5784f5;
    color: #fff;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
}

.copy-text button:active {
    background: #809ce2;
}
.copy-text button:before {
    content: "Copiado";
    position: absolute;
    top: -45px;
    right: 0px;
    background: #5c81dc;
    padding: 8px 10px;
    border-radius: 20px;
    font-size: 15px;
    display: none;
}
.copy-text button:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 25px;
    width: 10px;
    height: 10px;
    background: #5c81dc;
    transform: rotate(45deg);
    display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}

.retornoPix.pagarAgora  img {
    width: 30%;
    margin: 0px auto;
}

.tituloPagamento {
    color: green;
    text-align: center;
    font-size: 51px;
    margin-bottom: 25px;
    display: block;
    font-weight: 700;
    font-family: 'Lexend', sans-serif;
}

ul li {
    font-family: 'Lexend', sans-serif;
    font-size: 17px;
    line-height: 28px;
    color: #000;
}

.logomarca {
    width: 180px;
}

.display-center {
    display: flex;
    justify-content: center;
}

.bg-roxo {
  background-color: #4e02e3 !important;
}

.bg-roxo h1 {
  color: #fff !important;
}

.bg-roxo .dragArea p,
.bg-roxo .dragArea label {
  color: #fff !important;
}

.bg-roxo h3,
.bg-roxo p,
.bg-roxo h6,
.bg-roxo span {
  color: #fff !important;
}

.mb-60 {
    margin-bottom: 60px;
}

.botaoComprar {
    background: #964b00;
    border: 1px solid #964b00;
    border-radius: 100px;
    color: #fff;
    padding: 13px 33px;
    display: inline-block;
}

.botaoComprar:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px !important;
}

.redes-sociais a {
    font-size: 28px;
    margin-right: 10px;
}

.redes-sociais {
    margin-bottom: 15px;
}

.footer7 h4 {
    color: #fff;
}

.pb-30 {
    padding-bottom: 30px;
}

.bg-azul {
  background-color: #2196f3 !important;
}

.bg-azul h1 {
  color: #fff !important;
}

.bg-azul .dragArea p,
.bg-azul .dragArea label {
  color: #fff !important;
}

.bg-azul h3,
.bg-azul p,
.bg-azul h6,
.bg-azul span {
  color: #fff !important;
}

.bg-rose {
  background-color: #ffcbdb !important;
}

.bg-rose h1 {
  color: #000 !important;
}

.bg-rose .dragArea p,
.bg-rose .dragArea label {
  color: #000 !important;
}

.bg-rose h3,
.bg-rose p,
.bg-rose h6,
.bg-rose span {
  color: #000 !important;
}

.bg-verde {
  background-color: #dff2e9 !important;
}

.bg-verde h1 {
  color: #000 !important;
}

.bg-verde .dragArea p,
.bg-verde .dragArea label {
  color: #000 !important;
}

.bg-verde h3,
.bg-verde p,
.bg-verde h6,
.bg-verde span {
  color: #000 !important;
}

/*-----------------*/

.bg-azul {
  background-color: #0000002b !important;
}

.bg-azul h1 {
  color: #000 !important;
}

.bg-azul .dragArea p,
.bg-azul .dragArea label {
  color: #000 !important;
}

.bg-azul h3,
.bg-azul p,
.bg-azul h6,
.bg-azul span {
  color: #000 !important;
}


.cid-sFF0SGinka .mbr-text.textoSlider {
    color: #000;
}

.redes-sociais a {
    color: #fff;
}

.redes-sociais a:hover {
    color: #fff;
}

.navbar-brand img {
    width: 200px;
}

.retornoPix h3.tituloPagamento {
    margin-bottom: 25px;
}

.btn.btn-primary {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.pagina-servicos .imagem img {
    width: 100%;
    border-radius: 20px;
}

.conteudo-area .imagem{
    float: left;
    width: 42%;
    margin: 0 35px 20px 0;
}

.conteudo-area .imagem img{
    width: 100%;
    border-radius: 20px;
    display: block;
}

.conteudo-area .conteudo-text h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 600;
  line-height: 34px;
}

@media (max-width: 991px){

  .conteudo-area .imagem{
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }

}

.call-to-action h3 {
  font-size: 20px;
  margin-bottom: 15px !important;
}

.call-to-action {
  background: #e7e7e7;
  margin-top: 30px;
  color: #2b2b2b;
  padding: 20px 35px;
  border-radius: 30px;
  text-align: center;
}

.contato-imagem img {
  border-radius: 20px;
}

/* Estilos modernos para depoimentos */
.moduloDepoimento {
    font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
}

.depoimento-card-modern {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 22px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(62, 106, 135, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.depoimento-card-modern:hover {
    box-shadow: 0 12px 40px rgba(62, 106, 135, 0.12);
    transform: translateY(-6px);
    border-color: rgba(62, 106, 135, 0.2);
}

.depoimento-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}
.depoimento-avatar {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: linear-gradient(145deg, #eef2f5, #e2e8ed);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}
.avatar-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(62,106,135,0.1);
}
.depoimento-nome-estrelas {
    flex: 1;
    min-width: 0;
}
.depoimento-nome {
    font-weight: 700;
    font-size: 1.05rem;
    color: #1a2634;
    line-height: 1.3;
    margin-bottom: 3px;
}
.depoimento-estrelas {
    display: flex;
    gap: 2px;
}
.estrela {
    color: #f5b342; /* amarelo dourado */
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 1;
}

.depoimento-body {
    flex: 1;
}
.depoimento-descricao {
    font-size: 0.95rem;
    color: #3d4a5a;
    line-height: 1.7;
    word-wrap: break-word;
    margin-top: 4px;
}
.depoimento-descricao p {
    margin: 0 0 0.5em 0;
}
.depoimento-descricao br {
    display: block;
    content: "";
    margin: 6px 0;
}

@media (max-width: 768px) {
    .depoimento-header {
        flex-direction: column;
        text-align: center;
    }
    .depoimento-estrelas {
        justify-content: center;
    }
    .depoimento-card-modern {
        padding: 20px 16px;
    }
}
@media (max-width: 576px) {
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.mb-30 {
  margin-bottom: 30px;
}

.header11 .btn {
  margin: 5px;
}