<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.plans_title
{
  display: flex;
  justify-content: center;
}

.plans_content
{
  max-width: 1220px;
  width: 100vw;
  margin: 0 auto;
  padding: 2vw 0 5vw 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  color: white;
}

.prata, .ouro
{
  width: 420px;
  height: 740px;
  background-size: cover;
  overflow-y: auto;
}

.prata
{
  background-image: url("../images/planos/BG.png");
}

.ouro
{
  background-image: url("../images/planos/Grupo 54.png");
}

.bold
{
  font-size: 1.4rem;
}

.price
{
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}

.text_center
{
  text-align: center;
  padding: 3rem;
  padding-bottom: 0.5rem;
}

.text_left
{
  text-align: left;
  padding: 3rem;
  padding-bottom: 0.5rem;
  overflow-y: auto;
}

.white:link { text-decoration: none; }

.white:visited { text-decoration: none; }

.white:hover { text-decoration: none; }

.white:active { text-decoration: none; }

.white
{
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  color: #0368f1;
  font-weight: bold;
  background-color: white;
  padding: 5%;
  border-radius: 30px;
}

.ctUnitBene
{
  line-height: 1.5;
}

.bene_item
{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 3rem;
}

.bene_img
{
  margin-top: 3px;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  object-fit: contain;
}
</pre></body></html>