.jobs{
	font-family: "Poppins", Sans-serif;
}
.jobs section{
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 1.5rem 1.5rem;
}
.jobs .jobsFilters input, .jobs .jobsFilters select{
	background-color: #F5F5F5; 
	border-radius: 50px;	
	border: none;
}
.jobs .jobsFilters select{
	appearance: none; /* Oculta flecha nativa */
  -webkit-appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="gray"><path d="M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z"></path></svg>');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 22px;
	cursor: pointer;
	color: #999;
}

.jobs .jobsFilters select:has(option[value=""]:checked) {
  color: gray;
}

.jobs .jobsFilters select:not(:has(option[value=""]:checked)) {
  color: #000;
}

@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0.3; }
  100% { opacity: 1; }
}

.jobDescriptionButton, .jobApplyNow{
	border-radius: 50px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    transition: all .5s;
    cursor: pointer;
	background-color: transparent!important;
    color: #E99B35;
    border-color: #E99B35;
}
.jobDescriptionButton:hover, .jobApplyNow:hover{
	 border-color: #D15E14;
	color: #D15E14;
	background-color: transparent!important;
}

.jobDescriptionButton.active, .jobApplyNow.active{
	background-color: #E99B35!important;
    color: white!important;
}
.jobDescriptionButton.active:hover, .jobApplyNow.active:hover{
	background-color: #D15E14!important;
}

#jobDescription{
	display:none;
	font-family: 'Poppins'!important;
}

#jobDescription span, b, h1, h2, h3, h4, h5, h6, p, strong, label, div, li, td, tr, #jobDetails .elementor-button, #jobDetails input{
	font-family: 'Poppins'!important;
}



#jobApplyContainer{
	display: none;
}

#jobDescription.active{
	display:block;
}
#jobApplyContainer.active{
	display: block;
}

.jobs .jobLoader{
	height: 300px;
	border-radius: 22px;
	background-color: #d9d9d9;
	 animation: blink 1.2s infinite ease-in-out;
}

.jobs .jobsPagination{
	display: flex;
    justify-content: center;
}

.jobs .jobsPagination .jobs-pagination{
	display: flex;
    gap: 10px;
}

.jobs .jobsPagination .jobs-pagination .job-page{
	border-radius: 50px;
	border: none;
	cursor: pointer;
	background-color: #F5F5F5;
	color: #53575A;
	transition: all .5s;
}

.jobs .jobsPagination .jobs-pagination .job-page:hover{
	background-color: gray;
	color: white;
}

.jobs .jobsPagination .jobs-pagination .job-page.active{
	background-color: #E99B35;
	color: white;
}

.jobs .jobsPagination .jobs-pagination .pagination-dots{
	display: flex;
    align-items: end;
    letter-spacing: 2px;
}

.jobs .selectContainer{
	position: relative;
}


.jobs .searchInput{
	max-width: 400px;
	position: relative;
	margin: 1rem auto;
}
.jobs .searchInput input{
	padding-right: 1rem;
}

.jobs .serchInput input[type="text"]:focus{
	border: 1px solid #656060;
}

.jobs .searchInput .searchIcon{
	position: absolute;
    right: 11px;
    top: 6px;
    font-size: 19px;
	color: gray;
}

.jobs .filtersContainer{
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(316px, 1fr));
	gap: 15px;
	margin-top: 28px;
}

.jobs label{
	margin-bottom: .7rem;
	font-size: 15px;
	padding-left: 8px;
	color: #53585A;
}

.jobs .jobsContent{
	display: flex;
}

.jobs .jobsContent.details-active{
	gap: 30px;
}

.jobs .jobsContainer{
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(316px, 1fr));
	gap: 10px;
	width:100%;
}

.jobs .jobsContainer.details-active{
	width: 32%;
	height: fit-content;
}
.jobs .jobsDetails{
	width: 0;
    z-index: -1;
    opacity: 0;
	height: 0;
	position: relative;
	display: none;
}

.jobs .jobsDetails.details-active{
	width: 68%;
	display: block;
	opacity: 1;
	z-index: 0;
	background-color: #F9F9F9;
	padding: 2rem 3rem;
    border-radius: 30px;
	height: fit-content;
}
.jobs .jobsDetails.details-active #jobDetailsClose{
	position: absolute;
    right: 20px;
    top: 15px;
    background-color: transparent;
    color: #53575A;
    font-size: 20px;
    border: none;
	transition: all .5s;
}
.jobs .jobsDetails #jobDetailsClose:hover{
    background-color: #E99B35;
    color: white;
}

