@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/drive-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: 95px;
}

#drive {
  margin-top: 40px;
}

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

.carro img {
  width: 120px;
}

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

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

.drive-title {
  color: var(--color-primary);
  font-family: var(--font-primary);
  font-size: 40px;
  font-weight: 700;
}

.drive-subtitle {
  color: #5F687A;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 24px;
}

.lista-diferenciais-drive {
  list-style: none;
  padding-left: 10px;
}

.lista-diferenciais-drive li i {
  font-size: 28px;
  color: var(--color-primary);
}

.lista-diferenciais-drive li {
  margin: 10px 0;
}

.lista-diferenciais-drive li span {
  color: #5F687A;
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
}

.btn-liquet-drive {
  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: 7px;
  font-weight: 700;
}


@media only screen and (max-width: 480px){
  #hero {
    background-image: url(../img/drive-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;
  }

  #drive {
    margin-top: 0px;
  }

  .imgs-clube img {
    border-radius: 10px;
  }

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

  .carro img {
    width: 50px;
  }

  .imgs-clube img:nth-child(1) {
    margin-top: 10px;
  }

  .imgs-clube img:nth-child(2) {
    margin-bottom: 10px;
  }

  .imgs-clube img:nth-child(3) {
    margin-top: 10px;
  }

  .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;
  }

  .drive-title {
    color: var(--color-primary);
    font-family: var(--font-primary);
    font-size: 32px;
    font-weight: 700;
  }

  .drive-subtitle {
    color: #5F687A;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 13px;
  }
  
  .lista-diferenciais-drive {
    list-style: none;
    padding-left: 10px;
  }

  .lista-diferenciais-drive li {
    margin: 10px 0;
  }

  .lista-diferenciais-drive li i {
    font-size: 23px;
    color: var(--color-primary);
  }

  .lista-diferenciais-drive li span {
    color: #5F687A;
    font-family: var(--font-primary);
    font-size: 13px;
    font-weight: 700;
  }

  .btn-liquet-drive {
    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/drive-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;
  }

  #drive {
    margin-top: 40px;
  }

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

  .carro img {
    width: 120px;
  }

  .imgs-clube img {
    border-radius: 10px;
  }

  .imgs-clube img:nth-child(1) {
    margin-top: 10px;
  }

  .imgs-clube img:nth-child(2) {
    margin-bottom: 10px;
  }

  .imgs-clube img:nth-child(3) {
    margin-top: 10px;
  }

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

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

  .drive-title {
    color: var(--color-primary);
    font-family: var(--font-primary);
    font-size: 32px;
    font-weight: 700;
  }

  .drive-subtitle {
    color: #5F687A;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
  }
  
  .lista-diferenciais-drive {
    list-style: none;
    padding-left: 10px;
  }

  .lista-diferenciais-drive li i {
    font-size: 28px;
    color: var(--color-primary);
  }

  .lista-diferenciais-drive li {
    margin: 10px 0;
  }

  .lista-diferenciais-drive li span {
    color: #5F687A;
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 700;
  }
  
  .btn-liquet-drive {
    background-color: var(--color-secondary);
    text-decoration: none;
    color: var(--color-primary);
    text-align: center;
    font-size: 23px;
    font-family: var(--font-primary);
    border-radius: 7px;
    font-weight: 700;
    width: 70%;
  }

}

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

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

  #drive {
    margin-top: 40px;
  }

  .carro {
    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: 82%;
  }

  .carro img {
    width: 75px;
  }

  .imgs-clube img {
    border-radius: 10px;
  }

  .imgs-clube img:nth-child(1) {
    margin-top: 10px;
  }

  .imgs-clube img:nth-child(2) {
    margin-bottom: 10px;
  }

  .imgs-clube img:nth-child(3) {
    margin-top: 10px;
  }

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

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

  .drive-title {
    color: var(--color-primary);
    font-family: var(--font-primary);
    font-size: 32px;
    font-weight: 700;
  }

  .drive-subtitle {
    color: #5F687A;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
  }
  
  .lista-diferenciais-drive {
    list-style: none;
    padding-left: 10px;
  }

  .lista-diferenciais-drive li i {
    font-size: 28px;
    color: var(--color-primary);
  }

  .lista-diferenciais-drive li {
    margin: 10px 0;
  }

  .lista-diferenciais-drive li span {
    color: #5F687A;
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 700;
  }
  
  .btn-liquet-drive {
    background-color: var(--color-secondary);
    text-decoration: none;
    color: var(--color-primary);
    text-align: center;
    font-size: 23px;
    font-family: var(--font-primary);
    border-radius: 7px;
    font-weight: 700;
    width: 70%;
  }

}