body {
  margin: 0;
}

.MuiCollapse-root {
  transition: none !important;
}

#id_home_page {
  background-color: #ffffff;
  background-image: linear-gradient( 0deg, rgb(255, 255, 255,0), rgba(255, 255, 255,0)), url('/assets/siep/data-explorer/images/introduccion_SIEP.jpg');
  background-position:
center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.MuiButtonBase-root {
  color: #012740 !important;
}

.css-8yl3oo-MuiSvgIcon-root {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 1.5rem;
    color: rgb(74, 4, 30);
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.makeStyles-container-55 {
    padding: 15px !important;
    border-radius: 4px !important;
    background-color: rgb(243 244 246) !important;
}