/*	TIPOGRAFia
	----------*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:var(--theme-menu);
	margin-bottom: 0.5rem;
	font-weight: 400;
	line-height: 1.2;
	color: #5a5a5a;
}
p{
	/* margin-top: 0; */
	margin-bottom: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6{
  font-size: 1rem;
}
.text-muted{
	color: #888 !important;;
}
.text-primary {
  color: var(--primary-color) !important;
}
.text-secondary {
  color: var(--secondary-color) !important;
}
.text-warning {
  color: var(--warning-color) !important;
}
.text-danger {
  color: var(--danger-color) !important;
}
.text-success {
  color: var(--success-color) !important;
}
.text-info {
  color: var(--info-color) !important;
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
/*
a{
	color: var(--primary-color);
    text-decoration: none;
    background-color: transparent;
}
a:hover,
a:active,
a:focus{
    color: #fff !important;
    text-decoration: underline;
}*/

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-style: double;
  cursor: help;
  border-bottom: 0;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}