@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Oswald:wght@200..700&display=swap");

/* Cafetería Divina  (-CFD-) */

html {
  --color: #4B352A;
  --color2: #CA7842; /* marron claro */
  --color-fondo: #FFF2E1;
  --color-fondo-2: #B2CD9C; /* menta */

  --c-submenu: #8a5636;

  --verde-hover: #91AF79;

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

  --ffamily: 'IBM Plex Sans', sans-serif;
  --ffamily-2: "Oswald", sans-serif;

  --font-size: 16px;
  --fsize-menu: 13px;
  --fsize-menu-movil: 19px;
  --fsize-submenu: 13px;
  --fsize-novas-carrousel: 28px;
  --fsize-entradilla: 15px;
  --fsize-etq: 15px;
  --fsize-pe: 16px;
  --fsize-btn: 15px;
  --fsize-cab-sup: 13px;
  --semi: 500;
  --interlineado: 1.5;
  --lheight-h: 1.2;
  --main-width: 1440px;
  --h-cab: 140px;
  --h-cab-scroll: 64px;
  --h-cab-movil: 4.5em;
  --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-fondo);
  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_imaxe img {
  display: 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);
}

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

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

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

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

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

/* .celda_cabeceira,
.celda_cabeceira_over {
}
 */
.celda_detalle {
  padding: 0;
  /* margin-top: var(--h-cab); */
}

.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,
.celda_elmt_cabpe a {
  display: flex;
}

.celda_elmt_marcado {
  padding: 0;
}

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

/* Cab. principal */

#id_cfd_01 {
  background-color: var(--color);
}

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

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

.cfd-cab__row {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex: 1;
}

.cfd-cab__row--top {
  z-index: 1;
  color: var(--blanco);
  background-color: var(--color-fondo-2);
  height: 100%;
  min-height: 2rem;
  max-height: 2.5rem;
}

/* .cfd-cab__row--centro {
  margin: auto;
}
 */
.cab_titulo,
.cab_titulo a {
  font-size: var(--fsize-cab-sup);
  color: var(--color);
  z-index: 10;
}

.cab_titulo {
  background-color: var(--color-fondo-2);
}

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

.cfd-cab__content {
  box-sizing: border-box;
  width: calc(100% - 2em);
  max-width: var(--main-width);
  display: flex;
  align-items: center;
  margin: 0 auto;
}

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

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

/* Cab. scroll */

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

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

.cfd-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;
  gap: 1em;
}

.cfd-cab-scroll__content img {
  max-width: 110px;
  display: block;
  /*  padding: 0.5em; */
}

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

/* cab. móvil */

.cfd-cab-movil__nav {
  position: fixed;
  z-index: 15;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: var(--h-cab-movil);
  margin: 0;
  padding: 0;
  background-color: transparent;
  transition: 0.7s;
  display: grid;
  grid-template-columns: 1fr auto auto;
  column-gap: 0.5em;
}

#id_cfd_03_idiomas {
  position:fixed;
  z-index:16;
  top:0;
  display:flex;
  justify-content: flex-end;
  background-color: var(--color-fondo-2);
  min-height: 20px;
  width: 100%;
}

.cfd-cab-movil__nav.con-fondo {
  background-color: var(--color);
}

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

#id_cfd_03 .cfd-cab__logo {
  max-width: 111px;
  margin-left: 1em;
}

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

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

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

#id_cfd_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: 2px solid var(--color-fondo);
  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(--color2);
  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(--color-fondo);
  padding: 0 0.3em;
  width: auto;
  outline: none;
}

.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='%23FFF2E1' 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_imx,
.cidioma_imx_sl {
  border-radius: 100vmax;
  width: 22px;
  height: 22px;
}

.cidioma_imx_sl {
  border-color: var(--color);
}

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

.cfd-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: 25px;
  /*  width: clamp(1rem, 0.5297rem + 1.3559vw, 1.75rem); */
  height: 25px;
  /*  height: clamp(1rem, 0.5297rem + 1.3559vw, 1.75rem); */
  border-radius: 5px;
}

.CRS_svg {
  fill: var(--color);
  border: 1px solid var(--color);
}

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


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

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

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

/* última miga */
.navegador_lmiga_r {
  color: var(--color); 
}

.navegador_lmiga::before,
.navegador_lmiga_r::before {
  content: "\25CF"; /* circulo sólido */
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 500;
  padding: 0 7px;
  margin-inline: 0.3em;
  color: var(--color);
}

