#top {
  height: 50vh;
  background: url("../../img/vidaclass/background.jpg") no-repeat right;
  background-size: cover;
  color: #333333;
  font-weight: 500;
  text-shadow: 0px 0px 4px rgb(255, 255, 255);
  font-size: 1em;
}
#top strong {
  color: #07bebb;
  font-weight: 700;
  font-size: 1.3em;
}
#top p {
  color: #07bebb;
  font-weight: 700;
  font-size: 1.3em;
}
#top .content {
  padding-bottom: 15%;
  padding-right: 20%;
  white-space: pre-line;
}
.row.products {
  background-color: white;
  text-align: center;
  font-weight: 400;
  color: #363636;
  box-shadow: 0px 3px 26px #00000029;
  border-radius: 8px;
  position: relative;
  top: -7em;
  font-size: 0.8rem;
  padding: 1.5em 0;
}
#icons span {
  white-space: pre-line;
  color: #07bebb;
  font-weight: 600;
  margin-top: 15px;
}

.signature-essencial #icons span {
  white-space: pre-line;
  color: #00da98;
  font-weight: 800;
  margin-top: 15px;
  font-size: 13px;
}

#icons img {
  height: 40px;
  margin-bottom: 10px;
  margin-top: 30px;
}

#icons .iconEinstein img {
  height: 35px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.signature-essencial #icons img {
  height: 48px;
  margin-bottom: 10px;
  margin-top: 30px;
}

#buttons {
  font-weight: 600;
  font-size: 1.1em;
}
#buttons a {
  color: white;
}
#buttons #right {
  border-radius: 0 32px 32px 0;
  background: #07bebb;
  border-left: 2px solid white;
  padding: 1em;
}
#buttons #left {
  border-radius: 32px 0 0 32px;
  background: #088d8b;
  border-right: 2px solid white;
  padding: 1em;
}
.signature-platinum #buttons #left {
  background: #2879c0d7;
}

.signature-essencial #buttons #left {
  background: #31985a;
}

.signature-essencial #buttons #right {
  background: #00da98;
}

.signature-platinum #buttons #right {
  background: #004e92dc;
}

#details {
  text-align: center;
}
#details h3 {
  color: #07bebb;
  font-weight: 700;
}
.vcplatinum {
  color: #07bebb;
  font-weight: 700;
  font-size: 18px;
}

.vcessencial {
  color: #00da98;
  font-weight: 700 !important;
}

.details {
  background: white;
  box-shadow: 0px 2px 8px #00000011;
  border-radius: 8px;
  padding: 2em 0;
}
#details h5 {
  font-weight: 600;
  white-space: pre-line;
  text-align: center;
  color: #363636;
}
#details b {
  font-weight: 600;
}
#details img#smartphone {
  margin-left: 1em;
  margin-top: 2em;
  height: 27em;
  -webkit-filter: drop-shadow(0px 3px 26px #00000029);
  filter: drop-shadow(0px 3px 20px #00000029);
}
#details span {
  white-space: pre-line;
}
#details .item {
  background: #ffffff;
  box-shadow: 0px 2px 8px #00000011;
  border: 0.3px solid #00000011;
  border-radius: 13px 13px 0px 13px;
  padding: 1em;
  display: grid;
  grid-template-areas: "image plan plan price price";
}

#details .item.individual-fadesp,
#details .item.individual {
  width: 80%;
  border-left: 6px solid #b688ff;
  background: white url("../../img/post-its/purple.png") no-repeat right bottom;
  background-size: 20%;
  margin-top: 5em;
  cursor: pointer;
}
#details .item.family {
  width: 95%;
  border-left: 6px solid #adf597;
  background: white url("../../img/post-its/lightgreen.png") no-repeat right
    bottom;
  background-size: 20%;
  margin-top: 2em;
  cursor: pointer;
}
#details .item .image {
  grid-area: image;
  margin-right: 5px;
}
#details .item .image img {
  height: 60px;
}
#details .item .plan {
  font-weight: 600;
  color: #07bebb;
  white-space: pre-line;
  grid-area: plan;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 1.1em;
}

