@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');

body {
  font-family: 'Poppins';
  text-align: center;
  position: relative;
  background-color: #f3f8fa;
}

.link-bottom {
  color: #00446A;
  font-size: 14px;
}

/*PÁGINA COMPRAR*/
.comprar {
}

.flex-principal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.logo {
  margin-top: 0;
  margin-bottom: 0px;
  width: 100%;
}

.headline {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #00446A;
}

.cta {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 40px;
  color: #00446A;
}

.card-prod{
  background: #00446A;
  color: #ffff;
  width: 18rem;
  height: 350px;
  margin-bottom: 20px;
}

.card-prod-select{
  background: #00446A;
  color: #ffff;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;

}

.card-extras-select{
  background: #00446A;
  color: #ffff;
  width: 37.35rem;
  height: 200px;
  margin-bottom: 20px;
}

.card-prod .card-title{
  font-size: 1.1rem;
  height:50px
}

.texto-card{
  font-size: 1.1rem;
}

.form-cont{
  color: #00446A;
}

.label-text{
  text-align: left!important;
  font-size: 1.1rem;
}

.price{
  font-size: 23px!important;
  color: #ffff;
  vertical-align: middle!important;
  line-height: 40px;
}

.btn-pagamento .container-xl {
  display: flex;
  flex-direction: column;
}

.btn-pix {
  background-color: #00BDAD;
  margin-bottom: 10px;
  font-size: 18px;
  border: none;
}

.btn-comprar {
  background: #00446A;
  font-size: 18px;
  border: none;
  vertical-align: middle;
  margin-bottom: 20px;
  width: 630px;
}

.btn-comprar-card {
  background: #00446A;
  font-size: 18px;
  border: none;
}

.rodape .link-bottom {
  background-color: #D9D9D9;
  display: inline-block;
  color: #00446A;
}

.faixa-azul {
  background-color: #00446A;
  position: absolute;
  bottom: 0;
  height: 185px;
  left: 0;
  right: 0;
  z-index: 0;
}

.btn-confirmar {
  background-color: #00446A;
  color: #FFFFFF;
}

.btn-confirmar:hover {
  background-color: #FF7200;
  color: #FFFFFF;
}

h1.modal-title {
  font-size: 17px;
}

/*PÁGINA PIX*/
.autorizado {
  background-color: #FF7200;
  padding: 10px 0;
  font-size: 12px;
}

.headline-pix {
  color: #00446A;
  font-size: 34px;
  font-weight: 900;
  padding-top: 60px;
}

.cta-pagamento {
  padding-bottom: 30px;
}

.atencao {
  background-color: #00446A;
  padding: 20px 0;
}

.rodape {
  background-color: #D9D9D9;
  color: #333333;
  font-size: 16px;
  display: inline;
  padding: 45px 0;
}

.rodape .container-xl {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.rodape {
  color: #333333;
  font-size: 14px;
  padding: 20px 0;
}

.rodape .container-xl {
  display: flex;
  flex-direction: column;
}

.rodape a {
  color: #333333;
}

.rodape span {
  margin: 0 50px;
}

/*PÁGINA DE RECIBO*/

.bg-recibo {
  color: #333333;
}

.headline-recibo {
  font-size: 25px;
  font-weight: 900;
  padding-top: 40px;
  margin-bottom: 40px;
}

.card-recibo {
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 5px;
  padding: 30px 20px;
  flex-direction: column;
  margin-bottom: 30px;
}

.msg-pagamento {
  color: #00446A;
  font-size: 16px;
  font-weight: 700;
  margin: 30px 0 20px 0;
}

.msg-pagamento-bt {
  color: #00446A;
  font-size: 16px;
  font-weight: 700;
  margin: 30px 0 20px 0;
}

.msg-info {
  color: #00446A;
  font-weight: 700;
  font-size: 18px;
  margin: 15px 0 30px 0;
}

.valor-recibo {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
}

.recibo-pagamento li {
  flex-direction: column;
  align-items: center;
}

.recibo-pagamento li>div,
.recibo-pagamento li>span {
  width: 100%;
  text-align: center;
}

.bg-laranja {
  background-color: #FF7200;
}

.msg-pagamento {
  font-size: 14px;
  font-weight: 500;
  margin: 30px 0 20px 0;
}

.msg-pagamento-bt {
  font-size: 14px;
  font-weight: 500;
  margin: 30px 0 20px 0;
}

.btn-site {
  background: #FF7200;
  font-size: 16px;
  border: none;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.btn-copiar{
  background: rgba(0, 68, 106, 0.05);
  font-size: 14px;
  border-radius: 5px;
  color: #00446A;
  border: none;
  padding: 12px 20px;
  margin-bottom: 20px;
}

.btn-copiar:hover{
  background: rgba(0, 68, 106, 0.05);
  border-radius: 5px;
  color: #00446A;
}

hr{
  width: 250px;
  height: 0px;
  margin-bottom: 30px;
  color: #D9D9D9;;
}

/*tela média*/
@media (min-width: 768px) {

  .comprar {

  }

  .flex-principal {
    height: 80vh;
  }

  body {
    text-align: left;
    background-color: #f3f8fa;
  }

  .headline {
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
    color: #00446A;
  }

  .cta {
    color: #00446A;
    text-align: center;
  }

  .form-label{
    color: #00446A;
  }

  .btn-comprar {
    font-size: 22px;
    padding: 12px 60px;
  }

  .btn-comprar-card {
    font-size: 22px;
    padding: 12px 60px;
  }

  .logo {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .btn-pix {
    margin-bottom: 20px;
    font-size: 22px;
    padding: 12px 64px;
  }

  .btn-pagamento {
    flex-direction: column;
    justify-content: left;
    width: 550px;
  }

  .link-bottom {
    display: inline;
    margin: 0 50px 0 0;
    color: #00446A;
    font-size: 16px;
  }

  h1.modal-title {
    font-size: 24px;
  }

  .bg-pix {
    text-align: center;
  }

  .autorizado .container-xl {
    display: flex;
    justify-content: space-between;
  }

  .autorizado span {
    line-height: 44px;
    font-size: 18px;
  }

  .headline-pix {
    font-size: 40px;
  }

  .cta-pagamento {
    padding-bottom: 60px;
  }

  .atencao {
    padding: 40px 0;
  }

  .rodape {
    background-color: #D9D9D9;
    color: #333333;
    font-size: 16px;
    display: inline;
    padding: 45px 0;
  }

  .rodape .container-xl {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  /**PÁGINA DE RECIBO*/

  .bg-recibo {
    background-image: url('../img/bg_recibo.jpg');
    background-size: cover;
  }

  .headline-recibo {
    font-size: 34px;
    padding-top: 20px;
    margin-bottom: 10px;
  }

  .card-recibo {
    padding: 20px 150px;
    margin-bottom: 20px;
  }

  .msg-pagamento {
    font-size: 20px;
    margin: 20px 0 10px 0;
  }

  .msg-pagamento-bt {
    font-size: 20px;
    margin: 20px 0 0px 0;
  }

  .data-transacao {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
  }

  .msg-info {
    color: #00446A;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
  }

  .valor-recibo {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
  }

  .texto-recibo {
    font-size: 18px;
  }

  .recibo-pagamento li {
    flex-direction: row;
    align-items: start;
  }

  .recibo-pagamento li>div,
  .recibo-pagamento li>span {
    width: inherit;
  }

  .btn-site {
    font-size: 18px;
    padding: 15px 50px;
    margin: 0 0 30px 0;
  }

  hr{
  width: 876px;

}

