.header-curso {
  width: 5120px;
  max-width: 100%;
  margin: 0 auto 0 0;
  box-sizing: border-box;
  position: relative;
}
.header-curso #cursoBanner{
  background-repeat: no-repeat;
  background-size: cover;
  padding:40px 0;
  /*background-position:center;*/
}
}
.header-curso .header-curso-banner {
  height: 660px;
  padding: 60px 20px;
  box-sizing: border-box;
  display: none;
  animation-name: bannerFade;
  animation-duration: 600ms;
}
.header-curso .header-curso-banner.banner-active {
  display: block;
}
.header-curso .header-curso-banner .header-curso-banner-wrapper {
  width: 1100px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fdfdfd;
  padding:20px 0 0;
  z-index:9;
  position:relative;
}
.curso-banner-content {
  width: 570px;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 30px 0;
}
.header-curso span.area {
  border: 1px solid #fdfdfd;
  border-radius: 2px;
  padding: 3px 15px;
  font-size: 16px;
  display: block;
  width: fit-content;
}

.header-curso h1 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: Bold;
  margin: 20px 0 15px;
}
.header-curso p.curso-banner-content-txt {
  font-size: 16px;
  line-height: 1.4em;
}
.header-curso p.curso-banner-content-txt strong,
.header-curso p.curso-banner-content-txt span {
  color: var(--primary);  
}
a.slider-home-banner-content-cta {
  color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 2px 40px rgb(6 1 11 / 26%);
  border-radius: 24px;
  padding: 10px 20px;
  display: inline-block;
  width: fit-content;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s linear all;
  margin:10px 10px 0 0;
  background-size: 200%;
  background-position: 50% center;
}
a.slider-home-banner-content-cta:hover {
  background-position: left;
}
.header-curso a.cta-whats-mensalidade {
  margin-right: 10px;
  text-decoration: none;
}
/*
.content-form {
  color: #fdfdfd;
}

.content-form input{ 
  background: #DBDBDD;
  border: 0;
  border-radius: 4px;
  backdrop-filter: blur(20px);
}

.content-form input.hs-button.primary.large {
  color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 2px 40px rgb(6 1 11 / 26%);
  border-radius: 24px;
  padding: 10px 20px;
  display: inline-block;
  width: fit-content;
  font-weight: 600;
  border: 0;
  text-decoration: none;
  transition: .2s linear all;
  margin: 10px 10px 0 0;
  background-size: 200%!important;
  background-position: 50% center;
  background: linear-gradient(27deg,var(--secondary) 0%,var(--primary) 49%,var(--primary) 100%);
  background-size: 200%;
  background-position: 50% center;
}
.content-form input.hs-button.primary.large:hover{
  background-position: left;
}
*/

.banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0c183347;
    background: rgb(12,24,51);
    background: radial-gradient(circle, rgba(12,24,51,0.196516106442577) 0%, rgba(12,24,51,1) 86%, rgba(12,24,51,1) 88%););
}

@media only screen and (max-width: 900px) {
  .header-curso h1 {
    font-size: 32px;
  }
  .header-curso p.curso-banner-content-txt{
    color:#fff;
    font-size:18px;
    line-height:23px;
  }
  .curso-banner-content {
    max-width: 90%;
    margin: 0 auto;
  }
  .header-curso #cursoBanner{
    background-position:center;
  }
}
@media only screen and (max-width: 500px) {
  .header-curso a.cta-whats-mensalidade, .header-curso a.cta-matricula-curso {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@keyframes bannerFade {
  from {opacity: 0;}
  to {opacity: 1;}
}