.catalogo_header {
  background-color: #3D1058;
  min-height: 405px;
  background-image: url(../images/bg-header-promocion.jpg);
  background-position: center center;
}

.catalogo_header-bgmobile {
  display: none;
  background-image: url(../images/bg-header-promocion.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: 3.6rem;
  margin-bottom: 0.5rem;
}

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

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

  .catalogo_header-bgmobile {
    display: block;
  }

  .catalogo_header_info {
    padding: 1rem;
    min-height: 400px;
    flex-flow: row;
  }

  .catalogo_header_info-titulo {
    font-size: 1.45rem;
  }

  .catalogo_header_info-bajada {
    font-size: 0.9rem;
  }
}

.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: 0.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;
}

@media (max-width: 480px) {
  .section-center {
    width: 100%;
    max-width: 480px;
  }
}

.align-items-end {
  align-items: flex-end !important;
}

.csm-slider-item {
  min-height: 405px;
  /* background-size: cover; */
  background-position: center center;
}

.csm-slider-item .slide-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 405px;
}

.csm-slider-item .slide-caption .content {
  padding: 0;
  display: flex;
}

.csm-slider-item .slide-caption .content .col {
  float: left;
  width: 50%;
  display: flex;
  align-items: flex-end;
}

.top-slider .owl-nav {
  bottom: 0;
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.top-slider .owl-prev {
  background: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/arrow_left.min.svg) 0 0 no-repeat;
  background-size: auto;
  display: block;
  height: 48px;
  left: 3%;
  position: absolute;
  width: 30px;
  z-index: 1;
  text-indent: -99999px;
  background-size: contain;
}

.top-slider .owl-next {
  background: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/arrow_right.min.svg) 0 0 no-repeat;
  background-size: auto;
  display: block;
  height: 48px;
  right: 3%;
  position: absolute;
  width: 30px;
  z-index: 1;
  text-indent: -99999px;
  background-size: contain;
}

.csm-slider-content .owl-controls .owl-dots {
  left: 0;
  position: absolute;
  text-align: center;
  bottom: 10px;
  width: 100%;
  margin: auto;
}

.csm-slider-content .owl-controls .owl-dots .owl-dot {
  display: inline-block;
}

.csm-slider-content .owl-controls .owl-dots .owl-dot span {
  background-color: #ffffff;
  border: medium none;
  border-radius: 100%;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.4;
  width: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.csm-slider-content .owl-controls .owl-dots .owl-dot.active span {
  opacity: 1;
  transition: all 300ms ease;
}

.only-mobile {
  display: none !important;
}

.only-desktop {
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .slide-caption .content {
    padding: 0;
  }

  .only-mobile {
    display: block !important;
  }

  .only-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .slide-caption .content .col {
    float: none;
    width: 100%;
  }
}

::-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,
.selector-filtros,
.regular-select {
  min-height: 44px;
  border: 1.5px solid #B9C0CA;
  border-radius: 4px;
  color: #6D6871;
  font-size: 0.95rem;
  outline: none;
  font-family: "ceraregular";
  padding: 0 1rem;
}

.regular-input.search,
.search.selector-filtros,
.search.regular-select {
  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: 0.9rem;
  line-height: 40px;
  border-radius: 4px;
  font-family: "cerabold";
  color: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all ease 0.3s;
}

.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: 0.9rem;
  line-height: 40px;
  border-radius: 4px;
  font-family: "cerabold";
  transition: all ease 0.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: 0.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: 0.7rem 1rem;
  font-size: 0.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(../images/img/bg-banner-cyber-equipos.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;
}

@media (max-width: 768px) {
  .banner_catalogo div {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .banner_catalogo div img {
    max-width: 260px;
  }
}

.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;
  position: relative;
  display: block;
  /*box-shadow: 0px 4px 3px rgba(191, 190, 190, 0.5);*/
  z-index: 9;
}

@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: 0;
  width: 100%;
  box-shadow: 0px 4px 3px rgba(191, 190, 190, 0.5);
}

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

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: 0.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: 0.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: 0.3rem;
  font-size: 0.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;
  margin-bottom: 1.5rem;
  margin-left: -1%;
  margin-right: -1%;
}

.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: 0.3rem;
  font-size: 0.85rem;
}

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

