.elementor-2568 .elementor-element.elementor-element-978b3ab{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;border-style:solid;--border-style:solid;border-width:0px 0px 2px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:2px;--border-left-width:0px;border-color:#F0F0F0;--border-color:#F0F0F0;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2568 .elementor-element.elementor-element-978b3ab:not(.elementor-motion-effects-element-type-background), .elementor-2568 .elementor-element.elementor-element-978b3ab > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-bd34c29 );}@media(min-width:768px){.elementor-2568 .elementor-element.elementor-element-978b3ab{--width:1100px;}}/* Start custom CSS for container, class: .elementor-element-978b3ab *//* ================================
   ESTILO GENERAL BREADCRUMB RANK MATH
   ================================ */

nav.rank-math-breadcrumb {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 12px !important;
  font-weight: 300 !important;
  color: #29483a;              /* verde corporativo */
  line-height: 1.3;
}

/* El <p> que contiene todo */
nav.rank-math-breadcrumb p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}

/* Enlaces + spans: TODOS mismo tamaño */
nav.rank-math-breadcrumb p a ,
nav.rank-math-breadcrumb p span,
nav.rank-math-breadcrumb span.last{
  font-size: 12px !important;
  font-weight: 300 !important;
  color: #29483a;
  text-decoration: none;
}

/* Último elemento (la página actual) un pelín más marcado */
nav.rank-math-breadcrumb p span.last {
  font-weight: 300 !important;
}

/* Separadores (puntitos) */
nav.rank-math-breadcrumb .separator {
  margin: 0 0.25rem;
  color: #c6cec8;
}

/* ================================
   HOME: ALINEAR ICONO + TEXTO
   ================================ */

/* Enlace de Home como contenedor flexible icono + texto */
nav.rank-math-breadcrumb p a:first-of-type {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;           /* espacio entre icono y texto */
}

/* Icono de casa delante de Home */
nav.rank-math-breadcrumb p a:first-of-type::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  /* SVG de casita en verde corporativo (#29483A) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2329483A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10.5 12 3l9 7.5'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M10 20v-6h4v6'/%3E%3C/svg%3E");
}

/* Si por lo que sea hay otro icono dentro del enlace, lo alineamos también */
nav.rank-math-breadcrumb p a:first-of-type img,
nav.rank-math-breadcrumb p a:first-of-type svg {
  height: 1em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

/* ================================
   RESPONSIVE
   ================================ */

@media (max-width: 480px) {
  nav.rank-math-breadcrumb {
    font-size: 11px !important;
  }

  nav.rank-math-breadcrumb p a,
  nav.rank-math-breadcrumb p span {
    font-size: 11px !important;
  }

  nav.rank-math-breadcrumb p {
    gap: 0.35rem;
  }

  nav.rank-math-breadcrumb .separator {
    margin: 0 0.2rem;
  }
}/* End custom CSS */