.formac{
    padding: 3% 10%;
    background-color: #000000;
}

.formac_contenedor{
    display: flex;
    justify-content: space-between;
}

.formac_contenedor_caja_div{
    width: 260px;
    height: 200px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
}

.formac_contenedor_caja_div_img{
    width: 70%;
}

#rollingLogo {
    width: 90%;
}

.formac_contenedor_caja_tag{
    font-weight: 700;
    color: rgb(255, 217, 0);
}