* {
  margin: 0;
  padding: 0;
  boxing: border-box;
  text-decoration: none;
  list-style: none;
  font-size: 1.15rem;
  font-family: "Open Sans", "Helvetica";
  color: white;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pop {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
 width: 100vw;
 max-width: 100vw;
 height: 100vh;

}

.pop-int{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 600px;
  height: 650px;
  background: white;
  margin: 2rem auto 0;
  position: relative;

}

.popImg {
  
}



.close-pop {
  display: none;
}

.closeButton {
  position: absolute;
  top: 0px;
  background: rgb(156, 45, 134);
  border: none;
  padding: 0.3rem 0.6rem;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.closeButton:hover {
 
  background: rgb(156, 45, 134, 0.7);

}

header {
  background: rgb(56, 131, 86);
  background: linear-gradient(
    90deg,
    rgba(56, 131, 86, 1) 0%,
    rgba(118, 188, 123, 1) 100%
  );
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
}

header ul {
  display: flex;
  margin: auto 0;
  padding-right: 20rem;
  max-height: 50px;
}

header li {
  border: 1px solid white;
  padding: 0 2rem 0.5rem;
  margin: 1rem 0.5rem 0;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.5s;
  
}

header li a {
  font-size: 0.7rem;
  
}

header li:hover {
background: rgba(255, 255, 255, 0.5);
 cursor: pointer;
}

.rede {
  background: rgb(156, 45, 134);
  background: linear-gradient(
    90deg,
    rgba(156, 45, 134, 1) 0%,
    rgba(185, 72, 135, 1) 100%
  );
  border: 1px solid rgba(156, 45, 134, 1);
}

.rede a {
  font-size: 0.7remrem;
}

.hero,
.descontos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(56, 131, 86);
  background: linear-gradient(
    90deg,
    rgba(56, 131, 86, 1) 0%,
    rgba(118, 188, 123, 1) 100%
  );
  width: 100%;
}

.hero {
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
}

.hero-left {
  position: relative;
}

.hero-left img {
  max-width: 500px;
  margin-right: -50px;
}

.cta-hero {
  background: rgb(156, 45, 134);
  background: linear-gradient(
    90deg,
    rgba(156, 45, 134, 1) 0%,
    rgba(185, 72, 135, 1) 100%
  );
  position: absolute;
  bottom: 18%;
  right: 14%;
  border: 1px solid rgba(156, 45, 134, 1);
  padding: 0.5rem 3rem;
  border-radius: 12px;
  opacity: 0.85; 
  transition: all 0.5s;
  cursor: pointer;
}

.cta-hero:hover {
  opacity: 1;  
}


.hero-right img {
  margin-left: -3rem;
}

.descontos img {
  max-width: 350px;
  margin-top: 3rem;
}

.descontos-topicos {
  max-width: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.descontos-topicos img {
  max-height: 45px;
  margin: 0.2rem;
}

.descontos-section-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 40%;
  gap: 1rem;
  margin: 2rem 0;
}

/* .cat_but {
  display: flex;
  background: #0C5B2C;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  padding: 0.2rem 1rem 0.2rem 0.2rem;
  border-radius: 6rem;
  font-weight: bold;
  opacity: 0.95;
} */

.cat_but {
  display: flex;
  font-size: 0.8rem;
  background: #0C5B2C;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  padding: 0.2rem 1rem 0.2rem 0.2rem;
  border-radius: 6rem;
  font-weight: 500;
  transition: 0.7s;
}

.cat_but:hover {
  
  cursor: pointer;
  background: #88B725;
  border: 1px solid white;
}

.circulo {
  width: 2rem;
  height: 2rem;
  border: 1px solid white; 
  border-radius: 50%;
  margin-right: 0.6rem;
}



#icon_cat {
  margin-top: 0.05rem;
  scale: 0.5.5;
}

.secao {
  color: white;
  width:1080px;;
  /* font-weight: bold;
  font-size: 1.5rem; */

}

h2 {
  text-align: center;
  font-weight: bold;
  font-size:1.4rem;
  font-transform: uppercase;
  margin: 2rem 0;
}

h3{
  text-align: center;
  font-weight: bold;
  font-size:1.35rem;
  text-transform: uppercase;
  margin: 4rem 0 0 0;
}

.partner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  /* margin: 0 50%; */
}


.partner-box {
  display: flex;
  width: 420px;
  align-items: center;
  justify-content: center;
  background: #DDDDDD;
  border-radius: 2rem;
  padding-right:1rem;
  margin-bottom: 1rem;
}

.partner-logo {
  flex:1;
  background: white;
  border-radius: 2rem;
  overflow: hidden;
  margin-right: 1rem;
  height: 150px;
  max-width:180px;
  min-width:180px;
  }

  hr {
    margin: 5rem 0;
  }

