.bg-connectivity {
    background-image: url('../build/frontend/images/mucho-internet-2.png');
    background-position: top !important;
}
.pack-item .plan-icon-internet {
    background-image: url('../build/frontend/images/plan-icon-internet.04ae2b1b.png');
}
.pack-item-disabled {
  opacity: 0.3;
}
.connectivity-address-form {
  border-radius: 30px;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group label {
  height: 3.125rem;
  padding: .75rem;
}

.form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:-ms-input-placeholder) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:-webkit-autofill ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .form-label-group label {
    position: static;
  }

  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

.pack-item .pack-promo {
    position: absolute;
    height: 60px;
    width: 100%;
    background: #fff;
    border: 3px solid #7d9fff;
    border-radius: 14px;
    margin-top: -53px;
    z-index: -1;
    left: 0;
    padding: 6px 20px;
    font-size: .8em;
    color: #7d9fff;
}

.pack-wrapper-item {
    padding-top: 30px;
}
.pack-wrapper-item:last-child{
    min-width: auto !important;
}

section.hero-split {
    font-family: "Baloo 2", sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    min-height: 500px;
    padding: 20px 20px;
}

section.hero-split h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
}

section.hero-split .pack-promo {
    margin: 10px 0 5px;
}

section.hero-split .pack-promo span {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 15px;
    background-color: #f54748;
    color: #fff;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
}

section.hero-split .pack-name-information {
    padding: 20px;
    background-color: #7d9fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

section.hero-split .pack-name-information p {
    color: #cdeef9;
    font-size: 20px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    line-height: 24px;
    margin-bottom: 0;
}

section.order-forms p.subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #f54748
}

section.order-forms h2.title {
    color: #f54748;
    margin-bottom: 50px;
}

section.order-forms div.content {
    border: 2px solid #f54748;
    padding-bottom: 10px;
    border-radius: 20px;
    margin-bottom: 30px;
}

section.order-forms tr.order-table-total-row {
    border-top: 2px solid #f54748;
}

section.order-forms div.form {
    padding: 0 20px 20px 20px;
}

section.order-forms div.form.no-title {
    padding-top: 30px;
}

section.order-forms div.content div.red {
    padding: 10px 15px;
    margin-bottom: 20px;
    background-color: #f54748;
    text-align: center;
    border-radius: 18px 18px 0px 0px;
}

section.order-forms div.content div.white {
    padding: 10px 15px;
    background-color: #fff;
    text-align: center;
    border-radius: 18px 18px 0px 0px;
    border-bottom: 2px solid #f54748;
}

section.order-forms div.content div.red h3 {
    margin: 0;
    padding: 0;
    color: #fff
}

section.order-forms div.content div.white h3 {
    margin: 0;
    padding: 0;
    color: #f54748;
}

section.order-forms div.content div.form h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

section.order-forms div.content div.form h3:first-of-type {
    margin-top: 0px;
}

section.order-forms div.content p {
    padding: 10px
}

section.order-forms div.content p.subtitle {
    text-align: center;
    margin-bottom: 0
}

section.order-forms div.content button {
    margin: 10px 0;
    max-width: fit-content;
    width: fit-content
}

section.order-forms input.form-control {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
}

.three-steps {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .three-steps{
        zoom: 0.75;
        -moz-transform: scale(0.75);
    }
}