/* Center */
.image-gallery-content {
    margin: auto;
}
.image-gallery-content, .image-gallery-image, .image-gallery-slide {
    width: 60%;
}

.seccionesIndice {
    margin: auto;
    margin-left: 10vw;
    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;
    height: 450px;
    border-radius: 10px;
    overflow-y: hidden;
    padding-top: 0.4rem;
    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;
    background-color: #3e8953;
    color: rgb(255, 255, 255);
    padding: 1rem;
    overflow: auto;
}
.atributosImage {
    height: 39vh;
    object-fit: cover;
}    
.card-body {
    min-height: 27vh;
}

