@charset "UTF-8";
/* 
	NORMALIZE
	---------
	Región: asdfsdfsf
	Template:
	Descripción:
	Última revisión: 18/06/2024
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Render the `main` element consistently in IE. */
main {
  display: block;
}

/* Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 
	FUENTES
	-------
	Región:
	Template:
	Descripción:
	Última revisión: 18/06/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ FUENTES +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
 */
@font-face {
  font-family: FuenteLight;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local("Jost-Light"), url("../fonts/Jost/Jost-Light.woff") format("woff"), url("../fonts/Jost/Jost-Light.ttf") format("truetype");
}
@font-face {
  font-family: FuenteRegular;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local("Jost"), url("../fonts/Jost//Jost-Regular.woff") format("woff"), url("../fonts/Jost/Jost-Regular.ttf") format("truetype");
}
@font-face {
  font-family: FuenteBold;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local("Jost-Bold"), url("../fonts/Jost/Jost-Bold.woff") format("woff"), url("../fonts/Jost/Jost-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Merriweather;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Merriweather"), url("../fonts/Merriweather/Merriweather-Regular.woff") format("woff"), url("../fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ FUENTE BASE. FLUID RESPONSIVE FONTS +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Web para calcular: https://websemantics.uk/tools/responsive-font-calculator/ 
 16px @ 768px increasing to 24px @ 1920px  */
/* Tamaño mínimo Fuente (en móviles) */
:root {
  font-size: 16px !important;
  /* Font Awesome */
  /* 
  --fa-font-solid: normal 900 1em / 1 'Font Awesome 6 Free';
  --fa-font-brands: normal 400 1em / 1 'Font Awesome 6 Brands';
  */
}

/* Tamaño fuente en tabletas y escritorio */
/* Cálculo: font-size: calc(<tamaño mínimo (16px)> + (<tamaño máximo (24px)> - <tamaño mínimo (16px)) * 
            ((100vw - <anchura mínima ventana (768px)>) / (<anchura máxima ventana (1920px)> - <tamaño mínimo ventana (768px)>));
			font-size: calc(16px + 8 * ((100vw - 768px) / 1152)); */
@media (min-width: 768px) {
  :root {
    /* font-size: calc(1rem + ((1vw - 7.68px) * 0.6944)) !important; */
    /* Where: * 0.6944 = 100 * font_Size_Difference / viewport_Width_Difference */
    font-size: calc(16px + 7 * (100vw - 768px) / 1152) !important;
  }
}
/* Tamaño máximo */
@media (min-width: 1920px) {
  :root {
    font-size: 24px !important;
  }
}
/* 
	CALORES
	-------
	Región:
	Template:
	Descripción:
	Última revisión: 7/08/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ COLORES CON VARIABLES +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
:root {
  --clDominante: #095a82;
  --clAcentos: #75b2ad; /* rgba(117,178,171,.2); */
  --fondoOscuro: #27363b;
  --fondoClaro: #f5f5f5;
  --clTitulares: #333333;
  /* --colorFooter: #53526b;
  --fondoFooter: #efefef; */
  --colorFooter: #eee5e5;
  --fondoFooter: #868181;
  --colorGris: #808080;
  --color01: #00405C;
  --color02: #EAB82A;
  --color03: #8d0739;
  --color04: #EEF2F4;
  --color05: #3D3D3D;
  --color06: #181818;
  --color-crema: #E8E6CD;
  --color-negro: #000000;
  --color-gris: #3d3d3d;
  --color-gris-muy-oscuro: #1e1e1e;
  /* Paleta colores CIENCIAS DEL TRABAJO */
  --gradoRRLLyRRHH: rgba(71,106,48,1); /* Pantone 18-0135 - Treetop */
  --gradoFinancias: rgba(163,204,201,1); /* Pantone 14-4809 - EggShell Blue */
  --doblemasterConsultoriaLaboral: rgba(211,197,77,1); /* Pantone 14-0647 - Celery */
  --masterDireccion: rgba(102,103,171,1); /* Pantone 17-3938 - Very Peri */
  --masterCienciasTrabajo: rgba(75,155,105,1); /* Pantone 16-6127 - Greenbriar */
  --doblemasterCienciasTrabajoRRHH: rgba(208,151,134,1); /* Pantone 16-1330 - Muted Clay */
  /* ANEXO MARCA DIGITAL US */
  /* Paleta Institucional US */
  --us-rojo-oscuro: rgb(165, 1, 51);
  --us-rojo: rgb(190,15,46);
  --us-amarillo: rgb(250,186,9);
  --us-gris-oscuro: rgb(61,61,60);
  --us-gris-claro: rgb(198,198,198);
  /* Paleta Ampliada US*/
  --us-naranja: rgb(240,146,5);
  --us-verde-agua: rgb(149,190,5);
  --us-verde-azulado: rgb(5,159,148);
  --us-magenta: rgb(189,19,83);
  --us-gris-azulado: rgb(100,138,159);
  /* FIN ANEXO MARCA DIGITAL */
  /* Colores Texto */
  --color-texto: #6f6f6f;
  --color-texto-resaltado: #4f4f4f;
  --color-texto-claro: #9f9f9f;
  /* Colores Fondo */
  --color-fondo-header-top: var(--colorPri);
  --color-fondo-portada: #EEF2F4;
  /* Colores Footer */
  --color-fondo-footer: #715e5e;
  --color-texto-footer: #ddd5d5;
  --color-resaltado-footer: rgb(255, 255, 255);
  --color-hover-footer: black;
  /* Colores Copyright */
  --color-fondo-copyright: var(--color-fondo-footer);
  --color-texto-copyright: var(--color-texto-footer);
  --color-resaltado-copyright: var(--color-resaltado-footer);
  --color-hover-footer: var(--color-hover-footer);
  /* Colores Perfil */
  --color-perfil: var(--us-amarillo);
  --color-perfil-1: var(--us-verde-agua);
  --color-perfil-2: var(--us-verde-azulado);
  --color-perfil-3: var(--us-gris-azulado);
  --color-perfil-4: var(--us-gris-oscuro);
  --color-perfil-5: var(--us-rojo);
  /* Colores Menú Principal coloreado */
  --colorMenu-1: var(--us-rojo);
  --colorMenu-2: var(--us-amarillo);
  --colorMenu-3: var(--us-verde-agua);
  --colorMenu-4: var(--us-verde-azulado);
  --colorMenu-5: var(--us-gris-azulado);
  --colorMenu-6: var(--us-magenta);
  --colorMenu-7: var(--us-gris-oscuro);
  --colorMenu-8: var(--us-naranja);
  --colorMenu-9: var(--us-rojo-oscuro);
  /* Colores Amazon */
  --colorAmazonAmarillo: #ffd814;
  --colorAmazonNaranja: #ffa41c;
  /* Colores principales página */
  --colorPri: var(--us-rojo-oscuro);
  --colorSec: var(--us-verde-azulado);
  --colorResaltado: rgb(250,186,9);
  --colorEnlace: var(--us-gris-azulado);
  --colorEnlaceResaltado: rgb(148, 44, 44);
  --colorCajaFicha: #f7f7f5;
  --colorLineas: #e6e6e6;
  --colorTitulosServicios: #a4c9c4;
  --colorSombraTitulos: black;
  --colorFondoComunicados: #f0efea;
  --colorFondoCifras: #e3e0d9;
}

/* VARIABLES MICROSOFT */
/* --root-body-font-weight: 400;
--root-body-font-size: 1rem;
--root-body-line-height: 1.5rem;
--root-body-letter-spacing: -0.03em;

--root-marquee-font-weight: 600;
--root-marquee-font-size: 3.5rem;
--root-marquee-line-height: 3.875rem;
--root-marquee-letter-spacing: -0.05em;

--root-display-1-font-weight: 600;
--root-display-1-font-size: 3rem;
--root-display-1-line-height: 3.5rem;
--root-display-1-letter-spacing: -0.05em;
--root-display-2-font-weight: 600;
--root-display-2-font-size: 2.5rem;
--root-display-2-line-height: 3rem;
--root-display-2-letter-spacing: -0.05em;

--root-h1-font-weight: 600;
--root-h1-font-size: 2rem;
--root-h1-line-height: 2.5rem;
--root-h1-letter-spacing: -0.05em;

--root-h2-font-weight: 600;
--root-h2-font-size: 1.75rem;
--root-h2-line-height: 2.25rem;
--root-h2-letter-spacing: -0.05em;

--root-h3-font-weight: 600;
--root-h3-font-size: 1.5rem;
--root-h3-line-height: 2rem;
--root-h3-letter-spacing: -0.05em;

--root-h4-font-weight: 600;
--root-h4-font-size: 1.25rem;
--root-h4-line-height: 1.75rem;
--root-h4-letter-spacing: -0.05em;

--root-h5-font-weight: 600;
--root-h5-font-size: 1.125rem;
--root-h5-line-height: 1.5rem;
--root-h5-letter-spacing: -0.03em;

--root-h6-font-weight: 600;
--root-h6-font-size: 1rem;
--root-h6-line-height: 1.5rem;
--root-h6-letter-spacing: -0.03em;

--root-lead-font-weight: 400;
--root-lead-font-size: 1.125rem;
--root-lead-line-height: 1.75rem;
--root-lead-letter-spacing: -0.03em;

--root-base-font-weight: 400;
--root-base-font-size: 1rem;
--root-base-line-height: 1.5rem;
--root-base-letter-spacing: -0.03em;

--root-small-font-weight: 400;
--root-small-font-size: 0.875rem;
--root-small-line-height: 1.25rem;
--root-small-letter-spacing: -0.03em;

--root-x-small-font-weight: 400;
--root-x-small-font-size: 0.75rem;
--root-x-small-line-height: 1rem;
--root-x-small-letter-spacing: -0.03em;

--root-label-lead-font-weight: 600;
--root-label-lead-font-size: 1rem;
--root-label-lead-line-height: 1.5rem;
--root-label-font-weight: 600;
--root-label-font-size: 0.875rem;
--root-label-line-height: 1.25rem;
--root-label-small-font-weight: 600;
--root-label-small-font-size: 0.75rem;
--root-label-small-line-height: 1rem;
--root-label-eyebrow-font-weight: 600;
--root-label-eyebrow-font-size: 0.75rem;
--root-label-eyebrow-line-height: 1rem;
--root-label-eyebrow-letter-spacing: 0.08em; */
/* Radio */
/* --root-radii-xs: 0.25rem;
--root-radii-s: 0.5rem;
--root-radii-m: 0.5rem;
--root-radii-l: 1rem;
--root-radii-circle: 12.5rem; */
/* Borde */
/* --root-border-xs: 0.0625rem;
--root-border-s: 0.125rem;
--root-border-m: 0.25rem;
--root-border-l: 0.5rem; */
/* Colores */
/* --root-color-brilliant-blue-50: #e6f2fb;
--root-color-brilliant-blue-100: #b0d5f2;
--root-color-brilliant-blue-200: #8ac1eb;
--root-color-brilliant-blue-300: #54a5e2;
--root-color-brilliant-blue-400: #3393dd;
--root-color-brilliant-blue-500: #0078d4;
--root-color-brilliant-blue-600: #006dc1;
--root-color-brilliant-blue-700: #005597;
--root-color-brilliant-blue-800: #004275;
--root-color-brilliant-blue-900: #002948;

--root-color-blue-black-50: #e6e9ea;
--root-color-blue-black-100: #b3babe;
--root-color-blue-black-200: #8e989e;
--root-color-blue-black-300: #5a6972;
--root-color-blue-black-400: #3a4c56;
--root-color-blue-black-500: #091f2c;
--root-color-blue-black-600: #081c28;
--root-color-blue-black-700: #06161f;
--root-color-blue-black-800: #051118;
--root-color-blue-black-900: #030b0f;

--root-color-sea-salt-50: #fdfdfc;
--root-color-sea-salt-100: #f8f7f5;
--root-color-sea-salt-200: #f4f4f0;
--root-color-sea-salt-300: #f0eeea;
--root-color-sea-salt-400: #edebe5;
--root-color-sea-salt-500: #e8e6df;
--root-color-sea-salt-600: #d3d1cb;
--root-color-sea-salt-700: #a5a39e;
--root-color-sea-salt-800: #807f7b;
--root-color-sea-salt-900: #4f4e4c;

--root-color-sky-blue-50: #f4fafd;
--root-color-sky-blue-100: #dceef8;
--root-color-sky-blue-200: #cbe6f4;
--root-color-sky-blue-300: #b3daf0;
--root-color-sky-blue-400: #a4d3ed;
--root-color-sky-blue-500: #8dc8e8;
--root-color-sky-blue-600: #80b6d3;
--root-color-sky-blue-700: #648ea5;
--root-color-sky-blue-800: #4e6e80;
--root-color-sky-blue-900: #30444f;

--root-color-dark-blue-50: #eaecf1;
--root-color-dark-blue-100: #bdc5d2;
--root-color-dark-blue-200: #9da9bd;
--root-color-dark-blue-300: #70829f;
--root-color-dark-blue-400: #55698c;
--root-color-dark-blue-500: #2a446f;
--root-color-dark-blue-600: #263e65;
--root-color-dark-blue-700: #1e304f;
--root-color-dark-blue-800: #17253d;
--root-color-dark-blue-900: #0e1726;

--root-color-aqua-foam-50: #f8fcfb;
--root-color-aqua-foam-100: #e9f4f1;
--root-color-aqua-foam-200: #dfefea;
--root-color-aqua-foam-300: #d0e8e1;
--root-color-aqua-foam-400: #c7e3db;
--root-color-aqua-foam-500: #b9dcd2;
--root-color-aqua-foam-600: #a8c8bf;
--root-color-aqua-foam-700: #839c95;
--root-color-aqua-foam-800: #667974;
--root-color-aqua-foam-900: #3f4b47;

--root-color-pale-lime-50: #fbfdf4;
--root-color-pale-lime-100: #f2f9dc;
--root-color-pale-lime-200: #ebf6cb;
--root-color-pale-lime-300: #e2f2b3;
--root-color-pale-lime-400: #ddf0a5;
--root-color-pale-lime-500: #d4ec8e;
--root-color-pale-lime-600: #c1d781;
--root-color-pale-lime-700: #97a865;
--root-color-pale-lime-800: #75824e;
--root-color-pale-lime-900: #485030;

--root-color-deep-teal-50: #e9efef;
--root-color-deep-teal-100: #baccce;
--root-color-deep-teal-200: #99b4b7;
--root-color-deep-teal-300: #6b9196;
--root-color-deep-teal-400: #4e7c81;
--root-color-deep-teal-500: #225b62;
--root-color-deep-teal-600: #1f5359;
--root-color-deep-teal-700: #184146;
--root-color-deep-teal-800: #133236;
--root-color-deep-teal-900: #0c1f21;

--root-color-lavender-50: #f9f8fc;
--root-color-lavender-100: #ede8f6;
--root-color-lavender-200: #e4ddf2;
--root-color-lavender-300: #d8cdec;
--root-color-lavender-400: #d1c3e9;
--root-color-lavender-500: #c5b4e3;
--root-color-lavender-600: #b3a4cf;
--root-color-lavender-700: #8c80a1;
--root-color-lavender-800: #6c637d;
--root-color-lavender-900: #433d4d;

--root-color-violet-50: #f1e9f1;
--root-color-violet-100: #d3bbd4;
--root-color-violet-200: #bd9bbf;
--root-color-violet-300: #9f6da1;
--root-color-violet-400: #8d518f;
--root-color-violet-500: #702573;
--root-color-violet-600: #662269;
--root-color-violet-700: #501a52;
--root-color-violet-800: #3e143f;
--root-color-violet-900: #260d27;

--root-color-twilight-purple-50: #edebf0;
--root-color-twilight-purple-100: #c6c1d0;
--root-color-twilight-purple-200: #aaa3ba;
--root-color-twilight-purple-300: #83789a;
--root-color-twilight-purple-400: #6b5e86;
--root-color-twilight-purple-500: #463668;
--root-color-twilight-purple-600: #40315f;
--root-color-twilight-purple-700: #32264a;
--root-color-twilight-purple-800: #271e39;
--root-color-twilight-purple-900: #181223;

--root-color-teams-50: #efeffb;
--root-color-teams-100: #cdccf2;
--root-color-teams-200: #b4b4eb;
--root-color-teams-300: #9291e2;
--root-color-teams-400: #7d7cdd;
--root-color-teams-500: #5d5bd4;
--root-color-teams-600: #5553c1;
--root-color-teams-700: #424197;
--root-color-teams-800: #333275;
--root-color-teams-900: #201f48;

--root-color-pink-50: #fff7f8;
--root-color-pink-100: #ffe7ea;
--root-color-pink-200: #ffdce0;
--root-color-pink-300: #ffccd1;
--root-color-pink-400: #ffc2c9;
--root-color-pink-500: #ffb3bb;
--root-color-pink-600: #e8a3aa;
--root-color-pink-700: #b57f85;
--root-color-pink-800: #8c6267;
--root-color-pink-900: #573d40;

--root-color-orange-coral-50: #fff6f3;
--root-color-orange-coral-100: #ffe2db;
--root-color-orange-coral-200: #ffd5ca;
--root-color-orange-coral-300: #ffc1b1;
--root-color-orange-coral-400: #ffb5a2;
--root-color-orange-coral-500: #ffa38b;
--root-color-orange-coral-600: #e8947e;
--root-color-orange-coral-700: #b57463;
--root-color-orange-coral-800: #8c5a4c;
--root-color-orange-coral-900: #57372f;

--root-color-maroon-50: #f1e9ea;
--root-color-maroon-100: #d4bcbf;
--root-color-maroon-200: #bf9b9f;
--root-color-maroon-300: #a16e74;
--root-color-maroon-400: #8f5159;
--root-color-maroon-500: #73262f;
--root-color-maroon-600: #69232b;
--root-color-maroon-700: #521b21;
--root-color-maroon-800: #3f151a;
--root-color-maroon-900: #270d10;

--root-color-custard-yellow-50: #fffcf5;
--root-color-custard-yellow-100: #fff6df;
--root-color-custard-yellow-200: #fff2d0;
--root-color-custard-yellow-300: #ffecbb;
--root-color-custard-yellow-400: #ffe9ad;
--root-color-custard-yellow-500: #ffe399;
--root-color-custard-yellow-600: #e8cf8b;
--root-color-custard-yellow-700: #b5a16d;
--root-color-custard-yellow-800: #8c7d54;
--root-color-custard-yellow-900: #574d34;

--root-color-golden-yellow-50: #fff8e6;
--root-color-golden-yellow-100: #ffe9b0;
--root-color-golden-yellow-200: #ffdf8a;
--root-color-golden-yellow-300: #ffd054;
--root-color-golden-yellow-400: #ffc733;
--root-color-golden-yellow-500: #ffb900;
--root-color-golden-yellow-600: #e8a800;
--root-color-golden-yellow-700: #b58300;
--root-color-golden-yellow-800: #8c6600;
--root-color-golden-yellow-900: #573f00;

--root-color-dark-brown-50: #efedeb;
--root-color-dark-brown-100: #ccc6c1;
--root-color-dark-brown-200: #b4aaa3;
--root-color-dark-brown-300: #92847a;
--root-color-dark-brown-400: #7d6c60;
--root-color-dark-brown-500: #5c4738;
--root-color-dark-brown-600: #544133;
--root-color-dark-brown-700: #413228;
--root-color-dark-brown-800: #33271f;
--root-color-dark-brown-900: #1f1813;

--root-color-green-black-50: #e7e9e9;
--root-color-green-black-100: #b4babb;
--root-color-green-black-200: #90999a;
--root-color-green-black-300: #5d6a6c;
--root-color-green-black-400: #3d4d50;
--root-color-green-black-500: #0d2124;
--root-color-green-black-600: #0c1e21;
--root-color-green-black-700: #09171a;
--root-color-green-black-800: #071214;
--root-color-green-black-900: #040b0c;

--root-color-purple-black-50: #e8e7ea;
--root-color-purple-black-100: #b7b4bd;
--root-color-purple-black-200: #94909d;
--root-color-purple-black-300: #645d71;
--root-color-purple-black-400: #453d55;
--root-color-purple-black-500: #170d2b;
--root-color-purple-black-600: #150c27;
--root-color-purple-black-700: #10091f;
--root-color-purple-black-800: #0d0718;
--root-color-purple-black-900: #08040f;

--root-color-red-black-50: #eae7e7;
--root-color-red-black-100: #bdb4b6;
--root-color-red-black-200: #9d9092;
--root-color-red-black-300: #715d60;
--root-color-red-black-400: #553d41;
--root-color-red-black-500: #2b0d12;
--root-color-red-black-600: #270c10;
--root-color-red-black-700: #1f090d;
--root-color-red-black-800: #18070a;
--root-color-red-black-900: #0f0406;

--root-color-brown-black-50: #eae8e8;
--root-color-brown-black-100: #bdb7b7;
--root-color-brown-black-200: #9d9594;
--root-color-brown-black-300: #706464;
--root-color-brown-black-400: #544645;
--root-color-brown-black-500: #291817;
--root-color-brown-black-600: #251615;
--root-color-brown-black-700: #1d1110;
--root-color-brown-black-800: #170d0d;
--root-color-brown-black-900: #0e0808;

--root-color-off-white-50: #fefefe;
--root-color-off-white-100: #fcfbfc;
--root-color-off-white-200: #faf9fa;
--root-color-off-white-300: #f8f7f8;
--root-color-off-white-400: #f6f5f7;
--root-color-off-white-500: #f4f3f5;
--root-color-off-white-600: #dedddf;
--root-color-off-white-700: #adadae;
--root-color-off-white-800: #868687;
--root-color-off-white-900: #535353;

--root-color-warm-white-50: #fffefe;
--root-color-warm-white-100: #fffdfb;
--root-color-warm-white-200: #fffcf9;
--root-color-warm-white-300: #fffaf7;
--root-color-warm-white-400: #fff9f5;
--root-color-warm-white-500: #fff8f3;
--root-color-warm-white-600: #e8e2dd;
--root-color-warm-white-700: #b5b0ad;
--root-color-warm-white-800: #8c8886;
--root-color-warm-white-900: #575453;

--root-color-pale-gray-50: #fbfbfb;
--root-color-pale-gray-100: #f3f3f2;
--root-color-pale-gray-200: #eeeeec;
--root-color-pale-gray-300: #e6e6e4;
--root-color-pale-gray-400: #e1e1de;
--root-color-pale-gray-500: #d9d9d6;
--root-color-pale-gray-600: #c5c5c3;
--root-color-pale-gray-700: #9a9a98;
--root-color-pale-gray-800: #777776;
--root-color-pale-gray-900: #4a4a49;

--root-color-vapor-gray-50: #f7f7f7;
--root-color-vapor-gray-100: #e7e7e7;
--root-color-vapor-gray-200: #dbdcdc;
--root-color-vapor-gray-300: #cbcccc;
--root-color-vapor-gray-400: #c1c2c2;
--root-color-vapor-gray-500: #b1b3b3;
--root-color-vapor-gray-600: #a1a3a3;
--root-color-vapor-gray-700: #7e7f7f;
--root-color-vapor-gray-800: #616262;
--root-color-vapor-gray-900: #3c3d3d;

--root-color-dark-slate-50: #ececec;
--root-color-dark-slate-100: #c5c4c4;
--root-color-dark-slate-200: #a9a8a8;
--root-color-dark-slate-300: #828080;
--root-color-dark-slate-400: #6a6768;
--root-color-dark-slate-500: #454142;
--root-color-dark-slate-600: #3f3b3c;
--root-color-dark-slate-700: #312e2f;
--root-color-dark-slate-800: #262424;
--root-color-dark-slate-900: #171616;

--root-color-morganite-50: #fcfbf9;
--root-color-morganite-100: #f6f1ee;
--root-color-morganite-200: #f1ebe5;
--root-color-morganite-300: #ebe2d9;
--root-color-morganite-400: #e7dcd2;
--root-color-morganite-500: #e1d3c7;
--root-color-morganite-600: #cdc0b5;
--root-color-morganite-700: #a0968d;
--root-color-morganite-800: #7c746d;
--root-color-morganite-900: #4d4844;

--root-color-brown-50: #f9f4f1;
--root-color-brown-100: #ebded4;
--root-color-brown-200: #e2cebf;
--root-color-brown-300: #d4b7a2;
--root-color-brown-400: #cca990;
--root-color-brown-500: #bf9474;
--root-color-brown-600: #ae876a;
--root-color-brown-700: #886952;
--root-color-brown-800: #695140;
--root-color-brown-900: #413227;

--root-color-breen-50: #f2efe8;
--root-color-breen-100: #d7ccb8;
--root-color-breen-200: #c4b396;
--root-color-breen-300: #a99066;
--root-color-breen-400: #997b48;
--root-color-breen-500: #7f5a1a;
--root-color-breen-600: #745218;
--root-color-breen-700: #5a4012;
--root-color-breen-800: #46320e;
--root-color-breen-900: #2b1f09;

--root-color-bright-orange-50: #ffefeb;
--root-color-bright-orange-100: #ffccc2;
--root-color-bright-orange-200: #ffb4a4;
--root-color-bright-orange-300: #ff927a;
--root-color-bright-orange-400: #ff7d61;
--root-color-bright-orange-500: #ff5c39;
--root-color-bright-orange-600: #e85434;
--root-color-bright-orange-700: #b54128;
--root-color-bright-orange-800: #8c331f;
--root-color-bright-orange-900: #571f13;

--root-color-ginger-bread-50: #f1ebe8;
--root-color-ginger-bread-100: #d4c2b9;
--root-color-ginger-bread-200: #bfa497;
--root-color-ginger-bread-300: #a17a68;
--root-color-ginger-bread-400: #8f614a;
--root-color-ginger-bread-500: #73391d;
--root-color-ginger-bread-600: #69341a;
--root-color-ginger-bread-700: #522815;
--root-color-ginger-bread-800: #3f1f10;
--root-color-ginger-bread-900: #27130a;

--root-color-red-50: #feebed;
--root-color-red-100: #fcc1c8;
--root-color-red-200: #faa3ad;
--root-color-red-300: #f87887;
--root-color-red-400: #f65e70;
--root-color-red-500: #f4364c;
--root-color-red-600: #de3145;
--root-color-red-700: #ad2636;
--root-color-red-800: #861e2a;
--root-color-red-900: #53121a;

--root-color-lilac-50: #fbf5fb;
--root-color-lilac-100: #f2e1f3;
--root-color-lilac-200: #ecd2ed;
--root-color-lilac-300: #e3bee4;
--root-color-lilac-400: #ddb1df;
--root-color-lilac-500: #d59ed7;
--root-color-lilac-600: #c290c4;
--root-color-lilac-700: #977099;
--root-color-lilac-800: #755776;
--root-color-lilac-900: #483649;

--root-color-red-violet-50: #f9ebf9;
--root-color-red-violet-100: #ebc2ed;
--root-color-red-violet-200: #e2a5e4;
--root-color-red-violet-300: #d57cd7;
--root-color-red-violet-400: #cd62d0;
--root-color-red-violet-500: #c03bc4;
--root-color-red-violet-600: #af36b2;
--root-color-red-violet-700: #882a8b;
--root-color-red-violet-800: #6a206c;
--root-color-red-violet-900: #411443;

--root-color-purple-50: #f3eff9;
--root-color-purple-100: #d9ceed;
--root-color-purple-200: #c7b6e4;
--root-color-purple-300: #ae95d8;
--root-color-purple-400: #9e81d1;
--root-color-purple-500: #8661c5;
--root-color-purple-600: #7a58b3;
--root-color-purple-700: #5f458c;
--root-color-purple-800: #4a356c;
--root-color-purple-900: #2e2143;

--root-color-mint-green-50: #f4fdf1;
--root-color-mint-green-100: #dcf8d3;
--root-color-mint-green-200: #cbf5be;
--root-color-mint-green-300: #b3f0a0;
--root-color-mint-green-400: #a4ed8d;
--root-color-mint-green-500: #8de971;
--root-color-mint-green-600: #80d467;
--root-color-mint-green-700: #64a550;
--root-color-mint-green-800: #4e803e;
--root-color-mint-green-900: #304f26;

--root-color-grass-green-50: #e6f0e8;
--root-color-grass-green-100: #b2cfb9;
--root-color-grass-green-200: #8db897;
--root-color-grass-green-300: #599768;
--root-color-grass-green-400: #39834a;
--root-color-grass-green-500: #07641d;
--root-color-grass-green-600: #065b1a;
--root-color-grass-green-700: #054715;
--root-color-grass-green-800: #043710;
--root-color-grass-green-900: #02220a;

--root-color-biscay-green-50: #edf9f7;
--root-color-biscay-green-100: #c7ede7;
--root-color-biscay-green-200: #abe4db;
--root-color-biscay-green-300: #85d8cb;
--root-color-biscay-green-400: #6dd1c1;
--root-color-biscay-green-500: #49c5b1;
--root-color-biscay-green-600: #42b3a1;
--root-color-biscay-green-700: #348c7e;
--root-color-biscay-green-800: #286c61;
--root-color-biscay-green-900: #19433c;

--root-color-oyster-gray-50: #fbfbfa;
--root-color-oyster-gray-100: #f3f1ef;
--root-color-oyster-gray-200: #edeae7;
--root-color-oyster-gray-300: #e4e1dc;
--root-color-oyster-gray-400: #dfdbd5;
--root-color-oyster-gray-500: #d7d2cb;
--root-color-oyster-gray-600: #c4bfb9;
--root-color-oyster-gray-700: #999590;
--root-color-oyster-gray-800: #767470;
--root-color-oyster-gray-900: #494745;

--root-color-warm-gray-50: #f4f3f1;
--root-color-warm-gray-100: #dbd8d5;
--root-color-warm-gray-200: #cac6c0;
--root-color-warm-gray-300: #b2aba3;
--root-color-warm-gray-400: #a39b91;
--root-color-warm-gray-500: #8c8276;
--root-color-warm-gray-600: #7f766b;
--root-color-warm-gray-700: #635c54;
--root-color-warm-gray-800: #4d4841;
--root-color-warm-gray-900: #302c28;


--root-color-success-50: #e7f3ea;
--root-color-success-100: #b4dabc;
--root-color-success-200: #90c89c;
--root-color-success-300: #5eaf6f;
--root-color-success-400: #3e9f53;
--root-color-success-500: #0e8728;
--root-color-success-600: #0d7b24;
--root-color-success-700: #0a601c;
--root-color-success-800: #084a16;
--root-color-success-900: #052e0e;


--root-color-error-50: #fceaec;
--root-color-error-100: #f5bfc5;
--root-color-error-200: #f0a0a9;
--root-color-error-300: #e97582;
--root-color-error-400: #e55a6a;
--root-color-error-500: #de3145;
--root-color-error-600: #ca2d3f;
--root-color-error-700: #9e2331;
--root-color-error-800: #7a1b26;
--root-color-error-900: #4b1117;
--root-color-warning-50: #fffbe9;
--root-color-warning-100: #fdf4bb;
--root-color-warning-200: #fdee9a;
--root-color-warning-300: #fce66c;
--root-color-warning-400: #fbe14f;
--root-color-warning-500: #fada23;
--root-color-warning-600: #e4c620;
--root-color-warning-700: #b29b19;
--root-color-warning-800: #8a7813;
--root-color-warning-900: #554a0c;
--root-color-info-50: #e6effd;
--root-color-info-100: #b0ccf8;
--root-color-info-200: #8ab4f4;
--root-color-info-300: #5492f0;
--root-color-info-400: #337ded;
--root-color-info-500: #005ce8;
--root-color-info-600: #0054d3;
--root-color-info-700: #0041a5;
--root-color-info-800: #003380;
--root-color-info-900: #001f4f;
--root-color-neutral-white: #fff;
--root-color-neutral-black: #000;
--root-color-neutral-bright-lime: #89c402; */
/* COLORES TRANSPARENCIAS */
/* --root-color-alpha-50: rgba(255, 255, 255, 0.05);
--root-color-alpha-100: rgba(255, 255, 255, 0.1);
--root-color-alpha-200: rgba(255, 255, 255, 0.2);
--root-color-alpha-300: rgba(255, 255, 255, 0.3);
--root-color-alpha-400: rgba(255, 255, 255, 0.4);
--root-color-alpha-500: rgba(255, 255, 255, 0.5);
--root-color-alpha-600: rgba(255, 255, 255, 0.6);
--root-color-alpha-700: rgba(255, 255, 255, 0.7);
--root-color-alpha-800: rgba(255, 255, 255, 0.8);
--root-color-alpha-900: rgba(255, 255, 255, 0.9); */
/* DEGRADADOS */
/* --root-gradient-mesh-brilliant-blue: linear-gradient(122deg, #b3daf0 -18.47%, #54a5e2 50.34%, #8ac1eb 118.47%);
--root-gradient-mesh-sky-blue: linear-gradient(122deg, #cbe6f4 -18.47%, #8dc8e8 50.34%, #c5b4e3 118.47%);
--root-gradient-mesh-pale-lime-green: linear-gradient(122deg, #ebf6cb -18.47%, #d4ec8e 50.34%, #85d8cb 118.47%);
--root-gradient-mesh-pale-lime-foam: linear-gradient(122deg, #ebf6cb -18.47%, #d4ec8e 50.34%, #badcd2 118.47%);
--root-gradient-mesh-aqua-foam: linear-gradient(122deg, #dfefea -18.47%, #badcd2 50.34%, #b0d5f2 118.47%);
--root-gradient-mesh-custard-yellow: linear-gradient(122deg, #fff2cb -18.47%, #ffe38e 50.34%, #ffbead 118.47%);
--root-gradient-mesh-pink: linear-gradient(122deg, #fed7e2 -18.47%, #fbb6ce 50.34%, #ffcf54 118.47%);
--root-gradient-mesh-orange-coral: linear-gradient(122deg, #ffe1d9 -18.47%, #ffb19d 50.34%, #ffe38e 118.47%);
--root-gradient-mesh-blue-black: linear-gradient(122deg, #003259 -18.47%, #091f2c 50.34%, #004275 118.47%);
--root-gradient-mesh-dark-blue-sky: linear-gradient(122deg, #2a446f -18.47%, #1e304f 50.34%, #3b5461 118.47%);
--root-gradient-mesh-dark-blue-lime: linear-gradient(122deg, #2a446f -18.47%, #1e304f 50.34%, #59633c 118.47%);
--root-gradient-mesh-deep-teal: linear-gradient(122deg, #225b62 -18.47%, #133236 50.34%, #4e5c58 118.47%);
--root-gradient-mesh-biscay-green: linear-gradient(122deg, #286c61 -18.47%, #1f534a 50.34%, #75824e 118.47%);
--root-gradient-mesh-maroon: linear-gradient(122deg, #591520 -18.47%, #2b0d12 50.34%, #8c7d4e 118.47%);
--root-gradient-linear-sea-salt: linear-gradient(90deg, #dceef8 0%, #f8f7f5 49.65%, #ede8f6 100%);
--root-gradient-linear-sky-blue: linear-gradient(90deg, #ede8f6 0%, #f4fafd 49.99%, #dceef8 100%);
--root-gradient-linear-pale-lime-custard-yellow: linear-gradient(90deg, #fff6dc 0%, #fbfdf4 49.99%, #edf9f7 100%);
--root-gradient-linear-pale-lime-dark-blue: linear-gradient(90deg, #eaecf1 0%, #fbfdf4 49.99%, #eaf4f1 100%);
--root-gradient-linear-aqua-foam: linear-gradient(90deg, #e9efef 0%, #f8fcfb 49.99%, #dceef8 100%);
--root-gradient-linear-custard-yellow: linear-gradient(90deg, #ffe1d9 0%, #fffcf4 50%, #f2e9ea 100%);
--root-gradient-linear-pink: linear-gradient(90deg, #fff8e6 0%, #fff7f8 49.99%, #f1e9f1 100%);
--root-gradient-linear-orange-coral: linear-gradient(90deg, #edebf0 0%, #fff5f3 49.99%, #fff6dc 100%);
--root-gradient-linear-blue-black: linear-gradient(90deg, #06161f 0%, #091f2c 49.99%, #003259 100%);
--root-gradient-linear-green-black: linear-gradient(90deg, #050e0f 0%, #0d2124 49.99%, #133236 100%);
--root-gradient-linear-brown-black: linear-gradient(90deg, #110a0a 0%, #291817 49.99%, #33271f 100%);
--root-gradient-linear-red-black: linear-gradient(90deg, #120508 0%, #2b0d12 49.99%, #350d13 100%);
--root-gradient-linear-purple-black: linear-gradient(90deg, #0a0512 0%, #170d2b 49.99%, #271e39 100%);
--root-gradient-linear-viva-light-blue: linear-gradient(90deg, #e6f2fb 0%, #b0d5f2 100%);
--root-gradient-linear-viva-dark-blue: linear-gradient(90deg, #2a446f 0%, #006dc1 100%);
--root-gradient-linear-viva-light-purple: linear-gradient(90deg, #f3eff9, #d9ceed 100%);
--root-gradient-linear-viva-dark-purple: linear-gradient(90deg, #463668, #7a58b3 100%);
--root-gradient-linear-viva-light-teal: linear-gradient(90deg, #f8fcfb 0%, #c7ede7 100%);
--root-gradient-linear-viva-dark-teal: linear-gradient(90deg, #225b62 0%, #348c7e 100%);
--root-gradient-linear-redviolet-brightorange: linear-gradient(90deg, #882a8b 16.83%, #dc2c04 83.32%, #b54128 100%);
--root-gradient-linear-brilliantblue-purple: linear-gradient(90deg, #0778d4 13.76%, #8661c5 84.73%);
--root-gradient-linear-mintgreen-brilliantblue: linear-gradient(90deg, #8de971 17.14%, #0778d4 82.76%);
--root-overlay-day-full: rgba(255, 255, 255, 0.6);
--root-overlay-day-gradient: linear-gradient(180deg, rgba(244, 250, 253, 0) 0%, rgba(244, 250, 253, 0.8) 100%);
--root-overlay-day-bg-overlay-fill: rgba(255, 255, 255, 0.6);
--root-overlay-day-bg-overlay-horizontal: linear-gradient(270deg, rgba(255, 255, 255, 0) 33.48%, white 66.52%);
--root-overlay-day-bg-overlay-horizontal-faded: linear-gradient(270deg, rgba(255, 255, 255, 0) 33.48%, rgba(255, 255, 255, 0.6) 66.52%);
--root-overlay-day-bg-overlay-vertical: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, white 100%);
--root-overlay-day-bg-overlay-vertical-color: linear-gradient(180deg, #c03bc4 26.79%, rgba(244, 250, 253, 0) 100%);
--root-overlay-day-video-overlay-fill: rgba(0, 0, 0, 0.6);
--root-overlay-day-video-overlay-vertical: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
--root-overlay-night-full: rgba(0, 8, 20, 0.6);
--root-overlay-night-gradient: linear-gradient(180deg, rgba(4, 13, 18, 0) 0%, rgba(4, 13, 18, 0.8) 100%);
--root-overlay-night-bg-overlay-fill: rgba(0, 0, 0, 0.6);
--root-overlay-night-bg-overlay-horizontal: linear-gradient(90deg, black 33.48%, rgba(0, 0, 0, 0) 66.74%);
--root-overlay-night-bg-overlay-horizontal-faded: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 33.48%, rgba(0, 0, 0, 0) 66.74%);
--root-overlay-night-bg-overlay-vertical: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, black 100%);
--root-overlay-night-video-overlay-fill: rgba(0, 0, 0, 0.6);
--root-overlay-night-video-overlay-vertical: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);


--root-depth-color-1: rgba(0, 0, 0, 0.12);
--root-depth-color-2: rgba(0, 0, 0, 0.14);


--root-depth-2: 0 0 0.125rem var(--root-depth-color-1, rgba(0, 0, 0, 0.12)),0 0.063rem 0.125rem var(--root-depth-color-2, rgba(0, 0, 0, 0.14));
--root-depth-4: 0 0 0.125rem var(--root-depth-color-1, rgba(0, 0, 0, 0.12)),0 0.125rem 0.25rem var(--root-depth-color-2, rgba(0, 0, 0, 0.14));
--root-depth-8: 0 0 0.125rem var(--root-depth-color-1, rgba(0, 0, 0, 0.12)),0 0.25rem 0.5rem var(--root-depth-color-2, rgba(0, 0, 0, 0.14));
--root-depth-16: 0 0 0.125rem var(--root-depth-color-1, rgba(0, 0, 0, 0.12)),0 0.5rem 1rem var(--root-depth-color-2, rgba(0, 0, 0, 0.14));
--root-depth-28: 0 0 0.5rem var(--root-depth-color-1, rgba(0, 0, 0, 0.12)),0 0.875rem 1.75rem var(--root-depth-color-2, rgba(0, 0, 0, 0.14));
--root-depth-64: 0 0 0.5rem var(--root-depth-color-1, rgba(0, 0, 0, 0.12)),0 2rem 4rem var(--root-depth-color-2, rgba(0, 0, 0, 0.14)); */
/* ESPACIADO */
/* --root-spacing-3xs: 0.125rem;
--root-spacing-2xs: 0.25rem;
--root-spacing-xs: 0.5rem;
--root-spacing-s: 0.75rem;
--root-spacing-m: 0.75rem;
--root-spacing-l: 1rem;
--root-spacing-xl: 1.5rem;
--root-spacing-2xl: 2rem;
--root-spacing-3xl: 3rem;
--root-spacing-4xl: 3.5rem;


--root-copy-padding-s: 0rem;
--root-copy-padding-m: 0rem;
--root-copy-padding-l: 0rem;
--root-copy-padding-xl: 0rem;


--root-breadth-vertical-default: var(--root-spacing-4xl);
--root-breadth-vertical-relaxed: var(--root-spacing-4xl);
--root-breadth-vertical-comfortable: var(--root-spacing-3xl);
--root-breadth-vertical-none: 0;


--root-density-vertical-default: var(--root-spacing-2xl);
--root-density-vertical-compact: var(--root-spacing-xl);
--root-density-vertical-none: 0;
--root-density-horizontal-default: var(--root-spacing-m);
--root-density-horizontal-relaxed: var(--root-spacing-4xl); */
/* --theme-background-accent-strong-normal: var(--root-color-blue-black-500); */
/* DESENFOQUE */
/* --root-filter-blur-s-filter: blur(0.25rem);
--root-filter-blur-m-filter: blur(0.75rem);
--root-filter-blur-l-filter: blur(1.25rem);
--root-filter-blur-glass-background: rgba(255, 255, 255, 0.05);
--root-filter-blur-glass-backdrop-filter: blur(1.25rem);
--root-filter-brightness: 0.7;
--root-filter-blur: 12.5rem;


--root-icon-xs-font-size: 0.75rem;
--root-icon-xs-max-width: 12px;
--root-icon-xs-max-height: 12px;
--root-icon-s-font-size: 1rem;
--root-icon-s-max-width: 16px;
--root-icon-s-max-height: 16px;
--root-icon-m-font-size: 1.25rem;
--root-icon-m-max-width: 20px;
--root-icon-m-max-height: 20px;
--root-icon-l-font-size: 1.5rem;
--root-icon-l-max-width: 24px;
--root-icon-l-max-height: 24px;
--root-icon-xl-font-size: 2rem;
--root-icon-xl-max-width: 32px;
--root-icon-xl-max-height: 32px;
--root-icon-2xl-font-size: 2.5rem;
--root-icon-2xl-max-width: 40px;
--root-icon-2xl-max-height: 40px;
--root-icon-3xl-font-size: 3rem;
--root-icon-3xl-max-width: 48px;
--root-icon-3xl-max-height: 48px;
--root-icon-4xl-font-size: 4rem;
--root-icon-4xl-max-width: 64px;
--root-icon-4xl-max-height: 64px   */
/* 
	VALORES-DEFECTO
	---------------
	Región:
	Template:
	Descripción:
	Última revisión: 18/06/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ VALORES POR DEFECTO +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
*, *:before, *:after {
  box-sizing: inherit;
}

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

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

body, html {
  height: 100%;
  background-color: white;
  color: var(--color-texto);
  font-family: FuenteRegular, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  letter-spacing: 0;
  word-spacing: normal;
  line-height: 1.7rem;
  text-indent: 0;
  white-space: normal;
  /*hyphens: manual;
  overflow-wrap:normal;
  word-break: normal;
  line-break: normal; */
  text-align: left;
  text-justify: inter-character;
  text-overflow: ellipsis;
  vertical-align: baseline;
  text-decoration: none;
  text-transform: none;
}

