/*
	TAMAÑOS
*/
.h1 { font-size: 2.75rem; font-style: italic; }  /* 44px */
.h2 { font-size: 2rem; }  /* 32px */
.h3 { font-size: 1.75rem; }  /* 28px */
.h4, .p-15 { font-size: 1.5rem !important; }  /* 24px */
.p-1-0 { font-size: 1.1rem }
.p-11 { font-size: 1.1rem }
.p-125 { font-size: 1.25rem; } /* 20px */
.p-0625 { font-size: .625rem; }  /* 10px */
.p-075 { font-size: .75rem; } /* 12px */
.p-0875, .table td, .table .form-control { font-size: .875rem; }  /* 14px */


/*
	GRUESOR
*/
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 340; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.font-weight-bold { font-weight: 800!important; }

/*
	COLORES
*/
.text-orange  {
  color: #ff4500;
}

/*
	ALTURA
*/
.lh-125 {
	line-height: 1.25rem;
}