/* FUENTES */
@font-face {
  font-family: "LG-Smart-Regular";
  src: url("/content/dam/lge/es/migration/comparador-barras-sonido/assets/fonts/LG-Smart-Regular.ttf");
}
@font-face {
  font-family: "LG-Smart-SemiBold";
  src: url("/content/dam/lge/es/migration/comparador-barras-sonido/assets/fonts/LG-Smart-SemiBold.ttf");
}
/* FUENTES */

/* GLOBAL */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "LG-Smart-Regular";
}
img {
  width: 100%;
  display: block;
}
p,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

.slide > div > p:not(.title):not(.dts):not(.meridian):not(.sistema) {
  min-height: 140px !important;
  text-align: center;
}
.resultados sub,
sup {
  font-size: 65%;
}
.potencia {
  padding-top: 60px !important;
}

p.hi-res {
  padding-bottom: 30px !important;
}

.garantia sub,
sup {
  font-size: 45%;
}

.buscador .selector-container {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-inline: auto;
}
.volver {
  display: none;
  cursor: pointer;
}
.resultados {
  display: none;
}
/* GLOBAL */

/* HERO */
.hero {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-image: url("/content/dam/lge/es/migration/comparador-barras-sonido/assets/img/banner-recomendador-barras-1920x454.webp");
  background-size: cover;
  background-position: 40% 0%;
  background-repeat: no-repeat;
  padding-left: 36px;
  height: 212px;
  margin-bottom: 32px;
}
.hero h1 {
  font-family: "LG-Smart-SemiBold";
  font-size: 18pt;
  text-align: left;
  color: #000;
  line-height: 1;
  width: 85%;
  margin-bottom: 10px;
}
.hero p {
  font-family: "LG-Smart-Regular";

  font-size: 15pt;
  text-align: left;
  color: #000;
  line-height: 1;
  font-weight: 100;
  width: 80%;
}
.hero p.subtitle {
  color: #a50034;
  font-weight: bolder;
  font-size: 25px;
  min-width: 80%;
}
/* HERO */

/* BUSCADOR */
.buscador {
  width: 90%;
  margin-inline: auto;
  text-align: center;
}
.buscador h2 {
  font-family: "LG-Smart-SemiBold";
  font-size: 20pt;
  line-height: 26pt;
  color: #212529;
  margin-bottom: 10px;
  width: 90%;
  margin-inline: auto;
}
.buscador p {
  font-size: 12pt;
  line-height: 14pt;
  color: #212529;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 32px;
}
.buscador .selector-container {
  width: 90%;
  margin-bottom: 40px;
}
.buscador .selector-container .select2 {
  width: 100% !important;
  max-width: 100%;
  text-align: left;
  margin-bottom: 16px;
}
.buscador .selector-container .select2 .select2-selection__rendered {
  font-size: 18pt;
  color: #707070;
  padding-block: 8px;
  padding-left: 14px;
  font-weight: 100;
}
.select2-container--default .select2-selection--single {
  height: 42px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px !important;
}
.select2-container {
  margin: 0;
}
.buscador .tv-imagen {
  width: 80%;
  max-width: 226px;
  margin-inline: auto;
}
.siguiente,
.botton-desktop {
  margin-top: 40px;
  display: block;
  width: 90%;
  margin-inline: auto;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #a50034;
  border: none;
  outline: none;
  padding-block: 14px;
  line-height: 1;
  font-family: "LG-Smart-SemiBold";
  font-size: 14pt;
  margin-bottom: 46px;
  cursor: pointer;
}
.siguiente:disabled,
.botton-desktop:disabled {
  cursor: default;
  background-color: #a5003456;
}
.botton-desktop {
  display: none;
}
/* BUSCADOR */

