/* ===== ESTILOS PLANTILLA ===== */
:root {
  --naranja-color: #ec6705;
  --gray10: #f5f5f5;
}
ul {
  list-style-type: none;
}
/* ===== GENERALES HELIX ULTIMATE ===== */

/* override de estilos de Helix Ultimate */
#sp-header .sp-module {
  margin: unset;
}

/* --- Container --- */
/* ancho máximo de todos los contenedores */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1140px;
}

/* --- Menu --- */
.sp-menu-item {
  text-transform: uppercase;
}

#sp-header .container {
  /* background: #d22929; */
  /* display: flex; */
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#sp-logo {
  display: flex;
  justify-content: center;
}
.menu-central {
  /* background-color: greenyellow; */
  display: flex;
  justify-content: center;
}

/* --- Indicador submenu: glyph custom --- */
/* --- Override error Font Awesome --- */
/* --- Codigo para menu estandard --- */
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after,
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: inherit;
  content: "▾";
}
/* --- Codigo para menu modal --- */
#modal-menu ul.sp-megamenu-parent li.sp-has-child > a:after,
#modal-menu ul.sp-megamenu-parent li.sp-has-child > span:after {
  font-family: inherit;
  content: "▾";
}

/* --- Breadcrumb: corrección del ícono home --- */
.breadcrumb .divider.fas.fa-map-marker-alt:before {
  content: "\f015  /";
  padding-right: 5px;
}

#sp-main-body {
  padding: 0px;
  max-width: 1440px;
  margin: auto;
}

.portada #sp-main-body {
  max-width: 100%;
}

#sp-header .logo {
  max-width: 200px;
}
/* ===== PIE DE PAGINA ===== */
/* --- Hook #sp-bottom --- */
footer {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  background-color: gray;
  height: 100%;
}
.nt-footer1 {
  padding: 10px 0px;
  background-color: red;
}
.nt-footer2 {
  padding: 10px 0px;
  background-color: rgb(207, 206, 206);
}
.nt-footer3 {
  padding: 10px 0px;
  background-color: rgb(31, 184, 69);
}

#sp-footer li {
  border-bottom: solid 1px #717171;
}
/* ===== END PIE DE PAGINA ===== */

#sp-page-builder .sppb-section-title {
  margin-bottom: 0px;
}

/* --- Elimina vineta de items de menu --- */
ul > li > a:before {
  color: red;
  content: "" !important;
}

article.item {
  max-width: 980px;
  margin: auto;
  padding: 0px 30px 10px 30px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.item h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.page-header h1 {
  color: #888;
  text-align: center;
  font-weight: normal;
  margin-top: 60px;
}

/* --- Boton busqueda --- */
.search .btn-toolbar button {
  margin-top: 27px;
}

/* --- Resultados de busqueda (solo search-results) --- */

.search-results .com-finder__results {
  padding: 30px 10px;
  background-color: #fcfcfc;
  & .search-pages-counter {
    display: flex;
    justify-content: center;
  }
}

.search-results .com-finder__counter.search-pages-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem;
  line-height: 1.4;
}

.search-results .com-finder__counter.search-pages-counter strong {
  display: inline-block;
  padding-inline: 0.1rem;
}

