html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  margin: 0px;
}

body {
  font-family: "Poppins", sans-serif !important;
}

/* NOVO BANNER */
.banner-resgate-v2 {
  background-image: url('https://www.phooto.com.br/wp-content/uploads/galeria/2024/banners-lp/desk/prancheta.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-top: -48px;
}

.content-resgate-v2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 70%;
  border: 1px solid white;
  background-color: #fff;
  border-radius: 30px;
}

.image-resgate-v2 {
  max-width: 60% !important;
  height: auto;
  padding-right: 20px;
}

.text-resgate-v2, .offer-resgate-v2 {
  color: white;
  padding: 0 20px;
}

.text-resgate-v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.title-resgate-v2 {
  font-family: "Poppins", sans-serif !important;
  font-weight: normal;
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}

.button-resgate-v2 {
  text-decoration: none;
  color: white;
  background-color: #E94068;
  padding: 15px 50px;
  border-radius: 30px;
  font-family: "Poppins", sans-serif !important;
}

.button-resgate-v2:hover,
.button-resgate-v2:focus {
    background-color: #ff69b4; 
    color: white; 
    outline: none; 
    border: none; 
}

.button-resgate-v2:active {
  background-color: #ff69b4; 
  color: white; 
  outline: none; 
  border: none;  
}

.offer-title-resgate-v2 {
  font-family: "Poppins", sans-serif !important;
  -webkit-text-stroke: 1px #E94068 !important;
  font-weight: bold;
  font-size: 60px;
  color: #fff;
  margin-bottom: 5px;
}

.offer-text-resgate-v2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 22px;
  color: #000;
}

@media (max-width: 768px) {
  .banner-resgate-v2 {
    height: 480px !important;
  }

  .content-resgate-v2 {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }

  .text-resgate-v2 {
    margin-top: 20px;
  }

  .title-resgate-v2 {
    font-size: 20px !important;
  }

  .offer-title-resgate-v2 {
    font-size: 40px;
  }

  .offer-text-resgate-v2 {
    font-size: 20px;
  }

  .button-resgate-v2 {
    padding: 10px 35px !important;
  }

  .image-resgate-v2 {
    max-width: 100%;
    padding-right: 0;
    /* margin-bottom: 20px; */
    margin-top: -40px;
  }

  .button-resgate-v2 {
    margin-bottom: 20px;
  }

  .offer-resgate-v2 {
    text-align: center;
    order: -1; 
    margin-top: 3%;
  }
}
/* NOVO BANNER */

/* Faixa Header */
.faixa-banner-eleita {
  background: linear-gradient(to right, #8A2BE2, #FF69B4);
  color: white;
  padding: 15px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.negrito {
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .faixa-banner-eleita {
    font-size: 0.8rem;
    font-weight: normal;
  }
}

/* Banner-Principal */
.banner-desktop {
  display: block;
  width: 100%;
}

/* .sr-only-seguidores {
  position: absolute;
  left: -9999px;
  overflow: hidden;
} */

.banner-mobile {
  display: none;
  text-align: center;
}

.banner-desktop img,
.banner-mobile img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .banner-desktop {
    display: none;
  }

  .banner-mobile img {
    margin-top: -13% !important;
  }

  .banner-mobile {
    display: block;
  }
}


.banner-container-duvidas {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #f0f0f0 !important;
}

.banner-container-duvidas {
  position: relative !important;
  z-index: 1 !important;
}

.container-duvidas {
  position: relative !important;  
  margin: 40px !important;
  max-width: 1000px !important;
  padding: 40px 130px !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 30px !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;  
}

.container-duvidas::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -170px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #E94068;
  z-index: -2;  
}

.banner-container-duvidas::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 75%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: transparent;
  border: 5px solid #E94068;
  z-index: -1;
}

.titulo-duvidas {
  font-size: 2rem !important;
  font-weight: 500 !important;
  color: #FF69B4 !important;
  text-align: center !important;
  margin-bottom: 20px !important;
}

.pergunta-duvidas {
  font-size: 1.4rem !important;
  text-align: center !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
}

.resposta-duvidas {
  font-size: 1rem !important;
  font-weight: normal !important;
  text-align: center !important;
  margin-bottom: 20px !important;
}

