/*	TIPOGRAFia
	----------*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.5rem;
	font-family: var(--montserrat);
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
	/*font-family:var(--materia);
	margin-bottom: 0.5rem;
	line-height: 1.2;
	font-weight: 400;*/
}
p{
	margin-top: 0;
	margin-bottom: 1rem;
}
.lead {
    font-size: 1.015625rem;
    font-weight: 300;
}
h1, .h1 {
  font-size: 2.03125rem;
}
h2, .h2 {
  font-size: 1.625rem;
}
h3, .h3 {
  font-size: 1.421875rem;
}
h4, .h4 {
  font-size: 1.21875rem;;
}
h5, .h5 {
  font-size: 1.015625rem;
}
h6, .h6{
  font-size: 1rem;
}
.text-muted{
	color: #666 !important;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.text-primary {
  color: #2196F3 !important;
}
.text-warning {
  color: #ff9800 !important;
}
.text-danger {
  color: #e51c23 !important;
}
.text-success {
  color: #4CAF50 !important;
}
.text-info {
  color: #9C27B0 !important;
}
.text-blur {
	opacity:.5;
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
a{
	color: #2196F3;
	text-decoration: none;
	background-color: transparent;
}
a:hover,
a:active,
a:focus{     color: #157ab5;
    text-decoration: underline;
}
a:visited{color: #0a6ebd;}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline dotted;
  /* text-decoration-style: double; */
  cursor: help;
  border-bottom: 0;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.015625rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #666;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.display-3{
	font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}