.catalogo_paginador .resultado_paginas span {
  font-size: 0.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: 0.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: 270px;
  margin-right: 3rem;
}

.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: 0.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: 58px;
  height: 40px;
  border-radius: 4px;
  border: 1.5px solid #B9C0CA;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-bottom: 0.2rem;
}

.catalogo_filters_cont .marcas_logos .name_marca {
  display: block;
  font-size: 0.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.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-checked.svg);
}

.catalogo_filters_cont .marcas_huawei label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-huawei.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-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.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-checked.svg);
}

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

.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.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-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_zte label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-zte.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-checked.svg);
}

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

.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 input[type=checkbox]:checked+label {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/emprendedores/equipos/ico-zte-checked.svg);
}

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

.catalogo_filters_cont .lista_filter li {
  margin-bottom: 0.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: 0.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: 0.9rem;
  font-family: "ceramedium";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  cursor: pointer;
}

.catalogo_filters .clear_filters img {
  margin-right: 0.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: 23%;
  margin: 0 1% 1.5rem 1%;
}

.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: 23%;
  margin: 0 1% 1.5rem 1%;
}

.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;
  padding: 0.6rem 1rem;
  color: #ffffff;
  border-radius: 4px 4px 0 0;
}

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

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

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

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

.single_equipo-body .texto-compralo {
  color: #706D72;
  font-size: 0.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: 0.8rem;
  margin-bottom: 0.8rem;
}

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

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

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

.preventa {
  position: absolute;
  top: 0;
  left: 0;
}

.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: 0.8rem;
}

.select-estas-viendo:before {
  content: attr(data-text);
  position: absolute;
  top: 0.4rem;
  left: 1rem;
  font-size: 0.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: 0.5rem;
  position: relative;
}

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

.resultados_busqueda {
  padding: 0.8rem 0;
}

.resultados_busqueda p {
  font-size: 1rem;
  color: #24152F;
}

.resultados_busqueda strong {
  font-family: "cerabold";
}
.modal-follow-overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  opacity: 0;
  transition: opacity .3s;
  display: none;
}
.modal-follow-overlay.active{
  opacity: 1;
}
.modal-follow-overlay.active .modal-follow{
  opacity: 1;
  transform: translateY(0px);
}
.modal-follow {
  width: 100%;
  max-width: 360px;
  max-height: 420px;
  background-color: #ffffff;
  padding: 30px 10px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity .5s, transform .5s;
}
.modal-follow h2{
  color: #76489B;
  font-size: 18px;  
  line-height: 21px;
  margin: 14px 0 24px;
}
.modal-follow p{
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
}
.modal-follow p b{
  font-family: 'cerabold';
}
.modal-follow span.follow-close {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.modal-follow span{
  font-size: 14px;
  line-height: 16px;
  color: #574466;
  margin-top: 24px;
}
.modal-follow span a{
  color: #E92070;
  font-family: 'cerabold';
  text-decoration: none;
}
.follow-button{
  width: 100%;
  max-width: 280px;
  display: none;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 20px;
  text-align: center;
  background: #E92070;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  border: 0;
  transition: background-color .3s;
  margin: 0 20px;
}
.follow-button.active{
  display: flex;
}
.follow-button:hover{
  background-color: #c31359;
}
.follow-button img{
  margin-right: 10px;
}

@media (max-width: 1080px) {
  .single_equipo {
    width: 31.3%;
  }

  .single_banner {
    width: 31.3%;
  }
}

@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;
  }

  .single_equipo {
    width: 48%;
  }

  .single_banner {
    width: 48%;
  }
}

@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: 0.6rem;
    font-size: 1.1rem;
  }

  .catalogo_tabs {
    padding-top: 0.5rem;
  }

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

  .catalogo_tabs .tabs_titles .item {
    text-align: center;
    font-size: 0.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: 1000;
    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: 0.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-right: 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 0.5s;
    display: block;
    z-index: 10000;
  }

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

  .single_banner {
    width: 100%;
  }

  .single_equipo {
    width: 100%;
  }

  .single_equipo-body {
    display: flex;
    padding: 0.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;
  }
  .modal-follow{
    max-height: 100%;
    max-width: 100%;
    height: 100%;
  }
  .modal-follow .follow-button{
    order: inherit;
    margin: 0;
  }
  .follow-button{
    order: 3;
    margin: 20px auto 0;
  }
}

