
.plan-toggle { display:flex; gap:8px; justify-content:center; }
.plan-toggle button { padding:8px 16px; border:1px solid #ccd; border-radius:999px; cursor:pointer; }
.plan-toggle button.active { background: var(--blue4); color:#fff; border-color: var(--blue4); }

.pi-header{
  display:flex; align-items:center; justify-content:space-between; gap:24px;
}

.segmented{
  display:inline-flex; gap:6px; padding:6px;
  background:#f3f5fb; border-radius:999px;
  box-shadow: inset 0 0 0 1px #e3e7ef;
}

.seg-btn{
  border:0; outline:0; cursor:pointer;
  background:transparent;
  padding:10px 22px; border-radius:999px;
  font-weight:600; color:#5b6275;
}

.seg-btn.active{
  background:#fff; color:#111827;
  box-shadow:0 1px 2px rgba(0,0,0,.06);
}

.seg-badge{
  margin-left:8px; font-size:12px; font-weight:700;
  background:#1e90ff; color:#fff;
  padding:4px 8px; border-radius:999px;
}

@media (max-width: 768px){
  .pi-header{ flex-direction:column; align-items:flex-start; }
}

#planos h2{
	font-size: 36px !important
}

section#planosEmpresarial {
	background:var(--cinza2);
}

#planosEmpresarial h2{
	font-size: 36px !important
}
		
.nDivPlano h3 {
	font-family: "Open Sans", Sans-serif !important;
	font-size: 24px !important;
	font-weight: 600 !important;
	color: black;
	margin-bottom: 1.5rem;
	text-align: center;
}

.nDivPlano p{
	font-size: 15px !important;
}

.atrNome {
	float:left;
	font-size:11px;
	font-weight:400;
}
.atrNome2 {
	margin-top: 5px;
	float:left;
	font-size:11px;
	font-weight:400;
}

.subtitulo {
	text-align: start;
	float:left;
	font-size:12px;
	font-weight:800;
	margin-bottom: 8px;
}

.card {
  background-color: #f0f4ff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  margin-bottom: 8px;
}

.destaque .card {
  background-color: #0047b3;
  border: 1px solid #003d99;
  color: white;
}

.plus .card {
  background-color: #001f3f;
  border: 1px solid #001f4d;
  color: white;
}

.atrAtr {
	float:left;
	font-size:11px;
	font-weight:800;
}

.atrAtrE {
	float:right;
	font-size:11px;
	font-weight:800;
}

.atrTodo {
	clear:both;
	min-height:30px;
}

.atrTodo .linha {
	height: 2px;
	background: #bdbdbd;
	margin: 12px 0;
	width: 100%;
}

.valorDireita {
	width:178px;
	float: right;
	margin-top: -102px;
	position:relative;

}
.valorDe {
	font-weight:bold;
	position:relative;
}

.valores {
	margin-top:70px;
	color: black;
}

.destaque .valores{
	color: white;
}

.valores .antigo{
	display:flex;
	position:relative;
}
.valores .valoresDe{
	display: flex;
	align-items: center;
}
.valores .antigo .valoresDe p{
	margin:0 0.75rem 0 0;
	font-weight:normal !important;
	font-size: 24px !important;
	white-space: nowrap;
}

.valores .antigo .valoresDe2 p{
	margin:0.3rem 0 0 2.75rem;
	font-weight:normal !important;
	font-size: 24px !important;
	white-space: nowrap;
}

.valoresDe2{
	margin-top: 6px;
}

.valores .antigo .valorReal{
	font-weight:normal !important; 
	font-size:24px;
	width: 96px;
}
.valores .antigo .valorCentavo{
	font-weight:normal;
}
.valores .novo{
	display:flex;
	position:relative; 
	justify-content:center; 
	margin-bottom:0;
	margin-top: -2rem;
}

.valoresDe{
	margin-right: 5px;
}

.valores .novoValoresDe p{
	margin:0 2rem 0 0;
	font-weight:bold;
}

.valores .novo .valorReal{
	text-decoration:none; 
	font-weight:bold; 
	font-size:90px;
}

.valores .novo .valorReal2{
	text-decoration:none; 
	font-weight:bold; 
	font-size:80px;
}

.valores .novo .valorCentavo{
	text-decoration:none; 
	font-weight:normal !important; 
	font-size:16px !important;
	margin-top: 80px !important;
}

.valores .novo .valorCentavo2{
	text-decoration:none; 
	font-weight:normal !important; 
	font-size:16px !important;
	margin-top: 70px !important;
}

.valores .mensal{
	right: -2px;
}
.mensal {
	position: absolute;
	right: 0;
	bottom: 28px;
}
.botao {
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #FFFFFF;
	border-radius: 24px;
	opacity: 1;
	background: #4db5fd;
	color:#31465D;
	font-weight:bold;
		padding: 10px 20px 10px 20px;
}
.botao:hover{
	background:#c1fffc;
	color:black;
}

.btnBuy {
	margin-top: -0.5rem;
}

.btnBuy2 {
  background: #00FFF7;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 1;
  width: 100%;
  margin-bottom: 10px;
}

a.btnBuy2:hover {
	color:#000 !important;
}

.item {
	max-width: 320px !important;
}

.itemEmpresarial {
	max-width: 320px !important;
}

.nDivPlano {
	margin-right:20px;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	min-width: 300px;
	padding: 21px;
	padding-bottom:40px;
	position: relative;
	background-color: var(--white);
	color: var(--blue1);
}

.destaque {
	background-color: #1e90ff !important;
	color: var(--white);
}

.plus{
	background-color: #011766 !important;
	color: var(--white);
}

.destaque h3 {
	color: var(--white);
}
.vl1 {
	font-size: 32px;
	float: left;
	text-decoration: line-through;
}
.vl2 {
	font-size: 15px;
		margin-left: -10px;
		float: left;
		margin-left: 1px;
		text-decoration: line-through;
}
.btnVermaisPlano {
	clear:both; text-align:left; font-size:11px; margin-top:15px;
}

.destaque .iconCheck {
	color: var(--white);
}
.destaque .iconCheck2 {
	color: var(--yellow);
}
.destaque .btnVermaisPlano a {
	color: #FFF !important;
}
.iconCheck {
	color: #4DB5FE;
}