@charset "UTF-8";
/*!
Theme Name: esdi-alumni
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.2 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
	display: none;
}

body {
	line-height: 1;
}

menu, ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
	--gray-200: #eaecee;
	--base-background-white: #fff;
	--gray-800: #242d35;
	--gray-600: #4f5b67;
	--gray-500: #717d8a;
	--gray-400: #a8b0b9;
	--gray-900: #0c1116;
	--gray-300: #d6dade;
	--gray-6: #f2f2f2;
	--gray-1: #333;
	--gray-3: #828282;
	--black: #202020;
	--sidebar: #060606;
	--bg-gray: #eeeeee;
	--gray-01: #d9d9d9;
}

@font-face {
	font-family: 'Framer Sans 700 Bold';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url("./assets/fonts/FramerSans700.eot");
	src: url("./assets/fonts/FramerSans700.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/FramerSans700.woff2") format("woff2"), url("./assets/fonts/FramerSans700.woff") format("woff"), url("./assets/fonts/FramerSans700.ttf") format("truetype"), url("./assets/fonts/FramerSans700.svg#FramerSans700Bold") format("svg");
}

button[type="reset"], button[type="submit"], button[type="button"], input[type="reset"], input[type="submit"], input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="reset"], input[type="submit"], input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], input[type="number"] {
	-webkit-appearance: none;
	border-radius: 0;
	padding: 10px 15px;
	border-radius: 10px;
	border: solid 1px var(--gray-01);
	background-color: var(--base-background-white);
	outline: 0;
}

select {
	-webkit-appearance: none;
	border-radius: 0;
	padding: 10px 15px;
	border-radius: 10px;
	border: solid 1px var(--gray-01);
	background-color: var(--base-background-white);
	outline: 0;
}

.select-container {
	position: relative;
}

.select-container::after {
	font-size: 12px;
	content: "\25BC";
	position: absolute;
	top: 37px;
	right: 10px;
	pointer-events: none;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	padding: 15px 15px;
	border-radius: 10px;
	border: solid 1px var(--gray-01);
	background-color: var(--base-background-white);
}

label, legend {
	color: var(--gray-800, #242D35);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 19.088px */
	padding-bottom: 3px;
}

.input-file input {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 10px;
	border: solid 1px var(--gray-01);
	background-color: var(--base-background-white);
	cursor: pointer;
	width: 100%;
	text-align: center;
}

.wpcf7-form {
	padding: 20px 20px;
	border: solid #D9D9D9 1px;
	border-radius: 10px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="url"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="number"] {
	width: 100%;
}

.wpcf7-form select, .wpcf7-form textarea {
	width: 100%;
}

.wpcf7-form p {
	margin: 0 0 10px;
}

.wpforms-container .wpforms-field-sublabel {
	padding-top: 3px;
}

.btn, button[type="reset"], button[type="submit"], button[type="button"], input[type="reset"], input[type="submit"], input[type="button"] {
	display: block;
	transition: all .3s;
}

.btn.btn--card, button[type="reset"], button[type="submit"], button[type="button"], input[type="reset"], input[type="submit"], input[type="button"] {
	text-align: center;
	padding: 15px 25px;
	border-radius: 36px;
	border: solid 1px var(--gray-900);
	background-color: var(--base-background-white);
	text-decoration: none;
	color: var(--gray-900);
}

.btn.btn--card:hover, button:hover[type="reset"], button:hover[type="submit"], button:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], input:hover[type="button"] {
	background-color: var(--gray-200);
	border-color: var(--gray-400);
}

.btn.btn--pdf, button.btn--pdf[type="reset"], button.btn--pdf[type="submit"], button.btn--pdf[type="button"], input.btn--pdf[type="reset"], input.btn--pdf[type="submit"], input.btn--pdf[type="button"], .btn.btn--black, button.btn--black[type="reset"], button.btn--black[type="submit"], button.btn--black[type="button"], input.btn--black[type="reset"], input.btn--black[type="submit"], input.btn--black[type="button"] {
	display: table;
	color: var(--gray-200);
	text-align: center;
	padding: 15px 25px;
	border-radius: 36px;
	border: solid 1px var(--gray-900);
	background-color: var(--gray-900);
	text-decoration: none;
}

