/* @import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap'); */


.modal {
    text-align: center;
}
.modal-dialog {
    text-align: left; /* you'll likely want this */
    /* max-width: 100%; */
    width: auto !important;
    /* display: inline-block; */
    display: inline-flex;
}

.single-category{
	/* min-height: 220px; */
}
h3, h4, h5{
	text-transform: none;
}






.header-area.single-page:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(1,2,12,0.6);*/
	/* background: none; */
	background: rgba(1,2,12,0.3);
    z-index: -1;
}



.header-area.single-page .page-title {
    /* padding: 140px 0 200px; */
	/* padding: 80px 0 260px; */
	/* padding: 50px 0 290px; */
	padding: 50px 0 20vw;
}


@media (max-width: 575.98px) {
	.header-top{
		padding: 0px !important;
    }
	.header-area.single-page .page-title {
		padding: 15px 0 20vw;
	}
}


/*

.search-bg form {
	background: #53281d !important;
}


.spinner{
	background-color:#53281d;
}
*/



.list {
  max-height: 300px;
  overflow-y: scroll !important;
}


/*
.single-table .table-top i {
	color: #53281d;
}
*/

/*
.single-table:hover .table-top {
	background: #53281d;
}
*/


.section-padding{
	/* padding:140px 0 */
	padding:60px 0;
}




.footer-area {
    /* color: #fff; */
	/* color: #53281d; */
	/* color: #27a08f; */
	/* color: #e9dbbc; */
	color: #4ba896;
    /* background: #04091e; */
    /* background: #aa9a8a; */
    /* background: rgba(0,0,0,0.5); */
	/* background: rgba(83,40,29,0.7); */
	/* background: rgba(0,0,0,0.6); */
	/* background: #e8e7db; */
	background: #dcdac6;
}

.footer-area a {
    /* color: #fff; */
	/* color: #53281d; */
	/* color: #27a08f; */
	/* color: #e9dbbc; */
	color: #4ba896;
    /* text-transform: capitalize; */
	text-transform: none;
}

.footer-area img {
    /* width: 55px; */
    /* height: 55px; */
	/*height: 90px;*/
	height: auto;
	max-height: 90px;
	width: auto;
    margin-right: 5px;
    margin-bottom: 10px;
}

.mini-section-padding {
    padding: 40px 0;
}


.alinear-peu-dre {
	text-align:right;
}
.alinear-peu-esq {
	text-align:left;
}

.footer-copyright {
	margin-top: 40px;
}

