.main-navigation .menu-container {
	z-index: 9999;
}

.page-773 .productos__video {
	z-index: 0;
}

/* Sección no-results
Diseño temporal
----------------------------------------------- */

.no-vacancy {
	margin: 84px 0 60px;
}

.no-vacancy__title {
	font-family: 'Futura PT Web', sans-serif;
	font-size: 22px;
	line-height: 1.5;
}

.no-vacancy__content {
	margin: 20px 0 30px;
}

.no-vacancy__content p {
	font-family: 'Futura PT Web', sans-serif;
	font-size: 18px;
	color: #535353;
	font-weight: 400;
}

@media (min-width: 769px){

	.no-vacancy {
		margin: 84px 0 60px 200px;
		max-width: 700px;
    	position: relative;
	}

	.no-vacancy::after {
	    content: "";
	    width: 170px;
	    height: 5px;
	    background-color: #ffee00;
	    position: absolute;
	    left: -200px;
	    top: 40px;
	}
}


.workingList__no-results {
	padding: 60px 0;
	max-width: 600px;
	margin: 0 auto;
}

.workingList__no-results p {
	font-family: 'Futura PT Web Demi', sans-serif;
    text-align: center;
}



/* Página Trabaja en Barrabés (tipo Archive)
----------------------------------------------- */

.workingList {
  counter-reset: section-counter;
}
.workingList .productsList__group__num {
  counter-increment: section-counter;
}
.workingList .productsList__group__num:before {
  content: counter(section-counter, decimal-leading-zero);
}


.workingList__container {
	opacity: 1;
	transition: .3s opacity ease-in-out;
}
.workingList__container.js-ajax-is-loading {
	opacity: .2;
}




.workingList .productsList__group:nth-of-type(even) {
	background-color: #f9f9f9;
}

.workingList .productsList__group:first-of-type {
	padding-top: 40px;
}

.workingList .productsList__group__title {
	margin-bottom: 40px;
}

.workingList .productsList__list__item {
	max-width: 860px;
	margin-bottom: 30px;
}


.workingList .productsList__list__item::before {
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(assets/images/arrow-line-right.svg);
    position: absolute;
    left: 0;
}

.workingList .productsList__list__item .btn-primary {
	margin-top: 10px;
	background: transparent;
	text-transform: uppercase;
	border-color: black;
}

.workingList .productsList__list__item .btn-primary:hover {
	background: #ffee00;
	color: black;
}

/* Página Trabaja en Barrabés: sección filtros
------------------------------------------------- */

.section--gray-light {
	background: #f1f4f6;
}

.filters {
	padding: 80px 0 20px;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}

.filter {
	position: relative;
	z-index: 0;
	width: 100%;
	min-width: 265px;
	background: tomato;
}

.filter + .filter {
	margin-top: 20px;
}

@media (min-width: 768px){
	.filters {
		padding: 20px 0;
		flex-flow: row;
	}

	.filter {
		width: auto;
		flex: 0 0 auto;
	}

	.filter + .filter {
		margin: 0 0 0 20px;
	}
}

		

.filter__trigger {
	position: relative;

	display: flex;
	justify-content: space-between;
	align-items: center;

	height: 44px;

	padding: 8px 12px 8px 20px;
	border-radius: 2px;
  	border: solid 1px #bdccd9;
  	background-color: white;

	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.4px;
	color: #35352d;
	text-decoration: inherit;
}

.filter__trigger:after {
	content:"";
	display: block;
	width: 22px;
	height: 22px;
	background: url('assets/images/chevron-small-right.svg') no-repeat center / contain;
	transform: rotate(90deg);
}

.filter__trigger.js-filter-trigger-is-active:after {
	transform: rotate(-90deg);
}

.filter__wrapper {
	display: none;
	background: white;
	position: absolute;
	top: 100%;
	/* left y calc: compensaciones para la anchura debido a la sombra */
	left: 1px;
	width: calc(100% - 2px);
	max-height: 220px;
	overflow-y: scroll;

	border-radius: 2px;
  	box-shadow: 0 2px 16px 0 rgba(33, 43, 54, 0.08), 0 0 0 1px rgba(6, 44, 82, 0.1);
	/* firefox; el resto con pseudoclases -webkit */
	scrollbar-color: white #dfe3e8;
  	scrollbar-width: 8px;
}

		.filter__trigger.js-filter-trigger-is-active + .filter__wrapper {
			display: block;
		}

		.filter__wrapper::-webkit-scrollbar-track {
		  -webkit-box-shadow: none;
		  border-radius: 10px;
		  background-color: white;
		}

		.filter__wrapper::-webkit-scrollbar {
		  width: 8px;
		  background-color: #F5F5F5;
		}

		.filter__wrapper::-webkit-scrollbar-thumb {
		  border-radius: 10px;
		  -webkit-box-shadow: none;
		  background-color: #dfe3e8;
		}



