/*** Estilos EDP - Condiciones **/
/** 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 {
	margin-bottom: 3rem;
	overflow: hidden;
	width: 100%;
}
.c-description h2 {
	border-bottom: 0.1rem solid;
	color: var(--color-primary);
	font-size: 2rem;
	padding-bottom: 0.5rem;
}

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

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

/** 4. Index */

.p-static {}