.text-segunda-via {
  font-size: medium;
}

.img-icone-falta-de-energia {
  width: 150px;
  height: 150px;
}

.table-segunda-via-row {
  border-left: solid;
  border-left-color: #ee162d;
  background-color: lightgray;
  min-height: 65px;
}

.btn-segunda-via {
  background-color: #ee162d;
  text-transform: uppercase;
  color: white !important;
  min-width: 100px;
}

a.btn-segunda-via:hover,
a.btn-segunda-via:active,
a.btn-segunda-via:focus,
.btn-segunda-via:hover,
.btn-segunda-via:active,
.btn-segunda-via:focus {
  background-color: #ee162d;
  color: white;
}

a.disabled-link {
  pointer-events: none;
  cursor: default;
}

.banner-oferta-degustacao {
  background-image: url(../../images/conta-por-email/bg-banner-oferta-degustacao-dektop.png);
  background-size: cover;
  height: fit-content;
}

.card-opcoes-segunda-via {
  background-color: #f0f0f0;
}

.logo-banner-degustacao {
  max-width: 56px;
}

@media (max-width: 767px) {
  .text-segunda-via {
    font-size: small;
  }
  .table-segunda-via-row {
    margin: 5px;
  }
  .data-label-segunda-vida {
    font-weight: bold;
  }
}
@media (max-width: 320px) {
  .img-icone-segunda-via {
    width: 90px;
    height: 90px;
  }
  .table-segunda-via-row {
    margin: 0px;
  }
  .btn-segunda-via {
    min-width: 75px;
  }
}