.catalogo_header {
  background-color: #3D1058;
  min-height: 405px;
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/bg-header.jpg);
  margin-top: 0;
}

@media (max-width: 768px) {
  .catalogo_header {
    margin-top: 40px;
  }
  .compatible5g {
    display:flex; flex-direction:column; align-items:center; justify-content:center;
  }
.compatible5g > img.sello {
  padding-top:10px;
  width:60px !important
}
}

.catalogo_header-bgmobile {
  display: none;
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/bg-header.jpg);
  height: 144px;
  background-size: cover;
  background-position: center center;
}

.catalogo_header_info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  color: #ffffff;
  min-height: 405px;
}

.catalogo_header_info-titulo {
  font-size: 2rem;
  margin-bottom: .5rem;
}

.catalogo_header_info-bajada {
  max-width: 600px;
  font-family: 'ceraregular';
}

.wom-mundos {
  margin-top: 0;
}

.wom-mundos li a {
  font-size: .9rem;
  text-transform: uppercase;
  border-top: 3px solid transparent;
}

.wom-bg {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #6f1a7e), to(#2b0a37));
  height: 40px;
}

.main-nav ul li a {
  font-size: 1rem;
  padding: 0 1.5rem;
  height: 40px;
  display: flex;
  align-items: center;
  font-family: 'cera';
  font-weight: 500;
}



@media (max-width: 480px) {
  .catalogo_header {
    margin-top: 40px;
    min-height: 140px;
    background-position: center left;
    background-size: cover;
  }

  .catalogo_header-bgmobile {
    display: none;
  }

  .catalogo_header_info {
    padding: 1rem;
    min-height: 100px;
  }

  .catalogo_header_info-titulo {
    font-size: 1.45rem;
    margin-top: 2rem;
    max-width: 64%;
    font-family: 'cera';
  }

  .catalogo_header_info-bajada {
    font-size: .9rem;
    display: none;
  }

  .main-head .header-nav {
    height: 0;
  }
}

.section-center {
  width: 95%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.bg-center {
  background-position: center center;
}

.bg-gris {
  background-color: #DEDFE2;
}

.padding-top {
  padding-top: 1rem;
}

.texto-semi-samll {
  font-size: .9rem;
}

.flex_align-center {
  display: flex;
  align-items: center;
}

.flex_column_center {
  display: flex;
  flex-direction: column;
}

.center-element {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6D6871;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6D6871;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #6D6871;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #6D6871;
}

.search_content {
  position: relative;
}

.search_content-lupa {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #DA0080;
  border-radius: 0 2px 2px 0;
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/lupa-blanca.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 45px;
}

.regular-input,
.regular-select,
.selector-filtros {
  min-height: 44px;
  border: 1.5px solid #B9C0CA;
  border-radius: 4px;
  color: #6D6871;
  font-size: .95rem;
  outline: none;
  font-family: 'ceraregular';
  padding: 0 1rem;
}

.regular-input.search,
.search.regular-select,
.search.selector-filtros {
  min-width: 244px;
  position: relative;
  padding-right: 50px;
}

.regular-select {
  width: 100%;
  background-color: #F4F4F4;
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/arrow-down.png);
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  line-height: 40px;
  cursor: pointer;
}

.regular-select.select-equipos {
  min-width: 260px;
}

.regular-select.select-arrow-active {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/arrow-up.png);
}

.regular-select.select-filtros {
  width: 125px;
}

.btn_pink {
  background-color: #DA0080;
  min-height: 42px;
  text-align: center;
  display: inline-block;
  font-size: .9rem;
  line-height: 40px;
  border-radius: 4px;
  font-family: 'cerabold';
  color: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all ease .3s;
}
.btn_pink.btn_pink_border:hover{
  background-color: #ffffff;
  color: #DA0080;
  border: solid 1px #DA0080;
}
.btn_pink:hover {
  background-color: transparent;
  color: #ffffff;
  border: solid 1px #ffffff;
}

.btn_pink.full {
  width: 100%;
}

.btn_border {
  min-height: 42px;
  border: 1.5px solid #3D1058;
  text-align: center;
  display: inline-block;
  color: #3D1058;
  font-size: .9rem;
  line-height: 40px;
  border-radius: 4px;
  font-family: 'cerabold';
  transition: all ease .3s;
}

.btn_border:hover {
  background-color: #3D1058;
  color: #ffffff;
}

