@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-primary);
}

:root {
  --font-primary: 'Montserrat', sans-serif;

  --color-primary: #11BA5D;
  --color-secondary: #00479E;
}

#hero {
  background-image: url(../img/clube-liquet/hero-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-title {
  color: #FFF;
  padding-top: 40vh;
}

.hero-title h1 {
  font-weight: 700;
  font-size: 64px;
}

.desconto {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #00479E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 10%;
  left: 88%;
}

.desconto img {
  width: 75px;
}

.circulo-clube  {
  position: absolute;
  top: -30%;
  right: 0%;
  z-index: -1;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(175.5px);
  background: radial-gradient(circle, #11ba5d73 30%, rgba(255, 255, 255, 0.111) 100%);
}

#clube {
  margin-top: 40px;
}

.text-foto p{
  font-family: var(--font-primary);
  color: #5F687A;
  font-size: 22px;
  font-weight: 400;
}

.text-foto span{
  color: var(--color-primary);
  font-weight: 700;
}


.parceiros p{
  margin-right: 15px;
}

.mais-de p{
  font-size: 40px;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: -3rem;
}

.parceiros p{
  font-size: 40px;
  color: var(--color-primary);
  font-weight: 700;
}

.num-clube {
  margin: -85px 0px;
}

.num-clube p {
  font-size: 350px;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: -3rem;
}

.cta-clube-liquet {
  background-color: var(--color-secondary);
  text-decoration: none;
  color: var(--color-primary);
  text-align: center;
  font-size: 24px;
  font-family: var(--font-primary);
  border-radius: 15px;
  font-weight: 700;
}

@media only screen and (max-width: 480px){
  #hero {
    background-image: url(../img/clube-liquet/hero-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .hero-title {
    color: #FFF;
    padding-top: 70px;
  }
  
  .hero-title h1 {
    font-weight: 700;
    font-size: 32px;
  }

  .desconto {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #00479E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 0%;
    left: 80%;
  }

  .desconto img {
    width: 50px;
  }

  .circulo-clube  {
    position: absolute;
    top: -70%;
    left: -40%;
    z-index: -1;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    filter: blur(175.5px);
    background: radial-gradient(circle, #11ba5d73 30%, rgba(255, 255, 255, 0.111) 100%);
  }

  #clube {
    margin-top: 0px;
  }

  .text-foto p{
    font-family: var(--font-primary);
    color: #5F687A;
    font-size: 13px;
    font-weight: 400;
  }

  .text-foto span{
    color: var(--color-primary);
    font-weight: 700;
  }

  .mais-de p{
    font-size: 24px;
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .parceiros p{
    font-size: 24px;
    color: var(--color-primary);
    font-weight: 700;
  }
  
  .num-clube p {
    font-size: 200px;
    color: var(--color-primary);
    font-weight: 700;
    margin: 0px 0px;
  }

  .cta-clube-liquet {
    background-color: var(--color-secondary);
    text-decoration: none;
    color: var(--color-primary);
    text-align: center;
    font-size: 20px;
    font-family: var(--font-primary);
    border-radius: 7px;
    font-weight: 700;
    width: 100%;
  }
  

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  #hero {
    background-image: url(../img/clube-liquet/hero-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .hero-title {
    color: #FFF;
    padding-top: 15vh;
  }
  
  .hero-title h1 {
    font-weight: 700;
    font-size: 32px;
  }

  .desconto {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #00479E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 5%;
    left: 88%;
  }

  .desconto img {
    width: 75px;
  }

  .circulo-clube  {
    position: absolute;
    top: -70%;
    left: -40%;
    z-index: -1;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    filter: blur(175.5px);
    background: radial-gradient(circle, #11ba5d73 30%, rgba(255, 255, 255, 0.111) 100%);
  }

  #clube {
    margin-top: 40px;
  }

  .text-foto p{
    font-family: var(--font-primary);
    color: #5F687A;
    font-size: 22px;
    font-weight: 400;
  }

  .text-foto span{
    color: var(--color-primary);
    font-weight: 700;
  }

  .parceiros p{
    font-size: 24px;
    color: var(--color-primary);
    font-weight: 700;
  }
  
  .mais-de p{
    font-size: 24px;
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .num-clube p {
    font-size: 200px;
    color: var(--color-primary);
    font-weight: 700;
    margin: 0px 0px;
  }


}
@media only screen and (min-width: 992px) and (max-width: 1024px) {

  #hero {
    background-image: url(../img/clube-liquet/hero-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .hero-title {
    color: #FFF;
    padding-top: 10vh;
  }
  
  .hero-title h1 {
    font-weight: 700;
    font-size: 32px;
  }

  .desconto {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #00479E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 5%;
    left: 83%;
  }

  .desconto img {
    width: 75px;
  }

  .circulo-clube  {
    position: absolute;
    top: -70%;
    left: -40%;
    z-index: -1;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    filter: blur(175.5px);
    background: radial-gradient(circle, #11ba5d73 30%, rgba(255, 255, 255, 0.111) 100%);
  }

  #clube {
    margin-top: 40px;
  }

  .text-foto p{
    font-family: var(--font-primary);
    color: #5F687A;
    font-size: 22px;
    font-weight: 400;
  }

  .text-foto span{
    color: var(--color-primary);
    font-weight: 700;
  }

  .parceiros p{
    font-size: 24px;
    color: var(--color-primary);
    font-weight: 700;
  }
  
  .mais-de p{
    font-size: 24px;
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: -1rem;
  }

  .num-clube p {
    font-size: 245px;
    color: var(--color-primary);
    font-weight: 700;
    margin: 0px 0px;
  }

}