.comparador {
  margin-bottom: 44px;
}
.comparador_title {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  color: var(--primary);
  text-align: center;
  margin-top: 32px;
}
.comparador_celulares.sticky {
  position: sticky;
  top: 0px;
  z-index: 10;
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
.comparador_celulares {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  margin-top: 1px;
}
.comparador_celulares .catalogo_card_item:nth-child(1) {
  grid-column: 2;
}
.comparador_celulares_info {
  margin-bottom: 15px;
}
.comparador_celulares_info h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: var(--gray);
}
.comparador_celulares_info small {
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  color: var(--gray);
}
.comparador_celulares_info a {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: underline;
  color: var(--secondary);
}
.comparador_celulares_tipo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.comparador_celulares_tipo select {
  appearance: none;
  background: url(../../img/catalogo/arrow-down.svg) no-repeat;
  background-position: 94% center;
  padding: 12px 16px;
  border: 1px solid #b0b0b0;
  border-radius: 8px;
  cursor: pointer;
  background-color: var(--white);
}
.comparador_celulares_tipo select:focus {
  outline: none;
  color: #006cd8;
  box-shadow: 1px 1px 11px 0px #00000026;
  border: 1px solid #006cd8;
  background: url(../../img/catalogo/arrow-up.svg) no-repeat;
  background-position: 94% center;
  background-color: var(--white);
}
.comparador_celulares_tipo select option {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  color: var(--gray);
  font-family: var(--roboto-condensed);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.comparador_card_empty {
  justify-content: center;
  cursor: pointer;
}
.comparador_card_empty i {
  font-size: 65px;
  color: var(--secondary);
}
.comparador_card_empty h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: center;
  color: var(--primary);
  margin-top: 8px;
}
.comparador_caracteristicas {
  margin-top: 44px;
}
.comparador_caracteristicas_diferencias {
  display: flex;
  justify-content: space-between;
}
.comparador_caracteristicas_titulo {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  color: var(--primary);
}
.comparador_switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 23px;
}
.comparador_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.comparador_switch_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.comparador_switch_slider:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.comparador_switch_input:checked + .comparador_switch_slider {
  background-color: var(--secondary);
}
.comparador_switch_input:focus + .comparador_switch_slider {
  box-shadow: 0 0 1px var(--secondary);
}
.comparador_switch_input:checked + .comparador_switch_slider:before {
  transform: translateX(14px);
}
.comparador_switch_slider.round {
  border-radius: 34px;
}
.comparador_switch_slider.round:before {
  border-radius: 50%;
}
.comparador_switChange {
  display: flex;
  align-items: center;
  gap: 8px;
}
.comparador_switChange p {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: var(--gray);
}
.comparador_caracteristicas_table {
  margin-top: 24px;
  margin-bottom: 30px;
  border-top: 1px solid #909090;
  width: 100%;
}
.comparador_caracteristicas_table tr {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #909090;
}
.comparador_caracteristicas_table tr:nth-child(even) {
  background: #f8f8f8;
}
.comparador_caracteristicas_table td {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-basis: 25%;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  color: var(--gray);
}
.comparador_caracteristicas_table td:nth-child(1) {
  font-weight: 400;
}
.comparador_caracteristicas_table i {
  font-size: 26px;
  text-align: center;
  flex-basis: 13%;
}
.comparador_caracteristicas_table strong {
  font-weight: 500;
}
.catalogo_textofinal {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: var(--gray);
}
.catalogo_textofinal a {
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary);
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .comparador_celulares {
    grid-template-columns: repeat(3, 255px);
    place-content: center;
    padding: 15px 1px;
  }
  @-moz-document url-prefix() {
    .scrollable {
      scrollbar-width: thin;
    }
  }
  .scrollable::-webkit-scrollbar {
    height: 6px;
  }
  .scrollable::-webkit-scrollbar-thumb {
    border-radius: 20px;
    border: 6px solid #b0b0b0;
  }
  .scrollable::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .comparador_celulares_info {
    grid-column: 1 / -1;
  }
  .comparador_celulares .catalogo_card_item:nth-child(1) {
    grid-column: 1;
  }
}
@media (max-width: 992px) {
  .catalogo_card_item:last-child {
    display: none;
  }
  .comparador_celulares {
    grid-template-columns: repeat(2, 255px);
  }
}

@media (max-width: 767px) {
  .comparador_caracteristicas_diferencias {
    flex-wrap: wrap;
    gap: 8px;
  }
  .comparador_caracteristicas_table td:nth-child(1) {
    justify-content: start;
    flex-basis: 60%;
    text-align: left;
  }
  .comparador_celulares {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
  }
  .comparador_celulares.sticky {
    padding-top: 8px;
  }
  .catalogo_card_img {
    width: 100%;
  }
  .comparador_celulares_info {
    text-align: center;
  }
  .comparador_celulares_info small {
    font-size: 16px;
    line-height: 22px;
  }
  .comparador_celulares_info h2 {
    font-size: 16px;
    line-height: 22px;
    display: inline;
  }
  .comparador_celulares_info a {
    font-size: 16px;
    display: block;
  }
}

@media (max-width: 576px) {
  .comparador_caracteristicas_table tr {
    padding: 16px 0px;
    gap: 8px;
  }
  .comparador_caracteristicas_table td {
    justify-content: center;
    flex-basis: 50%;
    font-size: 16px;
    text-align: center;
  }
  .comparador_celulares_tipo select {
    width: 100%;
  }
}
