.container.volver {
  position: relative;
  z-index: 1;
}
.cloud-category {
  font-family: 'WorkSans-Regular',sans-serif;
  background-color: #ddd;
  border-radius: 19px;
  padding: 6px 13px;
  font-size: 12px;
  font-weight: normal;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.panel-body {
  background-color: #f2f0f0;
  border-radius: 15px;
  padding: 5px 2px;
  margin-bottom: 10px;
}

span.link-supplier {
  font-size: 15px;
  font-weight: 600;
}

h4.panel-title,
h3.panel-title {
  border-bottom: none;
}

.num_subcat {
  color: #bababa;
  font-weight: normal;
}

.liStyles ul li {
  border: none !important;
  color: #575757;
}

/* UPDATES FROM 2022-03-28 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#expositores-filtro,
#expositores-resto {
  margin-top: 30px;
}

#expositores-filtro,
#expositores-resto,
#expositores-todos,
#tit-resultado {
  display: none;
}

#expositores-filtro.active,
#expositores-resto.active,
#expositores-todos.active,
#tit-resultado.active {
  display: block;
}

#cargando {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#cargando-loader {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tit-filtrado {
  font-family: 'WorkSans-SemiBold',sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 27.5px;
}

.expositor-item {
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}

.btn-conocermas {
  border: 1.5px solid #0C369C;
  border-radius: 35px;
  font-family: 'WorkSans-SemiBold',sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #0C369C;
  padding: 5px 13px;
  margin: 0 auto;
}

.limpiar-filtros {
	background: #00339F;
	font-size: 13px;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #00339F;
	border-radius: 20px;
	text-decoration: none;
	width: fit-content;
  display: none;
}

.limpiar-filtros:hover {
	color: #fff;
}

.empresa-destacada {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.empresa-destacada:hover {
  text-decoration: none;
}

.btn-filtrar-categoria {
  font-family: 'WorkSans-Regular',sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  background: #FFFFFF;
  border: 1.21385px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-filtrar-categoria-ico {
  margin-top: 4px;
}

.closebtn-catmenu {
  display: none;
}

.buscador-select2 {
  max-width: 668px;
  margin-left: 0;
}

@media screen and (max-width: 480px) {
	.buscador-select2 {
		padding: 0!important;
	}
}

.text-buscado {
  border-bottom: 1px solid;
}

body .buscador-select2 .select2-container--default .select2-dropdown {
  border: none;
}

body .buscador-select2 .select2-container--default .select2-results {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 17px 36px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 17px 36px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 23px 16px;
}

body .buscador-select2 .select2-container--default .select2-search--dropdown {
  position: relative;
  margin-top: -52px;
  padding: 6px;
}

body .buscador-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  min-height: 50px;
  font-family: 'WorkSans-Medium',sans-serif;
  font-size: 21px;
  line-height: 26px;
  color: #000000;
  background: #fff;
  padding-top: 7px;
  position: relative;
}

body .buscador-select2 .select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  padding: 0 10px;
  font-family: 'WorkSans-Medium',sans-serif;
  font-size: 21px;
  line-height: 26px;
  color: #000000;
}

body .buscador-select2 .select2-container--default .select2-selection--single {
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  min-height: 60px;
}

body .buscador-select2 .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: 'WorkSans-Regular',sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #8E8E8E;
  top: 0px;
  position: relative;
}

body .buscador-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 18px;
}

body .buscador-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../img/ico-magnifier.svg) !important;
  background-size: contain;
  background-position: center center;
}

body .buscador-select2 .select2-container--default .select2-selection--single .select2-selection__clear {
  background: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  top: 3px;
  right: -19px;
  font-weight: 100;
  padding-left: 1px;
  line-height: 1;
  font-family: sans-serif;
}

body .buscador-select2 .select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
}

body .buscador-select2 .select2-container--default .select2-dropdown {
  background: none;
}

body .buscador-select2 .select2-container--default .select2-search--dropdown {
  margin-bottom: 20px;
}

body .buscador-select2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 8px;
}

body .buscador-select2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__placeholder {
  display: none;
}

body .buscador-select2 .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered {
  z-index: 1;
}

body .buscador-select2 .select2-container--default .select2-results__option {
  font-family: 'WorkSans-SemiBold',sans-serif;
  font-size: 14px;
  line-height: 99.14%;
  color: #575757;
  padding-left: 6px;
}

body .buscador-select2 .select2-container--default .select2-results__option .select2-results__group {
  font-family: 'WorkSans-SemiBold',sans-serif;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.2;
}

body .buscador-select2 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #000 !important;
}

body .buscador-select2 .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #cccccc;
}

body .buscador-select2 .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #acacac;
}

@media screen and (max-width: 768px) {
  .menucategorias {
    position: fixed;
    z-index: 99993;
    left: 0px;
    -webkit-transform: translateX(-1400px);
            transform: translateX(-1400px);
    height: 100vh;
    top: 0;
    padding-top: 20px;
    overflow: auto;
    background-color: white;
    -webkit-transition: 200ms -webkit-transform ease-in-out;
    transition: 200ms -webkit-transform ease-in-out;
    transition: 200ms transform ease-in-out;
    transition: 200ms transform ease-in-out, 200ms -webkit-transform ease-in-out;
    margin-top: 0 !important;
  }
  .menucategorias.active {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .closebtn-catmenu {
    display: block;
  }
  .volver .backgroundColor {
    display: none;
  }
  .liStyles.menucategorias {
	padding-top: 120px;
  }
  .sticky-mb1,
  .sticky-mb2 {
	position: sticky;
	background: #fff;
	z-index: 1;
  }
  .sticky-mb1 {
	top: 110px;
  }
  .sticky-mb2 {
	top: 190px;
  }
}

.select2-search__close {
  position: absolute;
  right: 15px;
  top: 7.5px;
  cursor: pointer;
}

.no-results {
  padding: 5px 15px;
  background-color: #f2f0f0;
  border-radius: 4px;
}

.close {
  font-weight: 600;
  opacity: 1;
}
/*# sourceMappingURL=buscador-expositores.css.map */
