fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

/* pagination */
.paginador {
  display: flex;
  margin: 0 auto;
  width: fit-content;
  gap: 10px;
  align-items: center;
}

.paginador a {
  font-size: 14px;
  border: 1px solid #d3d4d3;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  color: #50535a;
  background: #ffffff;
}

.paginador a.jp-current {
  border: 1px solid #019df4;
  color: #019df4;
  font-weight: 600;
}

.paginador .jp-first,
.paginador .jp-last {
  display: none;
}

.paginador .jp-previous,
.paginador .jp-next {
  background: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/celulares-gama-media/tabs/assets/arrow-apps.webp);
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
}

.paginador .jp-previous {
  transform: rotate(180deg);
}

.paginador a.jp-previous.jp-disabled,
.paginador a.jp-next.jp-disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}

.paginador a:hover {
  border: 1px solid #019df4;
  color: #019df4;
  font-weight: 600;
}

.paginador a.jp-previous.jp-disabled:hover,
.paginador a.jp-next.jp-disabled:hover {
  filter: grayscale(100%);
  opacity: 0.5;
  border: 1px solid #d3d4d3;
}

.hide {
  display: none !important;
}

.cont-slider-left.unicos {
  display: none;
}

.uno {
  display: none !important;
}

.dos {
  display: none !important;
}

.mensaje.sec-aside {
  padding: 2rem 2rem;
  font-size: 20px;
  color: #aeaeae;
  text-align: center;
}

/* tabs  */

.content-tabs select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.content-tabs {
  padding: 0 1.5rem;
  margin: 1rem auto 0;
}

.cont-select {
  position: relative;
  margin-bottom: 20px;
}

.cont-select.icn-menu-regular::before{
  position: absolute;
  top: 11px;
  left: 14px;
}

#marcas {
  width: 100%;
  height: 36px;
  border: 1px solid #d3d4d3;
  border-radius: 4px;
  padding: 8px 30px 8px 52px;
  font-size: 14px;
  font-weight: bold;
  color: #50535a;
}


.content-paginacion > .tt-main,
.cont-scroll-box {
  display: none;
}

.bloque {
  display: none;
}

.bloque.active {
  display: block;
}

.phone-box {
  transition: all 0.3s ease;
}

.phone-box:hover {
  box-shadow: -1px 5px 15px -3px #019df429, 4px 6px 15px -3px #019df424;
}

.btn-main-phone:hover {
  background: #018eda;
}

.btn-barra:hover {
  transform: scale(1.05);
}

.checkboxgroup label:hover {
  color: #019df4;
}

.sectionTabs_button.madres > span {
  color: #50535a !important;
}

.sectionTabs_button i,
.sectionTabs_link i{
  font-size: 40px;
  color: #898989;
  line-height: normal;
}

.sectionTabs_link i{
  font-size: 24px;
  color: var(--blue);
  line-height: normal;
}

.sectionTabs_button.active i,
.sectionTabs_link i.active i,
.sectionTabs_button:hover i,
.sectionTabs_link:hover i{
  color: #dfdede;
}

@media (min-width: 599px) {
  .cont-select {
    max-width: 440px;
    margin: 0 auto 73px;
  }
}

@media (min-width: 768px) {
  .cont-select {
    display: none;
  }

  .content-paginacion > .tt-main,
  .cont-scroll-box {
    display: flex;
  }

  /* aside */

  .cont-tabs-box {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .cont-scroll-box {
    /* background: red; */
    width: 90%;
  }

  .sectionBlock {
    /* background: blue; */
    width: 85%;
  }

  .content-paginacion .tt-main {
    margin: 0;
    text-align: left;
    font-size: 27px;
    margin-bottom: 42px;
    color: #0b2739;
    font-weight: 400;
    line-height: 1.2em;
  }

  .sec-aside {
    width: 100%;
    background: #f5f5f5;
    padding: 19px 10px;
    border-radius: 6px;
    margin-bottom: 27px;
  }

  .tt-aside {
    line-height: 1em;
    font-size: 16px;
    color: #0b2739;
    margin-bottom: 27px;
  }

  .sectionTabs {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .sectionTabs_button,
  .sectionTabs_link {
    width: 70px;
    /* background: #fff; */
    height: 65px;
    max-width: 106px;
    border-radius: 6px;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #fff; */
    transition: all 0.3s ease;
    color: var(--blue);
    text-align: center;
    line-height: 1em;
    font-size: 10px;
    margin-top: 2px;
  }

  .sectionTabs_button picture {
    display: flex;
  }

  .sectionTabs_button:hover,
  .sectionTabs_link:hover {
    cursor: pointer;
    background-color: var(--blue);
    color: #fff;
  }

  .sectionTabs_button > img {
    filter: invert(98%) sepia(100%) saturate(1%) hue-rotate(297deg)
      brightness(107%) contrast(10%);
  }

  .last.sectionTabs_button > img {
    filter: none !important;
  }

  .sectionTabs_button.active {
    background-color: var(--blue);
  }

  .sectionTabs_button.active > span {
    color: #019df4 !important;
    font-weight: bold;
  }

  .sectionTabs_button.active > img {
    filter: invert(98%) sepia(100%) saturate(1%) hue-rotate(297deg)
      brightness(107%) contrast(101%);
  }

  .aside-filters label {
    font-size: 16px;
    color: #313235;
    transition: all 0.3s ease;
  }

  .aside-filters label:hover {
    cursor: pointer;
  }

  .aside-filters input {
    margin-right: 8px;
  }

  .bloque > .content-slide-accesorios {
    display: none;
  }

  .cont-slider-left .slide {
    padding: 0;
  }

  #paginador {
    margin-top: 2rem;
  }
}

@media (min-width: 992px) {
  .sec-aside {
    padding: 24px 16px;
  }

  .tt-aside {
    font-size: 20px;
  }

  .sectionTabs_button,
  .sectionTabs_link {
    width: 80px;
    height: 65px;
    max-width: initial;
  }

  .content-financiacion {
    width: 90%;
    max-width: 1128px;
  }
}

@media (min-width: 1100px) {

  .tt-main,
  .content-paginacion .tt-main {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  .sectionTabs_button span,
  .sectionTabs_link span {
    font-size: 12px;
    margin-top: 4px;
  }
}
