.indicacao {
  background: url("../img/fundogarota.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.area-formulario {
  background: #fff;
  padding: 80px 45px;
  margin-top: -180px;
  margin-bottom: 60px;
  border-radius: 22px;
}
.btn-enviar-promocao {
  background-color: #219ebc;
  border: 0;
  font-size: 1.1rem;
  padding: 15px 25px;.anuncios
  margin-top: 20px;
  border-radius: 50px;
  font-weight: 200;
}
.btn-enviar-promocao:hover {
  background-color: #ffb703;
}
.rodape {
  margin-top: -100px;
}

.img-fluid,
.modal-dialog.cascading-modal.modal-avatar .modal-header,
.video-fluid {
  max-width: 100%;
  height: auto;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.overlay .mask {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.view .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.planos .col-lg-1 {
  padding-left: 4px;
  padding-right: 4px;
}
.img-select {
  text-align: center;
}
.plano {
  cursor: pointer;
  /*filter: grayscale(100%);*/
}
.plano:hover {
  /*filter: grayscale(0);*/
  background: #b4ddfc;
  transition: 0.3s;
}
input[type="radio"]:checked + label {
  /*filter: grayscale(0);*/
  background: #b4ddfc;
}
.plano {
  border-radius: 15px;
  padding: 0px 0px 0px;
  background: #eff2f5;
  margin: 10px;
}
.planos {
  margin-bottom: 50px;
}
.planos h3 {
  font-weight: 300;
}
.info-mega {
  margin-bottom: 0px;
}
.valor {
  font-weight: bold;
  font-size: 1.5rem;
}
.form-group label{
  font-size: 1.1rem;
  margin-bottom: 2px;
  font-weight: 300;
}
.escolha-plano{
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  gap: 20px;
}
.etiqueta {
  background: #389bf9;
  width: 100%;
  border-radius: 15px 15px 0 0;
  color: white;
  padding: 10px;
  font-size: 1.3rem;
}
.img-mega {
  width: 100px;
  margin-bottom: 20px;
}
.valor i {
  color: gray;
  font-weight: 300;
  font-size: 1rem;
}
.anuncios {
  background: #023047;
  padding: 120px 0 100px 0;
  display: flex;
}
.area-tv,
.area-tel {
  display: flex;
  flex-direction: column;
  background: #eff2f5;
  border-radius: 15px;
  padding: 16px;
  gap: 1.2rem;
  font-size: 1.22rem;
  font-weight: 200;
}
.area-tv div,
.area-tel div {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.img-anuncio {
  border-radius: 15px;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: -0px -26px;
}
.btn-anuncio {
  background: #495057;
  color: #fff;
  border-radius: 50px;
  padding: 8px;
  width: 150px;
  align-self: end;
  text-align: center;
}
.btn-anuncio:hover {
  background-color: #ffb703;
  color: #fff;
  text-decoration: none;
}
.area-anuncio {
  background: #023047;
  padding: 112px 45px;
  margin-top: -180px;
  border-radius: 22px;
}
.area-anuncio .row {
  justify-content: center;
}
.area-tel p,
.area-tv p {
  min-height: 88px;
}
.form-assinantes{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-assinantes .control-group{
  width: 495px;
}
.text-bonus{
  padding: 16px;
}
@media (max-width: 768px) {
  .escolha-plano {
    flex-direction: column;
  }
  .area-tv,
  .area-tel {
    margin: 1rem;
  }
  .area-tv div,
  .area-tel div {
    gap: 1rem;
  }
  .area-tel p {
    min-height: 0;
  }
  .form-assinantes .control-group{
    width: 100%;
  }
}