@media (max-width: 768px) {
  .container-duvidas {
    padding: 15px 20px !important;
    margin: 20px !important;
    border-radius: 30px !important;
  }

  .titulo-duvidas {
    font-size: 1.4rem !important
  }

  .pergunta-duvidas {
    font-size: 1.1rem !important;
  }

  .resposta-duvidas {
    font-size: 0.9rem !important;
  }

  .container-duvidas::before {
    top: inherit !important;
    bottom: -2% !important;
    left: -55px !important;
    width: 350px !important;
    height: 350px !important;
  }

  .banner-container-duvidas::before {
    top: 1% !important;
    left: 28% !important;
    bottom: 0 !important;
  }
}






.banner-container {
  position: relative !important; 
  right: 6% !important;
  width: 90% !important;
  /* max-width: 1200px; */
  margin: 0 auto !important; 
}

.banner-funciona {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
  /* background-color: #fff; */
  padding: 20px !important;
  position: relative !important; 
  z-index: 1!important; 
}

.image-container-funciona {
  max-width: 60%!important;
}

.image-container-funciona img {
  max-width: 100% !important;
  height: auto !important;
}

.text-container-funciona {
  max-width: 40% !important;
  padding: 20px !important;
}

.colored-funciona {
  color: #E94068 !important;
}

.bordered-box-funciona h2 {
  font-size: 30px;
  font-weight: 600 !important;
}

.bordered-box-funciona {
  font-size: 18px !important;
}

.bordered-box-funciona h2,
.bordered-box-funciona p {
  text-align: end !important;
}

.bordered-box-funciona h2 {
    color: #000;
    text-align: end !important;
    font-size: 1.5rem;
}

.bordered-box-funciona h2, .bordered-box-funciona p {
  color: #000;
  text-align: end !important;
  font-size: 1.1rem;
}

.dica {
  color: #E94068;
}

.bordered-box-funciona {
  border: 2px solid #fff !important;
  border-radius: 30px !important;
  padding: 15px 30px !important;
  background-color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

.paragrafo-seguidores {
  font-size: 4.8rem !important;
  color: transparent !important;
  letter-spacing: 15px !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-42%, -50%);
  text-align: center !important;
  z-index: 0!important;
  white-space: nowrap !important;
  -webkit-text-stroke: 1px #E94068 !important;
  filter: blur(2px) brightness(150%) !important;
}

.paragrafo-seguidores p {
  display: block !important;
  margin: 10px 0 !important;
}

.font-p {
  font-family: 'Poppins', sans-serif;
  font-size: 5rem;
  font-weight: normal;
  color: transparent !important;
  -webkit-text-stroke: 1px #E94068 !important;
}

.paragrafo-seguidores-mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .paragrafo-seguidores-mobile {
    display: block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transform: translate(-50%, -50%) !important;
    color: transparent !important;
    letter-spacing: 7px !important;
    position: absolute !important;
    top: 23% !important;
    left: 50% !important;
    text-align: center !important;
    z-index: 0 !important;
    white-space: nowrap !important;
    -webkit-text-stroke: 1px #E94068 !important;
    filter: blur(1px) brightness(150%) !important;    
}

.paragrafo-seguidores {
  display: none !important;
}

  .banner-container {
    right: 0 !important;
  }

  .banner-funciona {
      flex-direction: column !important;
      margin-left: 0 !important;
      top: -40px;
  }

  .image-container-funciona,
  .text-container-funciona {
      max-width: 100% !important;
      text-align: center !important;
  }

  .image-container-funciona img {
      max-width: 500px !important;
      width: 100% !important;
      margin: 0 auto !important;
      display: block !important;   
      position: relative;
      right: 7%;   
  }

  .bordered-box-funciona h2 {
      font-size: 20px !important;
  }

  .bordered-box-funciona p {
    font-size: 1.1rem;
}

  .text-container-funciona {
      padding: 0 !important;
  }

  .bordered-box-funciona h2,
  .bordered-box-funciona p {
      text-align: center !important;
  }

  .bordered-box-funciona strong {
    font-weight: bold !important;
}

}


.banner-resgate {
  background-image: url('https://www.phooto.com.br/wp-content/uploads/galeria/2024/banners-site/desk/BACKGROU8ND.webp');
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -57px;
}

