/* Creación de FC */
.seccion_form_fc {
    border-radius: 25px;
    border: 3px solid #8f0305;
    background-color: #f5e6e7;
    padding: 25px 40px;
}

/* --------------------------------- */

.botones-fc {
    text-align: right;
    margin-top: -3rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px 0px 0px 0px;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