.btn_border.full {
  width: 100%;
}

.selector-filtros {
  position: relative;
  background-color: #F4F4F4;
  display: flex;
  cursor: pointer;
  align-items: center;
  min-width: 125px;
  padding-left: 10px;
  padding-right: 32px;
}

.selector-filtros img {
  margin-right: 10px;
}

.selector-filtros .contador-filtro {
  width: 21px;
  height: 21px;
  margin-left: 10px;
  border-radius: 50%;
  font-size: .7rem;
  background-color: #DA0080;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.selector-filtros::before {
  content: "";
  width: 11px;
  height: 8px;
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/arrow-down.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: calc(100% - 26px);
  top: 43%;
}

.selector-filtros.active::before {
  transform: rotate(180deg);
}

/* SELECTORES CUSTOM */
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
}

.custom-select.select-filtros {
  min-width: 130px;
}

.custom-select.select-equipos {
  min-width: 177px;
}

.select-selected {
  /*style the arrow inside the select element:*/
}

.select-selected.select-arrow-active::after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items {
  position: absolute;
  background-color: #F4F4F4;
  border: 1.5px solid #B9C0CA;
  top: calc(100% + 2px);
  border-radius: 4px;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-items div {
  color: #6D6871;
  padding: .7rem 1rem;
  font-size: .95rem;
  font-family: 'ceraregular';
  cursor: pointer;
}

.select-items div:hover {
  background-color: #DADCE2;
}

.select-hide {
  display: none;
}

.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.capa {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-open {
  overflow: hidden;
  position: relative;
}

.tabs_info-tab {
  display: none;
}

.banner_catalogo {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/bg-banner-catalogo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 1.2rem;
}

.banner_catalogo p {
  font-size: 21px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.5rem;
}

.banner_catalogo p strong {
  display: block;
}

.huincha-top {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 3px rgba(191, 190, 190, 0.5);
    z-index: 9;
  position: relative;
  top: 0;
  display: block;
}

@media (max-width: 768px) {
  .huincha-top {
    top: 40px;
  }
}

.huincha-top img {
  width: 90%;
  max-width: 990px;
  display: block;
  margin: 0 auto;
}

.huincha-fixed {
  position: fixed;
  z-index: 1000;
  top: 42px;
  width: 100%;
  box-shadow: 0px 4px 3px rgba(191, 190, 190, 0.5);
}

@media (max-width: 480px) {
  .huincha-fixed {
    top: 106px;
  }
}

a.close-huincha {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  background-color: #DA0080;
  color: #ffffff;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 100%;
  padding: 5px;
  font-weight: 700;
}

@media (max-width: 768px) {
  a.close-huincha {
    top: 5px;
    right: 5px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    padding: 3px;
  }
}

@media (max-width: 480px) {
  a.close-huincha {
    width: 15px;
    height: 15px;
    padding: 2px;
  }
}

.catalogo_tabs {
  position: relative;
  padding-top: 1rem;
}

.catalogo_tabs .tabs_titles {
  display: flex;
  color: #ffffff;
  justify-content: flex-end;
  padding-right: 10px;
}

.catalogo_tabs .tabs_titles .item {
  padding: 15px 15px 15px 10px;
  background-color: #7C6D89;
  margin-right: 5px;
  font-size: .9rem;
  cursor: pointer;
  display: flex;
  font-family: 'ceramedium';
  align-content: center;
}

.catalogo_tabs .tabs_titles .item:hover {
  background-color: #5D4E69;
}

.catalogo_tabs .tabs_titles .item:last-child {
  margin-right: 0;
}

.catalogo_tabs .tabs_titles .item.active {
  box-shadow: inset 0 4px 0 #DA0080;
  background-color: #ffffff;
  color: #2D1441;
  font-family: 'cerabold';
}

.catalogo_tabs .tabs_titles .item.active .item-icono.avion {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ficha/avion-hover.svg);
}

.catalogo_tabs .tabs_titles .item.active .item-icono.celular {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/cellphone-hover.svg);
}

.catalogo_tabs .tabs_titles .item.active .item-icono.exit {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/exit-hover.svg);
}

.catalogo_tabs .tabs_titles .item.active .item-icono.chip {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/chip-hover.svg);
}

.catalogo_tabs .tabs_titles .item .item-icono {
  display: inline-block;
  width: 27px;
  height: 21px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.catalogo_tabs .tabs_titles .item .item-icono.avion {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ficha/avion.svg);
}

