@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* Xeito. Adestramento e saúde (-acx-) */

html {
  --color: #1E1E1E; /* principal */
  --color2: #E63B41; /* rojo */
  --color-fondo: #FFFFFF; /* blanco */
  --color-fondo2: #E8E8E8; /* fondo_gris */
  --btn-fondo: #A32A2F;

  --negro: #000;
  --blanco: #fff;
  --gris-claro: #eee;
  --gris-medio: #ccc;
  --gris-oscuro: #666;
  --gris-3: #333;
  --gris-4: #444;
  --borde-movil: #818181;

  --ffamily: 'Roboto', sans-serif;
  --ffamily-2: "Montserrat", sans-serif;

  --font-size: 18px;
  --fsize-menu: 13px;
  --fsize-menu-movil: 19px;
  --fsize-submenu: 13px;
  --fsize-novas-carrousel: 25px;
  --fsize-entradilla: 18px;
  --fsize-etq: 14px;
  --fsize-pe: 14px;
  --fsize-btn: 16px;
  --semi: 500;
  --interlineado: 1.5;
  --lheight-h: 1.2;
  --main-width: 1440px;
  --h-cab: 0;
  --h-cab-principal: 70px;
  --h-cab-movil: 4rem;
  --bradius: 10px;
}

/* estilos comunes */
body,
form,
table {
  margin: 0;
  padding: 0;
}

/* head,
footer {
}
 */
.celda_body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: var(--color-fondo2);
  color: var(--color);
  font-family: var(--ffamily);
  font-size: var(--font-size);
}

table {
  font-family: var(--ffamily);
  font-size: var(--font-size);
}

.celda_imaxe {
  max-width: 100%;
  padding: 0;
}

.celda_logo {
}

.celda_imaxe img {
  display: inline-block;
  border-radius: var(--bradius);
}

.celda_body h1,
.celda_body h2,
.celda_body h3,
.celda_body h4,
.celda_body h5,
.celda_body h6 {
  margin: 0;
  margin-bottom: 0.3em;
  text-wrap: balance;
  color: var(--color);
  font-weight: 600;
  font-family: var(--ffamily-2);
}

.celda_body h1,
.celda_body h2,
.celda_body h3,
.celda_body h4 {
  line-height: var(--lheight-h);
  font-family: var(--ffamily-2);
}

.celda_body h1 {
  font-size: 50px;
}

.celda_body h2 {
  font-size: 40px;
}

.celda_body h3 {
  font-size: 30px;
}

.celda_body h4 {
  font-size: 20px;
}

/* .celda_cabeceira,
.celda_cabeceira_over {
}
 */
.celda_detalle {
  padding: 0;
  margin-top: 200px;
}

.celda_detalle.con-panoramix {
  margin-top: 0;
}

.celda_detalle > div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.celda_prgf,
.celda_prgf_over {
  /*  padding: 1em; */
  /*  padding:0; */
  padding: 0 1em;
}

.celda_prgf_2 {
  max-width: var(--main-width) !important;
}

/* .celda_elmt,
.celda_elmt_texto,
.celda_elmt_cabpe,
.celda_elmt_edit,
.celda_elmt_fondo,
.celda_elmt_over,
.celda_elmt_texto_over,
.celda_elmt_cabpe_over,
.celda_elmt_edit_over,
.celda_elmt_fondo_over {
}
 */
.celda_elmt_texto,
.celda_elmt_texto_over,
.celda_elmt_texto_over a {
  line-height: var(--interlineado);
  background-color: transparent;
}

.celda_elmt_cabpe,
.celda_elmt_cabpe_over {
  max-width: 100%;
}

.celda_elmt_cabpe > div {
  display: flex;
}

.celda_elmt_marcado {
  padding: 0;
}

/* ==============
    Cabeceiras
   ============== */

/* Cab. principal */

#id_acx_01.portada {
  background-color: transparent;
}

.acx-cab {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  width: 100%;
  height: var(--h-cab);
  background-color: transparent;
}

.acx-cab__row {
  box-sizing: border-box;
  width: 100%;
  /* height: 100%; */
  display: flex;
  background-color: transparent;
  margin-top: 2em;
}

