
/*** Estilos starter - Estatica **/
/** 1. Generales:  */
/** 2. Layout: l-;  */
/** 3. Componente: c-; 3.1. Description */
/** 4. Paginas: p- */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 1. Generales */

.table-responsive {
	background-color: #fff;
	border: 0.1rem solid var(--color-primary);
	margin: 0 0 3rem;
	padding: 2rem;
}

.l-page__general {
	margin: auto;
	padding: 2rem;
	width: 100%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 3. Componentes */

/* 3.1 Description */

.c-description {
	border-bottom: 0.1rem solid var(--color-quaternary);
	margin-bottom: 3rem;
	overflow: hidden;
	padding-bottom: 3rem;
	width: 100%;
}

.c-description h2 {
	color: var(--color-primary);
	font-size: 2.5rem;
	padding-bottom: 0.5rem;
}

.c-description p,
.c-description li {
	font-size: 1.5rem;
	font-weight: 300;
}

.c-description p:last-child {margin-bottom: 0;}

.l-page__general h1,
.l-page__general strong, 
.l-page__general p, 
.l-page__general a, 
.l-page__general em, 
.l-page__general span {
	color: var(--font-color-primary);
}

footer > nav > ul > li:nth-child > a {
	color: var(--font-color-secondary)!important;
}

.l-page__general ul {
  margin: 0 0 1.5rem;
  overflow: hidden;
  width: 100%;
}

.l-page__general ul li {
  margin: 0 0 1rem;
	padding: 0 0 0 2rem;
  position: relative;
}

.l-page__general ul li:last-child {
  margin-bottom: 0;
  padding: 0 0 0 2rem;
}

.l-page__general ul li::before {
  background-color: var(--font-color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 0.5rem;
}