h1, h2, h3, h4, h5, h6,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
.hff-10 h1,
.hff-10 h2,
.hff-10 h3,
.hff-10 h4,
.hff-10 h5,
.hff-10 h6,
.hff-10 .title-teaser-text .title,
.sff-10 .site-name,
.slff-10 .site-slogan {
  font-family: FuenteRegular, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 10px 0;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

p, span, a, ul, ol, li {
  font-family: FuenteRegular, Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none !important;
  color: var(--colorEnlace);
}
a:hover {
  color: var(--colorEnlaceResaltado);
  /* font-weight: 700 */
}

strong {
  font-weight: bold;
  color: var(--color-texto-resaltado);
}

em {
  font-style: italic;
}

img {
  margin-bottom: 0;
  /* width: 100%; */
  height: auto;
}

/* 
	ESTRUCTURA
	----------
	Región:
	Template:
	Descripción:
	Última revisión: 18/06/2024
*/
/* ----------------------------------------------------------------------------
+
+   L A Y O U T   +
+
------------------------------------------------------------------------------- */
/* -----------------------------
| El Layout de la página se encuentra en: templates\page.html.twig
| El valor de las variables del layout están en: config\install\theme_us.settings.yml
| Aunque de momento no funcionan estas
 --------------------------------- */
/* -----------------------------
| CONTAINER REGIONES
 -------------------------------- */
/* CONTAINER. Establece la anchura base de los elementos de la página -------------- */
/* Portátiles más bajo tienen resolución 1366px, por eso no pasar de esa anchura */
/* BREAKPOINTS DE BOOTSTRAP 5
X-Small: < 576px (Móviles)
Small (sm): >= 576px (Móviles apaisado: >= 576 and < 768px)
Medium (md): >= 768px (Tablets: >=768 and < 992px)
Large (lg): >= 992px (Desktop: >=992 and < 1200px)
Extra large (xl): >= 1200px (Desktop largos: >= 1200 and < 1440px)
Extra extra large (xxl): >= 1440px (Desktop superlargo: >= 1440px)
*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Móvil */
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
/* Tablet */
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
/* Desktop */
@media (min-width: 992px) {
  .container {
    width: 970px; /* Antes: 100% */
  }
}
/* Extra Desktop */
@media (min-width: 1200px) {
  .container {
    width: 1170px; /* Antes lo puse en: 1300px */
  }
}
/* Extra extra Desktop */
@media (min-width: 1440px) {
  .container {
    width: 1430px; /* Antes lo puse en 1200px */
  }
}
/* ENTRADA USER */
#user-login-form {
  margin-top: 100px;
}

/* -----------------------------
| PECULIARIDADES REGIONES 
  (Por defecto todas las regiones tiene el 100% ancho, no hay que expresarlo)
 --------------------------------- */
/* PAGE -- Quita padding superior encima del menú ----------------------------------- */
.page {
  padding: 0;
  /* objeto fantasma para cubrir espacio que deja el servicio-portada */
  /* 	&:has(.servicios-portada){
  		padding-top: calc(100vw * (9 / 7)); 
  	} */
  /* Para permitir que banner se ajuste al borde suprior pag */
  /* display: grid;
  grid-template-rows: auto 1fr; 
  min-height: 100vh; */
  /* Coloca fondo a la cabecera de la página (header) ------------------------------- */
  /* Coloca header top en parte superior del carrusel */
}
.page:not(:has(.secciones)) .header-top, .page:not(:has(.secciones)) .header {
  background: #ede9e9;
}
.page:not(:has(.secciones)) .header {
  border-bottom: 4px solid var(--us-rojo);
  margin-bottom: 20px;
}
.page::has(.secciones) .header-top {
  position: absolute !important;
}

/* HEADER-TOP (Logos Móvil + [Atajos + Redes Sociales + Idioma + Navigon]) ------------ */
#header-top {
  position: sticky;
  z-index: 1499;
  width: 100%;
  /* display: block; */
  /* background-color: var(--color-fondo-header-top); */
  height: 0;
}
#header-top > .container {
  display: flex;
  justify-content: space-between;
  /* Header-top Derecho (Atajos + Redes Sociales + Idioma + Navigon) */
}
#header-top > .container .header-top-second > .region-header-top-second {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  gap: 15px;
}

/* --- MODO MÓVIL / TABLET --- */
@media (max-width: 767px) {
  #header-top {
    /* position: absolute !important;  */
    height: 53px;
  }
}
/* ------------------------------------------------------------------------------------- */
/* HEADER (Logo + Menú derecha + Buscador) ---------------------------------------------
----(header-first / header-second / header-third (main-navigation / search-area) ---- */
.header {
  position: relative;
  /* top: 53px !important; */
  z-index: 9999;
  width: 100%;
  /* border-bottom: 0; */
  padding-top: 15px;
  padding-bottom: 40px;
}
.header > .container {
  /* display: grid;  
  grid-template-columns: repeat(auto-fit, 
  						minmax(100px,9fr) 
  						minmax(min-content,1fr)); 
  justify-items: space-between; */
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.header > .container .header-first {
  order: 1;
  flex: 2;
}
.header > .container .header-second {
  order: 2;
  flex: 3;
  padding: 0 1rem;
}
.header > .container .header-second .region-header-second {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.header > .container .header-third {
  order: 3;
}
.header > .container .header-third .region-header-third {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.header > .container .header-second, .header > .container .header-third { /* margin-top: 30px; */ }

/* --- MODO MÓVIL / TABLET --- */
@media (max-width: 767px) {
  .header {
    height: 53px;
    padding-top: 0;
    padding-bottom: 0;
    /* top:53px; */
  }
  .header > .container .header-second, .header > .container .header-third {
    margin-top: 5px;
  }
}
/* ------------------------------------------------------------------------------------- */
/* HEADER-BOTTOM (Menú centrado -------------------------------------------------------- */
/* .header-bottom {

} */
.header-bottom > .container {
  /* background-color: var(--colorPri); */
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* .region-header-bottom {

} */
/* ------------------------------------------------------------------------------------- */
/* BANNER (Aviso + Carrusel + Cabecera-titulares) ---------------------------------------- */
.banner {
  /* padding-bottom: 5%; */
  /* &:has(.servicios-portada){padding-bottom: 20%;} */
}
.banner > .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
  /* position: relative;
  position: absolute;
  top: 0;
  left: 0; */
  /* &:has(.servicios-portada){
  	aspect-ratio: 16 / 6; 
  } */
  /* padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; */
}

/* ------------------------------------------------------------------------------------- */
/* HIGHLIGHTED-TOP [RESALTADO] --------------------------------------------------------- */
.highlighted-top {
  width: 100%;
  padding-bottom: 20px !important;
  /* padding-top: 40px; */
  /* margin-bottom: 40px; */
  /* margin-bottom: 40px; */
  /* margin-top: 10px; */
  /* 	display: none; */
}
.highlighted-top:has(.atajos-destacados) {
  background-color: var(--us-rojo-oscuro);
}

/* .highlighted-top-transparent-bg {} */
/* ------------------------------------------------------------------------------------- */
/* HIGHLIGHTED [RESALTADO] TITULACIONES  ------------------------------------------------------------- */
.highlighted {
  /* margin: 30px 0; */
  /* background: var(--color-fondo-portada); */
  padding-bottom: 0 !important;
  background: var(--colorFondoComunicados);
  padding: 3rem 0 3rem !important;
}

/* ------------------------------------------------------------------------------------- */
/* HIGHLIGHTED-BOTTOM [RESALTADO] ------------------------------------------------------ */
/* .highlighted-bottom-transparent-bg {} */
/* Modificado para ocupar todo el ancho para NOVEDADES en MEDICINA */
.highlighted-bottom > .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
}

/* ------------------------------------------------------------------------------------- */
/* CONTENT-TOP (Miga de pan) ----------------------------------------------------------- */
.content-top {
  padding-bottom: 20px;
}

/* ------------------------------------------------------------------------------------- */
/* MAIN-CONTENT (Contenido principal) --------------------------------------------------
----- (main / sidebar-first / sidebar-second) --------------------------------------- */
.main-content > .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main-content > .container .main {
  flex: 5;
  order: 2;
}
.main-content > .container .sidebar-first {
  flex: 1;
  order: 1;
}
.main-content > .container .sidebar-second {
  flex: 1;
  order: 3;
  /* padding-left: 2rem; */
  max-width: 350px;
}

/* --- MODO MÓVIL / TABLET --- */
@media (max-width: 767px) {
  .main-content > .container {
    flex-direction: column;
    /* Creado para Filtro Servicios */
    /* Creado para Filtro Servicios */
  }
  .main-content > .container .main {
    order: 2;
  }
  .main-content > .container .sidebar-first {
    order: 3;
  }
  .main-content > .container .sidebar-second {
    order: 1;
  }
}
/* ------------------------------------------------------------------------------------- */
/* CONTENT-BOTTOM (NOTICIAS DESTACADAS) ------------------------------------------------- */
/* Colocamos fondo a las noticias destacadas */
.content-bottom-second {
  background-color: var(--color-fondo-portada);
}

/* ------------------------------------------------------------------------------------- */
/* FEATURED-TOP [ACTUALIDAD - AGENDA - BIN] ---------------------------------------------- */
/* PARALLAX  */
.featured-top {
  /* background-image: url(/sites/odontologia/files/img/sliders/aerea.jpg);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; */
  background: var(--colorFondoComunicados);
  padding: 5rem 0 3rem !important;
}
.featured-top .title {
  text-align: center;
  color: black;
  margin-top: 0 !important;
  margin-bottom: 3rem !important;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 100;
  /* font-family: FuenteBold, Helvetica, Arial, sans-serif;
  text-transform: uppercase; */
}

/* .featured-top-transparent-bg{
	background: white;
	width: 100%;
	height: 100%;
	opacity: .7;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
	mix-blend-mode: normal;
} */
.featured-top .container {
  z-index: 1;
  position: relative;
}

/* ------------------------------------------------------------------------------------- */
/* FEATURED [ACTUALIDAD - AGENDA - BIN] ------------------------------------------------ */
.featured {
  background: var(--colorFondoCifras);
  padding: 5rem 0 3rem !important;
}
.featured .title {
  text-align: center;
  color: black;
  margin-top: 0 !important;
  margin-bottom: 6rem !important;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 100;
  /* font-family: FuenteBold, Helvetica, Arial, sans-serif;
  text-transform: uppercase; */
}

/* ------------------------------------------------------------------------------------- */
/* FEATURED-BOTTOM [ACTUALIDAD - AGENDA - BIN] ----------------------------------------- */
/* .featured-bottom-transparent-bg {} */
.featured-bottom {
  padding: 5rem 0 3rem !important;
}

/* ------------------------------------------------------------------------------------- */
/* FOOTER-TOP (ENLACES) ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
/* FOOTER (logo US + Dirección + Mapa + Sociales) -------------------------------------- */
.footer {
  background: var(--color-fondo-footer);
  margin-top: 20px;
  padding: 30px 0 0;
}
.footer > .container {
  /* display: grid;
  grid-template-columns: repeat(auto-fit,  minmax(100px,1fr)); 
  justify-items: space-between; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer > .container .footer-first {
  margin-bottom: 20px;
  flex: 25%;
}
.footer > .container .footer-second {
  flex: 75%;
}
.footer > .container .footer-second .region {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
}

/* --- MODO MÓVIL / TABLET --- */
@media (max-width: 767px) {
  .footer > .container {
    /* grid-template-columns: 1fr; */
    flex-direction: column;
    align-items: center;
  }
  .footer > .container .footer-second > .region {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
/* ------------------------------------------------------------------------------------- */
/* FOOTER-BOTTOM (Copyright) ----------------------------------------------------------- */
.footer-bottom {
  background: var(--color-fondo-copyright);
  padding: 5px 0;
}

.footer-bottom > .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  justify-items: space-between;
}

/* --- MODO MÓVIL / TABLET --- */
@media (max-width: 767px) {
  .footer-bottom > .container {
    grid-template-columns: 1fr;
  }
}
/* ------------------------------------------------------------------------------------- */
/* PADDING INFERIOR DE REGIONES PROPIAS DE PORTADA: HIGHLIGHTED, FEATURED  ---------------- */
.highlighted-top,
.highlighted,
.highlighted-bottom,
.content-bottom,
.featured-top,
.featured,
.featured-bottom {
  padding-bottom: 40px;
}

/* --- MODO MÓVIL / TABLET --- */
@media (max-width: 767px) {
  .highlighted-top,
  .highlighted,
  .highlighted-bottom,
  .content-top,
  .content-bottom,
  .featured-top,
  .featured,
  .featured-bottom {
    padding-bottom: 0;
  }
}
/* ------------------------------------------------------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ ANULA: "TODAVÍA NO SE HA CREADO CONTENIDO PARA LA PORTADA" +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.view-frontpage.view-display-id-page_1 {
  display: none;
}

/* 
	LOGOS
	-----
	Región:
	Template:
	Descripción:
	Última revisión: 15/07/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   LOGOS DESKTOP Y MÓVIL  +
Región:
Template:
Descripción:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.logos {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 10;
}

/* Logo US */
.logo-us {
  margin: 0;
  order: 1;
  display: flex;
}
.logo-us::after {
  content: "";
  display: block;
  background-color: #3f3f3e;
  width: 2px;
  opacity: 0.3;
  margin: 30px 15px 0 15px;
}
.logo-us .logo-us__img {
  height: 4vw;
  max-height: 80px;
  min-height: 53px;
}

/* Logo Centro */
.logo-centro {
  position: relative;
  top: 20px;
  left: 5px;
  order: 2;
  height: 11.5vw;
  max-height: 100px;
  min-height: 40px;
}
.logo-centro .logo-centro__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.3));
}

/* Logo AENOR */
.logo-aenor {
  position: relative;
  top: 20px;
  left: 100px;
  order: 3;
}
.logo-aenor .logo-aenor__img {
  height: 3rem;
}

.header-top .logos {
  display: none;
}

.logo-us--movil, .logo-centro--movil {
  display: none;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .header .logos {
    display: none;
  }
  .header-top .logos {
    display: flex;
  }
  .logo-us, .logo-centro, .logo-aniversario {
    display: none;
  }
  .logo-us--movil, .logo-centro--movil, .logo-aniversario--movil {
    display: block;
  }
  /* Logo Centro */
  .logo-centro--movil {
    position: relative;
    top: 0;
    left: 5px;
    order: 2;
  }
  .logo-centro--movil .logo-centro__img {
    width: auto;
    height: 53px;
    filter: none;
  }
  /* Logo AENOR */
  .logo-aenor {
    top: 0;
    left: 20px;
  }
  .logo-aenor .logo-aenor__img {
    height: 35px;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1200px) {
  .logo-centro .logo-centro__img {
    height: 7.5vw;
  }
}
/* 
	ATAJOS
	------
	Región:
	Template:
	Descripción:
	Última revisión: NO REVISADO / IGUAL NO SIRVE
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   ATAJOS   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.atajos {
  margin: 6px 20px;
  line-height: 0;
  color: white !important;
  transition: 0.5s;
  background: var(--us-amarillo);
  border-radius: 35px;
  position: relative;
  font-size: 16px;
  padding: 10px 40px;
  width: fit-content;
}
.atajos:hover {
  cursor: pointer;
}

/* Se esconde el segundo botón (utilizado en móvil): atajos */
.region-highlighted-top .atajos {
  display: none;
}

/* Título */
.atajos__titulo::after {
  content: "\f107";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin-left: 10px;
}

/* Menú */
.atajos__menu {
  position: absolute;
  top: 32px;
  left: 0;
  margin: 0 auto;
  padding: 5px 5px 15px 5px;
  transform: translateY(10px);
  pointer-events: auto;
  transition: 0.5s;
  z-index: 99;
  line-height: 1.4rem;
  width: 100%;
  display: none;
}

/* CLASE PARA ESCONDER - MOSTRAR ATAJOS. ASIGNADOS POR JAVASCRIPT */
.atajosShow {
  display: block;
}

.atajos__lista {
  list-style: none;
}

/* Elementos */
.atajos__item {
  margin-bottom: 5px;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  line-height: 0;
  padding: 20px 10px;
  font-size: 14px;
  transition: 0.5s;
  border-radius: 35px;
  position: relative;
}
.atajos__item:hover {
  background: white;
}
.atajos__item:hover a {
  color: black;
}
.atajos__item:nth-child(1) {
  background: #a0bc39;
  border: 1px solid #a0bc39;
}
.atajos__item:nth-child(1) > a:hover {
  color: #a0bc39 !important;
}
.atajos__item:nth-child(2) {
  background: #a4320f;
  border: 1px solid #a4320f;
}
.atajos__item:nth-child(2) > a:hover {
  color: #a4320f !important;
}
.atajos__item:nth-child(3) {
  background: #70899d;
  border: 1px solid #70899d;
}
.atajos__item:nth-child(3) > a:hover {
  color: #70899d !important;
}

/* Enlaces */
.atajos__enlace {
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 0 5px;
  transition: 0.5s;
  color: white;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  /* Esconde 1 botón Atajos, y muestra el segundo */
  .region-header-top-second .atajos {
    display: none;
  }
  .region-highlighted-top .atajos {
    display: block;
    width: 100%;
    margin: 1rem 0;
    text-align: center;
  }
  .atajos__menu {
    top: 31px;
    pointer-events: initial;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .atajos__menu {
    pointer-events: auto;
  }
}
/* Modo escritorio (para que se muestre menú al hacer :hover) */
@media (min-width: 1025px) {
  /* Hay que poner #block-reservadeespacios para distinguir este primer bloque del segundo: #block-reservadeespacios-2 que aparece en modo móvil */
  #block-reservadeespacios .atajos:hover > .atajos__menu {
    pointer-events: auto;
    display: block;
  }
}
/* 
	MENU-RAPIDO
	-----------
	Región:
	Template:
	Descripción:
	Última revisión: 19/07/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   MENÚ RÁPIDO   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.atajos-menu-rapido {
  color: white !important;
  padding: 20px 25px;
  font-size: 14px;
  transition: 0.5s;
  position: relative;
  width: fit-content;
  height: 20px;
  line-height: 0;
  /* Patrón de colores */
  background: var(--color-menu-rapido);
  /* Título Botón */
  /*     &:hover > .view-content {
          pointer-events: auto;
  		display: block;
      } */
  /* Menú  */
}
.atajos-menu-rapido:has(.atajos-menu-rapido__enlace[data-color=amarillo]) {
  --color-menu-rapido: var(--us-amarillo);
}
.atajos-menu-rapido:has(.atajos-menu-rapido__enlace[data-color=naranja]) {
  --color-menu-rapido: var(--us-naranja);
}
.atajos-menu-rapido:has(.atajos-menu-rapido__enlace[data-color=rojo]) {
  --color-menu-rapido: var(--us-rojo);
}
.atajos-menu-rapido:has(.atajos-menu-rapido__enlace[data-color=violeta]) {
  --color-menu-rapido: violet;
}
.atajos-menu-rapido:has(.atajos-menu-rapido__enlace[data-color=azul]) {
  --color-menu-rapido: blue;
}
.atajos-menu-rapido:has(.atajos-menu-rapido__enlace[data-color=celeste]) {
  --color-menu-rapido: rgb(2,173,193);
}
.atajos-menu-rapido:has(.atajos-menu-rapido__enlace[data-color=verde]) {
  --color-menu-rapido: var(--us-verde-azulado);
}
.atajos-menu-rapido:has(.atajos-menu-rapido__enlace[data-color=gris]) {
  --color-menu-rapido: var(--us-gris-azulado);
}
.atajos-menu-rapido:has(.atajos-menu-rapido__enlace[data-color=negro]) {
  --color-menu-rapido: black;
}
.atajos-menu-rapido:has(.atajos-menu-rapido__enlace[data-color=blanco]) {
  --color-menu-rapido: blanco;
}
.atajos-menu-rapido:has(.atajos-menu-rapido__enlace[data-color=transparente]) {
  --color-menu-rapido: transparent;
}
.atajos-menu-rapido::before {
  content: "FGH DIGITAL";
}
.atajos-menu-rapido::after {
  content: "\f107";
  font-family: var(--fontawesome);
  font-size: 13px;
  margin-left: 10px;
}
.atajos-menu-rapido:hover {
  cursor: pointer;
}
.atajos-menu-rapido > .view-content {
  position: absolute;
  top: 30px;
  left: -50%;
  padding: 5px 5px 15px 5px;
  transform: translateY(10px);
  pointer-events: auto;
  transition: 0.5s;
  z-index: 99;
  width: 300px;
  font-size: 16px;
  line-height: 35px;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  display: none;
  background: var(--color-menu-rapido);
  /* CLASE PARA ESCONDER - MOSTRAR Atajo. ASIGNADOS POR JAVASCRIPT */
  /* Esquinas */
}
.atajos-menu-rapido > .view-content.atajosShow {
  display: block;
}
.atajos-menu-rapido > .view-content:has(.atajos-menu-rapido__enlace[data-esquinas=Redondeadas]) {
  border-radius: 0 0 15px 15px;
}

/* Elementos */
.atajos-menu-rapido__item {
  width: auto;
  transition: 0.5s;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 14px;
  /* Enlace */
}
.atajos-menu-rapido__item > .atajos-menu-rapido__enlace {
  color: white;
  display: block;
  transition: 0.5s;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.atajos-menu-rapido__item .atajos-menu-rapido__texto {
  font-size: 14px;
  line-height: 20px;
}
.atajos-menu-rapido__item:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Icono */
.atajos-menu-rapido__icono {
  font-size: 15px;
  margin-right: 10px;
  color: white;
}

.atajos-menu-rapido__icono.fa,
.atajos-menu-rapido__icono.fas {
  line-height: inherit !important;
}

/* Imagen en lugar de icono */
.atajos-menu-rapido__imagen {
  margin: 0;
  width: 15px;
  margin-right: 10px;
}

.atajos-menu-rapido__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .atajos-menu-rapido {
    position: relative;
  }
  .atajos-menu-rapido > .view-content {
    top: 31px;
    left: -50%;
    pointer-events: initial;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .atajos-menu-rapido > .view-content {
    pointer-events: auto;
  }
}
/* Modo escritorio (para que se muestre menú al hacer :hover) */
@media (min-width: 1025px) {
  /* Hay que poner #block-perfiles para distinguir este primer bloque del segundo: #block-perfiles-2 que aparece en modo móvil */
  /* #block-views-block-atajos-blq-atajos-menu-rapido */
  .atajos-menu-rapido:hover > .view-content {
    pointer-events: auto;
    display: block;
  }
}
/* 
	ATAJOS BOTON
	------
	Región:
	Template:
	Descripción:
	Última revisión: 27/06/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   ATAJOS BOTÓN  +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.atajos-boton {
  /* margin: 5px 20px; */
  line-height: 0;
  color: white !important;
  padding: 20px 25px;
  font-size: 14px;
  transition: 0.5s;
  position: relative;
  /* Patrón de colores */
  background: var(--color-perfil);
  /* Esquinas */
  /*     &:hover > .view-content {
          pointer-events: auto; 
  		display: block;
      } */
  /* Menú Perfiles */
}
.atajos-boton:has(.atajos-boton__enlace[data-color=amarillo]) {
  --color-perfil: var(--us-amarillo);
  --color-perfil-1: var(--us-verde-agua);
  --color-perfil-2: var(--us-verde-azulado);
  --color-perfil-3: var(--us-gris-azulado);
  --color-perfil-4: var(--us-gris-oscuro);
  --color-perfil-5: var(--us-rojo);
}
.atajos-boton:has(.atajos-boton__enlace[data-color=naranja]) {
  --color-perfil: var(--us-naranja);
  --color-perfil-1: var(--us-gris-oscuro);
  --color-perfil-2: var(--us-verde-agua);
  --color-perfil-3: var(--us-rojo);
  --color-perfil-4: var(--us-verde-azulado);
  --color-perfil-5: var(--us-gris-azulado);
}
.atajos-boton:has(.atajos-boton__enlace[data-color=rojo]) {
  --color-perfil: var(--us-rojo);
  --color-perfil-1: var(--us-naranja);
  --color-perfil-2: var(--us-verde-agua);
  --color-perfil-3: var(--us-gris-azulado);
  --color-perfil-4: var(--us-amarillo);
  --color-perfil-5: var(--us-verde-azulado);
}
.atajos-boton:has(.atajos-boton__enlace[data-color=violeta]) {
  --color-perfil: violet;
  --color-perfil-1: var(--us-verde-agua);
  --color-perfil-2: var(--us-verde-azulado);
  --color-perfil-3: var(--us-gris-azulado);
  --color-perfil-4: var(--us-gris-oscuro);
  --color-perfil-5: var(--us-rojo);
}
.atajos-boton:has(.atajos-boton__enlace[data-color=azul]) {
  --color-perfil: blue;
  --color-perfil-1: var(--us-verde-agua);
  --color-perfil-2: var(--us-verde-azulado);
  --color-perfil-3: var(--us-gris-azulado);
  --color-perfil-4: var(--us-gris-oscuro);
  --color-perfil-5: var(--us-rojo);
}
.atajos-boton:has(.atajos-boton__enlace[data-color=celeste]) {
  --color-perfil: cyan;
  --color-perfil-1: var(--us-verde-agua);
  --color-perfil-2: var(--us-verde-azulado);
  --color-perfil-3: var(--us-gris-azulado);
  --color-perfil-4: var(--us-gris-oscuro);
  --color-perfil-5: var(--us-rojo);
}
.atajos-boton:has(.atajos-boton__enlace[data-color=verde]) {
  --color-perfil: var(--us-verde-azulado);
  --color-perfil-1: var(--us-verde-agua);
  --color-perfil-2: var(--us-verde-azulado);
  --color-perfil-3: var(--us-gris-azulado);
  --color-perfil-4: var(--us-gris-oscuro);
  --color-perfil-5: var(--us-rojo);
}
.atajos-boton:has(.atajos-boton__enlace[data-color=gris]) {
  --color-perfil: var(--us-gris-azulado);
  --color-perfil-1: var(--us-verde-agua);
  --color-perfil-2: var(--us-verde-azulado);
  --color-perfil-3: var(--us-gris-azulado);
  --color-perfil-4: var(--us-gris-oscuro);
  --color-perfil-5: var(--us-rojo);
}
.atajos-boton:has(.atajos-boton__enlace[data-color=negro]) {
  --color-perfil: black;
  --color-perfil-1: var(--us-verde-agua);
  --color-perfil-2: var(--us-verde-azulado);
  --color-perfil-3: var(--us-gris-azulado);
  --color-perfil-4: var(--us-gris-oscuro);
  --color-perfil-5: var(--us-rojo);
}
.atajos-boton:has(.atajos-boton__enlace[data-esquinas=Redondeadas]) {
  border-radius: 35px;
}
.atajos-boton::after {
  content: "\f107";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin-left: 10px;
  /* Contrarrestamos el line-height que te da por defecto
  --fa-font-solid: normal 900 1em / 1 'Font Awesome 6 Free'; */
  line-height: 0;
}
.atajos-boton:hover {
  /* transform: scale(1.15); */
  cursor: pointer;
}
.atajos-boton > .view-content {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 5px 5px 15px 5px;
  transform: translateY(10px);
  pointer-events: auto;
  transition: 0.5s;
  z-index: 99;
  line-height: 1.4rem;
  width: 100%;
  transition: 0.5s;
  display: none;
  /* CLASE PARA ESCONDER - MOSTRAR Atajo. ASIGNADOS POR JAVASCRIPT */
}
.atajos-boton > .view-content.atajosShow {
  display: block;
}

/* Título Botón */
.atajos-boton__cita::before {
  content: "CITA PREVIA";
}

.atajos-boton__audiovisual::before {
  content: "AUDIOVISUAL";
}

/* Elementos */
.atajos-boton__item {
  margin-bottom: 5px;
  width: 100%;
  line-height: 0;
  padding: 15px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  /* Esquinas */
  /* Enlace */
  /* Estudiantes */
  /* PDI */
  /* PAS */
  /* Alumni */
  /* Empleador */
}
.atajos-boton__item:has(.atajos-boton__enlace[data-esquinas=Redondeadas]) {
  border-radius: 35px;
}
.atajos-boton__item > .atajos-boton__enlace {
  color: white;
  font-size: 14px;
  text-align: center;
  display: block;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
  line-height: 30px;
  top: 0;
  left: 0;
}
.atajos-boton__item:nth-child(1) {
  background-color: var(--color-perfil-1);
  border: 1px solid var(--color-perfil-1);
}
.atajos-boton__item:nth-child(1):hover {
  background-color: white;
}
.atajos-boton__item:nth-child(1):hover .atajos-boton__enlace {
  color: var(--color-perfil-1) !important;
}
.atajos-boton__item:nth-child(2) {
  background-color: var(--color-perfil-2);
  border: 1px solid var(--color-perfil-2);
}
.atajos-boton__item:nth-child(2):hover {
  background-color: white;
}
.atajos-boton__item:nth-child(2):hover .atajos-boton__enlace {
  color: var(--color-perfil-2) !important;
}
.atajos-boton__item:nth-child(3) {
  background-color: var(--color-perfil-3);
  border: 1px solid var(--color-perfil-3);
}
.atajos-boton__item:nth-child(3):hover {
  background-color: white;
}
.atajos-boton__item:nth-child(3):hover .atajos-boton__enlace {
  color: var(--color-perfil-3) !important;
}
.atajos-boton__item:nth-child(4) {
  background-color: var(--color-perfil-4);
  border: 1px solid var(--color-perfil-4);
}
.atajos-boton__item:nth-child(4):hover {
  background-color: white;
}
.atajos-boton__item:nth-child(4):hover .atajos-boton__enlace {
  color: var(--color-perfil-4) !important;
}
.atajos-boton__item:nth-child(5) {
  background-color: var(--color-perfil-5);
  border: 1px solid var(--color-perfil-5);
}
.atajos-boton__item:nth-child(5):hover {
  background-color: white;
}
.atajos-boton__item:nth-child(5):hover .atajos-boton__enlace {
  color: var(--color-perfil-5) !important;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .atajos-boton {
    z-index: 99;
    position: absolute;
    top: 7px;
    left: 5px;
  }
  .atajos-boton > .view-content {
    top: 31px;
    pointer-events: initial;
  }
  .atajos-boton__cita {
    left: 170px;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .atajos-boton > .view-content {
    pointer-events: auto;
  }
}
/* Modo escritorio (para que se muestre menú al hacer :hover) */
@media (min-width: 1025px) {
  /* Hay que poner #block-perfiles para distinguir este primer bloque del segundo: #block-perfiles-2 que aparece en modo móvil */
  /* #block-views-block-atajos-blq-perfiles */
  .atajos-boton:hover > .view-content {
    pointer-events: auto;
    display: block;
  }
}
/* 
	REDES-SOCIALES
	--------------
	Región:
	Template:
	Descripción:
	Última revisión: 22/07/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   REDES SOCIALES   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.atajos-redes {
  padding: 10px 15px;
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 2;
  background: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  /* Patrón de colores */
  background: var(--color-atajos-redes);
  color: white;
  /* Esquinas */
  /* Menú  */
}
.atajos-redes:has(.atajos-redes__enlace[data-color=amarillo]) {
  --color-atajos-redes: var(--us-amarillo);
}
.atajos-redes:has(.atajos-redes__enlace[data-color=naranja]) {
  --color-atajos-redes: var(--us-naranja);
}
.atajos-redes:has(.atajos-redes__enlace[data-color=rojo]) {
  --color-atajos-redes: var(--us-rojo);
}
.atajos-redes:has(.atajos-redes__enlace[data-color=violeta]) {
  --color-atajos-redes: violet;
}
.atajos-redes:has(.atajos-redes__enlace[data-color=azul]) {
  --color-atajos-redes: blue;
}
.atajos-redes:has(.atajos-redes__enlace[data-color=celeste]) {
  --color-atajos-redes: cyan;
}
.atajos-redes:has(.atajos-redes__enlace[data-color=verde]) {
  --color-atajos-redes: var(--us-verde-azulado);
}
.atajos-redes:has(.atajos-redes__enlace[data-color=gris]) {
  --color-atajos-redes: var(--us-gris-azulado);
}
.atajos-redes:has(.atajos-redes__enlace[data-color=negro]) {
  --color-atajos-redes: black;
}
.atajos-redes:has(.atajos-redes__enlace[data-color=blanco]) {
  --color-atajos-redes: white;
}
.atajos-redes:has(.atajos-redes__enlace[data-color=transparente]) {
  --color-atajos-redes: transparent;
}
.atajos-redes:hover {
  cursor: pointer;
}
.atajos-redes:hover > .view-content {
  opacity: 1;
  pointer-events: auto;
}
.atajos-redes:has(.atajos-redes__enlace[data-esquinas=Redondeadas]) {
  border-radius: 35px;
}
.atajos-redes > .view-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

/* Elementos */
.atajos-redes__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  /* Enlace */
}
.atajos-redes__item > .atajos-redes__enlace {
  display: block;
  transition: 0.5s;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.atajos-redes__item:hover .atajos-redes__icono {
  transform: scale(1.3);
  opacity: 1;
}
.atajos-redes__item:hover .atajos-redes__imagen {
  transform: scale(1.3);
  opacity: 1;
}

/* Icono */
.atajos-redes__icono {
  --colorIcono: var(--colorPri);
  font-size: 20px;
  color: var(--colorIcono);
  opacity: 0.7;
  transition: 0.5s;
}

.atajos-redes__icono.fa,
.atajos-redes__icono.fas {
  line-height: inherit !important;
}

/* Imagen en lugar de icono */
.atajos-redes__imagen {
  margin: 0;
  width: 20px;
  opacity: 0.7;
  transition: 0.5s;
}

.atajos-redes__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .atajos-redes {
    right: 0;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .atajos-redes > .view-content {
    pointer-events: auto;
  }
}
/* 
	IDIOMA
	------
	Región:
	Template:
	Descripción:
	Última revisión: NO REVISADO
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   SELECTOR DE IDIOMAS   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* En Config > Regional > Language > Icons
Reemplazar enlace (activo)
Ruta del archivos de iconos: sites/internacional/themes/custom/theme_us/images/flags/*.png
Tamaño de la imagen: 48x62 */
.language-switcher-language-url {
  margin-left: 10px;
}

.language-switcher-language-url ul.links {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}

/* Coloca un icono sobre el otro */
/* .language-switcher-language-url ul.links li:first-of-type */
.es {
  position: relative;
  margin-right: -7px;
}

/* Conmuta botones de idiomas entre activo y no activo */
.es,
.en {
  opacity: 0.2;
  z-index: 0;
}

.es.is-active,
.en.is-active {
  opacity: 1;
  z-index: 1;
  filter: drop-shadow(0 0 2px #888);
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .traductor {
    display: none;
  }
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   TRADUCTOR  +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
ul.traductor {
  margin: auto;
  padding: 8px 0;
  list-style: none;
  background: transparent;
  color: white;
  overflow: hidden;
  font-size: 0.7rem;
}

ul.traductor li {
  display: inline;
  font-size: 100%;
  color: white;
  text-decoration: none;
}

ul.traductor li + li:before {
  font-size: 90%;
  padding: 0;
  color: inherit;
  content: "|";
  padding-right: 0.4rem;
}

ul.traductor li a {
  color: inherit;
  text-decoration: none;
  cursor: pointer !important;
}

ul.traductor li a:hover {
  color: #ffb606 !important;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 2px;
}

.traductor .ingles:before {
  content: "EN";
}

.traductor .frances:before {
  content: "FR";
}

.traductor .italiano:before {
  content: "IT";
}

.traductor .espanol:before {
  content: "ES";
}

a.gflag {
  display: none;
  vertical-align: middle;
  font-size: 16px;
  padding: 1px 0;
}

a.gflag img {
  border: 0;
}

a.gflag:hover {
  background-image: url(https://gtranslate.net/flags/16a.png);
}

#goog-gt-tt {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-menu-value:hover {
  text-decoration: none !important;
}

body {
  top: 0 !important;
}

#google_translate_element2 {
  display: none !important;
}

.goog-tooltip {
  display: none !important;
}

.goog-tooltip:hover {
  display: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body > .skiptranslate {
  display: none;
}

/* FIN TRADUCTOR */
/* 
	BUSCADOR
	--------
	Región:
	Template:
	Descripción:
	Última revisión: 19/06/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   BUSCADOR   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Estructura:
<div> .search-block-form .block-search
	<form> #search-block-form 
		<div CAJA-BUSQUEDA> .js-form-item .form-item .js-form-type-search .form-type-search .js-form-item-keys .form-item-keys .form-no-label
			<label> .visually-hidden "Buscar"
			<input> #edit-keys .form-search "Escriba lo que quiere buscar"
		<div ICONO LUPA> #edit-actions .form-actions js-form-wrapper .form-wrapper
			<input> #edit-submit .button .js-form-submit .form-submit
			::after (Aquí cambiamos la apariencia del botón y lo convertimos en lupa)
*/
/* Existen dos buscadores: 
	- Uno que se muestra en el header-top (móvil): #edit-keys y #edit-actions
	- Otro que se muestra en el header (desktop): #edit-keys--2 y #edit-actions--2
*/
/* CAJA DEL BUSCADOR ----------------------------------- */
/* Caja del buscador (aparece oculta-> width: 0) */
.search-block-form #edit-keys,
.search-block-form #edit-keys--2 {
  font-size: 16px;
  color: black;
  background-color: rgb(238, 230, 207);
  width: 0;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 0x;
  z-index: 498;
  right: -10px;
  border-radius: 25px;
  border: none;
  -webkit-transition: all linear 0.35s;
  -moz-transition: all linear 0.35s;
  -o-transition: all linear 0.35s;
  -ms-transition: all linear 0.35s;
  transition: all linear 0.35s;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

/* Clase que se añade a .form-search para mostrar caja buscador */
.muestra-caja-buscador {
  width: 350px !important;
  padding: 5px 20px !important;
}

/* Valores por defecto */
input:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
  background-color: var(--colorSec) !important;
  background-image: none !important;
  color: -internal-light-dark-color(black, white) !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0;
}

/* LUPA ----------------------------------- */
/* Esconde lupa del header-top */
.header-top .search-block-form {
  display: none;
}

/* Contenedor del área de búsqueda */
.search-block-form {
  position: relative;
  width: 25px;
  height: 30px;
  padding: 0;
  /* margin: 5px 20px; */
}

/* Contenedor de la LUPA */
.search-block-form #edit-actions,
.search-block-form #edit-actions--2 {
  /* font-size: 16px;
     width: fit-content; */
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 16px;
  /* Muestra la lupa de búsqueda, en lugar del botón Search */
  /* Iconos en portada son blancos */
}
.search-block-form #edit-actions::after,
.search-block-form #edit-actions--2::after {
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  content: "\f002";
  color: var(--us-rojo);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 498;
  cursor: pointer;
}
.search-block-form #edit-actions .page:has(.secciones) .search-block-form #edit-actions::after,
.search-block-form #edit-actions--2 .page:has(.secciones) .search-block-form #edit-actions::after {
  color: white !important;
}
.search-block-form #edit-actions .page:has(.secciones) .search-block-form #edit-actions--2::after,
.search-block-form #edit-actions--2 .page:has(.secciones) .search-block-form #edit-actions--2::after {
  color: white !important;
}

