.card {
  background: var(--grey-color-1);
  padding: 70px 50px 70px;
  margin: 80px 80px 0 80px;
  border-radius: 60px 60px 0px 0px;
  display: flex;
}

#form-budget {
  width: 470px;
  display: flex;
  flex-direction: column;
}

#card-element-title {
  font-size: 50px;
  font-weight: 700;
  color: var(--red-color-1);
}

#card-element-text {
  font-size: 20px;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 35px;
  color: var(--red-color-1);
}

#form-budget input {
  width: -webkit-fill-available;
  border-radius: 50px;
  border: 2px solid var(--red-color-2);
  background: transparent;
  color: var(--red-color-2);
  font-size: 20px;
  padding: 22.5px;
  margin-bottom: 30px;
}

#form-budget input::placeholder {
  color: var(--red-color-2);
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(0.8) brightness(50%) sepia(100%) saturate(10000%)
    hue-rotate(20deg);
}

#form-budget .btn {
  width: 100%;
}

#img-client-budget {
  width: 530px;
  height: 530px;
  position: absolute;
  right: 130px;
}

@media (max-width: 950px) {
  /* formulario mobile */
  .home {
    margin-top: 115px;
    padding: 22.5px;
    flex-direction: column;
    align-items: center;
  }

  #form-budget {
    width: 100%;
  }

  #card-element-title {
    font-size: 30px;
    font-weight: 800;
    text-align: justify;
  }

  #card-element-text {
    font-weight: 700;
    text-align: justify;
  }

  #img-online-teacher {
    max-width: 100%;
    width: 350px;
    height: 350px;
    position: relative;
    right: 0;
    top: 10px;
  }

  /* card mobile */
  .card {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 25px 25px 0 0;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }

  #home-element-title {
    font-size: 30px;
    text-align: justify;
  }

  .home-elements {
    color: var(--white-color);
    margin: 40px 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-elements h2 {
    font-size: 17.5px;
    margin: 20px 0 10px;
    color: var(--grey-color-3);
    text-align: justify;
  }

  #slot-course-list {
    display: flex;
    flex-direction: row;
    padding: 0;
    font-size: 17.5px;
  }

  #slot-course-list ul {
    margin: 0 0 20px;
  }

  #slot-course-list ul li {
    margin: 5px 20px;
  }

  #img-client-budget {
    height: 350px;
    position: relative;
    right: 0;
    max-width: 100%;
  }
}