/* Ocultar el icono del círculo en el caso 'sin enlace' */
.navegador_lmiga_r:first-child::before {
  display: none;
}

/* Ocultar el icono en el primer elemento de las migas */
.navegador_lmiga:nth-child(1)::before {
  display: none;
}

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

#trw-panoramix-visor {
  display: none;
  box-sizing: border-box;
}

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

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

.trw_panoramix2_00.portada {
  height: 100vh;
  height: 75dvh;
}

.trw_panoramix2_00::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.trw_panoramix2_00.portada::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 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) {
  box-sizing: border-box;
  width: 70%;
  font-weight: normal;
  text-shadow: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: initial;
  text-align: center !important;
}

.trw_panoramix2_txt > div:not(:empty) p {
  font-size: 19px;
  /* 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;
}

.trw_panoramix2_00.portada .trw_panoramix2_txt > div {
  height: 75dvh;
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center; 
}

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

span.pano-redes {
  display: flex !important;
  box-sizing: border-box;
  font-weight: normal;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5em;
}

span.pano-redes > a {
  color: var(--blanco);
}

.pano-redes img {
  box-sizing: border-box;
  display: block;
  width: 30px;
  height: auto;
}

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

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

/* pano inicio */

.pano {
}

.pano__sub {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.pano__title {
  font-family: var(--ffamily-2);
}

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

.carrusel_marco {
  --bradius: 15px;
}

.carrusel_marco .item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 1em;
  padding: 1rem;
/*   box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25); */
  color: var(--color);
  background-color: var(--color-fondo-2);
  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_iten_imaxe,
.carrusel_marco .item > a:first-child {
  /* img do carrusel con e sin link */
  border-radius: var(--bradius, 5px);
}

.carrusel_iten_titulo {
  box-sizing: border-box;
  font-family: var(--ffamily-2);
  font-size: 1.8em;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  position: relative;
  width: 100%;
  margin: 0.5em 0 0 0;
  color: var(--color);
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

.carrusel_iten_notas:empty {
  display: none;
}

.carrusel_iten_notas p {
  margin: 0;
}


.carrusel_iten_notas .notas {
  display:flex;
  flex-direction: column;
  gap:0.3em;
}

.notas__precio {
  font-weight: 600;
  font-size:1.2em;
}

.notas__txt {
   display: -webkit-box;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* .carrusel_marco .item > a:first-child::before {
  }
  
  .carrusel_marco .item > a:first-child::after {
  }
   */

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

/* .elmt_contacto_marco {
}
 */
.btn,
.elmt_contacto_boton {
  --color: var(--color);
  --color-hover: var(--color);
  --fondo: var(--color-fondo-2);
  --fondo-hover: var(--verde-hover);
  --color-borde: var(--color-fondo-2);
  --color-borde-hover: var(--verde-hover);

  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  padding: 0.5rem 2.5rem;
  transition: all 200ms ease-in-out;
  border-radius: 0;
  border: 2px solid var(--color-borde);
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  border-radius: 100vmax;
}

.btn {
  font-size: var(--fsize-btn);
}

.elmt_contacto_boton {
  cursor: pointer;
  font-size: 1em;
}

.btn,
.elmt_contacto_boton {
  background-color: var(--fondo);
  color: var(--color);
}

.btn a {
  color: var(--color-fondo);
}

a.btn {
  display: inline-block;
}

.btn:hover,
.elmt_contacto_boton:hover {
  background-color: var(--fondo-hover);
  outline-color: var(--color-borde-hover);
  color: var(--color-hover);
  border-color: var(--color-borde-hover);
}

.btn--trans {
  background-color: transparent;
  --color: var(--color);
}

.btn--negativo {
  --color: var(--blanco);
  --color-hover: var(--blanco);
  --fondo: var(--color-fondo);
  --fondo-hover: var(--color-fondo);
  --color-borde: var(--color-fondo);
  --color-borde-hover: var(--color-fondo);
}

.btn--google {
  --fondo: var(--color-fondo);
  --fondo-hover: #FFF2E155;
  --color-borde: var(--color-fondo);
  --color-borde-hover: var(--color-fondo);
}


.btn--simple {
  --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: 0% var(--grosor, 3px);
  transition: background-size 200ms;
  padding: 0;
}

.btn--simple::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" style="fill:%2340191E"><path d="m10.7 17.7 5.71-5.7-5.7-5.7-1.42 1.4 4.3 4.3-4.3 4.3z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}

.btn--simple:hover {
  background-color: transparent;
  background-size: calc(100% - 24px) var(--grosor, 3px);
}

.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: 1rem;
  transition: border 0.3s;
  color: var(--color);
  height: 2.5rem;
}

.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 a {
  color: var(--color);
  font-weight: bold;
}
/* 
.elmt_contacto_marco .checker label {

} */

/* =============== 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.55em;
  z-index: 1;
  padding-left: 3em;
  border-radius: 0 100vmax 100vmax 0;
  transition: transform 200ms ease-in-out;
  left: -25px;
  top: 40%;
}

.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(--blanco);
}

/* =========================
    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(--color-fondo);
  padding: 3em 0;
}

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

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

.pe__content.top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  padding: 1rem 0 3rem 0;
}

.pe__content.bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  border-top: 1px solid var(--color2);
}

.pe__col.logo {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1em;
}

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

.pe__col.time {
  display: flex;
  align-items: flex-start;
  gap: 2.5em;
}

ul.pe__lista {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--color-fondo);
}

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

.pe__lista.legal {
  flex-direction: row;
  gap: 2rem;
  /* font-size: 12px; */
}

#id_pe_crs {
  display: flex;
  align-items: center;
  gap: 0.3em;
  margin: 0.5em 0 0 -12px;
}

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

