.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-protecao-dentro-de-casa-webdoor.jpg'), url('../images/sections/telehelp-protecao-dentro-de-casa-webdoor.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: 1.4rem;
  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;
}

.intro .container{
  margin: 0 auto;
  border-radius: 20px;
  height: 600px !important;
  background-color: #F2F2F2;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.intro-content{
  display: flex;
  flex-direction: column;
  padding: 3rem;
}

.intro-content h2{
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
}

.intro-content p{
  font-weight: 400;
  font-size: 1rem;
  line-height: 180%;
  margin-bottom: 0.8rem;
}

.intro .intro-image-container {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.intro .intro-image-container img{
  background-position: cover;
  width: 100%;
  height:100%;

  position: relative;
}

/* SOBRE O DISPOSITIVO */
.sobre-dispositivo{
  padding: 0 0 3rem 0;
}

.sobre-dispositivo h2{
  font-size: 34px;
  font-weight: 700 ;
  line-height: 120% ;
  letter-spacing: -0.01em;

  margin-bottom: 15px;
}

.sobre-dispositivo-passos{
  padding-top: 2rem;
}

.sobre-dispositivo-passos h3{
  font-weight: 700;
  color: #27272a;
  font-size: 15px;
  margin: 0;
}

.sobre-dispositivo-descricao-individual p{
  padding-right: 1.5rem;
  font-size: 14px;
}

.sobre-dispositivo-imagem-container{
  max-width: 70%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sobre-dispositivo-imagem-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SOBRE O KIT */
.sobre-kit{
  padding: 3rem 0;
  background-color: #F2F2F2;
}

.sobre-kit h2{
  font-size: 34px;
  font-weight: 700 ;
  line-height: 120% ;
  letter-spacing: -0.01em;

  margin-bottom: 15px;
}

.sobre-kit-passos{
  padding-top: 2rem;
}

.sobre-kit-passos h3{
  font-weight: 700;
  color: #27272a;
  font-size: 15px;
  margin: 0;
}

.sobre-kit-descricao-individual p{
  font-size: 14px;
}

.sobre-kit-imagem-container{
  max-width: 400px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sobre-kit-imagem-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SERVICOS INCLUSOS */
.services{
  padding: 3rem 0;
}

.services h2{
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;

  letter-spacing: -0.01em;

  color: #27272A;
  margin-bottom: 3rem;
}

.services-card-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
}

.services-card{
  display: flex;
  flex-direction: column;
  align-items: center !important;
  gap: 20px;
  /* max-width: 415px; */
  width: 100%;
  height: max-content;
  background: #F2F2F2;
  border-radius: 24px;
  transition: 0.4s ease;
  overflow: hidden;
}

.services-card-image-container{
  width: 100%;
  height: auto;
}

.services-card-image-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-card-content{
  padding: 16px 32px 32px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.services .services-sub{
  font-size: 1.3rem !important;
  color: var(--accent-color) !important;
  font-weight: 600 !important;
}

.services-card p{
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
  text-align: start !important;

  color: #27272A;
}

.services-card a{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  gap: 10px;
  width: max-content;
  height: 56px;
  background: var(--accent-color);
  border-radius: 1000px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: .2s ease-in;
}

.services-card a:hover{
  background-color: var(--hover);
  color: white;
}

.services-main-row{
  margin-left: -2.4rem !important;
  margin-right: -2.4rem !important;
}

/* SERVICOS OPCIONAIS */
.servicos-opcionais{
  padding: 0 0 3rem 0;
}

.servicos-opcionais h2{
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;

  letter-spacing: -0.01em;

  color: #27272A;
  margin-bottom: 3rem;
}

.servicos-opcionais-card-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
}

.servicos-opcionais-card{
  display: flex;
  flex-direction: column;
  align-items: center !important;
  /* max-width: 415px; */
  width: 100%;
  height: max-content;
  background: #F2F2F2;
  border-radius: 24px;
  transition: 0.4s ease;
  overflow: hidden;
}

.servicos-opcionais-card-image-container{
  width: 100%;
  height: auto;
}

.servicos-opcionais-card-image-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.servicos-opcionais-card-content{
  padding: 32px 32px 32px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.servicos-opcionais-icon-container{
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servicos-opcionais-icon{
  margin-bottom: 1.5rem;
}

.servicos-opcionais .servicos-opcionais-sub{
  font-size: 1.3rem !important;
  color: var(--accent-color) !important;
  font-weight: 600 !important;
}

.servicos-opcionais-card p{
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
  text-align: start !important;

  color: #27272A;
}

.servicos-opcionais-card a{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  gap: 10px;
  width: max-content;
  height: 56px;
  background: var(--accent-color);
  border-radius: 1000px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: .2s ease-in;
}

.servicos-opcionais-card a:hover{
  background-color: var(--hover);
  color: white;
}

.servicos-opcionais-main-row{
  margin-left: -2.4rem !important;
  margin-right: -2.4rem !important;
}

/* ACESSÓRIOS EXCLUSIVOS */
.acessorios-exclusivos{
  padding: 3rem 0 0 0;
}

.acessorios-exclusivos h2{
  font-size: 34px;
  font-weight: 700 ;
  line-height: 120% ;
  letter-spacing: -0.01em;
  color: #27272A;
  margin-bottom: 3rem;
}

.acessorios-exclusivos-card {
    text-align: center;
    height: 480px;
    flex-direction: column;
    gap: 1rem;
    background-color: #f2f2f2;
    /* max-width: 415px; */
    width: 100%;
    padding: 2rem;
    border-radius: 24px;
    display: flex;
  }

.acessorios-exclusivos .col-lg-4:nth-child(1) .acessorios-exclusivos-card p{
  padding-inline: 0rem;
}
.acessorios-exclusivos .col-lg-4:nth-child(2) .acessorios-exclusivos-card p{
  padding-inline: 0rem;
}
.acessorios-exclusivos .col-lg-4:nth-child(3) .acessorios-exclusivos-card p{
  padding-inline: 0rem;
}

.acessorios-exclusivos-image-container{
  width: 210px;
  height: 200px;
  margin: 0 auto;
}

.acessorios-exclusivos-image-container img{
  width: 100%;
  object-fit: cover;
}

.acessorios-exclusivos-card a{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  gap: 10px;
  width: max-content;
  height: 56px;
  background: var(--accent-color);
  border-radius: 1000px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: .2s ease-in;
  margin: 0 auto;
}

.acessorios-exclusivos-card a:hover{
  background-color: var(--hover);
  color: white;
}

.acessorios-exclusivos-card h3{
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color) !important;
}

.acessorios-exclusivos-card p{
  margin-top: 1rem;
  text-align: start;
}

.acessorios-exclusivos-main-row{
  margin-left: -1.75rem !important;
  margin-right: -1.75rem !important;
}

/* TESTIMONIAL VIDEO */
.testimonial-video{
  padding: 3rem 0;
}

.testimonial-video .container{
  margin: 0 auto;
  border-radius: 20px;
  height: 600px !important;
  /* background-color: #F2F2F2; */
  background-image: url('../images/sections/telehelp-testimonials-video-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 0;
}
.testimonial-video-image-container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-video-content{
  padding: 5.1rem;
}

.testimonial-video-content h2{
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
}

.testimonial-video-image-container button{
  background-color: transparent;
  border: none;
}

/* MODAL */
/* Estilos do modal */
.testimonial-video-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}

.testimonial-video-modal-content iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-video-modal-content {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.196);
  z-index: 11;
}

.testimonial-video-close-modal {
  color: white;
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  top: 30px;
  right: 30px;
}

/* Estilos para o botão de fechar */
.testimonial-video-close-modal:hover,
.testimonial-video-close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@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.97rem;
    margin-left: 0;
  }

  /* BANNER */
  .banner{
    padding: 6rem 0;
  }

  /* INTRO */
  .intro .container{
    height: 570px !important;
  }

  .intro h2{
      font-size: 28px;
  }

  /* SOBRE O DISPOSITIVO */
  .sobre-dispositivo-imagem-container{
    max-width: 80%;
  }

  /* ACESSÓRIOS EXCLUSIVOS */
  .acessorios-exclusivos-card{
    height: 490px;
    /* max-width: 370px; */
  } 

  /* SERVICOS INCLUSOS */
  .services-card{
    height: 570px;
  }

  .services-sub{
    height: 50px;
    display: flex;
    align-items: start;
  }

  /* SERVICOS OPCIONAIS */
  .servicos-opcionais-card{
    height: 640px;
  }

  .servicos-opcionais-sub{
    height: 50px;
    display: flex;
    align-items: start;
  }

  /* ACESSORIOS EXCLUSIVOS */
  .acessorios-exclusivos .col-lg-4:nth-child(1) .acessorios-exclusivos-card p{
    padding-inline: 0rem;
  }
  .acessorios-exclusivos .col-lg-4:nth-child(2) .acessorios-exclusivos-card p{
    padding-inline: 0rem;
  }
  .acessorios-exclusivos .col-lg-4:nth-child(3) .acessorios-exclusivos-card p{
    padding-inline: 0rem;
  }

  /* TESTIMONIAL VIDEO */
  .testimonial-video-content{
    padding: 3rem;
  }

  /* .form .phone-group .brazil-flag,
  .last-section-form .phone-group .brazil-flag{
    left: 13% !important;
  }

  .form .phone-group .phone-group-55,
  .last-section-form .phone-group .phone-group-55{
    left: 19.5% !important;
  } */
}  

