header#header_capa .navigation_menu{
  color: #64748b;
}
header#header_capa{
  /* background-color: #f1f5f9 !important; */
}


#introduction{
  position: relative;
  width: 100%;
  z-index: 0;
  /* background-color: #F1F5F9; */
}
#introduction .content-introduction{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#introduction .content-introduction h1{
  max-width: 870px;
  margin-top: 0px;
  padding: 0px;
  font-size: 46px;
  line-height: 120%;
  font-weight: 700;
  color: transparent;
  background-image: linear-gradient(107deg, var(--color-main-dark), var(--color-main));
  background-clip: text;
  -webkit-background-clip: text;
}
#introduction .content-introduction p{
  max-width: 770px;
  font-size: 18px;
  font-weight: 400;
  color: #64748b;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px;
  line-height: 165%;
}


#plans {
  background-color: #ffffff;
  border: none;
}
.container-content-card-plan{
  box-shadow: 0px 0px 4px 0px #00000042;
}
.header_card_plan{
  font-weight: 700 !important;
}
@media(max-width:1024px){
  .header_card_plan{
    font-size: 18px;
  }
  .container_economize_mais span{
    font-size: 13px;
  }
  .container_description_select p{
    font-size: 14px;
  }
}
@media(max-width: 768px){
  .content-introduction h1{
    font-size: 34px;
  }
}
@media(max-width: 280px){
  .content-introduction .button-default-1{
    width: 100%;  
  }    
  .row-content{
    font-size: 14px;
  }
}
@media (max-width: 1200px){
  .header_card_plan{
    font-size: 18px;
  }
  .container_economize_mais span{
    font-size: 13px;
  }
  .box_desconto{
    font-size: 11px;
    padding: 2px 8px;
  }
  .button_buy_plan button{
    min-width: 128px;
    height: 42px;
    padding: 0px 40px;
    font-size: 14px;
  }
  .monthly_value{
    font-size: 24px !important;
  }
}
@media(max-width: 1023px){
  .container_discount{
    margin-top: 0px !important;
  }
  .container_card_plan{
    padding: 0px !important;
  }
  .align_card_plan{
    margin-top: 24px;
  }
  .container_img_banner{
    margin-top: 0px;
  }
  .img_align{
    margin-top: 20px;
    height: 130%;
  }
  .container_wave{
    bottom: -2px;
  }
  .title_high_skills h2{
    text-align: center;
  }
  .title_col , .title-content{
    display: none;
  }
}
@media (max-width: 768px){
  .header_card_plan{
    font-size: 18px;
  }
  .itens_pacote{
    font-size: 14px;
  }
  .title_high_skills h2{
    font-size: 22px;
    line-height: 120%;
  }
  .text_high_skill{
    font-size: 14px;
  }
  .show_name_plans{
    font-size: 18px;
  }
}
@media(max-width: 614px){
  .container_description_select{
    margin-bottom: 0px !important;
  }
}
@media(max-width:570px){
  .content-introduction h1{
    font-size: 30px;
  }
}
@media(max-width: 550px){
  .img_align{
    max-height: 350px;
  }
}
@media(max-width:500px){
  .content-introduction h1{
    font-size: 26px;
  }
  .content-introduction p{
    font-size: 16px;
  }
}
@media(max-width:435px){
  .content-introduction h1{
    font-size: 22px;
  }
  .content-introduction p{
    margin-top: 10px;
    font-size: 14px;
  }
}
@media(max-width: 375px){
  #introduction{
    padding-bottom: 0px;
  }
  .title_introduction h1 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 10px;
  }
  .container_img_banner{
    height: max-content;
    max-height: 250px;
  }
  .img_align{
    position: relative;
    margin-top:25px;
    height:100%;
  }
}
@media (max-width: 280px){
  #introduction{
    padding-bottom: 0px;
    max-height: 117vh;
  }
  .title_introduction > span{
    font-size: 14px;
  }
  .title_introduction h1 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 10px;
  }
  .mini_box_exclusivo{
    width: 110px;
    height: 110px;
  }
  .button_buy_plan button{
    min-width: 200px;
    height: 42px;
  }
  .show_name_plans{
    font-size: 15px;
  }
}
@media (max-width: 613px){
  .container_description_select{
    display: none;
  }
  .container-content-card-plan{
    min-height: max-content !important;
  }
  .container_economize_mais{
    margin-bottom: 34px !important;
  }
}
@media (min-width: 340px) AND (max-width:613px){
  .header_card_plan{
    font-size: 20px;
  }
  .container_description_select p{
    font-size: 16px;
  }
  .monthly_value{
    font-size: 24px;
  }
}


