.banner{
    position: relative;
    overflow: hidden;
    background-image: url('../images/sections/telehelp-agradecimento-background.png'), url('../images/sections/telehelp-agradecimento-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 600px;
    padding: 0;
    
    z-index: 2;
    margin-bottom: 3rem;
  }
  
  .banner-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    z-index: 2;
    padding: 3rem 0 2rem 0;
  }

  .banner-content h1{
    color: white;
  
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 105%;
  
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
  }
  
  .banner-content p{
    color: white;
    font-weight: 400;
    font-size: 24px;
    margin: 0;
  }
  
  .banner-content span{
    color: white;
    font-weight: 400;
    font-size: 24px;
  }
  
  .banner-content .btn,
  .banner-content .btn-primary{
    background-color: var(--accent-color);
    border: none;
    font-weight: 600;
    font-size: 1.4rem;
  
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  
    border-radius: 25px;
  
    padding: 0px 25px;
  
    max-width: 345px;
    height: 46px;   
  
    transition: all .2s ease-in;
  }
  
  .banner-content .btn:hover,
  .banner-content .btn-primary:hover{
    background-color: var(--hover) !important;     
  }

  .banner img{
    position: absolute;
    bottom: -2.8rem;
    max-width: 900px;
    right: 5rem;
  }

  /* TELEASSISTENCIA*/
  .teleassistencia{
    padding: 0;
  }
  
  .teleassistencia h2{
    font-size: 34px;
    font-weight: 700 ;
    line-height: 120% ;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
  }

  .teleassistencia p{
    padding-right: 2rem;
  }

  .teleassistencia-imagem-container{
    max-width: 100%;
    height: auto;
  }

  .teleassistencia-imagem-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* CLIQUE E LIGUE */
  .get-in-touch .container {
    margin-top: 3rem !important;
  }

  /* COMO FUNCIONA */
  .como-funciona{
    padding: 3rem 0;
    background-color: #F2F2F2;
    margin: 3rem 0;
  }
  
  .como-funciona h2{
    font-size: 34px;
    font-weight: 700 ;
    line-height: 120% ;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
  }

  .como-funciona .title-wrap{
    margin-bottom: 2rem;
  }

  .como-funciona .title-wrap p{
    font-size: 1.14rem;
    font-weight: 400;
    /* padding: 0 16.5rem; */
    color: #474C5C;
    text-align: start;
  }

  .como-funciona  small{
    font-size: 0.7rem;
    font-weight: 500;
  }

  /* .como-funciona-descricao-wrap{
    border-left: 2px solid #ccc !important;
    padding-left: 0.6rem !important;
  }

  .vertical-divider{
    border-left: 2px solid #ccc !important;
    padding-left: 0.6rem !important;
  }

  .vertical-divider-middle{
    margin-left: 1.05rem;
  } */

  .como-funciona-descricao-wrap p{
    font-size: 14px !important;
  }

  .como-funciona-passos-01 p,
  .como-funciona-passos-03 p{
    padding-right: 2rem;
  }

  .como-funciona-passos-02 .como-funciona-imagem-container{
    margin-right: 2rem;
  }

  .como-funciona-passos{
    padding-top: 4rem;
  }

  .como-funciona-passos-01{
    padding-top: 2rem !important;
  }

  .como-funciona-passos h3{
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 0;
    font-size: 1.14rem;
  }

  .passos-titulo-container p{
    font-size: 1rem;
    padding-left: 2.7rem !important;
  }

  .como-funciona-descricao-wrap{
    padding-left: 3.5rem !important;
  }

  .como-funciona-circulo-numero{
    width: 35px;
    height: 35px;
    /* border: 2px solid #ccc; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: var(--accent-color);
    font-size: 21px;
    font-weight: bold;
    padding: 15px;
  }

  .como-funciona-descricao-individual h4{
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0rem !important;
  }

  .como-funciona-imagem-container{
    width: 514px;
    max-width: 514px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
  }

  .como-funciona-imagem-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* QUEM DEVE USAR */
  .quem-deve-usar{
    padding: 0 0 3rem 0;
  }
  
  .quem-deve-usar h2{
    font-size: 34px;
    font-weight: 700 ;
    line-height: 120% ;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
  }

  .quem-deve-usar h3{
    color: var(--accent-color);
    font-weight: 600;
    font-size: 1.18rem !important;
    display: flex;
  }

  .quem-deve-usar p{
    padding-right: 2rem;
    font-size: 14px;
  }

  /* BENEFÍCIOS */
  .beneficios{
    padding: 0 0 3rem 0;
  }

  .beneficios h2{
    font-weight: 700;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: -0.01em;
    margin-bottom: 3rem;
  }

  .beneficios-card-wrap{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 !important;
  }

  .beneficios-card{
    display: flex;
    flex-direction: column;
    align-items: center !important;
    max-width: 415px;
    height: max-content;
    background: #F2F2F2;
    border-radius: 24px;
    transition: 0.4s ease;
    overflow: hidden;
    height: 550px;
  }

  .beneficios-card-image-container{
    width: 100%;
    height: auto;
  }

  .beneficios-card-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .beneficios-card-content{
    padding: 32px 32px 32px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
  }

  .beneficios .beneficios-sub{
    font-size: 1.3rem !important;
    color: var(--accent-color);
    font-weight: 600 !important;
  }

  .beneficios-card p{
    font-weight: 400;
    font-size: 1rem;
    line-height: 160%;
    text-align: start !important;

    color: #27272A;
  }


  .beneficios-alt .beneficios-card{
    max-width: 97%;
    height: 670px;
  }

  /* DESCONTO */
  .discount{
    background: var(--accent-color);
    padding: 18px 0;
  }

  .discount-percent{
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 32px;
    gap: 15px;
    max-width: 340px;
    height: 80px;
    border: 1.5px solid #1F1F4D;  
    background-color: #1F1F4D !important;
    border-radius: 200px;
  }

  .discount-percent .discount-wrap{
    position: relative;

    font-weight: 700;
    font-size: 3.2rem;
    line-height: 100%;

    letter-spacing: -0.02em;
    color: white !important;
  }

  .discount-percent p{
    position: absolute;
    right: 2.1rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 100%;
    color: white !important;
  }

  .discount-content a{
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 160%;
    margin: 0;
    margin-left: -3rem;

    color: white;
    text-decoration: none;
  }

  .discount-content a:hover{
    color: white;
    text-decoration: underline;
  }

  .discount-content span{
    color: #1F1F4D;
  }
  
  @media (min-width: 1201px) and (max-width: 1550px){
    .container{
      max-width: 1140px !important;
    }
    
    .banner{
      padding: 6rem 0;
    }

    .banner img{
      max-width: 800px;
      bottom: -2.45rem;
    }

    /* COMO FUNCIONA */
    .como-funciona-passos-01 p,
    .como-funciona-passos-03 p{
      padding-right: 2rem;
    }

    .como-funciona h2{
      font-size: 28px;
    }
  
    /* TELEASSISTÊNCIA */
    .teleassistencia h2{
    font-size: 28px;
    }

    .como-funciona-passos-02 .como-funciona-imagem-container{
      margin-right: 2rem;
    }

    /* QUEM DEVE USAR */
    .quem-deve-usar p{
      padding-right: 2rem;
    }

    .quem-deve-usar h2{
      font-size: 28px;
    }

    .quem-deve-usar h3 {
      height: 50px;
      display: flex;
      align-items: start;
    }

    /* TELEASSISTENCIA */
    .teleassistencia p{
      padding-right: 2rem;
    }

    /* BENEFICIOS */
    .beneficios-card{
      max-width: 370px;
      height: 570px;
    }

    .beneficios h2{
      font-size: 28px;
    }

    .beneficios-alt .beneficios-card{
      height: 635px;
    }

    .como-funciona-passos h3{
      font-size: 1.14rem;
    }

    /* DESCONTO 30% */
    .discount-content a{
      font-size: 0.97rem;
      margin-left: 0;
    }
  } 

  @media screen and (min-width: 1202px) {
    .d-none-desktop{
      display: none;
    }
  }
  
  @media screen and (max-width: 1201px){
    .banner{
      z-index: 2;
    }

    .banner img{
      max-width: 600px;
      bottom: -1.9rem;
    }

    /* BENEFICIOS */
    .beneficios h2{
      font-size: 30px;
    }

    .beneficios-card{
      max-width: 300px;
      height: 570px;
    }

    .beneficios-alt .beneficios-card{
      max-width: 97%;
      height: 550px;
    }

    /* DISCOUNT */
    .discount-content a {
      font-size: 0.8rem;
      margin-left: 0rem;
    }

    .discount-percent p {
      right: 1.2rem;
      font-size: 1rem;
    }

    .d-none-responsive{
      display: none;
    }

    /* QUEM DEVE USAR */
    .quem-deve-usar h3 {
      height: 50px;
      display: flex;
      align-items: start;
    }

    /* MONITORAMENTO */
    /* .monitoramento-card{
      max-width: 310px;
    }
  
    .monitoramento-card--right img{
      margin-top: 2rem;
    } */

    /* TECNOLOGIA */
    /* .tecnologia .container{
        height: 480px !important;
      }

    .tecnologia h2{
        font-size: 20px;
    }

    .tecnologia .upper-title{
        font-size: 12px;
    }

    .tecnologia p{
        font-size: 14px;
    } */
    
  }
  
  @media screen and (max-width: 993px){
    .banner--responsive{
      padding: 0;
    }

    .banner--responsive img{
      max-width: 550px;
      left: 50%;
      transform: translateX(-50%);
    }
  
    .banner-content--responsive{
      text-align: start;
      padding: 0;
      margin-top: 5rem;
    }
  
    .banner-content--responsive a{
      margin: 0 0 2rem 0 !important;
    }
  
    .banner--responsive .btn-primary{
      width: max-content !important;
    }

    /* COMO FUNCIONA */
    .como-funciona .title-wrap p{
      padding: 0;
    }

    .passos-titulo-container p{
      padding: 0;
      padding-left: 2.7rem;
    }

    .como-funciona-passos-01 p,
    .como-funciona-passos-03 p{
      padding-right: 0rem;
    }
  
    .como-funciona-passos-02 .como-funciona-imagem-container{
      margin-right: 0rem;
    }

    /* GET IN TOUCH */
    .get-in-touch p,
    .get-in-touch a{
      font-size: 1.5rem !important;
    }

    /* TELEASSISTENCIA */
    .teleassistencia p{
      padding-right: 0rem;
    }

    /* QUEM DEVE USAR */
    .quem-deve-usar h3{
      height: inherit;
      align-items: center;
      padding-bottom: 0.9rem;
    }

    .quem-deve-usar .col-lg-6{
      margin-bottom: 1.5rem;
    }

    .quem-deve-usar p{
      padding-right: 0rem;
    }

    /* BENEFÍCIOS */
    .beneficios-card-wrap {
      flex-direction: column;
      gap: 2rem;
    }

    .beneficios-card{
      height: max-content;
      max-width: 400px;
    }

    .beneficios-alt .beneficios-card{
      max-width: 100%;
      height: max-content;
    }

    /* DISCOUNT */
    .discount-percent{
      max-width: 330px;
      margin-bottom: 0.5rem;
    }
    
    .discount-percent .discount-wrap{
      font-size: 3rem;
    }
    
    .discount-percent p{
      right: 2rem;
      font-size: 1.2rem;
    }
  
    /* MONITORAMENTO */
    /* .monitoramento-wrap{
      flex-direction: column;
      gap: 2rem;
    } */

    /* TECNOLOGIA */
    /* .tecnologia .container{
        height: max-content !important;
    }
    
    .tecnologia-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
    } */
  }
  
  @media screen and (max-width: 768px){
    h2{
      font-size: 24px !important;
    }

    .banner--responsive{
      background-image: url('../images/sections/telehelp-agradecimento-background.png'), url('../images/sections/telehelp-agradecimento-background.png');
      background-position: center center;
    }
  
    .banner-content--responsive{
      margin-top: 5rem;
    }
  
    .banner-content--responsive h1{
      font-size: 2.5rem;
    }

    /* TECNOLOGIA */
    /* .tecnologia h2{
        font-size: 24px;
    } */
  }
  
  @media screen and (max-width: 577px){
    .banner-content--responsive{
      margin-top: 5rem;
    }

    .banner--responsive{
      background-position: center center;
    }

    .banner--responsive img{
      max-width: 440px;
    }

    /* TECNOLOGIA */
    /* .tecnologia-content{
        padding: 3rem 1.5rem;
    } */

  }
  
  @media screen and (max-width: 548px){
    /* TECNOLOGIA */
    /* .tecnologia h3{
        font-size: 1rem;
        top: 4rem;
      }
    
    .tecnologia .tecnologia-plan{
        font-size: 14px;
    } */
  }
  
  @media screen and (max-width: 440px){
    h2{
      font-size: 24px !important;
    }
    
    .banner{
      height: 430px;
    }

    .banner--responsive h1{
      font-size: 1.77rem !important;
    }
  
   /* .banner-content--responsive{
      margin-top: 15rem;
    }*/

    .banner--responsive img{
      max-width: 350px;
    }
  
    .banner span{
      font-size: 18px;
    }
  
    .banner p{
      font-size: 18px;
    }

    .banner img{
      max-width: 400px;
      bottom: -1.25rem;
    }

    .como-funciona .title-wrap p{
      font-size: 15px;
    }

    .como-funciona-passos h3{
      font-size: 1.14rem !important;
    }

    /* TECNOLOGIA */
    /* .tecnologia h3{
        font-size: 1rem;
        top: 3.1rem;
    } */
  }
  
  @media screen and (max-width: 375px){
    .banner h1{
      font-size: 2.2rem;
    }
    .banner{
      height: 470px;
    }
  }