.filter__item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 44px;
	width: 100%;

	padding: 8px 12px 8px 15px;

	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #454f5b;
	text-decoration: inherit;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

		.filter__item:nth-of-type(even) {
			background: #f4f6f8;
		}

		.filter__item:before {
			content: "";
			display: flex;
			flex: 0 0 auto;
			width: 28px;
			height: 28px;
			background: url('assets/images/icons-small-check-button-empty.svg') no-repeat center / contain;
			margin-right: 8px;
		}

		.filter__item.js-filter-item-is-checked:before {
			background: url('assets/images/icons-small-check-button-full.svg') no-repeat center / contain;
		}



.filters-results {
	padding: 20px 2px;
	border-bottom: 1px solid #bdccd9;
}

.filters-results__counter p,
.filters-results__no-pills p {
	margin: 0;
	white-space: nowrap;
}

.filters-results__pills {
	display: flex;
	flex-flow: wrap;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #bdccd9;
}

.filter-pill,
.filter-results__trigger {
	display: inline-flex;
	align-items: center;
	height: 28px;
	padding: 0 14px 0 6px;
	border-radius: 14px;
	border: 1px solid #bdccd9;
	font-size: 12px;
	text-decoration: inherit;
	color: #4b566c;
	margin: 0 10px 10px 0;
}

	.filter-pill:before {
		content: "";
		display: inline-flex;
		width: 18px;
		height: 18px;
		background: url('assets/images/icons-small-cross-small.svg') no-repeat center left / contain;
		margin-right: 4px;
	}

.filter-results__trigger {
	width: 100%;
	flex: 1 0 auto;
	border: none;
	color: #2871c2;
	padding: 0;
	margin: 0;
}


.filters-results__pills {
	display: none;
}

.js-filters-results-have-filters .filters-results__pills {
	display: flex;
}

.js-filters-results-have-filters .filters-results__no-pills {
	display: none;
}

@media (min-width:768px){
	.filters-results {
		display: flex;
		flex-flow: nowrap;
	}

	.filters-results__counter {
		align-self: stretch;
		padding-right: 20px;
		border-right: 1px solid #bdccd9;
		margin-right: 20px;
	}

	.filters-results__pills {
		margin: 0 0 -10px 0;
		padding: 0;
		border: none;
	}

	.filter-results__trigger {
		width: auto;
		flex: 0 0 auto;
	}
}


  


/* Página Trabajo (tipo Single)
------------------------------------------------- */

.job-position .pageProducts__header {
	background-position: center;
}


.job-intro__outer-container {
	margin: 84px 0 60px;
	display: flex;
	flex-flow: column;
}

.job-office {
	font-family: 'Futura PT Web Book', sans-serif;
	width: 100%;
	max-width: 170px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 5px solid #ffee00;
	font-size: 18px;
	line-height: 26px;
}

.job-office__city {
	display: block;
	font-family: 'Futura PT Web', sans-serif;
    font-size: 18px;
    font-weight: bold;
}


.job-intro p,
.job-intro ul {
	font-family: 'Futura PT Web Book', sans-serif;
	font-size: 18px;
	line-height: 1.33;
	color: #535353;
}

.job-intro ul {
	list-style: disc;
	padding-left: 1em;
}

@media (min-width: 769px){

	.job-intro__outer-container {
		flex-flow: row nowrap;
		align-items: flex-start;
	}

	.job-office {
		margin: 0 30px 0 0;
	}

	.job-intro {
		max-width: 650px;
    	position: relative;
	}

}

.job-sections {
	background: #f9f9f9;
	padding: 60px 0;
}

.job-section {
	margin-bottom: 40px;
	width: 100%;
	max-width: 825px;
}

.job-section__title {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	color: #171714;
}