.search-results .js-finder-search-query {
  font-size: 1.2rem;
}
.search-results .com-finder__form {
  /* background-color: #f7f7f7; */
  display: flex;
  justify-content: center;
  padding-top: 80px;
  border-bottom: 1px solid #ececec;

  & label {
    font-size: 1.2rem;
    padding: 1rem 0;
  }
  & .js-finder-searchform {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

.search-results [id="sp-main-body"] {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.search-results .com-finder__results-list {
  max-width: 980px;
  margin: 24px auto;
  padding: 0 16px 24px;
}

.search-results .com-finder__results-list > .result__item {
  display: grid;
  grid-template-columns: minmax(120px, 220px) 1fr;
  gap: 12px;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}

.search-results .result__item > .result__image {
  grid-column: 1;
  grid-row: 1 / span 3;
  margin: 0;
}

.search-results .result__item > .result__title,
.search-results .result__item > .result__description,
.search-results .result__item > .result__taxonomy {
  grid-column: 2;
}

.search-results .search-img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.search-results .result__title {
  /* margin: 0; */
  padding-top: 1rem;
  font-size: 1.35rem;
  line-height: 1.25;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.result__item + .result__item {
  margin-top: 24px;
  border-top: 0;
}

.search-results .result__title-text {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-results .result__description {
  margin: 6px 0 0;
  max-width: 62ch;
}

.search-results mark {
  background: transparent;
  color: inherit;
  padding: 0;
}

@media (max-width: 767px) {
  .search-results .com-finder__results-list > .result__item {
    grid-template-columns: 1fr;
  }

  .search-results .result__item > .result__image,
  .search-results .result__item > .result__title,
  .search-results .result__item > .result__description,
  .search-results .result__item > .result__taxonomy {
    grid-column: 1;
    grid-row: auto;
  }

  .search-results .search-img {
    max-width: 100%;
  }
}

/* --- Menu offcanvas --- */

/* --- Quita logotipo del submenu offcanvas --- */
.offcanvas-menu .logo {
  max-width: 0px;
  margin: 0;
  display: none;
  cursor: none;
  pointer-events: none;
}

.offcanvas-menu .offcanvas-inner {
  /* padding: 0 1rem; */
}

.offcanvas-menu .mod-finder {
  width: 100%;
}

.offcanvas-menu .mod-finder .awesomplete,
.awesomplete,
.offcanvas-menu .mod-finder .js-finder-search-query {
  width: 100%;
}

.offcanvas-menu .mod-finder .js-finder-search-query {
  box-sizing: border-box;
  min-height: 48px;
  padding: 0.85rem 1rem;
  border: 1px solid #d5dfdf;
  border-radius: 4px;
  background-color: #f7f9fc;
  color: #555;
  font-size: 1rem;
  box-shadow: none;
}

.offcanvas-menu .mod-finder .js-finder-search-query:focus {
  border-color: var(--naranja-color);
  outline: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a {
  color: #d7d7d7;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  color: var(--naranja-color);
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  padding: 10px 20px;
  color: #383636;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover {
  background-color: var(--naranja-color);
  color: #fff;
  font-weight: 600;
}

.offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0px;
}

.collapse.in {
  margin-left: 20px;
}

/* ===== BOOTSTRAP ===== */

/* --- Tablas --- */
td,
th {
  padding: 2px 10px;
  padding-right: 10px;
  border: dotted 1px #ccc;
}
thead {
  background: #f1f1f1;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border: none;
  border-radius: 0px;
}

.btn-secondary {
  background-color: inherit;
  border: none;
}

/* ===== END BOOTSTRAP ===== */

/* --- Anular badge --- */

.featured-article-badge {
  display: none;
}

.article-intro-image img {
  /* max-width: 400px; */
  margin: auto;
}

/* ===== PORTADA ===== */
.portada article.item {
  max-width: 100vw;
  display: block;
  padding: 0px;
  /* background-color: red; */
}

.sp-page-builder .page-content #section-id-1621498475046 {
  padding: 0px;
  margin: 0px;
  padding-bottom: 80px;
  /* ESTO ES TEMPORAL, NO SE ESTILIZA CON ID, PERO EN ESTE MOMENTO NO SE PUEDE ACCEDER AL COMPONENTE PAGE BUILDER PARA ESTILIZARLO DESDE ALLI */
}

/* --- Traductor --- */

#sp-top-bar .traductor {
  float: right;
}
.traductor .flag {
  font-weight: bold;
  color: #fff;
  padding-left: 10px;
}
a.flag span {
  font-size: 12px !important;
}

/* --- Banner promocional Netflix YouTube --- */
#netflix-banner {
  display: block;
}

#netflix-banner-mobile {
  display: none;
}

/* --- Acerca de nosotros (flex) --- */
.nosotros_flex_container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.nosotros_flex_container_item {
  width: auto;
}

.nosotros_flex_container_item img {
  max-width: 170px;
  width: auto;
}

#nosotros_logo_NT {
  background-color: #fff;
  box-shadow: 0px 30px 60px 0px rgb(108 129 160 / 14%);
  padding: 30px 50px;
  margin: 10px auto 50px;
  display: block;
}

/* ===== END PORTADA ===== */

/* ===== BANNERS CATEGORIAS ===== */

.animated-text-words-wrapper {
  color: var(--naranja-color) !important;
}

/* --- Titulos --- */

/* --- Contenedor del titulo Helix --- */
#sp-title {
  display: flex;
  justify-content: center;
}
.sp-page-title {
  padding: 100px 0 0 0;
  background: none !important;
}

