
#vant{
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: center; 
  padding-top: 80px;
}

.container_van {
  width: 948px;
  margin: 64px auto 0 auto;
  text-align: justify;
}

.title_van {
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* color: var(--purple); */
  font-weight: 700;
  /* font-size: 32px; */
  background-color: #F9F1F9;
}

#benefit_van.mobile{
  display: none;
}

#benefit_van {
  padding-top: 8px;
  display: grid;  
  align-items: center;
  justify-content: center;  
}

.benefit_van { 
  gap: 20px;
  margin: 24px auto;
}

.benefits_van {
  margin-top: 24px;
  max-width: 928px;
  min-height: 120px;
  padding: 8px;
  background: linear-gradient(
      157deg,
      rgba(249, 249, 249, 0.2) 0%,
      rgba(255, 255, 255, 0) 69.94%
    ),
    #ffffff;
  box-shadow: 5px 5px 10px rgba(170, 170, 204, 0.4), -5px -5px 10px #ffffff;
  border-radius: 8px;
  display: flex;
  display-direction: column;
  align-items: flex-start;
}

.benefits_van:hover {
  transition: 1.3s all;

  box-shadow:  -10px -10px 20px 0px #FFF, 
    10px 10px 20px 0px rgba(170, 170, 204, 0.30), 
    5px 5px 10px 0px rgba(170, 170, 204, 0.30), 
    -5px -5px 10px 0px rgba(255, 255, 255, 0.50);
}

.benefits_van_bottom:hover {
  transition: 1.3s all;

  box-shadow:  -10px -10px 20px 0px #FFF, 
    10px 10px 20px 0px rgba(170, 170, 204, 0.30), 
    5px 5px 10px 0px rgba(170, 170, 204, 0.30), 
    -5px -5px 10px 0px rgba(255, 255, 255, 0.50);
}

.bene_van-info .name {
  font-weight: 600;
  font-size: 20px;
  color: var(--purple);
}

.bene_van-info .description {
  display:flex;
  flex-direction: row;
  margin-top: 4px;
  width: 100%;
  /* height: 72px; */
  font-size: 16px;
  color: var(--lowmedium);
}

@media (max-width: 1050px) {
  #benefit_van {
    flex-direction: column;
  }
  #benefit_van.mobile{
    display: none;
  }
  .benefit_van {
    flex-direction: row;
  }
  .benefit_van.middle {
    margin-left: 0;
    margin-right: 0;
  }
  .benefits_van {
    margin: 0 8px;
    /* height: 140px; */
  }
  
}

/* MOBILE */

@media (max-width: 762px) {  
  #benefit_van.desktop {
    display: none;
  } 
  
  #benefit_van.mobile {
    display: block;
    padding-top: 8px;
  }
  .container_van{
    width: 90%;    
    margin-top: 12px;
    display:flex;
    justify-content: center;
  }
  #benefit_van {
    width: 95%;
    margin: 0 auto;
    margin-top: 24px;
  }
  .benefits_van {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    min-height: 156px;
    margin: 8px 8px;
    padding: 0 8px;
  }
  .bene_van-info .description {
    height: 100%;
    padding-bottom: 10px; 
  }
  
  .benefit_van.middle,
  .benefit_van {
    margin: 0;
  }
  .description{
    font-size: 16px;
  }
}


@media (max-width: 520px) {
  .resumo-vantagens{
    width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .title_van{
    width: 90%;
    font-size: 28px;
  }
  
  .benefits_van {
    width: 90%;
    /* min-heigh: 250px; */
    margin: 0 auto;
    margin-bottom: 30px;
    justify-content: center;
  }
  #vant .container .desc {
    padding-bottom: 12px;
  }
  .box {
    padding: 56px 0;
  }
}

@media (max-width: 412px) {
  .container_van{
    margin-bottom: 22px;
  }
  /* .benefits_van{
   min-height: 250px;
  } */
}

@media (max-width: 360px) {
  .title_van{
    width: 90%;
    font-size: 32px;
  }
  .benefits_van{
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* height: 340px; */
  }
  .benefits-img {
    margin-right: 8px;
  }
  .benefits-img {
    margin-right: 8px;
  }
}


@media (max-width: 320px) {
  .resumo-vantagens{
    width: 320px;
  }
  /* .benefits_van {   
    height:330px;
  } */
 
  .benefits {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 240px){
  .benefits_van {
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* height: 440px; */
  }
  /* .benefit{
    width: 240px;
  } */
}