.btn.btn--pdf:visited, button.btn--pdf:visited[type="reset"], button.btn--pdf:visited[type="submit"], button.btn--pdf:visited[type="button"], input.btn--pdf:visited[type="reset"], input.btn--pdf:visited[type="submit"], input.btn--pdf:visited[type="button"], .btn.btn--black:visited, button.btn--black:visited[type="reset"], button.btn--black:visited[type="submit"], button.btn--black:visited[type="button"], input.btn--black:visited[type="reset"], input.btn--black:visited[type="submit"], input.btn--black:visited[type="button"] {
	color: var(--gray-200);
}

.btn.btn--pdf:hover, button.btn--pdf:hover[type="reset"], button.btn--pdf:hover[type="submit"], button.btn--pdf:hover[type="button"], input.btn--pdf:hover[type="reset"], input.btn--pdf:hover[type="submit"], input.btn--pdf:hover[type="button"], .btn.btn--black:hover, button.btn--black:hover[type="reset"], button.btn--black:hover[type="submit"], button.btn--black:hover[type="button"], input.btn--black:hover[type="reset"], input.btn--black:hover[type="submit"], input.btn--black:hover[type="button"] {
	background-color: var(--gray-200);
	border-color: var(--gray-400);
	color: var(--gray-900);
}

.btn.btn--back, button.btn--back[type="reset"], button.btn--back[type="submit"], button.btn--back[type="button"], input.btn--back[type="reset"], input.btn--back[type="submit"], input.btn--back[type="button"] {
	display: table;
	color: var(--gray-900);
	text-align: center;
	padding: 15px 25px;
	border-radius: 36px;
	border: solid 1px var(--gray-200);
	background-color: var(--base-background-white);
	text-decoration: none;
}

.btn.btn--back:hover, button.btn--back:hover[type="reset"], button.btn--back:hover[type="submit"], button.btn--back:hover[type="button"], input.btn--back:hover[type="reset"], input.btn--back:hover[type="submit"], input.btn--back:hover[type="button"] {
	background-color: var(--gray-200);
	border-color: var(--gray-400);
}

.btn.btn--material, button.btn--material[type="reset"], button.btn--material[type="submit"], button.btn--material[type="button"], input.btn--material[type="reset"], input.btn--material[type="submit"], input.btn--material[type="button"] {
	display: table;
	color: var(--gray-900);
	text-align: center;
	padding: 15px 25px;
	border-radius: 36px;
	border: solid 1px var(--gray-200);
	background-color: var(--base-background-white);
	text-decoration: none;
}

.btn.btn--material:hover, button.btn--material:hover[type="reset"], button.btn--material:hover[type="submit"], button.btn--material:hover[type="button"], input.btn--material:hover[type="reset"], input.btn--material:hover[type="submit"], input.btn--material:hover[type="button"] {
	background-color: var(--gray-200);
	border-color: var(--gray-400);
}

html {
	font-family: Poppins, serif;
	font-size: 16px;
	line-height: 1.35;
	color: var(--gray-800);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	box-sizing: inherit;
}

.site-header {
	display: none;
}

.site-footer {
	display: none;
}

.site-branding a {
	display: block;
	width: 100%;
	max-width: 190px;
}

@media (max-width: 991.98px) {
	.site-branding a {
		max-width: 150px;
	}
}

.site-branding img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
}

.um-page-login .site .site-main, .um-page-password-reset .site .site-main {
	background: transparent;
}

.site {
	display: grid;
	grid-template-columns: 18% 82%;
	grid-template-rows: auto;
	grid-template-areas: "sidebar content";
	min-height: 100vh;
	/* Ajusta la altura según necesites */
}

@media (max-width: 991.98px) {
	.site {
		grid-template-columns: 100%;
		grid-template-areas: "sidebar" "content";
		min-height: unset;
		grid-template-columns: unset;
		grid-template-rows: 70px auto;
	}
}

.site .site-main {
	grid-area: content;
	background-color: var(--bg-gray);
}

.site .sidebar {
	grid-area: sidebar;
	background-color: var(--sidebar);
	padding: 30px 30px;
}