/* --- Breadcrumb --- */
.sp-page-title .breadcrumb {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  /* opacity: 30%; */
}
li.breadcrumb-item,
.float-start {
  opacity: 0.5;
  color: red;
}
li.breadcrumb-item:hover,
li.breadcrumb-item:active {
  opacity: 1;
}

/*.sp-page-title {
  background-image: url(../../../images/categorias/banner-generico.jpg);
  margin-bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}*/

/* --- Titulo Helix H2 en banner --- */
.sp-page-title h2.sp-page-title-heading {
  font-size: 36px;
  background: var(--naranja-color);
  padding: 10px;
  width: auto;
  text-align: center;
}

/* --- Backgrounds categorias --- */
.electrodomesticos .sp-page-title {
  background-image: url(../../../images/categorias/banner-electrodomesticos.jpg);
}

.ledtv .sp-page-title {
  background-image: url(../../../images/categorias/banner-ledtv.jpg);
}

.audio .sp-page-title {
  background-image: url(../../../images/categorias/banner-audio.jpg);
}

.car-tuning .sp-page-title {
  background-image: url(../../../images/categorias/banner-car-audio.jpg);
}

.netflix .sp-page-title {
  background-image: url(../../../images/categorias/banner-netflix.jpg);
}

/* --- Ruta de navegacion --- */

.breadcrumb {
  font-size: 1em;
}

/* --- Ruta de navegacion (texto) --- */
.sp-page-title .breadcrumb > span,
.sp-page-title .breadcrumb > li a,
.sp-page-title .breadcrumb > li,
.sp-page-title .breadcrumb > li + li:before,
.sp-page-title ol.breadcrumb a,
.sp-page-title ol.breadcrumb .active,
.sp-page-title ol.breadcrumb .fa {
  color: #444;
}

/* ===== END BANNERS CATEGORIAS ===== */

/* ===== PRODUCTOS LISTADO POR CATEGORIAS ===== */
/* --- Estilos comunes --- */

/* --- Boton leer mas --- */
.readmore {
  display: flex;
  justify-content: center;
}
.article-list .article .readmore a {
  display: block;
  padding: 5px 10px 3px 10px;
  color: #838383;
  font-size: 0.8em;
  border-top: solid 1px #ccc;
}
.article-list .article .readmore a:hover {
  color: #fff;
  background: #555;
}

/* --- Articulos general --- */
/* .article,
article.item h2,
article.item p {
} */

.article-list .article {
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
  padding: 10px 20px;
}

.article h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

article.item h2 {
  margin-bottom: 1rem;
}

/* --- Imagen principal --- */
.article-details .article-full-image img {
  border-radius: 0;
  max-width: 640px;
  margin-bottom: -50px;
}
.pagination-wrapper {
  margin-top: 20px;
}
/* ===== TELEVISORES LED ===== */
.ledtv img#iconos-art {
  width: auto;
}

/* ===== MENU BOTONES TAMAÑO LED TV ===== */

ul.menu {
  padding-left: 0;
}

.sp-module ul > li > a:before {
  margin: 0px;
  content: "";
}

.menu-ledtv {
  padding: 0px;
  margin: 20px 0;
  font-size: 18px;
  text-align: center;
}

.menu-ledtv li {
  margin: 10px;
}

.menu-ledtv li.current.active a {
  background-color: var(--naranja-color);
  color: #fff !important;
}

.menu-ledtv ul > li {
  border: none !important;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 0;
}

.menu-ledtv ul > li a {
  padding: 20px 2vw;
  background-color: #f7f9fc;
  min-width: 60px;
  border: 1px solid #d5dfdf;
  color: #787878;
}

.menu-ledtv ul > li a:hover {
  background-color: var(--naranja-color);
  color: #fff;
}

/* --- Botones generales selectores de subcategorias --- */
.btn,
.sppb-btn {
  font-size: 14px;
  border-radius: 0px;
  padding: 5px 10px 3px 10px;
  /*box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 10%);*/
}

.items-acordeon .btn:hover,
.btn:hover,
.readmore .btn:hover,
.sppb-btn:hover {
  background: #6a6a6a;
  color: #fff;
}

.readmore .btn,
.sppb-btn {
  display: block;
  margin: 4px auto 0 auto;
  color: #838383;
  margin-top: -4px;
  font-size: 0.8em;
  border-top: solid 1px #ccc;
}

