.logo-viejo-puerto {
  width: 120px !important;
  margin-bottom: 10px !important;
}
#hero_alt h1 {
  font-size: 35px !important;
}
#hero_alt .data h1 {
  max-width: 600px;
}
#hero_alt .btn {
  font-size: 20px;
  padding: 10px 40px;
}

@media screen and (min-width: 576px) {
  .logo-viejo-puerto {
    width: 150px !important;
    margin-top: 20px;
  }
  #hero_alt h1 {
    font-size: 45px !important;
  }
}

@media screen and (max-width: 768px) {
  #hero_alt .data {
    height: 80svh;
  }
}
.plan-container {
  position: relative;
  padding-top: 10px;
}

.plan-container-paso2-card {
  position: relative;
  padding-top: 35px;
  padding-bottom: 15px;
}

.tag-nuevo {
  background-color: #0096ff;
  color: white !important;
  font-size: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tag-nuevo-paso2-card {
  background-color: white;
  color: #062eb7 !important;
  font-size: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}
.text-plan-nivel {
  font-size: 18px;
}

#header_comparador {
  padding-top: 10px;
}
#comparador {
  padding-top: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 900px) {
  .tag-nuevo {
    font-size: 12px;
  }
  .tag-nuevo-paso2-card {
    font-size: 12px;
  }
}