@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;
  }

  .intro .container{
    height: 480px !important;
  }

  .intro-content{
    padding: 2rem 3rem 2rem 3rem;
  }

  .intro-content h2{
    font-size: 20px;
  }

  .intro .upper-title{
    font-size: 12px;
  }

  .intro-content p{
    font-size: 14px;
  }

  /* SOBRE O DISPOSITIVO */
  .sobre-dispositivo-imagem-container{
    max-width: 100%;
  }

  /* SERVICOS INCLUSOS  */
  /* .services-card{
    max-width: 300px;
  } */

  .services-card p{
    height: 200px;
  }

  .services-sub{
    height: 50px;
    display: flex;
    align-items: start;
  }

  /* ACESSÓRIOS EXCLUSIVOS */
    .acessorios-exclusivos-card{
    height: 550px;
    /* max-width: 300px; */
  } 

  /* SERVICOS OPCIONAIS */
  .servicos-opcionais h2{
    font-size: 30px;
  }

  /* .servicos-opcionais-card{
    max-width: 300px;
  } */

  .servicos-opcionais-sub{
    height: 50px;
    display: flex;
    align-items: start;
  }

  .servicos-opcionais-card p{
    height: 280px;
  }

  .servicos-opcionais-card a{
    font-size: 1.1rem;
  }

  /* ACESSÓRIOS EXCLUSIVOS */
  .acessorios-exclusivos h2{
    font-size: 30px;
  }

  .acessorios-exclusivos-card a{
    margin: 3rem auto 0 auto;
  }

  .acessorios-exclusivos .col-lg-4:nth-child(1) .acessorios-exclusivos-card p{
    padding-inline: 1rem;
  }

  .acessorios-exclusivos .acessorios-exclusivos-card p{
    height: 150px;
  }

  /* TESTIMONIAL VIDEO */
  .testimonial-video-modal-content iframe{
    width: 800px;
  }

}