@media (max-width: 991.98px) {
	.site .sidebar {
		position: fixed;
		width: 100%;
	}
}

.site .sidebar .ham svg, .site .sidebar .ham path {
	fill: var(--bg-gray);
}

@media (max-width: 991.98px) {
	.site .sidebar {
		padding: 15px 15px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
	}
	.site .sidebar .ham .close {
		display: none;
	}
	.site .sidebar.open .main-navigation {
		display: block;
		position: fixed;
	}
	.site .sidebar.open .close {
		display: block;
	}
	.site .sidebar.open .open {
		display: none;
	}
	.site .sidebar.sticky {
		top: 0;
	}
}

body.no-sidebar .site {
	grid-template-columns: 100%;
	grid-template-areas: "content";
	grid-template-rows: unset;
	height: 100vh;
	max-height: -webkit-fill-available;
}

.menu-toggle {
	display: none;
}

@media (max-width: 991.98px) {
	.admin-bar .main-navigation {
		top: calc( 46px + 70px);
	}
	.admin-bar .sticky .main-navigation {
		top: 70px;
	}
	.main-navigation {
		top: 70px;
	}
}

.main-navigation {
	padding: 55px 0 0;
}

@media (max-width: 991.98px) {
	.main-navigation {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		padding: 15px 15px;
		width: 100%;
		height: calc( 100% - 70px);
		background-color: var(--sidebar);
	}
}

.ham {
	display: none;
}

@media (max-width: 991.98px) {
	.ham {
		display: inline-flex;
		margin-left: auto;
	}
}

.menu li {
	font-family: Poppins, serif;
	font-size: 16px;
	text-align: left;
	color: #f1f1f1;
	text-transform: uppercase;
	border-radius: 24px;
	margin-bottom: 5px;
}

.menu li:hover {
	font-family: Poppins, serif;
	font-size: 16px;
	text-align: left;
	color: #000;
	background-color: var(--base-background-white);
}

.menu li.current-menu-item, .menu li.current_page_ancestor {
	font-family: Poppins, serif;
	font-size: 16px;
	text-align: left;
	color: #000;
	background-color: var(--base-background-white);
}

.menu li a {
	display: block;
	color: inherit;
	text-decoration: none;
	padding: 10px 15px;
}

.menu li a:hover {
	color: inherit;
}

.site-main .entry-content p {
	font-family: Poppins, serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	color: #4f5b67;
}

.site-main .header-link {
	display: flex;
	flex-direction: column;
	padding: 10px 20px;
}

.site-main .header-link .btn--material {
	margin-left: auto;
}

.site-main > .page-header {
	border: none;
	border-bottom: solid black 1px;
	border-color: rgba(0, 0, 0, 0.08);
	padding: 25px 30px;
	display: flex;
	flex-direction: row;
}

@media (max-width: 991.98px) {
	.site-main > .page-header {
		padding: 15px 15px;
	}
}

.site-main > .page-header .page-title {
	font-family: "Framer Sans 700 Bold", serif;
	font-size: 32px;
	letter-spacing: 0.16px;
	text-align: left;
	color: #000606;
	font-weight: 700;
	text-transform: uppercase;
}

.site-main > article .entry-header {
	padding: 25px 30px;
	border: none;
	border-bottom: solid black 1px;
	border-color: rgba(0, 0, 0, 0.08);
}

@media (max-width: 991.98px) {
	.site-main > article .entry-header {
		padding: 15px 15px;
	}
}

.site-main > article .entry-header .entry-title {
	font-family: "Framer Sans 700 Bold", serif;
	font-size: 32px;
	letter-spacing: 0.16px;
	text-align: left;
	color: #000606;
	font-weight: 700;
	text-transform: uppercase;
}

.single-post .site-main > article .entry-header, .single-bolsa_de_trabajo .site-main > article .entry-header, .single-masterclass .site-main > article .entry-header, .single-proyecto .site-main > article .entry-header {
	padding: 30px 0 24px;
	border-bottom: none;
}

.single-post .site-main > article .entry-header .entry-title, .single-bolsa_de_trabajo .site-main > article .entry-header .entry-title, .single-masterclass .site-main > article .entry-header .entry-title, .single-proyecto .site-main > article .entry-header .entry-title {
	font-family: Poppins, serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	color: #242d35;
}

