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

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

/** 1. Generales */

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

.p-static {
	background-color: var(--bkg-section);
}

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

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

/** 2. Layout */

.l-page__general {
	background-color: transparent;
	padding: 4vw 3vw;
}

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

/** 3. Componentes */

/* 3.1 Description */

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

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