@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 .container{
    height: max-content !important;
}

.intro h2{
  text-align: center;
}

.intro .intro-image-container{
    width: 100%;
    height: 100%;
}

.intro-content{
    text-align: start;
    padding: 3rem;
} 

.intro-content p{
    font-size: 1rem !important;
}

/* ACESSÓRIOS EXCLUSIVOS */
.acessorios-exclusivos-card{
  margin-bottom: 2rem;
  max-width: 400px;
}


/* SOBRE O DISPOSITIVO */
.sobre-dispositivo-descricao-individual p{
  padding-right: 0;
}

.sobre-dispositivo-passos h3{
  text-align: start;
  /* margin-bottom: 0.5rem; */
}

/* SOBRE O KIT */
.sobre-kit h3{
  text-align: start;
  /* margin-bottom: 0.5rem; */
}

/* SERVIÇOS INCLUSOS */
.services-card-wrap{
  flex-direction: column;
  gap: 2rem;
}

.services {
  padding: 1rem 0 3rem 0;
}

.services-card{
  height: max-content;
  max-width: 400px;
}

.services-sub{
  height: max-content;
  align-items: center;
}

.services-card a{
  margin-top: 1rem;
}

.services-card p{
  height: max-content;
}

.services .services-sub{
  font-size: 1.18rem !important;
  text-align: center !important;
}

/* SERVIÇOS OPCIONAIS */
.servicos-opcionais-card-wrap {
  flex-direction: column;
  gap: 2rem;
}

.servicos-opcionais-card{
  height: max-content;
  max-width: 400px;
}

.servicos-opcionais-sub{
  height: inherit;
  align-items: center;
}

.servicos-opcionais-card p{
  height: inherit;
  margin: 0;
}

.servicos-opcionais-card a{
  margin-top: 1rem;
}

