.contenedor_layout_administrador {
    margin-left: 200px;
    background: #f1f5f8;
}

.contenedor_administrador_contenido {
    padding: 20px;
}

/*ESTILOS PANEL*/
.contenedor_panel_producto_admin {
    margin-bottom: 20px;
    background-color: white;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.contenedor_panel_producto_admin iframe {
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.2) inset;
  }
/*ESTILOS  BOTON SCROLL TOP*/
.contenedor_boton_scroll_top {
    position: fixed;
    background-color: #189bb6;
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.contenedor_boton_scroll_abajo {
    position: fixed;
    background-color: #51b5cf;
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

@media (max-width: 916px) {
    .contenedor_layout_administrador {
        margin-left: 0px;
    }
}
