.filter-alphabetical{width:100%;margin-left:20px;padding-top:24px;line-height:30px}
.filter-alphabetical a{color:#9a9a9a;background:white;padding:2px 7px;margin-bottom:10px;text-transform:uppercase;text-decoration:none;font-size:16px;cursor:pointer}
.filter-alphabetical a:hover{color:black}
.filter-alphabetical .selected{color:white;background-color:#428dcb}
.filter_by_country_sector_company_installation .container-border{border:.4px solid var(--blue-button-dark);max-height:0;overflow:hidden;transition:max-height .8s ease-in-out}
.filter_by_country_sector_company_installation .show-container-border{max-height:1000px}
.filter_by_country_sector_company_installation .container-filter{background-color:#9ca9b3;padding:20px 30px 20px 30px;display:flex}
.filter_by_country_sector_company_installation .container-input{display:grid;grid-template-columns:225px 225px;grid-column-gap:2em;grid-row-gap:.5em}
.filter_by_country_sector_company_installation .input-filter{position:relative}
.filter_by_country_sector_company_installation .input-filter select{width:100%}
.filter_by_country_sector_company_installation .container-button{width:100%;display:flex;justify-content:center;margin:auto}
.filter_by_country_sector_company_installation .container-button a{background:var(--blue-button-dark);color:white;text-align:center;padding:4px 24px;border-radius:2px;font-size:16px;line-height:22px;height:34px;cursor:pointer}
.filter_by_country_sector_company_installation .showFilter{display:flex;color:var(--blue-button-dark);font-size:16px;line-height:22px;padding:4px 15px 4px 10px;border:1px solid #c5c4bc;border-top:0;float:right;cursor:pointer}
.filter_by_country_sector_company_installation .showFilter p{margin-left:5px;color:var(--blue-button-dark)}
.filter_by_country_sector_company_installation .showFilter p:hover{text-decoration:none;color:#0098ff}
.filter_by_country_sector_company_installation .showFilter div{align-items:center;display:flex;transition-duration:.2s}
.filter_by_country_sector_company_installation .icon-row{text-align:center;color:var(--blue-button-dark)}
.filter_by_country_sector_company_installation .close{display:none}
@media only screen and (max-width:800px){.filter_by_country_sector_company_installation .container-filter{flex-direction:column}
.filter_by_country_sector_company_installation .container-input{grid-template-columns:1fr;grid-row-gap:.75em}
.filter_by_country_sector_company_installation .container-button{margin-top:15px}
.filter_by_country_sector_company_installation .container-button a{width:100%;margin:0}
}
.filter_by_sector_and_text{margin:22px 0 10px 0;padding:6px 30px;background:var(--grey-filter-light);border:1px solid #cbcbcb}
.filter_by_sector_and_text .col-filter{border-bottom:1px solid #cbcbcb;padding-bottom:18px;display:flex}
.filter_by_sector_and_text .col-search{padding-bottom:18px;display:flex}
.filter_by_sector_and_text label{display:block;margin-top:5px;margin-bottom:5px;font-size:14px;line-height:20px;font-weight:normal}
.filter_by_sector_and_text select{width:180px}
.filter_by_sector_and_text #childSector{margin-left:10px}
.filter_by_sector_and_text .button-filter{background:var(--orange-button-dark);color:white;width:50px;height:34px;display:flex;justify-content:center;align-items:center;font-size:16px;line-height:22px;margin-top:auto;margin-left:15px;border-radius:2px;cursor:pointer}
.filter_by_sector_and_text .button-search{background:var(--blue-button-dark);color:white;width:85px;height:34px;display:flex;justify-content:center;align-items:center;font-size:16px;line-height:22px;margin-top:auto;margin-left:15px;border-radius:2px;cursor:pointer}
.filter_by_sector_and_text .button-filter:hover,.filter_by_sector_and_text .button-search:hover{background-color:var(--blue-dark)}
.filter_by_sector_and_text .error-message{margin-top:20px;font-size:16px;color:#65625a}
@media only screen and (max-width:650px){.filter_by_sector_and_text .col-filter,.filter_by_sector_and_text .col-search{display:block}
.filter_by_sector_and_text .col-filter input,.filter_by_sector_and_text .col-search input{width:100%}
.filter_by_sector_and_text .col-filter select,.filter_by_sector_and_text .col-search select{width:100%;margin:0}
.filter_by_sector_and_text .button-filter,.filter_by_sector_and_text .button-search{margin:25px 0 0 0;width:100%}
.filter_by_sector_and_text .input-filter{margin:10px 0}
.filter_by_sector_and_text .input-filter #childSector{margin:0}
}
.filter_fairs{margin:22px 0 10px 0}
.filter_fairs .container{display:flex;background:#ee7421;padding:15px 40px;justify-content:space-between}
.filter_fairs .tittle{margin:0;color:white;float:left;font-size:32px;line-height:36px;text-transform:uppercase;margin:0}
.filter_fairs .input-filter{display:flex}
.filter_fairs .input-filter label{margin:auto 28px auto 0;color:white;font-size:14px;line-height:22px;font-weight:normal}
.filter_fairs .input-filter select{width:225px}
@media only screen and (max-width:750px){.filter_fairs .container{flex-direction:column}
.filter_fairs .tittle{font-size:26px}
.filter_fairs .input-filter{display:block;margin-top:7px}
.filter_fairs .input-filter select{width:100%}
}
.filter_by_sector .container{display:flex;padding:30px 30px 7px 30px;justify-content:space-between}
.filter_by_sector .input-filter{display:flex}
.filter_by_sector label{margin:auto 28px auto 0;color:var(--salmon-dark);font-size:16px;line-height:22px;font-weight:normal}
.filter_by_sector select{width:200px}
.filter_by_sector .button-viewall{margin:auto 0;padding:2px 0 0;font-weight:300;font-size:16px;line-height:19px;text-transform:uppercase}
.filter_by_sector .button-viewall a{color:var(--orange-dark);cursor:pointer}
@media only screen and (max-width:650px){.filter_by_sector .container{flex-direction:column}
.filter_by_sector .input-filter{flex-direction:column}
.filter_by_sector .input-filter select{width:100%}
.filter_by_sector .button-viewall{margin-top:10px;text-align:center}
}
.filter_by_links_of_interest_types{background:#9ca9b3;margin-top:30px}
.filter_by_links_of_interest_types .col-filter{display:flex;align-items:center;flex-wrap:wrap}
.filter_by_links_of_interest_types .col-filter .input-filter{display:flex;flex-direction:column;padding:15px;margin-left:15px}
.filter_by_links_of_interest_types .col-filter .button-filter{margin-top:27px;width:auto;padding-left:10px;padding-right:10px}
@media(max-width:650px){.filter_by_links_of_interest_types .col-filter .button-filter{width:100%}
}
.filter_by_links_of_interest_types label{margin:0 0 5px 0;color:black;font-size:16px;line-height:22px;font-weight:normal}
.filter_by_links_of_interest_types select{width:400px}
@media only screen and (max-width:650px){.filter_by_links_of_interest_types .col-filter{flex-direction:column}
.filter_by_links_of_interest_types .col-filter .input-filter select{width:100%}
}
.hidden{display:none}
.input-filter,.input-search{margin-top:auto}
.input-filter select,.input-search select{height:34px;padding:4px 40px 4px 12px;border:1px solid #cbcbcb;border-radius:2px;font-size:16px;line-height:22px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;background-image:linear-gradient(to right,#f3f3f3,#f3f3f3),linear-gradient(to right,#cbcbcb,#cbcbcb);background-position:100% 0,100% 0;background-size:2.5em 2.5em,2.55em 2.5em;background-repeat:no-repeat}
.input-filter select:hover,.input-search select:hover{background-color:#ebebeb}
.input-filter .icon-row::before,.input-search .icon-row::before{position:absolute;right:13px;top:8px;color:#81b1db;font-size:16px;pointer-events:none}
.input-filter input,.input-search input{height:34px;width:354px;padding:2px 12px;font-size:16px;line-height:22px}
.input-filter div,.input-search div{position:relative}
#subsectorSelect{margin-left:10px}
.button-filter{background:var(--orange-button-dark);color:white;width:50px;height:34px;display:flex;justify-content:center;align-items:center;font-size:16px;line-height:22px;margin-top:auto;margin-left:15px;border-radius:2px;cursor:pointer}
.button-search{background:#428dcb;color:white;width:85px;height:34px;display:flex;justify-content:center;align-items:center;font-size:16px;line-height:22px;margin-top:auto;margin-left:15px;border-radius:2px;cursor:pointer}
.button-filter:hover,.button-search:hover{background-color:#479ee9}
.error-message{margin-top:20px;font-size:16px;color:#65625a}
@media only screen and (max-width:650px){.col-filter,.col-search{display:block}
.col-filter input,.col-search input{width:100%}
.col-filter select,.col-search select{width:100%;margin:0}
.button-filter,.button-search{margin:25px 0 0 0;width:100%}
.input-filter{margin:10px 0}
.input-filter #subsectorsSelect{margin:0}
}
.filter{width:100%;margin-left:20px;padding-top:24px;line-height:30px}
.filter a{color:var(--grey-dark);background:white;padding:2px 7px;margin-bottom:10px;text-transform:uppercase;text-decoration:none;font-size:16px;cursor:pointer}
.filter a:hover{color:black}
.filter .selected{color:white;background-color:#428dcb}
.filter-alphabetical .active{color:#fff;background-color:var(--blue-button-dark)}
.filter-alphabetical .active:hover{color:#fff}
.company-list .imagen-container{display:grid;grid-template-columns:238px 238px 238px 238px;flex-wrap:wrap;justify-content:space-between}
.company-list .imagen-container .companie{display:flex;flex-direction:column;width:238px;margin:15px 0}
.company-list .imagen-container .companie a{font-size:18px;line-height:22px;color:var(--blue-dark);cursor:pointer}
.company-list .imagen-container .dImgSector{width:238px;height:162px;margin-bottom:16px;border:1px solid #c5c4bc;cursor:pointer}
@media only screen and (max-width:1255px){.company-list .imagen-container{grid-template-columns:238px 238px 238px;justify-content:space-around}
}
@media only screen and (max-width:950px){.company-list .imagen-container{grid-template-columns:238px 238px}
}
@media only screen and (max-width:628px){.company-list .imagen-container{grid-template-columns:238px}
}
.filter a.letter-no-data{color:#bbb;cursor:default}
.company-list .title-result h1{color:var(--orange-dark);font-size:18px;line-height:24px;margin:10px 0 10px 20px}
.company-list .title-result .search-result{font-size:18px;line-height:24px;color:black;line-height:22px;padding-bottom:6px;padding-left:20px;border-bottom:1px solid #cbcbcb}
.company-list .title-result .error-result{margin:10px 0;font-size:16px;line-height:22px;color:#65625a}
.company-list .list-results{margin:20px 0}
.company-list .list-results .list-element{padding:1px 0 0 20px;border-bottom:1px solid #efdbd0}
.company-list .list-results .list-element a{text-decoration:none;color:var(--blue-dark);font-size:16px;line-height:30px;font-weight:normal}