.catalogo_tabs .tabs_titles .item .item-icono.celular {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/cellphone.svg);
}

.catalogo_tabs .tabs_titles .item .item-icono.exit {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/exit.svg);
}

.catalogo_tabs .tabs_titles .item .item-icono.chip {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/chip.svg);
}

.catalogo_tabs .tabs_info {
  background-color: #DFE1E4;
  padding: 1.2rem;
  min-height: 370px;
}

.catalogo_tabs .tabs_info-tab {
  display: none;
}

.catalogo_content {
  background-color: #ffffff;
  padding: 1.2rem;
}

.catalogo_main-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.catalogo_main-filter .text p {
  font-size: .9rem;
  font-family: 'ceraregular';
}

.catalogo_main-filter .text h2 {
  margin: 0;
  color: #24152F;
  font-family: 'cerabold';
}

.catalogo_main-filter .selectores {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.catalogo_main-filter .selectores p {
  margin-bottom: .3rem;
  font-size: .9rem;
  color: #24152F;
}

.catalogo_main-filter .selectores_select {
  margin-right: 1.5rem;
}

.catalogo_main-filter .selectores_select .select-equipos {
  position: relative;
}

.catalogo_main-filter .selectores_select .select-equipos .select-selected {
  padding-left: 1.9rem;
}

.catalogo_main-filter .selectores_select .icon-ordenar-por {
  position: absolute;
  left: 9px;
  top: 14px;
}

.catalogo_main-filter .selectores_filter {
  margin-right: 1.5rem;
}

.catalogo_main-filter .selectores_filter.cont-ordenar-mobile {
  display: none;
}

.catalogo_main-filter .selectores .contador-filtro {
  display: none;
}

.catalogo_main-filter .selectores .contador-filtro.visible {
  display: flex;
  margin-right: 5px;
}

.catalogo_main-equipos {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  margin-bottom: 1.5rem;
}

.catalogo_main-equipos.align-left {
  justify-content: flex-start;
}

.catalogo_paginador {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.catalogo_paginador .resultado_paginas p {
  margin-bottom: .3rem;
  font-size: .85rem;
}

.catalogo_paginador .resultado_paginas .custom-select {
  margin: 0 1rem;
  width: 150px;
}

.catalogo_paginador .resultado_paginas span {
  font-size: .85rem;
}

.catalogo_paginador .numeros_paginador {
  display: flex;
  list-style-type: none;
}

.catalogo_paginador .numeros_paginador span {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3D1058;
  font-size: 1rem;
  border-radius: 4px;
  margin-right: .3rem;
  cursor: pointer;
}

.catalogo_paginador .numeros_paginador span.current {
  background-color: #3D1058;
  color: #ffffff;
}

.catalogo_paginador .numeros_paginador span.current:hover {
  background-color: #3D1058;
}

.catalogo_paginador .numeros_paginador span:last-child {
  margin-right: 0;
}

.catalogo_paginador .numeros_paginador span:hover {
  background-color: #F1F2F4;
}

.catalogo_paginador.align-center {
  justify-content: center;
}

.catalogo_filters {
  background-color: #E4E6EB;
  padding: 1.5rem 1.5rem 3rem;
  border-radius: 5px;
  margin-bottom: 2rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.catalogo_filters_cont {
  flex: auto;
}

.catalogo_filters_cont:first-child {
  max-width: 400px;
  margin:0 2rem 0 0;
}

.catalogo_filters_cont .title-filter {
  font-size: 1rem;
  color: #24152F;
  font-family: 'ceramedium';
  margin: 0 0 1rem 0;
}

.catalogo_filters_cont .marcas {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.catalogo_filters_cont .marcas_logos {
  margin-bottom: 1rem;
  margin-right: .5rem;
}

.catalogo_filters_cont .marcas_logos input[type="checkbox"] {
  display: none;
}

.catalogo_filters_cont .marcas_logos input[type="checkbox"]:checked+label {
  background-color: #3D1058;
  border-color: #3D1058;
}

.catalogo_filters_cont .marcas_logos label {
  width: 68px;
  height: 68px;
  border-radius: 4px;
  border: 1.5px solid #B9C0CA;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-bottom: .2rem;
}

.catalogo_filters_cont .marcas_logos .name_marca {
  display: block;
  font-size: .7rem;
  color: #24152F;
  text-align: center;
}

.catalogo_filters_cont .marcas_apple label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-apple-tx.svg);
}

.catalogo_filters_cont .marcas_apple input[type="checkbox"]:checked+label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-apple-tx-checked.svg);
}