/* Esconde el Botón Search (Lupa en su lugar) */
.search-block-form input[type=submit] {
  background-color: transparent;
  min-width: 0;
  width: 25px;
  height: 30px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  padding-inline: 0;
  margin: 0;
  text-indent: -9999px;
  border-radius: 0;
  cursor: pointer;
  z-index: -9;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  /* Esconde lupa del header y muestra la del header-top */
  .header .search-block-form {
    display: block;
    top: 0;
    right: 10px;
    order: 2;
  }
  .header-top .search-block-form {
    display: none;
  }
  .search-block-form #edit-keys,
  .search-block-form #edit-keys--2 {
    top: -3px;
  }
  .muestra-casilla {
    width: 0 !important;
    padding: 0 !important;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .muestra-casilla {
    width: 55vw !important;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   VISTA RESULTADO BUSCADOR   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.search-form input.form-text,
.search-form input.form-tel,
.search-form input.form-email,
.search-form input.form-url,
.search-form input.form-search,
.search-form input.form-file,
.search-form input.form-number,
.search-form input.form-color,
.search-form textarea.form-textarea,
.search-form textarea,
.search-form select.form-select,
.search-form select {
  background: #e5e5e5;
  color: #454545;
  font-size: inherit;
  padding: 14px 15px;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  /* width: 100%; */
  width: 100%;
}

.search-form label {
  display: none;
}

/* Botón Búsqueda */
/* .search-area input[type="submit"]:hover { */
.search-block-form input[type=submit]:hover {
  outline: none;
  background: transparent !important;
}

a.button,
input[type=submit],
input[type=reset],
input[type=button] {
  background-color: var(--us-rojo-oscuro);
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 23px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  min-width: 160px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 10px 5px 10px 0;
  text-align: center;
}

a.button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  background-color: var(--us-amarillo) !important;
  color: black !important;
}

/* Titular resultados búsqueda */
/* .region-content h2 {
	font-size: 1.9rem;
	line-height: 2.4rem;
	color: var(--colorPri);
	text-align: left;
	text-transform: none;
	margin-bottom: 0;
	margin-top: 30px;	
} */
/* Titular texto encontrado */
.search-results h3,
.search-results h3 > a {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: var(--color03) !important;
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
  margin-top: 30px;
}

.search-results h3 > a:hover {
  color: var(--us-rojo-oscuro) !important;
}

/* Texto Búsqueda */
.search-results p,
.search-results span {
  margin: 0;
  padding: 0 0 22px 0;
  border: 0;
  font-style: inherit !important;
  font-variant: inherit !important;
  font-stretch: inherit !important;
  font-family: FuenteRegular, Helvetica, Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  letter-spacing: right !important;
  text-align: left;
}

/* Enlace de ayuda */
.search-help-link {
  color: var(--us-amarillo) !important;
}

.search-help-link:hover {
  color: var(--us-rojo-oscuro) !important;
}

/* 
	MENU
	----
	Región:
	Template:
	Descripción:
	Última revisión: 19/07/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   MENU NAVEGACION PRINCIPAL   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.menu {
  position: relative;
  /* Cambiar cursor por defecto a links que no enlacen a ningún sitio */
}
.menu ul {
  list-style: none;
}
.menu .menu__link[href=""], .menu .menu__link[href="#"], .menu .menu__link[href="javascript:void(0)"] {
  cursor: default !important;
}
.menu > ul {
  display: flex;
  justify-content: center;
}

.header-top .menu {
  display: none;
}

.menu__link.is-active {
  border-bottom: 4px solid var(--colorSec);
}

/* ELEMENTOS <li> */
.menu__item {
  position: relative;
  margin: 0 0.1vw;
  /* padding-bottom: 15px; */
  /* 	& > .menu__link {
  		background-color: rgb(169, 124, 214, .2);
  		padding-bottom: 0px;
  		border-bottom: 1px dotted var(--colorPri);
  		color: var(--colorPri);
  	} */
}
.menu__item > .menu__link {
  line-height: 1.4rem;
  color: black;
  padding: 7px 15px;
  /* letter-spacing: 1px; */
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  white-space: nowrap;
}
.menu__item > .menu__link.conHijos {
  padding-right: 20px;
}

/* FLECHA EN ICONOS CON HIJOS ---------------------------- */
/* Sustituye "desplegable" por flecha  arriba (f077) abajo (f078) */
.menu__flecha {
  visibility: hidden;
  transition: 0.65s;
  font-size: 0.5rem;
  width: 0.4rem;
  /*  order: 2; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0.4rem;
  position: absolute;
  right: 0;
  top: 5px;
}
.menu__flecha::before {
  content: "\f078";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: black;
  font-size: 0.4rem;
  font-weight: 900;
  visibility: visible;
}
.menu__item:hover > .menu__flecha {
  transform: rotate(180deg);
  transition: 0.65s;
}
.menu__item:hover > .menu__flecha::before {
  color: black;
}

/* DESPLEGABLE ----------------------------------------------------- */
.menu__desplegable {
  position: absolute;
  top: calc(100% - 7px);
  left: 0;
  width: auto; /* 15vw; */
  min-width: 18vw;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none; /* Importante para que sólo se despligue al colocar ratón en enlace */
  transition: 0.4s;
  line-height: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  background-color: #f2f2f2;
  z-index: 999;
  /* Coloca un borde superior de 2px */
  border-top: 1px dotted white;
  /* Muestra el menu__desplegable al hacer hover sobre un enlace que tenga desplegable */
  /* Prepara <ul> como relative para poner en absolute la flecha que se pone arriba (obsoleto, no lo uso) */
  /* ⚙️ ACCESIBILIDAD: visibilidad controlada por ARIA */
}
.menu__item:hover > .menu__desplegable, .menu__item--desplegable:hover > .menu__desplegable {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}
.menu__desplegable ul {
  position: relative;
}
.menu__desplegable[hidden] {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* Elementos <li> del desplegable */
.menu__item--desplegable {
  position: relative;
  /* Línea debajo de cada item (2) porque el último item (menu__icono) es el icono que se mueve al principio */
  /* FLECHA -- Icono flecha de los desplegables se gira mirando a derecha */
  /* Enlaces de desplegable */
}
.menu__item--desplegable:not(:nth-last-child(2)) {
  border-bottom: 1px solid #e1e1e1;
}
.menu__item--desplegable > .menu__flecha {
  transform: rotate(-90deg);
  transition: 0.65s;
  font-size: 0.7rem;
  margin-right: 1rem;
  top: 8px;
}
.menu__item--desplegable > .menu__flecha::before {
  color: white;
}
.menu__item--desplegable:hover > .menu__flecha, .menu__item--desplegable:active > .menu__flecha {
  transform: rotate(-270deg);
  transition: 0.65s;
}
.menu__item--desplegable:hover > .menu__flecha::before, .menu__item--desplegable:active > .menu__flecha::before {
  color: rgba(0, 0, 0, 0.4);
}
.menu__item--desplegable > .menu__link {
  color: black;
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  /* flex: 1; */
}
.menu__item--desplegable:hover > .menu__link {
  background-color: rgba(0, 0, 0, 0.2);
}

/* DESPLEGABLE SECUNDARIO ----------------------------------------------- */
.menu__desplegable--sec {
  top: 0;
  left: 94%;
  cursor: pointer;
  transform: translateX(10px);
  background-color: #f2f2f2;
  /* border: none; */
  border-left: 1px dotted white;
  /* En el link de la derecha, los dropdown se orientan a la izquierda */
  /* .menu__item:nth-of-type(6) &,
  .menu__item:nth-of-type(7) & {
  	left: -94%; 
  	border: none;
  	border-right: 1px dotted white;
  	max-width:10vw;
  } */
}

/* ---------------------------------------------------------
+ OPCIÓN SI QUEREMOS MENÚ COLOREADO (COMENTAR SI NO LO USAMOS) +
------------------------------------------------------------ */
.menu__item--desplegable:not(:nth-last-child(2)) {
  border-bottom: none;
}

/* .menu__desplegable--sec{
	border-left: none;
	border-right: none;
} */
.menu .menu__item:hover:nth-child(1) > .menu__link {
  /* background-color: var(--colorMenu-1) !important;
  color: white; */
  /* border-bottom: 4px solid var(--colorPri); */
  box-shadow: inset 0 -4px 0 var(--colorMenu-1);
}
.menu .menu__item:hover:nth-child(1) .menu__desplegable {
  background-color: var(--colorMenu-1);
}
.menu .menu__item:hover:nth-child(1) .menu__desplegable .menu__item--desplegable > .menu__link {
  color: white;
}
.menu .menu__item:hover:nth-child(1) .menu__desplegable .menu__item--desplegable > .menu__link:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--colorMenu-1);
}

.menu .menu__item:hover:nth-child(2) > .menu__link {
  /* background-color: var(--colorMenu-2) !important;
  color: white; */
  /* border-bottom: 4px solid var(--colorPri); */
  box-shadow: inset 0 -4px 0 var(--colorMenu-2);
}
.menu .menu__item:hover:nth-child(2) .menu__desplegable {
  background-color: var(--colorMenu-2);
}
.menu .menu__item:hover:nth-child(2) .menu__desplegable .menu__item--desplegable > .menu__link {
  color: white;
}
.menu .menu__item:hover:nth-child(2) .menu__desplegable .menu__item--desplegable > .menu__link:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--colorMenu-2);
}

.menu .menu__item:hover:nth-child(3) > .menu__link {
  /* background-color: var(--colorMenu-3) !important;
  color: white; */
  /* border-bottom: 4px solid var(--colorPri); */
  box-shadow: inset 0 -4px 0 var(--colorMenu-3);
}
.menu .menu__item:hover:nth-child(3) .menu__desplegable {
  background-color: var(--colorMenu-3);
}
.menu .menu__item:hover:nth-child(3) .menu__desplegable .menu__item--desplegable > .menu__link {
  color: white;
}
.menu .menu__item:hover:nth-child(3) .menu__desplegable .menu__item--desplegable > .menu__link:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--colorMenu-3);
}

.menu .menu__item:hover:nth-child(4) > .menu__link {
  /* background-color: var(--colorMenu-4) !important;
  color: white; */
  /* border-bottom: 4px solid var(--colorPri); */
  box-shadow: inset 0 -4px 0 var(--colorMenu-4);
}
.menu .menu__item:hover:nth-child(4) .menu__desplegable {
  background-color: var(--colorMenu-4);
}
.menu .menu__item:hover:nth-child(4) .menu__desplegable .menu__item--desplegable > .menu__link {
  color: white;
}
.menu .menu__item:hover:nth-child(4) .menu__desplegable .menu__item--desplegable > .menu__link:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--colorMenu-4);
}

.menu .menu__item:hover:nth-child(5) > .menu__link {
  /* background-color: var(--colorMenu-5) !important;
  color: white; */
  /* border-bottom: 4px solid var(--colorPri); */
  box-shadow: inset 0 -4px 0 var(--colorMenu-5);
}
.menu .menu__item:hover:nth-child(5) .menu__desplegable {
  background-color: var(--colorMenu-5);
}
.menu .menu__item:hover:nth-child(5) .menu__desplegable .menu__item--desplegable > .menu__link {
  color: white;
}
.menu .menu__item:hover:nth-child(5) .menu__desplegable .menu__item--desplegable > .menu__link:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--colorMenu-5);
}

.menu .menu__item:hover:nth-child(6) > .menu__link {
  /* background-color: var(--colorMenu-6) !important;
  color: white; */
  /* border-bottom: 4px solid var(--colorPri); */
  box-shadow: inset 0 -4px 0 var(--colorMenu-6);
}
.menu .menu__item:hover:nth-child(6) .menu__desplegable {
  background-color: var(--colorMenu-6);
}
.menu .menu__item:hover:nth-child(6) .menu__desplegable .menu__item--desplegable > .menu__link {
  color: white;
}
.menu .menu__item:hover:nth-child(6) .menu__desplegable .menu__item--desplegable > .menu__link:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--colorMenu-6);
}

.menu .menu__item:hover:nth-child(7) > .menu__link {
  /* background-color: var(--colorMenu-7) !important;
  color: white; */
  /* border-bottom: 4px solid var(--colorPri); */
  box-shadow: inset 0 -4px 0 var(--colorMenu-7);
}
.menu .menu__item:hover:nth-child(7) .menu__desplegable {
  background-color: var(--colorMenu-7);
}
.menu .menu__item:hover:nth-child(7) .menu__desplegable .menu__item--desplegable > .menu__link {
  color: white;
}
.menu .menu__item:hover:nth-child(7) .menu__desplegable .menu__item--desplegable > .menu__link:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--colorMenu-7);
}

.menu .menu__item:hover:nth-child(8) > .menu__link {
  /* background-color: var(--colorMenu-8) !important;
  color: white; */
  /* border-bottom: 4px solid var(--colorPri); */
  box-shadow: inset 0 -4px 0 var(--colorMenu-8);
}
.menu .menu__item:hover:nth-child(8) .menu__desplegable {
  background-color: var(--colorMenu-8);
}
.menu .menu__item:hover:nth-child(8) .menu__desplegable .menu__item--desplegable > .menu__link {
  color: white;
}
.menu .menu__item:hover:nth-child(8) .menu__desplegable .menu__item--desplegable > .menu__link:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--colorMenu-8);
}

.menu .menu__item:hover:nth-child(9) > .menu__link {
  /* background-color: var(--colorMenu-9) !important;
  color: white; */
  /* border-bottom: 4px solid var(--colorPri); */
  box-shadow: inset 0 -4px 0 var(--colorMenu-9);
}
.menu .menu__item:hover:nth-child(9) .menu__desplegable {
  background-color: var(--colorMenu-9);
}
.menu .menu__item:hover:nth-child(9) .menu__desplegable .menu__item--desplegable > .menu__link {
  color: white;
}
.menu .menu__item:hover:nth-child(9) .menu__desplegable .menu__item--desplegable > .menu__link:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--colorMenu-9);
}

/* Clase para identificar el item del menú que está activo */
/* .menu-activo {
	border-bottom: 4px solid var(--colorSec);
}
 */
/* ---------------- NO LO ESTOY USANDO ----------------------------------- */
/* ICONO (TRIÁNGULO) QUE POSICIONAMOS AL PRINCIPIO DEL MENU */
.menu__item > .menu__desplegable:first-of-type > ul > .menu__icono {
  position: absolute;
  top: -35px;
  left: 3px;
  cursor: pointer;
  transition: 0.3s;
  /* Esto genera el triángulo equilatero mirando hacia arriba */
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid var(--colorPri);
  display: none; /* Oculto el triángulo */
}

.menu__item--desplegable:first-child:hover ~ .menu__icono {
  background-color: transparent !important;
}

/* Icono en los desplegables (no la utilizamos aquí) 
.menu__desplegable.menu__desplegable--sec .menu__icono{
    top: 10px;
    left: -5.5px;
} */
/* ------------------- FIN NO FUNCIONA --------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   MENU NAVEGACION PRINCIPAL EN MODO MÓVIL/TABLET   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
/* @media (max-width: 767px){ */
@media (max-width: 767px) {
  .menu-fondo {
    height: auto;
    min-height: 100vh;
    position: absolute;
    top: 53px;
    left: 0;
    width: 0;
    display: none;
    background-color: #dedede;
    align-items: flex-start;
    transition: width 0.3s;
    padding: 0;
    z-index: 999;
    overflow: hidden;
  }
  .menu {
    display: block;
    width: 100%;
  }
  .menu ul {
    flex-direction: column;
  }
  .menu__item {
    width: 100%;
    opacity: 1;
    /* transform: translateY(15px); */
    padding-bottom: 0;
    /* FLECHA A LA DERECHA ITEMS CON HIJOS ----------------------   */
  }
  .menu__item > .menu__link {
    font-size: 120%;
    line-height: 0.5rem;
    padding: 1.6rem 2rem;
    color: black !important;
    justify-content: flex-start;
    /* Coloca una línea debajo de cada elemento */
  }
  .menu__item > .menu__link:not(:nth-last-child(1)), .menu__item > .menu__link:not(:nth-last-child(2)) {
    border-bottom: 1px solid #ccc;
  }
  .menu__item .menu__flecha {
    transition: 0.7s;
    /* transform: rotate(0deg); */
    top: 12px;
    margin-right: 20px;
    z-index: 1;
    width: 20px;
  }
  .menu__item .menu__flecha::before {
    font-size: 20px;
    color: white;
  }
  .menu__item:hover > .menu__flecha {
    transform: initial;
  }
  .menu__item:nth-child(1) > .menu__link {
    background-color: var(--colorMenu-1) !important;
    color: white !important;
  }
  .menu__item:nth-child(1) .menu__desplegable {
    background-color: rgba(var(--us-rojo-rgb), 0.9) !important;
  }
  .menu__item:nth-child(2) > .menu__link {
    background-color: var(--colorMenu-2) !important;
    color: white !important;
  }
  .menu__item:nth-child(2) .menu__desplegable {
    background-color: rgba(var(--us-amarillo-rgb), 0.9) !important;
  }
  .menu__item:nth-child(3) > .menu__link {
    background-color: var(--colorMenu-3) !important;
    color: white !important;
  }
  .menu__item:nth-child(3) .menu__desplegable {
    background-color: rgba(var(--us-verde-agua-rgb), 0.9) !important;
  }
  .menu__item:nth-child(4) > .menu__link {
    background-color: var(--colorMenu-4) !important;
    color: white !important;
  }
  .menu__item:nth-child(4) .menu__desplegable {
    background-color: rgba(var(--us-verde-azulado-rgb), 0.9) !important;
  }
  .menu__item:nth-child(5) > .menu__link {
    background-color: var(--colorMenu-5) !important;
    color: white !important;
  }
  .menu__item:nth-child(5) .menu__desplegable {
    background-color: rgba(var(--us-gris-azulado-rgb), 0.9) !important;
  }
  .menu__item:nth-child(6) > .menu__link {
    background-color: var(--colorMenu-6) !important;
    color: white !important;
  }
  .menu__item:nth-child(6) .menu__desplegable {
    background-color: rgba(var(--us-magenta-rgb), 0.9) !important;
  }
  .menu__item:nth-child(7) > .menu__link {
    background-color: var(--colorMenu-7) !important;
    color: white !important;
  }
  .menu__item:nth-child(7) .menu__desplegable {
    background-color: rgba(var(--us-gris-oscuro-rgb), 0.9) !important;
  }
  .menu__item:nth-child(8) > .menu__link {
    background-color: var(--colorMenu-8) !important;
    color: white !important;
  }
  .menu__item:nth-child(8) .menu__desplegable {
    background-color: rgba(var(--us-naranja-rgb), 0.9) !important;
  }
  .menu__item:nth-child(9) > .menu__link {
    background-color: var(--colorMenu-9) !important;
    color: white !important;
  }
  .menu__item:nth-child(9) .menu__desplegable {
    background-color: rgba(var(--us-gris-oscuro-rgb), 0.9) !important;
  }
  /* DESPLEGABLE -------------------------------------------------------- */
  .menu__desplegable {
    position: initial;
    /* top: initial;
    left: -3px; */
    transform: initial;
    opacity: 1;
    pointer-events: none;
    width: 100%;
    padding: 0;
    /* background-color: white; */
    display: none;
    box-shadow: 0 0;
    overflow: hidden;
    /* border-left: 1px solid var(--colorPri); */
    /* .menu__item:hover:nth-child(1) & {background-color: white;} */
    /* .menu__item:hover:nth-child(2) & {background-color: white;} */
    /* .menu__item:hover:nth-child(3) & {background-color: white;} */
    /* .menu__item:hover:nth-child(4) & {background-color: white;} */
    /* .menu__item:hover:nth-child(5) & {background-color: white;} */
    /* .menu__item:hover:nth-child(6) & {background-color: white;} */
  }
  .menu__item:hover:nth-child(1) .menu__desplegable .menu__item--desplegable > .menu__link {
    color: black !important;
  }
  .menu__item:hover:nth-child(2) .menu__desplegable .menu__item--desplegable > .menu__link {
    color: black !important;
  }
  .menu__item:hover:nth-child(3) .menu__desplegable .menu__item--desplegable > .menu__link {
    color: black !important;
  }
  .menu__item:hover:nth-child(4) .menu__desplegable .menu__item--desplegable > .menu__link {
    color: black !important;
  }
  .menu__item:hover:nth-child(5) .menu__desplegable .menu__item--desplegable > .menu__link {
    color: black !important;
  }
  .menu__item:hover:nth-child(6) .menu__desplegable .menu__item--desplegable > .menu__link {
    color: black !important;
  }
  /* DESPLEGABLE 1 NIVEL */
  .menu__item--desplegable {
    /* Flecha  */
    /* Icono flecha de los desplegables se gira mirando a derecha */
    /* Anula rotación cuando posicionamos sobre enlace delante flecha */
    /* Realiza rotación flecha solo cuando nos colocamos sobre ella o está activa */
    /* .menu__flecha:target {transform: rotate(180deg);transition: transform .3s;} */
    /* Línea inferior (el que tiene el icono no) */
  }
  .menu__item--desplegable > .menu__link {
    background-color: transparent;
    font-size: 120%;
    padding: 1rem 3.5rem;
    line-height: 1;
    justify-content: flex-start;
  }
  .menu__item--desplegable > .menu__link:not(:nth-last-child(2)) {
    border-bottom: 1px solid #e1e1e1;
  }
  .menu__item--desplegable:hover > .menu__link {
    background-color: rgba(0, 0, 0, 0.05) !important;
  }
  .menu__item:hover .menu__desplegable .menu__item--desplegable > .menu__link:hover {
    background: inherit;
    color: inherit;
  }
  .menu__item--desplegable > .menu__flecha {
    transform: rotate(0deg);
    transition: transform 0.3s;
    margin-left: 0.4rem;
  }
  .menu__item--desplegable > .menu__flecha::before {
    color: rgba(0, 0, 0, 0.5);
  }
  .menu__item--desplegable:hover > .menu__flecha, .menu__item--desplegable:active > .menu__flecha {
    transform: initial;
  }
  .menu__item--desplegable:not(:nth-last-child(2)) {
    border-bottom: none;
  }
  /* DESPLEGABLE 2 Y 3 NIVEL */
  .menu__desplegable.menu__desplegable--sec {
    /* En el link de la derecha, los desplegables se orientan a la izquierda */
  }
  .menu__desplegable.menu__desplegable--sec .menu__item--desplegable > .menu__link {
    padding: 1rem 2rem 1rem 4.5rem;
  }
  .menu__desplegable.menu__desplegable--sec .menu__desplegable.menu__desplegable--sec .menu__item--desplegable > .menu__link {
    padding: 1rem 2rem 1rem 5.5rem;
  }
  .menu__desplegable.menu__desplegable--sec .menu__item:nth-of-type(6) .menu__desplegable--sec,
  .menu__desplegable.menu__desplegable--sec .menu__item:nth-of-type(7) .menu__desplegable--sec {
    /* left: -94%; 
    border:none;
    border-right: 2px dotted var(--colorPri); */
    max-width: 100vw;
  }
  /* CLASES PARA ESCONDER - MOSTRAR MENÚS. ASIGNADOS POR JAVASCRIPT */
  .menuHide {
    display: none;
  }
  .menuShow {
    display: block;
  }
  /* Barra superior sobre el menú desplegable */
  /* 	.menu__item > .menu__desplegable:first-of-type::before{
  		content: '';
  		height: 0;
  	} */
  /* Active y Hover sobre item--desplegable */
  /* 	.menu__item--desplegable:hover > .menu__link,
  	.menu__item--desplegable:active > .menu__link{
  		background-color: rgba(165,1,51,.05) !important;
  		color:black !important;
  	} */
  /* Contenedor items con hijos */
  /* 	.menu__link-ctn.conHijos {
  		display: flex;
  		justify-content: space-between;
  	} */
  /* ICONO DELANTE DE LOS ITEMS DE 2 Y TERCER NIVEL ----------------------- */
  /* Icono delante de los items 3º nivel (cuadrado)*/
  /* 	.menu__item  .menu__item--desplegable  .menu__item--desplegable  .menu__item--desplegable > .menu__link::before{
  		content: '\025fe'; 
  		display: inline-block;
  		padding-right: 10px;
  		font-size: .5rem;
  	} */
  /* Icono delante de los items 2º nivel (círculo) */
  /* 	.menu__item  .menu__item--desplegable  .menu__item--desplegable > .menu__link::before{
  		content: '\025cf';
  		display: inline-block;
  		padding-right: 10px;
  		font-size: .5rem;
  	} */
  /* ICONO (POR EJEMPLO TRIÁNGULO) QUE PODEMOS SITUAR EN MENÚ (NO LO UTILIZAMOS ACTUALMENTE) ---------------- */
  .menu__icono {
    z-index: 1;
    background-color: transparent !important;
    top: 0 !important;
    left: 50px !important;
    transform: scale(1.1) rotate(180deg);
    transition: 0.5s !important;
  }
  /* Color triángulo */
  .menu__item > .menu__desplegable:first-of-type > ul > .menu__icono {
    border-bottom: 15px solid var(--colorSec);
  }
  /* Triángulo activo o hover se muestra del color resaltado */
  .menu__item:hover .menu__icono,
  .menu__item:active .menu__icono {
    border-bottom: 15px solid var(--colorPri) !important;
  }
  /* No muestra triángulo en dropdown--sec */
  .menu__desplegable--sec .menu__icono {
    display: none;
  }
  /* Mantiene color del triángulo al iluminarse franja de abajo */
  .menu__item--desplegable:first-child:hover ~ .menu__icono,
  .menu__item--desplegable:first-child:active ~ .menu__icono {
    border-bottom: 15px solid var(--colorPri) !important;
  }
  /* NO SE ESTÁ UTILIZANDO ------------------------- */
}
/* Tablet */
/* ---------------------------------------------------------
+ NAVICON (Navigation Icon) +
------------------------------------------------------------ */
.navicon {
  /* position: relative;
     top: 5px; 
     right: 19px; */
  /* margin-right: 19px; */
  display: none;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 5px;
  right: 10px;
}
.navicon .navicon__ctn {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navicon .navicon__ctn .navicon__linea {
  width: 2rem;
  height: 5px;
  border-radius: 6px;
  background-color: var(--colorPri);
  position: relative;
  z-index: 1001;
  transition: 0.5s;
}
.navicon .navicon__ctn .navicon__linea::before, .navicon .navicon__ctn .navicon__linea::after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: var(--colorPri);
  border-radius: 6px;
  transition: 0.5s;
}
.navicon .navicon__ctn .navicon__linea:before {
  transform: translateY(-10px);
}
.navicon .navicon__ctn .navicon__linea:after {
  transform: translateY(10px);
}

/* El <input> #check es el que indica si está pulsado o no el Navicon */
#check {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 90000;
  cursor: pointer;
  opacity: 0;
  display: none;
}
#check:checked ~ .navicon .navicon__ctn .navicon__linea {
  background-color: transparent;
}
#check:checked ~ .navicon .navicon__ctn .navicon__linea::before {
  transform: translateY(0) rotate(-45deg);
}
#check:checked ~ .navicon .navicon__ctn .navicon__linea::after {
  transform: translateY(0) rotate(45deg);
}

@keyframes animation {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
/*   MENÚ EN MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
/* @media (max-width: 767px){ */
@media (max-width: 767px) {
  /* Navicon */
  #check {
    display: block;
  }
  .navicon {
    display: flex;
    z-index: 9999;
    /* position: relative;
    top: -5px; */
  }
  .navicon .navicon__ctn .navicon__linea {
    background-color: black;
  }
  .navicon .navicon__ctn .navicon__linea::before, .navicon .navicon__ctn .navicon__linea::after {
    background-color: black;
  }
  .header-top .menu {
    display: block;
  }
  .header .navicon {
    display: none;
  }
  /* Al hacer clic en Navicon, muestra menú  */
  #check:checked ~ .menu-fondo {
    display: block;
    width: 100%;
  }
  /* Quitamos position:relative para poder situar bien fondo menú */
  .header-third {
    position: static;
  }
  /* Clic en Navicon, animación en <li> */
  /* #check:checked ~ .menu-fondo .menu{
  	animation: animation .5s ease forwards .6s; 
  } */
}
/* Tablet */
/* ---------------------------------------------------------
+ MENÚ LATERAL FILTRO SERVICIOS +
------------------------------------------------------------ */
#sidebar-second {
  --colorMenu: #bfbfbe;
}
#sidebar-second nav {
  /* padding: 5px 20px;
    	border: 2px dashed var(--us-verde-azulado); */
  margin-bottom: 2rem;
  margin-top: 4rem;
  margin-left: 1rem;
}
#sidebar-second h2 {
  display: none;
  text-align: center;
  color: var(--us-verde-azulado);
  padding: 5px 0;
  font-size: 1.1rem;
  border-bottom: 1px solid;
}
#sidebar-second ul {
  list-style: none;
}
#sidebar-second ul li {
  /* padding-bottom: 1rem; */
}
#sidebar-second ul li a {
  /* font-size: 0.9rem;
  line-height: 1.2rem;
  display: block;
  color: black;
  padding: 15px 10px; */
  font-size: 14px;
  line-height: 15px;
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.7);
  display: block;
  margin: 10px 0;
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, 0.5);
}
#sidebar-second ul li a:hover {
  background: rgb(202, 227, 226);
  color: black;
}
#sidebar-second ul li a.is-active {
  background: var(--us-verde-azulado);
  color: white;
  border-bottom: 0;
}

/* Ajustamos margen superior del menú lateral */
.main-content > .container:has(.servicios-pag--orden-alfabetico) #sidebar-second nav {
  margin-top: 6.5rem;
}

.main-content > .container:has(.servicios-pag--nuevo-us) #sidebar-second nav {
  margin-top: 0;
}