.single .entry-content {
	padding: 35px 0;
	font-family: Poppins, serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	color: #373f47;
}

.single .entry-content p, .single .entry-content ul, .single .entry-content ol, .single .entry-content blockquote, .single .entry-content figure {
	margin: 1.5rem 0;
}

.single .entry-content p, .single .entry-content li, .single .entry-content blockquote {
	font-family: Poppins, serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	color: #373f47;
}

.single-masterclass .entry-content {
	padding-top: 0;
}

.page.home .entry-content {
	padding: 25px 30px;
}

@media (max-width: 991.98px) {
	.page.home .entry-content {
		padding: 15px 15px;
	}
}

.no-results {
	grid-template-columns: repeat(1, 1fr);
	padding: 25px 30px;
}

@media (max-width: 991.98px) {
	.no-results {
		padding: 15px 15px;
	}
}

.page--wrapper .entry-content {
	padding: 25px 30px;
}

@media (max-width: 991.98px) {
	.page--wrapper .entry-content {
		padding: 15px 15px;
	}
}

.page--wrapper > article .entry-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 25px 30px;
	border: none;
	border-bottom: solid black 1px;
	border-color: rgba(0, 0, 0, 0.08);
}

@media (max-width: 991.98px) {
	.page--wrapper > article .entry-header {
		padding: 15px 15px;
	}
}

.page--wrapper > article .entry-header .entry-title {
	font-family: "Framer Sans 700 Bold", serif;
	font-size: 32px;
	letter-spacing: 0.16px;
	text-align: left;
	color: #000606;
	font-weight: 700;
	text-transform: uppercase;
}

/* HOME */
.layout-home {
	display: grid;
	width: calc(100% - 60px);
	grid-template-columns: 65% 35%;
	gap: 0 60px;
}

@media (max-width: 991.98px) {
	.layout-home {
		width: 100%;
		grid-template-columns: initial;
	}
}

.home--wrapper .banner {
	padding: 15px 0;
	margin: 15px 0;
}

.home--wrapper .banner img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.embed--wrapper {
	position: relative;
	width: 100%;
	/* Esto asegura que el contenedor se expanda a lo ancho */
	overflow: hidden;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio (9/16 = 0.5625) */
}

.embed--wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hidden {
	display: none;
}

.read-more, .link {
	margin-top: 10px;
	font-family: Poppins, serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	color: #AAA595;
	text-decoration: none;
}

.read-more:hover, .link:hover {
	color: #373f47;
}

.link-container {
	padding: 15px 0;
	display: flex;
	justify-content: center;
}

.entry-footer .edit-link {
	display: flex;
	align-items: center;
	justify-content: center;
}

.entry-footer .edit-link a {
	font-family: Poppins, serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	color: #AAA595;
}

.entry-footer .edit-link a:hover {
	color: #373f47;
}

.header--user_profile {
	display: inline-flex;
	align-items: center;
	margin-left: auto;
	gap: 10px;
	padding: 5px 15px;
	position: relative;
	background-color: #ffffff;
	border-radius: 30px;
	text-decoration: none;
}

.header--user_profile:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

.header--user_profile .avatar {
	position: relative;
	border-radius: 100%;
}

.header--user_profile .user_profile-layout {
	align-items: center;
	gap: 14px;
	display: inline-flex;
	position: relative;
	flex: 0 0 auto;
}

.header--user_profile .user_profile-layout > div {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 0;
	display: inline-flex;
	position: relative;
	flex: 0 0 auto;
}

.header--user_profile .text-wrapper {
	position: relative;
	width: fit-content;
	margin-top: -1px;
	font-family: Poppins, serif;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
	line-height: normal;
	color: #292d32;
}

.header--user_profile .text-wrapper-2 {
	position: relative;
	width: fit-content;
	font-family: Poppins, serif;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: 400;
	line-height: normal;
	color: #292d3270;
}

.registration-link {
	text-align: center;
}

.registration-link a {
	line-height: 22px;
	color: #242d35;
	display: block !important;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
	border-bottom: none !important;
}

.registration-link a:hover {
	text-decoration: underline;
}