.acx-cab__row--centro {
  margin: auto;
  background-color: var(--color);
}

.acx-cab__row--centro.con-panoramix {
  background-color: transparent;
}

.cab_titulo,
.cab_titulo a {
  font-size: var(--fsize-cab-sup);
  color: var(--blanco);
  z-index: 10;
  margin: 0.6em 0;
}

#id_acx_cabtitulo.portada .cab_titulo,
#id_acx_cabtitulo.portada .cab_titulo a {
  background-color: transparent;
}

.acx-cab__content {
  box-sizing: border-box;
  width: calc(100% - 2em);
  max-width: var(--main-width);
  display: flex;
  align-items: center;
  margin: 1rem auto;
  padding-inline: 2.5em;
  z-index: 10;
  height: var(--h-cab-principal, 70px);
}

.acx-cab__content--centro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}

.acx-cab__content--menu {
  justify-content: center;
}

/* Cab. scroll */

#id_acx_02 {
  box-sizing: border-box;
  transform: translateY(-110%);
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  background-color: var(--color);
  transition: 0.4s ease-in-out;
}

#id_acx_02.show {
  transform: translateY(0%);
  transition: transform 0.4s ease-in-out;
  box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.5);
}

.acx-cab-scroll__content {
  box-sizing: border-box;
  width: calc(100% - 2em);
  max-width: var(--main-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em 0 0.5em 0;
  gap: 1em;
}

.acx-cab-scroll__content img {
  max-width: 170px;
  display: block;
}

.acx-cab__logo a {
  display: flex;
}

#id_acx_02 .ccarro-container {
  padding: 0;
}

/* cab. móvil */

.acx-cab-movil__nav {
  position: fixed;
  box-sizing: border-box;
  z-index: 15;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: var(--h-cab-movil);
  margin: 0;
  background-color: var(--color);
  transition: 0.3s;
  padding: 0.5em 1em;
}


.acx-cab-movil__nav.con-fondo {
  /* background-color: var(--color); */
}

.acx-cab-mobil__logo {
  padding-top: 0.5em;
  padding-left: 0.7em;
}
/* .acx-cab-mobil__logo img {
  width: 120px;
  max-width: 120px;
} */

#id_acx_03 {
}

#id_acx_03 .acx-cab__logo {
  max-width: 135px;
  padding-left: 0;
}

#id_acx_03 .trw_elmt_cbuscador_marco input {
  height: 37px;
  font-size: 1em;
}

#id_acx_03 .trw_elmt_cbuscador_marco button {
  height: 39px;
  background-size: 57%;
}

#id_acx_03 .cab_titulo {
  background-color: transparent !important;
  margin: 0;
  padding: 0 1rem 2em 1rem;
  line-height: var(--interlineado);
  font-size: 16px;
}

#id_acx_03_crs {
  margin-top: 3em;
  margin-left: -1em !important;
}

/* ========================CBuscador */

.cbuscador_marco {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0 0.3em 0 0.5em;
  border: 1px solid var(--blanco);
  border-radius: 100vmax;
  transition: all 200ms;
  display: grid;
  grid-template-columns: 1fr auto;
  transition: all 200ms;
  width: 200px;
}

.cbuscador_marco:focus-within {
  border-color: var(--blanco);
  transition: all 200ms;
}

.cbuscador_marco input:focus {
  background-color: transparent;
}

.cbuscador_input {
  box-sizing: border-box;
  font-family: inherit;
  border: 1px solid transparent;
  background-color: transparent;
  color: var(--blanco);
  padding: 0 0.3em;
  width: auto;
}

.cbuscador_boton {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='id0' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='21px' height='21px' viewBox='0 0 21 21' enable-background='new 0 0 21 21' xml:space='preserve'%3E%3Cg id='id1'%3E%3Cpath fill='%23ffffff' d='M20.723,19.643l-7.674-7.675c1.01-1.248,1.617-2.835,1.617-4.564c0-4.012-3.252-7.265-7.264-7.265 S0.139,3.392,0.139,7.404s3.252,7.264,7.264,7.264c1.73,0,3.318-0.607,4.564-1.618l7.674,7.675 c0.227,0.226,0.652,0.167,0.951-0.131C20.891,20.294,20.95,19.869,20.723,19.643z M7.403,13.154c-3.176,0-5.75-2.574-5.75-5.75 c0-3.177,2.574-5.751,5.75-5.751s5.75,2.574,5.75,5.751C13.153,10.58,10.579,13.154,7.403,13.154z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 66%;
  background-position: center;
  background-color: transparent;
  height: 30px;
  width: 30px;
  background-size: 66%;
  background-position: center;
  padding: 0;
}