.signature-essencial #details .item .plan {
  font-weight: 700;
  color: #00da98;
  white-space: pre-line;
  grid-area: plan;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 1.1em;
}
#details .item .price {
  text-align: left;
  grid-area: price;
  display: flex;
  align-items: center;
  color: #363636;
  font-weight: 600;
  font-size: 0.9em;
  white-space: pre-line;
  font-size: 1.1em;
}

#details .product {
  margin: 1em;
  padding: 1em;
  padding-right: 3em;
  display: grid;
  grid-template-areas: "image content content content content";
  background: #ffffff;
  box-shadow: 0px 2px 8px #00000011;
  border: 0.3px solid #00000011;
  border-radius: 13px 13px 0px 13px;
  border-left: 6px solid #07bebb5c;
}

.signature-essencial #details .product {
  margin: 1em;
  padding: 1em;
  padding-right: 3em;
  display: grid;
  grid-template-areas: "image content content content content";
  background: #ffffff;
  box-shadow: 0px 2px 8px #00000011;
  border: 0.3px solid #00000011;
  border-radius: 13px 13px 0px 13px;
  border-left: 6px solid #00da98;
}

#details .image {
  grid-area: image;
  padding: 0 2em;
}
.product .image img {
  width: 3.5em;
}
#details .content {
  grid-area: content;
  text-align: left;
  font-size: 1em;
  font-weight: 500;
}
.layout-spacing section p {
  font-size: 1.2rem;
  font-weight: 600;
}
#options {
  font-size: 13px;
  margin: 0 10%em;
}

#premium-fadesp,
#platinum-fadesp,
#essencial,
#premium,
#platinum,
#insurance,
#woman {
  background-color: white;
  border-radius: 18px 18px 0 18px;
  box-shadow: 0 2px 13px #00000033;
  font-weight: 400;
  height: 300px;
}
.hassignature-postit {
  background-color: white;
  border-radius: 18px 18px 0 18px;
  box-shadow: 0 2px 13px #00000033;
  font-weight: 400;
  height: 100%;
}

#options #title {
  font-size: 1.2em;
  font-weight: 700;
  text-shadow: 1px 1px 1px #0000002b;
  background-color: #07bebb;
  color: white;
  border-radius: 18px 18px 18px 0px;
  padding: 0.5em;
  height: 2.5em;
}
#options #platinum #title {
  background-color: #004f92;
}
#options #insurance #title {
  background-color: #148e6d;
}
.title-options-platinum {
  font-size: 1.2em;
  font-weight: 700;
  text-shadow: 1px 1px 1px #0000002b;
  background-color: #004f92;
  color: white;
  border-radius: 18px 18px 18px 0px;
  padding: 0.5em;
  height: 2.5em;
}
.price-platinum {
  font-size: 1.5em;
  color: #004f92;
  font-weight: 700;
  margin: 1em 1em;
  top: unset;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  position: absolute;
}
.btn-platinum {
  border-radius: 30px;
  background-color: #004f92;
  color: #ffffff !important;
  font-weight: 700;
  border: none;
  padding: 10px 40px;
  font-size: 13px !important;
}

