#impacto-social {
    font-family: Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
  }

  #impacto-social .header {
    text-align: center;
    margin-bottom: 40px;
  }

  #impacto-social h1 {
    font-size: 36px;
    margin: 0;
    line-height: 1.2;
  }

  #impacto-social h1 em {
    font-style: italic;
    color: #171616;
    font-weight: 600;
    font-family: sriracha;
}
  #impacto-social .subtitle {
    color: #666;
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.5;
  }

  #impacto-social .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
  }

  #impacto-social .card {
    background: white;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  #impacto-social .card.image {
    padding: 0;
    overflow: hidden;
  }

  #impacto-social .card.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
  }

  #impacto-social .icon {
    width: 48px;
    height: 48px;
    background: #00c853;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #impacto-social .icon svg {
    width: 24px;
    height: 24px;
    fill: white;
  }

  #impacto-social .card h3 {
    font-size: 24px;
    margin: 0;
  }

  #impacto-social .card p {
    margin: 0;
    color: #666;
    line-height: 1.5;
  }

  #impacto-social .footer {
    text-align: center;
    display: ruby;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    gap: 24px;
}

#impacto-social .footer h2 {
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
    margin-left: 0px !important;
    display: contents;
	width:100% !important;
}

#impacto-social .button {
  background: #002868;
  color: white;
  padding: 10px 34px;
  border-radius: 9px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  margin-left: 1.5rem;
  text-decoration:none !important;
}
  #impacto-social footer{
    background-color: #ffffff00;
  }

  @media (max-width: 768px) {
    #impacto-social .grid {
      grid-template-columns: 1fr;
    }
    
    #impacto-social .footer {
      flex-direction: column;
    }
  }
  



#escritorio img{
    margin: 0 auto !important;
    display: block;
    max-width: 1020px;
}



#sobre-bassi {
    /* max-width: 1200px; */
    width: 100% !important;
    margin: 0 auto;
    margin-top: 3rem;
    padding: 2rem 20px;
    border-radius: 80px;
    font-family: Arial, sans-serif;
    background-color: #fff !important;
}

  #sobre-bassi .stats {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
    text-align: center;
  }

  #sobre-bassi .stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 200px;
  }

  #sobre-bassi .number {
    font-size: 48px;
    font-weight: bold;
    color: #00c853;
    margin-bottom: 8px;
    font-family: sriracha;

  }

  #sobre-bassi .label {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 1.4;
  }

  #sobre-bassi .content {
    max-width: 900px;
    margin: 0 auto;
  }

  #sobre-bassi p {
    color: #333;
    line-height: 1.6;
    margin-bottom: 24px;
    font-size: 16px;
    margin-top: 30px;
  }

  @media (max-width: 768px) {
    #sobre-bassi .stats {
      flex-direction: column;
      gap: 32px;
    }

    #sobre-bassi .stat-item {
      max-width: 100%;
    }
  }


@media(max-width:767px){
    #escritorio img {
        margin: 0 auto !important;
        display: block;
        max-width: 380px;
    }
}

  #team-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

#team-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

#team-section h2 em {
    font-style: normal;
}

#team-section .team-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

#team-section .team-member {
    width: 255px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    background: #f5f5f5;
}

#team-section .team-member img {
    width: 255px;
    height: 600px;
    object-fit: cover;
}
@media(max-width:767px){
  #team-section .team-member img {
    width: 212px;
    height: 473px;
    border-radius: 36px;
    object-fit: cover;
}
}

#team-section .member-info {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
}

#team-section .member-info h3 {
    margin: 0;
    font-size: 24px;
}

#team-section .member-info p {
    margin: 5px 0 0;
    font-size: 16px;
}

#team-section .cta {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#team-section .cta p {
    font-size: 20px;
    margin: 0;
}

#team-section .cta a {
  background: #002868;
  color: white;
  padding: 10px 34px;
  border-radius: 9px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  margin-left: 1.5rem;
}

#team-section .cta a:hover {
    background-color: #051944;
}
#texto-um {
    margin: 3rem 0 0 0;
}


@media(max-width:767px){
  #impacto-social .button {
    background: #002868;
    color: white;
    padding: 10px 34px;
    border-radius: 9px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    margin-left: 0.6rem;
}
}

@media (min-width: 769px) and (max-width: 1023px) {}

@media (min-width: 1024px) and (max-width: 1366px) {}