.portfolio-filter {padding: 30px 0;}
.select-holder {display: flex;flex-wrap: wrap;width: 100%;justify-content: space-between;}
.select-col {width: 31%;}
.filter-select {width: 100%;font-size: 16px;padding: 10px 30px 10px 15px;line-height: 20px;border-radius: 0;cursor: pointer;position: relative;border: 1px solid #101820;height: 50px;font-family: "Variable Black";}
.filter-select{background-color: #fff;-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;appearance: none;
    background-image: url('../images/down-arrow.png');background-repeat: no-repeat;background-position-x: calc(100% - 10px);background-position-y: center;background-size: 20px 20px;}
.p-not-found {font-size: 24px;text-align: center;grid-column: 1 / -1;font-weight: 700;}
#portfolio-load-more {width: 100%;text-align: center;}
.load-more-btn {display: flex;justify-content: center;align-items: center;max-width: 149px;
    width: 100%;
    height: 52px;
    font-family: "Variable Black";
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    color: #101820;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: none;
    margin-top: 50px;
    color: #f6343f;
    border: 2px solid #f6343f;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}
.load-more-btn:hover{color: #ffffff;background: #f6343f;}
.filter-select option {    white-space-collapse: collapse;
    text-wrap: nowrap;
    min-height: 1.2em;padding: 0px 2px 1px;}
#loader{margin-top: 30px;}

.select2-container--default .select2-selection{background-color: #fff;-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;appearance: none;
    background-image: url('../images/down-arrow.png');background-repeat: no-repeat;background-position-x: calc(100% - 10px);background-position-y: center;background-size: 20px 20px;}
.select2-container--default .select2-selection{border-radius: 0;border: 1px solid #101820;padding: 10px 30px 10px 15px;font-size: 16px;height: 50px;
    font-family: "Variable Black";color: #101820; }
    .select2-container .select2-search--inline .select2-search__field{ font-family: "Variable Black";color: #101820;font-size: 16px;}
    .select2-container .select2-search--inline .select2-search__field{margin-left: 0;height: 22px;margin-top: 3px;text-transform: capitalize;}

textarea::-webkit-input-placeholder {color: #101820;opacity: 1;}
textarea:-moz-placeholder { /* Firefox 18- */color: #101820;opacity: 1;}
textarea::-moz-placeholder {  /* Firefox 19+ */color: #fff;  }
textarea:-ms-input-placeholder {color: #fff;  }
.select2-container--default .select2-selection.select2-selection--multiple{overflow: hidden;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{margin-left: 2px;margin-top: 2px;font-size: 10px;
    font-weight: 400;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{padding-left: 2px;padding-right: 5px;font-weight: normal;font-family: 'Karla Bold';text-transform: uppercase;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color: #fff;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color: #f6343f;color: #fff;border-color: #f6343f;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f6343f;color: #fff;outline: none;}
    .select2-container .select2-selection--multiple .select2-selection__rendered{display: flex;margin: 0;}
    .select2-container--default .select2-results>.select2-results__options{font-family: "Variable Black";color: #101820;font-size: 16px;}
    .select2-dropdown{border-color: #101820;border-radius: 0;}
    .select2-container--default .select2-selection--single .select2-selection__arrow{display: none;}
    .select2-container--default .select2-selection--single .select2-selection__rendered{color: #101820;padding: 0px;}
    .select2-container--default .select2-selection--single .select2-selection__placeholder{color: #101820;}
    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: #101820;
        color: white;
    }
    .select2-container--default .select2-results__option--selected{background-color: #f6343f;color: #fff;}
    span.select2.select2-container{width: 100% !important;}
.select2-container--default .select2-results>.select2-results__options {max-height: unset;overflow-y: unset;}

.section-content.section-intern.inverted .container .content-profile .wrapper-profile .grid .title{padding-bottom: 15px;}
.clear-filter .container{justify-content: flex-end;}
#clear-filter-button {font-size: 16px;font-weight: 700;cursor: pointer;color: #101820;margin-bottom: 15px;}
#clear-filter-button:hover{color: #f6343f;}

@media only screen and (max-width:767px){
    .select-holder{gap: 15px 0px;}
    .select-col {width: 80%;margin: 0 auto;}
    .section-content .content.content-portafolio .logo-grid{column-gap: 4vw;
        row-gap: 4vw}
    .clear-filter{width: 80%;margin: 0 auto;}
}