.post-type-archive-bolsa_de_trabajo .selector-desktop {
	display: block;
}

@media (max-width: 991.98px) {
	.post-type-archive-bolsa_de_trabajo .selector-desktop {
		display: none;
	}
}

.post-type-archive-bolsa_de_trabajo .selector-mobile {
	display: none;
	padding-bottom: 25px;
}

@media (max-width: 991.98px) {
	.post-type-archive-bolsa_de_trabajo .selector-mobile {
		display: block;
	}
}

.post-type-archive-bolsa_de_trabajo .no-results {
	text-align: center;
	font-weight: bold;
	display: none;
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters {
	padding: 30px 0 0;
}

@media (max-width: 991.98px) {
	.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters {
		padding: 0 0;
	}
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .active .offer-title, .post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .active .offer-category, .post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .active .offer-location {
	color: red;
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .active .icon {
	color: red;
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .active .icon .icon-up-open {
	display: inline-block;
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .active .icon .icon-down-open {
	display: none;
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .btn-blue {
	padding: 10px 15px;
	border: solid #20201F 1px;
	border-radius: 20px;
	color: var(--gray-800);
	text-decoration: none;
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .btn-blue:hover {
	background-color: #d3d3d3;
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .active .btn-blue {
	background-color: #d3d3d3;
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .category-wrapper, .post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .location-wrapper {
	padding: 0 25px 10px;
	position: relative;
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .category-wrapper:before, .post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .location-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	left: 45px;
	top: 21px;
	z-index: 101;
	background-size: cover;
	width: 17px;
	height: 17px;
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .category-wrapper:before {
	background-image: url("assets/images/icon-work.png");
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .location-wrapper:before {
	background-image: url("assets/images/icon-work-location.png");
	width: 13px;
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .list-locations, .post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .list-category {
	display: table;
	width: auto;
	list-style: none;
	margin: 0 auto;
	padding: 0 20px 40px;
}

@media (max-width: 991.98px) {
	.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .list-locations, .post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .list-category {
		width: 100%;
		display: table;
		margin: 0 auto;
		padding: 20px 25px 20px 55px;
		border-radius: 30px;
	}
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .list-locations li, .post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .list-category li {
	display: block;
	float: left;
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .list-locations a, .post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .list-category a {
	text-decoration: none;
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .list-locations li {
	padding: 0 20px;
	color: #999999;
	font-weight: normal;
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .list-locations li a {
	color: inherit;
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .list-locations li.active, .post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .list-locations li:hover {
	font-weight: bold;
	color: var(--e-global-color-accent);
}

.post-type-archive-bolsa_de_trabajo .bolsa-trabajo-filters .list-category li {
	padding: 0 10px 10px;
}

.offer-data {
	padding: 10px 0;
}

.offer-data .offer-location svg {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 1;
	vertical-align: middle;
}

.offer-data .offer-category {
	padding-bottom: 5px;
	line-height: 1.2;
}

.archive--wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	padding: 20px 20px;
}

@media (max-width: 991.98px) {
	.archive--wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.archive--wrapper.col-3 {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
}

@media (max-width: 991.98px) {
	.archive--wrapper.col-3 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.archive--wrapper article {
	border-radius: 12px;
	border: solid 1px var(--gray-200);
	background-color: var(--base-background-white);
	padding: 30px 30px;
}

.archive--wrapper article .post-thumbnail {
	display: block;
	width: 100%;
	height: 160px;
	padding: 0 0 15px 0;
}

.archive--wrapper article .post-thumbnail img {
	display: block;
	border-radius: 8px;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.archive--wrapper article .entry-title {
	font-family: Poppins, serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	color: #242d35;
	text-transform: unset;
	text-decoration: none;
}

.archive--wrapper article .entry-title a {
	color: inherit;
	text-decoration: inherit;
}

.archive--wrapper article .entry-title a:hover {
	color: inherit;
	text-decoration: inherit;
}

.archive--wrapper article .entry-content {
	font-family: Poppins, serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	color: #4f5b67;
	padding: 15px 0;
}

.single article.post, .single article.bolsa_de_trabajo, .single article.masterclass, .single article.proyecto {
	padding: 25px 30px;
}

@media (max-width: 991.98px) {
	.single article.post, .single article.bolsa_de_trabajo, .single article.masterclass, .single article.proyecto {
		padding: 15px 15px;
	}
}

.single article.post .post-thumbnail img, .single article.bolsa_de_trabajo .post-thumbnail img, .single article.masterclass .post-thumbnail img, .single article.proyecto .post-thumbnail img {
	border-radius: 12px;
	display: block;
}

.single article.post img, .single article.bolsa_de_trabajo img, .single article.masterclass img, .single article.proyecto img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.entry-content h1 {
	font-size: 2em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	font-weight: bold;
}

.entry-content h2 {
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	font-weight: bold;
}

.entry-content h3 {
	font-size: 1.17em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.entry-content h4 {
	font-size: 1em;
	margin-top: 1.33em;
	margin-bottom: 1.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.entry-content h5 {
	font-size: .83em;
	margin-top: 1.67em;
	margin-bottom: 1.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.entry-content h6 {
	display: block;
	font-size: .67em;
	margin-top: 2.33em;
	margin-bottom: 2.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.last-archive h3 {
	padding: 15px 0;
	margin: 0;
	font-family: "Framer Sans 700 Bold", serif;
	font-size: 32px;
	letter-spacing: 0.16px;
	text-align: left;
	color: #000606;
	font-weight: 700;
	text-transform: uppercase;
	font-weight: normal;
}

.last-archive.col-1 .wrapper {
	grid-template-columns: repeat(1, 1fr);
}

.last-archive.col-2 .wrapper {
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991.98px) {
	.last-archive.col-2 .wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.last-archive.last-masterclass {
	margin-top: 35px;
}

.last-archive.last-bolsatrabajo .wrapper article .entry-header {
	flex-direction: column;
	align-items: flex-start;
}

.last-archive.last-bolsatrabajo .wrapper article .entry-title {
	line-height: 1.1;
}

.last-archive .wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	padding: 0 0;
}

.last-archive .wrapper article {
	border-radius: 12px;
	border: solid 1px var(--gray-200);
	background-color: var(--base-background-white);
	padding: 10px 10px;
	display: flex;
	flex-direction: column;
}

.last-archive .wrapper article footer {
	margin-top: auto;
}

.last-archive .wrapper article .post-thumbnail {
	display: block;
	width: 100%;
	height: 160px;
	padding: 0 0 15px 0;
}

.last-archive .wrapper article .post-thumbnail img {
	display: block;
	border-radius: 8px;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.last-archive .wrapper article .entry-header {
	padding: 0 0;
	border: none;
}

.last-archive .wrapper article .entry-title {
	font-family: Poppins, serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	color: #242d35;
	text-transform: unset;
	text-decoration: none;
	margin: 0 0;
	padding: 0 0;
}

.last-archive .wrapper article .entry-title a {
	color: inherit;
	text-decoration: inherit;
}

.last-archive .wrapper article .entry-title a:hover {
	color: inherit;
	text-decoration: inherit;
}

.last-archive .wrapper article .entry-content {
	font-family: Poppins, serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	color: #4f5b67;
	padding: 15px 0;
}

.last-archive .wrapper article .btn, .last-archive .wrapper article button[type="reset"], .last-archive .wrapper article button[type="submit"], .last-archive .wrapper article button[type="button"], .last-archive .wrapper article input[type="reset"], .last-archive .wrapper article input[type="submit"], .last-archive .wrapper article input[type="button"] {
	font-family: Poppins, serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

article.offer {
	display: flex;
	flex-direction: column;
}

article.offer .entry-footer {
	display: flex;
	flex-direction: row;
	gap: 0 15px;
	justify-content: space-between;
	margin-top: auto;
}

article.offer .entry-footer .btn:only-child, article.offer .entry-footer button:only-child[type="reset"], article.offer .entry-footer button:only-child[type="submit"], article.offer .entry-footer button:only-child[type="button"], article.offer .entry-footer input:only-child[type="reset"], article.offer .entry-footer input:only-child[type="submit"], article.offer .entry-footer input:only-child[type="button"] {
	margin: auto;
}

.navigation {
	display: flex;
	justify-content: center;
	padding: 20px 20px;
}

.navigation .page-numbers {
	background-color: #f1f1f1;
	color: #000;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	text-decoration: none;
}

.navigation .page-numbers.current {
	background-color: #000;
	color: #f1f1f1;
}

.page-404 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	text-align: center;
	background-color: #f8f9fa;
}

.page-404 .search-form {
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
	padding: 25px 0;
}

.page-404 .search-form .search-submit {
	padding: 10px 20px !important;
}

.page-404 .content {
	padding: 15px;
	margin: 0;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 12px;
	border: 1px solid #ddd;
}

.page-404 .content h1 {
	font-size: 3rem;
	margin-bottom: 20px;
}

.page-404 .content p {
	font-size: 1.25rem;
	margin-bottom: 20px;
	color: #6c757d;
}

.page .um:not(.um-admin) {
	margin-bottom: 0 !important;
}

.page.um-page-members .entry-content {
	padding: 30px 30px;
}

.page .um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-photo {
	padding: 0px 0 20px 0;
}

.page .um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-photo a img {
	width: 80px;
	height: 80px;
}

.page .um-directory .um-member {
	border-radius: 12px;
	border: solid 1px var(--gray-200);
	background-color: var(--base-background-white);
	padding: 30px 30px;
}

.um-page-register .site {
	height: 100% !important;
}

.um-page-register .site-main {
	background-color: unset;
}

.um-page-register .page--wrapper > article .entry-header {
	border-bottom: none;
}

.um-page-register .page--wrapper article {
	flex-direction: column;
}

.um-page-login, .um-page-password-reset, .um-page-register {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.um-page-login .um-7.um, .um-page-password-reset .um-7.um, .um-page-register .um-7.um {
	max-width: 525px;
}

.um-page-login .entry-header, .um-page-password-reset .entry-header, .um-page-register .entry-header {
	display: none;
}

.um-page-login .page--wrapper, .um-page-password-reset .page--wrapper, .um-page-register .page--wrapper {
	height: 100%;
}

.um-page-login .page--wrapper .entry-content, .um-page-password-reset .page--wrapper .entry-content, .um-page-register .page--wrapper .entry-content {
	width: 100%;
}

.um-page-login .page--wrapper .um-password .um-field-type_block, .um-page-password-reset .page--wrapper .um-password .um-field-type_block, .um-page-register .page--wrapper .um-password .um-field-type_block {
	padding-top: 0;
}

.um-page-login .page--wrapper .um-password input[name='_um_password_reset'] + .um-field-type_block, .um-page-password-reset .page--wrapper .um-password input[name='_um_password_reset'] + .um-field-type_block, .um-page-register .page--wrapper .um-password input[name='_um_password_reset'] + .um-field-type_block {
	padding-top: 15px;
}

.um-page-login .page--wrapper .um-login, .um-page-login .page--wrapper .um-password, .um-page-login .page--wrapper .um-register, .um-page-password-reset .page--wrapper .um-login, .um-page-password-reset .page--wrapper .um-password, .um-page-password-reset .page--wrapper .um-register, .um-page-register .page--wrapper .um-login, .um-page-register .page--wrapper .um-password, .um-page-register .page--wrapper .um-register {
	background: #EEEEEE;
	box-shadow: 0px 0px 26.7px rgba(0, 0, 0, 0.4);
	border-radius: 33px;
	padding: 25px 50px;
}

.um-page-login .page--wrapper .um-login h3, .um-page-login .page--wrapper .um-password h3, .um-page-login .page--wrapper .um-register h3, .um-page-password-reset .page--wrapper .um-login h3, .um-page-password-reset .page--wrapper .um-password h3, .um-page-password-reset .page--wrapper .um-register h3, .um-page-register .page--wrapper .um-login h3, .um-page-register .page--wrapper .um-password h3, .um-page-register .page--wrapper .um-register h3 {
	font-family: "Framer Sans 700 Bold", serif;
	font-size: 32px;
	letter-spacing: 0.16px;
	text-align: left;
	color: #000606;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0;
}

.um-page-login .page--wrapper .um-login h5, .um-page-login .page--wrapper .um-password h5, .um-page-login .page--wrapper .um-register h5, .um-page-password-reset .page--wrapper .um-login h5, .um-page-password-reset .page--wrapper .um-password h5, .um-page-password-reset .page--wrapper .um-register h5, .um-page-register .page--wrapper .um-login h5, .um-page-register .page--wrapper .um-password h5, .um-page-register .page--wrapper .um-register h5 {
	font-family: Poppins, serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	color: #242d35;
	text-transform: unset;
	text-align: center;
	margin: 0 0 20px 0;
}

.um-page-login .page--wrapper article, .um-page-password-reset .page--wrapper article, .um-page-register .page--wrapper article {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.um .um-form input[type="reset"], .um .um-form input[type="submit"], .um .um-form input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
}

.um .um-form input[type="checkbox"], .um .um-form input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

.um .um-form input[type="text"], .um .um-form input[type="email"], .um .um-form input[type="tel"], .um .um-form input[type="url"], .um .um-form input[type="password"], .um .um-form input[type="search"], .um .um-form input[type="number"] {
	-webkit-appearance: none;
	border-radius: 0;
	padding: 10px 15px;
	border-radius: 10px;
	border: solid 1px var(--gray-01);
	background-color: var(--base-background-white);
	outline: 0;
}

.um .um-form select {
	-webkit-appearance: none;
	border-radius: 0;
	padding: 10px 15px;
	border-radius: 10px;
	border: solid 1px var(--gray-01);
	background-color: var(--base-background-white);
	outline: 0;
}

.um .um-form .select-container {
	position: relative;
}

.um .um-form .select-container::after {
	font-size: 12px;
	content: "\25BC";
	position: absolute;
	top: 37px;
	right: 10px;
	pointer-events: none;
}

.um .um-form textarea {
	-webkit-appearance: none;
	border-radius: 0;
	padding: 15px 15px;
	border-radius: 10px;
	border: solid 1px var(--gray-01);
	background-color: var(--base-background-white);
}

.um .um-form label, .um .um-form legend {
	color: var(--gray-800, #242D35);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 19.088px */
	padding-bottom: 3px;
}

.last-members .um-directory.uimob500 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo {
	width: 50px;
}

.last-members .um-directory.uimob500 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo a {
	width: 50px;
	height: 50px;
}

.last-members .um-directory.uimob500 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo a img {
	width: 100%;
	height: 100%;
}

.last-members .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container {
	margin-bottom: 0;
}

.um-page .um-form input[type=number] {
	width: 100% !important;
	padding: 10px 15px !important;
	height: 40px !important;
}

/* Link colors */
.um a.um-link,
.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
	color: #000000 !important;
}

.um a.um-link:hover,
.um a.um-link-hvr:hover {
	color: #5A5A5A !important;
}

/* Button colors */
.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover,
.um .um-button,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active,
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um input[type=submit]:disabled:hover {
	background: #000000 !important;
}

.um .um-field-group-head:hover,
.picker__footer,
.picker__header,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__list-item:hover,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected,
.um .um-button:hover,
.um a.um-button:hover,
.um input[type=submit].um-button:hover {
	background: #5A5A5A !important;
}

/* Button alt colors */
.um .um-button.um-alt,
.um input[type=submit].um-button.um-alt {
	background: #eeeeee !important;
}

.um .um-button.um-alt:hover,
.um input[type=submit].um-button.um-alt:hover {
	background: #e5e5e5 !important;
}

p.um-notice.err {
	color: white;
}

.white-popup {
	position: relative;
	background-color: var(--gray-200);
	border: solid 1px var(--gray-200);
	border-radius: 7px;
	padding: 40px 60px;
	width: auto;
	max-width: 1000px;
	margin: 20px auto;
}

.white-popup .more-info {
	display: flex;
	padding: 15px 0;
	gap: 0 5px;
}

.white-popup .more-info .location {
	margin-left: auto;
}

.white-popup .more-info .location svg {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 1;
	vertical-align: middle;
}

.white-popup.info-legal {
	font-size: 13px;
}

.white-popup.info-legal p {
	font-size: 13px;
}

.white-popup.info-legal a {
	text-decoration: underline;
}

.white-popup h3 {
	font-weight: bold;
}

/*# sourceMappingURL=style.css.map */