/* ===============
      CIdioma
   ===============  */

.cidioma_texto,
.cidioma_texto_sl {
  font-size: var(--fsize-cab-sup);
  /*  padding: 0 0 0 4px; */
  color: var(--blanco);
}

.cidioma_texto_sl {
  font-weight: bold;
  color: var(--blanco);
}

.cidioma_texto:before,
.cidioma_texto_sl:before {
  content: "|";
  margin-right: 0.4em;
  font-weight: normal;
  color: var(--blanco);
}

.cidioma_marco {
  gap: 0.5em;
}

.cidioma_marco > div:nth-child(1) {
  padding: 0;
}

.cidioma_marco > div:nth-child(1)::before {
  content: "" !important;
}

/* =====================
    CRS (redes sociales)
  ======================= */

.acx-cab__rrss > div:first-child {
  display: flex;
  gap: 0.3em;
}

.CRS_0_marco a {
  display: inline-flex;
}

.CRS_0_marco,
.CRS_novas_marco {
  margin: 0;
  padding: 0;
}

.CRS_pax_marco {
  margin: 1.1em 0;
  padding: 0;
}

.CRS_svg,
.CRS_svg_novas {
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border-radius: 100vmax;
}

.CRS_svg {
  fill: var(--color-fondo);
}

#id_acx_02-a .CRS_svg,
#id_acx_03 .CRS_svg {
  fill: var(--blanco);
}

/* icono redes en parrafos */
.CRS_pax_marco .CRS_svg {
  fill: var(--color);
  width: 28px;
  height: 28px;
}

/* ==================
    navegador.migas
  =================== */

.navegador_marco {
  --fsize-migas: 12px;
  margin: 0;
  font-size: var(--fsize-migas);
  margin-block: 1.5em;
}

.navegador_lmiga,
.navegador_lmiga_r {
  transition: 200ms;
  color: var(--color2);
  margin: 0;
}

.navegador_lmiga {
  font-weight: bold;
}

.navegador_lmiga::before,
.navegador_lmiga_r::before {
  content: ">";
  font-size: var(--fsize-migas);
  font-weight: bold;
  padding: 0 7px;
}

.navegador_lmiga:nth-child(1)::before {
  display: none;
}

/* =========
   Panoramix
  =========== */

#trw-panoramix-visor {
  display: none;
  box-sizing: border-box;
  margin-top: 0;
  margin-top: calc(var(--h-cab) * -1);
}

/* #trw-panoramix-visor.portada {
  margin-top: calc(var(--h-cab) * -1);
} */

.trw_panoramix2_00 {
  box-sizing: border-box;
  height: 75vh;
  will-change: animation;
  transform: translateZ(-10px);
}

.trw_panoramix2_00::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5); 
  z-index: 0;
}

.trw_panoramix2_txt {
  box-sizing: border-box;
  width: calc(100% - 2em);
  height: 100%;
  max-width: var(--main-width);
  margin: 0 auto;
  position: relative;
  color: var(--blanco);
}

.trw_panoramix2_txt > h1:not(:empty),
.trw_panoramix2_txt > div:not(:empty),
.trw_panoramix2_txt > a:not(:empty) {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	text-shadow: none;
}

.trw_panoramix2_txt > div:not(:empty) p {
  font-size: 2rem;
  /* font-size: clamp(1.3rem, 1.2231rem + 0.3077vw, 1.5rem); */
  font-weight: normal;
 /*  line-height: var(--interlineado); */
  margin: 0;
}

.trw_panoramix2_txt > h1:not(:empty) > span,
.trw_panoramix2_txt > h1:not(:empty) > a,
.trw_panoramix2_txt > h1:not(:empty) > span > a {
  display: block;
  color: var(--blanco);
}