.descargas a,
.items-acordeon {
  padding: 5px 10px 3px 10px;
  font-size: 1em;
  color: #464646;
  font-weight: bold;
}
.descargas a:hover {
  background: #6a6a6a;
  color: #fff;
}
.descargas a,
.items-acordeon .btn {
  display: block;
  border-bottom: solid 1px #ccc;
  margin: 5px 0px;
  width: 100%;
}

/* ===== PRODUCTOS ARTICULO DESPLEGADO ===== */

.productos figcaption {
  border-top: solid 1px #ddd;
  padding: 10px 0;
  text-align: center;
}
.cont-articulo img,
.articulo,
.articulo img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.articulo h2 {
  font-size: clamp(1.4rem, 5vw, 2rem);
  margin-top: 20px;
}

.cont- {
  display: flow-root;
}

/* ===== CAMPOS ===== */
/* --- Contenedor de campos oculto en listados blog --- */
.article-list .fields-container {
  display: none;
}

/* --- Contenedor de campos visible en articulo desplegado --- */
.fields-container {
  display: flow-root;
  overflow: hidden;
  margin: 20px 0px;
  padding: 15px;
  border: solid 1px #ccc;
  font-size: 14px;
  line-height: normal;
  width: 90%;
  /*max-width: 450px;*/
}

/* --- Parrafos dentro de campos extra --- */
.field-value p {
  margin-top: 10px;
  text-align: left;
  line-height: 1.5;
}

/* --- Clase en opciones de renderizado de campo --- */
.titulo {
  margin: 20px 0px 2px;
  font-weight: 200 !important;
  border-bottom: none !important;
}
.titulo .field-value {
  display: none;
}

.etiqueta {
  font-weight: 500;
  font-size: 1.5em;
}

.fields-container .field-entry .codigo {
  display: inline-block;
}

.item-page .field-value {
  position: sticky;
  left: 150px;
}

.item-page .field-value:before {
  content: "|";
  padding-right: 10px;
  color: #ccc;
}

.item-page .field-entry.h3 span:before {
  content: "";
}

.item-page .field-entry {
  border-bottom: dotted 1px #ddd;
  padding: 4px 0px;
}

/* --- Campo archivos de sistema --- */

.item-page .system-files .field-value:before {
  display: none;
}

/* --- Etiquetas energeticas --- */
.energyTags {
  transition: 1s linear;
  max-width: 80px;
  margin: 20px 0px;
}
.energyTags:hover {
  max-width: 100%;
}

/* --- Campos administracion --- */

#jform_com_fields_accesorios_titulo,
#jform_com_fields_especificaciones_tecnicas_titulo,
#jform_com_fields_conectividad_titulo,
#jform_com_fields_smart_tv_titulo,
#jform_com_fields_descargas_titulo,
.etiqueta-campo {
  background-color: rgb(47, 131, 26);
}

/* --- Rating label --- */

.rating-label {
  max-width: 120px;
  display: inline;
  transition: all 0.2s;
  margin-top: 5px;
}

.rating-label:hover {
  max-width: 400px;
  transition: all 0.5s;
  width: auto;
  cursor: crosshair;
}
/* ===== END CAMPOS ===== */

/* --- Modulo descargas --- */
/* --- Selectores del modulo descargas al pie de los articulos --- */

/* .descargas {
} */
.descargas h2 {
  padding: 25px 0px 0px 0px;
  margin-top: 20px;
  font-size: 30px;
}
.descargas p {
  color: #535969;
  font-size: 12px;
}

#descargas32 .sppb-container {
  padding: 0px;
}

/* .descargas-detalles {
} */

/* ===== DISPLAY CATEGORIAS SP ===== */

/* .categoria-btn .clearfix {
} */
.categorias-list h4 {
  padding: 15px 0px;
  line-height: 100%;
  font-size: 1rem;
  font-weight: 400;
}

/* ===== FOOTER ===== */

#sp-footer {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
}

/* ===== MEDIA QUERIES ===== */

/* --- Small devices (576px to 768px) --- */
@media (min-width: 576px) and (max-width: 768px) {
}