/*   MENÚ EN MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  #sidebar-second {
    width: 100%;
    max-width: 100%;
  }
  #sidebar-second nav {
    margin-top: 0;
    margin-left: 0;
  }
}
/* Tablet */
/* 
	AVISO
	-----
	Región:
	Template:
	Descripción:
	Última revisión: 23/07/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   A V I S O   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.aviso {
  background-color: var(--us-rojo-oscuro);
  display: flex;
  color: white;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 30px 20px;
  margin-top: 2px;
}
.aviso .aviso__titular {
  display: flex;
  justify-content: center;
}
.aviso .aviso__titular a {
  color: white !important;
}
.aviso .aviso__titular .fontawesome-icons {
  font-size: 2rem;
  margin-right: 10px;
}
.aviso .aviso__titulo {
  color: white;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
}
.aviso .aviso__texto {
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: center;
  color: white;
}
.aviso .aviso__texto strong {
  color: white;
}

/* 
	CARRUSEL
	--------
	Región: Banner
	Template:
	Descripción:
	Última revisión: 19/07/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   CARRUSEL DE DIAPOSITIVAS   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Anular valores de antiguo Slide en Psicología */
.pr-highlighted__highlighted {
  display: block !important;
}

.carrusel-wrapper {
  width: 100%;
  height: calc(33.3333333333vw - 162px);
}

.carrusel {
  /* --carrusel-altura: 50%; */
  position: absolute;
  top: 0;
  width: 100%;
  /* padding-bottom: var(--carrusel-altura);
  height: 0; */
  overflow: hidden;
  margin-bottom: 0;
  height: auto;
  aspect-ratio: var(--aspecto);
  /* clip-path: ellipse(100% 100% at 30% -1%); */
}
.carrusel:has(> .carrusel-diapositivas > .diapositiva:first-child .diapositiva__imagen-ctn[data-aspecto="9:16"]) {
  --aspecto: 0.5625;
}
.carrusel:has(> .carrusel-diapositivas > .diapositiva:first-child .diapositiva__imagen-ctn[data-aspecto="1:1"]) {
  --aspecto: 1;
}
.carrusel:has(> .carrusel-diapositivas > .diapositiva:first-child .diapositiva__imagen-ctn[data-aspecto="4:3"]) {
  --aspecto: 1.3333333333;
}
.carrusel:has(> .carrusel-diapositivas > .diapositiva:first-child .diapositiva__imagen-ctn[data-aspecto="16:9"]) {
  --aspecto: 1.7777777778;
}
.carrusel:has(> .carrusel-diapositivas > .diapositiva:first-child .diapositiva__imagen-ctn[data-aspecto="21:9"]) {
  --aspecto: 2.625;
}
.carrusel:has(> .carrusel-diapositivas > .diapositiva:first-child .diapositiva__imagen-ctn[data-aspecto="3:1"]) {
  --aspecto: 3;
}
.carrusel:has(> .carrusel-diapositivas > .diapositiva:first-child .diapositiva__imagen-ctn[data-aspecto="4:1"]) {
  --aspecto: 4;
}

/* Contenedor de las Diapositivas */
.carrusel-diapositivas {
  display: flex;
  transition: 0.3s;
}

