﻿@charset "UTF-8";
.div-planos {
  padding: 20px 0;
  width: 100%;
}

button.card-plano {
  border: 1px solid #E4E4E4;
  width: 100%;
  outline: none;
  background: #fff;
  border: 1px solid #E6E6E6;
  padding: 0;
  margin-bottom: 15px;
}
button.card-plano.active .card-plano-body {
  border: 3px solid var(--imobbox-verde, #096);
}
button.card-plano.card-plano-desconto .card-plano-header {
  position: relative;
  color: white;
  background-color: red;
  padding: 8px;
}
button.card-plano.card-plano-desconto .card-plano-header span.somente-agora {
  font-size: 14px;
  margin-right: 5px;
}
button.card-plano.card-plano-desconto .card-plano-header div.img-alerta-desconto {
  display: inline-block;
  margin-bottom: -0.2rem;
  background-image: url(../../img/alerta-desconto.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 1.25rem;
  width: 1.25rem;
}
button.card-plano.card-plano-desconto .card-plano-header span.porcentagem-desconto {
  margin-left: 5px;
  font-weight: bold;
}
button.card-plano.card-plano-desconto .card-plano-body .preco {
  color: gray;
}
button.card-plano.card-plano-desconto .card-plano-body .preco-desconto {
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  display: block;
  margin-bottom: 6px;
}
button.card-plano.card-plano-desconto .card-plano-body .preco-desconto .por-valor {
  font-size: 25px;
  font-weight: bold;
}
button.card-plano.card-plano-desconto .card-plano-body .preco-desconto .no-primeiro-mes {
  font-size: 14px;
}
button.card-plano.card-plano-desconto .card-plano-body .info-simples {
  line-height: 18px;
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
button.card-plano.card-plano-desconto .card-plano-body .info-simples i.fa-check {
  margin-right: 5px;
}
button.card-plano .card-plano-body {
  transition: 0.25s;
  border: 3px solid transparent;
  padding: 20px 20px;
}
button.card-plano .card-plano-body h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  text-align: left;
}
button.card-plano .card-plano-body span.preco {
  font-size: 25px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  display: block;
  margin-bottom: 6px;
}
button.card-plano .card-plano-body .contratar-plano {
  height: 45px;
  width: 65%;
  margin: auto;
  background-color: #009966;
  color: white;
  padding-top: 9px;
  margin-top: 12px;
  font-weight: 600;
}
button.card-plano .card-plano-body .lista-beneficios-plano {
  /*background: #F7F7F7;*/
  padding: 16px;
  /*width: 285px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*margin: 10px 0;*/
}
button.card-plano .card-plano-body .lista-beneficios-plano .beneficio-plano {
  width: 100%;
  display: flex;
  /*margin: 10px 0;*/
  border-bottom: 1px solid lightgray;
}
button.card-plano .card-plano-body .lista-beneficios-plano .beneficio-plano .check-icon {
  height: 24px;
  min-width: 24px;
  width: 24px;
  margin: 15px;
  background-image: url(../img/icon_checkmark_2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
button.card-plano .card-plano-body span.caracteristica, button.card-plano .card-plano-body span.descricao {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  display: block;
  padding-bottom: 6px;
  padding-top: 8px;
  margin: auto 0;
}
button.card-plano .card-plano-body:hover {
  background: #f2f2f2;
}

.metodos-pagamento {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 25px 0;
}
.metodos-pagamento button.metodo {
  height: 100px;
  width: 150px;
  border: 1px solid #E4E4E4;
  outline: none;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  margin: 0 5px;
}
.metodos-pagamento button.metodo img {
  width: 36px;
  height: 36px;
}
.metodos-pagamento button.metodo span {
  margin-top: 15px;
}
.metodos-pagamento button.metodo.active {
  border: 3px solid var(--imobbox-verde, #096);
}
.metodos-pagamento button.metodo:hover {
  background: #f2f2f2;
}

.metodo-pagamento-dados {
  width: 100%;
}
.metodo-pagamento-dados.pix span.sub-titulo {
  margin-top: 0;
  font-size: 20px;
}
.metodo-pagamento-dados.pix #pix-qrcode {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.metodo-pagamento-dados.pix #pix-qrcode-dados p, .metodo-pagamento-dados.pix #pix-qrcode-dados span {
  color: black;
  font-weight: bold;
  text-align: center;
  margin-bottom: 7px;
}
.metodo-pagamento-dados.pix #ou-copie h4 {
  font-size: 20px;
}
.metodo-pagamento-dados.pix #ou-copie p {
  font-size: 12px;
  color: gray;
  margin-bottom: 5px;
}
.metodo-pagamento-dados.pix #ou-copie .input-container {
  margin-top: 15px;
  position: relative;
  width: 100%;
  height: 50px;
  cursor: pointer;
}
.metodo-pagamento-dados.pix #ou-copie input[type=text] {
  width: 100%;
  height: 100%;
  padding: 10px 60px 10px 10px;
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
  color: gray;
  font-weight: bold;
  cursor: pointer;
}
.metodo-pagamento-dados.pix #ou-copie button#copyButton {
  transition: 0.25s;
  position: absolute;
  height: 100%;
  padding: 0 5px;
  right: 0;
  bottom: 0;
  font-size: 16px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: white;
  color: #007bff;
  font-weight: 600;
  border: 2px solid #ccc;
}
.metodo-pagamento-dados.pix #ou-copie button#copyButton:hover {
  text-shadow: 0 0 1px gray;
}

.checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.checkbox-container input[type=checkbox] {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.checkbox-container input[type=checkbox]:checked {
  background-color: var(--imobbox-verde, #096);
  border: 1px solid #adb8c0;
  color: #99a1a7;
}
.checkbox-container input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 10px;
  position: absolute;
  top: 1px;
  left: 2px;
  filter: brightness(3);
}
.checkbox-container label {
  margin-left: 10px;
  cursor: pointer;
}
.checkbox-container label #spanTermosContrato {
  text-decoration: underline;
  font-weight: bold;
}
