/* FILTERS */

.filter-title {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0b400;
    padding: 5px 20px;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    margin-left: 16px;
}


.filter-title:hover {
    background-color: #f0b400;
}

.filter-title i {
    margin-left: 8px;
    margin-top: 2px;
}

.filter-modal {
    z-index: 20;
    display: none;
    position: absolute;
    padding: 10px;
    background: white;
    font-size: 15px;
    background-color: #f0b400;
    color: white;
    top: 40px;
    left: 17px;

}

.label-filterjobs {
    padding-left: 10px;
    text-align: left;
}


div.job-box:hover {
    background-color: #E4E4E4;
}

a.job-text {
    color: #004291;
    ;
}

a.job-text:hover {
    background: #E4E4E4;
    color: #006384;
}

a.job-subtext {
    padding: 10px;
    color: #004291;
    font-size: 15px;
}

a.job-subtext:hover {
    background: #E4E4E4;
    color: #004291;
    text-decoration: none;
}

.img-job {
    background-image: url(./../assets/images/Ofertas@2x-8.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.job-box>a {
    transition: opacity .5s ease-out, margin .5s ease-out;
    -moz-transition: opacity .5s ease-out, margin .5s ease-out;
    -webkit-transition: opacity .5s ease-out, margin .5s ease-out;
    -o-transition: opacity .5s ease-out, margin .5s ease-out;
    color: #032654;
    font-size: 16px;
    text-decoration: none;
}

.job-box:hover>a {
    opacity: 1 !important;
    transition: opacity 0.1s 0.3s linear, margin .5s ease-out;
    -moz-transition: opacity 0.1s 0.3s linear, margin .5s ease-out;
    -webkit-transition: opacity 0.1s 0.3s linear, margin .5s ease-out;
    -o-transition: opacity 0.1s 0.3s linear, margin .5s ease-out;
    margin-bottom: 20px;
}

.job-box {
    transition: max-height 1s ease-out;
    -moz-transition: max-height 1s ease-out;
    -webkit-transition: max-height 1s ease-out;
    -o-transition: max-height 1s ease-out;
}

.job-box:hover {
    transition: max-height 1s linear;
    -moz-transition: max-height 1s linear;
    -webkit-transition: max-height 1s linear;
    -o-transition: max-height 1s linear;
    max-height: 900px;
}

.job-text {
    max-width: 260px;
}

.response-container {
    justify-content: space-evenly;
}

label.filters-container {
    padding-left: 10px;
}

.landing-button {
    background-color: #f0b400;
    color: white !important;
    opacity: 0;
    padding: 0px 16px;
    margin-top: 8px;
    transition: all 0.3s ease;

}

.filters-container {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-flow: row wrap;
    margin-bottom: 25px;
}

.jobs-container {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 50px;
}


div.job-box {
    font-size: 22px;
    background-color: #ffffff;
    border: white;
    font-weight: 900;
    z-index: 10;
    text-align: center;
    text-decoration: none;
    align-items: center;
    display: flex;
    flex-flow: column;
    color: #032654;
    margin: 10px;
    padding: 30px 20px 0;
    width: 250px;
    min-height: 200px;
    margin-top: 10px;
    text-align: center;
    line-height: 35px;
    border: 1px solid white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.position-row-filter {
    justify-content: center;
}

/*
FILTERS
*/
.filter-container {
    position: relative;
    margin: 2px;
}

.filter-choice {
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
}

.filter-choice input {
    margin-top: 2px;
}

@media (max-width: 700px) {
    .position-row-filter {
        flex-direction: column;
        flex-wrap: nowrap !important;
        margin-bottom: 5%;
    }

    .filter-title {
        margin-bottom: 5%;
    }
}