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

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

/** 1. Generales */

h4 {color: var(--color-primary);}

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

/** 2. Layout */

.l-page__description {
	background-color: #FFF;
	-webkit-box-shadow: 0 0 12px #efefef;
	-moz-box-shadow: 0 0 12px #efefef;
	box-shadow: 0 0 12px #efefef;
	padding: 2.5rem;
}

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

/** 3. Componentes */

/* 3.1 Description */

.c-description {
	padding: 3rem;
	margin-bottom: 1rem;
	overflow: hidden;
	width: 100%;
}
.c-description h3 {
	border-bottom: 0.1rem solid;
	color: var(--color-primary);
	font-size: 2rem;
	padding-top: 3.5rem;
	padding-bottom: 1rem;
}

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

.c-description ul, .c-description li {
	list-style: disc;
  padding-left: 2rem;
  margin-left: 1rem;
}

.c-description ul {
	margin-block: 2rem;
}

.c-description li {
	margin-bottom: 1rem;
}

.c-description p {
	margin-bottom: 2rem;
}

.c-description a {
	text-decoration: underline !important;
	color: rgb(66, 66, 66) !important;
}

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

/** 4. Index */

.p-static {}