.sticky-top {
  z-index: 1 !important;
}

/* 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;
}

/* BANNER */
.banner{
  position: relative;
  overflow: hidden;
  background-image: url('../images/sections/telehelp-sobre-a-telehelp-webdoor-2.jpg'), url('../images/sections/telehelp-sobre-a-telehelp-webdoor-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 600px;
  padding: 6rem 0;
  z-index: -1;
}

.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.1rem;
  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;  
}

/* INTRO */
.intro{
  padding: 3rem 0 0 0;
}

.intro h2{
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}

.intro-content p{
  font-weight: 400;
  font-size: 1rem;
  line-height: 180%;
}

/* NUMBERS */
.numbers{
  padding: 0 0 1rem 0;
}

.numbers-middle-left-col{
  padding-right: 1rem !important;
}
.numbers-middle-right-col{
  padding-left: 1.3rem !important;
}

.numbers h2{
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  text-align:  center;
}

.numbers .title-wrap p{
  margin-bottom: 0;
  padding: 0 7rem;
}

/*.numbers-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 0;

  width: 280px !important;
}*/
.numbers-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    height: 202px;
    margin-top: 48px;
    background: #F2F2F2;
    border-radius: 24px;
}

.numbers-card h4 > span{
  color: var(--accent-color);
}

.numbers-card h4{
  font-weight: 700;
  font-size: 3rem;
  line-height: 100%;

  letter-spacing: 0.01em;

  color: #27272A;
}

.numbers-card p{
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  padding: 0 0.9rem;
}

.numbers-card p > span{
  color: var(--accent-color);
}