#logo-img {
  margin: 2rem;
  width: 70%;
}

/* .logo-img {
  width: 80%;
} */

.partner-title {
 color: #676767;
 font-size:0.8rem;
 font-weight: bold;
 margin-botton: 0.5rem;
}

.partner-street {
  color: #676767;
  font-size:0.75rem;
 }

.partner-tel {
  color: #676767;
  font-size:0.8rem;
}

.partner-zap {
  color: #676767;
  font-size:0.8rem;
}

#partner-site {
  color: #676767;
  font-size:0.8rem;
}

.patinhas-vde {
  max-height: 18px;
  margin-bottom: 0.5rem;
}

.descontos-cpf {
  display: flex;
  flex-wrap: wrap;
}

.descontos-cpf img {
  max-width: 600px;
}

.img-des-cpf {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: -4rem;
}
.img-des-cpf img {
  max-width: 70px;
}

.img-des-cpf p {
  text-align: center;
  font-size: 1.2rem;
  margin: 0.9rem 0;
  max-width: 235px;
}

.img-des-cpf span {
  font-weight: bold;
}

.adquira {
  background: rgb(156, 45, 134);
  background: linear-gradient(
    90deg,
    rgba(156, 45, 134, 1) 0%,
    rgba(185, 72, 135, 1) 100%
  );
  border: 0;
  width: 15rem;
  padding: 0.5rem 3.5rem;
  border-radius: 8px;
  font-size: 0.9rem;
  margin: auto;
  opacity: 0.75; 
  transition: all 0.5s;
  cursor: pointer;
}

.adquira:hover {
  opacity:1;
}
.quatro-meses {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(156, 45, 134);
  background: linear-gradient(
    90deg,
    rgba(156, 45, 134, 1) 0%,
    rgba(185, 72, 135, 1) 100%
  );
  width: 100%;
  gap: 1rem;
  padding: 2rem 0;
  /* margin-top: 0rem; */
}

.button-garanta {
  background: #88b725;
  border: 0;
  color: white;
  width: 13rem;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  opacity: 0.85;
  transition: all 0.5s;
  text-align: center;
}

.quatro-meses button:hover {
  opacity:1;
}

.patinhas {
  max-height: 15px;
  margin: 0.5rem 0;
}
.meses-gratis {
  max-width: 350px;
  margin: 1rem 0;
}

.quatro-meses p {
  color: white;
  font-size: 0.6rem;
}

hr {
  border-top: 1px solid #f1f1f1;
  width: 50%;
  margin: auto;
}

.img-footer_up {
  max-width: 300px;
  margin: 3rem 0;
}

.footer-down {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 3rem 0;
  flex-wrap: wrap;
}

.img-footer {
  max-width: 150px;
}

h5 {
  color: red;
}


//________________________________________________________________
.wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(52, 52, 52);
  background: linear-gradient(
    90deg,
    rgba(52, 52, 52, 1) 0%,
    rgba(97, 119, 255, 1) 0%,
    rgba(33, 57, 189, 1) 100%
  );
}
 
.wrapper a {
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  color: red;
  font-family: "Roboto", sans-serif;
}

.modal {
  visibility: visible;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, 0.7);
  transition: all 0.4s;
}
 
.modal:target {
  visibility: visible;
  opacity: 1;
}

.content {
  border-radius: 4px;
  position: relative;
  width: 500px;
  max-width: 90%;
  background: #fff;
  padding: 1em 2em;
}
 
.footer {
  text-align: right;
  margin-top: 50px;
}
 
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #585858;
  text-decoration: none;
}
 
.footer-btn-close {
  width: 150px;
  padding: 10px;
  text-decoration: none;
  background-color: #cfcca8;
  color: #000000;
  border-radius: 3px;
}
//_______________

@media only screen and (max-width: 1000px) {
  header {
    justify-content: center;
    padding-bottom: 1rem;
  }

  header ul {
    padding-right: 0rem;
    justify-content: center;
  }

  .hero-left img {
    max-width: 500px;
  }
  .hero-right img {
    max-width: 400px;
  }
}

@media only screen and (max-width: 800px) {
  header {
    justify-content: center;
    padding-bottom: 1rem;
  }

  header ul {
    padding-right: 0rem;
    justify-content: center;
  }

  .hero-left img {
    max-width: 420px;
  }
  .hero-right img {
    max-width: 350px;
  }

  .descontos-cpf img {
    max-width: 450px;
  }

  .img-des-cpf img {
    max-width: 50px;
  }

  .partner-container {
    margin: 0 10%;
 }
 
 .partner-box {
   border-radius: 1rem;
 }
 
 .partner-logo {
         border-radius: 1rem;
         }
 
         #logo-img {
          width: 90%;
          padding-bottom:0;
          margin:30px 0 30px 5px;
        }
  
}