#id_pe_crs a {
  display: flex;
}

/* ficha producto */

.producto {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.producto__imagen {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
}

.producto__contenido {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 1.5rem;
}

h2.producto__nombre {
  color: var(--color);
  font-family: var(--ffamily-2);
  font-size: 36px !important;
  overflow: hidden;
  margin-top: 0.2em;
}

.producto__precio {
  font-weight: 600;
  font-size: 1.2em;
}

.producto__desc {
  color: var(--color);
  font-size: 15px;
}

.producto__alergenos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 1em;
}

.producto__icono-alergeno {
  width: 24px;
  height: 24px;
}

/* barra iconos inicio */

.nav-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  background-color: var(--color);
  padding: 1rem;
  gap: 2rem;
}

.nav-icons__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-fondo);
  text-decoration: none;
  font-size: 0.8rem;
  gap: 1rem;
  transition: color 0.2s ease;
}

.nav-icons__item:hover {
  color: var(--color2);
  transition: color 0.2s ease;
}

.nav-icons__image {
  transition: transform 0.2s ease;
  width: 100px;
  height: 100px;
}

.nav-icons__image:hover {
  transform: scale(1.1);
}


/* navicon alergenos */

.alergenos__grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(45px, 1fr));
   gap: 0.5em;
}

@media only screen and (max-width: 888px) {
  .alergenos__grid {
    gap: 1.5em;
  }
}

.alergenos__ico {
  box-sizing: border-box;
  display:flex;
  flex-direction:column;
  justify-content: flex-start;
  align-items: center;
}

.alergenos__ico img {
  display:block;
}

.alergenos__grid img {
  display:block;
  box-sizing: border-box;
  width: 100%;
  max-width: 45px;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}

.alergenos__txt {
  text-align: center;
  font-size: 0.6rem;
  text-transform: uppercase;
  color: var(--color-fondo);
  margin-top: 5px;
}

.alergenos__nota {
  color: var(--color2);
  font-size: 0.8rem;
  text-align: center;
  margin-bottom:2em;
}


