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;
}