#options #essencial #title {
  background-color: #00da98;
}
#options .col-6 {
  padding: 5px;
}
#options h5 {
  margin: 1em 0;
  font-weight: 700;
  color: #07bebb;
}
ul {
  list-style-type: none;
}
#options #content ul {
  font-size: 16px;
  box-shadow: 0px 2px 8px #00000011;
  border: 0.30000001192092896px solid #bababa50;
  border-radius: 13px;
  width: fit-content;
  padding: 1em 3em 1em 1em;
  margin-top: 1em;
  margin-bottom: 3em;
  border-left: 5px solid #07bebb;
}
#options i {
  color: #07bebb;
}
#options #content a {
  font-weight: 600;
  font-size: 1.1em;
}
#options .post-it a {
  top: unset;
  margin: 1em 1em;
}
.actions a {
  font-weight: 600;
  font-size: 1rem;
  padding: 1em 4em;
  background-color: #07bebb;
  color: white;
  border-radius: 30px !important;
}
.actions li:nth-child(2) {
  display: none !important;
}
.circle.wizard .actions ul {
  justify-content: center !important;
}
.wizard > .actions {
  margin-bottom: inherit;
}
.family-control button {
  border: none;
  background: transparent;
}
.family-control button i {
  color: #07bebb;
  font-size: 1.3em;
}
.family-control button:disabled i {
  color: rgb(170, 170, 170);
}
#icons .col {
  padding: 0 10px !important;
}
.col#einstein span {
  color: #004f92;
}
#details h6 {
  color: grey;
  font-weight: 600;
}
#einstein-detail {
  margin: 1.2em 0;
  font-size: 0.7rem;
  color: rgb(29, 29, 29);
  font-weight: 500;
}
#platinum-fadesp .bt-vidaclass,
#platinum .bt-vidaclass {
  background-color: #004f92;
}
#insurance .bt-vidaclass {
  background-color: #148e6d;
}
.bt-modal {
  border-radius: 30px;
  padding: 15px 30px;
  background-color: #07bebb;
  color: #ffffff !important;
  font-weight: 700;
  border: none;
  font-size: 1rem;
}

#essencial .bt-vidaclass {
  background-color: #00da98;
}

#options #content .bt-vidaclass {
  font-size: 13px !important;
  padding: 10px 40px;
}
#options #content a {
  font-size: 1.5em;
  color: #07bebb;
  font-weight: 700;
}

#options #content a#price small {
  font-size: 13px;
  font-weight: 500;
}

#options #platinum-fadesp #content a#price,
#options #platinum #content a#price {
  color: #004f92;
}
#options #insurance #content a#price {
  color: #148e6d;
}

#options #essencial #content a#price {
  color: #00da98;
}

#best_choice {
  position: absolute;
  z-index: 2;
  top: -10px;
  right: -75px;
  text-align: end;
}

#best_choice_cooperapic {
  position: absolute;
  z-index: 9999;
  top: -10px;
  right: -50px;
  text-align: end;
}

.recurrences .col {
  margin: 5px 10px;
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 2px 8px #00000011;
  min-width: 150px;
}
.recurrences .col:hover {
  background: rgba(255, 255, 255, 0.322);
}
.recurrences .col span {
  font-weight: 500;
  font-size: 0.8em;
  color: #444;
}
.recurrences .bt-vidaclass {
  padding: 8px 30px;
  font-size: 1.2em;
  font-weight: 600;
}
.recurrences a.col .title {
  color: #333;
}
.recurrences a.col .description {
  color: #444;
  font-weight: 500;
  font-size: 1.1em;
}
.signature-platinum .recurrences .bt-vidaclass {
  background-color: #0056b3;
}
.signature-platinum #details h3 {
  color: #0056b3;
}

.signature-essencial #details h3 {
  color: #00da98;
  font-weight: 800;
}

@media (min-width: 1600px) {
  #details img#smartphone {
    margin-top: 2em;
    height: 33em;
  }
  .details {
    padding: 2vw 5.5vw;
  }
  #details .item.individual {
    margin-top: 5vw;
  }

  .signature-essencial #details img#smartphone {
    margin-top: 2em;
    height: 37em;
  }
}

.post-it#content p {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 110px;
}

.partner-178 .recurrences .col {
  max-width: 250px;
}

#selo_cashback {
  position: absolute;
  right: -30px;
  top: -20px;
  width: 80px;
  z-index: 3;
}

#buttons #sideEdges {
  border-radius: 32px 32px 32px 32px;
  background: #088d8b;
  border-right: 2px solid white;
  padding: 1em;
}

.signature-premium #buttons #sideEdges {
  background: #088d8b;
}

.signature-platinum #buttons #sideEdges {
  background: #2879c0d7;
}

#options #platinum-fadesp #title {
  background-color: #004f92;
}

.text-pink {
  color: #dc4481 !important;
}
.bg-pink {
  background-color: #dc4481 !important;
}

/* #options .premium-fadesp #title {
  background-color: #07bebb;
}  */
