/* CSS para efecto de escala en spans con clase wp-block-navigation-item__label */

span.wp-block-navigation-item__label {
    display: inline-block;
}

span.wp-block-navigation-item__label:hover {
		font-weight: 650;
    color:#2E008B;
}



.learn-more-button {
    background-color: #2E008B;
    color: #ffffff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px !important;
    height: 45px;
    padding: 0;
}

.learn-more-button span {
    transition: all 0.3s ease-in-out;
	font-weight: 400;
}

.learn-more-button:hover span,
.learn-more-button:focus-visible span {
    transform: scale(1.15);
}

.buttonHover span,
.buttonHover div {
    transition: all 0.3s ease-in-out;
}

.buttonHover:hover span,
.buttonHover:focus-visible span,
.buttonHover:hover .uagb-buttons-repeater div,
.buttonHover:focus-visible .uagb-buttons-repeater div {
    transform: scale(1.15);
}


/* Estilos solo para móvil del mapa */
@media only screen and (max-width: 780px) {
  .map_aspect_ratio {
    height: 350px !important;
  }
}

.application_button {
	background-color: #2E008B;
	color: #ffffff;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-color: none;
	width: 300px;
	height: auto;
	border: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.application_button:hover {
	transform: scale(1.08);
}

.read-more {
	color: #2E008B;
}

.wpcu_block_title {
	margin: 80px 0px 15px 0px;
	display: block;
	text-align: center;
	align-items: center;
	color: #2E008B;
}

.job_filters {
	border-radius: 5px;
}
.job_filters input {
	accent-color: #5d18e7;
}
.job_filters .showing_jobs a::before {
	content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik00IDExYTkgOSAwIDAgMSA5IDlNNCA0YTE2IDE2IDAgMCAxIDE2IDE2Ii8+PGNpcmNsZSBjeD0iNSIgY3k9IjE5IiByPSIxIi8+PC9zdmc+);
	position: relative;
	display: inline-block;
	top: 2px;
	right: 4px;
}
.search_jobs input {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.search_remote_position label,
.select2-selection__placeholder,
.job_types li, .select2-results {
	font-size: 14px;
}
.search_submit input {
	background: #2E008B;
	color: white;
	cursor: pointer;
}
.job_listing .company strong {
	font-weight: 600;
}
.job_listing {
	font-size: 15px;
}

g.imapsContainer.imapsLabel br {
    display: none;
}
g.imapsContainer.imapsLabel ul {
    margin-block: 0.25rem;
    padding-left: 1.75rem;
}

g.imapsSprite-group.imapsPointedShape-group.imapsPointedRectangle-group {
    fill-opacity: 1;
    filter: drop-shadow(2px 4px 2px #61616136);
}