.jobs .jobsDetails h3{
	scroll-margin-top: 170px;
  	scroll-snap-align: start;
	margin-bottom: .5rem;
	background: linear-gradient(90deg, #E99B35 0%, #D15E14 49%, #008AAB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	width: fit-content;
}


.jobs .jobsContainer article.job-card{
    padding: 1rem;
	border-radius: 22px;
	position: relative;
	height: -webkit-fill-available;
}

.jobs .jobsContainer article.job-card::before{
	 content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(90deg, #E99B35, #00BED6);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
	z-index: -1;
}

.jobs .jobsContainer article.job-card h4{
   font-weight: 600;
	color: #53575A;
	margin-bottom: .3rem;
}
.jobs .jobsContainer article.job-card .country{
	color: gray;
	min-height: 24px;
}
.jobs .jobsContainer article.job-card .tags, .jobs .jobsDetails .tags {
	display: flex; 
	flex-wrap: wrap;
	gap: 5px;
	margin: .5rem 0;
}
.jobs .jobsContainer article.job-card .tags p, .jobs .jobsDetails .tags p{
	background-color: #F5F5F5;
	border-radius: 50px;
	padding: .3rem .6rem;
	color: #008AAB;
	width: fit-content;
	margin: 0;
	font-size: 14px;
}
#jobVertical p{
	margin-top: 20px;
}

.jobs .jobsDetails .tags p{
	background-color: #e3e3e3;
}
.jobs .jobsContainer article.job-card .description p{
	min-height: 96px;
}

.jobs .jobsContainer article.job-card .last{
	padding: 1rem 0 0;
    border-top: 1px dashed #a7a7a7;
    margin-top: 1rem;
}

.jobs .jobsContainer article.job-card .last p{
	margin: 0;
    color: #899094;
    font-style: italic;
}

.jobs .jobsContainer article.job-card .job-details-btn{
	background-color: #53575A;
	color: white;
	border-radius: 50px;
	cursor: pointer;
	border: none; 
	transition: all .5s;
}

.jobs #jobDescription table{
	 max-width: 100%;
  	border-collapse: collapse;
	display: flex; 
	overflow: scroll;
}

.jobs .jobsContainer article.job-card #jobDescription table, .jobs .jobsContainer article.job-card #jobDescription tbody, .jobs .jobsContainer article.job-card #jobDescription tr, .jobs .jobsContainer article.job-card #jobDescription td, .jobs .jobsContainer article.job-card #jobDescription td div, .jobs .jobsContainer article.job-card #jobDescription span{
	width: 100%!important;
}

.jobs .jobsContainer article#duplicatedCard{
	border: 2px solid #E99B35;
	pointer-events: none;
}

.jobs .jobsContainer article#duplicatedCard h4{
	color: #E99B35;
}

.jobs .jobsContainer article#duplicatedCard .job-details-btn{
	background-color: #ED7422;
}

.jobs .jobsContainer article#duplicatedCard::before{
	background: linear-gradient(180deg, #00bed600, #E99B35);
	-webkit-mask: none;
}
.jobs .jobsContainer article.job-card .job-details-btn:hover{
	background-color: #212121;
}

.jobs .inactive-temporary{
	display: none;
}

@media (max-width: 978px){
	.jobs .jobsContent{
		flex-wrap: wrap;
    	flex-direction: column-reverse;
	}
	.jobs .jobsContainer.details-active,.jobs .jobsDetails.details-active{
		width: 100%;
	}
}


.job-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.job-modal.hidden {
  display: none;
}

.job-modal-content {
  background: #fff;
  padding: 24px;
  max-width: 600px;
  width: 90%;
  border-radius: 8px;
  position: relative;
}

#job-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
}

.jobs .e-form__indicators__indicator__separator{
	background-color: #1f2a392e;
    height: 1px;
}

.jobs .elementor-field-group{
	padding-bottom: 18px;
}

.jobs .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper, .jobs .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input, .jobs .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea, .jobs .elementor-form-fields-wrapper .elementor-field-type-select select:invalid{
	    border-radius: 8px;
    background-color: white;
    border-color: #0089AB;
}

.jobs .elementor-button-align-center .e-form__buttons, .jobs .elementor-button-align-center .elementor-field-type-submit{
	gap: 10px;
}