.trw_panoramix2_txt h1:not(:empty) {
  color: var(--blanco);
  /* font-size: clamp(2.3rem, 1.9154rem + 1.5385vw, 3.3rem) !important; */
}

.pano-text-shadow {
  text-shadow: 1px 1px 1px #000000;
}

.trw_panoramix2_txt a:hover {
  transition: 200ms;
}

.trw_panoramix2_txt img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}

/* pano inicio */

.pano-txt {
  
}

.panoramix2-btn-right.apagado, .panoramix2-btn-left.apagado {
  cursor: not-allowed;
}


/* =============
    CARROUSEL
  ============== */

.carrusel_marco {
  --bradius: 10px;
}

.carrusel_marco .item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 1em;
  padding: 0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  color: var(--color);
  background-color: var(--blanco);
  transition: 200ms ease-in-out;
  border-radius: var(--bradius);
}

.carrusel_marco .item:hover {
  transition: transform 200ms ease-in-out, box-shadow 100ms;
  transform: translateY(-2%);
}

.carrusel_marco .item > a {
  box-sizing: border-box;
  display: inherit;
  overflow: hidden;
  position: relative;
}

.carrusel_marco .item > a:hover {
  cursor: pointer !important;
}

.carrusel_marco .item > a:nth-child(2) {
  padding: 0;
}

.carrusel_marco .item > a:first-child,
.owl-carousel .owl-item img {
  /* imagen do carrusel */
  border-radius: var(--bradius, 10px) var(--bradius, 10px) 0 0;
}

.carrusel_iten_titulo {
  box-sizing: border-box;
  color: var(--color);
  font-family: var(--ffamily-2);
  font-size: 30px;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 0.7em 1em 0 1em;
  margin-bottom: 0.7em;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  border-top: 5px solid var(--color-fondo);
  background-color: var(--blanco);
  /* border-radius: 0 0 var(--bradius, 5px) var(--bradius, 5px); */
}

.carrusel_iten_notas {
  color: var(--color-parrafo);
  border-radius: 0 0 var(--bradius) var(--bradius);
  margin: 0;
  padding: 0 1.5em 1.5em 1.5em;
  width: initial;
  line-height: 23px;
  font-size: var(--fsize-entradilla);
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  background-color: var(--blanco);
}

.carrusel_iten_notas:empty {
  display: none;
}
/* .carrusel_marco .item > a:first-child::before {
  }
  
  .carrusel_marco .item > a:first-child::after {
  }
   */

/* ===============================
    formulario contacto + botons
  ============================== */

/* .elmt_contacto_marco {
}
 */
/* Botones base */
.btn,
.elmt_contacto_boton {
  --btn-text: var(--color-fondo);
  --btn-bg: var(--color2);
  --btn-hover-text: var(--color-fondo);
  --btn-hover-bg: var(--btn-fondo);
  --btn-border: var(--color2);
  --btn-hover-border: var(--btn-fondo);
  --btn-radius: 100vmax;
  --btn-height: 40px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: var(--btn-height);
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-family: var(--ffamily-2);
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0.3rem 2rem;
  transition: all 250ms ease-in-out;
  outline: 2px solid transparent;
  border: 2px solid transparent;
  border-radius: 100vmax;
  background-color: var(--btn-bg);
  color: var(--btn-text);
  border-color: var(--btn-border);
}

.btn:focus-visible {
  outline: auto;
}

.btn:hover,
.elmt_contacto_boton:hover {
  background-color: var(--btn-hover-bg);
  border-color: var(--btn-hover-border);
  color: var(--btn-hover-text);
}

/* Botones con íconos */
.btn--ico::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5rem; /* Espacio si hay icono */
  width: var(--btn-icon-size, 16px);
  height: var(--btn-icon-size, 16px);
}

/* Enlaces en botones */
.btn a {
  color: inherit;
  text-decoration: none;
}

.btn--negativo {
  --btn-bg: var(--fondo);
  --btn-border: var(--fondo);
}

.btn--negativo:hover {
  --btn-hover-text: var(--color);
  --btn-hover-border: var(--fondo);
}