@media only screen and (max-width: 430px) {
  .pop-int {
    display: flex;
    margin: 0rem auto 0;
    scale: 0.5;
    width: initial;
    height: initial;
   
  }
  
  h3 {
    font-size: 0.8rem;
    margin: 0 2rem;
  }
  
  header {
    justify-content: center;
    /* padding-bottom: 1rem; */
    
  }

  header ul {
    padding-right: 0rem;
    justify-content: center;
    width: 100vw;
  }

  header li {
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    /* border: none; */
    margin: 1px 1px 1px 5px;
    padding: 0.5rem ;
    flex:1;
  }

  header li a{
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    /* border: none; */
    margin: 0.1rem;
    padding: 1.1rem 0 ;
   text-align: center;
  }

   .rede {
    
    
  }


  .hero {
    flex-direction: column-reverse;
    }

  .hero-left img {
    max-width: 380px;
    margin-left: -3rem;
  }
  .hero-right img {
    max-width: 300px;
    margin: 1rem 0 -11rem ;
  }

  .descontos-cpf img {
    max-width: 450px;
  }

  .img-des-cpf {
    margin-left:0;
    flex:1;
    padding-bottom:1rem;
  }

  .img-des-cpf img {
    max-width: 50px;
  }

  .cta-hero {
   font-size: 0.8rem;
   right: 20%;
  padding: 0.4rem 1.5rem;
   }
  

  .quatro-meses p {
    text-align: center;
    font-size: 0.7rem;
  }

  .partner-container {
    margin: 0 10%;
 }
 
 .partner-box {
   border-radius: 1rem;
 }

 h2 {
  font-size: 1rem;
 }
 
 .partner-logo {
         border-radius: 1rem;
         }
 
         #logo-img {
          width: 90%;
          padding-bottom:0;
          margin:30px 0 30px 5px;
        }

        .descontos-section-menu {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          max-width: 70%;
          gap: 0.5rem;
          margin: 1,5rem 0;
        }

        .cat_but {
          justify-content: center;
          align-items: center;
          font-weight: normal;
          opacity: 0.95;
          font-size: 0.65rem;
          width: 130px;
          padding-left: 1rem;
          min-height: 3rem;
        }

        #icon_cat {
          margin-top: 0.3rem;
      }

      .circulo {
        width: 1.5rem;
        height: 1.5rem;
        border: 1px solid #88B725;
        border-radius: 50%;
        margin-right: 0.6rem;
        display:none;
      }

   

  

  @media only screen and (max-width: 400px) {
    .pop-int {
      display: flex;
      margin: 0rem auto 0;
      scale: 0.5;
      width: initial;
      height: initial;
     
    }

    h2 {
      font-size: 1.2rem;
      margin-bottom: 1rem;
    }
    
    header li {
      font-size: 0.6rem;
          }

    .descontos img {
      max-width: 250px;
    }

    .descontos-topicos img {
      max-height: 38px;
    }


    .img-des-cpf img {
      width: 45px;
    }

    .descontos-cpf img {
      max-width: 380px;
    }

    .meses-gratis {
      max-width: 280px;
    }

   

    .descontos-section-menu {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 75%;
      gap: 0.5rem;
      margin: 1rem 0;
    }
    
    /* .cat_but {
      display: flex;
      background: #0C5B2C;
      justify-content: center;
      align-items: center;
      border: 1px solid transparent;
      padding: 0.2rem 1rem 0.2rem 0.2rem;
      border-radius: 6rem;
      font-weight: bold;
      opacity: 0.95;
    } */
    
    .partner-container {
      max-width: 100%;
      /* margin: 0 10%; */
      gap: 0rem;
   }

   .circulo {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #88B725;
    border-radius: 50%;
    margin-right: 0.6rem;
    display:none;
  }
  
  #icon_cat {
    margin-top: 0.2rem;
    scale: 0.6;
  }


  .partner-street {
    color: #676767;
    font-size:0.75rem;
    min-width: 16rem;
  }

    .cat_but {
      justify-content: center;
      /* align-items: center; */
      font-weight: normal;
      opacity: 0.95;
      font-size: 0.6rem;
      width: 120px;
      padding-right: -1rem;
      padding-left: 1rem;
      min-height: 2rem;
    }
    
    .cat_but:hover {
      opacity: 1;
      cursor: pointer;
      border: 1px solid #88B725;
    }



    
    .partner-box {
      width: 100%;
      border-radius: 1rem;
      margin: 0 20%;
      scale:0.7;
      gap: 0.5rem;
    }
    
    .partner-logo {
      /* max-width:80px; */
            border-radius: 1rem;
            overflow: hidden;
            }
    
    #logo-img {
      width:80%;
      padding-bottom:0;
      margin:40px 0 30px 15px;
    }
    



}

