/**
 * Theme Name: Unacom: Universidad Nacional de las Comunas
 * Template:   twentytwentyfive
 * Author: Marcos Rubén
 * Version: 2.0.0
 */

/* Variables */
:root {
	--amarillo1: #E9A326;
	--amarillo2: #D48B21;
	--azul1: #508FE2;
	--azul2: #3D6EC1;
	--azul3: #253476;
	--azul4: #263262;
	--rojo1: #DC325F;
	--rojo2: #C1103B;
	--gris1: #646464;
	--swiper-theme-color: var(--azul1) !important;
}

/* Generalidades */
body {
	margin: 0 !important;
}

header div { 
	padding: 0 !important;
	z-index: 1;
}

body h1,
body h2, 
h3, h4, h5, h6 {
	font-family: Gotham Narrow !important;
	font-weight: 400 !important;
}

body.home h1,
body.home h2,
body.page .billion h1,
body.autoridad-template-default h1 {
	font-family: Billion Dreams !important; 
}

body.home h2 {
	font-size: 3.7em !important;
}



body:not(.home) h1 {
	  font-weight: 400;
}



p {
	font-family: Gotham Light;
	font-weight: 200;
}

/* Publicaciones */

body.page-id-374 h3 {
	  font-weight: 400 !important;
}
/* Entradas */
#presentacion #metadatos p {
	font-family: Gotham Medium;
	font-weight: 900;
}