/* --- Medium devices (768px to 991.98px) --- */
@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (max-width: 768px) {
  #valores .sppb-content-holder {
    padding: 50px 0px;
    text-align: center;
  }

  #valores h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
  }

  .portada p {
    /* font-family: "Open Sans"; */
    /* font-size: 14px; */
    line-height: 22px;
  }

  #netflix-banner {
    display: none;
  }
  #netflix-banner-mobile {
    display: block;
    width: 100%;
  }
  .sp-page-title {
    margin-bottom: 0px;
  }
  .sp-page-title {
    padding: 30px 20px;
    background-color: rgb(255 255 255 / 79%);
    background-blend-mode: overlay;
  }
  .sp-page-title h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    display: block;
  }
  .sp-page-title .breadcrumb {
    text-align: center;
    margin-top: 20px;
  }

  article.item {
    padding: 20px 0px;
    margin-bottom: 20px;
    border-top: dotted 1px #ddd;
  }

  .menu-ledtv ul > li a {
    font-size: 1em;
    padding: 10px;
  }

  .audio .sp-page-title .breadcrumb > span,
  .audio .sp-page-title .breadcrumb > li a,
  .audio .sp-page-title .breadcrumb > li,
  .audio .sp-page-title .breadcrumb > li + li:before,
  .audio .sp-page-title ol.breadcrumb a,
  .audio .sp-page-title ol.breadcrumb .active,
  .audio .sp-page-title ol.breadcrumb .fa {
    color: rgb(0, 0, 0);
  }

  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-12,
  .col-12 {
    width: 100%;
  }
  .col-xs-11,
  .col-11 {
    width: 91.66666667%;
  }
  .col-xs-10,
  .col-10 {
    width: 83.33333333%;
  }
  .col-xs-9,
  .col-9 {
    width: 75%;
  }
  .col-xs-8,
  .col-8 {
    width: 66.66666667%;
  }
  .col-xs-7,
  .col-7 {
    width: 58.33333333%;
  }
  .col-xs-6,
  .col-6 {
    width: 50%;
  }
  .col-xs-5,
  .col-5 {
    width: 41.66666667%;
  }
  .col-xs-4,
  .col-4 {
    width: 33.33333333%;
  }
  .col-xs-3,
  .col-3 {
    width: 25%;
  }
  .col-xs-2,
  .col-2 {
    width: 16.66666667%;
  }
  .col-xs-1,
  .col-1 {
    width: 8.33333333%;
  }
}

/* ===== RESPONSIVE BOOTSTRAP PATCH ===== */

/* ===== PORTADA MODULO HTML PERSONALIZADO ===== */

.nt-home-intro {
  position: relative;
  /* box-sizing: border-box; */
  padding: clamp(6rem, 10vw, 10rem) 1.5rem;
  text-align: center;
  background: #fff;
}

.nt-home-module {
  position: relative;
  box-sizing: border-box;
}

.nt-home-intro__container {
  position: relative;
  box-sizing: border-box;
  display: grid;
  gap: 1.5rem;
  max-width: 46rem;
  margin: 0 auto;
}

.nt-home-intro__eyebrow {
  display: flex;
  justify-content: center;
}

.nt-logotype {
  width: clamp(9rem, 18vw, 13rem);
  height: auto;
}

.nt-logotype__word {
  fill: #1d1d1f;
}

.nt-logotype__accent {
  fill: #cd5b1c;
}

.nt-home-intro__title {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1d1d1f;
}

.nt-home-intro__title-accent {
  color: var(--naranja-color);
}

.nt-home-intro__title-brand {
  color: #5b6079;
}

.nt-home-intro__content {
  box-sizing: border-box;
  display: grid;
  gap: 1rem;
  margin: 0 auto;
  color: #55565c;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.6;
}

.nt-home-intro__content p {
  margin: 0;
}

.nt-home-intro__tagline {
  margin: 0.5rem 0 0;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #1d1d1f;
}

.nt-home-values {
  position: relative;
  box-sizing: border-box;
  min-height: 26rem;
  display: flex;
  /* align-items: stretch; */
  justify-content: center;
  /* background-image: url("images/corporate.jpg");
  background-size: cover;
  background-position: center left; */
}

.nt-home-values__inner {
  box-sizing: border-box;
  width: 50%;
  display: grid;
  gap: 1rem;
  align-content: center;
  padding: clamp(1.5rem, 4vw, 4.5rem);
  background-color: rgb(255 255 255 / 94%);
  color: #55565c;
}

.nt-home-values__eyebrow {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8a8a;
}

