
    
html:not(.contenido-editor html){
  font-size: inherit;
}
body:not(.contenido-editor body){
  margin: 0;

  font-size: 1rem;
  line-height: 1.5;;
  font-weight: 400;


}
p:not(.contenido-editor p) {
    font-size: inherit;
    line-height: 1.5;
    font-weight: inherit;
    margin: inherit;
    margin-bottom: 1rem;
    margin-top: 0;
}

td:not(.contenido-editor td) {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
li:not(.contenido-editor li) {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
label:not(.contenido-editor label) {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.container:not(.contenido-editor .container) {
  margin: inherit;
  max-width: inherit;
}
h1:not(.contenido-editor h1) {
  font-family: 'Roboto', sans-serif;;
  font-size: inherit; 
  line-height: inherit;
  font-weight: 500;
  letter-spacing: inherit;
}
h2:not(.contenido-editor h2) {
  font-family: 'Roboto', sans-serif;;
  font-size: inherit; 
  line-height: inherit;
  font-weight: 500;
  letter-spacing: inherit;
}
h3:not(.contenido-editor h3) {
  font-family: 'Roboto', sans-serif;;
  font-size: inherit; 
  line-height: inherit;
  font-weight: 500;
  letter-spacing: inherit;
}
h4:not(.contenido-editor h4) {
  font-family: 'Roboto', sans-serif;;
  font-size: inherit; 
  line-height: inherit;
  font-weight: 500;
  letter-spacing: inherit;
}
h5:not(.contenido-editor h5) {
  font-family: 'Roboto', sans-serif;;
  font-size: inherit; 
  line-height: inherit;
  font-weight: 500;
  letter-spacing: inherit;
}
h6:not(.contenido-editor h6) {
  font-family: 'Roboto', sans-serif;;
  font-size: inherit; 
  line-height: inherit;
  font-weight: 500;
  letter-spacing: inherit;
}
@media all and (max-width: 1024px) {
  h1:not(.contenido-editor h1) {
    font-family: 'Roboto', sans-serif;;
    font-size: inherit; 
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
  }
  h2:not(.contenido-editor h2) {
    font-family: 'Roboto', sans-serif;;
    font-size: inherit; 
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
  }
  h3:not(.contenido-editor h3) {
    font-family: 'Roboto', sans-serif;;
    font-size: inherit; 
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
  }
  h4:not(.contenido-editor h4) {
    font-family: 'Roboto', sans-serif;;
    font-size: inherit; 
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
  }
  h5:not(.contenido-editor h5) {
    font-family: 'Roboto', sans-serif;;
    font-size: inherit; 
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
  }
  h6:not(.contenido-editor h6) {
    font-family: 'Roboto', sans-serif;;
    font-size: inherit; 
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
  }
}
a:not(.contenido-editor a) {
  color: var(--bs-primary);
}
.link-dark:not(.contenido-editor .link-dark) {
  color: #212529;
}
.link-secondary:not(.contenido-editor .ink-secondary) {
  color: #6c757d;
}
.link-danger:not(.contenido-editor .ink-danger) {
  color: #dc3545;
}
.fs-07:not(.contenido-editor .fs-07) {
  font-size: 0.7rem !important;
}