.btn--link {
  --grosor: 2px;
  /* display: flex !important; */
  align-items: center;
  background-color: transparent;
  border-radius: unset;
  border: none;
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(var(--color-fondo), var(--color-fondo));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% var(--grosor, 3px);
  transition: background-size color 200ms;
  padding: 0 0 0.3em 0;
  height: auto;
}

.btn--link:hover {
  --btn-hover-text: var(--color-parrafo);
}

.elmt_contacto_fila_boton {
  padding: 1em 0;
}

.elmt_contacto_fila > label {
  display: inline-block;
  padding: 0;
  margin: 0.2em 0;
  background-color: transparent;
  font-size: inherit;
  color: var(--color);
}

.elmt_contacto_fila > label.text {
  min-height: auto;
}

.elmt_contacto_fila input,
.elmt_contacto_fila select,
.elmt_contacto_textarea {
  box-sizing: border-box;
  padding-left: 0.5em;
  font-family: inherit;
  font-size: 1em;
  transition: border 0.3s;
  color: var(--color);
  height: 2.5em;
  border-radius: 5px;
  border-color: #4B352A;
}

.elmt_contacto_fila textarea {
  border-radius: 5px;
  border-color: #4B352A;
}

.elmt_contacto_select:focus,
.elmt_contacto_fila input[type="checkbox"]:focus,
.elmt_contacto_fila_boton button:focus {
  outline: auto;
}

.elmt_contacto_fila textarea {
  height: 7em;
}

.elmt_contacto_fila input:focus,
.elmt_contacto_textarea:focus,
.elmt_contacto_fila .file:focus {
  transition: 300ms;
  outline: auto;
}


.elmt_contacto_boton:active,
.elmt_contacto_boton:focus {
  outline-color: var(--color);
}

.elmt_contacto_fila .file {
  padding: 0.5em 0;
  border: none;
  background-color: transparent;
  font-size: 1em;
}

#label_c_msx {
  height: auto;
  font-size: 1em;
}

.elmt_contacto_fila > div {
  color: var(--color)
}

.elmt_contacto_marco .checker label {
  pointer-events: none;
}

.elmt_contacto_fila a {
  color: var(--color);
  font-weight: bold;
  pointer-events: auto;
}

/* =============== filtrados  DESUSO  */

.catalogo-cbusca__header,
.elmt_ventas_busca_header {
  /* DESUSO */
  padding: 0.5em 1em;
}

.catalogo-cbusca__filtros,
.elmt_ventas_busca_content {
  /* DESUSO */
  padding: 0 1em;
}

.catalogo-cbusca__titulo,
.elmt_ventas_busca_titulo {
  /* DESUSO */
  color: var(--color);
  padding: 0;
}

.cbusca-filtro__titulo,
.elmt_ventas_post_4 {
  color: var(--color);
  font-size: 18px;
}

.cbusca-filtro > div:nth-child(1),
.elmt-ventas-busca-psubcats > div:nth-child(1),
.elmt-ventas-busca-pmarcas > div:nth-child(1) {
  /* DESUSO */
  border-bottom: 1px solid var(--color2);
  padding-bottom: 0.2em;
}

.cbusca-filtro > div:not(.elmt_ventas_post_4),
.elmt-ventas-busca-psubcats > div:not(.elmt_ventas_post_4),
.elmt-ventas-busca-pmarcas > div:not(.elmt_ventas_post_4) {
  /* DESUSO */
  font-size: 15px;
}

.catalogo-btn-filtros,
.ventas_prgf_0000b {
  /* DESUSO */
  background-color: var(--color2);
  font-size: 0.6em;
  z-index: 1;
  padding-left: 3em;
  border-radius: 0 100vmax 100vmax 0;
  transition: transform 200ms ease-in-out;
  left: -25px;
  top: 50%;
}

.catalogo-btn-filtros:hover,
.ventas_prgf_0000b:hover {
  /* DESUSO */
  transition: transform 200ms ease-in-out;
  transform: translateX(15%);
}

.catalogo-ico-filtros,
.ventas_prgf_0000d {
  /* DESUSO */
  fill: var(--color-fondo);
}

/* =========================
    pe de páxina ( footer )
   ======================== */

.celda_pe * {
  box-sizing: border-box;
}

.celda_pe img {
  display: block;
}