.nt-home-values__title {
  margin: 0;
  font-size: clamp(1.3rem, 2.3vw, 2rem);
  line-height: 1.25;
  font-weight: 400;
  color: #1d1d1f;
}

.nt-home-values__inner p {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 500;
  line-height: 1.6;
}

.nt-home-values__logo {
  margin: 0.5rem 0 0;
  padding: 0;
}

.nt-home-values__logo img {
  display: block;
}

@media (max-width: 768px) {
  .nt-home-intro__container {
    gap: 1.35rem;
  }

  .nt-home-intro__title {
    font-size: clamp(1.75rem, 8.5vw, 2.4rem);
  }

  .nt-home-values {
    justify-content: center;
  }

  .nt-home-values__inner {
    width: 100%;
    background-color: rgb(255 255 255 / 88%);
    padding: 2rem 1.25rem;
  }
}

/* ===== END PORTADA MODULO HTML PERSONALIZADO ===== */

/* --- Oculta boton Editar en frontend (!important justificado) --- */
.article-can-edit {
  display: none !important;
}

/* ===== NT HEADER (buscador-logo-menu) ===== */

/* --- Fila: 3 columnas, logo centrado real via 1fr/auto/1fr --- */
.nt-header__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  margin: 0;
}

.nt-header__col--search {
  justify-self: start;
}

.nt-header__col--logo {
  justify-self: center;
}

.nt-header__col--menu {
  justify-self: end;
}

/* --- Buscador colapsable a icono --- */
.nt-header-search {
  position: relative;
  display: grid;
  place-items: center;
}

.nt-header-search__toggle {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.nt-header-search__icon {
  width: 1.25rem;
  height: 1.25rem;
}

.nt-header-search__panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: max(16rem, 90vw);
  max-width: 22rem;
  margin-top: 0.5rem;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid rgb(0 0 0 / 8%);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 12%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5rem);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}

.nt-header-search--active .nt-header-search__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nt-header-search__panel .sp-module {
  margin: 0;
}

/* --- Logo mobile: wordmark SVG, altura limitada --- */
.logo-image-phone {
  height: 1rem;
  width: auto;
}

/* --- Hamburguesa: altura fija, tamaño consistente (toggler ya vive fuera del nav, ver header.php) --- */
.nt-header #offcanvas-toggler {
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
  line-height: 2.5rem;
}

.nt-header .burger-icon {
  width: 1.5rem;
}

/* --- Estado sticky: fondo naranja + logo/lupa/hamburguesa en gris10 --- */
#sp-header.header-sticky {
  background-color: var(--naranja-color);
  transition: background-color 0.25s ease;
}

#sp-header.header-sticky #sp-logo .logo {
  position: relative;
}

#sp-header.header-sticky #sp-logo .logo-image,
#sp-header.header-sticky #sp-logo .logo-image-phone {
  visibility: hidden;
}

#sp-header.header-sticky #sp-logo .logo::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../../images/logo/nt-onlyword-logo-f5f5f5.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#sp-header.header-sticky .nt-header-search__toggle {
  color: var(--gray10);
}

#sp-header.header-sticky .burger-icon > span {
  background-color: var(--gray10);
}

/* ===== END NT HEADER (buscador-logo-menu) ===== */

/* ===== NT SLIDER HOME (mod_djimageslider) ===== */

/* --- Puntos de navegación centrados (pisa el top/right por defecto del módulo) --- */
.nt-slider-module .djslider-default .navigation-container-custom,
.djslider-default .navigation-numbers {
  left: 50%;
  right: auto;
  top: unset;
  bottom: 0px;
  transform: translateX(-50%);
}
.nt-slider-module .djslider-default .load-button {
  width: 1rem;
  height: 1rem;
}

@media (max-width: 767px) {
  /* --- Altura mobile: pisa estilo inline generado por PHP del modulo (!important justificado, no editamos el core del componente) --- */
  .djslider,
  .djslider .slider-container,
  .djslider-in > li {
    height: 50vh !important;
  }

  /* --- Imagen recortada y centrada, sin deformar (pisa estilo inline del <img>; !important justificado) --- */
  img.dj-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    top: 0 !important;
    transform: none !important;
  }
}

/* ===== END NT SLIDER HOME ===== */

/* ===== TRADUCTOR Google Link ===== */

.nt-gtranslate_wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  /* background-color: red; */
}