.servicos-opcionais .servicos-opcionais-sub{
  font-size: 1.18rem !important;
  text-align: center !important;
}

.acessorios-exclusivos{
  padding-bottom: 0;
}

.acessorios-exclusivos-image-container{
  width: 215px;
  height: 215px;
}

.acessorios-exclusivos .col-lg-4:nth-child(1) .acessorios-exclusivos-card p,
.acessorios-exclusivos .col-lg-4:nth-child(2) .acessorios-exclusivos-card p,
.acessorios-exclusivos .col-lg-4:nth-child(3) .acessorios-exclusivos-card p{
  padding-inline: 0;
}

.acessorios-exclusivos .acessorios-exclusivos-card p{
  height: max-content;
}

.acessorios-exclusivos h2 {
  margin-bottom: 2rem;
}

.acessorios-exclusivos-card{
  height: max-content !important;
}

.acessorios-exclusivos-card h3{
  font-size: 1.18rem !important;
  height: max-content !important;
}

/* FAIXA */
.get-in-touch a, .get-in-touch p {
  font-size: 1.5rem !important;
}

/* TESTIMONIAL VIDEO */
.testimonial-video .container{
  background-position: center center;
}

.testimonial-video-image-container{
  top: -50%;
}

.testimonial-video-modal-content iframe{
  width: 90% !important;
}

.testimonial-video-close-modal {
  font-size: 2rem;
  top: 50px;
  right: 45px;
  z-index: 9999;
}
}

@media screen and (max-width: 768px){
  h2{
    font-size: 24px !important;
  }
  /* BANNER */
  .banner{
    z-index: -1;
  }
  .banner--responsive{
    background-image: url('../images/sections/telehelp-protecao-dentro-de-casa-webdoor-responsive.jpg'), url('../images/sections/telehelp-protecao-dentro-de-casa-webdoor-responsive.jpg');
    background-position: center center;

    z-index: -1 !important;
  }

  /* .banner-content--responsive{
    margin-top: 15rem;
  } */

  .banner-content--responsive h1{
    font-size: 2rem;
  }

  /* INTRO */
  .intro-content h2{
      font-size: 24px;
  }

  /* SOBRE O DISPOSITIVO */
  .sobre-dispositivo-imagem-container{
    max-width: 70%;
  }

  /* FAIXA */
  .get-in-touch a, .get-in-touch p {
    font-size: 1.5rem !important;
  }

  /* TESTIMONIAL VIDEO */
  .testimonial-video-modal-content iframe{
    height: 400px !important;
  }

  .testimonial-video .container{
    background-position: center right;
  }

  .testimonial-video-close-modal {
    font-size: 2rem;
    top: 50px;
    right: 45px;
    z-index: 9999;
  }
}

@media screen and (max-width: 577px){
  .services .container{
    padding: 0 !important;
  }

  .services-card-wrap{
    padding: 0 !important;
  }

  .servicos-opcionais .container{
    padding: 0 !important;
  }

  .acessorios-exclusivos .container{
    padding: 0 !important;
  }

  .servicos-opcionais-card-wrap{
    padding: 0 !important;
  }
  /* */
  
  .services-main-row{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .servicos-opcionais-main-row{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .acessorios-exclusivos-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;
  }

  /* SERVICOS OPCIONAIS */
  .servicos-opcionais .servicos-opcionais-sub{
    font-size: 1.18rem !important;
    text-align: center !important;
  }
 
  /* INTRO */
  .intro-content{
      padding: 3rem 1.5rem;
  }
 
  /* TESTIMONIAL VIDEO */
  .testimonial-video-modal-content iframe{
  height: 300px !important;
  }

  .testimonial-video-content {
    padding: 3rem;
  }

}

@media screen and (max-width: 490px){
  /* TESTIMONIAL VIDEO */
  .testimonial-video-modal-content iframe{
    height: 225px !important;
  }
}

@media screen and (max-width: 440px){
  h2{
    font-size: 24px !important;
  }

  .banner--responsive h1{
    font-size: 27px !important;
  }

  /* .banner-content--responsive{
      margin-top: 15rem;
  } */

  .banner span{
      font-size: 18px;
  }

  .banner p{
      font-size: 18px;
  }
}

@media screen and (max-width: 414px){
  /* INTRO */
  .intro-image{
    max-width: 200px;
    height: 150px;
  }
}

@media screen and (max-width: 375px){
  .banner h1{
    font-size: 2.2rem;
  }

  /* .discount-content > div{
    text-align: center !important;
  } */
}