.catalogo_filters_cont .marcas_huawei label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-huawei-tx.svg);
}

.catalogo_filters_cont .marcas_huawei input[type="checkbox"]:checked+label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-huawei-tx-checked.svg);
}

.catalogo_filters_cont .marcas_lenovo label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-lenovo.svg);
}

.catalogo_filters_cont .marcas_lenovo input[type="checkbox"]:checked+label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-lenovo-checked.svg);
}

.catalogo_filters_cont .marcas_nokia label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-nokia-tx.svg);
}

.catalogo_filters_cont .marcas_nokia input[type="checkbox"]:checked+label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-nokia-tx-checked.svg);
}

.catalogo_filters_cont .marcas_lg label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-lg.svg);
  background-size: 25px;
}

.catalogo_filters_cont .marcas_lg input[type="checkbox"]:checked+label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-lg-checked.svg);
}

.catalogo_filters_cont .marcas_motorola label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-motorola.svg);
}

.catalogo_filters_cont .marcas_motorola input[type="checkbox"]:checked+label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-motorola-checked.svg);
}

.catalogo_filters_cont .marcas_samsung label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-samsung-tx.svg);
}

.catalogo_filters_cont .marcas_samsung input[type="checkbox"]:checked+label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-samsung-tx-checked.svg);
}

.catalogo_filters_cont .marcas_sony label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-sony.svg);
}

.catalogo_filters_cont .marcas_sony input[type="checkbox"]:checked+label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-sony-checked.svg);
}

.catalogo_filters_cont .marcas_xiaomi label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-xiaomi.svg);
  background-size: 24px;
}

.catalogo_filters_cont .marcas_xiaomi input[type="checkbox"]:checked+label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-xiaomi-checked.svg);
}

.catalogo_filters_cont .marcas_zte label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-zte-tx.svg);
}

.catalogo_filters_cont .marcas_zte input[type="checkbox"]:checked+label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-zte-tx-checked.svg);
}

.catalogo_filters_cont .marcas_oppo label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-oppo.svg);
}

.catalogo_filters_cont .marcas_oppo input[type="checkbox"]:checked+label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-oppo-checked.svg);
}

.catalogo_filters_cont .marcas_honor label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-honor.svg);
}

.catalogo_filters_cont .marcas_honor input[type="checkbox"]:checked+label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-honor-checked.svg);
}

.catalogo_filters_cont .marcas_vivo label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-vivo.svg);
}

.catalogo_filters_cont .marcas_vivo input[type="checkbox"]:checked+label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-vivo-checked.svg);
}

.catalogo_filters_cont .marcas_tcl label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-tcl.svg);
}

.catalogo_filters_cont .marcas_tcl input[type="checkbox"]:checked+label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-tcl-checked.svg);
}

.catalogo_filters_cont .lista_filter {
  list-style-type: none;
}

.catalogo_filters_cont .lista_filter li {
  margin-bottom: .7rem;
}

.catalogo_filters_cont .lista_filter input {
  display: none;
}

.catalogo_filters_cont .lista_filter input:checked+label::after {
  background-color: #3D1058;
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/icon-input-check.svg);
  border-color: #3D1058;
}

.catalogo_filters_cont .lista_filter label {
  padding-left: 1.8rem;
  position: relative;
  height: 20px;
  color: #24152F;
  font-size: .85rem;
  cursor: pointer;
}

