
/*** Estilos legales **/
/** 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: 1.25rem;
}

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

/** 3. Componentes */

/* 3.1 Description */

.c-description {
	margin-bottom: 4rem;
	overflow: hidden;
	width: 100%;
}
.c-description h3 {
	border-bottom: 1px solid;
	font-size: 2.2rem;
	margin-bottom: 2rem;
	padding-bottom: 0.5rem;
}

.c-description h4 {font-size: 1.8rem;}

.c-description p {color: #000;}
.c-description p:last-child {margin-bottom: 0;}
.c-description p a {font-weight: bold;}
.c-description img {
	border: .1rem solid #000;
	display: block;
	margin: 2rem auto;
	max-width: 1000px;
	width: 100%;
}