@media (max-width: 767.98px) {
	.alinear-peu-dre, .alinear-peu-esq {
		text-align:center;
	}

	.footer-copyright {
		margin-top: 0px;
	}
	.search-bg .container{
		padding-left: 0px;
		padding-right: 0px;
	}
}
/*
@media (min-width: 992px) {
	.search-bg {
		z-index: 1;
	}
}
*/
@media (min-width: 992px) {
	.search-bg {
		z-index: 1;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.search-bg {
    	/* margin-top: 0; */
						/* margin-top: -50px; */
						/* margin-top: 0; */
						margin-top: 0px;
						/* z-index: 0; */
	}
	.search-bg .container{
		padding-left: 0px;
		padding-right: 0px;
																			max-width: 100%;

	}
	/* .search-bg .row, .search-bg .row div{ */
	.search-bg .row, .search-bg .row div{ 
																				padding: 0px 0px;
																				margin-left: 0px; margin-right: 0px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.search-bg {
    	/* margin-top: 0; */
						/* margin-top: -50px; */
						margin-top: 0;
						/* z-index: 0; */
		
	}
	.search-bg .container{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 575.98px) {
	.search-bg {
    	/* margin-top: 100px; */
						/* margin-top: -50px; */
						margin-top: 0;
						/* z-index: 1; */
						/* z-index: -1; */
						
	}
	.search-bg .container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.search-bg .row {
		margin-left: 0px; margin-right: 0px;
	}
	/* .search-bg .row .col-lg-12{ */
	.search-bg .row div{
		padding-left: 0px; padding-right: 0px;
	}
}


/* nice-select ara ja no es fa servir, substituit pel bootstrap-select */
/*
.nice-select ul::-webkit-scrollbar {
    width: 12px;
}
.nice-select ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.nice-select ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.nice-select .list{
	width: 800px;
}
.nice-select span.current{
	overflow: hidden;
	max-width: 100%;
}
*/


.inner::-webkit-scrollbar {
	width: 15px;
}
.inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}


/* nice-select ara ja no es fa servir, substituit pel bootstrap-select */
/*
@media (max-width: 767.98px) {
	.nice-select .list{
		width: 800px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.nice-select .list{
		width: 738px;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.nice-select .list{
		width: 566px;
	}
}
@media (max-width: 575.98px) {
	.nice-select .list{
		width: 100%;
	}
}
*/



h1{
	/*font-family: 'Spartan', sans-serif;*/
}
.titol h1{
		font-size: 5vw;
}
.titol h2{
	font-size: 3vw;
}




/*
.jobs-tab li::after {
	
	
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
}
*/



/* .selector-categoria {  */
.job-btn >a >i {
	font-size: 24px !important;
}



/*
.list {
  top: auto !important;
  bottom: 100%;
}
*/

@media (max-width: 575.98px) {
	.custom-navbar {
		/* top: -20px !important; */
		/* top: -60px !important; */
	}
}

.nav-link.active{
	font-weight: bolder !important;
	/*font-size: 30px;*/
}


/* .jobs-tab li::after{  */
.jobs-tab li.linia-inf::after{ 
/* .PROVA:after { */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
}


a{
	/* color: #53281d; */
	/* color: #27a08f; */
	/* color: #e9dbbc; */
	color: #4ba896;
}


/*
.search-bg #divError {
    background: #53281d;
    padding: 40px;
	color: red;
	display:none;
}
*/

.vermell {
	border: 1px solid red !important;
}
/*
.vermell::-webkit-input-placeholder {
    color: red;
}
*/




.btn.dropdown-toggle{
	padding: 13px !important; 
}



.btn.dropdown-toggle{
/*
	vertical-align: middle;
    width: 280px;
    height: 55px;
    display: inline-block;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
	*/
}



/* =========== */


.dropdown.bootstrap-select{
    width: 280px !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .dropdown.bootstrap-select{
        width: 220px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .dropdown.bootstrap-select{
        width: 150px !important;
    }
	.dropdown-menu{		
		min-width: 0px !important;			
		max-width: 650px;
	}
	.dropdown-item .text{
		width: 94%;
		overflow: hidden;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .dropdown.bootstrap-select{
        width: 100% !important;
        margin-bottom: 20px;
    }
	.dropdown-menu{		
		font-size: 12px !important;
		min-width: 0px !important;			
		width: 100% !important;
	}
	.dropdown-item .text{
		font-size: 12px !important;
		width: 95%;
		overflow: hidden;
	}
}
@media (max-width: 575.98px) {
    .dropdown.bootstrap-select{
        width: 100% !important;
        margin-bottom: 20px;
    }
	.dropdown-menu{		
		font-size: 12px !important;
		min-width: 0px !important;			
		width: 100% !important;		
	}
	.dropdown-item .text{
		font-size: 12px !important;
		width: 97%;		
		overflow: hidden;
	}
	.dropdown-item .fa, .dropdown-item .fas, .dropdown-item .fab{
		display:none;
	}
}

.filter-option-inner-inner i{
	display:none;
}

.cb-titol{
	/* color: #53281d !important; */
	/* color: #27a08f !important; */
	/* color: #e9dbbc !important; */
	color: #4ba896 !important;
	font-style: italic;
}

.cookiealert .btn-primary {
	/* background-color: #53281d; */
	/* background-color: #27a08f; */
	/* background-color: #e9dbbc; */
	background-color: #4ba896;
	border-color:  #ffffff;
}
.cookiealert .btn-primary:hover{
	background-color: #ffffff;
	border-color:  #000000;
	color: #000000;

}


/*
.main-menu, .main-menu-light {
	z-index: 999;
}

.main-menu.main-menu-light ul {
z-index: 999;
}


.main-menu ul{
	position: absolute;
	top: 0px;
	z-index: 5;
}
*/



.dropdown-menu, .bootstrap-select{
/* 	z-index: 9999; */
}



@media (max-width: 575.98px) {
    /* .jobs-tab li a{ */
	.tab-item li{
							font-size: 12px;
							padding-left: 15px;
    }
}

.active{
	/* border-bottom: 1px solid #53281d; */
}
.active a{
	/* color: #53281d !important; */
	/* color: #27a08f !important; */
	/* color: #e9dbbc !important; */
	color: #4ba896 !important;
}