.pe_texto {
  min-height: 3em;
  font-size: var(--fsize-pe);
  background-color: var(--color);
  color: var(--blanco);
}

.pe_texto a {
  color: var(--blanco);
  transition: 200ms;
}


.pe__row.top {
  background-color: var(--color2);
  color: var(--color-fondo);
}

.pe__row.center {
  padding-block: 2.5rem;
}

.pe__row.bottom {
  border-top: 1px solid var(--color-fondo);
}

.pe__content {
  box-sizing: border-box;
  width: calc(100% - 2em);
  max-width: var(--main-width);
  margin: 0 auto;
}

.pe__content.top {
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap:0;
  padding: 0 0 0.5rem 0;
}

.pe__content.center {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 2rem;
  text-align: left;
}

.pe__content.bottom {
  display:flex;
  justify-content: center;
  align-items: center;
  padding-block: 2.5rem;
}

.pe__col.contacto,
.pe__col.horario {
  padding-top: 1rem;
}

.pe__col.logo img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 1rem;
 }

.pe__col.kit {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap:3rem;
}

.pe__col.kit img {
  max-width: 200px;
}

.pe__col.txt {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.pe__titulo {
  font-family: var(--ffamily-2);
  color: var(--blanco);
  margin: 0 0 0.3rem 0;
  padding-bottom: 0.5em;
}


.pe__titulo.redes {
  padding-top: 1.5rem;
  font-size: 16px;
}

.pe__content.redes:has(#id_pe_crs:empty) .pe__titulo.redes {
  display: none;
}


.pe__txt {
  font-size: 12px;
  line-height: 22px;
  color: var(--blanco);
}

ul.pe__lista {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pe__lista {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 1em;
  margin-left: 0.5em;
  flex-wrap: wrap;
}

/* .flex-row {
  flex-direction: row;
}

#id_pe_crs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1em;
}

#id_pe_crs .CRS_svg {
  fill: var(--blanco);
  width: 34px;
  height: 34px;
}

#id_pe_crs a {
  display: flex;
}

#id_pe_crs a:first-of-type {
  margin-left: -10px;
} */

/* utility classes */

.link-sub {
  font-weight: bold;
  color: var(--color);
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(var(--color), var(--color));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 200ms;
}

.link-sub:hover {
  background-size: 100% 1px;
}

.logos-clientes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.5em 2em;
  place-items: center;
}

.subtitulo {
  color: var(--color2, #8c5b31);
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--ffamily);
}

/* cards */

.card {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  background-color: var(--blanco);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 2rem 2.5rem;
  text-align: left;
  margin: 1em;
}

.card__title,
.card__precio,
.card__content p {
  font-family: var(--ffamily-2);
  color: var(--color);
}

.card__title {
  font-size: 32px;
}

.card__precio {
  font-size: 50px;
}

.card__content p {
  font-size: 24px;
  margin-bottom: 0.5em;
}

.card__list {
  padding: 0 !important;
  margin: 0;
  color: var(--color);
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  list-style: none;
}

.btn--card {
  margin-block: 1.5em;
}

/* faq */

.acx-desplega {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 250ms ease-in-out, opacity 500ms;
}

.acx-desplega.show {
  opacity: 1;
}

.js-desplegar {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

.js-desplegar:hover {
  cursor: pointer;
}

.js-desplegar:after {
  content: "\002B";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 40px;
  color: var(--color2);
  transition: 300ms;
}

.js-desplegar.show:after {
  content: "\002D";
}

/* faq */

.faq-container {
  list-style: none;
  padding: 0 !important;
}

.faq-container li {
  font-weight: 500;
}

.faq-item {
  background-color: var(--color-fondo2);
  border-radius: 10px;
  margin-bottom: 0.7em;
}

.faq-question {
  --_w: 35px;
  --_h: 35px;
  color: var(--color);
  padding: 1.2rem 0;
  font-size: 18px;
  font-weight: var(--semi);
  cursor: pointer;
  position: relative;
  transition: 250ms;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-wrap: balance;
  padding-inline: 1em;
}

.faq-question:hover {
  transition: 250ms;
  color: var(--color2);
}

.faq-question::after {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" style="fill:%23292726"><path d="M19 11h-6V5h-2v6H5v2h6v6h2v-6h6z"/></svg>');
  background-repeat: no repeat;
  background-position: center;
  background-size: cover;
  min-width: var(--_w, 35px);
  width: var(--_w, 35px);
  height: var(--_h, 35px);
  transition: 250ms;
  transform-origin: center center;
}

.faq-question.show::after {
  /*  transform: rotate(180deg); */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" style="fill:%23292726"><path d="M5 11h14v2H5z"/></svg>');
}

.faq-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 10px;
  transition: height 300ms ease-in-out, opacity 500ms;
  color: #716f69;
  padding-inline: 1.5em;
}

#tinymce .faq-answer {
  height: 100%;
  opacity: 1;
}