/* Diapositivas individuales */
.diapositiva {
  flex: 1 0 100%;
  position: relative;
}
.diapositiva .background {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.diapositiva .foreground {
  object-fit: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
}
.diapositiva .foreground.izquierda {
  left: auto;
  right: 0;
}
.diapositiva__imagen-ctn {
  position: relative;
  /* padding-bottom: var(--carrusel-altura);
  height: 0; */
  overflow: hidden;
  margin-bottom: 0;
  aspect-ratio: var(--aspecto);
}
.diapositiva .background-degradado {
  position: absolute;
  /* top: 0;
  left: 0; */
  inset: 0;
  /* 	width: 100% !important;
  	height: 100% !important; */
  /* background: linear-gradient(135deg, #d6dfde 0%, #d6dfde 40%, #a50133 85%, #a50133 100%); */
  background: linear-gradient(135deg, #d6dfde 0%, #d6dfde 40%, #2b0011 85%, #2b0011 100%);
  z-index: 1;
}
.diapositiva .background {
  position: absolute;
  /* 	top: 0;
  	left: 0; */
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  mix-blend-mode: soft-light;
  z-index: 2;
}
.diapositiva__texto-titulo {
  color: white;
  /* font-size: 1.6rem;
  line-height: 1.8rem; */
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: 500;
  text-transform: none !important;
  margin: 0;
  padding-bottom: 2rem;
  letter-spacing: 0.05rem;
}
.diapositiva__texto-titulo a {
  color: white;
}
.diapositiva__texto-titulo[data-titulo=NO] {
  display: none;
}
.diapositiva__texto-resumen {
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: white;
  max-height: 450px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  /* Muestra un máximo de 5 líneas 
     -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box; 
     overflow: hidden !important; 
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  max-height: 7rem; */
}
.diapositiva__enlace {
  background: transparent;
  padding: 4px 20px;
  width: fit-content;
  border: 1px solid white;
  border-radius: 20px;
  margin: 20px 0;
  position: relative;
  color: white !important;
  font-weight: 400;
  white-space: nowrap;
}
.diapositiva__enlace:hover {
  background: white;
  opacity: 0.5;
  color: black !important;
}
.diapositiva__enlace[href="#"] {
  display: none;
}

/* Contenedor (Por defecto: Texto a la izquierda) */
.diapositiva__texto-ctn {
  position: absolute;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  /* ───── FILA SUPERIOR ───── */
  /* ───── FILA CENTRAL ───── */
  /* ───── FILA INFERIOR ───── */
  /* 	$colores-texto: 
  		("Blanco": white, 
  		"Negro": black, 
  		"Rojo": rgb(173,0,80),
  		"Azul": rgb(62,73,144), 
  		"Gris": rgb(128,135,189),
  		"Violeta": rgb(155,88,153),
  		"Amarillo": rgb(230,168,56)
  	);

  	@each $name, $value in $colores-texto {
  		&[texto-color="Blanco"] > .diapositiva__texto-resumen {color: $value;}
  	} */
}
.diapositiva__texto-ctn[ubica=sup-izq] {
  top: 0;
  left: 0;
}
.diapositiva__texto-ctn[ubica=sup-izq].diapositiva__texto-ctn[texto-forma=Inclinada] {
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.diapositiva__texto-ctn[ubica=sup-izq].diapositiva__texto-ctn[texto-forma=Curvada] {
  clip-path: inset(0 0 0 0 round 0% 0% 50px 0%);
}
.diapositiva__texto-ctn[ubica=sup-cen] {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  /* width: 100%;  */
}
.diapositiva__texto-ctn[ubica=sup-cen].diapositiva__texto-ctn[texto-forma=Inclinada] {
  clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}
.diapositiva__texto-ctn[ubica=sup-cen].diapositiva__texto-ctn[texto-forma=Curvada] {
  clip-path: inset(0 0 0 0 round 0% 0% 50% 50%);
  padding-bottom: 50px;
}
.diapositiva__texto-ctn[ubica=sup-der] {
  top: 0;
  right: 0;
}
.diapositiva__texto-ctn[ubica=sup-der].diapositiva__texto-ctn[texto-forma=Inclinada] {
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 15% 100%);
  padding-left: 70px;
}
.diapositiva__texto-ctn[ubica=sup-der].diapositiva__texto-ctn[texto-forma=Curvada] {
  clip-path: inset(0 0 0 0 round 0% 0% 0% 50px);
}
.diapositiva__texto-ctn[ubica=cen-izq] {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.diapositiva__texto-ctn[ubica=cen-izq].diapositiva__texto-ctn[texto-forma=Inclinada] {
  clip-path: polygon(85% 0%, 0% 0%, 0% 100%, 100% 100%);
  /* padding-right: 9rem; */
}
.diapositiva__texto-ctn[ubica=cen-izq].diapositiva__texto-ctn[texto-forma=Curvada] {
  clip-path: inset(0 0 0 0 round 0% 50px 50px 0%);
  /* padding-right: 5rem; */
}
.diapositiva__texto-ctn[ubica=cen] {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.diapositiva__texto-ctn[ubica=cen].diapositiva__texto-ctn[texto-forma=Inclinada] {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  padding: 4rem 7rem;
}
.diapositiva__texto-ctn[ubica=cen].diapositiva__texto-ctn[texto-forma=Curvada] {
  clip-path: inset(0 0 0 0 round 50% 50% 50% 50%);
}
.diapositiva__texto-ctn[ubica=cen-der] {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.diapositiva__texto-ctn[ubica=cen-der].diapositiva__texto-ctn[texto-forma=Inclinada] {
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  /* padding-left: 9rem; */
}
.diapositiva__texto-ctn[ubica=cen-der].diapositiva__texto-ctn[texto-forma=Curvada] {
  clip-path: inset(0 0 0 0 round 50px 0% 0% 50px);
  /* padding-left: 5rem; */
}
.diapositiva__texto-ctn[ubica=inf-izq] {
  bottom: 0;
  left: 0;
}
.diapositiva__texto-ctn[ubica=inf-izq].diapositiva__texto-ctn[texto-forma=Inclinada] {
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}
.diapositiva__texto-ctn[ubica=inf-izq].diapositiva__texto-ctn[texto-forma=Curvada] {
  clip-path: inset(0 0 0 0 round 0% 50px 0% 0%);
}
.diapositiva__texto-ctn[ubica=inf-cen] {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.diapositiva__texto-ctn[ubica=inf-cen].diapositiva__texto-ctn[texto-forma=Inclinada] {
  clip-path: polygon(15% 0, 85% 0, 100% 100%, 0% 100%);
  padding-bottom: 0;
}
.diapositiva__texto-ctn[ubica=inf-cen].diapositiva__texto-ctn[texto-forma=Curvada] {
  clip-path: inset(0 0 0 0 round 50% 50% 0% 0%);
  padding-top: 50px;
  padding-bottom: 0;
}
.diapositiva__texto-ctn[ubica=inf-der] {
  bottom: 0;
  right: 0;
}
.diapositiva__texto-ctn[ubica=inf-der].diapositiva__texto-ctn[texto-forma=Inclinada] {
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  padding-left: 110px;
}
.diapositiva__texto-ctn[ubica=inf-der].diapositiva__texto-ctn[texto-forma=Curvada] {
  clip-path: inset(0 0 0 0 round 50px 0% 0% 0%);
}
.diapositiva__texto-ctn[ubica=inf-cenxxx] {
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
  padding: 20px 70px;
  width: 100%;
  height: fit-content;
}
.diapositiva__texto-ctn[ubica=inf-cenxxx] > .diapositiva__texto-titulo {
  text-align: center;
}
.diapositiva__texto-ctn[ubica=inf-cenxxx].diapositiva__texto-ctn[texto-forma=Curvada] {
  /* clip-path: inset(0 0 0 0 round 50% 50% 0% 0%); */
  clip-path: polygon(100% 100%, 0% 100%, 0% 47.43%, 4% 46.94%, 8% 45.52%, 12% 43.25%, 16% 40.27%, 20% 36.77%, 24% 32.97%, 28% 29.11%, 32% 25.43%, 36% 22.17%, 40% 19.52%, 44% 17.65%, 48% 16.69%, 52% 16.69%, 56% 17.65%, 60% 19.52%, 64% 22.17%, 68% 25.43%, 72% 29.11%, 76% 32.97%, 80% 36.77%, 84% 40.27%, 88% 43.25%, 92% 45.52%, 96% 46.94%, 100% 47.43%);
  padding-top: 5.5rem;
}
.diapositiva__texto-ctn[texto-anchura="35%"] {
  width: 35%;
}
.diapositiva__texto-ctn[texto-anchura="50%"] {
  width: 50%;
}
.diapositiva__texto-ctn[texto-anchura="66%"] {
  width: 66%;
}
.diapositiva__texto-ctn[texto-anchura="100%"] {
  width: 100%;
}
.diapositiva__texto-ctn[texto-altura=auto] {
  height: auto;
}
.diapositiva__texto-ctn[texto-altura="35%"] {
  height: 35%;
}
.diapositiva__texto-ctn[texto-altura="50%"] {
  height: 50%;
}
.diapositiva__texto-ctn[texto-altura="66%"] {
  height: 66%;
}
.diapositiva__texto-ctn[texto-altura="100%"] {
  height: 100%;
}
.diapositiva__texto-ctn[text-color=Blanco] :is(.diapositiva__texto-titulo, .diapositiva__texto-titulo a, .diapositiva__texto-resumen) {
  color: white;
}
.diapositiva__texto-ctn[texto-color=Negro] :is(.diapositiva__texto-titulo, .diapositiva__texto-titulo a, .diapositiva__texto-resumen) {
  color: black;
}
.diapositiva__texto-ctn[texto-color=Rojo] :is(.diapositiva__texto-titulo, .diapositiva__texto-titulo a, .diapositiva__texto-resumen) {
  color: rgb(173, 0, 80);
}
.diapositiva__texto-ctn[texto-color=Azul] :is(.diapositiva__texto-titulo, .diapositiva__texto-titulo a, .diapositiva__texto-resumen) {
  color: rgb(2, 173, 193);
}
.diapositiva__texto-ctn[texto-color=Gris] :is(.diapositiva__texto-titulo, .diapositiva__texto-titulo a, .diapositiva__texto-resumen) {
  color: rgb(128, 135, 189);
}
.diapositiva__texto-ctn[texto-color=Violeta] :is(.diapositiva__texto-titulo, .diapositiva__texto-titulo a, .diapositiva__texto-resumen) {
  color: rgb(155, 88, 153);
}
.diapositiva__texto-ctn[texto-color=Amarillo] :is(.diapositiva__texto-titulo, .diapositiva__texto-titulo a, .diapositiva__texto-resumen) {
  color: rgb(230, 168, 56);
}
.diapositiva__texto-ctn .diapositiva__color {
  width: 100%;
  height: 100%;
  mix-blend-mode: normal;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: normal;
  opacity: 0.5;
}
.diapositiva__texto-ctn .diapositiva__color[color=Transparente] {
  background-color: transparent;
}
.diapositiva__texto-ctn .diapositiva__color[color=Blanco] {
  background-color: white;
  opacity: 1;
}
.diapositiva__texto-ctn .diapositiva__color[color=Gris] {
  background-color: rgb(128, 135, 189);
}
.diapositiva__texto-ctn .diapositiva__color[color=Amarillo] {
  background-color: rgb(230, 168, 56);
}
.diapositiva__texto-ctn .diapositiva__color[color=Naranja] {
  background-color: rgb(253, 180, 4);
}
.diapositiva__texto-ctn .diapositiva__color[color=Rojo] {
  background-color: rgb(173, 0, 80);
}
.diapositiva__texto-ctn .diapositiva__color[color=Granate] {
  background-color: rgb(108, 8, 11);
}
.diapositiva__texto-ctn .diapositiva__color[color=Magenta] {
  background-color: rgb(220, 24, 140);
}
.diapositiva__texto-ctn .diapositiva__color[color=Violeta] {
  background-color: rgb(155, 88, 153);
}
.diapositiva__texto-ctn .diapositiva__color[color=Azul-marino] {
  background-color: rgb(18, 37, 98);
}
.diapositiva__texto-ctn .diapositiva__color[color=Azul] {
  background-color: rgb(62, 73, 144);
}
.diapositiva__texto-ctn .diapositiva__color[color=Verde-azulado] {
  background-color: rgb(2, 119, 114);
}
.diapositiva__texto-ctn .diapositiva__color[color=Verde] {
  background-color: rgb(0, 129, 64);
}
.diapositiva__texto-ctn .diapositiva__color[color=Verde-amarillento] {
  background-color: rgb(113, 156, 15);
}

/* Alineación texto en ubicación centrado (solo se centra el titulo) */
/* .diapositiva__texto-ctn[ubica="centro"] > .diapositiva__texto-titulo {text-align: center;} */
/* CONTROLES ------------------------------------------------------------------------------------- */
/* Aanulamos propiedades originales de button */
button, .button {
  box-shadow: none !important;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: transparent !important;
}

.fa, .fab, .fal, .far, .fas {
  line-height: 0 !important;
}

/* Botones Prev y Next */
.carrusel-prev,
.carrusel-next {
  position: absolute;
  top: 50%;
  /* transform: translateY(-50%); */
  padding: 0 5px;
  border: none;
  cursor: pointer;
  /* background: transparent; */
  color: white;
}
.carrusel-prev > i,
.carrusel-next > i {
  display: block;
  font-size: 2rem;
  opacity: 0.1;
  /* height: 1em;
  overflow: visible; */
  /* vertical-align: -0.125em; */
}
.carrusel-prev > i:hover,
.carrusel-next > i:hover {
  opacity: 1;
}

.carrusel-prev {
  left: 0;
}

.carrusel-next {
  right: 0;
}

/* Botones navegación (bullets) */
.carrusel-navigation {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 0.8em;
}
.carrusel-navigation.carrusel-bullet {
  width: 15px;
  height: 15px;
  background: white;
  border: 2px solid white;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.3;
}
.carrusel-navigation.carrusel-bullet:hover {
  background: grey;
  opacity: 1;
}
.carrusel-navigation.carrusel-bullet.activa {
  background: grey;
  cursor: default;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .carrusel-wrapper {
    height: 194px !important;
  }
  .carrusel,
  .carrusel-diapositivas,
  .diapositiva {
    height: 300px !important;
    aspect-ratio: auto;
  }
  .diapositiva__imagen-ctn {
    position: static;
    height: 300px;
    aspect-ratio: auto;
  }
  /* Quitamos botones de abajo */
  .carrusel-navigation {
    display: none;
  }
  /* Contenedor texto */
  .diapositiva__texto-ctn {
    width: 100% !important;
    height: fit-content !important;
    bottom: 0;
    top: auto !important;
    clip-path: none !important;
    padding-left: 0 !important;
    padding: 20px 45px !important;
    transform: none !important;
  }
  .diapositiva__texto-ctn[ubica=sup-cen] {
    transform: translateX(-50%) !important;
  }
  .diapositiva__texto-ctn[ubica=cen] {
    transform: translateX(-50%) !important;
  }
  .diapositiva__texto-ctn[ubica=inf-cen] {
    transform: translateX(-50%) !important;
  }
  .diapositiva__texto-ctn .diapositiva__color {
    opacity: 0.9;
  }
  /* Diapositiva transparente la ponemos con fondo blanco y texto negro */
  .diapositiva__color[color=Transparente] {
    background-color: white;
  }
  .diapositiva__texto-ctn:has(.diapositiva__color[color=Transparente]) > :is(.diapositiva__texto-titulo, .diapositiva__texto-titulo a) {
    color: black !important;
  }
  /* Contenedor Texto a la derecha */
  /* 	.diapositiva__texto-ctn[ubica="derecha"] {
  		padding: 20px 45px 20px 15vw;
  	} */
  /* Recoloca imagen según ubicación texto */
  .diapositiva__texto-ctn[ubica=izquierda] ~ .diapositiva__imagen-ctn > .diapositiva__img {
    object-position: 62%;
  }
  .diapositiva__texto-ctn[ubica=derecha] ~ .diapositiva__imagen-ctn > .diapositiva__img {
    object-position: 28%;
  }
  /* Titular H2*/
  .diapositiva__texto-titulo {
    font-size: 1.2rem !important;
    line-height: 1.5rem !important;
    text-transform: none !important;
    margin-top: 0;
    padding-bottom: 0;
    text-align: center;
    font-weight: 600;
  }
  /* Texto */
  .diapositiva__texto-resumen {
    /* font-size: .9rem;
    line-height:1.2rem; */
    display: none;
  }
  .carrusel-prev > i, .carrusel-next > i {
    opacity: 0.3;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1200px) {
  /* .carrusel,
  .carrusel-diapositivas,
  .diapositiva {
  	height: 270px !important;
  } */
  /* Imagen */
  /* .diapositiva__imagen-ctn {
  	position: static;
  	height: 270px;
  } */
  /* Contenedor texto */
  .diapositiva__texto-ctn {
    width: 50%;
    /* height: 270px; */
    padding: 20px 20px 20px 55px;
  }
  /* Contenedor Texto a la derecha */
  .diapositiva__texto-ctn[ubica=Derecha] {
    padding: 20px 55px 20px 20px;
  }
  /* Titular H2*/
  .diapositiva__texto-titulo {
    font-size: 1.2rem !important;
    line-height: 1.5rem !important;
    text-transform: none !important;
    margin-top: 0;
  }
  /* Texto */
  .diapositiva__texto-resumen {
    font-size: 0.9rem;
    line-height: 1rem;
  }
  /* Forma contenedor texto */
  .diapositiva__texto-ctn[ubica=derecha].diapositiva__texto-ctn[texto-forma=Inclinada],
  .diapositiva__texto-ctn[ubica=derecha].diapositiva__texto-ctn[texto-forma=Curvada] {
    padding-left: 5rem;
  }
  .diapositiva__texto-ctn[ubica=izquierda].diapositiva__texto-ctn[texto-forma=Inclinada],
  .diapositiva__texto-ctn[ubica=izquierda].diapositiva__texto-ctn[texto-forma=Curvada] {
    padding-right: 4rem;
  }
  /* Enlace */
  .diapositiva__enlace {
    margin-top: 10px;
    /* width: 60%;
    padding: 19px; */
  }
  /* Botones Previo, Siguiente */
  .svg-inline--fa {
    font-size: 3rem;
  }
}
/* 
	CABECERA
	--------
	Región:
	Template:
	Descripción: Imagen que aparece en la cabecera de cada web
	Última revisión: 1/08/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   CABECERA TITULAR   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Contenedor de la cabecera */
.cabecera-titular {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cabecera-titular:has(.cabecera-titular__foto-ctn[data-titulo*="SISTEMA DE GESTIÓN" i]) {
  background-color: var(--us-rojo);
}
.cabecera-titular:has(.cabecera-titular__foto-ctn[data-titulo*="ÁREA TÉCNICA" i]) {
  background-color: var(--us-amarillo);
}
.cabecera-titular:has(.cabecera-titular__foto-ctn[data-titulo*="AUTOPROTECCIÓN Y EMERGENCIAS" i]) {
  background-color: var(--us-verde-agua);
}
.cabecera-titular:has(.cabecera-titular__foto-ctn[data-titulo*="FORMACIÓN E INFORMACIÓN PRL" i]) {
  background-color: var(--us-verde-azulado);
}
.cabecera-titular:has(.cabecera-titular__foto-ctn[data-titulo*="COORDINACIÓN DE ACTIVIDADES EMPRESARIALES" i]) {
  background-color: var(--us-magenta);
}
.cabecera-titular:has(.cabecera-titular__foto-ctn[data-titulo*="CONSULTA Y PARTICIPACIÓN" i]) {
  background-color: var(--us-gris-azulado);
}
.cabecera-titular:has(.cabecera-titular__foto-ctn[data-titulo*="VIGILANCIA DE LA SALUD" i]) {
  background-color: var(--us-gris-oscuro);
}
.cabecera-titular:has(.cabecera-titular__foto-ctn[data-titulo*=UPRUS i]) {
  background-color: var(--us-naranja);
}
.cabecera-titular:has(.cabecera-titular__foto-ctn[data-titulo*=COMUNICADOS i]) {
  background-color: var(--us-rojo-oscuro);
}
.cabecera-titular:has(.cabecera-titular__foto-ctn[data-titulo*="QUIÉNES SOMOS" i]) {
  background-color: var(--us-rojo-oscuro);
}
.cabecera-titular:has(.cabecera-titular__foto-ctn[data-titulo*=LEGAL i]) {
  background-color: var(--us-rojo-oscuro);
}
.cabecera-titular:has(.cabecera-titular__foto-ctn[data-titulo*=PÍLDORAS i]) {
  background-color: var(--us-rojo-oscuro);
}
.cabecera-titular:has(.cabecera-titular__foto-ctn[data-titulo*="PREGUNTAS FRECUENTES" i]) {
  background-color: var(--us-gris-azulado);
}
.cabecera-titular:has(.cabecera-titular__foto-ctn[data-titulo*=BUSCADOR i]) {
  background-color: var(--us-rojo-oscuro);
}
.cabecera-titular::before {
  content: "";
  display: block;
  padding-top: 21%;
}

/* Imagen */
.cabecera-titular__foto-ctn {
  margin: 0;
}
.cabecera-titular__foto-ctn .cabecera-titular__foto-img {
  filter: blur(1.2px) brightness(1.3) contrast(1.3) grayscale(0.8) opacity(0.2) invert(0);
  height: 100%;
  width: 100%;
  z-index: 1;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  /* mix-blend-mode: overlay; */
}

/* Título */
.cabecera-titular__texto-ctn {
  /* display: flex;
     justify-content: center; */
  /* align-items: flex-end; */
  /* align-items: center; */
  /*  position: absolute;
   top: 21px;
   padding: 0;
   width: 100%;
   height: 100%; */
  z-index: 1;
  position: absolute;
  bottom: 20%;
}
.cabecera-titular__texto-ctn .cabecera-titular__texto-seccion {
  color: #fbfbb8;
  font-size: 1.2rem;
  z-index: 2;
  line-height: 1.4rem;
  white-space: normal;
  font-family: FuenteBold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: -10px;
}
.cabecera-titular__texto-ctn .cabecera-titular__texto-titulo {
  /* word-break: break-word; */
  /* color: var(--colorPri); */
  color: white;
  font-size: 2rem;
  z-index: 2;
  line-height: 2.4rem;
  /*  background: white; */
  /*  padding: 10px 15%; */
  /* padding-top: 20px;
  text-align: center; */
  white-space: normal;
  font-family: FuenteBold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.7));
  /* box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.25); */
  /* mix-blend-mode: exclusion;
  opacity: 1; */
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .cabecera-titular::before {
    padding-top: 200px;
  }
  /* Titulo */
  .cabecera-titular__texto-ctn .cabecera-titular__texto-titulo {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .cabecera-titular::before {
    padding-top: 150px;
  }
}
/* 
	TITULO
	------
	Región:
	Template:
	Descripción:
	Última revisión: 23/07/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
TITULO
Template: 
Descripción: Coloca línea debajo de título
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.page-title {
  color: var(--colorPri);
  line-height: 2.4rem;
  /* margin-top: 10px !important; */
}
.page-title::after {
  content: "";
  display: block;
  max-width: 100px;
  margin-top: 5px;
  /* border-style: solid; */
  /* border-width: 0.9px; */
  opacity: 0.7;
  margin-bottom: 30px;
  background-color: var;
  height: 1.5px;
  background-color: var(--colorPri);
}

/* 
	SECCIONES
	------------
	Región:
	Template:
	Descripción:
	Última revisión: 5/06/2025
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   SECCIONES PRINCIPALES   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* .view-secciones > .view-content, */
.secciones > .view-content {
  margin: 0;
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 31px; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.seccion {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 10px;
  /* margin: -12px 0 0 -12px;
     width: calc(100% + 12px); */
  /* margin-bottom: 40px; */
  border-radius: 13px;
  /* box-shadow: 0px 5px 15px 0px rgba(0,0,0,.15); */
  width: 23%;
  /* Color */
}
.seccion:has(.amarillo) {
  background-color: rgb(250, 186, 9);
}
.seccion:has(.granate) {
  background-color: rgb(165, 1, 51);
}
.seccion:has(.gris) {
  background-color: rgb(61, 61, 60);
}
.seccion:has(.gris-azulado) {
  background-color: rgb(100, 138, 159);
}
.seccion:has(.magenta) {
  background-color: rgb(189, 19, 83);
}
.seccion:has(.naranja) {
  background-color: rgb(240, 146, 5);
}
.seccion:has(.rojo) {
  background-color: rgb(190, 15, 46);
}
.seccion:has(.verde) {
  background-color: rgb(149, 190, 5);
}
.seccion:has(.verde-azulado) {
  background-color: rgb(5, 159, 148);
}
.seccion::before {
  content: "";
  display: block;
  padding-top: 69.32%;
}
.seccion__titulares {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* background-color: white; */
  padding: 20px;
  max-width: 90%;
  /* opacity:.1; */
}
.seccion__titulo1, .seccion__titulo2 {
  text-transform: none;
  color: white;
  font-size: 1.4rem;
  margin: 0 0 2px;
  line-height: 1.5rem;
  /* padding-right: 10px; */
}
.seccion__titulo2 {
  font-family: FuenteBold, Helvetica, Arial, sans-serif;
}
.seccion__img, .seccion__enlace, .seccion__color {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform: scale(1.9);
}
.seccion__img {
  opacity: 0.3;
}
.seccion__enlace {
  z-index: 2;
}
.seccion__enlace:hover ~ .seccion__titulares ~ .seccion__color ~ .seccion__img {
  opacity: 1;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform: scale(2.45);
}
.seccion__enlace:hover ~ .seccion__titulares {
  background-color: white;
  opacity: 0.8;
}
.seccion__enlace:hover ~ .seccion__titulares > .seccion__titulo1, .seccion__enlace:hover ~ .seccion__titulares > .seccion__titulo2 {
  color: black;
}
.seccion__color {
  mix-blend-mode: color;
  z-index: 1;
}
.seccion__color.amarillo {
  background-color: rgb(250, 186, 9);
}
.seccion__color.granate {
  background-color: rgb(165, 1, 51);
}
.seccion__color.gris {
  background-color: rgb(61, 61, 60);
}
.seccion__color.gris-azulado {
  background-color: rgb(100, 138, 159);
}
.seccion__color.magenta {
  background-color: rgb(189, 19, 83);
}
.seccion__color.naranja {
  background-color: rgb(240, 146, 5);
}
.seccion__color.rojo {
  background-color: rgb(190, 15, 46);
}
.seccion__color.verde {
  background-color: rgb(149, 190, 5);
}
.seccion__color.verde-azulado {
  background-color: rgb(5, 159, 148);
}
.seccion__color.FCT-Celery {
  background-color: rgb(211, 197, 77);
}
.seccion__color.FCT-Eggshell_Blue {
  background-color: rgb(163, 204, 201);
}
.seccion__color.FCT-Greenbriar {
  background-color: rgb(75, 155, 105);
}
.seccion__color.FCT-Muted_Clay {
  background-color: rgb(208, 151, 134);
}
.seccion__color.FCT-Treetop {
  background-color: rgb(71, 106, 48);
}
.seccion__color.FCT-Very_Peri {
  background-color: rgb(102, 103, 171);
}
.seccion__info:not([href=""]) {
  z-index: 3;
  background: var(--us-rojo);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  opacity: 1;
  color: white !important;
  font-size: 0.8rem;
  line-height: 1rem;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .seccion {
    width: 48%;
    margin: 3px;
    /* & .seccion__titulo2 {
    	font-size: 1rem;
    	margin: 0 0 4px;
    	line-height: 1rem;
    } */
    /* & .seccion__info:not([href=""]) {
    	padding: 10px;
    	font-size: 1rem;
    	line-height: 1rem;
    } */
  }
  .seccion .seccion__titulares {
    padding: 10px 15px;
  }
  .seccion .seccion__titulo1, .seccion .seccion__titulo2 {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  /* #block-views-block-titulaciones-blq-titulaciones .title{
  	display:none;
  } */
}
/* Tablet */
/* 
	FOTOLINKS
	------------
	Región:
	Template:
	Descripción:
	Última revisión: 12/06/2025
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   FOTOLINKS   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.fotolinks {
  margin-bottom: 4rem;
}

/* Título */
/* .field--name-field-titulo-fotolink .field__item,
.fotolinks__titulo, */
.fotolinks__titular-subseccion {
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
  color: var(--colorSec);
  margin: 2rem 0 1rem 0;
  text-transform: uppercase;
  /* Segundo subtitular */
}
.fotolinks__titular-subseccion::after {
  content: "";
  display: block;
  width: 10%;
  height: 2px;
  background-color: var(--colorSec);
  margin: 0 auto;
  margin-top: 15px;
}
.fotolinks__titular-subseccion:nth-of-type(2) {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--us-rojo-oscuro);
  margin-top: 5rem;
}
.fotolinks__titular-subseccion:nth-of-type(2)::after {
  background-color: var(--us-rojo-oscuro);
}

/* .view-secciones > .view-content, */
/* .field--name-field-fotolink,
.fotolinks > .view-content, */
.fotolinks__subseccion {
  margin: 0;
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 31px; */
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  /* padding: 0 6rem; */
}
.fotolinks__subseccion .field__item {
  width: 30%;
}

.fotolink {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  width: 100%;
  /* margin: -12px 0 0 -12px;
     width: calc(100% + 12px); */
  /* margin-bottom: 40px; */
  border-radius: 13px;
  /* box-shadow: 0px 5px 15px 0px rgba(0,0,0,.15); */
  width: 23%;
  /* Color */
}
.fotolink:has(.amarillo) {
  background-color: var(--us-amarillo);
}
.fotolink:has(.granate) {
  background-color: var(--us-rojo-oscuro);
}
.fotolink:has(.gris) {
  background-color: var(--us-gris-oscuro);
}
.fotolink:has(.gris-azulado) {
  background-color: var(--us-gris-azulado);
}
.fotolink:has(.magenta) {
  background-color: var(--us-magenta);
}
.fotolink:has(.naranja) {
  background-color: var(--us-naranja);
}
.fotolink:has(.rojo) {
  background-color: var(--us-rojo);
}
.fotolink:has(.verde) {
  background-color: var(--us-verde-agua);
}
.fotolink:has(.verde-azulado) {
  background-color: var(--us-verde-azulado);
}
.fotolink::before {
  content: "";
  display: block;
  padding-top: 69.32%;
}
.fotolink::after {
  content: "";
  display: block;
  height: 2px;
  width: 30%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fotolink__titulares {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 1px);
  z-index: 1;
  background-color: white;
  /* padding: 10px 10px 0 10px; */
  /* max-width:60%; */
  /* opacity:.1; */
  padding: 10px;
  width: 80%;
  opacity: 0.8;
}
.fotolink__titulo {
  text-transform: none;
  color: black !important;
  /* font-size: 1rem;
  line-height: 1.2rem; */
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin: 0 0 2px !important;
  text-align: center;
  /* padding-right: 10px; */
}
.fotolink__img, .fotolink__enlace, .fotolink__color {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform: scale(1);
}
.fotolink__img {
  opacity: 1;
}
.fotolink__enlace {
  z-index: 2;
  color: white;
  padding: 20px;
  opacity: 0;
  /* font-size: 1rem;
  line-height: 1.4rem; */
  font-size: 0.8rem;
  line-height: 1.1rem;
  text-align: center;
  text-decoration-line: none !important;
}
.fotolink__enlace:hover {
  opacity: 1;
  color: white !important;
}
.fotolink__enlace:hover ~ .fotolink__titulares ~ .fotolink__color ~ .fotolink__img {
  opacity: 0.1;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform: scale(1.2);
}
.fotolink__enlace:hover ~ .fotolink__titulares {
  background-color: white;
  opacity: 1;
}
.fotolink__enlace:hover ~ .fotolink__titulares > .fotolink__titulo {
  color: black !important;
}
.fotolink__color {
  mix-blend-mode: color;
  z-index: 1;
}
.fotolink__color.amarillo {
  background-color: var(--us-amarillo);
}
.fotolink__color.granate {
  background-color: var(--us-rojo-oscuro);
}
.fotolink__color.gris {
  background-color: var(--us-gris-oscuro);
}
.fotolink__color.gris-azulado {
  background-color: var(--us-gris-azulado);
}
.fotolink__color.magenta {
  background-color: var(--us-magenta);
}
.fotolink__color.naranja {
  background-color: var(--us-naranja);
}
.fotolink__color.rojo {
  background-color: var(--us-rojo);
}
.fotolink__color.verde {
  background-color: var(--us-verde-agua);
}
.fotolink__color.verde-azulado {
  background-color: var(--us-verde-azulado);
}
.fotolink__info:not([href=""]) {
  z-index: 3;
  background: var(--us-rojo);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  opacity: 1;
  color: white !important;
  font-size: 0.8rem;
  line-height: 1rem;
}

/* Icono PDF */
article .fotolink a[href$=".pdf" i]::after,
.fotolinks .fotolink a[href$=".pdf" i]::after {
  content: "\f1c1";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Icono ENLACE */
article .fotolink a[href]:not([href$=".pdf"]):not([href="#"])::after,
.fotolinks .fotolink a[href]:not([href$=".pdf"]):not([href="#"])::after {
  content: "\f0c1";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  /* .view-secciones > .view-content, */
  .field--name-field-fotolink,
  .fotolinks > .view-content {
    padding: 0;
  }
  .fotolink {
    width: 100%;
    margin: 3px;
  }
  .fotolink .fotolin__titulares {
    padding: 15px 20px;
  }
  .fotolink .fotolink__titulo {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .fotolink .fotolink__info:not([href=""]) {
    padding: 10px;
    font-size: 1rem;
    line-height: 1rem;
  }
  /* #block-views-block-titulaciones-blq-titulaciones .title{
  	display:none;
  } */
}
/* Tablet */
/* 
	FRASE
	-----
	Región:
	Template:
	Descripción:
	Última revisión: 6/06/2025
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   FRASE   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.frase {
  margin: 3rem 0;
  padding: 0;
}
.frase .frase__titulo {
  font-size: 2.2rem;
  line-height: 2.5rem;
  font-weight: 100;
  color: var(--colorSec);
  text-align: center;
  margin-bottom: 4rem;
  padding: 0 12rem;
}
.frase .frase__titulo::after {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background-color: var(--colorSec);
  margin: 0 auto;
  margin-top: 40px;
}
.frase .frase__descripcion {
  display: flex;
  gap: 1rem;
}
.frase .frase__descripcion .frase__texto {
  font-size: 1.4rem;
  line-height: 2.7rem;
  color: var(--colortexto);
  text-align: left;
  margin: 0 auto;
  padding: 0 2rem;
  flex: 70%;
}
.frase .frase__descripcion .frase__imagen {
  flex: 30%;
  display: flex;
  max-height: 20vh;
}
.frase .frase__descripcion .frase__imagen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* max-width: 300px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .frase {
    padding: 0;
  }
  .frase .frase__titulo {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 3rem;
    padding: 0;
    font-weight: 500;
  }
  .frase .frase__titulo::after {
    margin-top: 30px;
  }
  .frase .frase__descripcion {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .frase .frase__descripcion .frase__texto {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding: 0 1rem;
  }
  .frase .frase__descripcion .frase__imagen {
    width: 60%;
  }
}
/* Tablet */
/* SECCIONES WCAG */
/*
<div class="view-content">
  <div class="seccion" tabindex="0" role="group">
    <a class="seccion__enlace" href="/sistema-gestion" aria-label="Ir a la sección Sistema de Gestión"></a>
    <div class="seccion__titulares">
      <h4 class="seccion__titulo1">Sistema de Gestión</h4>
    </div>
    <div class="seccion__color granate"></div>
    <img class="seccion__img" src="/sites/seprus/files/img/secciones/seccion-gestion.jpg" alt="Sistema de Gestión">
  </div>

  <div class="seccion" tabindex="0" role="group">
    <a class="seccion__enlace" href="/area-tecnica" aria-label="Ir a la sección Área Técnica"></a>
    <div class="seccion__titulares">
      <h4 class="seccion__titulo1">Área Técnica</h4>
    </div>
    <div class="seccion__color amarillo"></div>
    <img class="seccion__img" src="/sites/seprus/files/img/secciones/seccion-tecnica.jpg" alt="Área Técnica">
  </div>

  <div class="seccion" tabindex="0" role="group">
    <a class="seccion__enlace" href="/autoproteccion-emergencias" aria-label="Ir a la sección Autoprotección y Emergencias"></a>
    <div class="seccion__titulares">
      <h4 class="seccion__titulo1">Autoprotección y Emergencias</h4>
    </div>
    <div class="seccion__color verde"></div>
    <img class="seccion__img" src="/sites/seprus/files/img/secciones/seccion-autoproteccion.jpg" alt="Autoprotección y Emergencias">
  </div>

  <div class="seccion" tabindex="0" role="group">
    <a class="seccion__enlace" href="/formacion-informacion-prl" aria-label="Ir a la sección Formación e Información PRL"></a>
    <div class="seccion__titulares">
      <h4 class="seccion__titulo1">Formación e Información PRL</h4>
    </div>
    <div class="seccion__color verde-azulado"></div>
    <img class="seccion__img" src="/sites/seprus/files/img/secciones/seccion-formacion.jpg" alt="Formación e Información PRL">
  </div>

  <div class="seccion" tabindex="0" role="group">
    <a class="seccion__enlace" href="/consulta-participacion" aria-label="Ir a la sección Consulta y Participación"></a>
    <div class="seccion__titulares">
      <h4 class="seccion__titulo1">Consulta y Participación</h4>
    </div>
    <div class="seccion__color gris-azulado"></div>
    <img class="seccion__img" src="/sites/seprus/files/img/secciones/seccion-consulta.jpg" alt="Consulta y Participación">
  </div>

  <div class="seccion" tabindex="0" role="group">
    <a class="seccion__enlace" href="/coordinacion-actividades-empresariales" aria-label="Ir a la sección Coordinación de Actividades Empresariales"></a>
    <div class="seccion__titulares">
      <h4 class="seccion__titulo1">Coordinación de Actividades Empresariales</h4>
    </div>
    <div class="seccion__color magenta"></div>
    <img class="seccion__img" src="/sites/seprus/files/img/secciones/seccion-coordinacion.jpg" alt="Coordinación de Actividades Empresariales">
  </div>

  <div class="seccion" tabindex="0" role="group">
    <a class="seccion__enlace" href="/vigilancia-salud" aria-label="Ir a la sección Vigilancia de la Salud"></a>
    <div class="seccion__titulares">
      <h4 class="seccion__titulo1">Vigilancia de la Salud</h4>
    </div>
    <div class="seccion__color gris"></div>
    <img class="seccion__img" src="/sites/seprus/files/img/secciones/seccion-salud.jpg" alt="Vigilancia de la Salud">
  </div>

  <div class="seccion" tabindex="0" role="group">
    <a class="seccion__enlace" href="/uprus" aria-label="Ir a la sección UPRUS"></a>
    <div class="seccion__titulares">
      <h4 class="seccion__titulo1">UPRUS</h4>
    </div>
    <div class="seccion__color naranja"></div>
    <img class="seccion__img" src="/sites/seprus/files/img/secciones/seccion-uprus.jpg" alt="UPRUS">
  </div>
</div>
*/
/* css */
/*
.seccion:focus,
.seccion:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 4px;
  border-radius: 8px;
}
*/
/* JAVASCRIPT */
/*
<script>
  document.addEventListener('DOMContentLoaded', function () {
    document.querySelectorAll('.seccion').forEach(function (seccion) {
      const enlace = seccion.querySelector('a.seccion__enlace');

      // Hacer clic al pulsar con ratón
      seccion.addEventListener('click', function (e) {
        // Evita que se active al hacer clic en el <a> directamente (si tuviera contenido)
        if (e.target !== enlace) {
          enlace.click();
        }
      });

      // Hacer clic al pulsar Enter o Espacio
      seccion.addEventListener('keydown', function (e) {
        if (e.key === 'Enter' || e.key === ' ') {
          e.preventDefault(); // evita scroll con espacio
          enlace.click(); // activa el enlace manualmente
        }
      });
    });
  });
</script>

*/
/* 
	PILDORAS
	-----
	Región:
	Template:
	Descripción:
	Última revisión: 6/06/2025
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   PILDORAS BLQ   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Mostramos título centrado */
.block-views-blockpildoras-blq-pildoras .title {
  text-align: center;
  color: black;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 100;
}

.pildoras__descripcion {
  text-align: center;
  color: rgb(151, 150, 150);
  margin-bottom: 60px;
  font-size: 1.2rem;
  /* padding-top:4rem; */
}

.pildoras-portada .view-content {
  --shadow-soft: 0 4px 10px rgba(0, 0, 0, 0.3);
  --shadow-hover: 0 10px 20px rgba(0, 0, 0, .4);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* padding: 0 2rem; */
  /* Píldoras pares */
}
.pildoras-portada .view-content .pildora-blq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 60px; */
  position: relative;
  gap: 1rem;
}
.pildoras-portada .view-content .pildora-blq .pildora__enlace {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pildoras-portada .view-content .pildora-blq .pildora__enlace ~ .pildora__ctn .pildora__titulo {
  box-shadow: var(--shadow-soft);
}
.pildoras-portada .view-content .pildora-blq .pildora__enlace ~ .pildora__ctn .pildora__descripcion {
  box-shadow: var(--shadow-soft);
}
.pildoras-portada .view-content .pildora-blq .pildora__enlace:hover {
  /* background-color: var(--colorSec);
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
  cursor: pointer;
}
.pildoras-portada .view-content .pildora-blq .pildora__enlace:hover ~ .pildora__ctn .pildora__titulo {
  margin-right: 3rem;
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
}
.pildoras-portada .view-content .pildora-blq .pildora__enlace:hover ~ .pildora__ctn .pildora__descripcion {
  margin-left: 3rem;
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
}
.pildoras-portada .view-content .pildora-blq .pildora__ctn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.pildoras-portada .view-content .pildora-blq .pildora__ctn .pildora__titulo {
  background: rgb(5, 159, 148);
  padding: 2rem;
  border-radius: 12rem 0 0 12rem;
  height: 23vw;
  width: 25vw;
  display: flex;
  align-items: center;
  justify-content: end;
  overflow: hidden;
  transition: margin 0.3s ease;
}
.pildoras-portada .view-content .pildora-blq .pildora__ctn .pildora__titulo h4 {
  font-size: 1.8rem;
  line-height: 2.3rem;
  text-transform: uppercase;
  color: white;
  text-align: right;
}
.pildoras-portada .view-content .pildora-blq .pildora__ctn .pildora__descripcion {
  background: rgb(250, 186, 9);
  padding: 2rem;
  border-radius: 0 12rem 12rem 0;
  height: 23vw;
  width: 25vw;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: margin 0.3s ease;
}
.pildoras-portada .view-content .pildora-blq .pildora__ctn .pildora__descripcion h5 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: black;
  text-align: left;
  color: black;
}
.pildoras-portada .view-content .pildora-blq:nth-child(even) .pildora__ctn {
  flex-direction: row-reverse;
}
.pildoras-portada .view-content .pildora-blq:nth-child(even) .pildora__ctn .pildora__titulo {
  border-radius: 0 12rem 12rem 0;
  justify-content: start;
}
.pildoras-portada .view-content .pildora-blq:nth-child(even) .pildora__ctn .pildora__titulo h4 {
  text-align: left;
}
.pildoras-portada .view-content .pildora-blq:nth-child(even) .pildora__ctn .pildora__descripcion {
  border-radius: 12rem 0 0 12rem;
  justify-content: end;
}
.pildoras-portada .view-content .pildora-blq:nth-child(even) .pildora__ctn .pildora__descripcion h5 {
  text-align: right;
}
.pildoras-portada .view-content .pildora-blq:nth-child(even) .pildora__enlace:hover ~ .pildora__ctn .pildora__titulo {
  margin-left: 3rem;
}
.pildoras-portada .view-content .pildora-blq:nth-child(even) .pildora__enlace:hover ~ .pildora__ctn .pildora__descripcion {
  margin-right: 3rem;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .pildoras-portada .view-content {
    /* Píldoras pares */
  }
  .pildoras-portada .view-content .pildora-blq .pildora__enlace:hover ~ .pildora__ctn .pildora__titulo {
    margin-right: 1rem;
  }
  .pildoras-portada .view-content .pildora-blq .pildora__enlace:hover ~ .pildora__ctn .pildora__descripcion {
    margin-left: 1rem;
  }
  .pildoras-portada .view-content .pildora-blq .pildora__ctn .pildora__titulo {
    padding: 1rem;
    height: 43vw;
    width: 42vw;
  }
  .pildoras-portada .view-content .pildora-blq .pildora__ctn .pildora__titulo h4 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .pildoras-portada .view-content .pildora-blq .pildora__ctn .pildora__descripcion {
    padding: 1rem;
    height: 43vw;
    width: 42vw;
  }
  .pildoras-portada .view-content .pildora-blq .pildora__ctn .pildora__descripcion h5 {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .pildoras-portada .view-content .pildora-blq:nth-child(even) .pildora__enlace:hover ~ .pildora__ctn .pildora__titulo {
    margin-left: 1rem;
  }
  .pildoras-portada .view-content .pildora-blq:nth-child(even) .pildora__enlace:hover ~ .pildora__ctn .pildora__descripcion {
    margin-right: 1rem;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1100px) {
  .pildoras-portada .view-content {
    /* Píldoras pares */
  }
  .pildoras-portada .view-content .pildora-blq .pildora__enlace:hover ~ .pildora__ctn .pildora__titulo {
    margin-right: 1rem;
  }
  .pildoras-portada .view-content .pildora-blq .pildora__enlace:hover ~ .pildora__ctn .pildora__descripcion {
    margin-left: 1rem;
  }
  .pildoras-portada .view-content .pildora-blq .pildora__ctn .pildora__titulo {
    padding: 1rem;
    height: 43vw;
    width: 42vw;
  }
  .pildoras-portada .view-content .pildora-blq .pildora__ctn .pildora__titulo h4 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .pildoras-portada .view-content .pildora-blq .pildora__ctn .pildora__descripcion {
    padding: 1rem;
    height: 43vw;
    width: 42vw;
  }
  .pildoras-portada .view-content .pildora-blq .pildora__ctn .pildora__descripcion h5 {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .pildoras-portada .view-content .pildora-blq:nth-child(even) .pildora__enlace:hover ~ .pildora__ctn .pildora__titulo {
    margin-left: 1rem;
  }
  .pildoras-portada .view-content .pildora-blq:nth-child(even) .pildora__enlace:hover ~ .pildora__ctn .pildora__descripcion {
    margin-right: 1rem;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   SERVICIOS PÁGINA (Vista: código Twig en Global Text)   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Mostramos título centrado */
/* .block-views-blockagenda-blq-comunicados .title {
    text-align: center;
    color: black;
    margin-bottom: 60px;
    font-size: 2rem;
	padding-top:4rem;
}

 .comunicados-auto {
    overflow: hidden;
} */
.views-view-grid.horizontal.cols-100 {
  width: 100%;
}

.pildoras-pag {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  /* Filtro */
  /* Estructura cajas de los servicios */
}
.pildoras-pag .pildoras-filtro {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1px;
  /* margin: 20px auto 50px; */
  width: 100%;
  /* padding: 20px 0; */
  padding-bottom: 20px;
  height: 4rem;
  /* Botones TODOS */
  /* Elementos filtros */
}
.pildoras-pag .pildoras-filtro .view-header {
  order: 2;
  display: flex;
  gap: 1px;
}
.pildoras-pag .pildoras-filtro .view-header .boton-filtro {
  font-size: 12px;
  line-height: 15px;
  padding: 5px 10px;
  background: rgba(145, 145, 145, 0.4);
  color: white;
  border: none;
  margin: 3px;
}
.pildoras-pag .pildoras-filtro .view-header .boton-filtro:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.4) !important;
  cursor: pointer;
}
.pildoras-pag .pildoras-filtro .view-header .boton-filtro.activo {
  background: var(--us-rojo-oscuro);
  color: white !important;
}
.pildoras-pag .pildoras-filtro .view-content {
  order: 1;
  display: block;
  padding: 0;
}
.pildoras-pag .pildora-filtro {
  font-size: 12px;
  line-height: 15px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
  border: none;
  margin: 3px;
}
.pildoras-pag .pildora-filtro:hover {
  background: rgb(233, 204, 213);
  color: black !important;
  cursor: pointer;
}
.pildoras-pag .pildora-filtro.filtro-activo {
  background: var(--us-rojo-oscuro);
  color: white !important;
}
.pildoras-pag .view-header {
  order: 2;
}
.pildoras-pag .view-filters {
  order: 1;
  display: flex;
  justify-content: flex-start;
}
.pildoras-pag .view-filters label {
  font-size: 0.8rem;
  color: var(--color-texto-claro);
}
.pildoras-pag .view-filters a.button, .pildoras-pag .view-filters input[type=submit], .pildoras-pag .view-filters input[type=reset], .pildoras-pag .view-filters input[type=button] {
  background-color: var(--us-rojo-oscuro);
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  padding: 6.5px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 0;
  min-width: 80px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 10px 5px 10px 0;
  text-align: center;
  position: relative;
  left: -20px;
}
.pildoras-pag .view-content {
  order: 3;
}
.pildoras-pag .views-exposed-form {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pildoras-pag .view-content {
  display: flex;
  flex-wrap: wrap;
  transition: transform 2s ease;
  gap: 20px;
  /* padding: 1rem 0; */
}

.pildora-pag {
  flex-shrink: 0;
}

.pildoras-agrupadas__ctn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pildoras-pag h3 {
  width: 100%;
  font-size: 2rem;
  color: var(--us-rojo-oscuro);
  margin-top: 3rem;
}

/* Servicio base */
.pildora-pag {
  --root-spacing-xl: 1.5rem;
  --root-radii-l: 15px;
  --root-depth-color-1: rgba(0, 0, 0, 0.12);
  --root-depth-color-2: rgba(0, 0, 0, 0.14);
  --root-depth-4: 0 0 0.125rem var(--root-depth-color-1, rgba(0, 0, 0, 0.12)),0 0.125rem 0.25rem var(--root-depth-color-2, rgba(0, 0, 0, 0.14));
  --root-color-off-white-50: #fefefe;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  word-wrap: break-word;
  height: auto;
  overflow: hidden;
  border-radius: var(--root-radii-l) !important;
  box-shadow: var(--root-depth-4);
  background: var(--root-color-off-white-50);
  /* flex: 1; */
  width: 31%;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  max-height: 400px;
  /* Color fondo según categoría */
  /* Línea exterior según categoría */
  /* Sombra al seleccionar caja */
}
.pildora-pag:has(.pildora-pag__enlace[data-categoria=CAE]) {
  /* background-color: var(rgb(242, 212, 127));  */
  background-color: rgba(242, 212, 127, 0.15);
}
.pildora-pag:has(.pildora-pag__enlace[data-categoria=Ergonomía]) {
  /* background-color: var(rgb(198, 215, 136));  */
  background-color: rgba(198, 215, 136, 0.15);
}
.pildora-pag:has(.pildora-pag__enlace[data-categoria="Factores Psicosociales"]) {
  /* background-color: var(rgb(155, 196, 190));  */
  background-color: rgba(155, 196, 190, 0.15);
}
.pildora-pag:has(.pildora-pag__enlace[data-categoria="Higiene Industrial"]) {
  /* background-color: var(rgb(199, 115, 152));  */
  background-color: rgba(199, 115, 152, 0.15);
}
.pildora-pag:has(.pildora-pag__enlace[data-categoria="Seguridad Trabajo"]) {
  /* background-color: var(rgb(169, 184, 196));  */
  background-color: rgba(169, 184, 196, 0.15);
}
.pildora-pag:has(.pildora-pag__enlace[data-categoria="Vigilancia Salud"]) {
  /* background-color: var(rgb(169, 196, 174));  */
  background-color: rgba(169, 196, 174, 0.15);
}
.pildora-pag:has(.pildora-pag__enlace[data-categoria="Seguridad Vial"]) {
  /* background-color: var(rgb(161, 152, 196));  */
  background-color: rgba(161, 152, 196, 0.15);
}
.pildora-pag:has(.pildora-pag__enlace[data-categoria="Autoprotección y Emergencias"]) {
  /* background-color: var(rgb(176, 158, 136));  */
  background-color: rgba(176, 158, 136, 0.15);
}
.pildora-pag:has(.pildora-pag__enlace[data-categoria=CAE]:hover) {
  outline: 2px dashed rgb(242, 212, 127);
}
.pildora-pag:has(.pildora-pag__enlace[data-categoria=Ergonomía]:hover) {
  outline: 2px dashed rgb(198, 215, 136);
}
.pildora-pag:has(.pildora-pag__enlace[data-categoria="Factores Psicosociales"]:hover) {
  outline: 2px dashed rgb(155, 196, 190);
}
.pildora-pag:has(.pildora-pag__enlace[data-categoria="Higiene Industrial"]:hover) {
  outline: 2px dashed rgb(199, 115, 152);
}
.pildora-pag:has(.pildora-pag__enlace[data-categoria="Seguridad Trabajo"]:hover) {
  outline: 2px dashed rgb(169, 184, 196);
}
.pildora-pag:has(.pildora-pag__enlace[data-categoria="Vigilancia Salud"]:hover) {
  outline: 2px dashed rgb(169, 196, 174);
}
.pildora-pag:has(.pildora-pag__enlace[data-categoria="Seguridad Vial"]:hover) {
  outline: 2px dashed rgb(161, 152, 196);
}
.pildora-pag:has(.pildora-pag__enlace[data-categoria="Autoprotección y Emergencias"]:hover) {
  outline: 2px dashed rgb(176, 158, 136);
}
.pildora-pag:has(.pildora-pag__enlace:hover) {
  box-shadow: 0 0 1.5rem var(--root-depth-color-2);
}

/* Categoría */
.pildora-pag__categoria {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
}

/* Título */
.pildora-pag__titulo {
  /* $color-categoria-1: #810e42;
  $color-categoria-2: #ae8207;
  $color-categoria-3: #596923;
  $color-categoria-4: #15564c;
  $color-categoria-5: #213240;

  &[data-categoria="ID+ACC NET"] {
  	color: $color-categoria-1;
  }
  &[data-categoria="PT TRAB"] {
  	color:$color-categoria-2;
  }
  &[data-categoria="COM+COLAB USR"] {
  	color: $color-categoria-3;
  }
  &[data-categoria="APPS WEB"] {
  	color: $color-categoria-4; 
  }
  &[data-categoria="ALOJA+PUB"] {
  	color: $color-categoria-5;
  } */
  color: black;
  font-size: 1.2rem;
  line-height: 1.4rem;
  /* Línea posterior */
}
.pildora-pag__titulo::after {
  content: "___________";
  margin: 15px auto;
  display: block;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 100;
  font-size: 1rem;
  line-height: 0;
  letter-spacing: 0;
}

/* Resumen */
.pildora-pag__resumen {
  --color-descripcion: rgba(0,0,0,.7)
  font-weight: 400;
  line-height: 1.4rem;
  letter-spacing: -0.03em;
  color: var(--color-descripcion);
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  margin-top: 0.5rem;
  text-align: left;
}

/* Enlace */
.pildora-pag__enlace {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

/* Aplica color de fondo, según la categoría */
/* pildora-pag {
	--color-categoria-1: rgba(199, 115, 152, 0.15);
	--color-categoria-2: rgba(242, 212, 127, 0.15);
	--color-categoria-3: rgba(198, 215, 136, 0.15);
	--color-categoria-4: rgba(155, 196, 190, 0.15);
	--color-categoria-5: rgba(169, 184, 196, 0.15);

	&:has(pildora-pag__enlace[data-categoria="ID+ACC NET"]) {
		background-color: var(--color-categoria-1); 
	}
	&:has(pildora-pag__enlace[data-categoria="PT TRAB"]) {
		background-color: var(--color-categoria-2); 
	}
	&:has(pildora-pag__enlace[data-categoria="COM+COLAB USR"]) {
		background-color: var(--color-categoria-3); 
	}
	&:has(pildora-pag__enlace[data-categoria="APPS WEB"]) {
		background-color: var(--color-categoria-4); 
	}
	&:has(pildora-pag__enlace[data-categoria="ALOJA+PUB SERV"]) {
		background-color: var(--color-categoria-5); 
	}
} */
/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .pildoras-pag .servicios-filtro {
    height: 6rem;
  }
  .pildoras-pag .servicios-filtro .view-content {
    margin-bottom: 10px;
  }
  .pildora-pag {
    width: 98%;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .pildora-pag {
    width: 48%;
  }
}
/* 
	ICONOS-PORTADA
	--------------
	Región:
	Template:
	Descripción:
	Última revisión: 10/06/2025
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   ICONOS PORTADA   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Esconde iconos del header-top */
.header-top .block-views-blockatajos-blq-atajos-iconos {
  display: none;
}

.iconos-portada {
  padding: 4px 15px;
  /* position: absolute;
  top: 0;
  right: 3rem;
  z-index: 2; */
  background: transparent;
  /* box-shadow: 2px 2px 5px rgba(0, 0, 0, .05); */
  /* Patrón de colores */
  /* background: var(--color-iconos-portada); */
  color: var(--color-iconos-portada);
  /* Esquinas */
  /* Menú  */
}
.iconos-portada:has(.iconos-portada__enlace[data-color=amarillo]) {
  --color-iconos-portada: var(--us-amarillo);
}
.iconos-portada:has(.iconos-portada__enlace[data-color=naranja]) {
  --color-iconos-portada: var(--us-naranja);
}
.iconos-portada:has(.iconos-portada__enlace[data-color=rojo]) {
  --color-iconos-portada: var(--us-rojo);
}
.iconos-portada:has(.iconos-portada__enlace[data-color=violeta]) {
  --color-iconos-portada: violet;
}
.iconos-portada:has(.iconos-portada__enlace[data-color=azul]) {
  --color-iconos-portada: blue;
}
.iconos-portada:has(.iconos-portada__enlace[data-color=celeste]) {
  --color-iconos-portada: cyan;
}
.iconos-portada:has(.iconos-portada__enlace[data-color=verde]) {
  --color-iconos-portada: var(--us-verde-azulado);
}
.iconos-portada:has(.iconos-portada__enlace[data-color=gris]) {
  --color-iconos-portada: var(--us-gris-azulado);
}
.iconos-portada:has(.iconos-portada__enlace[data-color=negro]) {
  --color-iconos-portada: black;
}
.iconos-portada:has(.iconos-portada__enlace[data-color=blanco]) {
  --color-iconos-portada: white;
}
.iconos-portada:has(.iconos-portada__enlace[data-color=transparente]) {
  --color-iconos-portada: transparent;
}
.iconos-portada:hover {
  cursor: pointer;
}
.iconos-portada:hover > .view-content {
  opacity: 1;
  pointer-events: auto;
}
.iconos-portada:has(.iconos-portada__enlace[data-esquinas=Redondeadas]) {
  border-radius: 35px;
}
.iconos-portada > .view-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

/* Elementos */
.iconos-portada__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  /* Enlace */
}
.iconos-portada__item > .iconos-portada__enlace {
  display: block;
  transition: 0.5s;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iconos-portada__item:hover .iconos-portada__icono {
  transform: scale(1.3);
  opacity: 1;
}
.iconos-portada__item:hover .iconos-portada__imagen {
  transform: scale(1.3);
  opacity: 1;
}

/* Icono */
.iconos-portada__icono {
  font-size: 25px;
  color: var(--color-iconos-portada);
  opacity: 1;
  transition: 0.5s;
}

/* Iconos en portada son blancos */
.page:has(.secciones) .iconos-portada__icono {
  color: white;
}

.iconos-portada__icono.fa,
.iconos-portada__icono.fas {
  line-height: inherit !important;
}

/* Imagen en lugar de icono */
.iconos-portada__imagen {
  margin: 0;
  width: 25px;
  opacity: 0.7;
  transition: 0.5s;
}

.iconos-portada__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  /* Muestra iconos del header-top */
  .header-top .block-views-blockatajos-blq-atajos-iconos {
    display: none;
  }
  .header .block-views-blockatajos-blq-atajos-iconos {
    display: block;
    display: relative;
    top: 53px;
  }
  /* Caja fantasma en header-top */
  /* .header-wrapper {display:block;height: 53px; width:100%;} */
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .iconos-portada > .view-content {
    pointer-events: auto;
  }
}
/* 
	CKEDITOR
	--------
	Región:
	Template:
	Descripción:
	Última revisión: 
*/
/* ----------------------------------------------------------------------------
+
+   C K E D I T O R  -  E L E M E N T O S  B A S E  (A R T I C L E)  +
+
------------------------------------------------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ CKEDITOR: CABECERAS H1-H6 , CON FORMATO +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
h1 {
  font-size: 2.2rem;
  line-height: 2.7rem;
  color: var(--colorSec);
  text-transform: none;
  margin: 30px 0 0 !important;
}

article h2, article h2 > a {
  font-size: 1.9rem;
  line-height: 2rem;
  color: var(--colorSec);
  text-transform: none;
  margin-bottom: 1rem;
  margin-top: 30px;
}
article h3, article h3 > a {
  font-size: 1.6rem;
  line-height: 2rem;
  color: var(--colorPri);
  text-transform: none;
  margin-bottom: 1rem;
  margin-top: 30px;
}
article h4, article h4 > a {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: var(--colorPri);
  text-transform: none;
  margin: 20px 0 10px !important;
}
article h5, article h5 > a {
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #d18a05;
  text-transform: none;
  margin: 20px 0 10px !important;
}
article h6, article h6 > a {
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #d18a05;
  text-transform: none;
  margin: 20px 0 10px !important;
}
article:is(h1, h2, h3, h4, h5, h6) {
  text-align: left;
  margin-bottom: 15px;
}
article:is(h1, h2, h3, h4, h5, h6).text-align-center {
  text-align: center;
}
article:is(h1, h2, h3, h4, h5, h6).text-align-right {
  text-align: right;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ CKEDITOR, FUENTES: Normal, Negrita, Cursiva, Subrayado, Tachado, superíndice, subíndice +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Normal */
article {
  /* Tamaño de fuente */
  /* Alineación de texto */
  /* Negrita */
  /* Cursiva */
  /* Subrayado */
  /* Tachado */
  /* Superíndice u subíndice */
}
article p, article span {
  margin: 0;
  padding: 0 0 18px 0;
  border: 0;
  font-style: inherit !important;
  font-variant: inherit !important;
  font-stretch: inherit !important;
  font-family: FuenteRegular, Helvetica, Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  letter-spacing: right !important;
  text-align: left;
}
article .text-tiny {
  font-size: 0.6rem !important;
}
article .text-small {
  font-size: 0.8rem !important;
}
article .text-big {
  font-size: 1.2rem !important;
}
article .text-huge {
  font-size: 1.5rem !important;
}
article p.text-align-justify {
  text-align: justify;
}
article p.text-align-right {
  text-align: right;
}
article p.text-align-center {
  text-align: center;
}
article strong {
  font-weight: bold;
  color: var(--color-texto-resaltado);
}
article em {
  font-style: italic;
}
article u {
  text-decoration: underline;
}
article s {
  text-decoration: line-through;
}
article sup, article sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
article sup {
  top: -0.5em;
}
article sub {
  bottom: -0.25em;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ CKEDITOR: ENLACES +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Enlaces */
article {
  /* Videos */
}
article a {
  /* color: var(--color-texto);  */
  color: var(--colorEnlace);
  display: inline;
  /* text-decoration:none; */
  text-underline-position: under;
  text-decoration-line: underline !important;
  text-decoration-style: dotted !important;
  text-decoration-color: rgb(221, 221, 238) !important;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease-in-out;
  /* word-break: break-all; */
  /* Ficheros PDF */
  /* Ficheros WORD */
  /* Ficheros EXCEL */
  /* Ficheros VIDEOS US */
  /* Ficheros YOUTUBE */
}
article a:hover {
  color: var(--colorEnlaceResaltado);
  text-decoration: none;
  /* font-weight:900; */
}
article a[href$=".pdf" i]::after {
  content: "\f1c1";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: red;
  position: relative;
  left: 2px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 0;
  padding: 0 6px;
}
article a[href$=".doc" i]::after, article a[href$=".docx" i]::after {
  content: "\f1c2";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: blue;
  position: relative;
  left: 2px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 0;
  padding: 0 6px;
}
article a[href$=".xls" i]::after, article a[href$=".xlsx" i]::after {
  content: "\f1c3";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: green;
  position: relative;
  left: 2px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 0;
  padding: 0 6px;
}
article a[href*="videos.us.es"]::after, article a[href*="https://apoyotic.us.es/videos"]::after, article a[href*="https://tv.us.es"]::after, article a[href*="http://tv.us.es"]::after {
  content: "\f03d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.25rem;
  color: var(--us-rojo-oscuro);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /* font-family: var(--fa-font-solid); 
  			text-rendering: auto;
  			-webkit-font-smoothing: antialiased;
  color: var(--us-rojo-oscuro);
  position: relative;
  left: 2px;
  font-size: 1rem;
  font-weight: 100;
  padding: 0 6px; */
  /* bottom: -3px; */
}
article a[href*=youtube i]::after {
  /* font: var(--fa-font-solid); */
  content: "\f167";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: red;
  position: relative;
  left: 2px;
  font-size: 1rem;
  font-weight: 900;
  /* line-height: 0; */
  padding: 0 6px;
  /* bottom: -3px; */
}
article video {
  border: 1px solid var(--colorSec);
  width: 100%;
  height: 100%;
}

/* Anula imagen que da el sistema (REVISAR) */
.file--application-pdf {
  background-image: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ CKEDITOR: LISTAS +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ LISTAS DESORDENADAS (UL. Hasta 4 niveles) +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Lista 1 nivel */
article ul {
  /* list-style-type: disc; */
  list-style: none;
  /* list-style-position: outside; */
  /* list-style-image: url("../images/lista.png"); */
  font-style: inherit !important;
  font-variant: inherit !important;
  font-stretch: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0;
  padding-left: 2.6rem;
  margin-bottom: 1rem;
  /* Cambia el marcador */
}
article ul li {
  font-style: inherit !important;
  font-variant: inherit !important;
  font-stretch: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  letter-spacing: right !important;
  text-align: left !important;
}
article ul > li::before {
  content: "\f111";
  font: var(--fa-font-solid);
  color: var(--colorSec) !important;
  font-size: 0.4rem !important;
  font-weight: 900;
  display: inline-block;
  position: relative;
  top: -3px;
  left: -1.2rem;
  margin-right: -0.4rem;
}

/* Lista 2 nivel */
article ul ul {
  padding-left: 1.6rem;
  margin-bottom: 0;
}
article ul > li ul > li::before {
  content: "\f111";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: var(--colorSec) !important;
  font-size: 0.4rem !important;
  font-weight: 100;
  display: inline-block;
  position: relative;
  top: -3px;
  left: -1.2rem;
  margin-right: -0.4rem;
}

/* Lista 3 nivel */
article ul ul ul {
  padding-left: 1.6rem;
  margin-bottom: 0;
}

article ul > li ul > li ul > li::before {
  content: "\f0c8";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: var(--colorSec) !important;
  font-size: 0.4rem !important;
  font-weight: 100;
  display: inline-block;
  position: relative;
  top: -3px;
  left: -1.2rem;
  margin-right: -0.4rem;
}

/* Lista 4 nivel */
article ul ul ul ul {
  padding-left: 1.6rem;
  margin-bottom: 0;
}

article ul > li ul > li ul > li ul > li::before {
  content: "\f0c8";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: var(--colorSec) !important;
  font-size: 0.4rem !important;
  font-weight: 100;
  display: inline-block;
  position: relative;
  top: -3px;
  left: -1.2rem;
  margin-right: -0.4rem;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ LISTAS ORDENADAS (OL. Hasta 4 niveles) +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Lista 1 nivel */
article ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 2.6rem;
}

/* Lista 2 nivel */
article ol ol {
  list-style-type: lower-alpha;
  list-style-position: outside;
  padding-left: 1.2rem;
}

/* Lista 3 nivel */
article ol ol ol {
  list-style-type: lower-roman;
  list-style-position: outside;
  padding-left: 1.2rem;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ MEDIA +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* div */
article div {
  padding-bottom: 5px;
  clear: both;
  overflow: hidden;
}

/* Cita */
article blockquote {
  padding: 0 2rem;
  margin: 2rem 0 2rem 2rem;
  border-left: 14px solid var(--colorSec);
  font-size: 1.6rem;
  line-height: 2.2rem;
}
article blockquote > p {
  padding: 0;
}

/* Línea horizontal */
hr {
  border: 0;
  border-top: 1px dashed var(--color-texto-claro);
  margin: 20px 0;
}

/*   MODO MÓVIL / TABLET ELEMENTOS CKEDITOR   ---------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  /* texto */
  article p,
  article span {
    text-align: left !important;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  article ul {
    margin-left: 40px;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+  CKEDITOR: TABLA RESPONSIVA 2 COLUMNAS   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* article table td i {
	padding-bottom: 35px;
    display: block;
} */
/* Resetear valores tablas */
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  /* font-size: 100%;
  vertical-align: baseline; */
}

/* Tabla */
table {
  margin: 2rem auto;
  /* border-collapse: collapse; */
  /* border: 1px solid #eee; */
  /* border-spacing: 0; */
  /* border-bottom: 2px solid var(--colorPri); */
  /* width: 98%; */
  /* margin-bottom: 60px; */
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.25);
  /* Titulo */
}
table caption {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: var(--colorSec);
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* alternar color filas */
tbody tr:nth-child(odd) {
  background: rgba(100, 138, 159, 0.1);
}

/* Fila resaltada */
table tr:hover {
  background: rgb(113, 156, 15), 0.1;
}

table tr:hover td {
  color: black;
}

/* Alineación tabla */
table[align=center] {
  margin: 10px auto;
  margin-bottom: 60px;
}

table[align=left] {
  float: left;
  margin: 0 20px 10px 0;
}

table[align=right] {
  float: right;
  margin: 0 0 10px 20px;
}

/* Filas */
table th,
table td {
  color: #444;
  border: 2px solid white;
  padding: 12px 35px;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.2rem;
  width: 25%;
}

/* Cabecera (Debe ir detrás de filas) */
table th {
  background: var(--colorSec);
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
}

/* Permite desplazamiento horizontal en modo móvil */
/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  /* Scrooll horizontal */
  table {
    /* display: block;  */
    overflow-x: auto;
    /* box-shadow:none; */
    width: 97% !important;
  }
  table th,
  table td {
    border: 1px solid white;
    padding: 10px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  table th {
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   CKEDITOR: VÍDEO EXTERNO <VIDEO>   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* .video-externo[data-align="center"]{
	margin: 0 auto;
}
.video-externo[data-align="left"]{
	float: left;
}
.video-externo[data-align="right"]{
	float: right;
}
.video-externo {width:100%;}
.video-externo[data-width="20"]{width:20%;}
.video-externo[data-width="25"]{width:25%;}
.video-externo[data-width="30"]{width:30%;}
.video-externo[data-width="35"]{width:35%;}
.video-externo[data-width="40"]{width:40%;}
.video-externo[data-width="45"]{width:45%;}
.video-externo[data-width="50"]{width:50%;}
.video-externo[data-width="55"]{width:55%;}
.video-externo[data-width="60"]{width:60%;}
.video-externo[data-width="65"]{width:65%;}
.video-externo[data-width="70"]{width:70%;}
.video-externo[data-width="75"]{width:75%;}
.video-externo[data-width="80"]{width:80%;}
.video-externo[data-width="85"]{width:85%;}
.video-externo[data-width="90"]{width:90%;}
.video-externo[data-width="95"]{width:95%;} */
/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  /* .video-externo {
  	margin: 0 !important;
  	width: 100% !important;
  } */
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ CKEDITOR: FOTOS 
En el campo alt, añadimos al final "--ancho=núm"  para controlar el ancho en porcentaje


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1. FOTOS CKEDITOR: FOTOS SIN PIE DE TEXTO (ETIQUETA). No llevan el contenedor <figure>  +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Ver el ancho en webs Drupal 11 */
.ancho5 {
  width: 5%;
}

.ancho10 {
  width: 10%;
}

.ancho15 {
  width: 15%;
}

.ancho20 {
  width: 20%;
}

.ancho25 {
  width: 25%;
}

.ancho30 {
  width: 30%;
}

.ancho35 {
  width: 35%;
}

.ancho40 {
  width: 40%;
}

.ancho45 {
  width: 45%;
}

.ancho50 {
  width: 50%;
}

.ancho55 {
  width: 55%;
}

.ancho60 {
  width: 60%;
}

.ancho65 {
  width: 65%;
}

.ancho70 {
  width: 70%;
}

.ancho75 {
  width: 75%;
}

.ancho80 {
  width: 80%;
}

.ancho85 {
  width: 85%;
}

.ancho90 {
  width: 90%;
}

.ancho95 {
  width: 95%;
}

.ancho100 {
  width: 100%;
}

article img {
  width: 100%;
  display: block;
  /* Alineación */
  /* Ancho de la foto (Dejar, pues lo utilizan versiones web Drupal 9 */
}
article img.align-center {
  display: block;
  margin: 0 auto 40px auto;
  /* width: fit-content; */
}
article img.align-left {
  float: left;
  margin: 10px 40px 10px 0;
}
article img.align-right {
  float: right;
  margin: 10px 0 10px 40px;
}
article img[alt*="--ancho=20"] {
  width: 20%;
}
article img[alt*="--ancho=25"] {
  width: 25%;
}
article img[alt*="--ancho=30"] {
  width: 30%;
}
article img[alt*="--ancho=35"] {
  width: 35%;
}
article img[alt*="--ancho=40"] {
  width: 40%;
}
article img[alt*="--ancho=45"] {
  width: 45%;
}
article img[alt*="--ancho=50"] {
  width: 50%;
}
article img[alt*="--ancho=55"] {
  width: 55%;
}
article img[alt*="--ancho=60"] {
  width: 60%;
}
article img[alt*="--ancho=65"] {
  width: 65%;
}
article img[alt*="--ancho=70"] {
  width: 70%;
}
article img[alt*="--ancho=75"] {
  width: 75%;
}
article img[alt*="--ancho=80"] {
  width: 80%;
}
article img[alt*="--ancho=85"] {
  width: 85%;
}
article img[alt*="--ancho=90"] {
  width: 90%;
}
article img[alt*="--ancho=95"] {
  width: 95%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2. FOTOS CKEDITOR: FOTOS CON PIE DE TEXTO (Etiqueta). Se envuelven con <figure>, y se le añade un <figcaption> +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
article figure {
  margin: 0;
  position: relative;
  z-index: 1;
  /* Alineación */
  /* Ancho de la foto (dejar para versiones anteriores) */
  /* Pie de foto */
  /* Sombra doble */
  /* & > .media-image {
  	margin: 0;
  } */
}
article figure.align-center {
  display: block;
  margin: 0 auto 20px auto;
}
article figure.align-left {
  float: left;
  margin: 10px 20px 10px 0;
}
article figure.align-right {
  float: right;
  margin: 10px 0 10px 20px;
}
article figure img {
  width: 100% !important;
}
article figure:has(img[alt*="--ancho=20"]) {
  width: 20%;
}
article figure:has(img[alt*="--ancho=25"]) {
  width: 25%;
}
article figure:has(img[alt*="--ancho=30"]) {
  width: 30%;
}
article figure:has(img[alt*="--ancho=35"]) {
  width: 35%;
}
article figure:has(img[alt*="--ancho=40"]) {
  width: 40%;
}
article figure:has(img[alt*="--ancho=45"]) {
  width: 45%;
}
article figure:has(img[alt*="--ancho=50"]) {
  width: 50%;
}
article figure:has(img[alt*="--ancho=55"]) {
  width: 55%;
}
article figure:has(img[alt*="--ancho=60"]) {
  width: 60%;
}
article figure:has(img[alt*="--ancho=65"]) {
  width: 65%;
}
article figure:has(img[alt*="--ancho=70"]) {
  width: 70%;
}
article figure:has(img[alt*="--ancho=75"]) {
  width: 75%;
}
article figure:has(img[alt*="--ancho=80"]) {
  width: 80%;
}
article figure:has(img[alt*="--ancho=85"]) {
  width: 85%;
}
article figure:has(img[alt*="--ancho=90"]) {
  width: 90%;
}
article figure:has(img[alt*="--ancho=95"]) {
  width: 95%;
}
article figure > figcaption {
  display: block !important;
  padding: 7px;
  margin: 0;
  width: 100%;
  text-align: right;
  color: var(--color-texto-claro);
  opacity: 1;
  font-size: 0.8rem;
  font-weight: 100;
  font-style: italic;
  line-height: 1rem;
}
article figure.sombra2 {
  margin-bottom: 90px;
}
article figure.sombra2::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  right: 8px;
  top: 0.8rem;
  transform: rotate(2deg);
  transform-origin: center;
  background: var(--us-rojo-oscuro);
  opacity: 0.4;
}
article figure.sombra2::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  right: 15px;
  top: 1.1rem;
  transform: rotate(-2deg);
  transform-origin: center;
  background: var(--us-rojo-oscuro);
  opacity: 0.2;
}
article figure.sombra2 > figcaption {
  position: absolute;
  bottom: -5rem;
  color: var(--us-rojo-oscuro);
  font-size: 0.7rem;
  line-height: 1.4rem;
}
article figure.sombra2 > figcaption::first-line {
  font-weight: 800;
  font-style: normal;
  font-size: 1rem;
}

/* .media-image {
	margin: 0 auto;
} */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   CKEDITOR: MEDIA: image / remote-video / document   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1. MEDIA  CKEDITOR: Foto sin pie de texto
Estructura:
	article.align-center media media--type-image media--view-mode-default
		div.field field--name-field-media-image field--type-image field--label-visually_hidden
    		div.field__label visually-hidden
            div.field__item
				img alt=
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.media--type-image {
  /* Alineación */
}
.media--type-image.align-center {
  display: block;
  margin: 0 auto 20px auto;
}
.media--type-image.align-left {
  float: left;
  margin: 10px 20px 10px 0;
}
.media--type-image.align-right {
  float: right;
  margin: 10px 0 10px 20px;
}
.media--type-image img {
  width: 100% !important;
}
.media--type-image:has(img[alt*="--ancho=20"]) {
  width: 20%;
}
.media--type-image:has(img[alt*="--ancho=25"]) {
  width: 25%;
}
.media--type-image:has(img[alt*="--ancho=30"]) {
  width: 30%;
}
.media--type-image:has(img[alt*="--ancho=35"]) {
  width: 35%;
}
.media--type-image:has(img[alt*="--ancho=40"]) {
  width: 40%;
}
.media--type-image:has(img[alt*="--ancho=45"]) {
  width: 45%;
}
.media--type-image:has(img[alt*="--ancho=50"]) {
  width: 50%;
}
.media--type-image:has(img[alt*="--ancho=55"]) {
  width: 55%;
}
.media--type-image:has(img[alt*="--ancho=60"]) {
  width: 60%;
}
.media--type-image:has(img[alt*="--ancho=65"]) {
  width: 65%;
}
.media--type-image:has(img[alt*="--ancho=70"]) {
  width: 70%;
}
.media--type-image:has(img[alt*="--ancho=75"]) {
  width: 75%;
}
.media--type-image:has(img[alt*="--ancho=80"]) {
  width: 80%;
}
.media--type-image:has(img[alt*="--ancho=85"]) {
  width: 85%;
}
.media--type-image:has(img[alt*="--ancho=90"]) {
  width: 90%;
}
.media--type-image:has(img[alt*="--ancho=95"]) {
  width: 95%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2. MEDIA  CKEDITOR: Foto con pie de texto
Estructura:
	figure.caption caption-drupal-media align-right role="group"
		article.media media--type-image media--view-mode-default"
			div.field field--name-field-media-image field--type-image field--label-visually_hidden
    			div.field__label visually-hidden
              	div.field__item
					img alt=
		figcaption
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
figure.caption-drupal-media {
  /* Alineación */
}
figure.caption-drupal-media div {
  padding-bottom: 0;
}
figure.caption-drupal-media .media--type-image {
  width: auto !important;
}
figure.caption-drupal-media.align-center {
  display: block;
  margin: 0 auto 20px auto;
}
figure.caption-drupal-media.align-left {
  float: left;
  margin: 10px 20px 10px 0;
}
figure.caption-drupal-media.align-right {
  float: right;
  margin: 10px 0 10px 20px;
}
figure.caption-drupal-media img {
  width: 100% !important;
}
figure.caption-drupal-media:has(img[alt*="--ancho=20"]) {
  width: 20%;
}
figure.caption-drupal-media:has(img[alt*="--ancho=25"]) {
  width: 25%;
}
figure.caption-drupal-media:has(img[alt*="--ancho=30"]) {
  width: 30%;
}
figure.caption-drupal-media:has(img[alt*="--ancho=35"]) {
  width: 35%;
}
figure.caption-drupal-media:has(img[alt*="--ancho=40"]) {
  width: 40%;
}
figure.caption-drupal-media:has(img[alt*="--ancho=45"]) {
  width: 45%;
}
figure.caption-drupal-media:has(img[alt*="--ancho=50"]) {
  width: 50%;
}
figure.caption-drupal-media:has(img[alt*="--ancho=55"]) {
  width: 55%;
}
figure.caption-drupal-media:has(img[alt*="--ancho=60"]) {
  width: 60%;
}
figure.caption-drupal-media:has(img[alt*="--ancho=65"]) {
  width: 65%;
}
figure.caption-drupal-media:has(img[alt*="--ancho=70"]) {
  width: 70%;
}
figure.caption-drupal-media:has(img[alt*="--ancho=75"]) {
  width: 75%;
}
figure.caption-drupal-media:has(img[alt*="--ancho=80"]) {
  width: 80%;
}
figure.caption-drupal-media:has(img[alt*="--ancho=85"]) {
  width: 85%;
}
figure.caption-drupal-media:has(img[alt*="--ancho=90"]) {
  width: 90%;
}
figure.caption-drupal-media:has(img[alt*="--ancho=95"]) {
  width: 95%;
}

/* Los Media que tengan pie de foto, el width está en <figure>, por lo que hay que poner width = auto en .media-image */
/* figure > .media-image {width: auto !important;} */
/* .media--type-video {

} */
/* VÍDEOS-REMOTE MEDIA Y VÍDEOS YOUTUBE */
/* .media-remote-video > div,
.contenedor-youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.media-remote-video > div > iframe,
.contenedor-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */
/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  /* Fotos */
  article img {
    float: none;
    max-width: 100%;
    width: 100% !important;
    height: auto;
    margin: 0 auto;
  }
  article figure {
    width: 100% !important;
  }
  article figure > figcaption {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  /* Media */
  .media--type-image {
    width: 100% !important;
  }
  .figure.caption-drupal-media {
    width: 100% !important;
  }
  /* .media-image {width: 100% !important;}
  figure:has(.media-image){width: 100% !important;} */
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ ACORDEÓN DRUPAL (NO ES EL MÓDULO)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: var(--colorPri);
  font-weight: normal;
  color: white !important;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ CKEDITOR__FOTO-TEXTO y CKEDITOR__TEXTO-FOTO
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.field--name-body:has(.ck-fototexto),
article div:has(.ck-fototexto) {
  overflow: visible !important;
}

article h3 {
  margin-bottom: 0;
}

.ck-fototexto {
  display: flex;
  /* gap: 2rem; */
  margin-bottom: 1.5rem;
  /* align-items: center; */
  position: relative;
  padding-top: 20px;
  /* border-top: 2px dashed rgb(240, 206, 216); */
  /* border-bottom: 2px dashed rgb(240, 206, 216); */
  background: rgb(244, 248, 248);
  padding: 20px 30px;
}
.ck-fototexto h3 {
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: none;
  margin-top: 0;
  /* background: var(--colorPri); */
  display: block;
  /* padding: 0 10px; */
  color: var(--colorPri) !important;
  margin-bottom: 0;
  position: absolute;
  top: -47px;
  left: 0;
  z-index: 1;
}
.ck-fototexto img {
  padding: 0;
  overflow: hidden;
  flex: 40%;
  order: 1;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
}
.ck-fototexto .ck-fototexto__texto {
  flex: 60%;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.field--name-body:has(.ck-textofoto),
article div:has(.ck-textofoto) {
  overflow: visible !important;
}

.ck-textofoto {
  display: flex;
  /* gap: 2rem; */
  margin-bottom: 1.5rem;
  /* align-items: center; */
  position: relative;
  padding-top: 20px;
  /* border-top: 2px dashed rgb(240, 206, 216); */
  /* border-bottom: 2px dashed rgb(240, 206, 216); */
  background: #fdfafa;
  padding: 20px 30px;
}
.ck-textofoto h3 {
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: none;
  margin-top: 0;
  /* background: var(--colorPri); */
  display: block;
  /* padding: 0 10px; */
  color: var(--colorPri) !important;
  margin-bottom: 0;
  position: absolute;
  top: -47px;
  left: 0;
  z-index: 1;
}
.ck-textofoto img {
  padding: 0;
  overflow: hidden;
  flex: 40%;
  order: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
}
.ck-textofoto .ck-textofoto__texto {
  flex: 60%;
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .ck-fototexto, .ck-textofoto {
    flex-direction: column;
  }
  .ck-fototexto h3, .ck-textofoto h3 {
    top: -33px;
  }
  .ck-fototexto img, .ck-textofoto img {
    margin: 0 !important;
    order: 1;
  }
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ CKEDITOR__BOTON
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.ck-boton {
  margin: 2rem 0;
  overflow: visible;
}
.ck-boton a {
  display: inline-block;
  background-color: rgba(165, 1, 51, 0.075);
  color: rgb(165, 1, 51) !important;
  /* font-family: inherit; */
  font-weight: 700;
  /* text-transform: uppercase; */
  text-decoration: none;
  letter-spacing: 0.05rem;
  padding: 1rem 2rem;
  border-radius: 45px;
  /* border: none; */
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none !important;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4rem;
  border: 3px solid rgb(165, 1, 51);
}
.ck-boton a:hover, .ck-boton a:focus {
  filter: brightness(0.85);
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  background-color: rgb(165, 1, 51);
  color: white !important;
}
.ck-boton a:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.ck-boton a::after {
  content: none !important;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .ck-boton a {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ CK-FRASE
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.ck-frase {
  padding: 3rem 4rem;
  background: #f4f0f0;
  border: 2px solid #e7d1d1;
  margin: 2rem 2rem;
  margin-bottom: 3rem;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .ck-frase {
    margin: 0;
  }
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ CORTINILLAS CKEDITOR
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.cortinas {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 12rem;
}

.cortinas-titulo {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: var(--colorPri) !important;
}

.cortina {
  --cortina-theme1: rgba(165,1,51,1);
  --cortina-theme2: rgba(240,146,5,1);
  --cortina-theme3: rgba(149,190,5,1);
  --cortina-theme4: rgba(5,159,148,1);
  --cortina-theme5: rgba(100,138,169,1);
  --cortina-theme6: rgba(89,19,83,1);
  flex: 1;
  height: 100%;
  transition: all 0.8s ease;
  position: relative;
  overflow: hidden;
  margin-right: 3px;
}
.cortina:last-of-type {
  margin-right: 0;
}
.cortina::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(100%) blur(2px);
}

/* Imágenes de fondo */
.cortina:first-of-type::before {
  background-image: url("https://sepruspre.us.es/sites/seprus/files/img/subidas/11-comite-de-sys.jpg");
}

.cortina:nth-of-type(2)::before {
  background-image: url("https://sepruspre.us.es/sites/seprus/files/img/subidas/12-delegado-prl_3.jpg");
}

.cortina:nth-of-type(3)::before {
  background-image: url("https://sepruspre.us.es/sites/seprus/files/img/subidas/13-trabajador-designado.jpg");
}

.cortina:nth-of-type(4)::before {
  background-image: url("https://sepruspre.us.es/sites/seprus/files/img/subidas/11-comite-de-sys.jpg");
}

/* Colores (hasta 6) */
.cortina__color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.85;
}

.cortina:nth-of-type(1) .cortina__color,
.cortina:nth-of-type(1) .cortina-info__fondo {
  background-color: var(--cortina-theme1);
}

.cortina:nth-of-type(2) .cortina__color,
.cortina:nth-of-type(2) .cortina-info__fondo {
  background-color: var(--cortina-theme2);
}

.cortina:nth-of-type(3) .cortina__color,
.cortina:nth-of-type(3) .cortina-info__fondo {
  background-color: var(--cortina-theme3);
}

.cortina:nth-of-type(4) .cortina__color,
.cortina:nth-of-type(4) .cortina-info__fondo {
  background-color: var(--cortina-theme4);
}

.cortina:nth-of-type(5) .cortina__color,
.cortina:nth-of-type(5) .cortina-info__fondo {
  background-color: var(--cortina-theme5);
}

.cortina:nth-of-type(6) .cortina__color,
.cortina:nth-of-type(6) .cortina-info__fondo {
  background-color: var(--cortina-theme6);
}

/* Aula info */
.cortina-info {
  position: absolute;
  top: 20px;
  left: 20px;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  /* max-width: 230px; */
  padding: 20px;
  transition: all 0.8s ease;
}

/* Título */
.cortina-info__titulo {
  font-size: 1.1rem;
  text-align: center;
  z-index: 2;
  position: relative;
  transition: all 1.2s ease;
  display: block;
  padding: 5px 0;
  line-height: 1.4rem;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 !important;
  border-bottom: 2px dotted;
  margin-bottom: 15px;
}

.cortina:nth-of-type(1) .cortina-info__titulo {
  color: var(--cortina-theme1) !important;
}

.cortina:nth-of-type(2) .cortina-info__titulo {
  color: var(--cortina-theme2) !important;
}

.cortina:nth-of-type(3) .cortina-info__titulo {
  color: var(--cortina-theme3) !important;
}

.cortina:nth-of-type(4) .cortina-info__titulo {
  color: var(--cortina-theme4) !important;
}

.cortina:nth-of-type(5) .cortina-info__titulo {
  color: var(--cortina-theme5) !important;
}

.cortina:nth-of-type(6) .cortina-info__titulo {
  color: var(--cortina-theme6) !important;
}

/* Contenedor información */
.cortina-info__ctn {
  display: none;
  z-index: 2;
  position: relative;
  transition: all 0.1s ease;
}

/* Color fondo info */
.cortina-info__fondo {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.65;
  transition: all 0.8s ease;
  z-index: 1;
}

/* AL SITUAR RATÓN ENCIMA (HOVER) ------------- */
.cortina:hover {
  flex: 7;
  transition: all 0.8s ease;
}
.cortina:hover .cortina-info {
  position: absolute;
  top: 20px;
  left: 20px;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  /* max-width: 230px; */
  padding: 25px 25px 10px 25px;
  transition: all 0.8s ease;
}
.cortina:hover .cortina-info__titulo {
  text-align: left;
  background: transparent;
}
.cortina:hover .cortina-info__ctn {
  display: block;
}
.cortina:hover .cortina-info__fondo {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
  opacity: 0.85;
  background-color: white;
}
.cortina:hover .cortina__color {
  /* opacity: .25; */
  transition: all 0.8s ease;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .cortinas {
    flex-direction: column;
    width: 100%;
    min-height: 90vh;
  }
  .cortina {
    margin-bottom: 3px;
  }
  .cortina:last-of-type {
    margin-bottom: 0;
  }
  /* Información */
  /*   .cortina:hover .cortina-info {
    max-width: 160px;
    padding: 15px 15px 1px 15px;
  } */
}
/* Tablet */
/* 
	CKEDITOR-MODULOS
	----------------
	Región:
	Template:
	Descripción:
	Última revisión: 

Módulos:
   0. Acordeón (no US)
   1. Cuadro (US)
   2. Etiquetas (US)
   3. Galerías (US)
   4. PDF (US)
   5. Plantillas (US)
   6. Tarjetas (US)
   7. Vídeo (US)
   ----------
   8. Marcadador (estilo)
   9. Color texto (estilo)
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/* 0. CKEDITOR: ACCORDION  +
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Se compone de: */
/* Contenedor Acordeón */
.ckeditor-accordion-container > dl {
  position: relative;
  border: none;
}

article div.ckeditor-accordion-container {
  padding-bottom: 0;
}

/* Cabecera */
.ckeditor-accordion-container > dl dt > a,
.ckeditor-accordion-container > dl dt:last-of-type > a,
.ckeditor-accordion-container > dl dt > a:not(.button) {
  display: block;
  padding: 10px 15px 10px 10px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  border-bottom: 1px solid #d4d4d4;
  font-size: 1.2rem;
  line-height: 1.3rem;
  color: var(--colorSec);
  transition: all 0.35s ease-out;
  /* Incorporado */
  display: flex;
  justify-content: space-between;
  position: relative;
  text-decoration: none !important;
}

/* .ckeditor-accordion-container > dl dt:first-of-type > a {
	border-top: 1px solid #d4d4d4;
    font-size: 1.4rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: var(--colorSec) !important;
    transition: all .35s ease-out;
} */
/* Hover y Active */
.ckeditor-accordion-container > dl dt > a:hover,
.ckeditor-accordion-container > dl dt.active > a,
.ckeditor-accordion-container > dl dt > a:not(.button):hover {
  background: #fdfafa;
  color: var(--colorSec) !important;
}

.ckeditor-accordion-container > dl dt.active > a {
  border-bottom: none;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 1rem;
}

/* Flechita */
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
  /* display: inline-block;
  position: absolute; */
  display: block;
  position: relative;
  /* padding: 0 10px; */
  width: 30px;
  height: 30px;
  z-index: 1;
  /* top: calc(50% - 1px); */
  /*  left: inherit;
  right: 10px; */
  /* left: auto;
  right: 0; */
  box-sizing: border-box;
  /* Añadido */
  order: 2;
  top: 10px;
  padding: 0 15px;
  left: 13px;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before,
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  background: var(--color-texto);
  /* -webkit-transition: all 600ms cubic-bezier(0.4,0,0.2,1);
     transition: all 600ms cubic-bezier(0.4,0,0.2,1); */
  transition: all 0.35s ease-out;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 10px;
  z-index: -1;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  will-change: transform;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before {
  left: 13px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  right: 13px;
  left: auto;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Número */
.ckeditor-accordion-container > dl dt > a > .faq__numero {
  /* color: var(--colorPri); */
  font-size: 1.2rem;
}

/* Cuerpo */
.ckeditor-accordion-container > dl dd {
  display: none;
  padding: 0 15px;
  margin: 0;
  will-change: height;
  border-bottom: 1px solid #d4d4d4;
  /* margin-left: 1.8rem; */
  padding-left: 1.3rem;
}

/* Nuevo en módulo D9 */
.ckeditor-accordion-container > dl dt > a:focus,
.ckeditor-accordion-container > dl dt > a:not(.button):focus {
  outline-color: red;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+  1. CKEDITOR: CUADRO DE TEXTO   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.cuadroInfo,
.cuadroResumen {
  background: #efeaea;
  margin-right: 0.8rem;
  padding: 0 1.5rem;
  /* Alineación */
}
.cuadroInfo h3,
.cuadroResumen h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.cuadroInfo p,
.cuadroResumen p {
  font-size: 1rem;
  line-height: 1rem;
}
.cuadroInfo.align-center,
.cuadroResumen.align-center {
  display: block;
  margin: 0 auto 20px auto;
}
.cuadroInfo.align-left,
.cuadroResumen.align-left {
  float: left;
  margin: 10px 20px 10px 0;
}
.cuadroInfo.align-right,
.cuadroResumen.align-right {
  float: right;
  margin: 10px 0 10px 20PX;
}

.cuadroResumen {
  background: rgb(215, 212, 250);
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .cuadroInfo,
  .cuadroResumen {
    width: 100% !important;
    margin: 0.8rem 0;
  }
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   2. CKEDITOR: ETIQUETAS   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.etiquetas {
  padding: 10px 0;
  list-style: none;
  color: inherit;
  z-index: 2;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  /* Alineación */
}
.etiquetas li {
  margin-right: 5px;
  /* float: left;
  font-size: .8rem; */
  color: inherit;
  text-decoration: none;
}
.etiquetas li::before {
  display: none !important;
}
.etiquetas li a {
  display: inline-block;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
  padding: 5px 1rem;
  font-size: 0.8rem;
  white-space: nowrap;
  color: var(--color-texto-claro);
  background: white;
  border-radius: 0.7rem;
  border: 1px solid var(--color-texto-claro);
}
.etiquetas li a:hover {
  color: white !important;
  background: var(--color-texto-claro);
}
.etiquetas.align-center {
  justify-content: center;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .etiquetas {
    justify-content: center;
  }
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3. CKEDITOR: GALERIAS DE FOTOS +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Miniaturas */
.galeriaFotos__thumb,
.galeriaFotos__thumb figure {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: rgb(250, 250, 250);
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  /* Imagen dentro de las miniaturas */
  /* Pie de foto */
}
.galeriaFotos__thumb img,
.galeriaFotos__thumb figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 1s ease;
}
.galeriaFotos__thumb:hover img,
.galeriaFotos__thumb figure:hover img {
  opacity: 0.7;
  /* transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; */
  transform: scale(1.25);
  filter: invert(1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.galeriaFotos__thumb figcaption,
.galeriaFotos__thumb figure figcaption {
  display: block !important;
  padding: 10px 20px;
  margin: 0;
  width: 100%;
  text-align: left;
  color: black;
  opacity: 1;
  font-size: 0.8rem;
  font-weight: 100;
  font-style: normal;
  line-height: 1rem;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  bottom: -100px;
  visibility: hidden;
  overflow: hidden;
}
.galeriaFotos__thumb:hover figcaption,
.galeriaFotos__thumb figure:hover figcaption {
  bottom: 0;
  visibility: visible;
}

/* Los Media que estén dentro de una galería, indicar width en su envoltorio: <figure class="GaleriaFotos__thumb"> y quitarlo de <figure[role="group"]>.
De .media-image ya se quitó en el paso anterior */
.galeriaFotos__thumb > figure {
  width: auto !important;
}

/* Galería Estándar */
article .galeriaFotos[data-tipo=estandard] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1vmin;
  padding: 0;
  margin-bottom: 60px;
}
article .galeriaFotos[data-tipo=estandard].galeriaFotos--x3 {
  grid-template-columns: repeat(3, 1fr);
}
article .galeriaFotos[data-tipo=estandard].galeriaFotos--x4 {
  grid-template-columns: repeat(4, 1fr);
}
article .galeriaFotos[data-tipo=estandard].galeriaFotos--x5 {
  grid-template-columns: repeat(5, 1fr);
}
article .galeriaFotos[data-tipo=estandard].galeriaFotos--x6 {
  grid-template-columns: repeat(6, 1fr);
}
article .galeriaFotos[data-tipo=estandard].galeriaFotos--x7 {
  grid-template-columns: repeat(7, 1fr);
}
article .galeriaFotos[data-tipo=estandard].galeriaFotos--x8 {
  grid-template-columns: repeat(8, 1fr);
}

/* Galerías Masonry */
article .galeriaFotos[data-tipo=masonry] {
  columns: 2 250px;
  column-gap: 0.5rem;
  padding: 0;
  margin-bottom: 60px;
}
article .galeriaFotos[data-tipo=masonry].galeriaFotos--x3 {
  columns: 3 250px;
}
article .galeriaFotos[data-tipo=masonry].galeriaFotos--x4 {
  columns: 4 200px;
}
article .galeriaFotos[data-tipo=masonry].galeriaFotos--x5 {
  columns: 5 200px;
}
article .galeriaFotos[data-tipo=masonry].galeriaFotos--x6 {
  columns: 6 150px;
}
article .galeriaFotos[data-tipo=masonry].galeriaFotos--x7 {
  columns: 7 150px;
}
article .galeriaFotos[data-tipo=masonry].galeriaFotos--x8 {
  columns: 8 100px;
}
article .galeriaFotos[data-tipo=masonry] .galeriaFotos__thumb {
  margin-bottom: 0.5rem;
}

/*   MODO MÓVIL / TABLET FOTOS Y GALERÍA FOTOS   ---------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  /* Galerías */
  article .galeriaFotos[data-tipo=estandard].galeriaFotos--x3, article .galeriaFotos[data-tipo=estandard].galeriaFotos--x4, article .galeriaFotos[data-tipo=estandard].galeriaFotos--x5, article .galeriaFotos[data-tipo=estandard].galeriaFotos--x6, article .galeriaFotos[data-tipo=estandard].galeriaFotos--x7, article .galeriaFotos[data-tipo=estandard].galeriaFotos--x8, article .galeriaFotos[data-tipo=estandard] {
    grid-template-columns: 1fr;
    height: auto;
  }
  article .galeriaFotos[data-tipo=masonry] {
    columns: 1 100%;
    height: auto;
  }
  article .galeriaFotos img {
    height: auto;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  /* Galerías */
  article .galeriaFotos[data-tipo=estandard].galeriaFotos--x3, article .galeriaFotos[data-tipo=estandard].galeriaFotos--x4, article .galeriaFotos[data-tipo=estandard].galeriaFotos--x5, article .galeriaFotos[data-tipo=estandard].galeriaFotos--x6, article .galeriaFotos[data-tipo=estandard].galeriaFotos--x7, article .galeriaFotos[data-tipo=estandard].galeriaFotos--x8, article .galeriaFotos[data-tipo=estandard] {
    grid-template-columns: repeat(3, 1fr);
    height: auto;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   GALERIAS (NO SE USA)  +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* .galerias {
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.galeria {
	height: auto;
	width:  100%; 
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 4px;
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	height:25vh;
}
.galeria__titulo {
	z-index: 2;
	text-transform: none;
	color: white !important;
	font-size: 2rem;
	margin: 0;
	padding: 0;
	line-height: 1.2rem;
	font-family: FuenteBold, Helvetica, Arial, sans-serif;
}
.galeria__info {
	z-index: 2;
	text-transform: none;
	color: white !important;
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
	line-height: 1.2rem;
}
.galeria__img,
.galeria__enlace {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: .3;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transform: scale(1.1);
}
.galeria__enlace.colorin1 {
	background-color: var(--colorPri); 
	mix-blend-mode: multiply;
	z-index: 1;
	opacity: 1
}
.galeria__enlace.colorin2 {
	background-color: var(--colorSec); 
	mix-blend-mode: multiply;
	z-index: 1;
	opacity: 1
}
.galeria__enlace.colorin3 {
	background-color: var(--color03); 
	mix-blend-mode: multiply;
	z-index: 1;
	opacity: 1
}
.galeria__enlace:hover {
	opacity:.8;
}
.galeria__enlace:hover .galeria__img {
	opacity:.2;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transform: scale(1.45);
} */
/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  /* 	.galeria {
  		width: 100%
  	}
  	.galeria__titulo {
  		font-size: 1.4rem;
  		margin: 0 0 4px;
  		line-height: 1.4rem;
  	} */
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   CKEDITOR: FOTO LIGHTBOX   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.fotoLightbox {
  width: 0px;
  height: 0px;
  position: fixed;
  overflow: hidden;
  left: 0px;
  top: 0px;
  padding: 0px;
  z-index: 99;
  text-align: center;
  background: #f3f2ee;
  transition: opacity 1.35s ease 0s, transform 1.35s ease 0s;
  /* background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.9) 0%, #f3f2ee 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, #f1d2c2));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.9) 0%, #f3f2ee 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.9) 0%, #f3f2ee 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.9) 0%, #f3f2ee 100%); */
  background: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.9) 0%, #f3f2ee 100%);
  display: flex;
  flex-direction: column;
  z-index: 999;
}

.fotoLightbox__foto {
  /* height: 87vh; */
  display: inline-flex;
  justify-content: center;
  margin: 0;
}

.fotoLightbox__img {
  transition: transform 0.25s ease;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  cursor: zoom-in;
  width: auto;
  /* height: 87vh; */
  height: 100%;
  display: block;
  object-fit: cover;
}

.fotoLightbox__foto label {
  /* overflow: hidden; */
  /* background: rgb(232, 226, 226); */
  height: 84vh;
}

/* Zoom sobre la foto */
.fotoLightbox__zoom {
  display: none;
}
.fotoLightbox__zoom[type=checkbox]:checked ~ label > img {
  transform: scale(2);
  cursor: zoom-out;
}

/* Contenedor: Descripción + Botón Cerrar */
.fotoLightbox__info {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 30px;
  /* padding: 20px; */
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: opacity 0.3s linear 1.3s;
  -moz-transition: opacity 0.3s linear 1.3s;
  -o-transition: opacity 0.3s linear 1.3s;
  -ms-transition: opacity 0.3s linear 1.3s;
  transition: opacity 0.3s linear 1.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Descripción */
.fotoLightbox__descripcion {
  font-size: 1rem !important;
  line-height: 1.2rem !important;
  text-align: center !important;
  padding: 10px;
  /* max-width: 90%; */
  color: var(--color-texto-resaltado) !important;
}

.fotoLightbox__ctn-descripcion {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Botón Cerrar */
.fotoLightbox__cerrar {
  opacity: 0.8;
  display: block;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99999;
}
.fotoLightbox__cerrar a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.fotoLightbox__cerrar:hover {
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}
.fotoLightbox__cerrar .fotoLightbox__linea1 {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 47%;
  background: black;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  transition: transform 0.15s ease-out;
}
.fotoLightbox__cerrar .fotoLightbox__linea2 {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 47%;
  background: black;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
  transition: transform 0.15s ease-out;
}
.fotoLightbox__cerrar:hover .fotoLightbox__linea1 {
  transform: rotate(45deg) scaleX(1);
}
.fotoLightbox__cerrar:hover .fotoLightbox__linea2 {
  transform: rotate(-45deg) scaleX(1);
}

/* Flechas anterior y siguiente */
.fotoLightbox__flechaAnt,
.fotoLightbox__flechaSig {
  cursor: pointer;
  width: 5rem;
}

.fotoLightbox__flechaAnt::before {
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
  display: block;
  font-size: 3rem;
  line-height: 2.5rem;
  color: black;
  opacity: 0.3;
}

.fotoLightbox__flechaSig::before {
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  display: block;
  font-size: 3rem;
  line-height: 2.5rem;
  color: black;
  opacity: 0.3;
}

.fotoLightbox:target {
  width: auto;
  height: auto;
  bottom: 0px;
  right: 0px;
  padding: 20px 10px;
}
.fotoLightbox:target img {
  /* -webkit-animation: fadeInScale 1.2s ease-in-out;
  -moz-animation: fadeInScale 1.2s ease-in-out;
  -o-animation: fadeInScale 1.2s ease-in-out;
  -ms-animation: fadeInScale 1.2s ease-in-out; */
  animation: fadeInScale 1.2s ease-in-out;
  /* animation: fotoPresentacion .6s ease-in-out; */
}

@keyframes fotoPresentacion {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  30% {
    width: 0;
    height: 87vh;
    opacity: 0;
  }
  60% {
    width: auto;
    height: 87vh;
    opacity: 0;
    margin: 30px;
  }
  100% {
    width: auto;
    height: 87vh;
    opacity: 1;
    margin: 30px;
  }
}
@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes fadeInScale {
  0% {
    -moz-transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes fadeInScale {
  0% {
    -o-transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes fadeInScale {
  0% {
    -ms-transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -ms-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeInScale {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* ++++++++++++++++++++++++++++++++++
+  4. CKEDITOR: PDF INSERTADO (DE MOMENTO NO LA OFREZCO COMO HERRAMIENTA)   +
+++++++++++++++++++++++++++++++++++ */
/* Anchura */
.pdf-insertado {
  width: 100%;
  height: 100vh;
}

.pdf-insertado[data-width="95"] {
  width: 95%;
  height: 95vh;
}

.pdf-insertado[data-width="90"] {
  width: 90%;
  height: 90vh;
}

.pdf-insertado[data-width="85"] {
  width: 85%;
  height: 85vh;
}

.pdf-insertado[data-width="80"] {
  width: 80%;
  height: 80vh;
}

.pdf-insertado[data-width="75"] {
  width: 75%;
  height: 75vh;
}

.pdf-insertado[data-width="70"] {
  width: 70%;
  height: 70vh;
}

.pdf-insertado[data-width="55"] {
  width: 65%;
  height: 65vh;
}

.pdf-insertado[data-width="60"] {
  width: 60%;
  height: 60vh;
}

.pdf-insertado[data-width="55"] {
  width: 55%;
  height: 55vh;
}

.pdf-insertado[data-width="50"] {
  width: 50%;
  height: 50vh;
}

.pdf-insertado[data-width="45"] {
  width: 45%;
  height: 45vh;
}

.pdf-insertado[data-width="40"] {
  width: 40%;
  height: 40vh;
}

.pdf-insertado[data-width="35"] {
  width: 35%;
  height: 35vh;
}

.pdf-insertado[data-width="30"] {
  width: 30%;
  height: 30vh;
}

.pdf-insertado[data-width="25"] {
  width: 25%;
  height: 25vh;
}

.pdf-insertado[data-width="20"] {
  width: 20%;
  height: 20vh;
}

.pdf-insertado[data-width="15"] {
  width: 15%;
  height: 15vh;
}

.pdf-insertado[data-width="10"] {
  width: 10%;
  height: 10vh;
}

/* Alineación */
.pdf-insertado.align-center {
  display: block;
  margin: 0 auto 20px auto;
}

.pdf-insertado.align-left {
  float: left;
  margin: 10px 20px 10px 0;
}

.pdf-insertado.align-right {
  float: right;
  margin: 10px 0 10px 20PX;
}

/* iframe se adapta*/
.pdf-insertado iframe {
  width: 100%;
  height: 100%;
}

/* Modo móvil */
@media (max-width: 767px) {
  .pdf-insertado {
    width: 100% !important;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+  5. CKEDITOR: PLANTILLAS DISEÑO   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Columnas fluidas */
.colx1 {
  column-count: 1;
}

.colx2 {
  /* column-count: 2; */
  columns: 2;
  column-gap: 2rem;
  /* column-rule: var(--color-texto-claro) dashed 1px; */
  text-align: justify;
}

.colx3 {
  columns: 3;
  column-gap: 2rem;
  /* column-rule: var(--color-texto-claro) dashed 1px; */
  text-align: justify;
}

.colx4 {
  columns: 4;
  column-gap: 2rem;
  /* column-rule: var(--color-texto-claro) dashed 1px; */
  text-align: justify;
}

/* Columnas independientes */
.colx2blq,
.colx3blq,
.colx4blq {
  /* display: flex; */
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
}

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

.colx4blq {
  grid-template-columns: repeat(4, 1fr);
}

/* .colx2blq > div,
.colx3blq > div,
.colx4blq > div{
	margin: 0 1rem;
	flex: 1;
}
.colx2blq > div:first-child,
.colx3blq > div:first-child,
.colx4blq > div:first-child{
	margin-left: 0;
}
.colx2blq > div:last-child,
.colx3blq > div:last-child,
.colx4blq > div:last-child{
	margin-right: 0;
} */
/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .colx2,
  .colx3,
  .colx4 {
    columns: 1;
  }
  .colx2blq,
  .colx3blq,
  .colx4blq {
    /* flex-direction: column; */
    grid-template-columns: 1fr;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .colx3,
  .colx4 {
    columns: 2;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   CKEDITOR: PLANTILLA FOTO - TEXTO   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* .fotoTexto {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 1rem 0;
} */
.fotoTexto {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  width: 100%;
  margin: 1rem 0;
}
.fotoTexto.der {
  grid-template-columns: 2fr 1fr;
}

.fotoTexto__img {
  /* flex: 25%; */
  overflow: hidden;
  /* margin: 0 2rem 1rem 0; */
  padding: 0;
  /* Este <figure> lo añade automáticamente Drupal al editar foto */
}
.fotoTexto__img figure {
  margin: 0;
}
.fotoTexto__img figure span {
  padding: 0;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  /* .fotoTexto__img {
  	flex: 100%;
  	margin: 0 0 1rem 0;
  }
  .fotoTexto__texto {
  	flex: 100%;
  } */
  .fotoTexto {
    grid-template-columns: 1fr;
  }
  .fotoTexto.der {
    grid-template-columns: 1fr;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  /* 	.fotoTexto__img {
  		flex: 50%;
  	}
  	.fotoTexto__texto {
  		flex: calc(50% - 2rem);
  	} */
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+  6. CKEDITOR: TARJETA   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.tarjetas {
  display: grid;
  column-gap: 1rem;
}
.tarjetas .tarjetas--x1 {
  grid-template-columns: repeat(1, 1fr);
}
.tarjetas .tarjetas--x2 {
  grid-template-columns: repeat(2, 1fr);
}
.tarjetas .tarjetas--x3 {
  grid-template-columns: repeat(3, 1fr);
}
.tarjetas .tarjetas--x4 {
  grid-template-columns: repeat(4, 1fr);
}

.tarjeta {
  background: white;
  border-radius: 16px 16px 16px 16px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border: 2px dotted var(--colorPri);
  margin-bottom: 1rem;
}

/* ORIENTACIÓN -------------------  */
/* Tarjeta Apaisada */
.tarjeta--apaisada {
  display: flex;
  align-items: stretch;
}
.tarjeta--apaisada .tarjeta__foto {
  /* margin-bottom: -.5rem; */
  flex: 1;
  margin-right: 20px;
}
.tarjeta--apaisada .tarjeta__info {
  flex: 2;
  margin-bottom: 10px;
}
.tarjeta--apaisada:is(.tarjeta__puesto, .tarjeta__nombre, .tarjeta__adscrito, .tarjeta__descripcion, .tarjeta__email, .tarjeta__tele, .tarjeta__contacto) {
  text-align: left;
}

/* Vertical */
.tarjeta--vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.tarjeta--vertical .tarjeta__foto {
  /* margin-bottom: -.5rem; */
  /* flex: 1; */
  /* margin-bottom: 20px; */
}
.tarjeta--vertical .tarjeta__info {
  /* flex: 2; */
  margin-bottom: 10px;
  padding: 0 20px;
}
.tarjeta--vertical:is(.tarjeta__puesto, .tarjeta__nombre, .tarjeta__adscrito, .tarjeta__descripcion, .tarjeta__email, .tarjeta__tele, .tarjeta__contacto) {
  text-align: center;
}

/* Foto ------------------------------ */
.tarjeta__foto {
  margin: 0 auto;
  padding: 0;
}

/* Sin foto */
.tarjeta--foto-no .tarjeta__foto {
  display: none;
}

/* Foto Cuadrada */
.tarjeta--foto-cuadrada .tarjeta__foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Foto Redonda */
.tarjeta--foto-redonda .tarjeta__foto img {
  border-radius: 50%;
  width: 12vmax;
  height: 12vmax;
  object-fit: cover;
}

.tarjeta__puesto {
  color: var(--colorSec) !important;
  font-size: 0.8rem;
  margin-bottom: 10px !important;
  line-height: 1.1rem;
  font-weight: 100;
}

.tarjeta__nombre {
  color: var(--colorPri) !important;
  font-size: 1.2rem !important;
  text-align: left;
  line-height: 1.4rem !important;
  text-transform: uppercase;
  /* font-weight: 900 !important; */
  padding-bottom: 10px;
  /* font-weight: 900; */
  font-family: FuenteBold !important;
}

.tarjeta__emails,
.tarjeta__email,
.tarjeta__teles,
.tarjeta__tele {
  font-size: 0.7rem;
  line-height: 1rem;
  text-align: left;
}

.tarjeta__email,
.tarjeta__tele,
.tarjeta__web {
  margin-right: 17px;
}

.tarjeta__email a,
.tarjeta__tele a,
.tarjeta__web a {
  color: var(--colorEnlace);
}
.tarjeta__email a::before,
.tarjeta__tele a::before,
.tarjeta__web a::before {
  content: "";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: var(--colorPri) !important;
  font-size: 1rem !important;
  font-weight: 900;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 7px;
  opacity: 0.3;
}

.tarjeta__email a::before {
  content: "\f0e0";
}

.tarjeta__email a[href$="mailto:"]::before {
  display: none;
}

.tarjeta__tele a::before {
  content: "\f095";
}

.tarjeta__tele a[href$="tel:"]::before {
  display: none;
}

.tarjeta-item__web a[href]::before {
  content: "\f0c1";
}

.tarjeta-item__web a:not([href])::before {
  display: none;
}

.tarjeta-item__web a:not([href]) {
  display: none;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .tarjetas:is(.tarjetas--x1, .tarjetas--x2, .tarjetas--x3, .tarjetas--x4) {
    grid-template-columns: 1fr;
  }
  .tarjeta {
    width: 100% !important;
    margin: 0.8rem 0;
  }
  .tarjeta--apaisada {
    flex-direction: column;
  }
  .tarjeta--apaisada .tarjeta__info {
    align-items: center;
  }
  .tarjeta__foto {
    display: flex;
    margin-top: 0;
  }
  .tarjeta--foto-redonda .tarjeta__foto img {
    width: 60vw !important;
    height: 60vw;
  }
  .tarjeta--foto-cuadrada .tarjeta__foto img {
    width: 90vw;
    height: 60vw;
  }
  .tarjeta__puesto {
    text-align: center;
  }
  .tarjeta__nombre {
    text-align: center;
  }
  .tarjeta__adscrito {
    text-align: center;
  }
  .tarjeta__descripcion {
    text-align: center;
  }
  .tarjeta__contacto {
    flex-direction: column;
  }
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+  7. CKEDITOR: VÍDEO INSERTADO (YOUTUBE / VIMEO)   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.videoinsertado {
  position: relative;
  overflow: hidden;
  /* Alineación */
}
.videoinsertado::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.videoinsertado iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoinsertado.align-center {
  display: block;
  margin: 0 auto 20px auto;
}
.videoinsertado.align-left {
  float: left;
  margin: 10px 20px 10px 0;
}
.videoinsertado.align-right {
  float: right;
  margin: 10px 0 10px 20PX;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .videoinsertado {
    width: 100% !important;
  }
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+  8. CKEDITOR: MARCADOR   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.marcarAmarillo, .marcarNaranja, .marcarVioleta, .marcarCeleste, .marcarVerde {
  color: black !important;
  padding: 2px 4px;
}

.marcarAmarillo {
  background-color: rgb(248, 248, 147);
}

.marcarNaranja {
  background-color: rgb(251, 199, 101);
}

.marcarVioleta {
  background-color: rgb(238, 155, 238);
}

.marcarCeleste {
  background-color: rgb(146, 223, 223);
}

.marcarVerde {
  background-color: rgb(185, 209, 151);
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+  9. CKEDITOR: TEXTO DE COLOR   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.textoNaranja, .textoNaranja strong {
  color: rgb(249, 164, 6) !important;
}

.textoRojo, .textoRojo strong {
  color: rgb(230, 5, 5) !important;
}

.textoVioleta, .textoVioleta strong {
  color: rgb(237, 5, 237) !important;
}

.textoMorado, .textoMorado strong {
  color: rgb(142, 7, 232) !important;
}

.textoAzul, .textoAzul strong {
  color: rgb(25, 5, 241) !important;
}

.textoVerde, .textoVerde strong {
  color: rgb(11, 193, 7) !important;
}

.textoGris, .textoGris strong {
  color: rgb(136, 136, 136) !important;
}

/* 
	EQUIPO
	------
	Región:
	Template:
	Descripción:
	Última revisión: 25/07/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   EQUIPO PERSONAL   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* .equipo__ctn {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    gap: 2.5rem;
    margin-bottom: 4rem;
}
.equipo__titulo {
	width: 100%;
    font-size: 2rem;
    color: var(--us-rojo-oscuro);
    margin-top: 3rem;
    border-bottom: 2px dotted #e3b3c5;
    padding-bottom: 10px;
    margin-bottom: 2rem;
}

.personal{
	margin: 30px 0;
	display: flex;
	margin: 20px;
	width: 100%;
	padding: 25px; */
/* Foto */
/* 	.personal__foto{
		margin: 0;
		padding: 15px 15px 0 0;
		position: relative;
		z-index: 1;

		.personal__img{
			border-radius: 50%;
			width: 10vw;
			height: 10vw;
			object-fit: cover;
			border: 2px dashed rgba(113, 156, 15, .4);
		}
		.personal__sombra {
			width: 17vw;
			height: 17vw;
			display: block;
			background: rgba(0,0,0,.2);
			position: absolute;
			top: 42px;
			left: -15px;
			transform: rotate(5deg);
			z-index: -1;
			display: none;
		}
	} */
/* Info */
/* 	.personal__info {
		padding-left: 2.5rem;
		text-align: left;
		border-bottom: 2px dashed rgba(113, 156, 15,.4);
		padding-bottom: 20px;

		.personal__puesto{
			color: black !important;
			font-family: FuenteBold, Helvetica, Arial, sans-serif;
			font-size: 1.1rem;
			line-height: 1.2rem;
			text-transform: uppercase;
			margin-top: 0;
		}
		.personal__nombre{
			color: var(--colorPri) !important;
			font-size: 1.9rem !important;
			line-height: 1.9rem !important;
			padding-bottom: 10px;
			text-shadow: 1px 1px 2px #ccc;
		}
		.personal__adscrito{
			color: var(--color-texto) !important;
			font-size: .8rem !important;
			line-height: 1rem !important;
			font-style: italic;
			font-weight: 900;
		}
		.personal__contacto{
			font-size: .7rem;
			text-align: left;
			display: flex;
			flex-wrap: wrap;
			margin-top: 10px;

			.personal__email a,
			.personal__email2 a,
			.personal__tele a,
			.personal__web a{
				color: grey;

				&::before {
					content:"";
					font: var(--fa-font-solid); 
    				text-rendering: auto;
    				-webkit-font-smoothing: antialiased;
					color: grey;
					font-size: 1rem !important;
					font-weight: 900;
					display: inline-block;
					position: relative;
					top: 0;
					left: 0;
					margin-right: 7px;
				}
			} */
/* Email */
/* 			.personal__email a::before,
			.personal__email2 a::before{
				content: "\f0e0";
			}
			.personal__email a[href$="mailto:"]::before{
				display: none;
			}
			.personal__email2 a[href$="mailto:"]::before{
				display: none;
			}
			.personal__email > a:not([href$="mailto:"]){
				margin-right: 17px;
			}
			.personal__email2 > a:not([href$="mailto:"]){
				margin-right: 17px;
			} */
/* Teléfono */
/* 			.personal__tele a::before{
				content: "\f095";
			}
			.personal__tele a[href$="tel:"]::before{
				display: none;
			}
			.personal__tele a[href$="tel:"]{
				display: none;
			}
			.personal__tele > a:not([href$="tel:"]){
				margin-right: 17px;
			} */
/* Web */
/* 			.personal__web a[href]::before{
				content: "\f0c1";
			}
			.personal__web a[href=""]::before{
				display: none;
			}
			.personal__web a[href=""]{
				display: none;
			}
			.personal__web a[href=""]{
				margin-right: 17px;
			}
		} */
/* Directorio US */
/* 		.personal__directorio{
			background: var(--colorSec);
			box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 25%);
			padding: 10px 20px;
			border-radius: 1rem;
			line-height: .7rem;
			margin: 0;
			margin-top: 10px;
			position: relative;
			height: fit-content;
			width: fit-content;
			margin-bottom: 20px;

			&:hover{background: rgb(171, 124, 12)}

			& > a{
				color: white;
				font-size: .7rem;
				line-height: .7rem;
			}
			&:hover > a{background: transparent;}
		}
	}
} */
/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 992px) {
  .equipo-personal {
    /* Coloca línea debajo de cada item, excepto en el último */
    /* Foto */
    /* Info */
  }
  .equipo-personal .personal {
    flex-direction: column;
    margin: 0;
    align-items: center;
    padding: 15px;
  }
  .equipo-personal .personal:not(:last-child) .personal__info {
    border-bottom: 1px dashed rgba(113, 156, 15, 0.4);
  }
  .equipo-personal .personal__foto {
    /* .personal__sombra {
    	width: 13vw;
    	height: 13vw;
    	border-radius: 50%;
    	top: 42px;
    	left: -32px;
    	z-index: 1;
    } */
  }
  .equipo-personal .personal__foto .personal__img {
    width: 35vw;
    height: 35vw;
  }
  .equipo-personal .personal__info {
    border-left: 0;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 22px;
    text-align: center;
    border-bottom: none;
    border-radius: 0;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
  }
  .equipo-personal .personal__info .personal__puesto,
  .equipo-personal .personal__info .equipo-gop-item__nombre,
  .equipo-personal .personal__info .personal__adscrito {
    margin: 0;
  }
  .equipo-personal .personal__info .personal__descripcion {
    text-align: left;
    margin: 20px 0;
  }
}
/* Tablet */
/* ==========================================================================
   CONFIGURACIÓN Y VARIABLES
   ========================================================================== */
:root {
  --card-bg: #ffffff;
  --text-primary: #111827;
  --text-secondary: #4b5563;
  --text-tertiary: #9ca3af;
  --accent-color: #005eb8;
  --border-color: #e5e7eb;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);
  --shadow-hover: 0 10px 15px -3px rgba(0,0,0,0.3);
  /* Colores Pastel de Equipos */
  --team-1-bg: #f2f6f9;
  --team-1-border: #709db4;
  --team-2-bg: #edf3ef;
  --team-2-border: #8ab79a;
  --team-3-bg: #f7f6f1;
  --team-3-border: #c0b99b;
  --team-4-bg: #f1ebec;
  --team-4-border: #b78b90;
  --team-5-bg: #f3eff7;
  --team-5-border: #b9aec5;
  --team-6-bg: #f5f2f5;
  --team-6-border: #f5d0fe;
}

.equipo__ctn *, .equipo__ctn *::before, .equipo__ctn *::after {
  box-sizing: border-box;
}

/* Títulos */
.title {
  font-size: 1.9rem;
  line-height: 2rem;
  color: var(--colorSec);
  text-transform: none;
  margin-bottom: 1rem;
  margin-top: 30px;
}

.equipo__titulo {
  font-size: 1.6rem;
  line-height: 2rem;
  color: var(--colorPri);
  margin-top: 3rem;
  border-bottom: 2px dotted #e2c0c0;
  padding-bottom: 10px;
}

/* ==========================================================================
GRID (Solución ancho fijo)
========================================================================== */
.equipo__ctn {
  display: grid;
  /* CAMBIO CLAVE: 'auto-fill' en lugar de 'auto-fit'.
     Esto impide que las tarjetas se estiren si sobran huecos en la fila.
     minmax(300px, 1fr) asegura que midan al menos 300px. */
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 2rem;
  padding: 1.5rem 0;
  align-items: start; /* Alineación superior */
}

/* ==========================================================================
TARJETA
========================================================================== */
.personal {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  /* overflow: hidden; */
}

.personal:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

/*   .personal::after {
    content: "";
    position: absolute;
    z-index: -1; 
    bottom: 15px; 

    width: 50%;
    height: 20%;

    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);

    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
} */
/* ==========================================================================
FOTO / AVATAR POR DEFECTO (Solución silueta)
========================================================================== */
.personal__foto {
  margin: 0 0 1rem 0;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px dashed rgba(0, 0, 0, 0.2);
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
  /* Escondo la foto */
  display: none;
}

/* Este pseudo-elemento dibuja la silueta SIEMPRE en el fondo */
.personal__foto::before {
  content: "\f007"; /* Código Unicode de fa-user (usuario) */
  font-family: "Font Awesome 6 Free"; /* Ajustar versión si usas la 5 */
  font-weight: 900;
  font-size: 1.75rem;
  color: #9ca3af; /* Color de la silueta (gris) */
}

/* La imagen real se superpone a la silueta */
.personal__img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  position: absolute; /* Se coloca ENCIMA de la silueta */
  top: 0;
  left: 0;
  /* Truco: Si la imagen está rota, el 'alt text' (PTGAS) es transparente,
     así solo se ve la silueta de fondo. */
  color: transparent;
}

.personal__img[src=""],
.personal__img[src=null],
.personal__img:not([src]) {
  display: none;
}

/* ==========================================================================
TIPOGRAFÍA
========================================================================== */
.personal__info h4, .personal__info h5 {
  margin: 0;
  line-height: 1.3;
}

.personal__puesto {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #6f0606;
  margin-bottom: 0.5rem !important;
}

.personal__nombre {
  font-size: 1.45rem;
  font-weight: 100;
  color: var(--text-primary);
  margin-bottom: 1rem !important;
}

.personal__adscrito {
  font-size: 0.9rem;
  color: var(--text-secondary);
  font-weight: 400;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 1rem !important;
  width: 100%;
}

/* ==========================================================================
CONTACTO CON ICONOS INYECTADOS
========================================================================== */
.personal__contacto {
  display: flex;
  flex-direction: column;
  /* gap: 0.75rem; */
  font-size: 0.75rem;
  margin-top: auto;
}

.personal__contacto > div,
.personal__contacto a,
.personal__directorio a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.personal__contacto a:hover,
.personal__directorio a:hover {
  color: var(--accent-color);
}

/* --- INYECCIÓN DE ICONOS FONT AWESOME (::before) --- */
/* Esta sección añade los iconos automáticamente antes del texto */
/* Configuración base para los pseudo-elementos */
.personal__email a::before,
.personal__tele::before,
.personal__web::before,
.personal__directorio a::before {
  font-family: "Font Awesome 6 Free"; /* O "Font Awesome 5 Free" según tu versión */
  font-weight: 900;
  margin-right: 10px; /* Espacio entre icono y texto */
  width: 20px; /* Ancho fijo para alineación vertical */
  text-align: center;
  color: var(--text-tertiary);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* 1. Icono Email  */
.personal__email a::before {
  content: "\f0e0";
}

/* 2. Icono Teléfono */
.personal__tele::before {
  content: "\f095";
}

/* 3. Icono Web  */
.personal__web::before {
  content: "\f0ac";
}

/* 4. Icono Directorio US */
.personal__directorio {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.personal__directorio a {
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--accent-color);
}

.personal__directorio a::before {
  content: "\f2b9"; /* Icono de agenda/directorio */
  color: var(--accent-color); /* El icono aquí también es azul */
}

/* ==========================================================================
LÓGICA DE COLORES DE EQUIPO
========================================================================== */
.personal:has(.personal__info[data-equipo=equipo-1]) {
  background-color: var(--team-1-bg);
  border-color: var(--team-1-border);
}

.personal:has(.personal__info[data-equipo=equipo-2]) {
  background-color: var(--team-2-bg);
  border-color: var(--team-2-border);
}

.personal:has(.personal__info[data-equipo=equipo-3]) {
  background-color: var(--team-3-bg);
  border-color: var(--team-3-border);
}

.personal:has(.personal__info[data-equipo=equipo-4]) {
  background-color: var(--team-4-bg);
  border-color: var(--team-4-border);
}

.personal:has(.personal__info[data-equipo=equipo-5]) {
  background-color: var(--team-5-bg);
  border-color: var(--team-5-border);
}

.personal:has(.personal__info[data-equipo=equipo-6]) {
  background-color: var(--team-6-bg);
  border-color: var(--team-6-border);
}

/* Saturación al hover */
.personal:has(.personal__info[data-equipo]):hover {
  filter: brightness(0.96);
}

/* @use "partials/servicios"; */
/*  @use "partials/actualidad"; */
/* @use "partials/agenda"; */
/* 
	NOTICIAS
	------
	Región:
	Template:
	Descripción:
	Última revisión: 11/03/2025
    Definiciones: 
       - COMUNICADO OFICIAL: Documento mediante el cual se hace pública una información de carácter general
                             a un colectivo amplio de personas. Nota, declaración o parte que se comunica
                             para conocimiento público.
       - NOTICIA: Información sobre algo que se considera interesante divulgar. Relato o escrito sobre un 
                  hecho actual y de interés público, es un texto objetivo y difundido.
       - EVENTO: Acontecimiento previamente organizado que reúne a un determinado número de personas en tiempo 
                 y lugar preestablecidos que desarrollarán y compartirán una serie de actividades afines a un 
                 mismo objetivo para estímulo del comercio, la industria, el intercambio social y la cultura general.
                 Los eventos son aquellos fenómenos que surgen de ocasiones no rutinarias y que tienen objetivos
                 de ocio, culturales u organizativos establecidos de forma separada a la actividad normal diaria,
                 cuya finalidad es ilustrar, celebrar, entretener o generar experiencias en un grupo de personas.
        - BOLETÍN INTERNO DE NOTICIAS: Publicación informativa remitida con una cierta periodicidad al correo
                                       electrónico de un público previamente suscrito. Sirven para informar a sus
                                       destinatarios y proporcionales comunicaciones internas sobre su lugar de 
                                       trabajo.
        - SECCIÓN: Cada una de las parates en que se divide un objeto, una empresa... etc.
        - CATEGORÍA: Cada una de las clases o diviciones establecidas al clasificar algo.
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   COMUNICADOS BLOQUE - PORTADA (Vista: código Twig en Global Text)   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Título */
.block-views-blockcomunicados-blq-comunicados .title {
  font-weight: 500;
}

.noticias-blq .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 30px; */
  /* display: grid;
  grid-template-columns: repeat(4, 1fr); */
}

.noticia-blq {
  /* width: 30%; */
  flex: 1;
  position: relative;
  padding: 30px;
  background: white;
  /* outline: 2px dashed var(--us-gris-azulado); */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 10px;
  --shadow-soft: 0 4px 10px rgba(0, 0, 0, 0.3);
  --shadow-hover: 0 10px 20px rgba(0, 0, 0, .4);
  overflow: hidden;
  /* box-shadow: var(--shadow-soft); */
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: fadeIn 0.6s ease-out;
  /* Agregar la línea entre elementos */
}
.noticia-blq .noticia__imagen {
  aspect-ratio: 6/4;
  overflow: hidden;
  width: 100%;
}
.noticia-blq .noticia__imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.noticia-blq .noticia__categoria {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 1rem;
  color: var(--us-rojo-oscuro);
}
.noticia-blq .noticia__titulo {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: black;
  margin-bottom: 1rem;
}
.noticia-blq .noticia__resumen {
  --root-color-dark-blue-800: #17253d;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.03em;
  color: var(--root-color-dark-blue-800);
  font-size: 0.9rem;
}
.noticia-blq:has(.noticia__enlace:hover) {
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
  /* box-shadow: 0 0 20px rgba(0,0,0,.2);
  opacity: .5;
  filter: grayscale(70%);
  background: rgba(255,255,255,.2);  */
  outline: 2px dashed var(--us-rojo);
  cursor: pointer;
}
.noticia-blq:has(.noticia__enlace:hover) .noticia__imagen img {
  filter: grayscale(80%);
  scale: 1.1;
  transition: all 0.3s ease-in-out;
}
.noticia-blq .noticia__enlace {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  /*    &:hover {
         outline: 2px dashed var(--us-rojo-oscuro);
         cursor: pointer;
     } */
}
.noticia-blq:not(:last-child)::after {
  /* content: "";
  position: absolute;
  right: -.5%; 
  top: 0;
  height: 100%;
  width: 0; 
  border-right: 1.5px dashed lightgray; */
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .noticias-blq .view-content {
    flex-direction: column;
  }
  .noticia-blq {
    flex: 1;
  }
  .noticia-blq:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5%;
    height: 0;
    width: 100%;
    border-top: 1.5px dashed lightgray;
    top: auto;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .nuestras-cifras {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   COMUNICADOS PÁGINA. LISTADO (Vista: código Twig en Global Text)   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.noticias-pag {
  margin-bottom: 4rem;
}

/* Cabecera grupo categoría */
.noticias-pag > .view-content h3 {
  /* background: var(--colorPri);
     color: white;
     padding: 10px 30px;
     font-size: 1.6rem;
     line-height: 1.4rem;
     width: max-content; */
  /* &::after{
  	content: "";
  	display: block;
  	max-width: 20%;
  	margin-top: 10px;
  	border-style: dashed;
  	border-width: 0.9px;
  	color: rgb(120, 117, 117);
  	opacity: .3;
  } */
}

/* Contenedor Individual noticia: 4 columnas por fila */
.noticia-pag {
  background-color: white;
  overflow: hidden;
  /* border-radius: 16px 16px 16px 16px; */
  /* box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .15); */
  position: relative;
  width: 100%;
  padding: 1rem;
  /* padding-bottom: 3rem; */
  /* border-top: 1px solid #c9c3c3; */
  --shadow-soft: 0 4px 10px rgba(0, 0, 0, 0.3);
  --shadow-hover: 0 10px 20px rgba(0, 0, 0, .4);
  overflow: hidden;
  /* box-shadow: var(--shadow-soft); */
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: fadeIn 0.6s ease-out;
}
.noticia-pag:hover {
  background: rgb(241, 238, 238);
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
}

.noticia-pag__ctn {
  display: flex;
  gap: 20px;
  position: relative;
}
.noticia-pag__ctn .noticia-pag__foto-ctn {
  flex: 30%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.noticia-pag__ctn .noticia-pag__foto-ctn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.noticia-pag__ctn .noticia-pag__texto-ctn {
  flex: 70%;
}
.noticia-pag__ctn .noticia-pag__texto-ctn h5 {
  line-height: 1.2rem;
}

/* Enlace cubre todo */
.noticia-pag__enlace {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

/* Categoria */
.noticia-pag__categorias {
  background-color: var(--colorSec);
  position: absolute;
  left: 5px;
  top: 5px;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
  font-size: 10px;
  white-space: nowrap;
  line-height: 1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

/* Titular */
.noticia-pag__titulo {
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: left;
  text-transform: none;
  color: var(--colorPri);
}

/* Fecha */
.noticia-pag__fecha {
  font-size: 0.6rem;
  line-height: 0.6rem;
  text-align: left;
  margin: 10px 0 15px 0;
  color: var(--color-texto-claro);
}
.noticia-pag__fecha::before {
  display: inline-block;
  content: "\f073";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px 0 0;
}

/* Filtro Vistas */
.filtro-vista {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1px;
  /* margin: 20px auto 50px; */
  width: 100%;
  /* padding: 20px 0; */
  padding-bottom: 20px;
  height: 4rem;
  /* Elementos Generados */
  /* Botones añadidos: TODOS  TODOS AGRUPADOS */
  /* Estilo común a todos los botones de filtro */
}
.filtro-vista .view-content {
  order: 1;
  display: block;
  padding: 0;
}
.filtro-vista .view-footer {
  order: 2;
  /* display: flex;
  gap: 1px; */
}
.filtro-vista .filtro-vista__boton {
  font-size: 12px;
  line-height: 15px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
  border: none;
  margin: 3px;
}
.filtro-vista .filtro-vista__boton:hover {
  background: rgb(233, 204, 213);
  color: black !important;
  cursor: pointer;
}
.filtro-vista .filtro-vista__boton.filtro-activo {
  background: var(--us-rojo-oscuro);
  color: white !important;
}

/* Encabezado de Filtro agrupado */
.noticias-pag h3 {
  width: 100%;
  font-size: 2rem;
  color: var(--us-rojo-oscuro);
  margin-top: 3rem;
}

/* Búsqueda expuesta */
/* & .view-filters {
    order:1;
    display:flex;
    justify-content: flex-start;

    label {
        font-size: .8rem;
        color: var(--color-texto-claro);
    }

    a.button, input[type=submit], input[type=reset], input[type=button] {
        background-color: var(--us-rojo-oscuro);
        color: white;
        font-size: 14px;
        text-transform: uppercase;
        padding: 6.5px;
        color: #ffffff;
        display: inline-block;
        line-height: 1;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 0;
        min-width: 80px;
        border: none;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        margin: 10px 5px 10px 0;
        text-align: center;
        position: relative;
        left: -20px;
    }
}
& .view-content {order:3;}

& .views-exposed-form {
    display:flex;
    align-items: center;
    gap: 20px;
} */
/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .noticia-pag {
    padding: 0;
  }
  .noticia-pag__ctn {
    flex-direction: column;
    padding: 20px;
  }
  .noticia-pag__categorias {
    left: 25px;
    top: 25px;
  }
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   COMUNICADO FICHA. INDIVIDUAL (Template: node--ultima-hora.html.twig)   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.noticias-ficha {
  /*  margin-bottom: 30px;
     background-color: white;
     overflow: hidden;
  width: 100%;
     position: relative; */
}
.noticias-ficha .noticias-ficha__header {
  /* padding: 0 6rem;
  margin: 2rem 0;
  margin-top: 0; */
  /* Fecha de publicación */
  /* Categorias (Taxonomía) */
  /*  & .comunicado-ficha__categorias a {
       font-size: 12px;
       line-height: 14px;
       text-transform: uppercase;
       background-color: #c9c3c3;
       color: white;
       padding: 5px 15px;
       border-radius: 12px;
   } */
  /* Categorias */
  /* Titular */
}
.noticias-ficha .noticias-ficha__header .noticias-ficha__fecha span {
  font-size: 0.8rem !important;
  color: #9f9999 !important;
}
.noticias-ficha .noticias-ficha__header .noticias-ficha__titulares {
  /* font-size: 3.5rem;
  line-height: 3.7rem;
  margin: 0 !important;
  color: black; */
  margin-bottom: 1rem;
  padding: 0 4rem;
}
.noticias-ficha .noticias-ficha__header .noticias-ficha__titulares h1 {
  font-size: 2.7rem;
  line-height: 2.9rem;
  color: var(--colorPri);
  text-transform: none;
  margin: 30px 0 0 !important;
}
.noticias-ficha .noticias-ficha__header .noticias-ficha__titulares h4 {
  font-size: 1.2rem;
  line-height: 2rem;
  color: black !important;
  text-transform: none;
  margin: 20px 0 10px !important;
}
.noticias-ficha .noticias-ficha__foto {
  aspect-ratio: 16/7;
}
.noticias-ficha .noticias-ficha__foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.noticias-ficha .noticias-ficha__info {
  /* display: flex; */
  /* gap: 20px; */
  padding: 10px 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.13);
  border-bottom: 2px dashed rgba(0, 0, 0, 0.13);
  position: relative;
  overflow: visible;
  margin: 10px;
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.noticias-ficha .noticias-ficha__info .noticias-ficha__fecha {
  font-size: 0.8rem;
  line-height: 1rem;
  padding-bottom: 0;
}
.noticias-ficha .noticias-ficha__info .noticias-ficha__categoria {
  background-color: var(--colorSec);
  color: white;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
  font-size: 10px;
  white-space: nowrap;
  line-height: 1;
  /* box-shadow: 0 0 6px rgba(0, 0, 0, 0.5); */
  /* Colores fondo categorías */
  /* Color fondo según categoría */
  /*    & span {
         display: inline-block;
         font-size: 14px !important;
         line-height: 18px !important;
         padding: 7px 15px 5px 15px;
         background: var(--colorPri);
         color: white !important;
         border: none;
         margin: 3px;
         opacity: 0.5;
         border-radius: 12px;
         text-transform: uppercase;

         &:not(:nth-child(1))::before {
             content: " ";
             background-color: #fece00;
             height: 16px;
             top: 3px;
             display: inline-block;
             width: 1px;
             margin: 0 7px;
         }
     } */
}
.noticias-ficha .noticias-ficha__info .noticias-ficha__categoria span {
  padding: 0;
}
.noticias-ficha .noticias-ficha__info .noticias-ficha__categoria[data-categoria=EV] {
  /* background-color: var(rgb(246, 233, 198));  */
  background-color: #f6e9c6;
}
.noticias-ficha .noticias-ficha__info .noticias-ficha__categoria[data-categoria=M365] {
  /* background-color: var(rgb(219, 227, 188));  */
  background-color: #dbe3bc;
}
.noticias-ficha .noticias-ficha__info .noticias-ficha__categoria[data-categoria=WEB] {
  /* background-color: var(rgb(197, 223, 219));  */
  background-color: #c5dfdb;
}
.noticias-ficha .noticias-ficha__info .noticias-ficha__categoria[data-categoria=SEG] {
  /* background-color: var(rgb(240, 215, 226));  */
  background-color: #f0d7e2;
}
.noticias-ficha .noticias-ficha__info .noticias-ficha__categoria[data-categoria="ALOJA+PUB SERV"] {
  /* background-color: var(rgb(200, 212, 221));  */
  background-color: #c8d4dd;
}
.noticias-ficha .noticias-ficha__cuerpo {
  padding: 0 4rem;
  margin-top: 3rem;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .noticias-ficha {
    padding: 0;
  }
  .noticias-ficha .noticias-ficha__header {
    padding: 0 1rem;
  }
  .noticias-ficha .noticias-ficha__header .noticias-ficha__titulares {
    padding: 0;
  }
  .noticias-ficha .noticias-ficha__contenido .noticias-ficha__cuerpo {
    padding: 0 1rem;
  }
}
/* Tablet */
/* Animación para el filtro */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 
	PAGINADOR
	---------
	Región:
	Template:
	Descripción:
	Última revisión: 23/07/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   PAGINADOR (Actualidad (Noticias) / Agenda (Eventos))   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.pager {
  margin-top: 15px;
  position: relative;
  z-index: 9;
  margin-bottom: 2rem;
  order: 10;
}

.pager__items {
  clear: both;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}

.pager__item {
  padding: 0;
  display: inline;
  margin-bottom: 15px;
  /* Casilla activa */
}
.pager__item > a {
  padding: 10px 13px;
  font-size: 0.9rem;
  line-height: 1;
  color: var(--colorPri);
  background-color: white;
  border-top: 1px solid var(--color-texto-claro);
  border-right: 1px solid var(--color-texto-claro);
  border-bottom: 1px solid var(--color-texto-claro);
}
.pager__item > a:hover {
  background: rgba(113, 156, 15, 0.2);
  /* border: 1px solid var(--colorPri);  */
  /* border-color: var(--colorSec); */
}
.pager__item:first-of-type a {
  border: 1px solid var(--color-texto-claro);
}
.pager__item.is-active {
  font-weight: 100;
}
.pager__item.is-active a {
  /* , li.pager__item.is-active:last-child a */
  color: white !important;
  background: var(--colorPri);
  border: 1px solid var(--colorPri);
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
/* Tablet */
/* 
	FILTRO
	---------
	Región:
	Template:
	Descripción:
	Última revisión: 29/07/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   ETIQUETAS FILTRO  +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.filtro__item {
  font-size: 12px;
  line-height: 15px;
  padding: 5px 10px;
  background: rgba(2, 173, 193, 0.1);
  color: #02adc1;
  border: none;
  margin: 3px;
}
.filtro__item:hover {
  background: rgba(2, 173, 193, 0.7);
  color: white !important;
  cursor: pointer;
}

.filtro__item--activo {
  background: var(--colorPri);
  color: white !important;
}

.filtro__opciones {
  margin: 20px auto 50px;
  width: fit-content;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 5px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #d5d2d2;
  /* background: #f9f7f1; */
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   ETIQUETAS FILTRO (BOTONES CURVADOS) +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* .filtro__item {
	font-size: 12px;
  line-height: 15px;
  padding: 5px 10px;
  background: white;
  color: black;
  border: none;
  padding: 10px 15px;
  border: 1px solid grey;
  margin-right: -1px;

  &:nth-child(1) {border-radius:15px 0 0 15px;}
  &:last-child {border-radius:0 15px 15px 0;}

  &:hover {
    background: var(--colorSec);
    color: white !important;
    cursor: pointer;
  }
}

.filtro__item--activo {
  background: var(--colorPri);
  color: white !important;
}

.filtro__opciones {
	margin: 20px auto 50px;
  width: fit-content;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px dotted #d5d2d2;
} */
/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
/* Tablet */
/* 
	DESTACADOS
	----------
	Región:
	Template:
	Descripción:
	Última revisión: 22/07/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   DESTACADOS   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* PORTADA */
.block-views-blockatajos-blq-atajos-destacados-portada .title {
  display: none;
}

/* PERFILES */
.block-views-blockatajos-blq-atajos-destacados-estudiantes,
.block-views-blockatajos-blq-atajos-destacados-profesorado,
.block-views-blockatajos-blq-atajos-destacados-ptgas,
.block-views-blockatajos-blq-atajos-destacados-empleadores {
  /*   background: var(--color-fondo-portada); */
  /* text-align: center;
  padding: 2rem; */
  /* margin-bottom: 60px; */
  padding-top: 2rem;
}
.block-views-blockatajos-blq-atajos-destacados-estudiantes .title,
.block-views-blockatajos-blq-atajos-destacados-profesorado .title,
.block-views-blockatajos-blq-atajos-destacados-ptgas .title,
.block-views-blockatajos-blq-atajos-destacados-empleadores .title {
  margin-bottom: 50px;
  font-size: 2rem;
  text-align: center;
  color: black;
}
.block-views-blockatajos-blq-atajos-destacados-estudiantes .content,
.block-views-blockatajos-blq-atajos-destacados-profesorado .content,
.block-views-blockatajos-blq-atajos-destacados-ptgas .content,
.block-views-blockatajos-blq-atajos-destacados-empleadores .content {
  /* background-color: #f9f9f9; */
}

.atajos-destacados {
  padding: 2rem 0 0;
  /* Patrón de colores */
  color: var(--color-atajos-destacado);
  background: transparent;
  /* Menú  */
}
.atajos-destacados:has(.atajos-destacado__enlace[data-color=amarillo]) {
  --color-atajos-destacado: var(--us-amarillo);
}
.atajos-destacados:has(.atajos-destacado__enlace[data-color=naranja]) {
  --color-atajos-destacado: var(--us-naranja);
}
.atajos-destacados:has(.atajos-destacado__enlace[data-color=rojo]) {
  --color-atajos-destacado: var(--color-perfil-5);
}
.atajos-destacados:has(.atajos-destacado__enlace[data-color=violeta]) {
  --color-atajos-destacado: violet;
}
.atajos-destacados:has(.atajos-destacado__enlace[data-color=azul]) {
  --color-atajos-destacado: var(--colorPri);
}
.atajos-destacados:has(.atajos-destacado__enlace[data-color=celeste]) {
  --color-atajos-destacado: cyan;
}
.atajos-destacados:has(.atajos-destacado__enlace[data-color=verde-azulado]) {
  --color-atajos-destacado: var(--color-perfil-2);
}
.atajos-destacados:has(.atajos-destacado__enlace[data-color=verde]) {
  --color-atajos-destacado: var(--color-perfil-1);
}
.atajos-destacados:has(.atajos-destacado__enlace[data-color=gris]) {
  --color-atajos-destacado: var(--color-perfil-3);
}
.atajos-destacados:has(.atajos-destacado__enlace[data-color=negro]) {
  --color-atajos-destacado: black;
}
.atajos-destacados:has(.atajos-destacado__enlace[data-color=blanco]) {
  --color-atajos-destacado: white;
}
.atajos-destacados:has(.atajos-destacado__enlace[data-color=transparente]) {
  --color-atajos-destacado: transparent;
}
.atajos-destacados:hover {
  cursor: pointer;
}
.atajos-destacados:hover > .view-content {
  opacity: 1;
  pointer-events: auto;
}
.atajos-destacados > .view-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 1rem;
  /* Esquinas */
}
.atajos-destacados > .view-content:has(.atajos-destacado__enlace[data-esquinas=Redondeadas]) {
  border-radius: 0 0 15px 15px;
}

/* Elementos */
.atajos-destacado__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 175px;
  position: relative;
  flex: 1;
  /* Enlace */
}
.atajos-destacado__item:has(.atajos-destacado__texto[data-estado=oculto]) {
  display: none;
}
.atajos-destacado__item > .atajos-destacado__enlace {
  color: white;
  display: block;
  transition: 0.5s;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.atajos-destacado__item .atajos-destacado__texto {
  font-size: 18px;
  line-height: 22px;
  color: white;
  padding: 15px 10px;
  min-width: 90px;
  text-align: center;
}
.atajos-destacado__item:hover .atajos-destacado__icono {
  transform: scale(1.2);
}
.atajos-destacado__item:hover .atajos-destacado__imagen {
  transform: scale(1.2);
}

/* Icono */
/* .atajos-destacado__icono-circulo {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--color-atajos-destacado);
    padding: .8rem;
    border-radius: 50%;
    width: 6.5rem;
    height: 6.5rem;
    position: relative;
} */
.atajos-destacado__icono {
  font-size: 3.5rem;
  color: var(--color-atajos-destacado);
  transition: 0.5s;
  /*  margin-bottom: 10px;
   border-radius: 50%;
   border: 2px solid var(--color-atajos-destacado);
   padding: 1.3rem;
   width: 120px;
   height: 120px; */
  /* margin: 0 auto; */
  /*  display: flex;
   justify-content: center;
   align-items: center; */
  text-align: center;
}

.atajos-destacado__icono.fa,
.atajos-destacado__icono.fas {
  line-height: inherit !important;
  font-size: 2.5rem;
}

/* Imagen en lugar de icono */
.atajos-destacado__imagen {
  margin: 0;
  /* width: 50px; */
  transition: 0.5s;
  height: 3rem;
}

.atajos-destacado__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .atajos-destacados > .view-content {
    gap: 15px;
  }
  .atajos-destacado__item {
    /*  max-width:175px; */
    /* .atajos-destacado__imagen {
        height: 3rem;
    } */
  }
  .atajos-destacado__item .atajos-destacado__icono {
    font-size: 40px;
  }
  .atajos-destacado__item .atajos-destacado__texto {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 5px;
    min-width: 70px;
  }
}
/* Tablet */
/* @use "partials/servicios-portada"; */
/* 
	NUESTRAS CIFRAS
	--------
	Región:
	Template:
	Descripción:
	Última revisión: 27/02/2025
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   NUESTRAS CIFRAS   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.nuestras-cifras {
  /* display: flex;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cifra[data-cifra="1"] {
  position: relative;
  padding: 1.1rem 2rem 0.2rem 1.5rem;
  margin-bottom: 2rem;
  /* width: 24%; */
  /* barra a la izquierda */
  /* Número */
  /* Título */
}
.cifra[data-cifra="1"]::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: var(--us-rojo-oscuro);
  position: absolute;
  top: 0;
  left: 0;
}
.cifra[data-cifra="1"] .cifra__num {
  font-size: 6rem;
  font-weight: 900;
  color: var(--us-rojo-oscuro);
  padding-bottom: 2rem;
}
.cifra[data-cifra="1"] .cifra__titulo {
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 900;
  color: var(--us-rojo-oscuro);
  padding-bottom: 0.1rem;
}

.cifra[data-cifra="2"] {
  position: relative;
  padding: 1.1rem 2rem 0.2rem 1.5rem;
  margin-bottom: 2rem;
  /* width: 24%; */
  /* barra a la izquierda */
  /* Número */
  /* Título */
}
.cifra[data-cifra="2"]::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: var(--us-naranja);
  position: absolute;
  top: 0;
  left: 0;
}
.cifra[data-cifra="2"] .cifra__num {
  font-size: 6rem;
  font-weight: 900;
  color: var(--us-naranja);
  padding-bottom: 2rem;
}
.cifra[data-cifra="2"] .cifra__titulo {
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 900;
  color: var(--us-naranja);
  padding-bottom: 0.1rem;
}

.cifra[data-cifra="3"] {
  position: relative;
  padding: 1.1rem 2rem 0.2rem 1.5rem;
  margin-bottom: 2rem;
  /* width: 24%; */
  /* barra a la izquierda */
  /* Número */
  /* Título */
}
.cifra[data-cifra="3"]::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: var(--us-verde-agua);
  position: absolute;
  top: 0;
  left: 0;
}
.cifra[data-cifra="3"] .cifra__num {
  font-size: 6rem;
  font-weight: 900;
  color: var(--us-verde-agua);
  padding-bottom: 2rem;
}
.cifra[data-cifra="3"] .cifra__titulo {
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 900;
  color: var(--us-verde-agua);
  padding-bottom: 0.1rem;
}

.cifra[data-cifra="4"] {
  position: relative;
  padding: 1.1rem 2rem 0.2rem 1.5rem;
  margin-bottom: 2rem;
  /* width: 24%; */
  /* barra a la izquierda */
  /* Número */
  /* Título */
}
.cifra[data-cifra="4"]::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: var(--us-verde-azulado);
  position: absolute;
  top: 0;
  left: 0;
}
.cifra[data-cifra="4"] .cifra__num {
  font-size: 6rem;
  font-weight: 900;
  color: var(--us-verde-azulado);
  padding-bottom: 2rem;
}
.cifra[data-cifra="4"] .cifra__titulo {
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 900;
  color: var(--us-verde-azulado);
  padding-bottom: 0.1rem;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .nuestras-cifras {
    grid-template-columns: repeat(1, 1fr);
  }
  .nuestras-cifras .cifra[data-cifra="1"] {
    margin-bottom: 4rem;
    /* barra arriba */
  }
  .nuestras-cifras .cifra[data-cifra="1"]::before {
    content: "";
    display: block;
    height: 6px;
    background-color: rgb(165, 1, 51);
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
  }
  .nuestras-cifras .cifra[data-cifra="2"] {
    margin-bottom: 4rem;
    /* barra arriba */
  }
  .nuestras-cifras .cifra[data-cifra="2"]::before {
    content: "";
    display: block;
    height: 6px;
    background-color: rgb(240, 146, 5);
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
  }
  .nuestras-cifras .cifra[data-cifra="3"] {
    margin-bottom: 4rem;
    /* barra arriba */
  }
  .nuestras-cifras .cifra[data-cifra="3"]::before {
    content: "";
    display: block;
    height: 6px;
    background-color: rgb(149, 190, 5);
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
  }
  .nuestras-cifras .cifra[data-cifra="4"] {
    margin-bottom: 4rem;
    /* barra arriba */
  }
  .nuestras-cifras .cifra[data-cifra="4"]::before {
    content: "";
    display: block;
    height: 6px;
    background-color: rgb(5, 159, 148);
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .nuestras-cifras {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* @use "partials/conocenos"; */
/* 
	FOOTER
	------
	Región:
	Template:
	Descripción:
	Última revisión: 23/07/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   FOOTER (Logo US + Dirección + Mapa + Redes Sociales + Copyright)   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Logo US ----------------- */
.logo-footer {
  margin-top: -5px;
  max-width: 260px;
  position: relative;
}
.logo-footer .logo-footer__enlace {
  /* margin-bottom: 20px; */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.logo-footer .logo-footer__slogan-us {
  font-family: "Merriweather", serif !important;
  font-size: 0.8rem !important;
  padding: 0 0 0 89px;
  line-height: 1rem;
  font-weight: normal;
  margin: 0;
  color: var(--color-texto-footer);
}
.logo-footer img {
  max-width: 100%;
  height: auto;
}

/* Logo Centro */
.footer-direccion__logo {
  width: 150px;
  mix-blend-mode: unset;
  position: relative;
  bottom: -5px;
  left: -20px;
  opacity: 0.4;
}
.footer-direccion__logo .footer-direccion__logo-img {
  width: 100%;
}

/* Logo SIC */
.logo-sic {
  width: 160px;
  justify-content: center;
  position: relative;
  bottom: -30px;
}
.logo-sic .logo-sic__img {
  width: 100%;
}
.logo-sic .logo-sic__enlace {
  margin-bottom: 20px;
}

/* Menú Pie de página */
.menu-pie {
  display: flex;
  gap: 10px;
  font-size: 0.7rem;
  flex-wrap: wrap;
  flex-direction: column;
  height: 5vw;
  line-height: 1.2rem;
  justify-content: flex-start;
}
.menu-pie .menu-pie a {
  color: var(--color-texto-footer) !important;
}
.menu-pie .menu-pie a:hover {
  color: var(--color-resaltado-footer) !important;
}

/* Dirección --------------- */
.footer-direccion {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: -10px;
  margin-right: 5rem;
}
.footer-direccion .footer-direccion__ctn {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 7px;
  color: var(--color-texto-footer);
  min-width: 300px;
  /* Nombre Centro */
  /* Email - Teléfono */
}
.footer-direccion .footer-direccion__ctn .footer-direccion__titulo {
  color: var(--color-texto-footer);
  font-size: 19px;
  line-height: 20px;
  font-family: FuenteBold, Helvetica, Arial, sans-serif;
  /* text-shadow: 1px 1px 2px #666; */
}
.footer-direccion .footer-direccion__ctn .footer-direccion__titulo::after {
  content: "";
  display: block;
  max-width: 70%;
  height: 1.2px;
  background-color: var(--color-texto-footer);
  margin-top: 2px;
  opacity: 0.3;
}
.footer-direccion .footer-direccion__ctn .footer-direccion__email::before {
  display: inline-block;
  content: "\f0e0";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px 0 0;
}
.footer-direccion .footer-direccion__ctn .footer-direccion__telefono {
  /* margin-left: 10px; */
}
.footer-direccion .footer-direccion__ctn .footer-direccion__telefono::before {
  display: inline-block;
  content: "\f095";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px 0 0;
}
.footer-direccion .footer-direccion__ctn a {
  color: var(--color-texto-footer) !important;
}
.footer-direccion .footer-direccion__ctn a:hover {
  color: var(--color-resaltado-footer) !important;
}

/* Logos Footer */
/* .logos-footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	bottom: -10px;
	gap: 10px; */
/* Plan Autoprotección */
.plan-autoproteccion {
  /* position: relative;
  bottom: -10px; */
  max-width: 150px;
  margin: 0;
  /* margin-left: 20px; */
}
.plan-autoproteccion img {
  width: 100%;
  object-fit: cover;
}

/* Mapa */
/* .mapa-footer{
	border: 2px dotted var(--colorFooter);
    display: flex;
    justify-content: center;
	opacity:.7;
    mix-blend-mode: luminosity;
} */
/* Redes Sociales ---------- */
/* .sociales{
	display: flex;
	justify-content: flex-end;
}
.sociales__titulo{
	font-family: FuenteRegular, Helvetica, Arial, sans-serif !important;
	color: var(--colorFooter);
	font-size: 16px;
	font-weight: 100;
	padding-right: 20px;
}
.sociales__ctn-enlaces{
	display:flex;
	align-items: center;
}
.sociales__enlace{
	font-size:25px;
}
.sociales__icono{
	color: var(--colorFooter);
}
.sociales__enlace:hover .sociales__icono{
	color: white !important;
}
.sociales__enlace ~ a{
	padding-left: 30px;
} */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   FOOTER-BOTTOM (Avisos legales + Copyright)   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.footer-bottom > .container > div {
  display: flex;
  justify-content: space-between;
  border-top: 1px dotted var(--color-texto-copyright);
}

/* Legal + Copyright */
.legal, .copyr {
  padding: 10px;
  line-height: 120%;
  color: var(--color-texto-copyright) !important;
  opacity: 0.8;
  font-size: 16px;
}

.legal {
  text-align: left;
}
.legal a {
  margin-right: 15px;
  white-space: nowrap;
  color: var(--color-texto-copyright) !important;
}
.legal a:hover {
  color: var(--color-resaltado-copyright) !important;
}

.copyr {
  text-align: right;
}
.copyr a {
  color: var(--color-texto-copyright) !important;
}
.copyr a:hover {
  color: var(--color-resaltado-copyright) !important;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  /* Logo US */
  .logo-footer {
    margin: 0 auto;
  }
  /* Logo SIC */
  .logo-sic {
    margin: 0 20px 0 20px;
    bottom: -10px;
  }
  /* Dirección */
  .footer-direccion {
    text-align: left;
    position: static;
    margin-bottom: 0;
    margin-right: 0;
    flex-direction: column;
  }
  .footer-direccion .footer-direccion__ctn .footer-direccion__titulo::after {
    max-width: 45%;
    margin: 0 auto;
    margin-top: 13px;
  }
  /* Logo Centro */
  .footer-direccion__logo {
    display: none;
  }
  .footer-direccion__ctn {
    text-align: center;
  }
  .logos-footer {
    flex-direction: row;
    gap: 30px;
    margin-bottom: 10px;
    /* .logo-aenor {
    	bottom: -10px;
    } */
    /* .plan-autoproteccion {
    	position: static;
    	margin-left: 0;
    	margin-top: 15px;
    	margin-bottom: 0;
    } */
  }
  /* Redes sociales */
  #block-redes-sociales {
    display: block;
    padding-right: 0;
  }
  .sociales {
    justify-content: center;
  }
  /* Legal y Copyright */
  .region-footer-bottom {
    flex-direction: column;
  }
  .legal,
  .copyr {
    text-align: center;
    padding: 8px 0;
  }
  .legal a {
    margin: 10px 10px;
  }
  .legal a:first-of-type, .legal a:last-of-type {
    margin: 10px 0;
  }
  .copyr {
    text-align: center;
  }
  /* Menú */
  .menu-pie {
    display: none;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .footer-direccion {
    margin-right: 1rem;
  }
}
/* 
	BOTON-VERMAS
	------------
	Región:
	Template:
	Descripción:
	Última revisión: 23/07/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   BOTÓN "VER MÁS" (Rojo/blanco)   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Común a todos los bloques: Su clase se define en las vistas: .boton_vermas rojo/blanco */
/* Muestra el botón */
.boton_vermas {
  border-radius: 35px;
  margin: 30px auto;
  margin-bottom: 50px;
  margin-top: 80px;
  padding: 25px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
  border: 1px solid black;
  width: fit-content;
  /* Texto e icono botón */
  /* Color según tipo */
  /* Hover sobre el botón */
}
.boton_vermas a {
  font-size: 20px;
  line-height: 0;
  display: block;
  /* + */
}
.boton_vermas a span {
  font-size: 20px;
  color: white;
  padding-left: 10px;
}
.boton_vermas.rojo a {
  color: white !important;
}
.boton_vermas.rojo a span {
  color: white;
}
.boton_vermas.blanco a {
  color: black !important;
}
.boton_vermas.blanco a span {
  color: black;
}
.boton_vermas:hover {
  background-color: var(--colorSec) !important;
  border: 1px solid var(--colorSec);
  cursor: pointer;
}
.boton_vermas:hover a, .boton_vermas:hover a span {
  text-decoration: none;
  color: white !important;
}

/* Deshabilita el <strong> que hay en botón FCT */
.view-noticias > strong {
  font-weight: 100;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .boton_vermas {
    padding: 12px 30px;
  }
  .boton_vermas a {
    font-size: 21px;
    line-height: 20px !important;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .boton_vermas a {
    font-size: 24px;
  }
}
/* 
	BOTON-UP
	--------
	Región:
	Template:
	Descripción:
	Última revisión: 23/07/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ BOTÓN IR HACIA ARRIBA +
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#button-up {
  width: 60px;
  height: 60px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  font-size: 25px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  border: 2px solid white;
  transition: all 300ms ease;
  transform: scale(0);
  z-index: 9999;
  filter: invert(50%) sepia(7%) saturate(0%) hue-rotate(159deg) brightness(106%) contrast(108%);
  /* ANULADO, YA QUE EN MODO MÓVIL IMPEDÍA QUE SE CERRARA */
  /*    &:hover{transform: scale(1.2) !important; } */
}

/* 
	COOKIES
	-------------
	Región:
	Template:
	Descripción:
	Última revisión: NO REVISADO
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ COOKIES +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Título */
.eu-cookie-compliance-message h2 {
  /* font-size: 1.4rem;
     line-height: 1.3rem; */
  font-size: 18px;
  line-height: 20px;
}

/* Descripción */
.eu-cookie-compliance-category-description,
.eu-cookie-compliance-message p {
  /* font-size: 1rem;
     line-height: 1.2rem; */
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin: 0 0 5px 0;
}

/* Título Categorías */
.eu-cookie-compliance-categories label {
  display: inline;
  /* font-size: 1.2rem;
  line-height: 1.1rem; */
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}

/* Botones */
.eu-cookie-compliance-more-button {
  cursor: pointer;
  display: inline;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: underline;
  background: transparent;
  border-radius: 16px;
  color: white;
  font-size: 16px;
  line-height: 18px;
}

.disagree-button.eu-cookie-compliance-more-button,
.eu-cookie-compliance-agree-button,
.eu-cookie-compliance-default-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-more-button-thank-you,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button {
  cursor: pointer;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  background: transparent;
  /* background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%); */
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid white;
  color: white;
  font-family: inherit;
  font-weight: normal;
  padding: 10px 25px;
  text-decoration: none;
  text-shadow: none;
  font-size: 16px;
  line-height: 18px;
}

.disagree-button.eu-cookie-compliance-more-button:hover,
.eu-cookie-compliance-agree-button:hover,
.eu-cookie-compliance-default-button:hover,
.eu-cookie-compliance-hide-button:hover,
.eu-cookie-compliance-more-button-thank-you:hover,
.eu-cookie-withdraw-button:hover,
.eu-cookie-compliance-save-preferences-button:hover {
  background: white;
  /* background-image: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed));
  background-image: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background-image: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%); */
  color: var(--colorPri);
}

.eu-cookie-compliance-categories {
  clear: both;
  padding-top: 0;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  /* 	.eu-cookie-compliance-categories-buttons {
  		margin: 0 0 1em 0;
  		max-width: 100%;
  		float: left;
  		width: 100%;
  	} */
  .disagree-button.eu-cookie-compliance-more-button,
  .eu-cookie-compliance-agree-button,
  .eu-cookie-compliance-default-button,
  .eu-cookie-compliance-hide-button,
  .eu-cookie-compliance-more-button-thank-you,
  .eu-cookie-withdraw-button,
  .eu-cookie-compliance-save-preferences-button {
    width: 90vw;
    margin: 0 auto;
  }
  .eu-cookie-compliance-buttons.eu-cookie-compliance-has-categories {
    float: none;
  }
  .eu-cookie-compliance-message p {
    display: block;
  }
}
/* Tablet */
/* 
	A2A
	---
	Región:
	Template:
	Descripción:
	Última revisión: 23/07/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ MÓDULO A2A - COMPARTIR EN REDES SOCIALES +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.a2a_kit {
  line-height: 32px;
  display: flex;
  justify-content: flex-start;
  /* No sale en páginas PERFILES (Alumno, PAS, PDI)*/
}
.a2a_kit span {
  background: var(--colorPri) !important;
}
.a2a_kit[data-a2a-title^=Perfil] {
  display: none;
}

.calidad-estadisticas {
  width: fit-content;
}
.calidad-estadisticas .fieldset__wrapper {
  display: flex;
  gap: 3px;
}
.calidad-estadisticas .fieldset__wrapper .field--name-field-descripcion1 {
  width: 400px;
}
.calidad-estadisticas .fieldset__wrapper .tabledrag-toggle-weight-wrapper {
  display: none;
}
.calidad-estadisticas .fieldset__wrapper .tabledrag-cell {
  display: none;
}
.calidad-estadisticas .fieldset__wrapper td {
  padding: 0;
}
.calidad-estadisticas .fieldset__wrapper tr .form-item {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   FORMULARIO WEBFORM SOLICITUDES   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.webform-submission-form {
  background: #F1EFEA;
  padding: 2rem;
}

.webform-submission-form .webform-flex--1 {
  flex: inherit;
}

.webform-submission-form .webform-flex--container {
  margin: 0 0.1rem;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .webform-submission-form button, input {
    overflow: visible;
    width: 100%;
  }
}
/* Tablet */
/* 
	MIGADEPAN
	---------
	Región:
	Template:
	Descripción:
	Última revisión: 6/08/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ BREADCRUMB (MIGA DE PAN) +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.breadcrumb {
  font-size: 0.7rem;
  padding: 0;
  text-align: left;
  font-weight: 100;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
  text-align: center;
  /* Elementos de la lista */
}
.breadcrumb ol li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* Inicio */
}
.breadcrumb ol li::before {
  content: "›";
  margin-left: 0.2rem;
}
.breadcrumb ol li:nth-child(1) .breadcrumb-separator {
  display: none;
}
.breadcrumb ol li:nth-child(1)::before {
  content: "";
}
.breadcrumb ol a {
  color: var(--color-texto) !important;
  text-decoration: none !important;
  font-weight: 100 !important;
}
.breadcrumb ol a:hover {
  color: black !important;
}

/* Elementos y separador */
.breadcrumb li,
.breadcrumb .breadcrumb-separator {
  /*  display: inline-block;
   overflow: hidden;
   vertical-align: top;
   line-height: 1.46; */
}

/* Separador */
.breadcrumb .breadcrumb-separator {
  /*  line-height: 1;
   font-size: 13px;
   padding-top: 2px;
   color: #1e1e1e;
   vertical-align: baseline; */
}

.sr-only {
  position: inherit !important;
  width: inherit !important;
  height: inherit !important;
  padding: inherit !important;
  margin: inherit !important;
  overflow: inherit !important;
  clip: inherit !important;
  border: inherit !important;
}

/* 
	LOCALIZACION
	------------
	Región:
	Template:
	Descripción:
	Última revisión: NO REVISADO
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   LOCALIZACIÓN   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.localizacion-sedes {
  padding: 0;
  margin-bottom: 3rem;
}

.localizacion-sede {
  display: flex;
  margin: 0;
  padding: 0;
}

.localizacion-sede__foto {
  flex: 50%;
  padding: 0;
}

.localizacion-sede__foto > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.localizacion-sede__info {
  flex: 50%;
  padding: 4rem;
}

.localizacion-sede--rojo .localizacion-sede__foto {
  order: 2;
}

.localizacion-sede__titulo {
  font-size: 1.6rem;
  color: black !important;
}

/* .localizacion-sede--rojo  .localizacion-sede__titulo {
    color: #ad0707 !important;
}
.localizacion-sede--verde  .localizacion-sede__titulo {
    color: #068b34 !important;
} */
.localizacion-sede--verde {
  background: #e9eded;
}

.localizacion-sede--rojo {
  background: #feeae9;
}

.localizacion-sede__contacto {
  display: flex;
  gap: 15px;
  flex-flow: wrap;
}

.localizacion-sede__telefono,
.localizacion-sede__email,
.localizacion-sede__horario {
  font-size: 0.7rem !important;
  color: var(--color-texto) !important;
  /* letter-spacing: -1px; */
  white-space: nowrap;
}

.localizacion-sede__telefono:before {
  content: "\f095";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}

.localizacion-sede__email:before {
  content: "\f0e0";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}

.localizacion-sede__horario:before {
  content: "\f017";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}

/* Mapa y Datos de Contacto */
.localizacion-mapa-contacto {
  padding: 0;
  /* margin-bottom: 4rem; */
  margin-top: 1rem;
}

.localizacion-mapa {
  padding: 0;
  filter: grayscale(50%) opacity(0.9);
  aspect-ratio: 16/5;
  /*  border: 4px dotted var(--colorSec); */
}

.localizacion-mapa > iframe {
  display: block;
  height: 100%;
}

.localizacion-contacto {
  float: right;
}

.localizacion-contacto__centro {
  font-size: 1.2rem;
  line-height: 1rem !important;
  color: black !important;
  margin: 0.5rem 0 0;
  display: none;
}

.localizacion-contacto__telefono,
.localizacion-contacto__email,
.localizacion-contacto__direccion {
  font-size: 0.8rem !important;
  line-height: 1.1rem !important;
  /* letter-spacing: -1px;
  white-space: nowrap; */
}

.localizacion-contacto__direccion:before {
  content: "\f3c5";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}

.localizacion-contacto__telefono:before {
  content: "\f095";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}

.localizacion-contacto__email:before {
  content: "\f0e0";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}

/* Líneas Bus */
.localizacion-buses {
  display: flex;
  gap: 2rem;
  background-image: url("/sites/seprus/files/img/sedes/skyline-us.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  /* border-left: 1px dotted var(--colorSec);
     border-right: 1px dotted var(--colorSec); */
  padding-top: 2rem;
  margin-bottom: 4rem;
  height: 36rem;
}

.localizacion-bus {
  width: 33%;
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Enlace */
.localizacion-bus__enlace {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: block;
  background: transparent;
  z-index: 9;
}

/* Línea */
.localizacion-bus__linea {
  background: transparent;
  border-radius: 50%;
  border: 2px solid var(--colorSec);
  width: 9rem;
  height: 9rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding-top: 2.3rem;
}

.localizacion-bus__linea h4 {
  font-size: 6rem;
  color: rgb(144, 6, 6) !important;
  margin-bottom: 10px !important;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.localizacion-bus__linea p {
  font-size: 1rem !important;
  color: rgb(249, 189, 10) !important;
}

.localizacion-bus p:has(.localizacion-bus__enlace:hover) ~ .localizacion-bus__linea {
  background: #e7eddb;
  transition: all 0.35s ease 0s;
}

/* Trayecto */
.localizacion-bus__trayecto {
  margin: 0.7rem 0 3rem 0;
}

.localizacion-bus__trayecto p {
  font-size: 1rem !important;
  line-height: 1.2rem !important;
  color: var(--color-texto);
  text-align: center !important;
  padding: 0;
  color: black !important;
  letter-spacing: -1px;
  white-space: nowrap;
  overflow-wrap: break-word;
  text-size-adjust: none;
  word-break: break-word;
  word-spacing: normal;
}

/* Imagen Autobús */
.localizacion-bus__imagen {
  width: 10rem;
  transition: all 0.35s ease 0s;
  position: relative;
}

.localizacion-bus__imagen > img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.6));
}

.localizacion-bus p:has(.localizacion-bus__enlace:hover) ~ .localizacion-bus__imagen {
  width: 12rem;
  transition: all 0.35s ease 0s;
}

/* Texto enlace */
.localizacion-bus__texto-ruta {
  position: absolute;
  top: 0.35rem;
  left: 30%;
  color: var(--colorSec) !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  z-index: 1;
  opacity: 0;
  transition: all 0.7s ease 0s;
}

/* .localizacion-bus__enlace:hover ~ .localizacion-bus__imagen > .localizacion-bus__texto-ruta { */
.localizacion-bus:has(.localizacion-bus__enlace:hover) .localizacion-bus__imagen > .localizacion-bus__texto-ruta {
  opacity: 1;
  transition: all 0.7s ease 0s;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  /* Sede */
  .localizacion-sede {
    flex-direction: column;
  }
  .localizacion-sede__foto {
    order: 1;
  }
  .localizacion-sede__info {
    order: 2;
  }
  .localizacion-sede__info {
    flex: 100%;
    padding: 1rem;
  }
  /* Líneas Autobús */
  .localizacion-buses {
    padding-top: 0;
    margin-bottom: 0;
    height: 20rem;
    background-position: center top;
    background-size: 140%;
    border-left: 0;
    border-right: 0;
  }
  .localizacion-bus {
    padding: 0;
  }
  .localizacion-bus__linea {
    width: 6rem;
    height: 6rem;
    gap: 5px;
    padding-top: 1.5rem;
  }
  .localizacion-bus__linea h4 {
    font-size: 4rem;
    margin-bottom: 0 !important;
  }
  .localizacion-bus__trayecto {
    margin: 0.7rem 0 1rem 0;
  }
  .localizacion-bus__trayecto p {
    font-size: 0.8rem !important;
    line-height: 1rem !important;
  }
  .localizacion-bus__imagen {
    width: 5.5rem;
  }
  .localizacion-bus__enlace:hover ~ .localizacion-bus__imagen {
    width: 6rem;
  }
  .localizacion-bus__texto-ruta {
    top: -0.2rem;
    left: 16%;
    font-size: 1rem !important;
  }
}
/* Tablet */
/* 
	FAQS
	----
	Región:
	Template:
	Descripción:
	Última revisión: 7/08/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   BLOQUE FAQs PORTADA +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Región donde se coloca el bloque */
/* .view-faqs {  // = .faqs-nuevas
    margin-bottom: 4rem; */
/* Título */
.faqs__titulo {
  font-size: 1.5rem;
  font-weight: 100;
  margin: 3rem 0 1rem;
  color: var(--colorSec);
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(13, 167, 127, 0.6);
}

/*   & > .view-content > h3 {
      color: var(--colorPri);
      font-size: 1.5rem;
      line-height: 2rem;
      margin-top: 40px;
  } */
/* } */
/*
.faq {
    padding-bottom: 0 !important;
} */
/* Pregunta */
/* .faq__pregunta {
    width: 100%;
    display: flex;
    justify-content: flex-start;
	align-items: flex-start;
    padding: 1em;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.4rem;
    color: var(--color-rojo-oscuro);
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    text-align: left;

    &:hover, &.activa {
        border-top: 1px solid #e0e0e0;
        background: #fdfafa;
    } */
/* Número */
/*     & span {
        flex-grow: 1;
        color: rgb(219 202 235) !important;
        font-size: 2rem !important;
        font-weight: 100 !important;
        margin-right: 10px;
        padding: 0 !important;
        line-height: 2rem !important;
        letter-spacing: -.1rem;

        transition: all .35s ease-out;
    }

    & h4 {
        flex-grow: 200;
        margin: 0 !important;
        padding: 0;
        font-size: 1.2rem;
        line-height: 1.7rem;
        font-weight: 400;
        color: var(--colorSec) !important;
        transition: all .35s ease-out;
    } */
/* Pregunta activa */
/*     &.activa h4 {
        font-size: 1.6rem;
        line-height: 2rem;
        /* font-weight: 800; */
/*         color: var(--colorSec);
        background: #fdfafa;
        margin-bottom: 1rem !important;
    }  */
/* Flechita */
/*     & i {
        flex-grow: 1;
        transition: all .35s ease-out;
        margin-left: 10px;
        transform-origin: center 20%;
        color: var(--colorSec);

        &::before {
            content: "\f077";
        }
    } */
/* Rota la flecha */
/*     &.activa i {
        transform: rotate(180deg);
        transform-origin: center 60%;
    }
} */
/* Respuesta */
/* .faq__respuesta {
    max-height: 0;
    padding: 0 1em;
    color: var(--color-texto);
    background: #fff;
    transition: all .35s ease-out;
    overflow: hidden;
    text-align: left!important;
    position: relative;

    & > .contenido {
        margin-bottom: 3rem;
        margin-left: 3rem;
        transition: all .35s ease-out;

        & img {
            width: 100%;
        }
    }
} */
/* --- Contenedor General --- */
.faqs {
  /* max-width: 800px;  */
  margin: 0 auto;
}

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

.faqs li {
  border-bottom: 1px solid #dadce0;
}

/* --- La Pregunta (Cabecera) --- */
.faqfield-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0; /* Espaciado vertical cómodo */
  margin: 0;
  cursor: pointer;
  /*  font-size: 16px; */
  color: #202124; /* Gris muy oscuro (casi negro) */
  font-weight: 500;
  background: none;
  border: none;
  text-align: left;
  transition: all 0.2s ease;
  padding: 1em;
  font-weight: 400;
  line-height: 1.4rem;
  color: var(--color-rojo-oscuro);
  /* background-color: #fff; */
  /* border-top: 1px solid #e0e0e0;
  text-align: left; */
}
.faqfield-question:hover {
  /* border-top: 1px solid #e0e0e0; */
  background: #fdfafa;
  color: #000;
}

/* Icono (Círculo con flecha) --- */
.faqfield-question::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  min-width: 28px; /* Para que no se aplaste */
  border-radius: 50%;
  background-color: #f1f3f4; /* Fondo gris claro del círculo */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235f6368'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease, background-color 0.2s;
  margin-left: 15px;
}

/* --- La Respuesta (Contenido oculto) --- */
.faqfield-answer {
  /*  max-height: 0; 
   overflow: hidden; */
  opacity: 0;
  /* transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s; */
  /*  color: #4d5156; 
   line-height: 1.6;
   font-size: 15px;
   padding-right: 40px;  */
  max-height: 0;
  padding: 0 1em;
  color: var(--color-texto);
  background: #fff;
  transition: all 0.35s ease-out;
  overflow: hidden;
  text-align: left !important;
  position: relative;
}
.faqfield-answer > .contenido {
  margin-bottom: 3rem;
  margin-left: 3rem;
  transition: all 0.35s ease-out;
}
.faqfield-answer > .contenido img {
  width: 100%;
}

/* --- ESTADO ACTIVO (Cuando se abre) --- */
.active {
  /* Flechita */
  /* Pregunta activa */
  /* Respuesta visible */
}
.active .faqfield-question::after {
  transform: rotate(180deg);
  background-color: #e8f0fe;
}
.active .faqfield-question {
  font-size: 1.6rem;
  line-height: 2rem;
  /* font-weight: 800; */
  color: var(--colorSec);
  background: #fdfafa;
  margin-bottom: 1rem !important;
}
.active .faqfield-answer {
  max-height: fit-content;
  opacity: 1;
  padding-bottom: 16px;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
/* Tablet */
/* 
	GUIAS PREVENTIVAS
	-----
	Región:
	Template:
	Descripción:
	Última revisión: 10/06/2026
*/
.views-view-grid.horizontal.cols-100 {
  width: 100%;
}

.guias-prev {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  /* Estructura cajas de los servicios */
}
.guias-prev .view-header {
  order: 2;
}
.guias-prev .view-content {
  order: 3;
}
.guias-prev .views-exposed-form {
  display: flex;
  align-items: center;
  gap: 20px;
}
.guias-prev .view-content {
  display: flex;
  flex-wrap: wrap;
  transition: transform 2s ease;
  gap: 20px;
  /* padding: 1rem 0; */
}

.guia-prev {
  flex-shrink: 0;
}

.guia-prev {
  --root-spacing-xl: 1.5rem;
  --root-radii-l: 15px;
  --root-depth-color-1: rgba(0, 0, 0, 0.12);
  --root-depth-color-2: rgba(0, 0, 0, 0.14);
  --root-depth-4: 0 0 0.125rem var(--root-depth-color-1, rgba(0, 0, 0, 0.12)),
    0 0.125rem 0.25rem var(--root-depth-color-2, rgba(0, 0, 0, 0.14));
  --root-color-off-white-50: #fefefe;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  word-wrap: break-word;
  height: auto;
  overflow: hidden;
  border-radius: var(--root-radii-l) !important;
  box-shadow: var(--root-depth-4);
  background: var(--root-color-off-white-50);
  width: 31%;
  position: relative;
  padding: 0.5rem 1rem;
  text-align: center;
  max-height: 400px;
  justify-content: center;
  min-height: 5rem;
  background: #eee8e8;
  /* Sombra al seleccionar caja */
}
.guia-prev:has(.guia-prev__enlace:hover) {
  box-shadow: 0 0 1.5rem var(--root-depth-color-2);
  outline: 2px dashed #bb9797;
}

/* Título */
.guia-prev__titulo {
  color: black;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

/* Enlace */
.guia-prev__enlace {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .guia-prev {
    width: 98%;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .guia-prev {
    width: 48%;
  }
}
/* @use "partials/formulario-valoracion"; */

/*# sourceMappingURL=estilo_us.css.map */