/* RESULTADOS */
.resultados {
  width: 100%;
  margin-inline: auto;
  margin-bottom: 70px;
  position: relative;
}
.resultados .volver {
  background-color: transparent;
  color: #212529;
  border: none;
  outline: none;
  font-size: 15pt;
  line-height: 16pt;
  text-align: left;
  display: block;
  margin-bottom: 16px;
  margin-left: 5%;
  font-weight: 700;
}
.resultados h3 {
  text-align: center;
  color: #212529;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
  width: 90%;
  margin-inline: auto;
}
.slide div .dts {
  min-height: 170px !important;
  text-align: center;
}
.slide div .meridian {
  min-height: 145px !important;
  text-align: center;
}
.slide div .sistema {
  min-height: 145px !important;
  text-align: center;
}

.resultados > img {
  width: 80%;
  max-width: 232px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.resultados .altavoces-container {
  overflow-x: scroll;
  width: 90%;
  margin-inline: auto;
  scroll-behavior: smooth;
}

.resultados .go-left {
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: fixed;
  left: 0;
  top: 50%;
  border-radius: 0% 100% 100% 0% /100% 50% 50% 0%;
  background-color: rgb(0, 0, 0, 0.7);
  width: 50px;
  height: 100px;
  cursor: pointer;
  font-size: 50px;
}
.resultados .go-right {
  border-radius: 100% 0% 0% 100% / 50% 100% 0% 50%;
  position: fixed;
  right: 0;
  top: 50%;
  background-color: rgb(0, 0, 0, 0.7);
  width: 50px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 50px;
}
.resultados .altavoces-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.resultados .altavoces-wrapper > div {
  box-sizing: content-box;
}
.resultados .altavoces-wrapper > div div {
  width: 60vw;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  height: 100%;
}
.resultados .altavoces-wrapper div h4 {
  font-family: "LG Smart", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 34px;
  color: #fff;
  text-align: center;
  padding-block: 12px;
  font-weight: 700;
}
/* .resultados .altavoces-wrapper div.slide{
  height: 100%;
} */
.resultados .altavoces-wrapper div.best {
  border-top: 2px solid #a50034;
  border-left: 2px solid #a50034;
  border-bottom: 2px solid #a50034;
  border-right: 1px solid #a50034;
  order: 0;
}
.resultados .altavoces-wrapper div.better {
  border-left: 1px solid #cccccc;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  border-right: 1px solid #cccccc;
  order: 1;
}
.resultados .altavoces-wrapper div.good {
  border-right: 2px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  order: 2;
}
.resultados .altavoces-wrapper div.best h4 {
  background-color: #a50034;
  font-size: 17pt;
}
.resultados .altavoces-wrapper div.better h4,
.resultados .altavoces-wrapper div.good h4 {
  font-size: 17pt;
  background-color: #cccccc;
}
.resultados .altavoces-wrapper div img {
  width: 200px;
  height: 200px;
  margin-inline: auto;
  object-fit: contain;
}
.resultados .altavoces-wrapper div .title {
  font-family: "LG-Smart-SemiBold";
  font-size: 20px;
  text-align: center;
}
.resultados .altavoces-wrapper div p:not(.title) {
  font-size: 14px;
  margin-inline: auto;
  padding-top: 40px;
  width: 80%;
  hyphens: auto;
  word-break: break-word;
}
.resultados
  .altavoces-wrapper
  div
  p:not(.title, .precio-container, .precio-descuento, .precio, .discount) {
  border-bottom: 1px solid #cccccc;
}
.resultados .altavoces-wrapper div p.sistema,
.resultados .altavoces-wrapper div p.dolby,
.resultados .altavoces-wrapper div p.imax,
.resultados .altavoces-wrapper div p.meridian {
  display: none;
}
.resultados .altavoces-wrapper div p.garantiatext {
  width: fit-content;
  margin-right: auto;
  margin-inline: 10%;
}
.resultados .altavoces-wrapper p.garantiatext {
  background-color: #ccc;
  font-family: "LG-Smart-SemiBold";
  font-size: 16px;
  color: #212529;
  padding: 12px;
}
.resultados .altavoces-wrapper div p.precio {
  font-size: 20px;
}
.resultados .altavoces-wrapper div a.comprar,
.resultados .altavoces-wrapper div a.mas-info {
  color: #fff;
  background-color: #a50034;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  margin-inline: auto;
  display: block;
  width: 80%;
  margin-bottom: 24px;
  margin-top: 12px;
  transition: 0.3s all ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
}
.resultados .altavoces-wrapper div a.comprar {
  margin-bottom: 0px;
}

.resultados .altavoces-wrapper div a.mas-info {
  background-color: #fff;
  color: #6b6b6b;
  border: 2px solid #6b6b6b;
}
.resultados .altavoces-wrapper div a.comprar:hover {
  background-color: #a5003490;
}

.resultados .altavoces-wrapper div a.mas-info:hover {
  background-color: #cccccc;
}
.resultados .altavoces-wrapper .precio-container {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin-inline: auto;
  align-items: end;
  height: auto !important;
}
.resultados .altavoces-wrapper .precio-container .precio-descuento,
.resultados .altavoces-wrapper .precio-container .precio {
  font-size: 22px;
  margin-left: 0;
  color: #212529;
}
.resultados .altavoces-wrapper .precio-container .precio-descuento {
  width: 65%;
}
.resultados .altavoces-wrapper .precio-container .precio.discounted {
  color: #909090;
  font-size: 14px;
  text-decoration: line-through;
}
.garantia {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #6b6b6b;
  padding: 10px;
  margin-top: 4px;
  margin-bottom: 40px;
  width: 90%;
  margin-inline: auto;
}
.garantia p {
  font-family: "LG-Smart-SemiBold";
  font-size: 14pt;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 70%;
}
.garantia img {
  position: absolute;
  right: 0px;
  width: 82px;
}
.condiciones {
  width: 80%;
  margin-inline: auto;
  display: block;
  margin-bottom: 50px;
  color: #212529;
}
.condiciones a {
  color: #212529;
}
.descuento {
  background-color: #a50034;
  color: #ffffff;
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-inline: auto;
  flex-direction: column;
}
.descuento .texto {
  font-family: "LG-Smart-SemiBold";
  font-size: min(5vw, 14pt);
  padding-top: 1rem;
}
.descuento .porcentaje {
  border-bottom: 2px solid #ffffff;
  text-transform: uppercase;
  font-size: min(5vw, 18pt);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  font-family: "LG-Smart-SemiBold";
  margin-inline: 0.5rem;
}
.descuento .porcentaje .diez {
  font-size: 30pt;
  font-family: "LG-Smart-SemiBold";
}
.descuento a {
  background-color: #ffffff;
  color: black;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-block: 1rem;
  display: inline-flex;
  cursor: pointer;
  border: none;
  margin-left: 0.5rem;
}
.descuento a {
  text-transform: uppercase;
  color: #212529;
  text-decoration: none;
}
.descuento a p {
  margin-top: 4px;
}

/* RESULTADOS */

/* TOOLTIP */
.tooltip-wrapper {
  position: relative;
}
.tooltip-container {
  border: 1px solid #707070;
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  z-index: 100;
  padding: 40px 15px;
  width: 220px;
}
.tooltip-container p {
  margin-bottom: 0;
  text-align: left;
  color: #707070;
  width: auto !important;
  min-width: auto !important;
}
.tooltip-container p:first-child {
  margin-bottom: 8px;
}
.tooltip-container.show {
  opacity: 1;
  visibility: visible;
}
.tooltip {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}
.tooltip div {
  border: 1px solid #a50034;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  min-height: 26px;
  min-width: 26px;
  display: flex;
  align-items: end;
  justify-content: center;
  cursor: pointer;
  color: #a50034;
}
.tooltip .text-mobile {
  display: block;
  color: #a50034;
  font-size: 12pt;
  text-decoration: underline;
  margin-left: 0.5rem;
}

p.discount {
  font-size: 17px !important;
}
.discount {
  font-size: 16px;

  color: #a50034;
  text-align: left;
}
.red {
  color: #a50034;
  font-family: "LG-Smart-SemiBold";
  text-decoration: underline;
}
.green {
  color: #62a60a;
}
.yellow {
  color: #ffba00;
}
/* TOOLTIP */

/* MEDIA */
@media (min-width: 768px) {
  .slide > div > p:not(.title):not(.dts):not(.meridian):not(.sistema) {
    min-height: 140px !important;
    text-align: center;
  }

  .slide > div > p:not(.title):not(.dts):not(.meridian):not(.sistema) {
    min-height: 120px !important;
    text-align: center;
  }

  .hero p.subtitle {
    color: #a50034;
    font-weight: bolder;
    font-size: 18px;
    min-width: 80%;
  }

  .resultados .altavoces-wrapper div img {
    width: 300px;
    height: 300px;
    margin-inline: auto;
    object-fit: contain;
  }
  .resultados .altavoces-wrapper > div div {
    width: 50vw;
  }
  .buscador .selector-container .select2 {
    max-width: 200px;
  }
  .tooltip .text-mobile {
    display: none;
  }
  .hero {
    height: 404px;
    padding-left: 0;
  }
  .hero div {
    width: 50%;
    max-width: 1200px;
    margin-left: 14vw;
  }
  .hero p.subtitle {
    min-width: 400px;
  }
  .hero h1 {
    font-size: 50px;
    width: 50%;
    margin-bottom: 0px;
    line-height: 1;
    min-width: 440px;
  }
  .hero p {
    font-size: 22px;

    line-height: 1.2;
    min-width: 400px;
  }
  .buscador {
    margin-bottom: 40px;
  }
  .buscador h2 {
    font-size: 34px;
    margin-bottom: 24px;
  }
  .buscador p {
    font-size: 16px;
    width: 40%;
    min-width: 300px;
  }
  .buscador .buscador-container {
    display: flex;
    flex-direction: column;
    margin-inline: auto;
  }
  .buscador .selector-container .select2 {
    margin-bottom: 0;
  }
  .buscador .buscador-container .selector-container {
    flex-direction: row;
    width: 90%;
    max-width: 1200px;
    margin-inline: auto;
    gap: 30px;
    align-items: center;
  }
  .buscador .buscador-container .tv-imagen {
    width: 370px;
    max-width: 100%;
  }
  .botton-desktop {
    display: block;
    margin-block: 0;
    width: 100%;
  }
  .siguiente {
    display: none;
  }
  .resultados {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
  }
  .condiciones {
    margin-bottom: 78px;
    display: block;
    width: 100%;
  }
  .condiciones a {
    color: #212529;
  }
  .resultados .volver {
    margin-left: 0;
  }
  .resultados .altavoces-container {
    overflow-x: initial;
    width: 100%;
  }
  .resultados .altavoces-wrapper .precio-container .precio-descuento {
    width: 25%;
  }
  .resultados .altavoces-wrapper div.slide {
    width: 100%;
    max-width: 400px;
  }
  .resultados .altavoces-wrapper > div div {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    height: 100%;
  }

  .resultados .go-left,
  .resultados .go-right {
    display: none;
  }
  .resultados h3 {
    font-size: 34px;
    line-height: 1;
    width: 50%;
    margin-inline: auto;
  }
  .resultados > img {
    width: 100%;
    max-width: 380px;
  }
  .resultados .altavoces-wrapper {
    justify-content: center;
  }
  .selector-container {
    position: relative;
  }
  .garantia {
    width: 100%;
    background-color: #6b6b6b;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .garantia p {
    font-family: "LG-Smart-SemiBold";
    color: #fff;
    font-size: 18pt;
    text-align: center;
  }
  .garantia img {
    position: absolute;
    right: 0;
    width: 119px;
  }
  .descuento {
    width: 100%;
    flex-direction: row;
  }
  .descuento .porcentaje {
    font-size: 18pt;
  }
  .descuento .porcentaje .diez {
    font-size: 30pt;
  }
}
/* MEDIA */