.container_card_plan {
  padding: 20px 0px;
  overflow: visible;
  user-select: none;
}
.container-content-card-plan {
  width: 100%;
  min-height: 320px;
  border: 2px solid transparent;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.container-content-card-plan:hover {
  box-shadow: 0px 0px 10px 1px #00000023;
}
input[type='radio']:checked~.container-content-card-plan {
  border-color: var(--color-main);
}

.header_card_plan {
  padding: 0px;
  padding-left: 30px;
  display: flex;
  line-height: 100%;
  align-items: center;
  color: #333333;
}
.header_card_plan .ball-check {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  border: 2px solid var(--color-main);
  border-radius: 50%;
}
.header_card_plan .ball-check::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  background-color: var(--color-main);
  border-radius: 50%;
  opacity: 0;
  display: block;
}
input[type='radio']:checked~.container-content-card-plan .ball-check::before {
  opacity: 1;
}

.container_economize_mais {
  padding: 0px 0px 0px 30px;
  margin: 5px 0px 33px;
  display: block;
}
.container_economize_mais span {
  background-color: transparent;
  text-align: left;
  color: #787878;
  padding: 0px;
  font-weight: 400;
}
.container_economize_mais::after {
  content: "";
  position: absolute;
  left:0px;
  margin-top: 40px;
  width: 100%;
  border-bottom: 1px solid rgb(205, 216, 223);
}

.container_description_select{
  width: 100%;
  min-height: 75px;
  margin-bottom: 18px;
  color: #333333;
  font-weight: 600;
  white-space: normal;
}

.text-value {
  color: #787878;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom:2px
}

.monthly_value {
  color: rgb(46, 147, 238);
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 2px 0px 12px;
  white-space: nowrap;
  text-align: left;
}
.old-value {
  color: #676767;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 2px;
  text-shadow: 0px 0px 0px;
}
.old-value span {
  text-decoration: line-through;
}

.new-value {
  color: #676767;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 16px;
  text-shadow: 0px 0px 0px;
  white-space: normal;
}
.new-value strong {
  color: #333333;
  text-shadow: none;
}
.button_ass_plan{
  width: 100%;
  max-width: 300px;
  padding: 14px 14px 12px;
  background-color: var(--color-main);
  border-radius: 6px;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}
.button_ass_plan:hover{
  background-color: var(--color-main-dark);
}

#features{
  background-color:#f4f5f7;
}
.card_item_description{
  width: 380px;
  max-width: 100%;
  height: 100%;
  display: inline-block;
  padding:25px 27px;
  padding-bottom:7px;
  box-shadow: 2px 2px 6px 1px #00000018;
  background-color: #ffffff;
  border-radius: 6px;
}
.align_top_description{
  display: flex;
  align-items: center;
}
.box_icon_card_pq{
  width: 42px;
  height: 42px;
}
.box_icon_card_pq svg{
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.align_top_description span{
  display: inline-block;
  margin-left:10px;
  color:var(--subtitle-color);
  font-size:16px;
  font-weight: 500;
}
.container_text_card_pq{
  width: 100%;
  margin-top:10px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  text-align: left;
}
@media(max-width:375px){
  .container_text_card_pq{
    font-size: 14px;
  }
}