.faq-question.show ~ .faq-answer {
  opacity: 1;
  transition: height 300ms ease-in-out, opacity 500ms;
}

/* ----------------------------- */

/**************/

.link-sub:hover {
  background-size: 100% 2px;
}

.ico {
  --ancho: 20px;
  --alto: 20px;
  --bg-img: "";
  display: flex;
  align-items: center;
  gap: 1em;
  font-weight: var(--semi);
}

.ico::before {
  content: "";
  display: inline-flex;
  align-items: center;
  height: var(--alto);
  min-width: var(--ancho);
  background-size: var(--ancho) var(--alto);
  background-position: center;
  background-repeat: no-repeat;
}

.ico--tlfn::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" data-name="Capa 1" viewBox="0 0 100 100"><path d="M70.77 97.48a26.44 26.44 0 0 1-9.08-1.62 96.87 96.87 0 0 1-35.15-22.4 96.87 96.87 0 0 1-22.4-35.15A26.24 26.24 0 0 1 2.8 25.4 26.9 26.9 0 0 1 16.64 5.68 26.47 26.47 0 0 1 29.3 2.52a3 3 0 0 1 2.91 2.34l4.65 21.74a3 3 0 0 1-.8 2.72l-8 8A78.11 78.11 0 0 0 62.72 71.9l8-8a3 3 0 0 1 2.72-.8l21.74 4.65a3 3 0 0 1 2.34 2.91 26.47 26.47 0 0 1-3.16 12.66A26.94 26.94 0 0 1 74.6 97.2a26.08 26.08 0 0 1-3.83.28ZM26.93 8.58a20.6 20.6 0 0 0-14.7 8.76 20.43 20.43 0 0 0-2.51 18.94 90 90 0 0 0 54 54 20.79 20.79 0 0 0 27.7-17.21l-17.69-3.79-8.31 8.31a3 3 0 0 1-3.36.59 84.12 84.12 0 0 1-40.24-40.24 3 3 0 0 1 .59-3.36l8.31-8.31Z" style="fill:%23000;fill-opacity:1"/></svg>');
}

.ico--phone::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" style="fill:%23fff"><path d="M17.7 12.3a1 1 0 0 0-1.4 0l-1.6 1.59c-.74-.22-2.12-.72-3-1.6s-1.37-2.25-1.59-2.99l1.6-1.6a1 1 0 0 0 0-1.4l-4-4a1 1 0 0 0-1.42 0L3.6 5a2 2 0 0 0-.6 1.44c.03 1.42.4 6.37 4.3 10.27s8.85 4.27 10.27 4.3h.03c.53 0 1.03-.21 1.4-.59l2.72-2.71a1 1 0 0 0 0-1.42l-4-4zm-.12 6.7a13.24 13.24 0 0 1-8.87-3.7A13.24 13.24 0 0 1 5 6.41l2-2L9.59 7l-1.3 1.3a1 1 0 0 0-.27.9c.02.12.61 2.85 2.27 4.5s4.39 2.25 4.5 2.28a1 1 0 0 0 .92-.27L17 14.4 19.59 17l-2.01 2z"/></svg>');
}

