.banner {
  height: 900px;
  position: relative;
}
.banner-program {
  background-image: url("/images/header_program.png");
  height: 574px;
  background-size: cover;
  background-position: center;
}
.content-banner {
  position: absolute;
  top: 55%;
  left: 25%;
  color: white;
  border-radius: 8px;
  width: 50%;
  height: 222px;
  background-color: #4caf4f;
  z-index: 1;
}

.text-title {
  font-size: 26px !important;
}

@media (max-width: 768px) {
  .content-banner {
    left: 5%;
    width: 90%;
    top: 15%;
    height: auto;
  }

  .text-title {
    font-size: 16px !important;
  }

  .banner-program {
    background-image: url("/images/header_program.png");
    height: 185px;
    background-size: cover;
    background-position: center;
  }

  .banner {
    height: 370px;
    position: relative;
  }

  .title-banner {
    font-size: 18px !important;
  }
  .footer-banner {
    position: relative;
    background: #263238;
    height: 236px !important;
    color: #fff;
    padding-top: 30px !important;
    margin-bottom: 20px;
  }

  .btn-banner {
    border: 2px solid white;
    border-radius: 4px !important;
    background: #ffffff33;
    color: white;
    font-weight: 500;
    font-size: 14px !important;
    padding: 4px 12px !important;
  }

  .text-banner-1 {
    font-size: 14px !important;
  }
}

.title-banner {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.3 !important;
}

.btn-banner {
  border: 2px solid white;
  border-radius: 8px;
  background: #ffffff33;
  color: white;
  font-weight: 500;
  font-size: 22px;
  padding: 10px 20px;
}

.footer-banner {
  position: relative;
  background: #263238;
  height: 340px;
  color: #fff;
  padding-top: 170px;
}

.header-content-program {
  background: #1b5e1f;
  color: #fff;
}

.text-content-program {
  font-size: 16px;
  font-weight: 300;
  color: #4d4d4d;
  line-height: 28px;
}