/* 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;
}

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

.insta-nav img {
  display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 0;
	overflow: hidden;
	box-sizing: border-box;
}


.lista-contacto {
  display:flex;
  flex-direction: column;
  padding: 0;
  gap:1rem;
  color: var(--color);
}

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

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

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

.ico,
.ico-pe {
  --ancho: 20px;
  --alto: 20px;
  --bg-img: "";
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.ico-pe {
  --ancho: 22px;
  --alto: 22px;
  align-items: flex-start;
  font-weight: normal;
}

.ico::before,
.ico-pe::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;
  margin-top:2px;
}

.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:%234B352A;fill-opacity:1"/></svg>');
}

.ico--tlfn-pe::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:%23CA7842;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:%234B352A"><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>');
}

.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:%234B352A"/></svg>');
}

.ico--mail-pe::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:%23CA7842"/></svg>');
}

.ico--time::before {
  background-image: url('data:image/svg+xml,<svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:%234B352A;}</style></defs><title>HORARIO</title><path class="cls-1" d="M47,2.71h6.27c.29.06.59.14.89.18,1.91.27,3.84.42,5.72.83A46.53,46.53,0,0,1,85,18.12,45.88,45.88,0,0,1,96.55,41.7c.3,1.68.5,3.38.74,5.07V53c-.06.27-.14.53-.18.8-.21,1.61-.31,3.23-.63,4.82A46.23,46.23,0,0,1,79,87.18a45.78,45.78,0,0,1-37.61,9.1A45.36,45.36,0,0,1,13,79,45.78,45.78,0,0,1,3.74,41.1,45.87,45.87,0,0,1,21,12.81,45.29,45.29,0,0,1,41.88,3.45C43.56,3.16,45.26,3,47,2.71Zm3.06,87a39.84,39.84,0,1,0-39.77-40A39.86,39.86,0,0,0,50,89.75Z"/><path class="cls-1" d="M46.41,39.16c0-3.62,0-7.25,0-10.87a3.68,3.68,0,0,1,2.86-3.61,3.61,3.61,0,0,1,4.15,2.13,5.21,5.21,0,0,1,.33,1.88c0,6.2,0,12.41,0,18.61A1.89,1.89,0,0,0,54.63,49c4.08,3,8.12,6.07,12.17,9.11a3.6,3.6,0,0,1,1.49,3.8,3.49,3.49,0,0,1-2.74,2.79,3.36,3.36,0,0,1-3-.59q-7.35-5.47-14.67-11a3.78,3.78,0,0,1-1.5-3.21C46.42,46.35,46.41,42.75,46.41,39.16Z"/></svg>');
}

.ico--time-pe::before {
  background-image: url('data:image/svg+xml,<svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:%23CA7842;}</style></defs><title>HORARIO</title><path class="cls-1" d="M47,2.71h6.27c.29.06.59.14.89.18,1.91.27,3.84.42,5.72.83A46.53,46.53,0,0,1,85,18.12,45.88,45.88,0,0,1,96.55,41.7c.3,1.68.5,3.38.74,5.07V53c-.06.27-.14.53-.18.8-.21,1.61-.31,3.23-.63,4.82A46.23,46.23,0,0,1,79,87.18a45.78,45.78,0,0,1-37.61,9.1A45.36,45.36,0,0,1,13,79,45.78,45.78,0,0,1,3.74,41.1,45.87,45.87,0,0,1,21,12.81,45.29,45.29,0,0,1,41.88,3.45C43.56,3.16,45.26,3,47,2.71Zm3.06,87a39.84,39.84,0,1,0-39.77-40A39.86,39.86,0,0,0,50,89.75Z"/><path class="cls-1" d="M46.41,39.16c0-3.62,0-7.25,0-10.87a3.68,3.68,0,0,1,2.86-3.61,3.61,3.61,0,0,1,4.15,2.13,5.21,5.21,0,0,1,.33,1.88c0,6.2,0,12.41,0,18.61A1.89,1.89,0,0,0,54.63,49c4.08,3,8.12,6.07,12.17,9.11a3.6,3.6,0,0,1,1.49,3.8,3.49,3.49,0,0,1-2.74,2.79,3.36,3.36,0,0,1-3-.59q-7.35-5.47-14.67-11a3.78,3.78,0,0,1-1.5-3.21C46.42,46.35,46.41,42.75,46.41,39.16Z"/></svg>');
}

.ico--gps::before {
  background-image: url('data:image/svg+xml,<svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:%234B352A;}</style></defs><title>ICONOS WEB</title><path class="cls-1" d="M50.37,99.67a9.06,9.06,0,0,1-5.46-1.81A84.71,84.71,0,0,1,12.38,48a2.76,2.76,0,0,1-.06-.4,38.82,38.82,0,1,1,75.93.46c0,.13,0,.26-.07.39a84.85,84.85,0,0,1-31.84,49l-1.2.87a1.27,1.27,0,0,1-.27.18A9.09,9.09,0,0,1,50.37,99.67ZM18.13,47.13A78.91,78.91,0,0,0,48.38,93.19a3.28,3.28,0,0,0,3.49.31l1-.74A79,79,0,0,0,82.43,47.57a2.79,2.79,0,0,1,.07-.4,33,33,0,1,0-65.18-7.45,33.33,33.33,0,0,0,.76,7.06C18.1,46.9,18.12,47,18.13,47.13Z"/><path class="cls-1" d="M50.33,56.33A16.62,16.62,0,1,1,67,39.72,16.63,16.63,0,0,1,50.33,56.33Zm0-27.42A10.81,10.81,0,1,0,61.14,39.72,10.81,10.81,0,0,0,50.33,28.91Z"/></svg>');
}

.ico--gps-pe::before {
  background-image: url('data:image/svg+xml,<svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:%23CA7842;}</style></defs><title>ICONOS WEB</title><path class="cls-1" d="M50.37,99.67a9.06,9.06,0,0,1-5.46-1.81A84.71,84.71,0,0,1,12.38,48a2.76,2.76,0,0,1-.06-.4,38.82,38.82,0,1,1,75.93.46c0,.13,0,.26-.07.39a84.85,84.85,0,0,1-31.84,49l-1.2.87a1.27,1.27,0,0,1-.27.18A9.09,9.09,0,0,1,50.37,99.67ZM18.13,47.13A78.91,78.91,0,0,0,48.38,93.19a3.28,3.28,0,0,0,3.49.31l1-.74A79,79,0,0,0,82.43,47.57a2.79,2.79,0,0,1,.07-.4,33,33,0,1,0-65.18-7.45,33.33,33.33,0,0,0,.76,7.06C18.1,46.9,18.12,47,18.13,47.13Z"/><path class="cls-1" d="M50.33,56.33A16.62,16.62,0,1,1,67,39.72,16.63,16.63,0,0,1,50.33,56.33Zm0-27.42A10.81,10.81,0,1,0,61.14,39.72,10.81,10.81,0,0,0,50.33,28.91Z"/></svg>');
}

/* #id_cfd_cbusca {
  display: none;
} */