.numbers-main-row{
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

/* CENTRAL */
.central{
  padding: 3rem 0;
}

.central .container{
  margin: 0 auto;
  border-radius: 20px;
  height: 600px !important;
  background-color: #F2F2F2;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.central-content{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 3rem;
}

.central-content h2{
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
}

.central-content p{
  font-weight: 400;
  font-size: 1rem;
  line-height: 180%;
}

.central ul{
  padding-left: 1.1rem;
  font-size: 1rem;
}

.central .central-image-container {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.central .central-image-container img{
  background-position: cover;
  width: 100%;
  height:100%;

  position: relative;
}

/* NOSSOS DIFERENCIAIS */
.nossos-diferenciais{
  padding: 0 0 3rem 0;
}

.nossos-diferenciais h2{
  font-size: 34px;
  font-weight: 700 ;
  line-height: 120% ;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
}

.nossos-diferenciais-image-container{
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 1rem;
}

.nossos-diferenciais-image-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nossos-diferenciais h3{
  color: var(--accent-color);
  font-weight: 600;
  font-size: 1.18rem !important;
  display: flex;
}

.nossos-diferenciais p{
  padding-right: 2rem;
  font-size: 14px;
}

/* PREMIOS */
.premios{
  margin-bottom: 3rem;
}

.premios h2{
  font-size: 34px;
  font-weight: 700 ;
  line-height: 120% ;
  letter-spacing: -0.01em;

  color: var(--accent-color);
  margin-bottom: 40px;
}

.swiper-premios{
  overflow-x: hidden !important;
}

.swiper-slide img{
  width: 170px !important;
  max-width: 170px !important;
}

.swiper-slide img.imagem-premio-quadrada{
  height: 95px !important;
  max-height: 95px !important;
  width: auto !important;
  max-width: auto!important;
}

.swiper-wrapper{
  align-items: center;
  padding-bottom: 3rem;
}

.swiper-container {
  width: 100% !important;
  padding: 20px !important;
}

.swiper-premios .swiper-slide{
  display: flex !important;
  justify-content: center !important;
}

/* NOSSOS VALORES */
.nossos-valores{
  padding: 3rem 0;
  /* margin: 0 0 3rem 0; */
  background-color: #F2F2F2;
}

.nossos-valores .title-wrap p{
  padding: 0;
}

.nossos-valores h2{
  font-size: 34px;
  font-weight: 700 ;
  line-height: 120% ;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

.nossos-valores-image-container{
  max-width: 70px;
  max-height: 70px;
  margin-bottom: 1rem;
}

.nossos-valores-image-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nossos-valores h3{
  color: var(--accent-color);
  font-weight: 600;
  font-size: 1.18rem !important;
  display: flex;
}

.nossos-valores p{
  padding-right: 2rem;
  font-size: 14px;
}

/* FAIXA */
/* .get-in-touch{
  padding: 0 0 3rem 0;
} */


@media (min-width: 1201px) and (max-width: 1550px){
  h2{
    font-size: 28px !important;
  }

  .container{
    max-width: 1140px !important;
  }
  
  /* DESCONTO 30% */
  .discount-content a{
    font-size: 0.9rem;
    margin-left: 0;
  }

  /* BANNER */
  .banner{
    padding: 6rem 0;
  }

  /* INTRO */
  .intro h2{
      font-size: 28px;
  }

  /* NUMBERS */
  .numbers h2{
    font-size: 28px;
  }
  .numbers-middle-left-col{
    padding-right: 0rem !important;
  }
  .numbers-middle-right-col{
    padding-left: 0rem !important;
  }

  /* CENTRAL */
  .central .container{
    height: 570px !important;
  }

  .central h2{
      font-size: 28px;
  }
}  

@media screen and (max-width: 1201px){
  /* DISCOUNT */
  .discount-content a {
    font-size: 0.8rem;
    margin-left: 0rem;
  }

  .discount-percent p {
    right: 1.2rem;
    font-size: 1rem;
  }

  /* BANNER */
  .banner{
    z-index: 2;
  }

  .banner h1{
    font-size: 37px;
  }
  
  /* INTRO */
  .intro{
    padding: 3rem 0 0 0;
  }

  .intro-content h2{
    font-size: 20px;
  }

  .intro-content p{
    font-size: 1rem !important;
  }

  /* NUMBERS */
  .numbers-middle-left-col{
    padding-right: 0.1rem !important;
  }
  .numbers-middle-right-col{
    padding-left: 0.3rem !important;
  }

  .numbers-card{
    width: 230px !important;
  }

  .numbers p{
    font-size: 14px;
  }

  /* CENTRAL */
  .central{
    padding: 3rem 0;
  }

  .central .container{
    height: 480px !important;
  }

  .central-content{
    padding: 2rem 3rem 2rem 3rem;
  }

  .central-content h2{
    font-size: 20px;
  }

  .central .upper-title{
    font-size: 12px;
  }

  .central-content p{
    font-size: 1rem !important;
  }

  .central ul{
    font-size: 1rem !important;
  }

  /* NOSSOS DIFERENCIAIS*/
  .nossos-diferenciais h3 {
    height: 50px;
    display: flex;
    align-items: start;
  }
}

@media screen and (max-width: 993px){
/* 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;
}

/* BANNER */
.banner--responsive{
  padding: 0;
}

.banner-content-responsive-col{
  position: absolute;
  top: 50%;
  right: -50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content--responsive{
  text-align: start;
  padding: 3rem;
  margin-top: 0;
}

.banner-content--responsive a{
    margin: 0 0 2rem 0 !important;
}

.banner--responsive .btn-primary{
    width: max-content !important;
}

/* INTRO */
.intro h2{
  text-align: center;
}

/* NUMBERS */
.numbers .title-wrap p{
  padding: 0 3rem;
}

.numbers-middle-left-col{
  padding-right: 0rem !important;
}
.numbers-middle-right-col{
  padding-left: 0rem !important;
}

.numbers-card{
  width: 290px !important;
}

.numbers-card{
  padding: 0 1rem;
}

.numbers-card p{
  font-size: 1rem;
}

.numbers-card h4{
  font-size: 3rem;
}
.numbers-card_final h4{
  font-size: 1.5rem !important;
}

/* CENTRAL */
.central .container{
  height: max-content !important;
}

.central h2{
text-align: center;
}

.central .central-image-container{
  width: 100%;
  height: 100%;
}

.central-content{
  text-align: start;
} 

.central-content {
  padding: 3rem;
}

.central-content p{
  font-size: 1rem;
}

.central ul{
  font-size: 1rem;
}

/* NOSSOS DIFERENCIAIS */
.nossos-diferenciais h3{
  height: inherit;
  align-items: center;
  padding-bottom: 0.9rem;
}

.nossos-diferenciais .col-lg-6{
  margin-bottom: 1.5rem;
}

/* PREMIOS */
.premios-responsive .premios-image-container{
  width: 200px !important;
  max-width: 200px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premios-responsive .premios-image-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.premios-responsive .col-lg-12{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 2rem !important;
}

/* NOSSOS VALORES */
.nossos-valores h3{
  padding-bottom: 0.9rem;
}

.nossos-valores .col-lg-6{
  margin-bottom: 1.5rem;
}
/* FAIXA */
/* .get-in-touch a, .get-in-touch p {
  font-size: 1.5rem !important;
} */

}

@media screen and (max-width: 768px){
  h2{
    font-size: 24px !important;
  }
  /* BANNER */
  .banner{
    z-index: -1;
  }
  .banner--responsive{
    background-image: url('../images/sections/telehelp-sobre-a-telehelp-webdoor-responsive-02.jpg'), url('../images/sections/telehelp-sobre-a-telehelp-webdoor-responsive-02.jpg');
    background-position: center center;

    z-index: -1 !important;
  }
/* 
  .banner-content--responsive{
    margin-top: 3rem;
  } */

  .banner-content--responsive h1{
    font-size: 2rem;
  }

  /* INTRO */
  .intro-content h2{
      font-size: 24px;
  }

  /* NUMBERS */
  .numbers h2{
    font-size: 24px;
  }

  .numbers .title-wrap p{
    margin-bottom: 2rem;
  }

  .numbers-card{
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
  .numbers-card-col{
    display: flex;
    justify-content: center;
  }

  /* CENTRAL */
  .central-content h2{
    font-size: 24px;
  }

  /* PREMIOS */
  .premios h2{
    font-size: 24px;
  }

  .premios .swiper-slide{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* FAIXA */
  .get-in-touch a, .get-in-touch p {
    font-size: 1.5rem !important;
  }

}

@media screen and (max-width: 577px){
  .numbers-main-row{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  /* BANNER */
  .banner-content--responsive{
    margin-top: 0;
    padding: 0;
  }

  .banner--responsive{
    background-position: center center;
  }
 
  /* INTRO */
  .intro{
      padding-bottom: 0;
  }

  /* NUMBERS */
  .numbers-card-col{
    text-align: center;
  }

  .numbers-card{
      max-width: 500px;
      height: 202px;
  }

  .numbers-card h4{
      padding: 0 3rem !important;
  }
 
  /* CENTRAL */
  .central-content{
    padding: 3rem 1.5rem;
  }


}

@media screen and (max-width: 440px){
  h2{
    font-size: 24px !important;
  }

  .banner--responsive h1{
    font-size: 27px !important;
  }

  /* .banner-content--responsive{
      margin-top: 3rem;
  } */

  .banner span{
      font-size: 18px;
  }

  .banner p{
      font-size: 18px;
  }

  .swiper-slide img{
    width: 140px !important;
    max-width: 140px !important;
  }
  
  .swiper-slide img.imagem-premio-quadrada{
    height: 75px !important;
    max-height: 75px !important;
  }
}

@media screen and (max-width: 375px){
  .banner h1{
    font-size: 2.2rem;
  }

  /* .discount-content > div{
    text-align: center !important;
  } */
}