
.seccionesIndice {
    margin: auto;
    width: 95vw;
    justify-content: space-evenly;
    margin-bottom: 2rem;
}
.containerCard {
    /* display: flex; */
    margin: auto;
    width: 95vw;
    justify-content: space-evenly;
    margin-bottom: 2rem;
}
.cCard {
    flex-direction: column;
    border-radius: .25rem;
    width: 340px;
    border-radius: 10px;
    padding-top: 0.4rem;
    height: 384px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 40%);
}
.containerImagenCard {
    display: flex;
    margin: 0 auto;
}
.imagenCard {
    min-height: 200px;
    max-height: 200px;
}
.textoCard {
    margin-top: 1rem;
    padding: 1rem;
}
.fila {
    justify-content: space-around;
}