/* blanco */
.ico--mail::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" data-name="Capa 1" viewBox="0 0 100 100"><path d="M89.27 17.35H10.73a8.39 8.39 0 0 0-8.38 8.38v48.54a8.39 8.39 0 0 0 8.38 8.38h78.54a8.39 8.39 0 0 0 8.38-8.38V25.73a8.39 8.39 0 0 0-8.38-8.38Zm-1.09 5.59-1.12.93L53.32 52a5.17 5.17 0 0 1-6.64 0L12.94 23.87l-1.12-.93ZM7.93 27l27.49 22.86-27.49 18.3Zm81.34 50.06H10.73A2.8 2.8 0 0 1 8 74.83l31.9-21.24 3.2 2.66a10.77 10.77 0 0 0 13.8 0l3.2-2.66L92 74.83a2.8 2.8 0 0 1-2.73 2.23Zm2.8-8.9-27.49-18.3L92.07 27Z" style="fill-opacity:1;fill:%23fff"/></svg>');
}

#id_acx_cbusca {
  display: none;
}

.trw_grid_0_3 {
  grid-template-columns: repeat(3, 1fr) !important;
}

@media only screen and (max-width: 888px) {
  .celda_detalle {
    padding: 0;
    margin-top: calc(var(--h-cab-movil));
  }

  .celda_prgf {
    padding: 0 1em;
  }

  .trw_panoramix2_00 {
    animation: none;
    background-size: cover;
  }

  #trw-panoramix-visor.portada {
    margin-top: 0;
  }

  .trw_panoramix2_txt > h1:not(:empty),
  .trw_panoramix2_txt > div:not(:empty) {
    width: 100%;
    text-align: center !important;
  }

  .trw_panoramix2_txt > h1:not(:empty) > :nth-child(2) {
    font-size: 1rem;
  }

  .trw_panoramix2_txt > div:not(:empty) p {
    font-size: 15px;
  }

  .pano {
    margin-top: 0 !important;
  }

  .btn.btn--pano {
    width: auto;
  }

  .cidioma_texto,
  .cidioma_texto_sl {
    font-size: 18px;
  }

  .catalogo-btn-filtros,
  .ventas_prgf_0000b {
    /* DESUSO */
    font-size: 10px;
  }

  .acx-panel__logo {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 1em 1em 0 1em;
    width: 100%;
  }

  .acx-panel__logo img {
    width: clamp(100px, 100%, 180px);
  }

  .acx-cab__cidioma {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }

  .cidioma_marco {
    justify-content: flex-start;
  }

  /* migas tablet/mobile */

  .navegador_marco {
    margin-block: 1em;
  }

  .trw_grid_0_3 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  }

  .pe__content.bottom {
    justify-content: flex-start;
  }

  .trw_panoramix2_00.portada {
    height: 100dvh;
  }

  .pe__content {
    grid-template-columns: 1fr 1fr;
    row-gap: 4em;
  }
}

@media only screen and (max-width: 555px) {
  .pe__content {
    display: flex;
    flex-direction: column;
    padding: 0;
    row-gap: 1.5em;
  }

  .pe__col.logo {
    margin: 0 auto;
  }
   .pe__content.center {
    grid-template-columns: 1fr;
  }

  .pe__col.kit {
    justify-content: flex-start;
  }

 
/* 
  .pe__col.contacto,
  .pe__col.legal {
    border-top: 1px solid var(--blanco);
    padding-block: 2em;
    margin-inline: 2em;
  }

  .pe__col.contacto {
    padding-block: 0;
  }

  .pe__col.contacto .pe__lista {
    margin-top: 1.5em;
  }

  .pe__col.txt {
    padding-inline: 2em;
  }

  .pe__col.contacto .pe__titulo,
  .pe__col.legal .pe__titulo {
    display: none;
  }

  .pe__col.legal .pe__lista {
    align-items: center;
  } */

  .celda_prgf {
    padding: 0 0.5em;
  }

  .celda_body h2 {
    font-size: 38px;
  }

  .trw_panoramix2_00 {
    height: 100dvh;
  }

  .trw_panoramix2_00.portada {
    height: 100dvh;
  }

  .carrusel_marco .item {
    margin: unset;
  }

  .faq-question {
    align-items: flex-start;
  }

  .elmt_contacto_boton {
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .btn.btn--link {
    width: max-content;
  }
}

@media only screen and (max-width: 400px) {
  .celda_body h1,
  .celda_body h2,
  .celda_body h3 {
    font-size: 32px;
    word-wrap: anywhere;
    /* hyphens: auto;  */
  }
}
