/*Version 1.0.0*/
/*Impulso CSS*/
.proyecto-impulso-section{
    background-color: #F3B055;
    height: auto;
}
.impulso-title{
    margin-top: 20px;
}
.impulso-title h1{
    padding-top: 20px;
    text-align: center;
    font-weight: 900;
    color: #fff;
}
.impulso-title h3{
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.img-top {
    border-radius: 25px;
}
.impulso-sub-title{
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 20px 0;
}
.impulso-title-ong{
  text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 20px 0;
}
.impulso-card {
    background: white; /* Fondo de las tarjetas de estadística */
    border-radius: 15px; /* Bordes redondeados de las tarjetas */
    /*width: 20%;
    height: auto;*/
    padding: 1rem; /* Espacio interior de las tarjetas */
    margin: 15px 20px; /* Margen arriba y abajo de las tarjetas */
    text-align: center; /* Centrado del texto y contenido */
    box-shadow: 3px 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra para las tarjetas */
  }

  .impulso-card h2 {
    color: #FFA900; /* Color del número de estadística */
    font-weight: bold;
    margin: 15px 0; /* Espacio arriba y abajo del número */
  }

  .impulso-card p {
    color: #FFA900; /* Color del texto de la descripción */
    margin-bottom: 0; /* Sin margen debajo del párrafo */
  }

  .impulso-card img {
    margin-bottom: 15px; /* Espacio debajo de la imagen */
    width: 50%;
    height: auto;
  }

   .card .impulso-img{
    width: 100%;
    height: auto;
    background-size: cover;

  }
