@charset "UTF-8";

body { color: #777678; }
/* Main Font */
    body, h1, h2, h3, h4, h5, h6,  input[type="text"], input[type="password"], input[type="email"],
    textarea, select, input[type="button"], input[type="submit"], button, body .pac-container
    { font-family: 'Open Sans', sans-serif; text-transform: none; }

.section.gray { background: #e6e6e6;}
span.button,
button.button,
input[type="button"],
input[type="submit"],
a.button {
    border-radius: 0;
}
.button.small {
    font-size: 15px;
    padding: 5px 15px;
    font-weight: 600;
}
body .button.small i {
    font-size: 16px;
    top: 3px;
    position: relative;
}
.button:hover{
    background-color: #ffffff;
    color: #467dc6;
    border: 1px solid #467dc6;
}

#backtotop a:hover{
    background-color: #ffffff;
    color: #467dc6;
    border: 1px solid #467dc6;
}

button.inverted { background-color: #fff; color: #467dc6; }
.section-headline h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    color: #777678;
}
.section-headline-right {
    text-align:right;
    position: absolute;
    right: 0;
    top: 0;
}
a.headline-link2 {
    position: absolute;
    right: 0;
    top: 0;
}
a.headline-link2 img {
    max-height:70px;
}
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    font-size: 14px !important;
    color: #555555;
    border-radius: 0;
    border: 1px solid #777678;
    box-shadow:none;
}
textarea { border: 1px solid #777678 !important; }
input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
    color: #555555;
    transition: box-shadow 0.2s !important;
    opacity: 1;
    border: 1px solid #777678;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}
.select2-search__field {
    margin:0;
}
input[type="checkbox"] {
    width:16px;
    height:16px;
    display:block;
}
.checkbox label {
    padding-left:20px;
}

.custom-select-lg {
    height:34px;
    border-radius:0;
    border: 1px solid #777678;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__placeholder { color: #808080; }
.select2-container--krajee-bs4 .select2-selection { border-radius: 0; border: 1px solid #777678;}
.select2-container--krajee-bs4 .select2-results__option.select2-results__option--selected, .select2-container--krajee-bs4 .select2-results__option[aria-selected="true"] {
    color: #467dc6;
    background-color: #f8f8f8;
}
.select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected] { background-color: #467dc6; color: #fff; }
.select2-selection__placeholder, input::placeholder, textarea::placeholder {
    color: #c0c0c0 !important;
}
.radiolist {
    border: 1px solid #777678;
    height:34px;
    padding:3px 8px;
}
.radiolist>label {
    display:inline;
    margin-right:10px;
}
.radiolist>div {
    display:inline-block;
}
.disabled-element {
  opacity:0.5 !important;
}
iframe{width:100%; max-height: 350px; height: 350px; display:block;}
.inline{ display: inline !important;}


/* ---------- HEADER -----------*/
header { background: #e6e6e6; }
#header { height: 185px; box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1); }
#wrapper { padding-top: 215px; }
#logo { border:0; }
#logo img { height: 95px; }
#navigation { margin-top: 82px; }
#navigation ul li a,
#navigation ul ul li a { color: #777678; }
#navigation ul a { font-weight:600; }
@media (max-width: 800px) {
    #logo img { max-width: 265px; height:auto; }
}
@media (max-width: 1099px) {
    #logo img { max-width: 265px; height:auto; }
}
.btnlang {
    display:block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #467dc6;
    background-color: #fff;
    text-align:center;
    padding:0;
    margin:0;
    font-size: 12px;
    font-weight: 800;
}
.btnlang:hover {
    background-color: #e6e6e6;
}
.btnlang.active {
    color: #fff;
    background-color: #467dc6;
}
.btnlang.btnaccess {
    color: #fff;
    background-color: #467dc6;
    width: auto;
    padding: 0 8px;
}
#container-top { position: relative; height: 30px; }
#container-top .left-side {
    float: left;
    width: 100%;
    position: relative;
    flex: 1;
    display: inline-block;
}
#container-top .right-side {
    float: right;
    text-align: right;
    width: auto;
    position: absolute;
    right: 25px;
    background-color: #fff;
    flex: 1;
    display: inline-block;
}
/* ---------- FI HEADER -----------*/





/* ---------- BANNER -----------*/
.intro-banner { padding: 145px 0; }
.intro-banner:after,
.intro-banner:before { background:none; }
.intro-banner .background-image-container { left:0; width:100%; }
.intro-stats li span, .intro-stats li strong { display:inline-block; }
.intro-stats li { border:0; padding:15px; background-color:rgba(255,255,255,.8); }
.intro-stats li strong { color: #467dc6; font-size:50px;line-height:50px; margin-right:5px;font-weight:800; }
.intro-stats li span { color: #467dc6; font-weight:600; font-size:16px;line-height:24px; }
.intro-stats li:last-child { padding-right:15px; }

.intro-stats.intro-stats-inverted li { background-color:#467dc6; }
.intro-stats.intro-stats-inverted li strong { color: #fff; }
.intro-stats.intro-stats-inverted li span { color: #fff; }
@media (max-width: 992px) {
    .intro-banner { display: none; }
}
/* ---------- FI BANNER -----------*/






/* ---------- OFERTES HOME -----------*/
.grid-layout .job-listing { width: calc(100% * (1/3) - 30px); }
@media (max-width: 992px) {
    .grid-layout .job-listing {
        width: calc(100% * (1/2) - 30px);
    }
}
@media (max-width: 768px) {
    .grid-layout .job-listing {
        margin: 0 0 30px 0;
        width: 100%;
    }
}
.job-listing { border-radius: 0; }
.job-listing div.job-listing-date { font-size: 15px; color: #777678; font-weight: 100; }
.job-listing div.job-listing-id { font-size: 16px; color: #777678; font-size: 14px; margin-top:4px; }
.job-listing h3.job-listing-title { font-size: 18px; color: #467dc6; line-height: 30px; font-weight: 600; }
.job-listing h4.job-listing-company {font-size: 16px; color: #777678; font-weight: 600; }
.grid-layout .job-listing-details { align-items: inherit; }
.job-listing .job-listing-footer { border-radius:0; background:none; }
.job-listing.green { background-color: #467dc6; color: #fff;  }
.job-listing.green:hover { transform: none; }

#oferteslupa {
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #467dc6;
    line-height: 60px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.share-buttons-icons { left:-70px; z-index: 99; }
.share-buttons-icons li { margin-right:0 !important; }
.share-buttons-content { width: 180px; display:block; }
.share-buttons-icons li a i { color:#fff !important; margin-right:0 !important; }
/* ---------- FI OFERTES HOME -----------*/



/* ---------- NOTICIES HOME -----------*/
.article-layout {
    transition:all 0.8s ease 0s;
    -moz-transition:all 0.8s ease 0s;
    -webkit-transition:all 0.8s ease 0s;
}

.article-layout .content-bg{
    transition:all 0.5s ease 0s;
    border:1px solid #eaeaea;
    padding:0;
    overflow:hidden;
}

.article-layout .content-bg:hover {
    box-shadow: 0 2px 18px rgba(0,0,0,0.14);
    transform: translateY(-4px);
}

.article-image { position:relative; height: 238px !important; }
.article-grid .article-image { margin-bottom:14px; }
.article-grid .article-image img{ width:100%; }
.article-layout .article-name h2 a{
    color:#467dc6;
    line-height:28px;
    font-size:18px;
    font-weight: 600;
}
.article-layout .article-name h2 a:hover{
    color:#333;
}
.article-layout .article-name{
    margin-bottom:10px;
}
.article-layout .article_dt{
    min-height: 16.8em;
    padding: 0 8px 20px 18px;
}

.article-layout .article_dt .article-title{
    line-height:1.55em;
}
.article-grid {
    display: inline-block;
    float: none;
    margin-bottom: 40px;
    margin-right: -3px;
    vertical-align: top;
}
.time-stamp {
    color: #777678;
    font-weight: 100;
    font-size:15px;
    line-height:22px;
    display:block;
}
.article-layout .time-stamp{
    margin-top:20px;
}
.article-layout .article-title p {
    overflow: hidden;
    height: 135px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.article-cat {
    position:absolute;
    top:0;
    left:0;
    background-color: #467dc6;
    color: #fff;
    padding:5px 15px;
    font-size: 15px;
    font-weight: 600;
}
.btn-buscador {
    color: #467dc6;
    background-color: #fff;
    border-color: #467dc6;
}
.btn-buscador:hover {
  color: #fff;
  background-color: #467dc6;
  border-color: #fff;
}


/* ---------- FI NOTICIES HOME -----------*/



/* ---------- LLISTAT OFERTES -----------*/
.compact-list-layout { background: none; border-radius:0; box-shadow:none; }
.compact-list-layout .job-listing { padding:15px; margin-bottom:10px; }
.job-listing .job-listing-company-date {
    flex: 1;
    max-width: 90px;
    margin-right: 25px;
    position: relative;
    top: 3px;
    font-size: 16px;
    color: #c0c0c0;
}
.job-listing .job-listing-company-city {
    flex: 1;
    max-width: 90px;
    margin-right: 25px;
    position: relative;
    top: 3px;
    font-size: 16px;
    font-weight: 800;
}
.job-listing .job-listing-company-buttons {
    flex: 1;
    max-width: 250px;
    background-color: #f8f8f8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}
.share-buttons-wrapper { display:none; }
.share-buttons-icons-custom {
    float:left;
    margin-bottom:6px;
    padding:0;
}
.share-buttons-icons-custom li {
    display: inline-block;
    float: left;
}
.share-buttons-icons-custom li:first-child a { border-radius: 4px 0 0 4px; }
.share-buttons-icons-custom li:last-child a { border-radius: 0 4px 4px 0; }
.share-buttons-icons-custom li a {
    height: 44px;
    width: 44px;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    background-color: #333;
    color: #fff;
    font-size: 14px;
}
.share-buttons-icons-custom li a i {
    position: relative;
    top: 1px;
}
.tippy-box { background: none; }
.compact-list-layout .job-listing:first-of-type, .compact-list-layout .job-listing:last-of-type { border-radius:0; }
.compact-list-layout .job-listing .job-listing-company-buttons { background: none; }
.pagination ul li a, .pagination ul li a i { border-radius:0; font-weight: 500; }
.section.gray .pagination ul li, .section.gray .pagination .pagination-arrow a { background-color: #fff; }
.pagination ul li a i { font-size: 16px; }
/* ---------- FI LLISTAT OFERTES -----------*/


/* ---------- FITXA -----------*/
.fitxadetall {
    background-color: #fff;
}

.fitxadetall h1 {
    color: #777678;
    font-size:24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.fitxadetall_header h4 {
    color: #fff;
    margin-bottom:10px;
    font-weight: 100;
    font-size:15px;
}
.section-headline-right {
    line-height:37px;
}
.section-headline-right a.button {
    padding:5px;
    vertical-align: middle;
}
.section-headline-right a.button i {
    font-size:24px;
}

.fitxadetall_body h5 {
    width:100%;
    margin: 10px 0 0px;
    color: #467dc6;
    font-size:18px;
    font-weight:800;
    line-height:28px;
}

.list-3 li {
    margin-top:0 !important;
    margin-bottom:0 !important;
}
.list-3 li::before{
    content: '\f112';
    font-family: "Line-Awesome";
    font-weight: 800;
    font-size: 1.4em;
}

.pdf li::before{
    content: '\f1e7';
    font-family: "Line-Awesome";
    font-weight: 800;
    font-size: 1.58em;
}

.fitxadetall_body strong {
    font-weight:600;
}
.fitxadetall_padding, .fitxadetall_left, .fitxadetall_right { padding: 50px 50px }
.fitxadetall_gray, .fitxadetall_right { background-color: #e6e6e6; }
.fitxadetall_empresa_padding { padding: 50px 50px 50px 0;}

@media (min-width: 768px) {
    .fifty-gray {
        background: linear-gradient(90deg, #ffffff 50%, #e6e6e6 50%);
    }
    .fifty-gray-inverted {
        background: linear-gradient(90deg, #e6e6e6 50%, #ffffff 50%);
    }
}

.cercador-llistat {
    background-color:#467dc6;
    color:#fff;
    padding: 20px 0;
}
.cercador-llistat h2 {
    color:#fff;
    font-weight:600;
    margin-top:5px;
    margin-bottom:15px;
}
h4.article-section {
    font-size: 20px;
    line-height: 34px;
    font-weight: 800;
    color: #777678;
}
/* ---------- FI FITXA DE OFERTA -----------*/

/* ---------- FOOTER -----------*/
#footer {
    background-color: #467dc6;
    color: #fff;
}
.footer-middle-section {
    padding: 15px 0;
}
.footer-bottom-section a {
    color: #777678;
}
.footer-bottom-section strong {
    color: #777678;
    font-weight: 600;
}
.footer-bottom-section {
    padding: 10px 0;
    border-top: 0;
    text-align: center;
    background-color: #eaeaea;
    color: #777678;
}
.footer-links ul li a {
    color: #777678;
}
.footer-links ul li a:hover {
    color: #c0c0c0;
}
.footerlogos img {
    max-height:85px;
}
/* ---------- FI FOOTER -----------*/
