.modal-producto{
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    display: none;
}

.modal-producto-contenido{
    position: absolute;
    background-color: #fff;
    width: 80vw;
    height: 80vh;
    top: 10vh;
    left: 10vw;
    overflow-y: auto;
    padding: 30px;
}

.agregar-color-contenido{
    display: none;
}

.contenedor-agregar{
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
    background-color: #eee;
    margin-bottom: 40px;
}
