:root {
  /* COLOR */
  --light-grey: #F9EEEC;
  --black: #333333;
  /* FONT */
  font-family: 'Ubuntu', sans-serif;
}

/* RESETS */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--black);
    font-family: 'Ubuntu', sans-serif;
}

p, li, a, span{
    color: var(--black);
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 18px;
}

img{
    max-width: 100%;
}

a{
    color: inherit;
    text-decoration: none;
}

/*Admin Actions*/

/* .dnnModuleDialog {
  top: 60% !important;
} */

.dnnEditState.personabar-visible header {
  position: relative;
  z-index: 0;
}

.dnnEditState.personabar-visible footer{
    padding: 0 0 140px 0;
}

/*Resuelve el problema de la posicion de la modal de agregar módulos*/
/* body.dnnEditState.personabar-visible #Form {
    height: 100%;
} */