#plans{
  background-color: #ffffff ;
  border: none ;
}
@media(min-width:1024px){
  .container-fixed{
    width: 18% !important;
  }
  .container-plans{
    width: 82% !important;
  }
}
@media (max-width:767px){
  .arrow-next,
  .arrow-prev{
    display: none;
  }
}
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;
}
.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;
}
.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%;
}
#introduction .transition-sections{
  background-image: linear-gradient(to bottom, #f5f7f9 50%, var(--color-main) 50%);
}
#institucional_resume{
  width: 100%;
  background-color: var(--color-main);
}
.title_high_skills h2{
  margin: 0;
  font-size: 34px;
  color: #ffffff;
  font-weight: 700;
}
.container_items_high_skills{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container_icon_high_skills{
  padding-right:6px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text_high_skill{
  margin-left: 10px;
  color: #ffffff;
  font-weight: 300;
}
.text_high_skill span{
  font-weight: 600;
}
#planos-diferenciais{
  margin: 60px 0px;
}
.content_differentials{
  display: flex;
  justify-content: space-between;
}
.container-fixed{
  width: 25%;
  display: inline-block;
}
.title_col{
  width: 100%;
  height: 75px;
  line-height: 26px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0px 10px;
  font-size: 26px;
  font-weight: 700;
  color: var(--color-main);
  margin: 0px;
  border-top: 1px solid rgb(227, 236, 240);
  border-bottom: 1px solid rgb(227, 236, 240);
}
.title-content{ 
  width: 100%;
  height: 75px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 30px;
  font-size: 26px;
  font-weight: 300;
  color: var(--color-main);;
  margin: 0px;
  border-top: 1px solid rgb(227, 236, 240);
  border-bottom: 1px solid rgb(227, 236, 240);
}
.row-content{
  height: 80px;
  display: flex;
  align-items: center;
  color: var(--text-color);
  line-height: 21px;
  font-weight: 500;
  padding: 0px 10px;
}
.row-content span{
  width: 100%;
  text-align: left;
}
.row-content:nth-child(2n+1){
  background-color: #f8f8f8;
}
.row_titles span{
  color: #48494d;
  font-weight: 600;
}
.container-plans{
  width: 75%;
  display: inline-block;
  /* margin-left: 2px; */
}
.container-plans .item-carousel{
  width: 100%;
  /* padding: 0px 2px; */
}
.container-plans .content-plan{
  width: 100%;
}
.content-plan .row-content{
  font-weight: 400;
}
.content-plan .row-content span{
  text-align: center;
  color: #515151;
}
.controls-carousel{
  width: 95%;
  margin-left: 2.5%;
  border-radius: 5px;
  display: flex;
  display: none;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  margin-bottom: 20px;
  background-color: var(--color-main);
  padding: 15px 10px;
}
.show_name_plans{
  width: calc(100% - 100px);
  height: 24px;
  font-weight: 700;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
}
.show_name_plans span{
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.controls-carousel[data-current='1'] span:nth-child(1){    
  opacity: 1;
}
.controls-carousel[data-current='2'] span:nth-child(2){    
  opacity: 1;
}
.controls-carousel[data-current='3'] span:nth-child(3){    
  opacity: 1;
}
.controls-carousel[data-current='4'] span:nth-child(4){    
  opacity: 1;
}
.controls-carousel[data-current='5'] span:nth-child(5){    
  opacity: 1;
}
.controls-carousel[data-current='6'] span:nth-child(6){    
  opacity: 1;
}
.controls-carousel .control-carousel{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.controls-carousel .control-carousel:hover{
  border-color: #fff;
  color: #fff;
}
.control-carousel .control-icon,
.control-carousel .control-icon::after{
  position: absolute;
  width: 40%;
  height: 2px;
  display: block;
  background-color: currentColor;
  transition: background-color 0.3s ease;
  top: calc(40% - 2px);
  left: calc(33% - 2px);
  transform: rotate(-45deg);
}
.control-carousel .control-icon::after{
  content: "";
  width: 100%;
  top: 7px;
  left: -7px;
  transform: rotate(90deg);
}
.control-carousel[data-button="next"] .control-icon,
.control-carousel[data-button="next"] .control-icon::after{
  top: calc(40% - 2px);
  left: calc(38% - 2px);
  transform: rotate(45deg);
}
.control-carousel[data-button="next"] .control-icon::after{
  top: 7px;
  left: 7px;
  transform: rotate(-90deg);
}
@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: 1023px){
  .container_discount{
    margin-top: 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;
  }
  .container-plans{
    pointer-events: none;
  }
  .container-fixed{
    width: 50%;
  }
  .controls-carousel{
    display: flex;
  }
  .title_col , .title-content{
    display: none;
  }
}
@media (max-width: 768px){
  .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-fixed{
    width: 75%;
  }
}
@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;
  }
  .container-fixed{
    width: 100%;
  }
  .show_name_plans{
    font-size: 15px;
  }
}