.content-resgate {
  background-color: #fff;
  border-radius: 48px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
  display: flex;
  align-items: center;
  max-width: 1150px;
  width: 100%;
  height: 210px;
}

.logo-resgate img {
  width: 250px;
  height: auto;
  /* margin-right: 20px; */
}

.text-resgate {
  flex-grow: 1;
  text-align: center;
}

.text-resgate p {
  font-size: 1.3em !important;
  color: #000;
  text-align: center !important;
}

.title-resgate {
  display: none !important;
  /* font-size: 1.3rem; */
}

#subtitle-mobi-seguidor {
  display: none;
}

.countdown-resgate {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 16px;
}

.resgate-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem !important;
  background-color: #E94068 !important;
  color: white !important;
  padding: 10px 50px !important;
  border: none !important;
  border-radius: 30px !important;
  cursor: pointer !important;
}

.resgate-btn:focus,
.resgate-btn:active {
  outline: none; 
}

.contador-resgate {
  font-family: 'Poppins', sans-serif;
  font-size: 5em !important;
  font-weight: bold !important;
  margin: -5px!important;
  text-align: center !important;
  color: transparent !important;
  -webkit-text-stroke: 1px #E94068 !important;
}

.text-1 {
  margin-bottom: -30px;
}

.restam-mobile {
  font-size: 1.3rem;
}

.restam {
  font-size: 1.4rem !important;
}

@media screen and (max-width: 768px) {

  .text-1 {
    margin-bottom: -10px;
  }

  .text-2 {
    margin-top: 10px;
  }

  .restam-mobile {
    font-size: 1.2rem;
    display: block;
}

.restam {
  display: none;
}

.contador-resgate {
  font-size: 2rem;
}

  .content-resgate {
    flex-direction: column !important;
    width: 90% !important;
    height: 420px !important;
  }

  .logo-resgate img {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }

  .logo-resgate img {
    width: 200px !important;
    height: 130px !important;
    margin-right: 20px !important;
    margin-bottom: 0px !important;
    margin-top: -15px;
  }

  .resgate-btn {
    font-size: 1rem !important;
    padding: 10px 25px !important;
    margin-top: -8px;
  }

  .contador-resgate {
    font-size: 2em !important;
    margin: -10px !important;
  }

  .countdown-resgate {
    /* display: none !important; */   
    padding-top: 10px;
    margin-top: 0; 
  }

  .text-resgate p {
    display: none;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif; 
    font-size: 0.9rem !important;
  }

   .title-resgate {
    display: block !important;
    font-size: 1.3rem;
    font-weight: bold;
    color: #E94068;
}

#subtitle-mobi-seguidor {
  display: block;
  font-size: 1.1rem !important;
}

  .banner-resgate {
    height: 500px;
  }
}

@media screen and (min-width: 1920px) {
    .bordered-box-funciona h2 {
        font-size: 30px !important;
    }

    .bordered-box-funciona {
        font-size: 20px !important;
    }

    .paragrafo-seguidores {
        font-size: 7rem;
        letter-spacing: 25px;
    }

    .font-p {
      font-size: 7rem !important;
    }

    .banner-container-duvidas::before {
      left: 70% !important;
    }

    .bordered-box-funciona h2, .bordered-box-funciona p {
      font-size: 1.3rem !important;
    }
}


.icon {
  position: fixed;
  bottom: 60px;
  right: 30px;
  font-size: 10px;
  background-color: #E94068;
  color: #ffffff;
  border-radius: 30px;
  padding: 3px;
  width: 200px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  z-index: 100;
  box-shadow: 2px 2px 2px #c0bdbd;
}

.contact-p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: normal;
  margin: 10px auto;
}

.fa-regular, .far {    
    position: relative;
    top: 8%;
}


@media (max-width: 768px) {
  .icon {
  position: fixed;
  bottom: 60px;
  right: 30px;
  font-size: 10px;
  background-color: #e94068;
  color: #ffffff;
  border-radius: 50%;
  padding: 3px;
  width: 80px;
  height: 80px;
  text-align: center;
  text-decoration: none;
  z-index: 100;
  box-shadow: 2px 2px 2px #c0bdbd;
  }

  .contact-p {
    font-size: 12px;
    font-weight: normal;
    margin: 18px auto;
  }
  
}