body {
  font-family: "Roboto", sans-serif;
}
p {
  font-weight: 300;
}
h1 {
  font-size: 2.4rem;
  font-weight: 300;
  padding-right: 500px;
}
h3 {
  font-size: 1.8rem;
  font-weight: 300;
}
small,
small a {
  color: #666;
  font-size: 0.87rem;
}
small a:hover {
  color: #6c4598;
}
.bg-purple {
  background-color: #6c4598;
}
.bg-grey {
  background-color: #f2f2f2;
}
.text-purple {
  color: #6c4598;
}
a.text-purple:hover {
  opacity: 0.7;
  color: #6c4598;
}
.btn-primary {
  background-color: #6c4598 !important;
  border: none;
  font-weight: 500;
  transition: 0.3s;
}
.btn-primary:hover {
  background-color: #59377d !important;
  box-shadow: 0 0 12px rgba(108, 69, 152, 0.4);
}
.btn-detail,
.btn-detail:hover {
  color: #6c4598;
  border-bottom: 3px solid #6c4598;
  border-radius: 0;
}
.btn-secondary {
  background-color: #cb2166 !important;
  border: none;
  font-weight: 400;
  transition: 0.3s;
  border-radius: 0;
  padding: 10px;
}
.btn-secondary:hover {
  background-color: #cb2166 !important;
  box-shadow: 0 0 12px rgba(203, 33, 102, 0.4);
}
.modal input,
.modal input::placeholder {
  font-size: 1.1rem;
}
.modal-backdrop {
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: .9;
}
.br-responsive {
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-check-input:checked {
  background-color: #6c4598;
  border-color: #6c4598;
}
.form-control:focus {
  color: #212529;
  background: #fff;
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 0 5px 1px rgba(108, 69, 152, 0.4);
}
.btn-link,
.btn-link:hover {
  color: #6c4598;
}
.text-success {
  color: #000 !important;
  text-decoration: underline;
}
.border-purple {
  border-bottom: 4px solid #6c4598;
}
.text-sm,
.text-sm a {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 0.7rem;
}


:root {
  --vivo: #660099;
}
.navbar .nav-link {
  color: #6c757d;
  font-weight: 600;
  padding: 0 0.5rem;
}
.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--vivo);
}
.navbar-brand img {
  display: block;
}
.location-popover {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  width: 320px;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  z-index: 1050;
}
@media (max-width: 575.98px) {
  .location-popover {
    right: -1rem;
    width: calc(100vw - 2rem);
  }
}

/* Cards de oferta*/
#plans-container .card {
  box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}
#plans-container .plan-card__badge,
#banner-top .plan-card__badge {
  background: #660099;
  color: #fff;
  text-transform: uppercase;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 0.25rem;
}
#plans-container .plan-card__badge p,
#banner-top .plan-card__badge p {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 0.87rem;
  font-weight: 400;
}
#plans-container .plan-card__badge svg,
#banner-top .plan-card__badge svg {
  padding-left: 5px;
}
#plans-container .plan-card__speed {
  font-size: 2rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
}
#plans-container .plan-card__speed svg,
#banner-top .plan-card__speed svg {
  padding-right: 5px;
}
#plans-container .plan-card__price--from,
#banner-top .plan-card__price--from {
  margin: 0;
  text-decoration: line-through;
  color: #666;
  font-size: 0.87rem;
}
#plans-container .plan-card__price--to {
  margin: 0;
  font-size: 1.5rem;
  padding-bottom: 10px;
  font-weight: 300;
}
#plans-container .plan-card__details {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#plans-container .plan-card__details button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  padding-top: 20px;
  font-weight: 300;
}
#plans-container .plan-card__details ul li {
  font-weight: 300;
}
#plans-container .plan-card__details svg {
  padding-left: 5px;
}
#plans-container .plan-card__brand {
  padding-top: 10px;
}
#plans-container .icon {
  vertical-align: middle;
}

/* Banner */
#banner-top p,
#banner-top .plan-card__speed,
#banner-top .plan-card__price--from,
#banner-top .plan-card__price--to {
  font-weight: 600;
}
#banner-top .plan-card__speed {
  font-size: 3rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
}
#banner-top .plan-card__price--to {
  margin: 0;
  font-size: 2.2rem;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  text-decoration: none;
}
#banner-top .plan-card__price--from {
  color: #000;
  font-weight: 300;
}
#banner-top .banner-perks {
  list-style: none;
  padding-left: 0; 
  margin-bottom: 20px;      
}
#banner-top .banner-perks li {
  font-size: 1.2rem;
  position: relative;
  padding-left: 1.5rem; 
}
#banner-top .banner-perks li::before {
  content: "✔";           
  position: absolute;
  left: 0;
  top: 0;
}

#plans-container {
  align-items: flex-start !important;
} 
#plans-container > .col {
  display: block;
}
.plan-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.plan-card .card-body {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 1.25rem;
}
.plan-card__content {
  display: grid;
  grid-template-rows: auto 1fr auto auto auto;
  min-height: var(--card-content-min, 300px);
}
.plan-card__note {
  grid-row: 3;
}
.plan-card__cta {
  grid-row: 4;
}
.plan-card__details {
  grid-row: 5;
}
.plan-card__prices {
  min-height: 4rem;
  display: flex;
  justify-content: end;
  flex-direction: column;
} 
.plan-card__cta .btn {
  width: 100%;
}
.plan-card__badge {
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateY(-35%);
  z-index: 2;
  pointer-events: none;
}
.plan-card__details {
  padding-top: 0.5rem;
}
.plan-card__details .collapse,
.plan-card__details .collapsing {
  margin-top: 0 !important;
  overflow: hidden;
}
.plan-card__details .collapse > :first-child {
  margin-top: 0 !important;
}
.plan-card__details .collapse > :last-child {
  margin-bottom: 0 !important;
}
.plan-card__details .collapse .plan-card__perks {
  margin: 0 !important;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.plan-card__perks__icons{
  display:flex;
  flex-direction: row;
}
.plan-card__perks__icons img{
  padding:0 2px;
}
.plan-card__installation p{
  border-top:1px solid #dee2e6;
  border-bottom:1px solid #dee2e6;
  padding:10px 0;
  font-weight: normal;
}
.plan-card__highlights {
    min-height: 140px; 
}
.plan-card__highlight-top {
    font-size: 0.95rem;
    color: #555;
}
.plan-card__highlight-bottom {
    background: #f8f8f8;
    border-radius: 6px;
    padding: 6px 10px;
}
.plan-card__highlight-bottom img {
    border-radius: 4px;
}

#formStep0 .fs-1{
  font-size:1.1rem !important;
}
#formStep0 #endereco:not(:empty) {
  display: block;  
  border: 3px solid #6c4598;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 30px 0;
  text-decoration: none;
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  h1 {
    padding-right: 0;
  }
  .h-custom {
    min-height: 200px;
  }
  .modal h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    gap: 0.75rem;
    margin-left: 0.25rem;
  }
  .h-custom {
    min-height: 680px;
  }
  .modal h3 {
    font-size: 1.5rem;
    font-weight: normal;
    padding-right: 70px;
  }
  .br-responsive {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
  }
}

@media (min-width: 1200px) {
  .h-custom {
    min-height: 540px;
  }
}