.job-section__title:before {
	display: inline-block;
	content:"";
	width: 4px;
	height: 100%;
	min-height: 60px;
	margin-right: 24px;
	background-color: #ffee00;
}

.job-section__content {
	font-family: 'Futura PT Web Book', sans-serif;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: normal;
    color: #171714;
}

.job-section__content p,
.job-section__content ul,
.job-section__content li {
	margin-bottom: 20px;
}

.job-section__content li {
	padding-left: 40px;
	position: relative;
}

.job-section__content li:before {
	content:"";
	display: inline-flex;
	width: 28px;
	height: 28px;
	background: url('assets/images/arrow-line-right_light.png') no-repeat center left / contain;
	position: absolute;
	top: 0;
	left: 0;
}

.job-section__content p:last-child,
.job-section__content ul:last-child,
.job-section__content li:last-child {
	margin-bottom: 0;
}

@media (min-width:375px){
	.job-section__content {
    	padding-left: 28px;
	}
}


.job-section--apply {
	max-width: none;
	margin-bottom: 0;
}

.job-section__apply {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #d8d8d8;
}



/*

Corrección elementos responsive (comprobar y unificar con hoja de estilos original)

*/



.site-header {
	width: 100%;
}

.home .proyectos .col-2 {
	display: flex;
	flex-flow: wrap;
}

.home .proyectos .item {
	display: flex;
    flex: 1 1 100%;
    height: 150px;
    align-items: center;
    justify-content: center;
}

@media (min-width:500px){
	.home .proyectos .col-2 {
		margin: 0 -6px;
	}
	.home .proyectos .item {
		flex: 0 0 50%;
	}

	.home .proyectos .item a {
		margin: 0 6px;
	}
	
}

@media (min-width:1025px){

	.home .proyectos .item {
		flex: 0 0 25%;
		margin-bottom: 12px;
	}

}


/* Language switcher */
.idiomas-scroll {
	display: none !important;
}

.main-navigation {
	display: flex;
	align-items: center;
}

.lang-switcher {
	margin-right:  8px;
}

.lang-switcher__lang {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height:  32px;
	padding: 0 4px;
	text-transform: uppercase;
	text-decoration: inherit;
	color:  white;
	transform:  translateY(-2px);
}

.lang-switcher__lang:first-of-type {
	margin-right:  4px;
}

a.lang-switcher__lang:hover {
	color: #ffee00;
}

.lang-switcher__lang:active,
.lang-switcher__lang:visited {
	color: white;
}

.lang-switcher__lang--is-active {
	text-decoration: solid #ffee00 underline 2px;
}



/* Template: Certifications */

.page-template-certifications-page .pageProducts__header {
	position: relative;
}

.page-template-certifications-page .pageProducts__header:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(38,38,36,.2) 0%, rgba(23,23,20,.49) 100%);
}


.section--certifications {
	padding-top: 80px;
  padding-bottom: 60px;
}

@media (min-width: 769px) {
	.section--certifications .section__content {
		padding: 0 80px;
	}
}


.jm-main--has-sidebar {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 24px;
}

.jm-sidebar__title {
	width: 100%;
	max-width: 260px;
	font-size: 18px;
	line-height: 26px;
}

.jm-sidebar__title:after {
	content: "";
	display: block;
  height: 5px;
  background-color: #ffee00;
}

.jm-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 40px 20px;
}

.jm-grid__item {

}

@media (min-width: 1024px){
	.jm-main--has-sidebar {
		grid-template-columns: 170px 1fr;
		padding: 0 92px;
	}
}

@media (min-width: 600px){
	.jm-grid__4-cols {
		grid-template-columns: repeat(2,1fr);
	}
}

/*@media (min-width: 1024px){
	.jm-grid__4-cols {
		grid-template-columns: repeat(3,1fr);
	}
}*/

@media (min-width: 1180px){
	.jm-grid__4-cols {
		grid-template-columns: repeat(3,1fr);
	}
}


.jm-certification {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 100%;
}

.jm-certification__title {
	margin: 20px 0 10px;
	height: 40px;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	color: #171714;
}

.jm-certification__image-container {
	order: -1;
	flex: 1;
}

.jm-certification__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}




.jm-certification__footer {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid;
}

.jm-certification__link-container {
	margin-top: 10px;
}

.jm-certification__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.jmg-svg-icon {
	width: 24px;
	height: 24px;
}