.catalogo_filters_cont .lista_filter label::after {
  content: "";
  height: 20px;
  width: 20px;
  border: 1.5px solid #B9C0CA;
  border-radius: 4px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.catalogo_filters .close_filters {
  width: 36px;
  height: 36px;
  background-color: #B8BBC4;
  border-radius: 50%;
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/icon-arrow-up-white.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.catalogo_filters .clear_filters {
  color: #3D1058;
  font-size: .9rem;
  font-family: 'ceramedium';
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  cursor: pointer;
}

.catalogo_filters .clear_filters img {
  margin-right: .3rem;
}

.catalogo_filters .clear_filters .aplicar {
  margin-left: 2rem;
}

.catalogo_filtromobile {
  height: 66px;
  padding: 1rem;
  position: relative;
  background-color: #e4e6eb;
  display: none;
}

.catalogo_filtromobile p {
  color: #24152F;
  font-weight: 'ceramedium';
  font-size: 1.3rem;
}

.catalogo_filtromobile-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: 35px;
  width: 35px;
  background-color: rgba(0, 0, 0, 0.19);
  border-radius: 50%;
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/icon-x-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.single_banner {
  background-color: #3D1058;
  box-shadow: 0 2px 49px 0 rgba(199, 191, 191, 0.5);
  border-radius: 4px;
  width: 100%;
  max-width: 284px;
  margin-bottom: 1.5rem;
}

.single_banner-body {
  padding: 1.5rem 1rem;
  text-align: center;
}

.single_banner-body h3 {
  color: #ffffff;
  margin: 0;
  text-align: left;
  font-size: 1.6rem;
  font-weight: normal;
}

.single_banner-body img {
  margin: 2rem auto;
  display: block;
  width: 100%;
}

.single_banner-body p {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 1.2rem;
}

.single_banner-body small {
  color: #ffffff;
  display: block;
  margin-top: 1rem;
}

.single_equipo {
  background-color: #FFFFFF;
  box-shadow: 0 2px 49px 0 rgba(199, 191, 191, 0.5);
  border-radius: 4px;
  width: 100%;
  max-width: 284px;
  margin-bottom: 1.5rem;
}

.single_equipo-linkequipo {
  display: inline-block;
  width: 100%;
}

.single_equipo.banner_imagen {
  background-size: cover;
  background-position: top left;
}

.single_equipo .banner_equipo {
  display: inline-block;
}

.single_equipo-head {
  background-color: #3D1058;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .6rem 1rem;
  color: #ffffff;
  border-radius: 4px 4px 0 0;
}

.single_equipo-head h6 {
  margin: 0;
  font-family: 'ceraregular';
  font-size: .8rem;
}

.single_equipo-head h4 {
  margin: 0;
  font-family: 'ceramedium';
  font-size: 1.2rem;
}

.single_equipo-body {
  padding: 1.5rem 1rem;
  text-align: center;
}

.single_equipo-body img {
  max-height: 187px;
  margin-bottom: 1.4rem;
}

.single_equipo-body .texto-compralo {
  color: #706D72;
  font-size: .95rem;
}

.single_equipo-body .precio {
  color: #24152F;
  font-size: 1.9rem;
  margin: 0 0 1.3rem 0;
}

.single_equipo-body .texto-transbank {
  color: #6D6871;
  font-size: .8rem;
  margin-bottom: .8rem;
}

.single_equipo-body .texto-arriendo {
  color: #96919B;
  font-size: .7rem;
}

.single_equipo-body .btn_simulado {
  margin-bottom: .5rem;
}

.single_equipo:hover .btn_simulado {
  margin-bottom: .5rem;
  background-color: #3D1058;
  color: #ffffff;
}

.select-estas-viendo {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 213px;
  height: 55px;
}

.select-estas-viendo .select-selected {
  font-size: 1.3rem;
  color: #6D6871;
  font-family: 'cerabold';
  padding-top: .8rem;
}

.select-estas-viendo:before {
  content: attr(data-text);
  position: absolute;
  top: .4rem;
  left: 1rem;
  font-size: .85rem;
  color: #6D6871;
  font-family: 'ceraregular';
}

#box_filters,
#box_ordenar {
  display: none;
}

.box_ordenar-flex {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.box_ordenar-flex .inner {
  min-height: 260px;
  width: 100%;
  display: flex;
  flex-flow: column;
  background-color: #e4e6eb;
}

.box_ordenar-flex .filtros_mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.box_ordenar-flex .filtros_mobile input {
  display: none;
}

.box_ordenar-flex .filtros_mobile input:checked+label {
  border: 1.5px solid #6D6871;
}

.box_ordenar-flex .filtros_mobile input:checked+label span {
  display: block;
}

.box_ordenar-flex .filtros_mobile label {
  min-width: 200px;
  line-height: 38px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: .5rem;
  position: relative;
}

.box_ordenar-flex .filtros_mobile label span {
  position: absolute;
  top: 0;
  left: calc(100% - 20px);
  display: none;
}

@media (max-width: 1280px) {
  .single_equipo {
    max-width: 266px;
  }

  .single_banner {
    max-width: 266px;
  }
}

@media (max-width: 768px) {
  .banner_catalogo {
    flex-flow: column wrap;
    min-height: 450px;
  }

  .banner_catalogo p {
    font-size: 14px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}


@media (max-width: 480px) {
  .select-estas-viendo {
    position: relative;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    margin-bottom: 1rem;
    height: 50px;
  }

  .select-estas-viendo .select-selected {
    padding-top: .6rem;
    font-size: 1.1rem;
  }

  .catalogo_tabs {
    padding-top: .5rem;
  }

  .catalogo_tabs .tabs_titles {
    padding-left: 10px;
  }

  .catalogo_tabs .tabs_titles .item {
    text-align: center;
    font-size: .6rem;
    padding: 10px 3px;
    flex: 1;
    flex-flow: column;
    align-items: center;
  }

  .catalogo_tabs .tabs_titles .item .item-icono {
    margin-bottom: 3px;
    margin-right: 0;
  }

  .catalogo_tabs.fixed-element .tabs_titles {
    position: fixed;
    top: 40px;
    z-index: 998;
    left: 0;
    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    background-color: #75207D;
  }

  .catalogo_main-filter {
    flex-flow: column;
    align-items: flex-start;
  }

  .catalogo_main-filter .selectores {
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-between;
  }

  .catalogo_main-filter .selectores_busqueda {
    order: 1;
    width: 100%;
    margin-bottom: .7rem;
  }

  .catalogo_main-filter .selectores_busqueda input {
    width: 100%;
  }

  .catalogo_main-filter .selectores_filter {
    order: 2;
    margin-right: 0;
  }

  .catalogo_main-filter .selectores_filter.cont-ordenar-mobile {
    display: block;
  }

  .catalogo_main-filter .selectores_select {
    order: 3;
    margin-right: 0;
  }

  .catalogo_main-filter .selectores_select .ordenar-por {
    display: none;
  }

  .catalogo_main-filter .selectores_select .select-equipos {
    min-width: 150px;
  }

  .catalogo_main-filter .selectores_select.ordenar-desktop {
    display: none;
  }

  .catalogo_main-filter .text {
    margin-bottom: 1rem;
  }

  .catalogo_paginador {
    flex-flow: column;
  }

  .catalogo_paginador .resultado_paginas {
    margin-bottom: 1rem;
  }

  .catalogo_paginador .numeros_paginador span.pager_point {
    width: 0;
  }

  .catalogo_filters {
    flex-flow: column;
    overflow-x: scroll;
    height: 100%;
    border-radius: 0;
    padding-bottom: 160px;
    padding-top: 0;
  }

  .catalogo_filters_cont:first-child {
    margin: 15px 0;
  }

  .catalogo_filters .clear_filters {
    z-index: 10;
    width: 100%;
    border-top: 1px solid #cacaca;
    padding: 10px 15px;
    min-height: 68px;
    right: 0;
    bottom: 0;
    background-color: #E4E6EB;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .catalogo_filters .close_filters {
    display: none;
  }

  .catalogo_filtromobile {
    display: block;
  }

  #box_filters {
    position: fixed;
    height: 100vh;
    left: 0;
    top: 100%;
    padding-top: 20%;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    transition: ease all .5s;
    display: block;
    z-index: 10000;
  }

  #box_ordenar {
    position: fixed;
    height: 100vh;
    left: 0;
    top: 100%;
    padding-top: 0;
    width: 100%;
    transition: ease all .5s;
    display: block;
    z-index: 10000;
  }

  .single_banner {
    max-width: 400px;
  }

  .single_banner-body {
    padding: .7rem;
  }

  .single_equipo {
    max-width: 400px;
  }

  .single_equipo-body {
    display: flex;
    padding: .7rem;
  }

  .single_equipo-img {
    max-width: 120px;
    flex: 1;
  }

  .single_equipo-img img {
    max-height: 140px;
    margin-bottom: 0;
  }

  .single_equipo-info {
    flex: 1;
    text-align: left;
    max-width: 200px;
    position: relative;
    padding-right: 20px;
  }

  .single_equipo-info:before {
    content: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/flecha-negra-mobile.svg);
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
  }

  .single_equipo-info .btn_border {
    display: none;
  }
}

@media (min-width: 768px) {
.compatible5g {
  display:flex; flex-direction:row; align-items:center; justify-content:center;
}
.compatible5g > img.sello {
 padding-top:5px;
width:36px !important
}
}