@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 {
    margin-top: var(--h-cab-movil);
  }

  #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;
  }

  .trw_panoramix2_00.portada .trw_panoramix2_txt > div  {
    display:block;
    height: unset;
    overflow: hidden;
  }

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

  .btn.btn--pano {
    width: auto;
    max-width: 75%;
    margin-top: 2em;
  }

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

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

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

  .cfd-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(250px, 1fr)) !important;
  }

  .pe_texto {
    --fsize-pe: 17px;
  }

  .pe__content.top {
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }

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

  .cidioma_imx_sl {
    border-width: 1px;
    border-color: var(--color2);
  }

  .cidioma_marco:has(> img.cidioma_imx_sl) {
    justify-content: center;
    gap:1rem;
    margin-right: 1rem;
  }

  .cab-titulo-txt {
    flex-direction: column;
    font-size: 19px;
    gap: 0.7rem !important;
  }

    .cab_titulo a {
    font-size: 19px;
  }

  .cab-titulo-txt .ico {
    flex-direction: column;
  }

  .cidioma_imx,
  .cidioma_imx_sl {
    width: 24px;
    height: 24px;
  }

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

  .cfd-cab__cbusca {
    margin-top: 1.5rem;
    margin-inline: auto;
  }

  .cbuscador_marco {
    border: 2px solid var(--color);
  }

  .cbuscador_marco:focus-within {
    border-color: var(--color-fondo);
  }

  .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='%234B352A' 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");
  }

  .ico {
    gap:0;
  }

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

}

@media only screen and (max-width: 555px) {
  .celda_prgf {
    padding: 0 0.5em;
  }

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

  .trw_panoramix2_00.portada {
    height: 60dvh;
  }

  .carrusel_marco .item {
    margin: unset;
  }

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

  .pe__content.top {
    grid-template-columns: 1fr;
  }

  .pe__col,
  .pe__lista {
    align-items: center;
    text-align: center;
  }

  .ico-pe {
    flex-direction: column;
    align-items: center;
  }

  .pe__col.time {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }

  .pe__content.bottom {
    align-items: center;
    justify-content: center;
  }

  .pe__content.bottom ul.pe__lista {
    flex-direction: column;
    gap: 1.5rem;
  }

  .elmt_contacto_boton {
    width: 100%;
  }

  .btn {
    width: 100%;
  }

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

   .cbuscador_marco {
    width: 70vw;
  }

  .celda_elmt_marcado:has(.celda_imaxe) {
    padding: 0 !important;
  }

  h2.producto__nombre {
    font-size: 36px !important;
    margin-top: 0;
  }

  .lista-contacto .ico {
    gap:0.5em;
    align-items: flex-start;
  }

  .lista-contacto .ico::before {
    margin-top: 4px;
  }

  .carrusel_marco .item {
    padding: 0.5rem;
  }

  .carrusel_iten_titulo {
    margin-top: 0.3em;
  }

}